switchroom 0.7.13 → 0.7.15

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.
@@ -17,7 +17,7 @@ var __export = (target, all) => {
17
17
  var __esm = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
18
18
  var __require = /* @__PURE__ */ createRequire(import.meta.url);
19
19
 
20
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/util.js
20
+ // node_modules/zod/v3/helpers/util.js
21
21
  var util, objectUtil, ZodParsedType, getParsedType = (data) => {
22
22
  const t = typeof data;
23
23
  switch (t) {
@@ -148,7 +148,7 @@ var init_util = __esm(() => {
148
148
  ]);
149
149
  });
150
150
 
151
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/ZodError.js
151
+ // node_modules/zod/v3/ZodError.js
152
152
  var ZodIssueCode, quotelessJson = (obj) => {
153
153
  const json = JSON.stringify(obj, null, 2);
154
154
  return json.replace(/"([^"]+)":/g, "$1:");
@@ -269,7 +269,7 @@ var init_ZodError = __esm(() => {
269
269
  };
270
270
  });
271
271
 
272
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/locales/en.js
272
+ // node_modules/zod/v3/locales/en.js
273
273
  var errorMap = (issue, _ctx) => {
274
274
  let message;
275
275
  switch (issue.code) {
@@ -376,7 +376,7 @@ var init_en = __esm(() => {
376
376
  en_default = errorMap;
377
377
  });
378
378
 
379
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/errors.js
379
+ // node_modules/zod/v3/errors.js
380
380
  function setErrorMap(map) {
381
381
  overrideErrorMap = map;
382
382
  }
@@ -389,7 +389,7 @@ var init_errors = __esm(() => {
389
389
  overrideErrorMap = en_default;
390
390
  });
391
391
 
392
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.js
392
+ // node_modules/zod/v3/helpers/parseUtil.js
393
393
  function addIssueToContext(ctx, issueData) {
394
394
  const overrideMap = getErrorMap();
395
395
  const issue = makeIssue({
@@ -494,10 +494,10 @@ var init_parseUtil = __esm(() => {
494
494
  });
495
495
  });
496
496
 
497
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/typeAliases.js
497
+ // node_modules/zod/v3/helpers/typeAliases.js
498
498
  var init_typeAliases = () => {};
499
499
 
500
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.js
500
+ // node_modules/zod/v3/helpers/errorUtil.js
501
501
  var errorUtil;
502
502
  var init_errorUtil = __esm(() => {
503
503
  (function(errorUtil2) {
@@ -506,7 +506,7 @@ var init_errorUtil = __esm(() => {
506
506
  })(errorUtil || (errorUtil = {}));
507
507
  });
508
508
 
509
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/types.js
509
+ // node_modules/zod/v3/types.js
510
510
  class ParseInputLazyPath {
511
511
  constructor(parent, value, path, key) {
512
512
  this._cachedPath = [];
@@ -3857,7 +3857,7 @@ var init_types = __esm(() => {
3857
3857
  NEVER = INVALID;
3858
3858
  });
3859
3859
 
3860
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/external.js
3860
+ // node_modules/zod/v3/external.js
3861
3861
  var exports_external = {};
3862
3862
  __export(exports_external, {
3863
3863
  void: () => voidType,
@@ -3977,13 +3977,13 @@ var init_external = __esm(() => {
3977
3977
  init_ZodError();
3978
3978
  });
3979
3979
 
3980
- // node_modules/.bun/zod@3.25.76/node_modules/zod/index.js
3980
+ // node_modules/zod/index.js
3981
3981
  var init_zod = __esm(() => {
3982
3982
  init_external();
3983
3983
  init_external();
3984
3984
  });
3985
3985
 
3986
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/identity.js
3986
+ // node_modules/yaml/dist/nodes/identity.js
3987
3987
  var require_identity = __commonJS((exports) => {
3988
3988
  var ALIAS = Symbol.for("yaml.alias");
3989
3989
  var DOC = Symbol.for("yaml.document");
@@ -4037,7 +4037,7 @@ var require_identity = __commonJS((exports) => {
4037
4037
  exports.isSeq = isSeq;
4038
4038
  });
4039
4039
 
4040
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/visit.js
4040
+ // node_modules/yaml/dist/visit.js
4041
4041
  var require_visit = __commonJS((exports) => {
4042
4042
  var identity = require_identity();
4043
4043
  var BREAK = Symbol("break visit");
@@ -4192,7 +4192,7 @@ var require_visit = __commonJS((exports) => {
4192
4192
  exports.visitAsync = visitAsync;
4193
4193
  });
4194
4194
 
4195
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/directives.js
4195
+ // node_modules/yaml/dist/doc/directives.js
4196
4196
  var require_directives = __commonJS((exports) => {
4197
4197
  var identity = require_identity();
4198
4198
  var visit = require_visit();
@@ -4344,7 +4344,7 @@ var require_directives = __commonJS((exports) => {
4344
4344
  exports.Directives = Directives;
4345
4345
  });
4346
4346
 
4347
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/anchors.js
4347
+ // node_modules/yaml/dist/doc/anchors.js
4348
4348
  var require_anchors = __commonJS((exports) => {
4349
4349
  var identity = require_identity();
4350
4350
  var visit = require_visit();
@@ -4406,7 +4406,7 @@ var require_anchors = __commonJS((exports) => {
4406
4406
  exports.findNewAnchor = findNewAnchor;
4407
4407
  });
4408
4408
 
4409
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/applyReviver.js
4409
+ // node_modules/yaml/dist/doc/applyReviver.js
4410
4410
  var require_applyReviver = __commonJS((exports) => {
4411
4411
  function applyReviver(reviver, obj, key, val) {
4412
4412
  if (val && typeof val === "object") {
@@ -4453,7 +4453,7 @@ var require_applyReviver = __commonJS((exports) => {
4453
4453
  exports.applyReviver = applyReviver;
4454
4454
  });
4455
4455
 
4456
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/toJS.js
4456
+ // node_modules/yaml/dist/nodes/toJS.js
4457
4457
  var require_toJS = __commonJS((exports) => {
4458
4458
  var identity = require_identity();
4459
4459
  function toJS(value, arg, ctx) {
@@ -4480,7 +4480,7 @@ var require_toJS = __commonJS((exports) => {
4480
4480
  exports.toJS = toJS;
4481
4481
  });
4482
4482
 
4483
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Node.js
4483
+ // node_modules/yaml/dist/nodes/Node.js
4484
4484
  var require_Node = __commonJS((exports) => {
4485
4485
  var applyReviver = require_applyReviver();
4486
4486
  var identity = require_identity();
@@ -4517,7 +4517,7 @@ var require_Node = __commonJS((exports) => {
4517
4517
  exports.NodeBase = NodeBase;
4518
4518
  });
4519
4519
 
4520
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Alias.js
4520
+ // node_modules/yaml/dist/nodes/Alias.js
4521
4521
  var require_Alias = __commonJS((exports) => {
4522
4522
  var anchors = require_anchors();
4523
4523
  var visit = require_visit();
@@ -4625,7 +4625,7 @@ var require_Alias = __commonJS((exports) => {
4625
4625
  exports.Alias = Alias;
4626
4626
  });
4627
4627
 
4628
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Scalar.js
4628
+ // node_modules/yaml/dist/nodes/Scalar.js
4629
4629
  var require_Scalar = __commonJS((exports) => {
4630
4630
  var identity = require_identity();
4631
4631
  var Node = require_Node();
@@ -4653,7 +4653,7 @@ var require_Scalar = __commonJS((exports) => {
4653
4653
  exports.isScalarValue = isScalarValue;
4654
4654
  });
4655
4655
 
4656
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/createNode.js
4656
+ // node_modules/yaml/dist/doc/createNode.js
4657
4657
  var require_createNode = __commonJS((exports) => {
4658
4658
  var Alias = require_Alias();
4659
4659
  var identity = require_identity();
@@ -4725,7 +4725,7 @@ var require_createNode = __commonJS((exports) => {
4725
4725
  exports.createNode = createNode;
4726
4726
  });
4727
4727
 
4728
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Collection.js
4728
+ // node_modules/yaml/dist/nodes/Collection.js
4729
4729
  var require_Collection = __commonJS((exports) => {
4730
4730
  var createNode = require_createNode();
4731
4731
  var identity = require_identity();
@@ -4840,7 +4840,7 @@ var require_Collection = __commonJS((exports) => {
4840
4840
  exports.isEmptyPath = isEmptyPath;
4841
4841
  });
4842
4842
 
4843
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyComment.js
4843
+ // node_modules/yaml/dist/stringify/stringifyComment.js
4844
4844
  var require_stringifyComment = __commonJS((exports) => {
4845
4845
  var stringifyComment = (str) => str.replace(/^(?!$)(?: $)?/gm, "#");
4846
4846
  function indentComment(comment, indent) {
@@ -4857,7 +4857,7 @@ var require_stringifyComment = __commonJS((exports) => {
4857
4857
  exports.stringifyComment = stringifyComment;
4858
4858
  });
4859
4859
 
4860
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/foldFlowLines.js
4860
+ // node_modules/yaml/dist/stringify/foldFlowLines.js
4861
4861
  var require_foldFlowLines = __commonJS((exports) => {
4862
4862
  var FOLD_FLOW = "flow";
4863
4863
  var FOLD_BLOCK = "block";
@@ -4994,7 +4994,7 @@ ${indent}${text.slice(fold + 1, end2)}`;
4994
4994
  exports.foldFlowLines = foldFlowLines;
4995
4995
  });
4996
4996
 
4997
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyString.js
4997
+ // node_modules/yaml/dist/stringify/stringifyString.js
4998
4998
  var require_stringifyString = __commonJS((exports) => {
4999
4999
  var Scalar = require_Scalar();
5000
5000
  var foldFlowLines = require_foldFlowLines();
@@ -5292,7 +5292,7 @@ ${indent}`);
5292
5292
  exports.stringifyString = stringifyString;
5293
5293
  });
5294
5294
 
5295
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringify.js
5295
+ // node_modules/yaml/dist/stringify/stringify.js
5296
5296
  var require_stringify = __commonJS((exports) => {
5297
5297
  var anchors = require_anchors();
5298
5298
  var identity = require_identity();
@@ -5413,7 +5413,7 @@ ${ctx.indent}${str}`;
5413
5413
  exports.stringify = stringify;
5414
5414
  });
5415
5415
 
5416
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyPair.js
5416
+ // node_modules/yaml/dist/stringify/stringifyPair.js
5417
5417
  var require_stringifyPair = __commonJS((exports) => {
5418
5418
  var identity = require_identity();
5419
5419
  var Scalar = require_Scalar();
@@ -5549,7 +5549,7 @@ ${ctx.indent}`;
5549
5549
  exports.stringifyPair = stringifyPair;
5550
5550
  });
5551
5551
 
5552
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/log.js
5552
+ // node_modules/yaml/dist/log.js
5553
5553
  var require_log = __commonJS((exports) => {
5554
5554
  var node_process = __require("process");
5555
5555
  function debug(logLevel, ...messages) {
@@ -5568,7 +5568,7 @@ var require_log = __commonJS((exports) => {
5568
5568
  exports.warn = warn;
5569
5569
  });
5570
5570
 
5571
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/merge.js
5571
+ // node_modules/yaml/dist/schema/yaml-1.1/merge.js
5572
5572
  var require_merge = __commonJS((exports) => {
5573
5573
  var identity = require_identity();
5574
5574
  var Scalar = require_Scalar();
@@ -5622,7 +5622,7 @@ var require_merge = __commonJS((exports) => {
5622
5622
  exports.merge = merge;
5623
5623
  });
5624
5624
 
5625
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/addPairToJSMap.js
5625
+ // node_modules/yaml/dist/nodes/addPairToJSMap.js
5626
5626
  var require_addPairToJSMap = __commonJS((exports) => {
5627
5627
  var log = require_log();
5628
5628
  var merge = require_merge();
@@ -5683,7 +5683,7 @@ var require_addPairToJSMap = __commonJS((exports) => {
5683
5683
  exports.addPairToJSMap = addPairToJSMap;
5684
5684
  });
5685
5685
 
5686
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Pair.js
5686
+ // node_modules/yaml/dist/nodes/Pair.js
5687
5687
  var require_Pair = __commonJS((exports) => {
5688
5688
  var createNode = require_createNode();
5689
5689
  var stringifyPair = require_stringifyPair();
@@ -5721,7 +5721,7 @@ var require_Pair = __commonJS((exports) => {
5721
5721
  exports.createPair = createPair;
5722
5722
  });
5723
5723
 
5724
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyCollection.js
5724
+ // node_modules/yaml/dist/stringify/stringifyCollection.js
5725
5725
  var require_stringifyCollection = __commonJS((exports) => {
5726
5726
  var identity = require_identity();
5727
5727
  var stringify = require_stringify();
@@ -5873,7 +5873,7 @@ ${indent}${end}`;
5873
5873
  exports.stringifyCollection = stringifyCollection;
5874
5874
  });
5875
5875
 
5876
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLMap.js
5876
+ // node_modules/yaml/dist/nodes/YAMLMap.js
5877
5877
  var require_YAMLMap = __commonJS((exports) => {
5878
5878
  var stringifyCollection = require_stringifyCollection();
5879
5879
  var addPairToJSMap = require_addPairToJSMap();
@@ -6000,7 +6000,7 @@ var require_YAMLMap = __commonJS((exports) => {
6000
6000
  exports.findPair = findPair;
6001
6001
  });
6002
6002
 
6003
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/map.js
6003
+ // node_modules/yaml/dist/schema/common/map.js
6004
6004
  var require_map = __commonJS((exports) => {
6005
6005
  var identity = require_identity();
6006
6006
  var YAMLMap = require_YAMLMap();
@@ -6019,7 +6019,7 @@ var require_map = __commonJS((exports) => {
6019
6019
  exports.map = map;
6020
6020
  });
6021
6021
 
6022
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLSeq.js
6022
+ // node_modules/yaml/dist/nodes/YAMLSeq.js
6023
6023
  var require_YAMLSeq = __commonJS((exports) => {
6024
6024
  var createNode = require_createNode();
6025
6025
  var stringifyCollection = require_stringifyCollection();
@@ -6112,7 +6112,7 @@ var require_YAMLSeq = __commonJS((exports) => {
6112
6112
  exports.YAMLSeq = YAMLSeq;
6113
6113
  });
6114
6114
 
6115
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/seq.js
6115
+ // node_modules/yaml/dist/schema/common/seq.js
6116
6116
  var require_seq = __commonJS((exports) => {
6117
6117
  var identity = require_identity();
6118
6118
  var YAMLSeq = require_YAMLSeq();
@@ -6131,7 +6131,7 @@ var require_seq = __commonJS((exports) => {
6131
6131
  exports.seq = seq;
6132
6132
  });
6133
6133
 
6134
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/string.js
6134
+ // node_modules/yaml/dist/schema/common/string.js
6135
6135
  var require_string = __commonJS((exports) => {
6136
6136
  var stringifyString = require_stringifyString();
6137
6137
  var string = {
@@ -6147,7 +6147,7 @@ var require_string = __commonJS((exports) => {
6147
6147
  exports.string = string;
6148
6148
  });
6149
6149
 
6150
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/null.js
6150
+ // node_modules/yaml/dist/schema/common/null.js
6151
6151
  var require_null = __commonJS((exports) => {
6152
6152
  var Scalar = require_Scalar();
6153
6153
  var nullTag = {
@@ -6162,7 +6162,7 @@ var require_null = __commonJS((exports) => {
6162
6162
  exports.nullTag = nullTag;
6163
6163
  });
6164
6164
 
6165
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/bool.js
6165
+ // node_modules/yaml/dist/schema/core/bool.js
6166
6166
  var require_bool = __commonJS((exports) => {
6167
6167
  var Scalar = require_Scalar();
6168
6168
  var boolTag = {
@@ -6183,7 +6183,7 @@ var require_bool = __commonJS((exports) => {
6183
6183
  exports.boolTag = boolTag;
6184
6184
  });
6185
6185
 
6186
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyNumber.js
6186
+ // node_modules/yaml/dist/stringify/stringifyNumber.js
6187
6187
  var require_stringifyNumber = __commonJS((exports) => {
6188
6188
  function stringifyNumber({ format, minFractionDigits, tag, value }) {
6189
6189
  if (typeof value === "bigint")
@@ -6207,7 +6207,7 @@ var require_stringifyNumber = __commonJS((exports) => {
6207
6207
  exports.stringifyNumber = stringifyNumber;
6208
6208
  });
6209
6209
 
6210
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/float.js
6210
+ // node_modules/yaml/dist/schema/core/float.js
6211
6211
  var require_float = __commonJS((exports) => {
6212
6212
  var Scalar = require_Scalar();
6213
6213
  var stringifyNumber = require_stringifyNumber();
@@ -6250,7 +6250,7 @@ var require_float = __commonJS((exports) => {
6250
6250
  exports.floatNaN = floatNaN;
6251
6251
  });
6252
6252
 
6253
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/int.js
6253
+ // node_modules/yaml/dist/schema/core/int.js
6254
6254
  var require_int = __commonJS((exports) => {
6255
6255
  var stringifyNumber = require_stringifyNumber();
6256
6256
  var intIdentify = (value) => typeof value === "bigint" || Number.isInteger(value);
@@ -6292,7 +6292,7 @@ var require_int = __commonJS((exports) => {
6292
6292
  exports.intOct = intOct;
6293
6293
  });
6294
6294
 
6295
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/schema.js
6295
+ // node_modules/yaml/dist/schema/core/schema.js
6296
6296
  var require_schema = __commonJS((exports) => {
6297
6297
  var map = require_map();
6298
6298
  var _null = require_null();
@@ -6317,7 +6317,7 @@ var require_schema = __commonJS((exports) => {
6317
6317
  exports.schema = schema;
6318
6318
  });
6319
6319
 
6320
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/json/schema.js
6320
+ // node_modules/yaml/dist/schema/json/schema.js
6321
6321
  var require_schema2 = __commonJS((exports) => {
6322
6322
  var Scalar = require_Scalar();
6323
6323
  var map = require_map();
@@ -6381,7 +6381,7 @@ var require_schema2 = __commonJS((exports) => {
6381
6381
  exports.schema = schema;
6382
6382
  });
6383
6383
 
6384
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/binary.js
6384
+ // node_modules/yaml/dist/schema/yaml-1.1/binary.js
6385
6385
  var require_binary = __commonJS((exports) => {
6386
6386
  var node_buffer = __require("buffer");
6387
6387
  var Scalar = require_Scalar();
@@ -6436,7 +6436,7 @@ var require_binary = __commonJS((exports) => {
6436
6436
  exports.binary = binary;
6437
6437
  });
6438
6438
 
6439
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/pairs.js
6439
+ // node_modules/yaml/dist/schema/yaml-1.1/pairs.js
6440
6440
  var require_pairs = __commonJS((exports) => {
6441
6441
  var identity = require_identity();
6442
6442
  var Pair = require_Pair();
@@ -6511,7 +6511,7 @@ ${cn.comment}` : item.comment;
6511
6511
  exports.resolvePairs = resolvePairs;
6512
6512
  });
6513
6513
 
6514
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/omap.js
6514
+ // node_modules/yaml/dist/schema/yaml-1.1/omap.js
6515
6515
  var require_omap = __commonJS((exports) => {
6516
6516
  var identity = require_identity();
6517
6517
  var toJS = require_toJS();
@@ -6583,7 +6583,7 @@ var require_omap = __commonJS((exports) => {
6583
6583
  exports.omap = omap;
6584
6584
  });
6585
6585
 
6586
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/bool.js
6586
+ // node_modules/yaml/dist/schema/yaml-1.1/bool.js
6587
6587
  var require_bool2 = __commonJS((exports) => {
6588
6588
  var Scalar = require_Scalar();
6589
6589
  function boolStringify({ value, source }, ctx) {
@@ -6612,7 +6612,7 @@ var require_bool2 = __commonJS((exports) => {
6612
6612
  exports.trueTag = trueTag;
6613
6613
  });
6614
6614
 
6615
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/float.js
6615
+ // node_modules/yaml/dist/schema/yaml-1.1/float.js
6616
6616
  var require_float2 = __commonJS((exports) => {
6617
6617
  var Scalar = require_Scalar();
6618
6618
  var stringifyNumber = require_stringifyNumber();
@@ -6658,7 +6658,7 @@ var require_float2 = __commonJS((exports) => {
6658
6658
  exports.floatNaN = floatNaN;
6659
6659
  });
6660
6660
 
6661
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/int.js
6661
+ // node_modules/yaml/dist/schema/yaml-1.1/int.js
6662
6662
  var require_int2 = __commonJS((exports) => {
6663
6663
  var stringifyNumber = require_stringifyNumber();
6664
6664
  var intIdentify = (value) => typeof value === "bigint" || Number.isInteger(value);
@@ -6734,7 +6734,7 @@ var require_int2 = __commonJS((exports) => {
6734
6734
  exports.intOct = intOct;
6735
6735
  });
6736
6736
 
6737
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/set.js
6737
+ // node_modules/yaml/dist/schema/yaml-1.1/set.js
6738
6738
  var require_set = __commonJS((exports) => {
6739
6739
  var identity = require_identity();
6740
6740
  var Pair = require_Pair();
@@ -6817,7 +6817,7 @@ var require_set = __commonJS((exports) => {
6817
6817
  exports.set = set;
6818
6818
  });
6819
6819
 
6820
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js
6820
+ // node_modules/yaml/dist/schema/yaml-1.1/timestamp.js
6821
6821
  var require_timestamp = __commonJS((exports) => {
6822
6822
  var stringifyNumber = require_stringifyNumber();
6823
6823
  function parseSexagesimal(str, asBigInt) {
@@ -6899,7 +6899,7 @@ var require_timestamp = __commonJS((exports) => {
6899
6899
  exports.timestamp = timestamp;
6900
6900
  });
6901
6901
 
6902
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/schema.js
6902
+ // node_modules/yaml/dist/schema/yaml-1.1/schema.js
6903
6903
  var require_schema3 = __commonJS((exports) => {
6904
6904
  var map = require_map();
6905
6905
  var _null = require_null();
@@ -6940,7 +6940,7 @@ var require_schema3 = __commonJS((exports) => {
6940
6940
  exports.schema = schema;
6941
6941
  });
6942
6942
 
6943
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/tags.js
6943
+ // node_modules/yaml/dist/schema/tags.js
6944
6944
  var require_tags = __commonJS((exports) => {
6945
6945
  var map = require_map();
6946
6946
  var _null = require_null();
@@ -7031,7 +7031,7 @@ var require_tags = __commonJS((exports) => {
7031
7031
  exports.getTags = getTags;
7032
7032
  });
7033
7033
 
7034
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/Schema.js
7034
+ // node_modules/yaml/dist/schema/Schema.js
7035
7035
  var require_Schema = __commonJS((exports) => {
7036
7036
  var identity = require_identity();
7037
7037
  var map = require_map();
@@ -7061,7 +7061,7 @@ var require_Schema = __commonJS((exports) => {
7061
7061
  exports.Schema = Schema;
7062
7062
  });
7063
7063
 
7064
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyDocument.js
7064
+ // node_modules/yaml/dist/stringify/stringifyDocument.js
7065
7065
  var require_stringifyDocument = __commonJS((exports) => {
7066
7066
  var identity = require_identity();
7067
7067
  var stringify = require_stringify();
@@ -7141,7 +7141,7 @@ var require_stringifyDocument = __commonJS((exports) => {
7141
7141
  exports.stringifyDocument = stringifyDocument;
7142
7142
  });
7143
7143
 
7144
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/Document.js
7144
+ // node_modules/yaml/dist/doc/Document.js
7145
7145
  var require_Document = __commonJS((exports) => {
7146
7146
  var Alias = require_Alias();
7147
7147
  var Collection = require_Collection();
@@ -7376,7 +7376,7 @@ var require_Document = __commonJS((exports) => {
7376
7376
  exports.Document = Document;
7377
7377
  });
7378
7378
 
7379
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/errors.js
7379
+ // node_modules/yaml/dist/errors.js
7380
7380
  var require_errors = __commonJS((exports) => {
7381
7381
  class YAMLError extends Error {
7382
7382
  constructor(name, pos, code, message) {
@@ -7441,7 +7441,7 @@ ${pointer}
7441
7441
  exports.prettifyError = prettifyError;
7442
7442
  });
7443
7443
 
7444
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-props.js
7444
+ // node_modules/yaml/dist/compose/resolve-props.js
7445
7445
  var require_resolve_props = __commonJS((exports) => {
7446
7446
  function resolveProps(tokens, { flow, indicator, next, offset, onError, parentIndent, startOnNewline }) {
7447
7447
  let spaceBefore = false;
@@ -7571,7 +7571,7 @@ var require_resolve_props = __commonJS((exports) => {
7571
7571
  exports.resolveProps = resolveProps;
7572
7572
  });
7573
7573
 
7574
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-contains-newline.js
7574
+ // node_modules/yaml/dist/compose/util-contains-newline.js
7575
7575
  var require_util_contains_newline = __commonJS((exports) => {
7576
7576
  function containsNewline(key) {
7577
7577
  if (!key)
@@ -7611,7 +7611,7 @@ var require_util_contains_newline = __commonJS((exports) => {
7611
7611
  exports.containsNewline = containsNewline;
7612
7612
  });
7613
7613
 
7614
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-flow-indent-check.js
7614
+ // node_modules/yaml/dist/compose/util-flow-indent-check.js
7615
7615
  var require_util_flow_indent_check = __commonJS((exports) => {
7616
7616
  var utilContainsNewline = require_util_contains_newline();
7617
7617
  function flowIndentCheck(indent, fc, onError) {
@@ -7626,7 +7626,7 @@ var require_util_flow_indent_check = __commonJS((exports) => {
7626
7626
  exports.flowIndentCheck = flowIndentCheck;
7627
7627
  });
7628
7628
 
7629
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-map-includes.js
7629
+ // node_modules/yaml/dist/compose/util-map-includes.js
7630
7630
  var require_util_map_includes = __commonJS((exports) => {
7631
7631
  var identity = require_identity();
7632
7632
  function mapIncludes(ctx, items, search) {
@@ -7639,7 +7639,7 @@ var require_util_map_includes = __commonJS((exports) => {
7639
7639
  exports.mapIncludes = mapIncludes;
7640
7640
  });
7641
7641
 
7642
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-map.js
7642
+ // node_modules/yaml/dist/compose/resolve-block-map.js
7643
7643
  var require_resolve_block_map = __commonJS((exports) => {
7644
7644
  var Pair = require_Pair();
7645
7645
  var YAMLMap = require_YAMLMap();
@@ -7746,7 +7746,7 @@ var require_resolve_block_map = __commonJS((exports) => {
7746
7746
  exports.resolveBlockMap = resolveBlockMap;
7747
7747
  });
7748
7748
 
7749
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-seq.js
7749
+ // node_modules/yaml/dist/compose/resolve-block-seq.js
7750
7750
  var require_resolve_block_seq = __commonJS((exports) => {
7751
7751
  var YAMLSeq = require_YAMLSeq();
7752
7752
  var resolveProps = require_resolve_props();
@@ -7794,7 +7794,7 @@ var require_resolve_block_seq = __commonJS((exports) => {
7794
7794
  exports.resolveBlockSeq = resolveBlockSeq;
7795
7795
  });
7796
7796
 
7797
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-end.js
7797
+ // node_modules/yaml/dist/compose/resolve-end.js
7798
7798
  var require_resolve_end = __commonJS((exports) => {
7799
7799
  function resolveEnd(end, offset, reqSpace, onError) {
7800
7800
  let comment = "";
@@ -7834,7 +7834,7 @@ var require_resolve_end = __commonJS((exports) => {
7834
7834
  exports.resolveEnd = resolveEnd;
7835
7835
  });
7836
7836
 
7837
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-collection.js
7837
+ // node_modules/yaml/dist/compose/resolve-flow-collection.js
7838
7838
  var require_resolve_flow_collection = __commonJS((exports) => {
7839
7839
  var identity = require_identity();
7840
7840
  var Pair = require_Pair();
@@ -8025,7 +8025,7 @@ var require_resolve_flow_collection = __commonJS((exports) => {
8025
8025
  exports.resolveFlowCollection = resolveFlowCollection;
8026
8026
  });
8027
8027
 
8028
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-collection.js
8028
+ // node_modules/yaml/dist/compose/compose-collection.js
8029
8029
  var require_compose_collection = __commonJS((exports) => {
8030
8030
  var identity = require_identity();
8031
8031
  var Scalar = require_Scalar();
@@ -8087,7 +8087,7 @@ var require_compose_collection = __commonJS((exports) => {
8087
8087
  exports.composeCollection = composeCollection;
8088
8088
  });
8089
8089
 
8090
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-scalar.js
8090
+ // node_modules/yaml/dist/compose/resolve-block-scalar.js
8091
8091
  var require_resolve_block_scalar = __commonJS((exports) => {
8092
8092
  var Scalar = require_Scalar();
8093
8093
  function resolveBlockScalar(ctx, scalar, onError) {
@@ -8280,7 +8280,7 @@ var require_resolve_block_scalar = __commonJS((exports) => {
8280
8280
  exports.resolveBlockScalar = resolveBlockScalar;
8281
8281
  });
8282
8282
 
8283
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-scalar.js
8283
+ // node_modules/yaml/dist/compose/resolve-flow-scalar.js
8284
8284
  var require_resolve_flow_scalar = __commonJS((exports) => {
8285
8285
  var Scalar = require_Scalar();
8286
8286
  var resolveEnd = require_resolve_end();
@@ -8496,7 +8496,7 @@ var require_resolve_flow_scalar = __commonJS((exports) => {
8496
8496
  exports.resolveFlowScalar = resolveFlowScalar;
8497
8497
  });
8498
8498
 
8499
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-scalar.js
8499
+ // node_modules/yaml/dist/compose/compose-scalar.js
8500
8500
  var require_compose_scalar = __commonJS((exports) => {
8501
8501
  var identity = require_identity();
8502
8502
  var Scalar = require_Scalar();
@@ -8574,7 +8574,7 @@ var require_compose_scalar = __commonJS((exports) => {
8574
8574
  exports.composeScalar = composeScalar;
8575
8575
  });
8576
8576
 
8577
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-empty-scalar-position.js
8577
+ // node_modules/yaml/dist/compose/util-empty-scalar-position.js
8578
8578
  var require_util_empty_scalar_position = __commonJS((exports) => {
8579
8579
  function emptyScalarPosition(offset, before, pos) {
8580
8580
  if (before) {
@@ -8601,7 +8601,7 @@ var require_util_empty_scalar_position = __commonJS((exports) => {
8601
8601
  exports.emptyScalarPosition = emptyScalarPosition;
8602
8602
  });
8603
8603
 
8604
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-node.js
8604
+ // node_modules/yaml/dist/compose/compose-node.js
8605
8605
  var require_compose_node = __commonJS((exports) => {
8606
8606
  var Alias = require_Alias();
8607
8607
  var identity = require_identity();
@@ -8704,7 +8704,7 @@ var require_compose_node = __commonJS((exports) => {
8704
8704
  exports.composeNode = composeNode;
8705
8705
  });
8706
8706
 
8707
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-doc.js
8707
+ // node_modules/yaml/dist/compose/compose-doc.js
8708
8708
  var require_compose_doc = __commonJS((exports) => {
8709
8709
  var Document = require_Document();
8710
8710
  var composeNode = require_compose_node();
@@ -8744,7 +8744,7 @@ var require_compose_doc = __commonJS((exports) => {
8744
8744
  exports.composeDoc = composeDoc;
8745
8745
  });
8746
8746
 
8747
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/composer.js
8747
+ // node_modules/yaml/dist/compose/composer.js
8748
8748
  var require_composer = __commonJS((exports) => {
8749
8749
  var node_process = __require("process");
8750
8750
  var directives = require_directives();
@@ -8933,7 +8933,7 @@ ${end.comment}` : end.comment;
8933
8933
  exports.Composer = Composer;
8934
8934
  });
8935
8935
 
8936
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-scalar.js
8936
+ // node_modules/yaml/dist/parse/cst-scalar.js
8937
8937
  var require_cst_scalar = __commonJS((exports) => {
8938
8938
  var resolveBlockScalar = require_resolve_block_scalar();
8939
8939
  var resolveFlowScalar = require_resolve_flow_scalar();
@@ -9123,7 +9123,7 @@ var require_cst_scalar = __commonJS((exports) => {
9123
9123
  exports.setScalarValue = setScalarValue;
9124
9124
  });
9125
9125
 
9126
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-stringify.js
9126
+ // node_modules/yaml/dist/parse/cst-stringify.js
9127
9127
  var require_cst_stringify = __commonJS((exports) => {
9128
9128
  var stringify = (cst) => ("type" in cst) ? stringifyToken(cst) : stringifyItem(cst);
9129
9129
  function stringifyToken(token) {
@@ -9181,7 +9181,7 @@ var require_cst_stringify = __commonJS((exports) => {
9181
9181
  exports.stringify = stringify;
9182
9182
  });
9183
9183
 
9184
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-visit.js
9184
+ // node_modules/yaml/dist/parse/cst-visit.js
9185
9185
  var require_cst_visit = __commonJS((exports) => {
9186
9186
  var BREAK = Symbol("break visit");
9187
9187
  var SKIP = Symbol("skip children");
@@ -9240,7 +9240,7 @@ var require_cst_visit = __commonJS((exports) => {
9240
9240
  exports.visit = visit;
9241
9241
  });
9242
9242
 
9243
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst.js
9243
+ // node_modules/yaml/dist/parse/cst.js
9244
9244
  var require_cst = __commonJS((exports) => {
9245
9245
  var cstScalar = require_cst_scalar();
9246
9246
  var cstStringify = require_cst_stringify();
@@ -9341,7 +9341,7 @@ var require_cst = __commonJS((exports) => {
9341
9341
  exports.tokenType = tokenType;
9342
9342
  });
9343
9343
 
9344
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/lexer.js
9344
+ // node_modules/yaml/dist/parse/lexer.js
9345
9345
  var require_lexer = __commonJS((exports) => {
9346
9346
  var cst = require_cst();
9347
9347
  function isEmpty(ch) {
@@ -9927,7 +9927,7 @@ var require_lexer = __commonJS((exports) => {
9927
9927
  exports.Lexer = Lexer;
9928
9928
  });
9929
9929
 
9930
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/line-counter.js
9930
+ // node_modules/yaml/dist/parse/line-counter.js
9931
9931
  var require_line_counter = __commonJS((exports) => {
9932
9932
  class LineCounter {
9933
9933
  constructor() {
@@ -9955,7 +9955,7 @@ var require_line_counter = __commonJS((exports) => {
9955
9955
  exports.LineCounter = LineCounter;
9956
9956
  });
9957
9957
 
9958
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/parser.js
9958
+ // node_modules/yaml/dist/parse/parser.js
9959
9959
  var require_parser = __commonJS((exports) => {
9960
9960
  var node_process = __require("process");
9961
9961
  var cst = require_cst();
@@ -10804,7 +10804,7 @@ var require_parser = __commonJS((exports) => {
10804
10804
  exports.Parser = Parser;
10805
10805
  });
10806
10806
 
10807
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/public-api.js
10807
+ // node_modules/yaml/dist/public-api.js
10808
10808
  var require_public_api = __commonJS((exports) => {
10809
10809
  var composer = require_composer();
10810
10810
  var Document = require_Document();
@@ -10898,7 +10898,7 @@ var require_public_api = __commonJS((exports) => {
10898
10898
  exports.stringify = stringify;
10899
10899
  });
10900
10900
 
10901
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/index.js
10901
+ // node_modules/yaml/dist/index.js
10902
10902
  var composer, Document, Schema, errors2, Alias, identity, Pair, Scalar, YAMLMap, YAMLSeq, cst, lexer, lineCounter, parser, publicApi, visit, $Composer, $Document, $Schema, $YAMLError, $YAMLParseError, $YAMLWarning, $Alias, $isAlias, $isCollection, $isDocument, $isMap, $isNode, $isPair, $isScalar, $isSeq, $Pair, $Scalar, $YAMLMap, $YAMLSeq, $Lexer, $LineCounter, $Parser, $parse, $parseAllDocuments, $parseDocument, $stringify, $visit, $visitAsync;
10903
10903
  var init_dist = __esm(() => {
10904
10904
  composer = require_composer();
@@ -11407,7 +11407,8 @@ var PutRequestSchema = exports_external.object({
11407
11407
  exports_external.object({ kind: exports_external.literal("string"), value: exports_external.string() }),
11408
11408
  exports_external.object({ kind: exports_external.literal("binary"), value: exports_external.string() })
11409
11409
  ]),
11410
- token: exports_external.string().optional()
11410
+ token: exports_external.string().optional(),
11411
+ passphrase: exports_external.string().optional()
11411
11412
  });
11412
11413
  var ListRequestSchema = exports_external.object({
11413
11414
  v: exports_external.literal(1),
@@ -11418,9 +11419,10 @@ var MintGrantRequestSchema = exports_external.object({
11418
11419
  v: exports_external.literal(1),
11419
11420
  op: exports_external.literal("mint_grant"),
11420
11421
  agent: exports_external.string().min(1),
11421
- keys: exports_external.array(exports_external.string().min(1)).min(1),
11422
+ keys: exports_external.array(exports_external.string().min(1)),
11422
11423
  ttl_seconds: exports_external.number().int().positive().nullable(),
11423
- description: exports_external.string().optional()
11424
+ description: exports_external.string().optional(),
11425
+ write_keys: exports_external.array(exports_external.string().min(1)).optional()
11424
11426
  });
11425
11427
  var ListGrantsRequestSchema = exports_external.object({
11426
11428
  v: exports_external.literal(1),
@@ -11561,6 +11563,7 @@ var GrantMetaSchema = exports_external.object({
11561
11563
  id: exports_external.string(),
11562
11564
  agent_slug: exports_external.string(),
11563
11565
  key_allow: exports_external.array(exports_external.string()),
11566
+ write_allow: exports_external.array(exports_external.string()).default([]),
11564
11567
  expires_at: exports_external.number().nullable(),
11565
11568
  created_at: exports_external.number(),
11566
11569
  description: exports_external.string().nullable()