switchroom 0.13.4 → 0.13.5

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.
@@ -66,7 +66,7 @@ var __export = (target, all) => {
66
66
  var __esm = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
67
67
  var __require = /* @__PURE__ */ createRequire(import.meta.url);
68
68
 
69
- // node_modules/.bun/commander@13.1.0/node_modules/commander/lib/error.js
69
+ // ../switchroom-sec-1417/node_modules/.bun/commander@13.1.0/node_modules/commander/lib/error.js
70
70
  var require_error = __commonJS((exports) => {
71
71
  class CommanderError extends Error {
72
72
  constructor(exitCode, code, message) {
@@ -90,7 +90,7 @@ var require_error = __commonJS((exports) => {
90
90
  exports.InvalidArgumentError = InvalidArgumentError;
91
91
  });
92
92
 
93
- // node_modules/.bun/commander@13.1.0/node_modules/commander/lib/argument.js
93
+ // ../switchroom-sec-1417/node_modules/.bun/commander@13.1.0/node_modules/commander/lib/argument.js
94
94
  var require_argument = __commonJS((exports) => {
95
95
  var { InvalidArgumentError } = require_error();
96
96
 
@@ -169,7 +169,7 @@ var require_argument = __commonJS((exports) => {
169
169
  exports.humanReadableArgName = humanReadableArgName;
170
170
  });
171
171
 
172
- // node_modules/.bun/commander@13.1.0/node_modules/commander/lib/help.js
172
+ // ../switchroom-sec-1417/node_modules/.bun/commander@13.1.0/node_modules/commander/lib/help.js
173
173
  var require_help = __commonJS((exports) => {
174
174
  var { humanReadableArgName } = require_argument();
175
175
 
@@ -519,7 +519,7 @@ ${itemIndentStr}`);
519
519
  exports.stripColor = stripColor;
520
520
  });
521
521
 
522
- // node_modules/.bun/commander@13.1.0/node_modules/commander/lib/option.js
522
+ // ../switchroom-sec-1417/node_modules/.bun/commander@13.1.0/node_modules/commander/lib/option.js
523
523
  var require_option = __commonJS((exports) => {
524
524
  var { InvalidArgumentError } = require_error();
525
525
 
@@ -697,7 +697,7 @@ var require_option = __commonJS((exports) => {
697
697
  exports.DualOptions = DualOptions;
698
698
  });
699
699
 
700
- // node_modules/.bun/commander@13.1.0/node_modules/commander/lib/suggestSimilar.js
700
+ // ../switchroom-sec-1417/node_modules/.bun/commander@13.1.0/node_modules/commander/lib/suggestSimilar.js
701
701
  var require_suggestSimilar = __commonJS((exports) => {
702
702
  var maxDistance = 3;
703
703
  function editDistance(a, b) {
@@ -770,7 +770,7 @@ var require_suggestSimilar = __commonJS((exports) => {
770
770
  exports.suggestSimilar = suggestSimilar;
771
771
  });
772
772
 
773
- // node_modules/.bun/commander@13.1.0/node_modules/commander/lib/command.js
773
+ // ../switchroom-sec-1417/node_modules/.bun/commander@13.1.0/node_modules/commander/lib/command.js
774
774
  var require_command = __commonJS((exports) => {
775
775
  var EventEmitter = __require("node:events").EventEmitter;
776
776
  var childProcess = __require("node:child_process");
@@ -2080,7 +2080,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
2080
2080
  exports.useColor = useColor;
2081
2081
  });
2082
2082
 
2083
- // node_modules/.bun/commander@13.1.0/node_modules/commander/index.js
2083
+ // ../switchroom-sec-1417/node_modules/.bun/commander@13.1.0/node_modules/commander/index.js
2084
2084
  var require_commander = __commonJS((exports) => {
2085
2085
  var { Argument } = require_argument();
2086
2086
  var { Command } = require_command();
@@ -2100,7 +2100,7 @@ var require_commander = __commonJS((exports) => {
2100
2100
  exports.InvalidOptionArgumentError = InvalidArgumentError;
2101
2101
  });
2102
2102
 
2103
- // node_modules/.bun/chalk@5.6.2/node_modules/chalk/source/vendor/ansi-styles/index.js
2103
+ // ../switchroom-sec-1417/node_modules/.bun/chalk@5.6.2/node_modules/chalk/source/vendor/ansi-styles/index.js
2104
2104
  function assembleStyles() {
2105
2105
  const codes = new Map;
2106
2106
  for (const [groupName, group] of Object.entries(styles)) {
@@ -2276,7 +2276,7 @@ var init_ansi_styles = __esm(() => {
2276
2276
  ansi_styles_default = ansiStyles;
2277
2277
  });
2278
2278
 
2279
- // node_modules/.bun/chalk@5.6.2/node_modules/chalk/source/vendor/supports-color/index.js
2279
+ // ../switchroom-sec-1417/node_modules/.bun/chalk@5.6.2/node_modules/chalk/source/vendor/supports-color/index.js
2280
2280
  import process2 from "node:process";
2281
2281
  import os from "node:os";
2282
2282
  import tty from "node:tty";
@@ -2410,7 +2410,7 @@ var init_supports_color = __esm(() => {
2410
2410
  supports_color_default = supportsColor;
2411
2411
  });
2412
2412
 
2413
- // node_modules/.bun/chalk@5.6.2/node_modules/chalk/source/utilities.js
2413
+ // ../switchroom-sec-1417/node_modules/.bun/chalk@5.6.2/node_modules/chalk/source/utilities.js
2414
2414
  function stringReplaceAll(string, substring, replacer) {
2415
2415
  let index = string.indexOf(substring);
2416
2416
  if (index === -1) {
@@ -2443,7 +2443,7 @@ function stringEncaseCRLFWithFirstIndex(string, prefix, postfix, index) {
2443
2443
  return returnValue;
2444
2444
  }
2445
2445
 
2446
- // node_modules/.bun/chalk@5.6.2/node_modules/chalk/source/index.js
2446
+ // ../switchroom-sec-1417/node_modules/.bun/chalk@5.6.2/node_modules/chalk/source/index.js
2447
2447
  function createChalk(options) {
2448
2448
  return chalkFactory(options);
2449
2449
  }
@@ -2589,7 +2589,7 @@ var init_source = __esm(() => {
2589
2589
  source_default = chalk;
2590
2590
  });
2591
2591
 
2592
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/identity.js
2592
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/identity.js
2593
2593
  var require_identity = __commonJS((exports) => {
2594
2594
  var ALIAS = Symbol.for("yaml.alias");
2595
2595
  var DOC = Symbol.for("yaml.document");
@@ -2643,7 +2643,7 @@ var require_identity = __commonJS((exports) => {
2643
2643
  exports.isSeq = isSeq;
2644
2644
  });
2645
2645
 
2646
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/visit.js
2646
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/visit.js
2647
2647
  var require_visit = __commonJS((exports) => {
2648
2648
  var identity = require_identity();
2649
2649
  var BREAK = Symbol("break visit");
@@ -2798,7 +2798,7 @@ var require_visit = __commonJS((exports) => {
2798
2798
  exports.visitAsync = visitAsync;
2799
2799
  });
2800
2800
 
2801
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/directives.js
2801
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/directives.js
2802
2802
  var require_directives = __commonJS((exports) => {
2803
2803
  var identity = require_identity();
2804
2804
  var visit = require_visit();
@@ -2950,7 +2950,7 @@ var require_directives = __commonJS((exports) => {
2950
2950
  exports.Directives = Directives;
2951
2951
  });
2952
2952
 
2953
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/anchors.js
2953
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/anchors.js
2954
2954
  var require_anchors = __commonJS((exports) => {
2955
2955
  var identity = require_identity();
2956
2956
  var visit = require_visit();
@@ -3012,7 +3012,7 @@ var require_anchors = __commonJS((exports) => {
3012
3012
  exports.findNewAnchor = findNewAnchor;
3013
3013
  });
3014
3014
 
3015
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/applyReviver.js
3015
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/applyReviver.js
3016
3016
  var require_applyReviver = __commonJS((exports) => {
3017
3017
  function applyReviver(reviver, obj, key, val) {
3018
3018
  if (val && typeof val === "object") {
@@ -3059,7 +3059,7 @@ var require_applyReviver = __commonJS((exports) => {
3059
3059
  exports.applyReviver = applyReviver;
3060
3060
  });
3061
3061
 
3062
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/toJS.js
3062
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/toJS.js
3063
3063
  var require_toJS = __commonJS((exports) => {
3064
3064
  var identity = require_identity();
3065
3065
  function toJS(value, arg, ctx) {
@@ -3086,7 +3086,7 @@ var require_toJS = __commonJS((exports) => {
3086
3086
  exports.toJS = toJS;
3087
3087
  });
3088
3088
 
3089
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Node.js
3089
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Node.js
3090
3090
  var require_Node = __commonJS((exports) => {
3091
3091
  var applyReviver = require_applyReviver();
3092
3092
  var identity = require_identity();
@@ -3123,7 +3123,7 @@ var require_Node = __commonJS((exports) => {
3123
3123
  exports.NodeBase = NodeBase;
3124
3124
  });
3125
3125
 
3126
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Alias.js
3126
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Alias.js
3127
3127
  var require_Alias = __commonJS((exports) => {
3128
3128
  var anchors = require_anchors();
3129
3129
  var visit = require_visit();
@@ -3231,7 +3231,7 @@ var require_Alias = __commonJS((exports) => {
3231
3231
  exports.Alias = Alias;
3232
3232
  });
3233
3233
 
3234
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Scalar.js
3234
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Scalar.js
3235
3235
  var require_Scalar = __commonJS((exports) => {
3236
3236
  var identity = require_identity();
3237
3237
  var Node = require_Node();
@@ -3259,7 +3259,7 @@ var require_Scalar = __commonJS((exports) => {
3259
3259
  exports.isScalarValue = isScalarValue;
3260
3260
  });
3261
3261
 
3262
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/createNode.js
3262
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/createNode.js
3263
3263
  var require_createNode = __commonJS((exports) => {
3264
3264
  var Alias = require_Alias();
3265
3265
  var identity = require_identity();
@@ -3331,7 +3331,7 @@ var require_createNode = __commonJS((exports) => {
3331
3331
  exports.createNode = createNode;
3332
3332
  });
3333
3333
 
3334
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Collection.js
3334
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Collection.js
3335
3335
  var require_Collection = __commonJS((exports) => {
3336
3336
  var createNode = require_createNode();
3337
3337
  var identity = require_identity();
@@ -3446,7 +3446,7 @@ var require_Collection = __commonJS((exports) => {
3446
3446
  exports.isEmptyPath = isEmptyPath;
3447
3447
  });
3448
3448
 
3449
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyComment.js
3449
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyComment.js
3450
3450
  var require_stringifyComment = __commonJS((exports) => {
3451
3451
  var stringifyComment = (str) => str.replace(/^(?!$)(?: $)?/gm, "#");
3452
3452
  function indentComment(comment, indent) {
@@ -3463,7 +3463,7 @@ var require_stringifyComment = __commonJS((exports) => {
3463
3463
  exports.stringifyComment = stringifyComment;
3464
3464
  });
3465
3465
 
3466
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/foldFlowLines.js
3466
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/foldFlowLines.js
3467
3467
  var require_foldFlowLines = __commonJS((exports) => {
3468
3468
  var FOLD_FLOW = "flow";
3469
3469
  var FOLD_BLOCK = "block";
@@ -3600,7 +3600,7 @@ ${indent}${text.slice(fold + 1, end2)}`;
3600
3600
  exports.foldFlowLines = foldFlowLines;
3601
3601
  });
3602
3602
 
3603
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyString.js
3603
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyString.js
3604
3604
  var require_stringifyString = __commonJS((exports) => {
3605
3605
  var Scalar = require_Scalar();
3606
3606
  var foldFlowLines = require_foldFlowLines();
@@ -3898,7 +3898,7 @@ ${indent}`);
3898
3898
  exports.stringifyString = stringifyString;
3899
3899
  });
3900
3900
 
3901
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringify.js
3901
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringify.js
3902
3902
  var require_stringify = __commonJS((exports) => {
3903
3903
  var anchors = require_anchors();
3904
3904
  var identity = require_identity();
@@ -4019,7 +4019,7 @@ ${ctx.indent}${str}`;
4019
4019
  exports.stringify = stringify;
4020
4020
  });
4021
4021
 
4022
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyPair.js
4022
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyPair.js
4023
4023
  var require_stringifyPair = __commonJS((exports) => {
4024
4024
  var identity = require_identity();
4025
4025
  var Scalar = require_Scalar();
@@ -4155,7 +4155,7 @@ ${ctx.indent}`;
4155
4155
  exports.stringifyPair = stringifyPair;
4156
4156
  });
4157
4157
 
4158
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/log.js
4158
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/log.js
4159
4159
  var require_log = __commonJS((exports) => {
4160
4160
  var node_process = __require("process");
4161
4161
  function debug(logLevel, ...messages) {
@@ -4174,7 +4174,7 @@ var require_log = __commonJS((exports) => {
4174
4174
  exports.warn = warn;
4175
4175
  });
4176
4176
 
4177
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/merge.js
4177
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/merge.js
4178
4178
  var require_merge = __commonJS((exports) => {
4179
4179
  var identity = require_identity();
4180
4180
  var Scalar = require_Scalar();
@@ -4228,7 +4228,7 @@ var require_merge = __commonJS((exports) => {
4228
4228
  exports.merge = merge;
4229
4229
  });
4230
4230
 
4231
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/addPairToJSMap.js
4231
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/addPairToJSMap.js
4232
4232
  var require_addPairToJSMap = __commonJS((exports) => {
4233
4233
  var log = require_log();
4234
4234
  var merge = require_merge();
@@ -4289,7 +4289,7 @@ var require_addPairToJSMap = __commonJS((exports) => {
4289
4289
  exports.addPairToJSMap = addPairToJSMap;
4290
4290
  });
4291
4291
 
4292
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Pair.js
4292
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Pair.js
4293
4293
  var require_Pair = __commonJS((exports) => {
4294
4294
  var createNode = require_createNode();
4295
4295
  var stringifyPair = require_stringifyPair();
@@ -4327,7 +4327,7 @@ var require_Pair = __commonJS((exports) => {
4327
4327
  exports.createPair = createPair;
4328
4328
  });
4329
4329
 
4330
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyCollection.js
4330
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyCollection.js
4331
4331
  var require_stringifyCollection = __commonJS((exports) => {
4332
4332
  var identity = require_identity();
4333
4333
  var stringify = require_stringify();
@@ -4479,7 +4479,7 @@ ${indent}${end}`;
4479
4479
  exports.stringifyCollection = stringifyCollection;
4480
4480
  });
4481
4481
 
4482
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLMap.js
4482
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLMap.js
4483
4483
  var require_YAMLMap = __commonJS((exports) => {
4484
4484
  var stringifyCollection = require_stringifyCollection();
4485
4485
  var addPairToJSMap = require_addPairToJSMap();
@@ -4606,7 +4606,7 @@ var require_YAMLMap = __commonJS((exports) => {
4606
4606
  exports.findPair = findPair;
4607
4607
  });
4608
4608
 
4609
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/map.js
4609
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/map.js
4610
4610
  var require_map = __commonJS((exports) => {
4611
4611
  var identity = require_identity();
4612
4612
  var YAMLMap = require_YAMLMap();
@@ -4625,7 +4625,7 @@ var require_map = __commonJS((exports) => {
4625
4625
  exports.map = map;
4626
4626
  });
4627
4627
 
4628
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLSeq.js
4628
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLSeq.js
4629
4629
  var require_YAMLSeq = __commonJS((exports) => {
4630
4630
  var createNode = require_createNode();
4631
4631
  var stringifyCollection = require_stringifyCollection();
@@ -4718,7 +4718,7 @@ var require_YAMLSeq = __commonJS((exports) => {
4718
4718
  exports.YAMLSeq = YAMLSeq;
4719
4719
  });
4720
4720
 
4721
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/seq.js
4721
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/seq.js
4722
4722
  var require_seq = __commonJS((exports) => {
4723
4723
  var identity = require_identity();
4724
4724
  var YAMLSeq = require_YAMLSeq();
@@ -4737,7 +4737,7 @@ var require_seq = __commonJS((exports) => {
4737
4737
  exports.seq = seq;
4738
4738
  });
4739
4739
 
4740
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/string.js
4740
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/string.js
4741
4741
  var require_string = __commonJS((exports) => {
4742
4742
  var stringifyString = require_stringifyString();
4743
4743
  var string = {
@@ -4753,7 +4753,7 @@ var require_string = __commonJS((exports) => {
4753
4753
  exports.string = string;
4754
4754
  });
4755
4755
 
4756
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/null.js
4756
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/null.js
4757
4757
  var require_null = __commonJS((exports) => {
4758
4758
  var Scalar = require_Scalar();
4759
4759
  var nullTag = {
@@ -4768,7 +4768,7 @@ var require_null = __commonJS((exports) => {
4768
4768
  exports.nullTag = nullTag;
4769
4769
  });
4770
4770
 
4771
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/bool.js
4771
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/bool.js
4772
4772
  var require_bool = __commonJS((exports) => {
4773
4773
  var Scalar = require_Scalar();
4774
4774
  var boolTag = {
@@ -4789,7 +4789,7 @@ var require_bool = __commonJS((exports) => {
4789
4789
  exports.boolTag = boolTag;
4790
4790
  });
4791
4791
 
4792
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyNumber.js
4792
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyNumber.js
4793
4793
  var require_stringifyNumber = __commonJS((exports) => {
4794
4794
  function stringifyNumber({ format, minFractionDigits, tag, value }) {
4795
4795
  if (typeof value === "bigint")
@@ -4813,7 +4813,7 @@ var require_stringifyNumber = __commonJS((exports) => {
4813
4813
  exports.stringifyNumber = stringifyNumber;
4814
4814
  });
4815
4815
 
4816
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/float.js
4816
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/float.js
4817
4817
  var require_float = __commonJS((exports) => {
4818
4818
  var Scalar = require_Scalar();
4819
4819
  var stringifyNumber = require_stringifyNumber();
@@ -4856,7 +4856,7 @@ var require_float = __commonJS((exports) => {
4856
4856
  exports.floatNaN = floatNaN;
4857
4857
  });
4858
4858
 
4859
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/int.js
4859
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/int.js
4860
4860
  var require_int = __commonJS((exports) => {
4861
4861
  var stringifyNumber = require_stringifyNumber();
4862
4862
  var intIdentify = (value) => typeof value === "bigint" || Number.isInteger(value);
@@ -4898,7 +4898,7 @@ var require_int = __commonJS((exports) => {
4898
4898
  exports.intOct = intOct;
4899
4899
  });
4900
4900
 
4901
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/schema.js
4901
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/schema.js
4902
4902
  var require_schema = __commonJS((exports) => {
4903
4903
  var map = require_map();
4904
4904
  var _null = require_null();
@@ -4923,7 +4923,7 @@ var require_schema = __commonJS((exports) => {
4923
4923
  exports.schema = schema;
4924
4924
  });
4925
4925
 
4926
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/json/schema.js
4926
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/json/schema.js
4927
4927
  var require_schema2 = __commonJS((exports) => {
4928
4928
  var Scalar = require_Scalar();
4929
4929
  var map = require_map();
@@ -4987,7 +4987,7 @@ var require_schema2 = __commonJS((exports) => {
4987
4987
  exports.schema = schema;
4988
4988
  });
4989
4989
 
4990
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/binary.js
4990
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/binary.js
4991
4991
  var require_binary = __commonJS((exports) => {
4992
4992
  var node_buffer = __require("buffer");
4993
4993
  var Scalar = require_Scalar();
@@ -5042,7 +5042,7 @@ var require_binary = __commonJS((exports) => {
5042
5042
  exports.binary = binary;
5043
5043
  });
5044
5044
 
5045
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/pairs.js
5045
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/pairs.js
5046
5046
  var require_pairs = __commonJS((exports) => {
5047
5047
  var identity = require_identity();
5048
5048
  var Pair = require_Pair();
@@ -5117,7 +5117,7 @@ ${cn.comment}` : item.comment;
5117
5117
  exports.resolvePairs = resolvePairs;
5118
5118
  });
5119
5119
 
5120
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/omap.js
5120
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/omap.js
5121
5121
  var require_omap = __commonJS((exports) => {
5122
5122
  var identity = require_identity();
5123
5123
  var toJS = require_toJS();
@@ -5189,7 +5189,7 @@ var require_omap = __commonJS((exports) => {
5189
5189
  exports.omap = omap;
5190
5190
  });
5191
5191
 
5192
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/bool.js
5192
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/bool.js
5193
5193
  var require_bool2 = __commonJS((exports) => {
5194
5194
  var Scalar = require_Scalar();
5195
5195
  function boolStringify({ value, source }, ctx) {
@@ -5218,7 +5218,7 @@ var require_bool2 = __commonJS((exports) => {
5218
5218
  exports.trueTag = trueTag;
5219
5219
  });
5220
5220
 
5221
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/float.js
5221
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/float.js
5222
5222
  var require_float2 = __commonJS((exports) => {
5223
5223
  var Scalar = require_Scalar();
5224
5224
  var stringifyNumber = require_stringifyNumber();
@@ -5264,7 +5264,7 @@ var require_float2 = __commonJS((exports) => {
5264
5264
  exports.floatNaN = floatNaN;
5265
5265
  });
5266
5266
 
5267
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/int.js
5267
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/int.js
5268
5268
  var require_int2 = __commonJS((exports) => {
5269
5269
  var stringifyNumber = require_stringifyNumber();
5270
5270
  var intIdentify = (value) => typeof value === "bigint" || Number.isInteger(value);
@@ -5340,7 +5340,7 @@ var require_int2 = __commonJS((exports) => {
5340
5340
  exports.intOct = intOct;
5341
5341
  });
5342
5342
 
5343
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/set.js
5343
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/set.js
5344
5344
  var require_set = __commonJS((exports) => {
5345
5345
  var identity = require_identity();
5346
5346
  var Pair = require_Pair();
@@ -5423,7 +5423,7 @@ var require_set = __commonJS((exports) => {
5423
5423
  exports.set = set;
5424
5424
  });
5425
5425
 
5426
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js
5426
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js
5427
5427
  var require_timestamp = __commonJS((exports) => {
5428
5428
  var stringifyNumber = require_stringifyNumber();
5429
5429
  function parseSexagesimal(str, asBigInt) {
@@ -5505,7 +5505,7 @@ var require_timestamp = __commonJS((exports) => {
5505
5505
  exports.timestamp = timestamp;
5506
5506
  });
5507
5507
 
5508
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/schema.js
5508
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/schema.js
5509
5509
  var require_schema3 = __commonJS((exports) => {
5510
5510
  var map = require_map();
5511
5511
  var _null = require_null();
@@ -5546,7 +5546,7 @@ var require_schema3 = __commonJS((exports) => {
5546
5546
  exports.schema = schema;
5547
5547
  });
5548
5548
 
5549
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/tags.js
5549
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/tags.js
5550
5550
  var require_tags = __commonJS((exports) => {
5551
5551
  var map = require_map();
5552
5552
  var _null = require_null();
@@ -5637,7 +5637,7 @@ var require_tags = __commonJS((exports) => {
5637
5637
  exports.getTags = getTags;
5638
5638
  });
5639
5639
 
5640
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/Schema.js
5640
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/Schema.js
5641
5641
  var require_Schema = __commonJS((exports) => {
5642
5642
  var identity = require_identity();
5643
5643
  var map = require_map();
@@ -5667,7 +5667,7 @@ var require_Schema = __commonJS((exports) => {
5667
5667
  exports.Schema = Schema;
5668
5668
  });
5669
5669
 
5670
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyDocument.js
5670
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyDocument.js
5671
5671
  var require_stringifyDocument = __commonJS((exports) => {
5672
5672
  var identity = require_identity();
5673
5673
  var stringify = require_stringify();
@@ -5747,7 +5747,7 @@ var require_stringifyDocument = __commonJS((exports) => {
5747
5747
  exports.stringifyDocument = stringifyDocument;
5748
5748
  });
5749
5749
 
5750
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/Document.js
5750
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/Document.js
5751
5751
  var require_Document = __commonJS((exports) => {
5752
5752
  var Alias = require_Alias();
5753
5753
  var Collection = require_Collection();
@@ -5982,7 +5982,7 @@ var require_Document = __commonJS((exports) => {
5982
5982
  exports.Document = Document;
5983
5983
  });
5984
5984
 
5985
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/errors.js
5985
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/errors.js
5986
5986
  var require_errors = __commonJS((exports) => {
5987
5987
  class YAMLError extends Error {
5988
5988
  constructor(name, pos, code, message) {
@@ -6047,7 +6047,7 @@ ${pointer}
6047
6047
  exports.prettifyError = prettifyError;
6048
6048
  });
6049
6049
 
6050
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-props.js
6050
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-props.js
6051
6051
  var require_resolve_props = __commonJS((exports) => {
6052
6052
  function resolveProps(tokens, { flow, indicator, next, offset, onError, parentIndent, startOnNewline }) {
6053
6053
  let spaceBefore = false;
@@ -6177,7 +6177,7 @@ var require_resolve_props = __commonJS((exports) => {
6177
6177
  exports.resolveProps = resolveProps;
6178
6178
  });
6179
6179
 
6180
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-contains-newline.js
6180
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-contains-newline.js
6181
6181
  var require_util_contains_newline = __commonJS((exports) => {
6182
6182
  function containsNewline(key) {
6183
6183
  if (!key)
@@ -6217,7 +6217,7 @@ var require_util_contains_newline = __commonJS((exports) => {
6217
6217
  exports.containsNewline = containsNewline;
6218
6218
  });
6219
6219
 
6220
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-flow-indent-check.js
6220
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-flow-indent-check.js
6221
6221
  var require_util_flow_indent_check = __commonJS((exports) => {
6222
6222
  var utilContainsNewline = require_util_contains_newline();
6223
6223
  function flowIndentCheck(indent, fc, onError) {
@@ -6232,7 +6232,7 @@ var require_util_flow_indent_check = __commonJS((exports) => {
6232
6232
  exports.flowIndentCheck = flowIndentCheck;
6233
6233
  });
6234
6234
 
6235
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-map-includes.js
6235
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-map-includes.js
6236
6236
  var require_util_map_includes = __commonJS((exports) => {
6237
6237
  var identity = require_identity();
6238
6238
  function mapIncludes(ctx, items, search) {
@@ -6245,7 +6245,7 @@ var require_util_map_includes = __commonJS((exports) => {
6245
6245
  exports.mapIncludes = mapIncludes;
6246
6246
  });
6247
6247
 
6248
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-map.js
6248
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-map.js
6249
6249
  var require_resolve_block_map = __commonJS((exports) => {
6250
6250
  var Pair = require_Pair();
6251
6251
  var YAMLMap = require_YAMLMap();
@@ -6352,7 +6352,7 @@ var require_resolve_block_map = __commonJS((exports) => {
6352
6352
  exports.resolveBlockMap = resolveBlockMap;
6353
6353
  });
6354
6354
 
6355
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-seq.js
6355
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-seq.js
6356
6356
  var require_resolve_block_seq = __commonJS((exports) => {
6357
6357
  var YAMLSeq = require_YAMLSeq();
6358
6358
  var resolveProps = require_resolve_props();
@@ -6400,7 +6400,7 @@ var require_resolve_block_seq = __commonJS((exports) => {
6400
6400
  exports.resolveBlockSeq = resolveBlockSeq;
6401
6401
  });
6402
6402
 
6403
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-end.js
6403
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-end.js
6404
6404
  var require_resolve_end = __commonJS((exports) => {
6405
6405
  function resolveEnd(end, offset, reqSpace, onError) {
6406
6406
  let comment = "";
@@ -6440,7 +6440,7 @@ var require_resolve_end = __commonJS((exports) => {
6440
6440
  exports.resolveEnd = resolveEnd;
6441
6441
  });
6442
6442
 
6443
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-collection.js
6443
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-collection.js
6444
6444
  var require_resolve_flow_collection = __commonJS((exports) => {
6445
6445
  var identity = require_identity();
6446
6446
  var Pair = require_Pair();
@@ -6631,7 +6631,7 @@ var require_resolve_flow_collection = __commonJS((exports) => {
6631
6631
  exports.resolveFlowCollection = resolveFlowCollection;
6632
6632
  });
6633
6633
 
6634
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-collection.js
6634
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-collection.js
6635
6635
  var require_compose_collection = __commonJS((exports) => {
6636
6636
  var identity = require_identity();
6637
6637
  var Scalar = require_Scalar();
@@ -6693,7 +6693,7 @@ var require_compose_collection = __commonJS((exports) => {
6693
6693
  exports.composeCollection = composeCollection;
6694
6694
  });
6695
6695
 
6696
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-scalar.js
6696
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-scalar.js
6697
6697
  var require_resolve_block_scalar = __commonJS((exports) => {
6698
6698
  var Scalar = require_Scalar();
6699
6699
  function resolveBlockScalar(ctx, scalar, onError) {
@@ -6886,7 +6886,7 @@ var require_resolve_block_scalar = __commonJS((exports) => {
6886
6886
  exports.resolveBlockScalar = resolveBlockScalar;
6887
6887
  });
6888
6888
 
6889
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-scalar.js
6889
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-scalar.js
6890
6890
  var require_resolve_flow_scalar = __commonJS((exports) => {
6891
6891
  var Scalar = require_Scalar();
6892
6892
  var resolveEnd = require_resolve_end();
@@ -7102,7 +7102,7 @@ var require_resolve_flow_scalar = __commonJS((exports) => {
7102
7102
  exports.resolveFlowScalar = resolveFlowScalar;
7103
7103
  });
7104
7104
 
7105
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-scalar.js
7105
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-scalar.js
7106
7106
  var require_compose_scalar = __commonJS((exports) => {
7107
7107
  var identity = require_identity();
7108
7108
  var Scalar = require_Scalar();
@@ -7180,7 +7180,7 @@ var require_compose_scalar = __commonJS((exports) => {
7180
7180
  exports.composeScalar = composeScalar;
7181
7181
  });
7182
7182
 
7183
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-empty-scalar-position.js
7183
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-empty-scalar-position.js
7184
7184
  var require_util_empty_scalar_position = __commonJS((exports) => {
7185
7185
  function emptyScalarPosition(offset, before, pos) {
7186
7186
  if (before) {
@@ -7207,7 +7207,7 @@ var require_util_empty_scalar_position = __commonJS((exports) => {
7207
7207
  exports.emptyScalarPosition = emptyScalarPosition;
7208
7208
  });
7209
7209
 
7210
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-node.js
7210
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-node.js
7211
7211
  var require_compose_node = __commonJS((exports) => {
7212
7212
  var Alias = require_Alias();
7213
7213
  var identity = require_identity();
@@ -7310,7 +7310,7 @@ var require_compose_node = __commonJS((exports) => {
7310
7310
  exports.composeNode = composeNode;
7311
7311
  });
7312
7312
 
7313
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-doc.js
7313
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-doc.js
7314
7314
  var require_compose_doc = __commonJS((exports) => {
7315
7315
  var Document = require_Document();
7316
7316
  var composeNode = require_compose_node();
@@ -7350,7 +7350,7 @@ var require_compose_doc = __commonJS((exports) => {
7350
7350
  exports.composeDoc = composeDoc;
7351
7351
  });
7352
7352
 
7353
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/composer.js
7353
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/composer.js
7354
7354
  var require_composer = __commonJS((exports) => {
7355
7355
  var node_process = __require("process");
7356
7356
  var directives = require_directives();
@@ -7539,7 +7539,7 @@ ${end.comment}` : end.comment;
7539
7539
  exports.Composer = Composer;
7540
7540
  });
7541
7541
 
7542
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-scalar.js
7542
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-scalar.js
7543
7543
  var require_cst_scalar = __commonJS((exports) => {
7544
7544
  var resolveBlockScalar = require_resolve_block_scalar();
7545
7545
  var resolveFlowScalar = require_resolve_flow_scalar();
@@ -7729,7 +7729,7 @@ var require_cst_scalar = __commonJS((exports) => {
7729
7729
  exports.setScalarValue = setScalarValue;
7730
7730
  });
7731
7731
 
7732
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-stringify.js
7732
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-stringify.js
7733
7733
  var require_cst_stringify = __commonJS((exports) => {
7734
7734
  var stringify = (cst) => ("type" in cst) ? stringifyToken(cst) : stringifyItem(cst);
7735
7735
  function stringifyToken(token) {
@@ -7787,7 +7787,7 @@ var require_cst_stringify = __commonJS((exports) => {
7787
7787
  exports.stringify = stringify;
7788
7788
  });
7789
7789
 
7790
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-visit.js
7790
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-visit.js
7791
7791
  var require_cst_visit = __commonJS((exports) => {
7792
7792
  var BREAK = Symbol("break visit");
7793
7793
  var SKIP = Symbol("skip children");
@@ -7846,7 +7846,7 @@ var require_cst_visit = __commonJS((exports) => {
7846
7846
  exports.visit = visit;
7847
7847
  });
7848
7848
 
7849
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst.js
7849
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst.js
7850
7850
  var require_cst = __commonJS((exports) => {
7851
7851
  var cstScalar = require_cst_scalar();
7852
7852
  var cstStringify = require_cst_stringify();
@@ -7947,7 +7947,7 @@ var require_cst = __commonJS((exports) => {
7947
7947
  exports.tokenType = tokenType;
7948
7948
  });
7949
7949
 
7950
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/lexer.js
7950
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/lexer.js
7951
7951
  var require_lexer = __commonJS((exports) => {
7952
7952
  var cst = require_cst();
7953
7953
  function isEmpty(ch) {
@@ -8533,7 +8533,7 @@ var require_lexer = __commonJS((exports) => {
8533
8533
  exports.Lexer = Lexer;
8534
8534
  });
8535
8535
 
8536
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/line-counter.js
8536
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/line-counter.js
8537
8537
  var require_line_counter = __commonJS((exports) => {
8538
8538
  class LineCounter {
8539
8539
  constructor() {
@@ -8561,7 +8561,7 @@ var require_line_counter = __commonJS((exports) => {
8561
8561
  exports.LineCounter = LineCounter;
8562
8562
  });
8563
8563
 
8564
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/parser.js
8564
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/parser.js
8565
8565
  var require_parser = __commonJS((exports) => {
8566
8566
  var node_process = __require("process");
8567
8567
  var cst = require_cst();
@@ -9410,7 +9410,7 @@ var require_parser = __commonJS((exports) => {
9410
9410
  exports.Parser = Parser;
9411
9411
  });
9412
9412
 
9413
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/public-api.js
9413
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/public-api.js
9414
9414
  var require_public_api = __commonJS((exports) => {
9415
9415
  var composer = require_composer();
9416
9416
  var Document = require_Document();
@@ -9504,7 +9504,7 @@ var require_public_api = __commonJS((exports) => {
9504
9504
  exports.stringify = stringify;
9505
9505
  });
9506
9506
 
9507
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/index.js
9507
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/index.js
9508
9508
  var require_dist = __commonJS((exports) => {
9509
9509
  var composer = require_composer();
9510
9510
  var Document = require_Document();
@@ -9553,7 +9553,7 @@ var require_dist = __commonJS((exports) => {
9553
9553
  exports.visitAsync = visit.visitAsync;
9554
9554
  });
9555
9555
 
9556
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/util.js
9556
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/util.js
9557
9557
  var util, objectUtil, ZodParsedType, getParsedType = (data) => {
9558
9558
  const t = typeof data;
9559
9559
  switch (t) {
@@ -9684,7 +9684,7 @@ var init_util = __esm(() => {
9684
9684
  ]);
9685
9685
  });
9686
9686
 
9687
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/ZodError.js
9687
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/ZodError.js
9688
9688
  var ZodIssueCode, quotelessJson = (obj) => {
9689
9689
  const json = JSON.stringify(obj, null, 2);
9690
9690
  return json.replace(/"([^"]+)":/g, "$1:");
@@ -9805,7 +9805,7 @@ var init_ZodError = __esm(() => {
9805
9805
  };
9806
9806
  });
9807
9807
 
9808
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/locales/en.js
9808
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/locales/en.js
9809
9809
  var errorMap = (issue, _ctx) => {
9810
9810
  let message;
9811
9811
  switch (issue.code) {
@@ -9912,7 +9912,7 @@ var init_en = __esm(() => {
9912
9912
  en_default = errorMap;
9913
9913
  });
9914
9914
 
9915
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/errors.js
9915
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/errors.js
9916
9916
  function setErrorMap(map) {
9917
9917
  overrideErrorMap = map;
9918
9918
  }
@@ -9925,7 +9925,7 @@ var init_errors = __esm(() => {
9925
9925
  overrideErrorMap = en_default;
9926
9926
  });
9927
9927
 
9928
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.js
9928
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.js
9929
9929
  function addIssueToContext(ctx, issueData) {
9930
9930
  const overrideMap = getErrorMap();
9931
9931
  const issue = makeIssue({
@@ -10030,10 +10030,10 @@ var init_parseUtil = __esm(() => {
10030
10030
  });
10031
10031
  });
10032
10032
 
10033
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/typeAliases.js
10033
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/typeAliases.js
10034
10034
  var init_typeAliases = () => {};
10035
10035
 
10036
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.js
10036
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.js
10037
10037
  var errorUtil;
10038
10038
  var init_errorUtil = __esm(() => {
10039
10039
  (function(errorUtil2) {
@@ -10042,7 +10042,7 @@ var init_errorUtil = __esm(() => {
10042
10042
  })(errorUtil || (errorUtil = {}));
10043
10043
  });
10044
10044
 
10045
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/types.js
10045
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/types.js
10046
10046
  class ParseInputLazyPath {
10047
10047
  constructor(parent, value, path, key) {
10048
10048
  this._cachedPath = [];
@@ -13393,7 +13393,7 @@ var init_types = __esm(() => {
13393
13393
  NEVER = INVALID;
13394
13394
  });
13395
13395
 
13396
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/external.js
13396
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/external.js
13397
13397
  var exports_external = {};
13398
13398
  __export(exports_external, {
13399
13399
  void: () => voidType,
@@ -13513,7 +13513,7 @@ var init_external = __esm(() => {
13513
13513
  init_ZodError();
13514
13514
  });
13515
13515
 
13516
- // node_modules/.bun/zod@3.25.76/node_modules/zod/index.js
13516
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/index.js
13517
13517
  var init_zod = __esm(() => {
13518
13518
  init_external();
13519
13519
  init_external();
@@ -15059,7 +15059,7 @@ function classifyTimezoneSource(config, resolvedAgent) {
15059
15059
  }
15060
15060
  var init_timezone = () => {};
15061
15061
 
15062
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/utils.js
15062
+ // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/utils.js
15063
15063
  var require_utils = __commonJS((exports) => {
15064
15064
  exports.__esModule = true;
15065
15065
  exports.extend = extend;
@@ -15155,7 +15155,7 @@ var require_utils = __commonJS((exports) => {
15155
15155
  }
15156
15156
  });
15157
15157
 
15158
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/exception.js
15158
+ // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/exception.js
15159
15159
  var require_exception = __commonJS((exports, module) => {
15160
15160
  exports.__esModule = true;
15161
15161
  var errorProps = ["description", "fileName", "lineNumber", "endLineNumber", "message", "name", "number", "stack"];
@@ -15200,7 +15200,7 @@ var require_exception = __commonJS((exports, module) => {
15200
15200
  module.exports = exports["default"];
15201
15201
  });
15202
15202
 
15203
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/block-helper-missing.js
15203
+ // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/block-helper-missing.js
15204
15204
  var require_block_helper_missing = __commonJS((exports, module) => {
15205
15205
  exports.__esModule = true;
15206
15206
  var _utils = require_utils();
@@ -15233,7 +15233,7 @@ var require_block_helper_missing = __commonJS((exports, module) => {
15233
15233
  module.exports = exports["default"];
15234
15234
  });
15235
15235
 
15236
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/each.js
15236
+ // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/each.js
15237
15237
  var require_each = __commonJS((exports, module) => {
15238
15238
  exports.__esModule = true;
15239
15239
  function _interopRequireDefault(obj) {
@@ -15314,7 +15314,7 @@ var require_each = __commonJS((exports, module) => {
15314
15314
  module.exports = exports["default"];
15315
15315
  });
15316
15316
 
15317
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/helper-missing.js
15317
+ // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/helper-missing.js
15318
15318
  var require_helper_missing = __commonJS((exports, module) => {
15319
15319
  exports.__esModule = true;
15320
15320
  function _interopRequireDefault(obj) {
@@ -15334,7 +15334,7 @@ var require_helper_missing = __commonJS((exports, module) => {
15334
15334
  module.exports = exports["default"];
15335
15335
  });
15336
15336
 
15337
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/if.js
15337
+ // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/if.js
15338
15338
  var require_if = __commonJS((exports, module) => {
15339
15339
  exports.__esModule = true;
15340
15340
  function _interopRequireDefault(obj) {
@@ -15371,7 +15371,7 @@ var require_if = __commonJS((exports, module) => {
15371
15371
  module.exports = exports["default"];
15372
15372
  });
15373
15373
 
15374
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/log.js
15374
+ // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/log.js
15375
15375
  var require_log2 = __commonJS((exports, module) => {
15376
15376
  exports.__esModule = true;
15377
15377
  exports.default = function(instance) {
@@ -15393,7 +15393,7 @@ var require_log2 = __commonJS((exports, module) => {
15393
15393
  module.exports = exports["default"];
15394
15394
  });
15395
15395
 
15396
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/lookup.js
15396
+ // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/lookup.js
15397
15397
  var require_lookup = __commonJS((exports, module) => {
15398
15398
  exports.__esModule = true;
15399
15399
  exports.default = function(instance) {
@@ -15407,7 +15407,7 @@ var require_lookup = __commonJS((exports, module) => {
15407
15407
  module.exports = exports["default"];
15408
15408
  });
15409
15409
 
15410
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/with.js
15410
+ // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/with.js
15411
15411
  var require_with = __commonJS((exports, module) => {
15412
15412
  exports.__esModule = true;
15413
15413
  function _interopRequireDefault(obj) {
@@ -15443,7 +15443,7 @@ var require_with = __commonJS((exports, module) => {
15443
15443
  module.exports = exports["default"];
15444
15444
  });
15445
15445
 
15446
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers.js
15446
+ // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers.js
15447
15447
  var require_helpers = __commonJS((exports) => {
15448
15448
  exports.__esModule = true;
15449
15449
  exports.registerDefaultHelpers = registerDefaultHelpers;
@@ -15484,7 +15484,7 @@ var require_helpers = __commonJS((exports) => {
15484
15484
  }
15485
15485
  });
15486
15486
 
15487
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/decorators/inline.js
15487
+ // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/decorators/inline.js
15488
15488
  var require_inline = __commonJS((exports, module) => {
15489
15489
  exports.__esModule = true;
15490
15490
  var _utils = require_utils();
@@ -15508,7 +15508,7 @@ var require_inline = __commonJS((exports, module) => {
15508
15508
  module.exports = exports["default"];
15509
15509
  });
15510
15510
 
15511
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/decorators.js
15511
+ // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/decorators.js
15512
15512
  var require_decorators = __commonJS((exports) => {
15513
15513
  exports.__esModule = true;
15514
15514
  exports.registerDefaultDecorators = registerDefaultDecorators;
@@ -15522,7 +15522,7 @@ var require_decorators = __commonJS((exports) => {
15522
15522
  }
15523
15523
  });
15524
15524
 
15525
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/logger.js
15525
+ // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/logger.js
15526
15526
  var require_logger = __commonJS((exports, module) => {
15527
15527
  exports.__esModule = true;
15528
15528
  var _utils = require_utils();
@@ -15558,7 +15558,7 @@ var require_logger = __commonJS((exports, module) => {
15558
15558
  module.exports = exports["default"];
15559
15559
  });
15560
15560
 
15561
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/internal/proto-access.js
15561
+ // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/internal/proto-access.js
15562
15562
  var require_proto_access = __commonJS((exports) => {
15563
15563
  exports.__esModule = true;
15564
15564
  exports.createProtoAccessControl = createProtoAccessControl;
@@ -15625,7 +15625,7 @@ var require_proto_access = __commonJS((exports) => {
15625
15625
  }
15626
15626
  });
15627
15627
 
15628
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/base.js
15628
+ // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/base.js
15629
15629
  var require_base = __commonJS((exports) => {
15630
15630
  exports.__esModule = true;
15631
15631
  exports.HandlebarsEnvironment = HandlebarsEnvironment;
@@ -15718,7 +15718,7 @@ var require_base = __commonJS((exports) => {
15718
15718
  exports.logger = _logger2["default"];
15719
15719
  });
15720
15720
 
15721
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/safe-string.js
15721
+ // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/safe-string.js
15722
15722
  var require_safe_string = __commonJS((exports, module) => {
15723
15723
  exports.__esModule = true;
15724
15724
  function SafeString(string) {
@@ -15731,7 +15731,7 @@ var require_safe_string = __commonJS((exports, module) => {
15731
15731
  module.exports = exports["default"];
15732
15732
  });
15733
15733
 
15734
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/internal/wrapHelper.js
15734
+ // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/internal/wrapHelper.js
15735
15735
  var require_wrapHelper = __commonJS((exports) => {
15736
15736
  exports.__esModule = true;
15737
15737
  exports.wrapHelper = wrapHelper;
@@ -15748,7 +15748,7 @@ var require_wrapHelper = __commonJS((exports) => {
15748
15748
  }
15749
15749
  });
15750
15750
 
15751
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/runtime.js
15751
+ // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/runtime.js
15752
15752
  var require_runtime = __commonJS((exports) => {
15753
15753
  exports.__esModule = true;
15754
15754
  exports.checkRevision = checkRevision;
@@ -16063,7 +16063,7 @@ var require_runtime = __commonJS((exports) => {
16063
16063
  }
16064
16064
  });
16065
16065
 
16066
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/no-conflict.js
16066
+ // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/no-conflict.js
16067
16067
  var require_no_conflict = __commonJS((exports, module) => {
16068
16068
  exports.__esModule = true;
16069
16069
  exports.default = function(Handlebars) {
@@ -16087,7 +16087,7 @@ var require_no_conflict = __commonJS((exports, module) => {
16087
16087
  module.exports = exports["default"];
16088
16088
  });
16089
16089
 
16090
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars.runtime.js
16090
+ // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars.runtime.js
16091
16091
  var require_handlebars_runtime = __commonJS((exports, module) => {
16092
16092
  exports.__esModule = true;
16093
16093
  function _interopRequireDefault(obj) {
@@ -16141,7 +16141,7 @@ var require_handlebars_runtime = __commonJS((exports, module) => {
16141
16141
  module.exports = exports["default"];
16142
16142
  });
16143
16143
 
16144
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/ast.js
16144
+ // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/ast.js
16145
16145
  var require_ast = __commonJS((exports, module) => {
16146
16146
  exports.__esModule = true;
16147
16147
  var AST = {
@@ -16161,7 +16161,7 @@ var require_ast = __commonJS((exports, module) => {
16161
16161
  module.exports = exports["default"];
16162
16162
  });
16163
16163
 
16164
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/parser.js
16164
+ // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/parser.js
16165
16165
  var require_parser2 = __commonJS((exports, module) => {
16166
16166
  exports.__esModule = true;
16167
16167
  var handlebars = function() {
@@ -16885,7 +16885,7 @@ Expecting ` + expected.join(", ") + ", got '" + (this.terminals_[symbol] || symb
16885
16885
  module.exports = exports["default"];
16886
16886
  });
16887
16887
 
16888
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/visitor.js
16888
+ // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/visitor.js
16889
16889
  var require_visitor = __commonJS((exports, module) => {
16890
16890
  exports.__esModule = true;
16891
16891
  function _interopRequireDefault(obj) {
@@ -16990,7 +16990,7 @@ var require_visitor = __commonJS((exports, module) => {
16990
16990
  module.exports = exports["default"];
16991
16991
  });
16992
16992
 
16993
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/whitespace-control.js
16993
+ // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/whitespace-control.js
16994
16994
  var require_whitespace_control = __commonJS((exports, module) => {
16995
16995
  exports.__esModule = true;
16996
16996
  function _interopRequireDefault(obj) {
@@ -17136,7 +17136,7 @@ var require_whitespace_control = __commonJS((exports, module) => {
17136
17136
  module.exports = exports["default"];
17137
17137
  });
17138
17138
 
17139
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/helpers.js
17139
+ // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/helpers.js
17140
17140
  var require_helpers2 = __commonJS((exports) => {
17141
17141
  exports.__esModule = true;
17142
17142
  exports.SourceLocation = SourceLocation;
@@ -17321,7 +17321,7 @@ var require_helpers2 = __commonJS((exports) => {
17321
17321
  }
17322
17322
  });
17323
17323
 
17324
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/base.js
17324
+ // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/base.js
17325
17325
  var require_base2 = __commonJS((exports) => {
17326
17326
  exports.__esModule = true;
17327
17327
  exports.parseWithoutProcessing = parseWithoutProcessing;
@@ -17420,7 +17420,7 @@ var require_base2 = __commonJS((exports) => {
17420
17420
  }
17421
17421
  });
17422
17422
 
17423
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/compiler.js
17423
+ // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/compiler.js
17424
17424
  var require_compiler = __commonJS((exports) => {
17425
17425
  exports.__esModule = true;
17426
17426
  exports.Compiler = Compiler;
@@ -17837,7 +17837,7 @@ var require_compiler = __commonJS((exports) => {
17837
17837
  }
17838
17838
  });
17839
17839
 
17840
- // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/base64.js
17840
+ // ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/base64.js
17841
17841
  var require_base64 = __commonJS((exports) => {
17842
17842
  var intToCharMap = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");
17843
17843
  exports.encode = function(number) {
@@ -17876,7 +17876,7 @@ var require_base64 = __commonJS((exports) => {
17876
17876
  };
17877
17877
  });
17878
17878
 
17879
- // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/base64-vlq.js
17879
+ // ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/base64-vlq.js
17880
17880
  var require_base64_vlq = __commonJS((exports) => {
17881
17881
  var base64 = require_base64();
17882
17882
  var VLQ_BASE_SHIFT = 5;
@@ -17928,7 +17928,7 @@ var require_base64_vlq = __commonJS((exports) => {
17928
17928
  };
17929
17929
  });
17930
17930
 
17931
- // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/util.js
17931
+ // ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/util.js
17932
17932
  var require_util = __commonJS((exports) => {
17933
17933
  function getArg(aArgs, aName, aDefaultValue) {
17934
17934
  if (aName in aArgs) {
@@ -18227,7 +18227,7 @@ var require_util = __commonJS((exports) => {
18227
18227
  exports.computeSourceURL = computeSourceURL;
18228
18228
  });
18229
18229
 
18230
- // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/array-set.js
18230
+ // ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/array-set.js
18231
18231
  var require_array_set = __commonJS((exports) => {
18232
18232
  var util3 = require_util();
18233
18233
  var has = Object.prototype.hasOwnProperty;
@@ -18295,7 +18295,7 @@ var require_array_set = __commonJS((exports) => {
18295
18295
  exports.ArraySet = ArraySet;
18296
18296
  });
18297
18297
 
18298
- // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/mapping-list.js
18298
+ // ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/mapping-list.js
18299
18299
  var require_mapping_list = __commonJS((exports) => {
18300
18300
  var util3 = require_util();
18301
18301
  function generatedPositionAfter(mappingA, mappingB) {
@@ -18332,7 +18332,7 @@ var require_mapping_list = __commonJS((exports) => {
18332
18332
  exports.MappingList = MappingList;
18333
18333
  });
18334
18334
 
18335
- // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-map-generator.js
18335
+ // ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-map-generator.js
18336
18336
  var require_source_map_generator = __commonJS((exports) => {
18337
18337
  var base64VLQ = require_base64_vlq();
18338
18338
  var util3 = require_util();
@@ -18602,7 +18602,7 @@ var require_source_map_generator = __commonJS((exports) => {
18602
18602
  exports.SourceMapGenerator = SourceMapGenerator;
18603
18603
  });
18604
18604
 
18605
- // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/binary-search.js
18605
+ // ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/binary-search.js
18606
18606
  var require_binary_search = __commonJS((exports) => {
18607
18607
  exports.GREATEST_LOWER_BOUND = 1;
18608
18608
  exports.LEAST_UPPER_BOUND = 2;
@@ -18649,7 +18649,7 @@ var require_binary_search = __commonJS((exports) => {
18649
18649
  };
18650
18650
  });
18651
18651
 
18652
- // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/quick-sort.js
18652
+ // ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/quick-sort.js
18653
18653
  var require_quick_sort = __commonJS((exports) => {
18654
18654
  function swap(ary, x, y) {
18655
18655
  var temp = ary[x];
@@ -18682,7 +18682,7 @@ var require_quick_sort = __commonJS((exports) => {
18682
18682
  };
18683
18683
  });
18684
18684
 
18685
- // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-map-consumer.js
18685
+ // ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-map-consumer.js
18686
18686
  var require_source_map_consumer = __commonJS((exports) => {
18687
18687
  var util3 = require_util();
18688
18688
  var binarySearch = require_binary_search();
@@ -19251,7 +19251,7 @@ var require_source_map_consumer = __commonJS((exports) => {
19251
19251
  exports.IndexedSourceMapConsumer = IndexedSourceMapConsumer;
19252
19252
  });
19253
19253
 
19254
- // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-node.js
19254
+ // ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-node.js
19255
19255
  var require_source_node = __commonJS((exports) => {
19256
19256
  var SourceMapGenerator = require_source_map_generator().SourceMapGenerator;
19257
19257
  var util3 = require_util();
@@ -19505,14 +19505,14 @@ var require_source_node = __commonJS((exports) => {
19505
19505
  exports.SourceNode = SourceNode;
19506
19506
  });
19507
19507
 
19508
- // node_modules/.bun/source-map@0.6.1/node_modules/source-map/source-map.js
19508
+ // ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/source-map.js
19509
19509
  var require_source_map = __commonJS((exports) => {
19510
19510
  exports.SourceMapGenerator = require_source_map_generator().SourceMapGenerator;
19511
19511
  exports.SourceMapConsumer = require_source_map_consumer().SourceMapConsumer;
19512
19512
  exports.SourceNode = require_source_node().SourceNode;
19513
19513
  });
19514
19514
 
19515
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/code-gen.js
19515
+ // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/code-gen.js
19516
19516
  var require_code_gen = __commonJS((exports, module) => {
19517
19517
  exports.__esModule = true;
19518
19518
  var _utils = require_utils();
@@ -19645,7 +19645,7 @@ var require_code_gen = __commonJS((exports, module) => {
19645
19645
  module.exports = exports["default"];
19646
19646
  });
19647
19647
 
19648
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/javascript-compiler.js
19648
+ // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/javascript-compiler.js
19649
19649
  var require_javascript_compiler = __commonJS((exports, module) => {
19650
19650
  exports.__esModule = true;
19651
19651
  function _interopRequireDefault(obj) {
@@ -20413,7 +20413,7 @@ var require_javascript_compiler = __commonJS((exports, module) => {
20413
20413
  module.exports = exports["default"];
20414
20414
  });
20415
20415
 
20416
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars.js
20416
+ // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars.js
20417
20417
  var require_handlebars = __commonJS((exports, module) => {
20418
20418
  exports.__esModule = true;
20419
20419
  function _interopRequireDefault(obj) {
@@ -20457,7 +20457,7 @@ var require_handlebars = __commonJS((exports, module) => {
20457
20457
  module.exports = exports["default"];
20458
20458
  });
20459
20459
 
20460
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/printer.js
20460
+ // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/printer.js
20461
20461
  var require_printer = __commonJS((exports) => {
20462
20462
  exports.__esModule = true;
20463
20463
  exports.print = print;
@@ -20601,7 +20601,7 @@ var require_printer = __commonJS((exports) => {
20601
20601
  };
20602
20602
  });
20603
20603
 
20604
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/lib/index.js
20604
+ // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/lib/index.js
20605
20605
  var require_lib = __commonJS((exports, module) => {
20606
20606
  var handlebars = require_handlebars()["default"];
20607
20607
  var printer = require_printer();
@@ -31016,7 +31016,7 @@ function deriveSlug(inputs, existing) {
31016
31016
  return `${base}_${n}`;
31017
31017
  }
31018
31018
 
31019
- // node_modules/.bun/boundary@2.0.0/node_modules/boundary/lib/index.js
31019
+ // ../switchroom-sec-1417/node_modules/.bun/boundary@2.0.0/node_modules/boundary/lib/index.js
31020
31020
  var require_lib2 = __commonJS((exports2) => {
31021
31021
  Object.defineProperty(exports2, "__esModule", { value: true });
31022
31022
  exports2.binarySearch = exports2.upperBound = exports2.lowerBound = exports2.compare = undefined;
@@ -31063,7 +31063,7 @@ var require_lib2 = __commonJS((exports2) => {
31063
31063
  exports2.binarySearch = binarySearch;
31064
31064
  });
31065
31065
 
31066
- // node_modules/.bun/structured-source@4.0.0/node_modules/structured-source/lib/structured-source.js
31066
+ // ../switchroom-sec-1417/node_modules/.bun/structured-source@4.0.0/node_modules/structured-source/lib/structured-source.js
31067
31067
  var require_structured_source = __commonJS((exports2) => {
31068
31068
  Object.defineProperty(exports2, "__esModule", { value: true });
31069
31069
  exports2.StructuredSource = undefined;
@@ -31118,13 +31118,13 @@ var require_structured_source = __commonJS((exports2) => {
31118
31118
  }
31119
31119
  exports2.StructuredSource = StructuredSource;
31120
31120
  });
31121
- // node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/SecretLintSourceCodeImpl.js
31121
+ // ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/SecretLintSourceCodeImpl.js
31122
31122
  var import_structured_source;
31123
31123
  var init_SecretLintSourceCodeImpl = __esm(() => {
31124
31124
  import_structured_source = __toESM(require_structured_source(), 1);
31125
31125
  });
31126
31126
 
31127
- // node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/helper/promise-event-emitter.js
31127
+ // ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/helper/promise-event-emitter.js
31128
31128
  class EventEmitter {
31129
31129
  #listeners = new Map;
31130
31130
  on(type, listener) {
@@ -31163,9 +31163,9 @@ class EventEmitter {
31163
31163
  return Array.from(this.#listeners.get(type) ?? []);
31164
31164
  }
31165
31165
  }
31166
- // node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RuleContext.js
31166
+ // ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RuleContext.js
31167
31167
  var init_RuleContext = () => {};
31168
- // node_modules/.bun/@secretlint+profiler@12.2.0/node_modules/@secretlint/profiler/module/index.js
31168
+ // ../switchroom-sec-1417/node_modules/.bun/@secretlint+profiler@12.2.0/node_modules/@secretlint/profiler/module/index.js
31169
31169
  class SecretLintProfiler {
31170
31170
  perf;
31171
31171
  entries = [];
@@ -31222,7 +31222,7 @@ class SecretLintProfiler {
31222
31222
  }
31223
31223
  }
31224
31224
 
31225
- // node_modules/.bun/@secretlint+profiler@12.2.0/node_modules/@secretlint/profiler/module/node.js
31225
+ // ../switchroom-sec-1417/node_modules/.bun/@secretlint+profiler@12.2.0/node_modules/@secretlint/profiler/module/node.js
31226
31226
  import perf_hooks from "node:perf_hooks";
31227
31227
 
31228
31228
  class NullPerformanceObserver {
@@ -31237,19 +31237,19 @@ var init_node = __esm(() => {
31237
31237
  });
31238
31238
  });
31239
31239
 
31240
- // node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RunningEvents.js
31240
+ // ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RunningEvents.js
31241
31241
  var init_RunningEvents = __esm(() => {
31242
31242
  init_node();
31243
31243
  });
31244
31244
 
31245
- // node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RulePresetContext.js
31245
+ // ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RulePresetContext.js
31246
31246
  var init_RulePresetContext = __esm(() => {
31247
31247
  init_RuleContext();
31248
31248
  });
31249
- // node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/messages/index.js
31249
+ // ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/messages/index.js
31250
31250
  var init_messages = () => {};
31251
31251
 
31252
- // node_modules/.bun/ms@2.1.3/node_modules/ms/index.js
31252
+ // ../switchroom-sec-1417/node_modules/.bun/ms@2.1.3/node_modules/ms/index.js
31253
31253
  var require_ms = __commonJS((exports2, module) => {
31254
31254
  var s = 1000;
31255
31255
  var m = s * 60;
@@ -31359,7 +31359,7 @@ var require_ms = __commonJS((exports2, module) => {
31359
31359
  }
31360
31360
  });
31361
31361
 
31362
- // node_modules/.bun/debug@4.4.3/node_modules/debug/src/common.js
31362
+ // ../switchroom-sec-1417/node_modules/.bun/debug@4.4.3/node_modules/debug/src/common.js
31363
31363
  var require_common = __commonJS((exports2, module) => {
31364
31364
  function setup(env2) {
31365
31365
  createDebug.debug = createDebug;
@@ -31534,7 +31534,7 @@ var require_common = __commonJS((exports2, module) => {
31534
31534
  module.exports = setup;
31535
31535
  });
31536
31536
 
31537
- // node_modules/.bun/debug@4.4.3/node_modules/debug/src/browser.js
31537
+ // ../switchroom-sec-1417/node_modules/.bun/debug@4.4.3/node_modules/debug/src/browser.js
31538
31538
  var require_browser = __commonJS((exports2, module) => {
31539
31539
  exports2.formatArgs = formatArgs;
31540
31540
  exports2.save = save;
@@ -31694,7 +31694,7 @@ var require_browser = __commonJS((exports2, module) => {
31694
31694
  };
31695
31695
  });
31696
31696
 
31697
- // node_modules/.bun/has-flag@4.0.0/node_modules/has-flag/index.js
31697
+ // ../switchroom-sec-1417/node_modules/.bun/has-flag@4.0.0/node_modules/has-flag/index.js
31698
31698
  var require_has_flag = __commonJS((exports2, module) => {
31699
31699
  module.exports = (flag, argv = process.argv) => {
31700
31700
  const prefix = flag.startsWith("-") ? "" : flag.length === 1 ? "-" : "--";
@@ -31704,7 +31704,7 @@ var require_has_flag = __commonJS((exports2, module) => {
31704
31704
  };
31705
31705
  });
31706
31706
 
31707
- // node_modules/.bun/supports-color@7.2.0/node_modules/supports-color/index.js
31707
+ // ../switchroom-sec-1417/node_modules/.bun/supports-color@7.2.0/node_modules/supports-color/index.js
31708
31708
  var require_supports_color = __commonJS((exports2, module) => {
31709
31709
  var os5 = __require("os");
31710
31710
  var tty2 = __require("tty");
@@ -31803,7 +31803,7 @@ var require_supports_color = __commonJS((exports2, module) => {
31803
31803
  };
31804
31804
  });
31805
31805
 
31806
- // node_modules/.bun/debug@4.4.3/node_modules/debug/src/node.js
31806
+ // ../switchroom-sec-1417/node_modules/.bun/debug@4.4.3/node_modules/debug/src/node.js
31807
31807
  var require_node = __commonJS((exports2, module) => {
31808
31808
  var tty2 = __require("tty");
31809
31809
  var util3 = __require("util");
@@ -31974,7 +31974,7 @@ var require_node = __commonJS((exports2, module) => {
31974
31974
  };
31975
31975
  });
31976
31976
 
31977
- // node_modules/.bun/debug@4.4.3/node_modules/debug/src/index.js
31977
+ // ../switchroom-sec-1417/node_modules/.bun/debug@4.4.3/node_modules/debug/src/index.js
31978
31978
  var require_src = __commonJS((exports2, module) => {
31979
31979
  if (typeof process === "undefined" || process.type === "renderer" || false || process.__nwjs) {
31980
31980
  module.exports = require_browser();
@@ -31983,7 +31983,7 @@ var require_src = __commonJS((exports2, module) => {
31983
31983
  }
31984
31984
  });
31985
31985
 
31986
- // node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/index.js
31986
+ // ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/index.js
31987
31987
  var import_debug, debug;
31988
31988
  var init_module = __esm(() => {
31989
31989
  init_SecretLintSourceCodeImpl();
@@ -31996,7 +31996,7 @@ var init_module = __esm(() => {
31996
31996
  debug = import_debug.default("@secretlint/core");
31997
31997
  });
31998
31998
 
31999
- // node_modules/.bun/@secretlint+secretlint-rule-preset-recommend@12.2.0/node_modules/@secretlint/secretlint-rule-preset-recommend/module/index.js
31999
+ // ../switchroom-sec-1417/node_modules/.bun/@secretlint+secretlint-rule-preset-recommend@12.2.0/node_modules/@secretlint/secretlint-rule-preset-recommend/module/index.js
32000
32000
  function requireLodash_uniq() {
32001
32001
  if (hasRequiredLodash_uniq)
32002
32002
  return lodash_uniq;
@@ -33679,7 +33679,7 @@ var init_secretlint_source = __esm(() => {
33679
33679
  init_suppressor();
33680
33680
  });
33681
33681
 
33682
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/core.js
33682
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/core.js
33683
33683
  function $constructor(name, initializer, params) {
33684
33684
  function init(inst, def) {
33685
33685
  var _a;
@@ -33742,7 +33742,7 @@ var init_core = __esm(() => {
33742
33742
  globalConfig = {};
33743
33743
  });
33744
33744
 
33745
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/util.js
33745
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/util.js
33746
33746
  var exports_util = {};
33747
33747
  __export(exports_util, {
33748
33748
  unwrapMessage: () => unwrapMessage,
@@ -34258,7 +34258,7 @@ var init_util2 = __esm(() => {
34258
34258
  };
34259
34259
  });
34260
34260
 
34261
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/errors.js
34261
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/errors.js
34262
34262
  function flattenError(error, mapper = (issue2) => issue2.message) {
34263
34263
  const fieldErrors = {};
34264
34264
  const formErrors = [];
@@ -34336,7 +34336,7 @@ var init_errors2 = __esm(() => {
34336
34336
  $ZodRealError = $constructor("$ZodError", initializer, { Parent: Error });
34337
34337
  });
34338
34338
 
34339
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/parse.js
34339
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/parse.js
34340
34340
  var _parse = (_Err) => (schema, value, _ctx, _params) => {
34341
34341
  const ctx = _ctx ? Object.assign(_ctx, { async: false }) : { async: false };
34342
34342
  const result = schema._zod.run({ value, issues: [] }, ctx);
@@ -34388,7 +34388,7 @@ var init_parse = __esm(() => {
34388
34388
  safeParseAsync = /* @__PURE__ */ _safeParseAsync($ZodRealError);
34389
34389
  });
34390
34390
 
34391
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/regexes.js
34391
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/regexes.js
34392
34392
  function emoji() {
34393
34393
  return new RegExp(_emoji, "u");
34394
34394
  }
@@ -34445,7 +34445,7 @@ var init_regexes = __esm(() => {
34445
34445
  uppercase = /^[^a-z]*$/;
34446
34446
  });
34447
34447
 
34448
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/checks.js
34448
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/checks.js
34449
34449
  var $ZodCheck, numericOriginMap, $ZodCheckLessThan, $ZodCheckGreaterThan, $ZodCheckMultipleOf, $ZodCheckNumberFormat, $ZodCheckMaxLength, $ZodCheckMinLength, $ZodCheckLengthEquals, $ZodCheckStringFormat, $ZodCheckRegex, $ZodCheckLowerCase, $ZodCheckUpperCase, $ZodCheckIncludes, $ZodCheckStartsWith, $ZodCheckEndsWith, $ZodCheckOverwrite;
34450
34450
  var init_checks = __esm(() => {
34451
34451
  init_core();
@@ -34835,7 +34835,7 @@ var init_checks = __esm(() => {
34835
34835
  });
34836
34836
  });
34837
34837
 
34838
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/doc.js
34838
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/doc.js
34839
34839
  class Doc {
34840
34840
  constructor(args = []) {
34841
34841
  this.content = [];
@@ -34873,7 +34873,7 @@ class Doc {
34873
34873
  }
34874
34874
  }
34875
34875
 
34876
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/versions.js
34876
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/versions.js
34877
34877
  var version2;
34878
34878
  var init_versions = __esm(() => {
34879
34879
  version2 = {
@@ -34883,7 +34883,7 @@ var init_versions = __esm(() => {
34883
34883
  };
34884
34884
  });
34885
34885
 
34886
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/schemas.js
34886
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/schemas.js
34887
34887
  function isValidBase64(data) {
34888
34888
  if (data === "")
34889
34889
  return true;
@@ -36125,7 +36125,7 @@ var init_schemas = __esm(() => {
36125
36125
  });
36126
36126
  });
36127
36127
 
36128
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/locales/en.js
36128
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/locales/en.js
36129
36129
  function en_default2() {
36130
36130
  return {
36131
36131
  localeError: error()
@@ -36245,10 +36245,10 @@ var init_en2 = __esm(() => {
36245
36245
  init_util2();
36246
36246
  });
36247
36247
 
36248
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/locales/index.js
36248
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/locales/index.js
36249
36249
  var init_locales = () => {};
36250
36250
 
36251
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/registries.js
36251
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/registries.js
36252
36252
  class $ZodRegistry {
36253
36253
  constructor() {
36254
36254
  this._map = new Map;
@@ -36301,7 +36301,7 @@ var init_registries = __esm(() => {
36301
36301
  globalRegistry = /* @__PURE__ */ registry();
36302
36302
  });
36303
36303
 
36304
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/api.js
36304
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/api.js
36305
36305
  function _string(Class2, params) {
36306
36306
  return new Class2({
36307
36307
  type: "string",
@@ -36741,16 +36741,16 @@ var init_api = __esm(() => {
36741
36741
  init_util2();
36742
36742
  });
36743
36743
 
36744
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/function.js
36744
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/function.js
36745
36745
  var init_function = () => {};
36746
36746
 
36747
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/to-json-schema.js
36747
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/to-json-schema.js
36748
36748
  var init_to_json_schema = () => {};
36749
36749
 
36750
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/json-schema.js
36750
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/json-schema.js
36751
36751
  var init_json_schema = () => {};
36752
36752
 
36753
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/index.js
36753
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/index.js
36754
36754
  var init_core2 = __esm(() => {
36755
36755
  init_util2();
36756
36756
  init_regexes();
@@ -36768,24 +36768,24 @@ var init_core2 = __esm(() => {
36768
36768
  init_to_json_schema();
36769
36769
  });
36770
36770
 
36771
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/parse.js
36771
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/parse.js
36772
36772
  var init_parse2 = __esm(() => {
36773
36773
  init_core2();
36774
36774
  });
36775
36775
 
36776
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/schemas.js
36776
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/schemas.js
36777
36777
  var init_schemas2 = () => {};
36778
36778
 
36779
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/checks.js
36779
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/checks.js
36780
36780
  var init_checks2 = () => {};
36781
36781
 
36782
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/iso.js
36782
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/iso.js
36783
36783
  var init_iso = () => {};
36784
36784
 
36785
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/coerce.js
36785
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/coerce.js
36786
36786
  var init_coerce = () => {};
36787
36787
 
36788
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/external.js
36788
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/external.js
36789
36789
  var init_external2 = __esm(() => {
36790
36790
  init_core2();
36791
36791
  init_locales();
@@ -36796,17 +36796,17 @@ var init_external2 = __esm(() => {
36796
36796
  init_checks2();
36797
36797
  });
36798
36798
 
36799
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/index.js
36799
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/index.js
36800
36800
  var init_mini = __esm(() => {
36801
36801
  init_external2();
36802
36802
  });
36803
36803
 
36804
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4-mini/index.js
36804
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4-mini/index.js
36805
36805
  var init_v4_mini = __esm(() => {
36806
36806
  init_mini();
36807
36807
  });
36808
36808
 
36809
- // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.js
36809
+ // ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.js
36810
36810
  function isZ4Schema(s) {
36811
36811
  const schema = s;
36812
36812
  return !!schema._zod;
@@ -36872,12 +36872,12 @@ var init_zod_compat = __esm(() => {
36872
36872
  init_v4_mini();
36873
36873
  });
36874
36874
 
36875
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/checks.js
36875
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/checks.js
36876
36876
  var init_checks3 = __esm(() => {
36877
36877
  init_core2();
36878
36878
  });
36879
36879
 
36880
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/iso.js
36880
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/iso.js
36881
36881
  var exports_iso2 = {};
36882
36882
  __export(exports_iso2, {
36883
36883
  time: () => time2,
@@ -36923,7 +36923,7 @@ var init_iso2 = __esm(() => {
36923
36923
  });
36924
36924
  });
36925
36925
 
36926
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/errors.js
36926
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/errors.js
36927
36927
  var initializer2 = (inst, issues) => {
36928
36928
  $ZodError.init(inst, issues);
36929
36929
  inst.name = "ZodError";
@@ -36956,7 +36956,7 @@ var init_errors3 = __esm(() => {
36956
36956
  });
36957
36957
  });
36958
36958
 
36959
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/parse.js
36959
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/parse.js
36960
36960
  var parse4, parseAsync2, safeParse3, safeParseAsync2;
36961
36961
  var init_parse3 = __esm(() => {
36962
36962
  init_core2();
@@ -36967,7 +36967,7 @@ var init_parse3 = __esm(() => {
36967
36967
  safeParseAsync2 = /* @__PURE__ */ _safeParseAsync(ZodRealError);
36968
36968
  });
36969
36969
 
36970
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/schemas.js
36970
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/schemas.js
36971
36971
  function string2(params) {
36972
36972
  return _string(ZodString2, params);
36973
36973
  }
@@ -37581,13 +37581,13 @@ var init_schemas3 = __esm(() => {
37581
37581
  });
37582
37582
  });
37583
37583
 
37584
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/compat.js
37584
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/compat.js
37585
37585
  var init_compat = () => {};
37586
37586
 
37587
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/coerce.js
37587
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/coerce.js
37588
37588
  var init_coerce2 = () => {};
37589
37589
 
37590
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/external.js
37590
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/external.js
37591
37591
  var init_external3 = __esm(() => {
37592
37592
  init_core2();
37593
37593
  init_core2();
@@ -37603,17 +37603,17 @@ var init_external3 = __esm(() => {
37603
37603
  config(en_default2());
37604
37604
  });
37605
37605
 
37606
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/index.js
37606
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/index.js
37607
37607
  var init_classic = __esm(() => {
37608
37608
  init_external3();
37609
37609
  });
37610
37610
 
37611
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/index.js
37611
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/index.js
37612
37612
  var init_v4 = __esm(() => {
37613
37613
  init_classic();
37614
37614
  });
37615
37615
 
37616
- // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js
37616
+ // ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js
37617
37617
  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;
37618
37618
  var init_types2 = __esm(() => {
37619
37619
  init_v4();
@@ -38441,65 +38441,65 @@ var init_types2 = __esm(() => {
38441
38441
  };
38442
38442
  });
38443
38443
 
38444
- // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.js
38444
+ // ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.js
38445
38445
  function isTerminal(status) {
38446
38446
  return status === "completed" || status === "failed" || status === "cancelled";
38447
38447
  }
38448
38448
 
38449
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/Options.js
38449
+ // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/Options.js
38450
38450
  var ignoreOverride;
38451
38451
  var init_Options = __esm(() => {
38452
38452
  ignoreOverride = Symbol("Let zodToJsonSchema decide on which parser to use");
38453
38453
  });
38454
38454
 
38455
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/Refs.js
38455
+ // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/Refs.js
38456
38456
  var init_Refs = __esm(() => {
38457
38457
  init_Options();
38458
38458
  });
38459
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/any.js
38459
+ // ../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
38460
38460
  var init_any = () => {};
38461
38461
 
38462
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/array.js
38462
+ // ../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
38463
38463
  var init_array = __esm(() => {
38464
38464
  init_parseDef();
38465
38465
  });
38466
38466
 
38467
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/bigint.js
38467
+ // ../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
38468
38468
  var init_bigint = () => {};
38469
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/branded.js
38469
+ // ../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
38470
38470
  var init_branded = __esm(() => {
38471
38471
  init_parseDef();
38472
38472
  });
38473
38473
 
38474
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/catch.js
38474
+ // ../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
38475
38475
  var init_catch = __esm(() => {
38476
38476
  init_parseDef();
38477
38477
  });
38478
38478
 
38479
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/date.js
38479
+ // ../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
38480
38480
  var init_date = () => {};
38481
38481
 
38482
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/default.js
38482
+ // ../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
38483
38483
  var init_default = __esm(() => {
38484
38484
  init_parseDef();
38485
38485
  });
38486
38486
 
38487
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/effects.js
38487
+ // ../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
38488
38488
  var init_effects = __esm(() => {
38489
38489
  init_parseDef();
38490
38490
  init_any();
38491
38491
  });
38492
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/intersection.js
38492
+ // ../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
38493
38493
  var init_intersection = __esm(() => {
38494
38494
  init_parseDef();
38495
38495
  });
38496
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/string.js
38496
+ // ../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
38497
38497
  var ALPHA_NUMERIC;
38498
38498
  var init_string = __esm(() => {
38499
38499
  ALPHA_NUMERIC = new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");
38500
38500
  });
38501
38501
 
38502
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/record.js
38502
+ // ../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
38503
38503
  var init_record = __esm(() => {
38504
38504
  init_parseDef();
38505
38505
  init_string();
@@ -38507,77 +38507,77 @@ var init_record = __esm(() => {
38507
38507
  init_any();
38508
38508
  });
38509
38509
 
38510
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/map.js
38510
+ // ../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
38511
38511
  var init_map = __esm(() => {
38512
38512
  init_parseDef();
38513
38513
  init_record();
38514
38514
  init_any();
38515
38515
  });
38516
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/never.js
38516
+ // ../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
38517
38517
  var init_never = __esm(() => {
38518
38518
  init_any();
38519
38519
  });
38520
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/union.js
38520
+ // ../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
38521
38521
  var init_union = __esm(() => {
38522
38522
  init_parseDef();
38523
38523
  });
38524
38524
 
38525
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/nullable.js
38525
+ // ../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
38526
38526
  var init_nullable = __esm(() => {
38527
38527
  init_parseDef();
38528
38528
  init_union();
38529
38529
  });
38530
38530
 
38531
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/number.js
38531
+ // ../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
38532
38532
  var init_number = () => {};
38533
38533
 
38534
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/object.js
38534
+ // ../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
38535
38535
  var init_object = __esm(() => {
38536
38536
  init_parseDef();
38537
38537
  });
38538
38538
 
38539
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/optional.js
38539
+ // ../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
38540
38540
  var init_optional = __esm(() => {
38541
38541
  init_parseDef();
38542
38542
  init_any();
38543
38543
  });
38544
38544
 
38545
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/pipeline.js
38545
+ // ../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
38546
38546
  var init_pipeline = __esm(() => {
38547
38547
  init_parseDef();
38548
38548
  });
38549
38549
 
38550
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/promise.js
38550
+ // ../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
38551
38551
  var init_promise = __esm(() => {
38552
38552
  init_parseDef();
38553
38553
  });
38554
38554
 
38555
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/set.js
38555
+ // ../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
38556
38556
  var init_set = __esm(() => {
38557
38557
  init_parseDef();
38558
38558
  });
38559
38559
 
38560
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/tuple.js
38560
+ // ../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
38561
38561
  var init_tuple = __esm(() => {
38562
38562
  init_parseDef();
38563
38563
  });
38564
38564
 
38565
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/undefined.js
38565
+ // ../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
38566
38566
  var init_undefined = __esm(() => {
38567
38567
  init_any();
38568
38568
  });
38569
38569
 
38570
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/unknown.js
38570
+ // ../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
38571
38571
  var init_unknown = __esm(() => {
38572
38572
  init_any();
38573
38573
  });
38574
38574
 
38575
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/readonly.js
38575
+ // ../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
38576
38576
  var init_readonly = __esm(() => {
38577
38577
  init_parseDef();
38578
38578
  });
38579
38579
 
38580
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/selectParser.js
38580
+ // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/selectParser.js
38581
38581
  var init_selectParser = __esm(() => {
38582
38582
  init_any();
38583
38583
  init_array();
@@ -38606,24 +38606,24 @@ var init_selectParser = __esm(() => {
38606
38606
  init_readonly();
38607
38607
  });
38608
38608
 
38609
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parseDef.js
38609
+ // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parseDef.js
38610
38610
  var init_parseDef = __esm(() => {
38611
38611
  init_Options();
38612
38612
  init_selectParser();
38613
38613
  init_any();
38614
38614
  });
38615
38615
 
38616
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parseTypes.js
38616
+ // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parseTypes.js
38617
38617
  var init_parseTypes = () => {};
38618
38618
 
38619
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/zodToJsonSchema.js
38619
+ // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/zodToJsonSchema.js
38620
38620
  var init_zodToJsonSchema = __esm(() => {
38621
38621
  init_parseDef();
38622
38622
  init_Refs();
38623
38623
  init_any();
38624
38624
  });
38625
38625
 
38626
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/index.js
38626
+ // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/index.js
38627
38627
  var init_esm = __esm(() => {
38628
38628
  init_zodToJsonSchema();
38629
38629
  init_Options();
@@ -38659,7 +38659,7 @@ var init_esm = __esm(() => {
38659
38659
  init_zodToJsonSchema();
38660
38660
  });
38661
38661
 
38662
- // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.js
38662
+ // ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.js
38663
38663
  function getMethodLiteral(schema) {
38664
38664
  const shape = getObjectShape(schema);
38665
38665
  const methodSchema = shape?.method;
@@ -38684,7 +38684,7 @@ var init_zod_json_schema_compat = __esm(() => {
38684
38684
  init_esm();
38685
38685
  });
38686
38686
 
38687
- // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js
38687
+ // ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js
38688
38688
  class Protocol {
38689
38689
  constructor(_options) {
38690
38690
  this._options = _options;
@@ -39529,7 +39529,7 @@ var init_protocol4 = __esm(() => {
39529
39529
  init_zod_json_schema_compat();
39530
39530
  });
39531
39531
 
39532
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/code.js
39532
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/code.js
39533
39533
  var require_code = __commonJS((exports2) => {
39534
39534
  Object.defineProperty(exports2, "__esModule", { value: true });
39535
39535
  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;
@@ -39683,7 +39683,7 @@ var require_code = __commonJS((exports2) => {
39683
39683
  exports2.regexpCode = regexpCode;
39684
39684
  });
39685
39685
 
39686
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/scope.js
39686
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/scope.js
39687
39687
  var require_scope = __commonJS((exports2) => {
39688
39688
  Object.defineProperty(exports2, "__esModule", { value: true });
39689
39689
  exports2.ValueScope = exports2.ValueScopeName = exports2.Scope = exports2.varKinds = exports2.UsedValueState = undefined;
@@ -39829,7 +39829,7 @@ var require_scope = __commonJS((exports2) => {
39829
39829
  exports2.ValueScope = ValueScope;
39830
39830
  });
39831
39831
 
39832
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/index.js
39832
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/index.js
39833
39833
  var require_codegen = __commonJS((exports2) => {
39834
39834
  Object.defineProperty(exports2, "__esModule", { value: true });
39835
39835
  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;
@@ -40539,7 +40539,7 @@ var require_codegen = __commonJS((exports2) => {
40539
40539
  }
40540
40540
  });
40541
40541
 
40542
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/util.js
40542
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/util.js
40543
40543
  var require_util2 = __commonJS((exports2) => {
40544
40544
  Object.defineProperty(exports2, "__esModule", { value: true });
40545
40545
  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;
@@ -40703,7 +40703,7 @@ var require_util2 = __commonJS((exports2) => {
40703
40703
  exports2.checkStrictMode = checkStrictMode;
40704
40704
  });
40705
40705
 
40706
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/names.js
40706
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/names.js
40707
40707
  var require_names = __commonJS((exports2) => {
40708
40708
  Object.defineProperty(exports2, "__esModule", { value: true });
40709
40709
  var codegen_1 = require_codegen();
@@ -40728,7 +40728,7 @@ var require_names = __commonJS((exports2) => {
40728
40728
  exports2.default = names;
40729
40729
  });
40730
40730
 
40731
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/errors.js
40731
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/errors.js
40732
40732
  var require_errors2 = __commonJS((exports2) => {
40733
40733
  Object.defineProperty(exports2, "__esModule", { value: true });
40734
40734
  exports2.extendErrors = exports2.resetErrorsCount = exports2.reportExtraError = exports2.reportError = exports2.keyword$DataError = exports2.keywordError = undefined;
@@ -40846,7 +40846,7 @@ var require_errors2 = __commonJS((exports2) => {
40846
40846
  }
40847
40847
  });
40848
40848
 
40849
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/boolSchema.js
40849
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/boolSchema.js
40850
40850
  var require_boolSchema = __commonJS((exports2) => {
40851
40851
  Object.defineProperty(exports2, "__esModule", { value: true });
40852
40852
  exports2.boolOrEmptySchema = exports2.topBoolOrEmptySchema = undefined;
@@ -40894,7 +40894,7 @@ var require_boolSchema = __commonJS((exports2) => {
40894
40894
  }
40895
40895
  });
40896
40896
 
40897
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/rules.js
40897
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/rules.js
40898
40898
  var require_rules = __commonJS((exports2) => {
40899
40899
  Object.defineProperty(exports2, "__esModule", { value: true });
40900
40900
  exports2.getRules = exports2.isJSONType = undefined;
@@ -40922,7 +40922,7 @@ var require_rules = __commonJS((exports2) => {
40922
40922
  exports2.getRules = getRules;
40923
40923
  });
40924
40924
 
40925
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/applicability.js
40925
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/applicability.js
40926
40926
  var require_applicability = __commonJS((exports2) => {
40927
40927
  Object.defineProperty(exports2, "__esModule", { value: true });
40928
40928
  exports2.shouldUseRule = exports2.shouldUseGroup = exports2.schemaHasRulesForType = undefined;
@@ -40942,7 +40942,7 @@ var require_applicability = __commonJS((exports2) => {
40942
40942
  exports2.shouldUseRule = shouldUseRule;
40943
40943
  });
40944
40944
 
40945
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/dataType.js
40945
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/dataType.js
40946
40946
  var require_dataType = __commonJS((exports2) => {
40947
40947
  Object.defineProperty(exports2, "__esModule", { value: true });
40948
40948
  exports2.reportTypeError = exports2.checkDataTypes = exports2.checkDataType = exports2.coerceAndCheckDataType = exports2.getJSONTypes = exports2.getSchemaTypes = exports2.DataType = undefined;
@@ -41123,7 +41123,7 @@ var require_dataType = __commonJS((exports2) => {
41123
41123
  }
41124
41124
  });
41125
41125
 
41126
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/defaults.js
41126
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/defaults.js
41127
41127
  var require_defaults = __commonJS((exports2) => {
41128
41128
  Object.defineProperty(exports2, "__esModule", { value: true });
41129
41129
  exports2.assignDefaults = undefined;
@@ -41157,7 +41157,7 @@ var require_defaults = __commonJS((exports2) => {
41157
41157
  }
41158
41158
  });
41159
41159
 
41160
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/code.js
41160
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/code.js
41161
41161
  var require_code2 = __commonJS((exports2) => {
41162
41162
  Object.defineProperty(exports2, "__esModule", { value: true });
41163
41163
  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;
@@ -41286,7 +41286,7 @@ var require_code2 = __commonJS((exports2) => {
41286
41286
  exports2.validateUnion = validateUnion;
41287
41287
  });
41288
41288
 
41289
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/keyword.js
41289
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/keyword.js
41290
41290
  var require_keyword = __commonJS((exports2) => {
41291
41291
  Object.defineProperty(exports2, "__esModule", { value: true });
41292
41292
  exports2.validateKeywordUsage = exports2.validSchemaType = exports2.funcKeywordCode = exports2.macroKeywordCode = undefined;
@@ -41401,7 +41401,7 @@ var require_keyword = __commonJS((exports2) => {
41401
41401
  exports2.validateKeywordUsage = validateKeywordUsage;
41402
41402
  });
41403
41403
 
41404
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/subschema.js
41404
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/subschema.js
41405
41405
  var require_subschema = __commonJS((exports2) => {
41406
41406
  Object.defineProperty(exports2, "__esModule", { value: true });
41407
41407
  exports2.extendSubschemaMode = exports2.extendSubschemaData = exports2.getSubschema = undefined;
@@ -41481,7 +41481,7 @@ var require_subschema = __commonJS((exports2) => {
41481
41481
  exports2.extendSubschemaMode = extendSubschemaMode;
41482
41482
  });
41483
41483
 
41484
- // node_modules/.bun/fast-deep-equal@3.1.3/node_modules/fast-deep-equal/index.js
41484
+ // ../switchroom-sec-1417/node_modules/.bun/fast-deep-equal@3.1.3/node_modules/fast-deep-equal/index.js
41485
41485
  var require_fast_deep_equal = __commonJS((exports2, module) => {
41486
41486
  module.exports = function equal(a, b) {
41487
41487
  if (a === b)
@@ -41523,7 +41523,7 @@ var require_fast_deep_equal = __commonJS((exports2, module) => {
41523
41523
  };
41524
41524
  });
41525
41525
 
41526
- // node_modules/.bun/json-schema-traverse@1.0.0/node_modules/json-schema-traverse/index.js
41526
+ // ../switchroom-sec-1417/node_modules/.bun/json-schema-traverse@1.0.0/node_modules/json-schema-traverse/index.js
41527
41527
  var require_json_schema_traverse = __commonJS((exports2, module) => {
41528
41528
  var traverse = module.exports = function(schema, opts, cb) {
41529
41529
  if (typeof opts == "function") {
@@ -41606,7 +41606,7 @@ var require_json_schema_traverse = __commonJS((exports2, module) => {
41606
41606
  }
41607
41607
  });
41608
41608
 
41609
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/resolve.js
41609
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/resolve.js
41610
41610
  var require_resolve = __commonJS((exports2) => {
41611
41611
  Object.defineProperty(exports2, "__esModule", { value: true });
41612
41612
  exports2.getSchemaRefs = exports2.resolveUrl = exports2.normalizeId = exports2._getFullPath = exports2.getFullPath = exports2.inlineRef = undefined;
@@ -41759,7 +41759,7 @@ var require_resolve = __commonJS((exports2) => {
41759
41759
  exports2.getSchemaRefs = getSchemaRefs;
41760
41760
  });
41761
41761
 
41762
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/index.js
41762
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/index.js
41763
41763
  var require_validate = __commonJS((exports2) => {
41764
41764
  Object.defineProperty(exports2, "__esModule", { value: true });
41765
41765
  exports2.getData = exports2.KeywordCxt = exports2.validateFunctionCode = undefined;
@@ -42264,7 +42264,7 @@ var require_validate = __commonJS((exports2) => {
42264
42264
  exports2.getData = getData;
42265
42265
  });
42266
42266
 
42267
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/validation_error.js
42267
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/validation_error.js
42268
42268
  var require_validation_error = __commonJS((exports2) => {
42269
42269
  Object.defineProperty(exports2, "__esModule", { value: true });
42270
42270
 
@@ -42278,7 +42278,7 @@ var require_validation_error = __commonJS((exports2) => {
42278
42278
  exports2.default = ValidationError;
42279
42279
  });
42280
42280
 
42281
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/ref_error.js
42281
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/ref_error.js
42282
42282
  var require_ref_error = __commonJS((exports2) => {
42283
42283
  Object.defineProperty(exports2, "__esModule", { value: true });
42284
42284
  var resolve_1 = require_resolve();
@@ -42293,7 +42293,7 @@ var require_ref_error = __commonJS((exports2) => {
42293
42293
  exports2.default = MissingRefError;
42294
42294
  });
42295
42295
 
42296
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/index.js
42296
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/index.js
42297
42297
  var require_compile = __commonJS((exports2) => {
42298
42298
  Object.defineProperty(exports2, "__esModule", { value: true });
42299
42299
  exports2.resolveSchema = exports2.getCompilingSchema = exports2.resolveRef = exports2.compileSchema = exports2.SchemaEnv = undefined;
@@ -42514,7 +42514,7 @@ var require_compile = __commonJS((exports2) => {
42514
42514
  }
42515
42515
  });
42516
42516
 
42517
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/refs/data.json
42517
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/refs/data.json
42518
42518
  var require_data = __commonJS((exports2, module) => {
42519
42519
  module.exports = {
42520
42520
  $id: "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",
@@ -42531,7 +42531,7 @@ var require_data = __commonJS((exports2, module) => {
42531
42531
  };
42532
42532
  });
42533
42533
 
42534
- // node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/lib/utils.js
42534
+ // ../switchroom-sec-1417/node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/lib/utils.js
42535
42535
  var require_utils2 = __commonJS((exports2, module) => {
42536
42536
  var isUUID = RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu);
42537
42537
  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);
@@ -42786,7 +42786,7 @@ var require_utils2 = __commonJS((exports2, module) => {
42786
42786
  };
42787
42787
  });
42788
42788
 
42789
- // node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/lib/schemes.js
42789
+ // ../switchroom-sec-1417/node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/lib/schemes.js
42790
42790
  var require_schemes = __commonJS((exports2, module) => {
42791
42791
  var { isUUID } = require_utils2();
42792
42792
  var URN_REG = /([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu;
@@ -42960,7 +42960,7 @@ var require_schemes = __commonJS((exports2, module) => {
42960
42960
  };
42961
42961
  });
42962
42962
 
42963
- // node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/index.js
42963
+ // ../switchroom-sec-1417/node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/index.js
42964
42964
  var require_fast_uri = __commonJS((exports2, module) => {
42965
42965
  var { normalizeIPv6, removeDotSegments, recomposeAuthority, normalizeComponentEncoding, isIPv4, nonSimpleDomain } = require_utils2();
42966
42966
  var { SCHEMES, getSchemeHandler } = require_schemes();
@@ -43211,7 +43211,7 @@ var require_fast_uri = __commonJS((exports2, module) => {
43211
43211
  module.exports.fastUri = fastUri;
43212
43212
  });
43213
43213
 
43214
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/uri.js
43214
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/uri.js
43215
43215
  var require_uri = __commonJS((exports2) => {
43216
43216
  Object.defineProperty(exports2, "__esModule", { value: true });
43217
43217
  var uri = require_fast_uri();
@@ -43219,7 +43219,7 @@ var require_uri = __commonJS((exports2) => {
43219
43219
  exports2.default = uri;
43220
43220
  });
43221
43221
 
43222
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/core.js
43222
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/core.js
43223
43223
  var require_core = __commonJS((exports2) => {
43224
43224
  Object.defineProperty(exports2, "__esModule", { value: true });
43225
43225
  exports2.CodeGen = exports2.Name = exports2.nil = exports2.stringify = exports2.str = exports2._ = exports2.KeywordCxt = undefined;
@@ -43812,7 +43812,7 @@ var require_core = __commonJS((exports2) => {
43812
43812
  }
43813
43813
  });
43814
43814
 
43815
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/id.js
43815
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/id.js
43816
43816
  var require_id = __commonJS((exports2) => {
43817
43817
  Object.defineProperty(exports2, "__esModule", { value: true });
43818
43818
  var def = {
@@ -43824,7 +43824,7 @@ var require_id = __commonJS((exports2) => {
43824
43824
  exports2.default = def;
43825
43825
  });
43826
43826
 
43827
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/ref.js
43827
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/ref.js
43828
43828
  var require_ref = __commonJS((exports2) => {
43829
43829
  Object.defineProperty(exports2, "__esModule", { value: true });
43830
43830
  exports2.callRef = exports2.getValidate = undefined;
@@ -43943,7 +43943,7 @@ var require_ref = __commonJS((exports2) => {
43943
43943
  exports2.default = def;
43944
43944
  });
43945
43945
 
43946
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/index.js
43946
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/index.js
43947
43947
  var require_core2 = __commonJS((exports2) => {
43948
43948
  Object.defineProperty(exports2, "__esModule", { value: true });
43949
43949
  var id_1 = require_id();
@@ -43961,7 +43961,7 @@ var require_core2 = __commonJS((exports2) => {
43961
43961
  exports2.default = core2;
43962
43962
  });
43963
43963
 
43964
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitNumber.js
43964
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitNumber.js
43965
43965
  var require_limitNumber = __commonJS((exports2) => {
43966
43966
  Object.defineProperty(exports2, "__esModule", { value: true });
43967
43967
  var codegen_1 = require_codegen();
@@ -43990,7 +43990,7 @@ var require_limitNumber = __commonJS((exports2) => {
43990
43990
  exports2.default = def;
43991
43991
  });
43992
43992
 
43993
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/multipleOf.js
43993
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/multipleOf.js
43994
43994
  var require_multipleOf = __commonJS((exports2) => {
43995
43995
  Object.defineProperty(exports2, "__esModule", { value: true });
43996
43996
  var codegen_1 = require_codegen();
@@ -44015,7 +44015,7 @@ var require_multipleOf = __commonJS((exports2) => {
44015
44015
  exports2.default = def;
44016
44016
  });
44017
44017
 
44018
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/ucs2length.js
44018
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/ucs2length.js
44019
44019
  var require_ucs2length = __commonJS((exports2) => {
44020
44020
  Object.defineProperty(exports2, "__esModule", { value: true });
44021
44021
  function ucs2length(str) {
@@ -44038,7 +44038,7 @@ var require_ucs2length = __commonJS((exports2) => {
44038
44038
  ucs2length.code = 'require("ajv/dist/runtime/ucs2length").default';
44039
44039
  });
44040
44040
 
44041
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitLength.js
44041
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitLength.js
44042
44042
  var require_limitLength = __commonJS((exports2) => {
44043
44043
  Object.defineProperty(exports2, "__esModule", { value: true });
44044
44044
  var codegen_1 = require_codegen();
@@ -44067,7 +44067,7 @@ var require_limitLength = __commonJS((exports2) => {
44067
44067
  exports2.default = def;
44068
44068
  });
44069
44069
 
44070
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/pattern.js
44070
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/pattern.js
44071
44071
  var require_pattern = __commonJS((exports2) => {
44072
44072
  Object.defineProperty(exports2, "__esModule", { value: true });
44073
44073
  var code_1 = require_code2();
@@ -44101,7 +44101,7 @@ var require_pattern = __commonJS((exports2) => {
44101
44101
  exports2.default = def;
44102
44102
  });
44103
44103
 
44104
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitProperties.js
44104
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitProperties.js
44105
44105
  var require_limitProperties = __commonJS((exports2) => {
44106
44106
  Object.defineProperty(exports2, "__esModule", { value: true });
44107
44107
  var codegen_1 = require_codegen();
@@ -44127,7 +44127,7 @@ var require_limitProperties = __commonJS((exports2) => {
44127
44127
  exports2.default = def;
44128
44128
  });
44129
44129
 
44130
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/required.js
44130
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/required.js
44131
44131
  var require_required = __commonJS((exports2) => {
44132
44132
  Object.defineProperty(exports2, "__esModule", { value: true });
44133
44133
  var code_1 = require_code2();
@@ -44206,7 +44206,7 @@ var require_required = __commonJS((exports2) => {
44206
44206
  exports2.default = def;
44207
44207
  });
44208
44208
 
44209
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitItems.js
44209
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitItems.js
44210
44210
  var require_limitItems = __commonJS((exports2) => {
44211
44211
  Object.defineProperty(exports2, "__esModule", { value: true });
44212
44212
  var codegen_1 = require_codegen();
@@ -44232,7 +44232,7 @@ var require_limitItems = __commonJS((exports2) => {
44232
44232
  exports2.default = def;
44233
44233
  });
44234
44234
 
44235
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/equal.js
44235
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/equal.js
44236
44236
  var require_equal = __commonJS((exports2) => {
44237
44237
  Object.defineProperty(exports2, "__esModule", { value: true });
44238
44238
  var equal = require_fast_deep_equal();
@@ -44240,7 +44240,7 @@ var require_equal = __commonJS((exports2) => {
44240
44240
  exports2.default = equal;
44241
44241
  });
44242
44242
 
44243
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js
44243
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js
44244
44244
  var require_uniqueItems = __commonJS((exports2) => {
44245
44245
  Object.defineProperty(exports2, "__esModule", { value: true });
44246
44246
  var dataType_1 = require_dataType();
@@ -44304,7 +44304,7 @@ var require_uniqueItems = __commonJS((exports2) => {
44304
44304
  exports2.default = def;
44305
44305
  });
44306
44306
 
44307
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/const.js
44307
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/const.js
44308
44308
  var require_const = __commonJS((exports2) => {
44309
44309
  Object.defineProperty(exports2, "__esModule", { value: true });
44310
44310
  var codegen_1 = require_codegen();
@@ -44330,7 +44330,7 @@ var require_const = __commonJS((exports2) => {
44330
44330
  exports2.default = def;
44331
44331
  });
44332
44332
 
44333
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/enum.js
44333
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/enum.js
44334
44334
  var require_enum = __commonJS((exports2) => {
44335
44335
  Object.defineProperty(exports2, "__esModule", { value: true });
44336
44336
  var codegen_1 = require_codegen();
@@ -44376,7 +44376,7 @@ var require_enum = __commonJS((exports2) => {
44376
44376
  exports2.default = def;
44377
44377
  });
44378
44378
 
44379
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/index.js
44379
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/index.js
44380
44380
  var require_validation = __commonJS((exports2) => {
44381
44381
  Object.defineProperty(exports2, "__esModule", { value: true });
44382
44382
  var limitNumber_1 = require_limitNumber();
@@ -44406,7 +44406,7 @@ var require_validation = __commonJS((exports2) => {
44406
44406
  exports2.default = validation;
44407
44407
  });
44408
44408
 
44409
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js
44409
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js
44410
44410
  var require_additionalItems = __commonJS((exports2) => {
44411
44411
  Object.defineProperty(exports2, "__esModule", { value: true });
44412
44412
  exports2.validateAdditionalItems = undefined;
@@ -44456,7 +44456,7 @@ var require_additionalItems = __commonJS((exports2) => {
44456
44456
  exports2.default = def;
44457
44457
  });
44458
44458
 
44459
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/items.js
44459
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/items.js
44460
44460
  var require_items = __commonJS((exports2) => {
44461
44461
  Object.defineProperty(exports2, "__esModule", { value: true });
44462
44462
  exports2.validateTuple = undefined;
@@ -44510,7 +44510,7 @@ var require_items = __commonJS((exports2) => {
44510
44510
  exports2.default = def;
44511
44511
  });
44512
44512
 
44513
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js
44513
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js
44514
44514
  var require_prefixItems = __commonJS((exports2) => {
44515
44515
  Object.defineProperty(exports2, "__esModule", { value: true });
44516
44516
  var items_1 = require_items();
@@ -44524,7 +44524,7 @@ var require_prefixItems = __commonJS((exports2) => {
44524
44524
  exports2.default = def;
44525
44525
  });
44526
44526
 
44527
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/items2020.js
44527
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/items2020.js
44528
44528
  var require_items2020 = __commonJS((exports2) => {
44529
44529
  Object.defineProperty(exports2, "__esModule", { value: true });
44530
44530
  var codegen_1 = require_codegen();
@@ -44556,7 +44556,7 @@ var require_items2020 = __commonJS((exports2) => {
44556
44556
  exports2.default = def;
44557
44557
  });
44558
44558
 
44559
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/contains.js
44559
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/contains.js
44560
44560
  var require_contains = __commonJS((exports2) => {
44561
44561
  Object.defineProperty(exports2, "__esModule", { value: true });
44562
44562
  var codegen_1 = require_codegen();
@@ -44647,7 +44647,7 @@ var require_contains = __commonJS((exports2) => {
44647
44647
  exports2.default = def;
44648
44648
  });
44649
44649
 
44650
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/dependencies.js
44650
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/dependencies.js
44651
44651
  var require_dependencies = __commonJS((exports2) => {
44652
44652
  Object.defineProperty(exports2, "__esModule", { value: true });
44653
44653
  exports2.validateSchemaDeps = exports2.validatePropertyDeps = exports2.error = undefined;
@@ -44732,7 +44732,7 @@ var require_dependencies = __commonJS((exports2) => {
44732
44732
  exports2.default = def;
44733
44733
  });
44734
44734
 
44735
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js
44735
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js
44736
44736
  var require_propertyNames = __commonJS((exports2) => {
44737
44737
  Object.defineProperty(exports2, "__esModule", { value: true });
44738
44738
  var codegen_1 = require_codegen();
@@ -44772,7 +44772,7 @@ var require_propertyNames = __commonJS((exports2) => {
44772
44772
  exports2.default = def;
44773
44773
  });
44774
44774
 
44775
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js
44775
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js
44776
44776
  var require_additionalProperties = __commonJS((exports2) => {
44777
44777
  Object.defineProperty(exports2, "__esModule", { value: true });
44778
44778
  var code_1 = require_code2();
@@ -44875,7 +44875,7 @@ var require_additionalProperties = __commonJS((exports2) => {
44875
44875
  exports2.default = def;
44876
44876
  });
44877
44877
 
44878
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/properties.js
44878
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/properties.js
44879
44879
  var require_properties = __commonJS((exports2) => {
44880
44880
  Object.defineProperty(exports2, "__esModule", { value: true });
44881
44881
  var validate_1 = require_validate();
@@ -44930,7 +44930,7 @@ var require_properties = __commonJS((exports2) => {
44930
44930
  exports2.default = def;
44931
44931
  });
44932
44932
 
44933
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js
44933
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js
44934
44934
  var require_patternProperties = __commonJS((exports2) => {
44935
44935
  Object.defineProperty(exports2, "__esModule", { value: true });
44936
44936
  var code_1 = require_code2();
@@ -45001,7 +45001,7 @@ var require_patternProperties = __commonJS((exports2) => {
45001
45001
  exports2.default = def;
45002
45002
  });
45003
45003
 
45004
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/not.js
45004
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/not.js
45005
45005
  var require_not = __commonJS((exports2) => {
45006
45006
  Object.defineProperty(exports2, "__esModule", { value: true });
45007
45007
  var util_1 = require_util2();
@@ -45029,7 +45029,7 @@ var require_not = __commonJS((exports2) => {
45029
45029
  exports2.default = def;
45030
45030
  });
45031
45031
 
45032
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/anyOf.js
45032
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/anyOf.js
45033
45033
  var require_anyOf = __commonJS((exports2) => {
45034
45034
  Object.defineProperty(exports2, "__esModule", { value: true });
45035
45035
  var code_1 = require_code2();
@@ -45043,7 +45043,7 @@ var require_anyOf = __commonJS((exports2) => {
45043
45043
  exports2.default = def;
45044
45044
  });
45045
45045
 
45046
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/oneOf.js
45046
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/oneOf.js
45047
45047
  var require_oneOf = __commonJS((exports2) => {
45048
45048
  Object.defineProperty(exports2, "__esModule", { value: true });
45049
45049
  var codegen_1 = require_codegen();
@@ -45098,7 +45098,7 @@ var require_oneOf = __commonJS((exports2) => {
45098
45098
  exports2.default = def;
45099
45099
  });
45100
45100
 
45101
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/allOf.js
45101
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/allOf.js
45102
45102
  var require_allOf = __commonJS((exports2) => {
45103
45103
  Object.defineProperty(exports2, "__esModule", { value: true });
45104
45104
  var util_1 = require_util2();
@@ -45122,7 +45122,7 @@ var require_allOf = __commonJS((exports2) => {
45122
45122
  exports2.default = def;
45123
45123
  });
45124
45124
 
45125
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/if.js
45125
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/if.js
45126
45126
  var require_if2 = __commonJS((exports2) => {
45127
45127
  Object.defineProperty(exports2, "__esModule", { value: true });
45128
45128
  var codegen_1 = require_codegen();
@@ -45188,7 +45188,7 @@ var require_if2 = __commonJS((exports2) => {
45188
45188
  exports2.default = def;
45189
45189
  });
45190
45190
 
45191
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/thenElse.js
45191
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/thenElse.js
45192
45192
  var require_thenElse = __commonJS((exports2) => {
45193
45193
  Object.defineProperty(exports2, "__esModule", { value: true });
45194
45194
  var util_1 = require_util2();
@@ -45203,7 +45203,7 @@ var require_thenElse = __commonJS((exports2) => {
45203
45203
  exports2.default = def;
45204
45204
  });
45205
45205
 
45206
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/index.js
45206
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/index.js
45207
45207
  var require_applicator = __commonJS((exports2) => {
45208
45208
  Object.defineProperty(exports2, "__esModule", { value: true });
45209
45209
  var additionalItems_1 = require_additionalItems();
@@ -45246,7 +45246,7 @@ var require_applicator = __commonJS((exports2) => {
45246
45246
  exports2.default = getApplicator;
45247
45247
  });
45248
45248
 
45249
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/format/format.js
45249
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/format/format.js
45250
45250
  var require_format = __commonJS((exports2) => {
45251
45251
  Object.defineProperty(exports2, "__esModule", { value: true });
45252
45252
  var codegen_1 = require_codegen();
@@ -45333,7 +45333,7 @@ var require_format = __commonJS((exports2) => {
45333
45333
  exports2.default = def;
45334
45334
  });
45335
45335
 
45336
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/format/index.js
45336
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/format/index.js
45337
45337
  var require_format2 = __commonJS((exports2) => {
45338
45338
  Object.defineProperty(exports2, "__esModule", { value: true });
45339
45339
  var format_1 = require_format();
@@ -45341,7 +45341,7 @@ var require_format2 = __commonJS((exports2) => {
45341
45341
  exports2.default = format;
45342
45342
  });
45343
45343
 
45344
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/metadata.js
45344
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/metadata.js
45345
45345
  var require_metadata = __commonJS((exports2) => {
45346
45346
  Object.defineProperty(exports2, "__esModule", { value: true });
45347
45347
  exports2.contentVocabulary = exports2.metadataVocabulary = undefined;
@@ -45361,7 +45361,7 @@ var require_metadata = __commonJS((exports2) => {
45361
45361
  ];
45362
45362
  });
45363
45363
 
45364
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/draft7.js
45364
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/draft7.js
45365
45365
  var require_draft7 = __commonJS((exports2) => {
45366
45366
  Object.defineProperty(exports2, "__esModule", { value: true });
45367
45367
  var core_1 = require_core2();
@@ -45380,7 +45380,7 @@ var require_draft7 = __commonJS((exports2) => {
45380
45380
  exports2.default = draft7Vocabularies;
45381
45381
  });
45382
45382
 
45383
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/discriminator/types.js
45383
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/discriminator/types.js
45384
45384
  var require_types = __commonJS((exports2) => {
45385
45385
  Object.defineProperty(exports2, "__esModule", { value: true });
45386
45386
  exports2.DiscrError = undefined;
@@ -45391,7 +45391,7 @@ var require_types = __commonJS((exports2) => {
45391
45391
  })(DiscrError || (exports2.DiscrError = DiscrError = {}));
45392
45392
  });
45393
45393
 
45394
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/discriminator/index.js
45394
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/discriminator/index.js
45395
45395
  var require_discriminator = __commonJS((exports2) => {
45396
45396
  Object.defineProperty(exports2, "__esModule", { value: true });
45397
45397
  var codegen_1 = require_codegen();
@@ -45493,7 +45493,7 @@ var require_discriminator = __commonJS((exports2) => {
45493
45493
  exports2.default = def;
45494
45494
  });
45495
45495
 
45496
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/refs/json-schema-draft-07.json
45496
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/refs/json-schema-draft-07.json
45497
45497
  var require_json_schema_draft_07 = __commonJS((exports2, module) => {
45498
45498
  module.exports = {
45499
45499
  $schema: "http://json-schema.org/draft-07/schema#",
@@ -45648,7 +45648,7 @@ var require_json_schema_draft_07 = __commonJS((exports2, module) => {
45648
45648
  };
45649
45649
  });
45650
45650
 
45651
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/ajv.js
45651
+ // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/ajv.js
45652
45652
  var require_ajv = __commonJS((exports2, module) => {
45653
45653
  Object.defineProperty(exports2, "__esModule", { value: true });
45654
45654
  exports2.MissingRefError = exports2.ValidationError = exports2.CodeGen = exports2.Name = exports2.nil = exports2.stringify = exports2.str = exports2._ = exports2.KeywordCxt = exports2.Ajv = undefined;
@@ -45716,7 +45716,7 @@ var require_ajv = __commonJS((exports2, module) => {
45716
45716
  } });
45717
45717
  });
45718
45718
 
45719
- // node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/formats.js
45719
+ // ../switchroom-sec-1417/node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/formats.js
45720
45720
  var require_formats = __commonJS((exports2) => {
45721
45721
  Object.defineProperty(exports2, "__esModule", { value: true });
45722
45722
  exports2.formatNames = exports2.fastFormats = exports2.fullFormats = undefined;
@@ -45893,7 +45893,7 @@ var require_formats = __commonJS((exports2) => {
45893
45893
  }
45894
45894
  });
45895
45895
 
45896
- // node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/limit.js
45896
+ // ../switchroom-sec-1417/node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/limit.js
45897
45897
  var require_limit = __commonJS((exports2) => {
45898
45898
  Object.defineProperty(exports2, "__esModule", { value: true });
45899
45899
  exports2.formatLimitDefinition = undefined;
@@ -45962,7 +45962,7 @@ var require_limit = __commonJS((exports2) => {
45962
45962
  exports2.default = formatLimitPlugin;
45963
45963
  });
45964
45964
 
45965
- // node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/index.js
45965
+ // ../switchroom-sec-1417/node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/index.js
45966
45966
  var require_dist2 = __commonJS((exports2, module) => {
45967
45967
  Object.defineProperty(exports2, "__esModule", { value: true });
45968
45968
  var formats_1 = require_formats();
@@ -46001,7 +46001,7 @@ var require_dist2 = __commonJS((exports2, module) => {
46001
46001
  exports2.default = formatsPlugin;
46002
46002
  });
46003
46003
 
46004
- // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js
46004
+ // ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js
46005
46005
  function createDefaultAjvInstance() {
46006
46006
  const ajv = new import_ajv.default({
46007
46007
  strict: false,
@@ -46044,7 +46044,7 @@ var init_ajv_provider = __esm(() => {
46044
46044
  import_ajv_formats = __toESM(require_dist2(), 1);
46045
46045
  });
46046
46046
 
46047
- // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.js
46047
+ // ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.js
46048
46048
  class ExperimentalServerTasks {
46049
46049
  constructor(_server) {
46050
46050
  this._server = _server;
@@ -46125,7 +46125,7 @@ var init_server = __esm(() => {
46125
46125
  init_types2();
46126
46126
  });
46127
46127
 
46128
- // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.js
46128
+ // ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.js
46129
46129
  function assertToolsCallTaskCapability(requests, method, entityName) {
46130
46130
  if (!requests) {
46131
46131
  throw new Error(`${entityName} does not support task creation (required for ${method})`);
@@ -46160,7 +46160,7 @@ function assertClientRequestTaskCapability(requests, method, entityName) {
46160
46160
  }
46161
46161
  }
46162
46162
 
46163
- // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.js
46163
+ // ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.js
46164
46164
  var Server;
46165
46165
  var init_server2 = __esm(() => {
46166
46166
  init_protocol4();
@@ -46501,7 +46501,7 @@ var init_server2 = __esm(() => {
46501
46501
  };
46502
46502
  });
46503
46503
 
46504
- // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.js
46504
+ // ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.js
46505
46505
  class ReadBuffer {
46506
46506
  append(chunk2) {
46507
46507
  this._buffer = this._buffer ? Buffer.concat([this._buffer, chunk2]) : chunk2;
@@ -46534,7 +46534,7 @@ var init_stdio = __esm(() => {
46534
46534
  init_types2();
46535
46535
  });
46536
46536
 
46537
- // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js
46537
+ // ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js
46538
46538
  import process3 from "node:process";
46539
46539
 
46540
46540
  class StdioServerTransport {
@@ -47231,7 +47231,7 @@ var init_server4 = __esm(() => {
47231
47231
  ];
47232
47232
  });
47233
47233
 
47234
- // node_modules/.bun/commander@13.1.0/node_modules/commander/esm.mjs
47234
+ // ../switchroom-sec-1417/node_modules/.bun/commander@13.1.0/node_modules/commander/esm.mjs
47235
47235
  var import__ = __toESM(require_commander(), 1);
47236
47236
  var {
47237
47237
  program,
@@ -47248,8 +47248,8 @@ var {
47248
47248
  } = import__.default;
47249
47249
 
47250
47250
  // src/build-info.ts
47251
- var VERSION = "0.13.4";
47252
- var COMMIT_SHA = "b4fd0264";
47251
+ var VERSION = "0.13.5";
47252
+ var COMMIT_SHA = "cb688641";
47253
47253
 
47254
47254
  // src/cli/agent.ts
47255
47255
  init_source();
@@ -47522,6 +47522,10 @@ When you call \`mcp__switchroom-telegram__progress_update\` from inside this sub
47522
47522
  One short line per call. Skip for trivial one-shot tasks. Don't narrate every tool call \u2014 the parent card already shows your tool ring buffer.
47523
47523
 
47524
47524
  Pass \`chat_id\` = \`${args.defaultChatId}\` unless the parent is handling a different chat in this turn, in which case use whatever chat_id the parent saw on its inbound message.
47525
+
47526
+ ## Vault / credential access
47527
+
47528
+ If you cannot reach a service or API because a credential is missing or denied, **do not tell the parent to ask the operator manually**. Instead, return the exact vault key name you need (use the \`<service>/<key>\` convention, e.g. \`coolify/api-token\`) and the verbatim error. Your parent agent can call \`vault_request_access\` to get the grant \u2014 that is the correct recovery path, not an escalation to the operator.
47525
47529
  `;
47526
47530
  }
47527
47531
  function applyTelegramProgressGuidance(body, args) {
@@ -56068,7 +56072,7 @@ function createAuditLogger(opts = {}) {
56068
56072
  // src/vault/grants.ts
56069
56073
  import { randomBytes as randomBytes7 } from "node:crypto";
56070
56074
 
56071
- // node_modules/.bun/bcryptjs@3.0.3/node_modules/bcryptjs/index.js
56075
+ // ../switchroom-sec-1417/node_modules/.bun/bcryptjs@3.0.3/node_modules/bcryptjs/index.js
56072
56076
  import nodeCrypto from "crypto";
56073
56077
  var randomFallback = null;
56074
56078
  function randomBytes6(len) {
@@ -62695,7 +62699,7 @@ function readRecentFires(jsonlPath) {
62695
62699
  // src/web/api.ts
62696
62700
  init_client3();
62697
62701
 
62698
- // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/module.node.mjs
62702
+ // ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/module.node.mjs
62699
62703
  import { dirname as dirname7, posix, sep } from "path";
62700
62704
  function createModulerModifier() {
62701
62705
  const getModuleFromFileName = createGetModuleFromFilename();
@@ -62731,7 +62735,7 @@ function normalizeWindowsPath(path4) {
62731
62735
  return path4.replace(/^[A-Z]:/, "").replace(/\\/g, "/");
62732
62736
  }
62733
62737
 
62734
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/featureFlagUtils.mjs
62738
+ // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/featureFlagUtils.mjs
62735
62739
  var normalizeFlagsResponse = (flagsResponse) => {
62736
62740
  if ("flags" in flagsResponse) {
62737
62741
  const featureFlags = getFlagValuesFromFlags(flagsResponse.flags);
@@ -62802,7 +62806,7 @@ var parsePayload = (response) => {
62802
62806
  }
62803
62807
  };
62804
62808
 
62805
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/gzip.mjs
62809
+ // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/gzip.mjs
62806
62810
  function isGzipSupported() {
62807
62811
  return "CompressionStream" in globalThis;
62808
62812
  }
@@ -62822,7 +62826,7 @@ async function gzipCompress(input, isDebug = true) {
62822
62826
  }
62823
62827
  }
62824
62828
 
62825
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/vendor/uuidv7.mjs
62829
+ // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/vendor/uuidv7.mjs
62826
62830
  /*! For license information please see uuidv7.mjs.LICENSE.txt */
62827
62831
  var DIGITS = "0123456789abcdef";
62828
62832
 
@@ -63000,7 +63004,7 @@ var defaultGenerator;
63000
63004
  var uuidv7 = () => uuidv7obj().toString();
63001
63005
  var uuidv7obj = () => (defaultGenerator || (defaultGenerator = new V7Generator)).generate();
63002
63006
 
63003
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/types.mjs
63007
+ // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/types.mjs
63004
63008
  var types_PostHogPersistedProperty = /* @__PURE__ */ function(PostHogPersistedProperty) {
63005
63009
  PostHogPersistedProperty["AnonymousId"] = "anonymous_id";
63006
63010
  PostHogPersistedProperty["DistinctId"] = "distinct_id";
@@ -63033,7 +63037,7 @@ var types_PostHogPersistedProperty = /* @__PURE__ */ function(PostHogPersistedPr
63033
63037
  return PostHogPersistedProperty;
63034
63038
  }({});
63035
63039
 
63036
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/bot-detection.mjs
63040
+ // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/bot-detection.mjs
63037
63041
  var DEFAULT_BLOCKED_UA_STRS = [
63038
63042
  "amazonbot",
63039
63043
  "amazonproductbot",
@@ -63122,7 +63126,7 @@ var isBlockedUA = function(ua, customBlockedUserAgents = []) {
63122
63126
  return uaLower.indexOf(blockedUaLower) !== -1;
63123
63127
  });
63124
63128
  };
63125
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/type-utils.mjs
63129
+ // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/type-utils.mjs
63126
63130
  var nativeIsArray = Array.isArray;
63127
63131
  var ObjProto = Object.prototype;
63128
63132
  var type_utils_hasOwnProperty = ObjProto.hasOwnProperty;
@@ -63159,7 +63163,7 @@ function isInstanceOf(candidate, base) {
63159
63163
  }
63160
63164
  }
63161
63165
 
63162
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/number-utils.mjs
63166
+ // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/number-utils.mjs
63163
63167
  function clampToRange(value, min, max, logger, fallbackValue) {
63164
63168
  if (min > max) {
63165
63169
  logger.warn("min cannot be greater than max.");
@@ -63179,7 +63183,7 @@ function clampToRange(value, min, max, logger, fallbackValue) {
63179
63183
  return clampToRange(fallbackValue || max, min, max, logger);
63180
63184
  }
63181
63185
 
63182
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/bucketed-rate-limiter.mjs
63186
+ // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/bucketed-rate-limiter.mjs
63183
63187
  var ONE_DAY_IN_MS = 86400000;
63184
63188
 
63185
63189
  class BucketedRateLimiter {
@@ -63223,7 +63227,7 @@ class BucketedRateLimiter {
63223
63227
  this._buckets = {};
63224
63228
  }
63225
63229
  }
63226
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/promise-queue.mjs
63230
+ // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/promise-queue.mjs
63227
63231
  class PromiseQueue {
63228
63232
  add(promise) {
63229
63233
  const promiseUUID = uuidv7();
@@ -63249,7 +63253,7 @@ class PromiseQueue {
63249
63253
  this.promiseByIds = {};
63250
63254
  }
63251
63255
  }
63252
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/logger.mjs
63256
+ // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/logger.mjs
63253
63257
  function createConsole(consoleLike = console) {
63254
63258
  const lockedMethods = {
63255
63259
  log: consoleLike.log.bind(consoleLike),
@@ -63287,7 +63291,7 @@ var passThrough = (fn) => fn();
63287
63291
  function createLogger(prefix, maybeCall = passThrough) {
63288
63292
  return _createLogger(prefix, maybeCall, createConsole());
63289
63293
  }
63290
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/user-agent-utils.mjs
63294
+ // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/user-agent-utils.mjs
63291
63295
  var MOBILE = "Mobile";
63292
63296
  var IOS = "iOS";
63293
63297
  var ANDROID = "Android";
@@ -63544,7 +63548,7 @@ var osMatchers = [
63544
63548
  ]
63545
63549
  ];
63546
63550
 
63547
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/index.mjs
63551
+ // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/index.mjs
63548
63552
  var STRING_FORMAT = "utf8";
63549
63553
  function assert(truthyValue, message) {
63550
63554
  if (!truthyValue || typeof truthyValue != "string" || isEmpty(truthyValue))
@@ -63592,7 +63596,7 @@ function allSettled(promises) {
63592
63596
  reason
63593
63597
  }))));
63594
63598
  }
63595
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/eventemitter.mjs
63599
+ // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/eventemitter.mjs
63596
63600
  class SimpleEventEmitter {
63597
63601
  constructor() {
63598
63602
  this.events = {};
@@ -63614,7 +63618,7 @@ class SimpleEventEmitter {
63614
63618
  }
63615
63619
  }
63616
63620
 
63617
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/posthog-core-stateless.mjs
63621
+ // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/posthog-core-stateless.mjs
63618
63622
  class PostHogFetchHttpError extends Error {
63619
63623
  constructor(response, reqByteLength) {
63620
63624
  super("HTTP error while fetching PostHog: status=" + response.status + ", reqByteLength=" + reqByteLength), this.response = response, this.reqByteLength = reqByteLength, this.name = "PostHogFetchHttpError";
@@ -64329,7 +64333,7 @@ class PostHogCoreStateless {
64329
64333
  return this.shutdownPromise;
64330
64334
  }
64331
64335
  }
64332
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/index.mjs
64336
+ // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/index.mjs
64333
64337
  var exports_error_tracking = {};
64334
64338
  __export(exports_error_tracking, {
64335
64339
  winjsStackLineParser: () => winjsStackLineParser,
@@ -64353,7 +64357,7 @@ __export(exports_error_tracking, {
64353
64357
  DOMExceptionCoercer: () => DOMExceptionCoercer
64354
64358
  });
64355
64359
 
64356
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/chunk-ids.mjs
64360
+ // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/chunk-ids.mjs
64357
64361
  var parsedStackResults;
64358
64362
  var lastKeysCount;
64359
64363
  var cachedFilenameChunkIds;
@@ -64392,7 +64396,7 @@ function getFilenameToChunkIdMap(stackParser) {
64392
64396
  return cachedFilenameChunkIds;
64393
64397
  }
64394
64398
 
64395
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/error-properties-builder.mjs
64399
+ // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/error-properties-builder.mjs
64396
64400
  var MAX_CAUSE_RECURSION = 4;
64397
64401
 
64398
64402
  class ErrorPropertiesBuilder {
@@ -64514,7 +64518,7 @@ class ErrorPropertiesBuilder {
64514
64518
  return context;
64515
64519
  }
64516
64520
  }
64517
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/base.mjs
64521
+ // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/base.mjs
64518
64522
  var UNKNOWN_FUNCTION = "?";
64519
64523
  function createFrame(platform, filename, func, lineno, colno) {
64520
64524
  const frame = {
@@ -64530,7 +64534,7 @@ function createFrame(platform, filename, func, lineno, colno) {
64530
64534
  return frame;
64531
64535
  }
64532
64536
 
64533
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/safari.mjs
64537
+ // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/safari.mjs
64534
64538
  var extractSafariExtensionDetails = (func, filename) => {
64535
64539
  const isSafariExtension = func.indexOf("safari-extension") !== -1;
64536
64540
  const isSafariWebExtension = func.indexOf("safari-web-extension") !== -1;
@@ -64543,7 +64547,7 @@ var extractSafariExtensionDetails = (func, filename) => {
64543
64547
  ];
64544
64548
  };
64545
64549
 
64546
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/chrome.mjs
64550
+ // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/chrome.mjs
64547
64551
  var chromeRegexNoFnName = /^\s*at (\S+?)(?::(\d+))(?::(\d+))\s*$/i;
64548
64552
  var chromeRegex = /^\s*at (?:(.+?\)(?: \[.+\])?|.*?) ?\((?:address at )?)?(?:async )?((?:<anonymous>|[-a-z]+:|.*bundle|\/)?.*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i;
64549
64553
  var chromeEvalRegex = /\((\S*)(?::(\d+))(?::(\d+))\)/;
@@ -64569,7 +64573,7 @@ var chromeStackLineParser = (line, platform) => {
64569
64573
  }
64570
64574
  };
64571
64575
 
64572
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/gecko.mjs
64576
+ // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/gecko.mjs
64573
64577
  var geckoREgex = /^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:[-a-z]+)?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i;
64574
64578
  var geckoEvalRegex = /(\S+) line (\d+)(?: > eval line \d+)* > eval/i;
64575
64579
  var geckoStackLineParser = (line, platform) => {
@@ -64592,14 +64596,14 @@ var geckoStackLineParser = (line, platform) => {
64592
64596
  }
64593
64597
  };
64594
64598
 
64595
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/winjs.mjs
64599
+ // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/winjs.mjs
64596
64600
  var winjsRegex = /^\s*at (?:((?:\[object object\])?.+) )?\(?((?:[-a-z]+):.*?):(\d+)(?::(\d+))?\)?\s*$/i;
64597
64601
  var winjsStackLineParser = (line, platform) => {
64598
64602
  const parts = winjsRegex.exec(line);
64599
64603
  return parts ? createFrame(platform, parts[2], parts[1] || UNKNOWN_FUNCTION, +parts[3], parts[4] ? +parts[4] : undefined) : undefined;
64600
64604
  };
64601
64605
 
64602
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/opera.mjs
64606
+ // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/opera.mjs
64603
64607
  var opera10Regex = / line (\d+).*script (?:in )?(\S+)(?:: in function (\S+))?$/i;
64604
64608
  var opera10StackLineParser = (line, platform) => {
64605
64609
  const parts = opera10Regex.exec(line);
@@ -64611,7 +64615,7 @@ var opera11StackLineParser = (line, platform) => {
64611
64615
  return parts ? createFrame(platform, parts[5], parts[3] || parts[4] || UNKNOWN_FUNCTION, +parts[1], +parts[2]) : undefined;
64612
64616
  };
64613
64617
 
64614
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/node.mjs
64618
+ // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/node.mjs
64615
64619
  var FILENAME_MATCH = /^\s*[-]{4,}$/;
64616
64620
  var FULL_MATCH = /at (?:async )?(?:(.+?)\s+\()?(?:(.+):(\d+):(\d+)?|([^)]+))\)?/;
64617
64621
  var nodeStackLineParser = (line, platform) => {
@@ -64680,7 +64684,7 @@ function _parseIntOrUndefined(input) {
64680
64684
  return parseInt(input || "", 10) || undefined;
64681
64685
  }
64682
64686
 
64683
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/index.mjs
64687
+ // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/index.mjs
64684
64688
  var WEBPACK_ERROR_REGEXP = /\(error: (.*)\)/;
64685
64689
  var STACKTRACE_FRAME_LIMIT = 50;
64686
64690
  function reverseAndStripFrames(stack) {
@@ -64725,7 +64729,7 @@ function createStackParser(platform, ...parsers) {
64725
64729
  return reverseAndStripFrames(frames);
64726
64730
  };
64727
64731
  }
64728
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/dom-exception-coercer.mjs
64732
+ // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/dom-exception-coercer.mjs
64729
64733
  class DOMExceptionCoercer {
64730
64734
  match(err) {
64731
64735
  return this.isDOMException(err) || this.isDOMError(err);
@@ -64755,7 +64759,7 @@ class DOMExceptionCoercer {
64755
64759
  return isBuiltin(err, "DOMError");
64756
64760
  }
64757
64761
  }
64758
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/error-coercer.mjs
64762
+ // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/error-coercer.mjs
64759
64763
  class ErrorCoercer {
64760
64764
  match(err) {
64761
64765
  return isPlainError(err);
@@ -64782,7 +64786,7 @@ class ErrorCoercer {
64782
64786
  return err.stacktrace || err.stack || undefined;
64783
64787
  }
64784
64788
  }
64785
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/error-event-coercer.mjs
64789
+ // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/error-event-coercer.mjs
64786
64790
  class ErrorEventCoercer {
64787
64791
  constructor() {}
64788
64792
  match(err) {
@@ -64800,7 +64804,7 @@ class ErrorEventCoercer {
64800
64804
  return exceptionLike;
64801
64805
  }
64802
64806
  }
64803
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/string-coercer.mjs
64807
+ // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/string-coercer.mjs
64804
64808
  var ERROR_TYPES_PATTERN = /^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i;
64805
64809
 
64806
64810
  class StringCoercer {
@@ -64830,7 +64834,7 @@ class StringCoercer {
64830
64834
  ];
64831
64835
  }
64832
64836
  }
64833
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/types.mjs
64837
+ // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/types.mjs
64834
64838
  var severityLevels = [
64835
64839
  "fatal",
64836
64840
  "error",
@@ -64840,7 +64844,7 @@ var severityLevels = [
64840
64844
  "debug"
64841
64845
  ];
64842
64846
 
64843
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/utils.mjs
64847
+ // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/utils.mjs
64844
64848
  function extractExceptionKeysForMessage(err, maxLength = 40) {
64845
64849
  const keys = Object.keys(err);
64846
64850
  keys.sort();
@@ -64857,7 +64861,7 @@ function extractExceptionKeysForMessage(err, maxLength = 40) {
64857
64861
  return "";
64858
64862
  }
64859
64863
 
64860
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/object-coercer.mjs
64864
+ // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/object-coercer.mjs
64861
64865
  class ObjectCoercer {
64862
64866
  match(candidate) {
64863
64867
  return typeof candidate == "object" && candidate !== null;
@@ -64910,7 +64914,7 @@ class ObjectCoercer {
64910
64914
  }
64911
64915
  }
64912
64916
  }
64913
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/event-coercer.mjs
64917
+ // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/event-coercer.mjs
64914
64918
  class EventCoercer {
64915
64919
  match(err) {
64916
64920
  return isEvent(err);
@@ -64925,7 +64929,7 @@ class EventCoercer {
64925
64929
  };
64926
64930
  }
64927
64931
  }
64928
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/primitive-coercer.mjs
64932
+ // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/primitive-coercer.mjs
64929
64933
  class PrimitiveCoercer {
64930
64934
  match(candidate) {
64931
64935
  return isPrimitive(candidate);
@@ -64939,7 +64943,7 @@ class PrimitiveCoercer {
64939
64943
  };
64940
64944
  }
64941
64945
  }
64942
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/promise-rejection-event.mjs
64946
+ // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/promise-rejection-event.mjs
64943
64947
  class PromiseRejectionEventCoercer {
64944
64948
  match(err) {
64945
64949
  return isBuiltin(err, "PromiseRejectionEvent") || this.isCustomEventWrappingRejection(err);
@@ -64975,7 +64979,7 @@ class PromiseRejectionEventCoercer {
64975
64979
  return error;
64976
64980
  }
64977
64981
  }
64978
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/utils.mjs
64982
+ // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/utils.mjs
64979
64983
  class ReduceableCache {
64980
64984
  constructor(_maxSize) {
64981
64985
  this._maxSize = _maxSize;
@@ -65000,7 +65004,7 @@ class ReduceableCache {
65000
65004
  }
65001
65005
  }
65002
65006
  }
65003
- // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/context-lines.node.mjs
65007
+ // ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/context-lines.node.mjs
65004
65008
  import { createReadStream } from "node:fs";
65005
65009
  import { createInterface as createInterface5 } from "node:readline";
65006
65010
  var LRU_FILE_CONTENTS_CACHE = new exports_error_tracking.ReduceableCache(25);
@@ -65218,7 +65222,7 @@ function snipLine(line, colno) {
65218
65222
  return newLine;
65219
65223
  }
65220
65224
 
65221
- // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/autocapture.mjs
65225
+ // ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/autocapture.mjs
65222
65226
  function makeUncaughtExceptionHandler(captureFn, onFatalFn) {
65223
65227
  let calledFatalError = false;
65224
65228
  return Object.assign((error) => {
@@ -65250,7 +65254,7 @@ function addUnhandledRejectionListener(captureFn) {
65250
65254
  }));
65251
65255
  }
65252
65256
 
65253
- // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/index.mjs
65257
+ // ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/index.mjs
65254
65258
  var SHUTDOWN_TIMEOUT = 2000;
65255
65259
 
65256
65260
  class ErrorTracking {
@@ -65319,10 +65323,10 @@ class ErrorTracking {
65319
65323
  }
65320
65324
  }
65321
65325
 
65322
- // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/version.mjs
65326
+ // ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/version.mjs
65323
65327
  var version = "5.29.2";
65324
65328
 
65325
- // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/types.mjs
65329
+ // ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/types.mjs
65326
65330
  var FeatureFlagError2 = {
65327
65331
  ERRORS_WHILE_COMPUTING: "errors_while_computing_flags",
65328
65332
  FLAG_MISSING: "flag_missing",
@@ -65330,7 +65334,7 @@ var FeatureFlagError2 = {
65330
65334
  UNKNOWN_ERROR: "unknown_error"
65331
65335
  };
65332
65336
 
65333
- // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/feature-flags/crypto.mjs
65337
+ // ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/feature-flags/crypto.mjs
65334
65338
  async function hashSHA1(text) {
65335
65339
  const subtle = globalThis.crypto?.subtle;
65336
65340
  if (!subtle)
@@ -65340,7 +65344,7 @@ async function hashSHA1(text) {
65340
65344
  return hashArray.map((byte) => byte.toString(16).padStart(2, "0")).join("");
65341
65345
  }
65342
65346
 
65343
- // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/feature-flags/feature-flags.mjs
65347
+ // ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/feature-flags/feature-flags.mjs
65344
65348
  var SIXTY_SECONDS = 60000;
65345
65349
  var LONG_SCALE = 1152921504606847000;
65346
65350
  var NULL_VALUES_ALLOWED_OPERATORS = [
@@ -66214,7 +66218,7 @@ function relativeDateParseForFeatureFlagMatching(value) {
66214
66218
  }
66215
66219
  }
66216
66220
 
66217
- // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/storage-memory.mjs
66221
+ // ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/storage-memory.mjs
66218
66222
  class PostHogMemoryStorage {
66219
66223
  getProperty(key) {
66220
66224
  return this._memoryStorage[key];
@@ -66227,7 +66231,7 @@ class PostHogMemoryStorage {
66227
66231
  }
66228
66232
  }
66229
66233
 
66230
- // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/client.mjs
66234
+ // ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/client.mjs
66231
66235
  var MINIMUM_POLLING_INTERVAL = 100;
66232
66236
  var THIRTY_SECONDS = 30000;
66233
66237
  var MAX_CACHE_SIZE = 50000;
@@ -67015,7 +67019,7 @@ class PostHogBackendClient extends PostHogCoreStateless {
67015
67019
  }
67016
67020
  }
67017
67021
 
67018
- // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/context/context.mjs
67022
+ // ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/context/context.mjs
67019
67023
  import { AsyncLocalStorage } from "node:async_hooks";
67020
67024
 
67021
67025
  class PostHogContext {
@@ -67046,7 +67050,7 @@ class PostHogContext {
67046
67050
  }
67047
67051
  }
67048
67052
 
67049
- // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/sentry-integration.mjs
67053
+ // ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/sentry-integration.mjs
67050
67054
  var NAME = "posthog-node";
67051
67055
  function createEventProcessor(_posthog, { organization, projectId, prefix, severityAllowList = [
67052
67056
  "error"
@@ -67114,7 +67118,7 @@ class PostHogSentryIntegration {
67114
67118
  };
67115
67119
  }
67116
67120
  }
67117
- // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/entrypoints/index.node.mjs
67121
+ // ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/entrypoints/index.node.mjs
67118
67122
  ErrorTracking.errorPropertiesBuilder = new exports_error_tracking.ErrorPropertiesBuilder([
67119
67123
  new exports_error_tracking.EventCoercer,
67120
67124
  new exports_error_tracking.ErrorCoercer,