switchroom 0.14.34 → 0.14.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/agent-scheduler/index.js +82 -81
- package/dist/auth-broker/index.js +82 -81
- package/dist/cli/drive-write-pretool.mjs +10 -10
- package/dist/cli/notion-write-pretool.mjs +86 -84
- package/dist/cli/skill-validate-pretool.mjs +72 -72
- package/dist/cli/switchroom.js +507 -371
- package/dist/host-control/main.js +150 -149
- package/dist/vault/approvals/kernel-server.js +106 -90
- package/dist/vault/broker/server.js +177 -90
- package/package.json +2 -2
- package/telegram-plugin/dist/bridge/bridge.js +112 -112
- package/telegram-plugin/dist/gateway/gateway.js +227 -195
- package/telegram-plugin/dist/server.js +160 -160
- package/telegram-plugin/gateway/gateway.ts +41 -1
|
@@ -66,7 +66,7 @@ var __export = (target, all) => {
|
|
|
66
66
|
var __esm = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
|
|
67
67
|
var __require = /* @__PURE__ */ createRequire(import.meta.url);
|
|
68
68
|
|
|
69
|
-
//
|
|
69
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/filter.js
|
|
70
70
|
var require_filter = __commonJS((exports) => {
|
|
71
71
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
72
72
|
exports.matchFilter = matchFilter;
|
|
@@ -430,7 +430,7 @@ var require_filter = __commonJS((exports) => {
|
|
|
430
430
|
};
|
|
431
431
|
});
|
|
432
432
|
|
|
433
|
-
//
|
|
433
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/context.js
|
|
434
434
|
var require_context = __commonJS((exports) => {
|
|
435
435
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
436
436
|
exports.Context = undefined;
|
|
@@ -1457,7 +1457,7 @@ var require_context = __commonJS((exports) => {
|
|
|
1457
1457
|
}
|
|
1458
1458
|
});
|
|
1459
1459
|
|
|
1460
|
-
//
|
|
1460
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/composer.js
|
|
1461
1461
|
var require_composer = __commonJS((exports) => {
|
|
1462
1462
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1463
1463
|
exports.Composer = exports.BotError = undefined;
|
|
@@ -1619,7 +1619,7 @@ var require_composer = __commonJS((exports) => {
|
|
|
1619
1619
|
exports.Composer = Composer;
|
|
1620
1620
|
});
|
|
1621
1621
|
|
|
1622
|
-
//
|
|
1622
|
+
// ../node_modules/.bun/ms@2.1.3/node_modules/ms/index.js
|
|
1623
1623
|
var require_ms = __commonJS((exports, module) => {
|
|
1624
1624
|
var s = 1000;
|
|
1625
1625
|
var m = s * 60;
|
|
@@ -1729,7 +1729,7 @@ var require_ms = __commonJS((exports, module) => {
|
|
|
1729
1729
|
}
|
|
1730
1730
|
});
|
|
1731
1731
|
|
|
1732
|
-
//
|
|
1732
|
+
// ../node_modules/.bun/debug@4.4.3/node_modules/debug/src/common.js
|
|
1733
1733
|
var require_common = __commonJS((exports, module) => {
|
|
1734
1734
|
function setup(env) {
|
|
1735
1735
|
createDebug.debug = createDebug;
|
|
@@ -1904,7 +1904,7 @@ var require_common = __commonJS((exports, module) => {
|
|
|
1904
1904
|
module.exports = setup;
|
|
1905
1905
|
});
|
|
1906
1906
|
|
|
1907
|
-
//
|
|
1907
|
+
// ../node_modules/.bun/debug@4.4.3/node_modules/debug/src/browser.js
|
|
1908
1908
|
var require_browser = __commonJS((exports, module) => {
|
|
1909
1909
|
exports.formatArgs = formatArgs;
|
|
1910
1910
|
exports.save = save;
|
|
@@ -2064,7 +2064,7 @@ var require_browser = __commonJS((exports, module) => {
|
|
|
2064
2064
|
};
|
|
2065
2065
|
});
|
|
2066
2066
|
|
|
2067
|
-
//
|
|
2067
|
+
// ../node_modules/.bun/has-flag@4.0.0/node_modules/has-flag/index.js
|
|
2068
2068
|
var require_has_flag = __commonJS((exports, module) => {
|
|
2069
2069
|
module.exports = (flag, argv = process.argv) => {
|
|
2070
2070
|
const prefix = flag.startsWith("-") ? "" : flag.length === 1 ? "-" : "--";
|
|
@@ -2074,7 +2074,7 @@ var require_has_flag = __commonJS((exports, module) => {
|
|
|
2074
2074
|
};
|
|
2075
2075
|
});
|
|
2076
2076
|
|
|
2077
|
-
//
|
|
2077
|
+
// ../node_modules/.bun/supports-color@7.2.0/node_modules/supports-color/index.js
|
|
2078
2078
|
var require_supports_color = __commonJS((exports, module) => {
|
|
2079
2079
|
var os = __require("os");
|
|
2080
2080
|
var tty = __require("tty");
|
|
@@ -2173,7 +2173,7 @@ var require_supports_color = __commonJS((exports, module) => {
|
|
|
2173
2173
|
};
|
|
2174
2174
|
});
|
|
2175
2175
|
|
|
2176
|
-
//
|
|
2176
|
+
// ../node_modules/.bun/debug@4.4.3/node_modules/debug/src/node.js
|
|
2177
2177
|
var require_node = __commonJS((exports, module) => {
|
|
2178
2178
|
var tty = __require("tty");
|
|
2179
2179
|
var util = __require("util");
|
|
@@ -2344,7 +2344,7 @@ var require_node = __commonJS((exports, module) => {
|
|
|
2344
2344
|
};
|
|
2345
2345
|
});
|
|
2346
2346
|
|
|
2347
|
-
//
|
|
2347
|
+
// ../node_modules/.bun/debug@4.4.3/node_modules/debug/src/index.js
|
|
2348
2348
|
var require_src = __commonJS((exports, module) => {
|
|
2349
2349
|
if (typeof process === "undefined" || process.type === "renderer" || false || process.__nwjs) {
|
|
2350
2350
|
module.exports = require_browser();
|
|
@@ -2353,7 +2353,7 @@ var require_src = __commonJS((exports, module) => {
|
|
|
2353
2353
|
}
|
|
2354
2354
|
});
|
|
2355
2355
|
|
|
2356
|
-
//
|
|
2356
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/platform.node.js
|
|
2357
2357
|
var require_platform_node = __commonJS((exports) => {
|
|
2358
2358
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2359
2359
|
exports.defaultAdapter = exports.itrToStream = exports.debug = undefined;
|
|
@@ -2393,7 +2393,7 @@ var require_platform_node = __commonJS((exports) => {
|
|
|
2393
2393
|
exports.defaultAdapter = "express";
|
|
2394
2394
|
});
|
|
2395
2395
|
|
|
2396
|
-
//
|
|
2396
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/core/error.js
|
|
2397
2397
|
var require_error = __commonJS((exports) => {
|
|
2398
2398
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2399
2399
|
exports.HttpError = exports.GrammyError = undefined;
|
|
@@ -2449,10 +2449,10 @@ var require_error = __commonJS((exports) => {
|
|
|
2449
2449
|
}
|
|
2450
2450
|
});
|
|
2451
2451
|
|
|
2452
|
-
//
|
|
2452
|
+
// ../node_modules/.bun/@grammyjs+types@3.26.0/node_modules/@grammyjs/types/mod.js
|
|
2453
2453
|
var exports_mod = {};
|
|
2454
2454
|
|
|
2455
|
-
//
|
|
2455
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/types.node.js
|
|
2456
2456
|
var require_types_node = __commonJS((exports) => {
|
|
2457
2457
|
var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
2458
2458
|
if (k2 === undefined)
|
|
@@ -2543,7 +2543,7 @@ var require_types_node = __commonJS((exports) => {
|
|
|
2543
2543
|
}
|
|
2544
2544
|
});
|
|
2545
2545
|
|
|
2546
|
-
//
|
|
2546
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/types.js
|
|
2547
2547
|
var require_types = __commonJS((exports) => {
|
|
2548
2548
|
var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
2549
2549
|
if (k2 === undefined)
|
|
@@ -2569,7 +2569,7 @@ var require_types = __commonJS((exports) => {
|
|
|
2569
2569
|
__exportStar(require_types_node(), exports);
|
|
2570
2570
|
});
|
|
2571
2571
|
|
|
2572
|
-
//
|
|
2572
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/core/payload.js
|
|
2573
2573
|
var require_payload = __commonJS((exports) => {
|
|
2574
2574
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2575
2575
|
exports.requiresFormDataUpload = requiresFormDataUpload;
|
|
@@ -2709,7 +2709,7 @@ content-type:application/octet-stream\r
|
|
|
2709
2709
|
}
|
|
2710
2710
|
});
|
|
2711
2711
|
|
|
2712
|
-
//
|
|
2712
|
+
// ../node_modules/.bun/event-target-shim@5.0.1/node_modules/event-target-shim/dist/event-target-shim.js
|
|
2713
2713
|
var require_event_target_shim = __commonJS((exports, module) => {
|
|
2714
2714
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2715
2715
|
var privateData = new WeakMap;
|
|
@@ -3149,7 +3149,7 @@ var require_event_target_shim = __commonJS((exports, module) => {
|
|
|
3149
3149
|
module.exports.defineEventAttribute = defineEventAttribute;
|
|
3150
3150
|
});
|
|
3151
3151
|
|
|
3152
|
-
//
|
|
3152
|
+
// ../node_modules/.bun/abort-controller@3.0.0/node_modules/abort-controller/dist/abort-controller.js
|
|
3153
3153
|
var require_abort_controller = __commonJS((exports, module) => {
|
|
3154
3154
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3155
3155
|
var eventTargetShim = require_event_target_shim();
|
|
@@ -3229,7 +3229,7 @@ var require_abort_controller = __commonJS((exports, module) => {
|
|
|
3229
3229
|
module.exports.AbortSignal = AbortSignal2;
|
|
3230
3230
|
});
|
|
3231
3231
|
|
|
3232
|
-
//
|
|
3232
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/shim.node.js
|
|
3233
3233
|
var require_shim_node = __commonJS((exports) => {
|
|
3234
3234
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3235
3235
|
exports.fetch = exports.AbortController = undefined;
|
|
@@ -3243,7 +3243,7 @@ var require_shim_node = __commonJS((exports) => {
|
|
|
3243
3243
|
} });
|
|
3244
3244
|
});
|
|
3245
3245
|
|
|
3246
|
-
//
|
|
3246
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/core/client.js
|
|
3247
3247
|
var require_client = __commonJS((exports) => {
|
|
3248
3248
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3249
3249
|
exports.createRawApi = createRawApi;
|
|
@@ -3423,7 +3423,7 @@ If you want to prevent such mistakes in the future, consider using TypeScript. h
|
|
|
3423
3423
|
var shim_node_js_1 = require_shim_node();
|
|
3424
3424
|
});
|
|
3425
3425
|
|
|
3426
|
-
//
|
|
3426
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/core/api.js
|
|
3427
3427
|
var require_api = __commonJS((exports) => {
|
|
3428
3428
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3429
3429
|
exports.Api = undefined;
|
|
@@ -4041,7 +4041,7 @@ var require_api = __commonJS((exports) => {
|
|
|
4041
4041
|
exports.Api = Api;
|
|
4042
4042
|
});
|
|
4043
4043
|
|
|
4044
|
-
//
|
|
4044
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/bot.js
|
|
4045
4045
|
var require_bot = __commonJS((exports) => {
|
|
4046
4046
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4047
4047
|
exports.Bot = exports.BotError = exports.DEFAULT_UPDATE_TYPES = undefined;
|
|
@@ -4370,7 +4370,7 @@ On the other hand, if you actually know what you're doing and you do need to ins
|
|
|
4370
4370
|
var shim_node_js_1 = require_shim_node();
|
|
4371
4371
|
});
|
|
4372
4372
|
|
|
4373
|
-
//
|
|
4373
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/convenience/constants.js
|
|
4374
4374
|
var require_constants = __commonJS((exports) => {
|
|
4375
4375
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4376
4376
|
exports.API_CONSTANTS = undefined;
|
|
@@ -4406,7 +4406,7 @@ var require_constants = __commonJS((exports) => {
|
|
|
4406
4406
|
Object.freeze(exports.API_CONSTANTS);
|
|
4407
4407
|
});
|
|
4408
4408
|
|
|
4409
|
-
//
|
|
4409
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/convenience/inline_query.js
|
|
4410
4410
|
var require_inline_query = __commonJS((exports) => {
|
|
4411
4411
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4412
4412
|
exports.InlineQueryResultBuilder = undefined;
|
|
@@ -4604,7 +4604,7 @@ var require_inline_query = __commonJS((exports) => {
|
|
|
4604
4604
|
};
|
|
4605
4605
|
});
|
|
4606
4606
|
|
|
4607
|
-
//
|
|
4607
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/convenience/input_media.js
|
|
4608
4608
|
var require_input_media = __commonJS((exports) => {
|
|
4609
4609
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4610
4610
|
exports.InputMediaBuilder = undefined;
|
|
@@ -4627,7 +4627,7 @@ var require_input_media = __commonJS((exports) => {
|
|
|
4627
4627
|
};
|
|
4628
4628
|
});
|
|
4629
4629
|
|
|
4630
|
-
//
|
|
4630
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/convenience/keyboard.js
|
|
4631
4631
|
var require_keyboard = __commonJS((exports) => {
|
|
4632
4632
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4633
4633
|
exports.InlineKeyboard = exports.Keyboard = undefined;
|
|
@@ -4985,7 +4985,7 @@ var require_keyboard = __commonJS((exports) => {
|
|
|
4985
4985
|
}
|
|
4986
4986
|
});
|
|
4987
4987
|
|
|
4988
|
-
//
|
|
4988
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/convenience/session.js
|
|
4989
4989
|
var require_session = __commonJS((exports) => {
|
|
4990
4990
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4991
4991
|
exports.MemorySessionStorage = undefined;
|
|
@@ -5285,7 +5285,7 @@ var require_session = __commonJS((exports) => {
|
|
|
5285
5285
|
}
|
|
5286
5286
|
});
|
|
5287
5287
|
|
|
5288
|
-
//
|
|
5288
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/convenience/frameworks.js
|
|
5289
5289
|
var require_frameworks = __commonJS((exports) => {
|
|
5290
5290
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5291
5291
|
exports.adapters = undefined;
|
|
@@ -5653,7 +5653,7 @@ var require_frameworks = __commonJS((exports) => {
|
|
|
5653
5653
|
};
|
|
5654
5654
|
});
|
|
5655
5655
|
|
|
5656
|
-
//
|
|
5656
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/convenience/webhook.js
|
|
5657
5657
|
var require_webhook = __commonJS((exports) => {
|
|
5658
5658
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5659
5659
|
exports.webhookCallback = webhookCallback;
|
|
@@ -5747,7 +5747,7 @@ var require_webhook = __commonJS((exports) => {
|
|
|
5747
5747
|
}
|
|
5748
5748
|
});
|
|
5749
5749
|
|
|
5750
|
-
//
|
|
5750
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/mod.js
|
|
5751
5751
|
var require_mod = __commonJS((exports) => {
|
|
5752
5752
|
var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
5753
5753
|
if (k2 === undefined)
|
|
@@ -5813,7 +5813,7 @@ var require_mod = __commonJS((exports) => {
|
|
|
5813
5813
|
} });
|
|
5814
5814
|
});
|
|
5815
5815
|
|
|
5816
|
-
//
|
|
5816
|
+
// ../node_modules/.bun/@grammyjs+runner@2.0.3+c6be0243b1bbec89/node_modules/@grammyjs/runner/out/platform.node.js
|
|
5817
5817
|
var require_platform_node2 = __commonJS((exports) => {
|
|
5818
5818
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5819
5819
|
exports.parentThread = exports.createThread = undefined;
|
|
@@ -5844,7 +5844,7 @@ var require_platform_node2 = __commonJS((exports) => {
|
|
|
5844
5844
|
exports.parentThread = parentThread;
|
|
5845
5845
|
});
|
|
5846
5846
|
|
|
5847
|
-
//
|
|
5847
|
+
// ../node_modules/.bun/@grammyjs+runner@2.0.3+c6be0243b1bbec89/node_modules/@grammyjs/runner/out/distribute.js
|
|
5848
5848
|
var require_distribute = __commonJS((exports) => {
|
|
5849
5849
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5850
5850
|
exports.distribute = undefined;
|
|
@@ -5889,7 +5889,7 @@ var require_distribute = __commonJS((exports) => {
|
|
|
5889
5889
|
exports.distribute = distribute;
|
|
5890
5890
|
});
|
|
5891
5891
|
|
|
5892
|
-
//
|
|
5892
|
+
// ../node_modules/.bun/@grammyjs+runner@2.0.3+c6be0243b1bbec89/node_modules/@grammyjs/runner/out/queue.js
|
|
5893
5893
|
var require_queue = __commonJS((exports) => {
|
|
5894
5894
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5895
5895
|
exports.DecayingDeque = undefined;
|
|
@@ -6033,7 +6033,7 @@ var require_queue = __commonJS((exports) => {
|
|
|
6033
6033
|
exports.DecayingDeque = DecayingDeque;
|
|
6034
6034
|
});
|
|
6035
6035
|
|
|
6036
|
-
//
|
|
6036
|
+
// ../node_modules/.bun/@grammyjs+runner@2.0.3+c6be0243b1bbec89/node_modules/@grammyjs/runner/out/sink.js
|
|
6037
6037
|
var require_sink = __commonJS((exports) => {
|
|
6038
6038
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6039
6039
|
exports.createConcurrentSink = exports.createBatchSink = exports.createSequentialSink = undefined;
|
|
@@ -6078,7 +6078,7 @@ var require_sink = __commonJS((exports) => {
|
|
|
6078
6078
|
exports.createConcurrentSink = createConcurrentSink;
|
|
6079
6079
|
});
|
|
6080
6080
|
|
|
6081
|
-
//
|
|
6081
|
+
// ../node_modules/.bun/@grammyjs+runner@2.0.3+c6be0243b1bbec89/node_modules/@grammyjs/runner/out/node-shim.js
|
|
6082
6082
|
var require_node_shim = __commonJS((exports) => {
|
|
6083
6083
|
var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
6084
6084
|
if (k2 === undefined)
|
|
@@ -6104,7 +6104,7 @@ var require_node_shim = __commonJS((exports) => {
|
|
|
6104
6104
|
__exportStar(require_abort_controller(), exports);
|
|
6105
6105
|
});
|
|
6106
6106
|
|
|
6107
|
-
//
|
|
6107
|
+
// ../node_modules/.bun/@grammyjs+runner@2.0.3+c6be0243b1bbec89/node_modules/@grammyjs/runner/out/source.js
|
|
6108
6108
|
var require_source = __commonJS((exports) => {
|
|
6109
6109
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6110
6110
|
exports.createSource = undefined;
|
|
@@ -6184,7 +6184,7 @@ var require_source = __commonJS((exports) => {
|
|
|
6184
6184
|
var node_shim_js_1 = require_node_shim();
|
|
6185
6185
|
});
|
|
6186
6186
|
|
|
6187
|
-
//
|
|
6187
|
+
// ../node_modules/.bun/@grammyjs+runner@2.0.3+c6be0243b1bbec89/node_modules/@grammyjs/runner/out/runner.js
|
|
6188
6188
|
var require_runner = __commonJS((exports) => {
|
|
6189
6189
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6190
6190
|
exports.createRunner = exports.createUpdateFetcher = exports.run = undefined;
|
|
@@ -6336,7 +6336,7 @@ var require_runner = __commonJS((exports) => {
|
|
|
6336
6336
|
}
|
|
6337
6337
|
});
|
|
6338
6338
|
|
|
6339
|
-
//
|
|
6339
|
+
// ../node_modules/.bun/@grammyjs+runner@2.0.3+c6be0243b1bbec89/node_modules/@grammyjs/runner/out/sequentialize.js
|
|
6340
6340
|
var require_sequentialize = __commonJS((exports) => {
|
|
6341
6341
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6342
6342
|
exports.sequentialize = undefined;
|
|
@@ -6379,7 +6379,7 @@ var require_sequentialize = __commonJS((exports) => {
|
|
|
6379
6379
|
exports.sequentialize = sequentialize;
|
|
6380
6380
|
});
|
|
6381
6381
|
|
|
6382
|
-
//
|
|
6382
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/mod.js
|
|
6383
6383
|
var require_mod2 = __commonJS((exports) => {
|
|
6384
6384
|
var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
6385
6385
|
if (k2 === undefined)
|
|
@@ -6445,7 +6445,7 @@ var require_mod2 = __commonJS((exports) => {
|
|
|
6445
6445
|
} });
|
|
6446
6446
|
});
|
|
6447
6447
|
|
|
6448
|
-
//
|
|
6448
|
+
// ../node_modules/.bun/@grammyjs+runner@2.0.3+c6be0243b1bbec89/node_modules/@grammyjs/runner/out/deps.node.js
|
|
6449
6449
|
var require_deps_node = __commonJS((exports) => {
|
|
6450
6450
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6451
6451
|
exports.BotError = exports.Bot = undefined;
|
|
@@ -6458,7 +6458,7 @@ var require_deps_node = __commonJS((exports) => {
|
|
|
6458
6458
|
} });
|
|
6459
6459
|
});
|
|
6460
6460
|
|
|
6461
|
-
//
|
|
6461
|
+
// ../node_modules/.bun/@grammyjs+runner@2.0.3+c6be0243b1bbec89/node_modules/@grammyjs/runner/out/worker.js
|
|
6462
6462
|
var require_worker = __commonJS((exports) => {
|
|
6463
6463
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6464
6464
|
exports.BotWorker = undefined;
|
|
@@ -6500,7 +6500,7 @@ var require_worker = __commonJS((exports) => {
|
|
|
6500
6500
|
exports.BotWorker = BotWorker;
|
|
6501
6501
|
});
|
|
6502
6502
|
|
|
6503
|
-
//
|
|
6503
|
+
// ../node_modules/.bun/@grammyjs+runner@2.0.3+c6be0243b1bbec89/node_modules/@grammyjs/runner/out/mod.js
|
|
6504
6504
|
var require_mod3 = __commonJS((exports) => {
|
|
6505
6505
|
var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
6506
6506
|
if (k2 === undefined)
|
|
@@ -6587,7 +6587,7 @@ function cleanWorkerResultParagraph(s) {
|
|
|
6587
6587
|
return kept.join(" ").replace(/\s+/g, " ").trim();
|
|
6588
6588
|
}
|
|
6589
6589
|
|
|
6590
|
-
//
|
|
6590
|
+
// ../node_modules/.bun/@grammyjs+runner@2.0.3+c6be0243b1bbec89/node_modules/@grammyjs/runner/out/mod.js
|
|
6591
6591
|
var require_mod4 = __commonJS((exports) => {
|
|
6592
6592
|
var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
6593
6593
|
if (k2 === undefined)
|
|
@@ -6619,7 +6619,7 @@ var require_mod4 = __commonJS((exports) => {
|
|
|
6619
6619
|
__exportStar(require_worker(), exports);
|
|
6620
6620
|
});
|
|
6621
6621
|
|
|
6622
|
-
//
|
|
6622
|
+
// ../node_modules/.bun/@xterm+headless@6.0.0/node_modules/@xterm/headless/lib-headless/xterm-headless.js
|
|
6623
6623
|
var require_xterm_headless = __commonJS((exports2) => {
|
|
6624
6624
|
(() => {
|
|
6625
6625
|
var e = { 5639: (e2, t2, s2) => {
|
|
@@ -12174,7 +12174,7 @@ ${i3.join(`
|
|
|
12174
12174
|
})();
|
|
12175
12175
|
});
|
|
12176
12176
|
|
|
12177
|
-
//
|
|
12177
|
+
// ../node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/util.js
|
|
12178
12178
|
var util, objectUtil, ZodParsedType, getParsedType = (data) => {
|
|
12179
12179
|
const t = typeof data;
|
|
12180
12180
|
switch (t) {
|
|
@@ -12305,7 +12305,7 @@ var init_util = __esm(() => {
|
|
|
12305
12305
|
]);
|
|
12306
12306
|
});
|
|
12307
12307
|
|
|
12308
|
-
//
|
|
12308
|
+
// ../node_modules/.bun/zod@3.25.76/node_modules/zod/v3/ZodError.js
|
|
12309
12309
|
var ZodIssueCode, quotelessJson = (obj) => {
|
|
12310
12310
|
const json = JSON.stringify(obj, null, 2);
|
|
12311
12311
|
return json.replace(/"([^"]+)":/g, "$1:");
|
|
@@ -12426,7 +12426,7 @@ var init_ZodError = __esm(() => {
|
|
|
12426
12426
|
};
|
|
12427
12427
|
});
|
|
12428
12428
|
|
|
12429
|
-
//
|
|
12429
|
+
// ../node_modules/.bun/zod@3.25.76/node_modules/zod/v3/locales/en.js
|
|
12430
12430
|
var errorMap = (issue, _ctx) => {
|
|
12431
12431
|
let message;
|
|
12432
12432
|
switch (issue.code) {
|
|
@@ -12533,7 +12533,7 @@ var init_en = __esm(() => {
|
|
|
12533
12533
|
en_default = errorMap;
|
|
12534
12534
|
});
|
|
12535
12535
|
|
|
12536
|
-
//
|
|
12536
|
+
// ../node_modules/.bun/zod@3.25.76/node_modules/zod/v3/errors.js
|
|
12537
12537
|
function setErrorMap(map) {
|
|
12538
12538
|
overrideErrorMap = map;
|
|
12539
12539
|
}
|
|
@@ -12546,7 +12546,7 @@ var init_errors = __esm(() => {
|
|
|
12546
12546
|
overrideErrorMap = en_default;
|
|
12547
12547
|
});
|
|
12548
12548
|
|
|
12549
|
-
//
|
|
12549
|
+
// ../node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.js
|
|
12550
12550
|
function addIssueToContext(ctx, issueData) {
|
|
12551
12551
|
const overrideMap = getErrorMap();
|
|
12552
12552
|
const issue = makeIssue({
|
|
@@ -12651,10 +12651,10 @@ var init_parseUtil = __esm(() => {
|
|
|
12651
12651
|
});
|
|
12652
12652
|
});
|
|
12653
12653
|
|
|
12654
|
-
//
|
|
12654
|
+
// ../node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/typeAliases.js
|
|
12655
12655
|
var init_typeAliases = () => {};
|
|
12656
12656
|
|
|
12657
|
-
//
|
|
12657
|
+
// ../node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.js
|
|
12658
12658
|
var errorUtil;
|
|
12659
12659
|
var init_errorUtil = __esm(() => {
|
|
12660
12660
|
(function(errorUtil2) {
|
|
@@ -12663,7 +12663,7 @@ var init_errorUtil = __esm(() => {
|
|
|
12663
12663
|
})(errorUtil || (errorUtil = {}));
|
|
12664
12664
|
});
|
|
12665
12665
|
|
|
12666
|
-
//
|
|
12666
|
+
// ../node_modules/.bun/zod@3.25.76/node_modules/zod/v3/types.js
|
|
12667
12667
|
class ParseInputLazyPath {
|
|
12668
12668
|
constructor(parent, value, path, key) {
|
|
12669
12669
|
this._cachedPath = [];
|
|
@@ -16014,7 +16014,7 @@ var init_types = __esm(() => {
|
|
|
16014
16014
|
NEVER = INVALID;
|
|
16015
16015
|
});
|
|
16016
16016
|
|
|
16017
|
-
//
|
|
16017
|
+
// ../node_modules/.bun/zod@3.25.76/node_modules/zod/v3/external.js
|
|
16018
16018
|
var exports_external = {};
|
|
16019
16019
|
__export(exports_external, {
|
|
16020
16020
|
void: () => voidType,
|
|
@@ -16134,7 +16134,7 @@ var init_external = __esm(() => {
|
|
|
16134
16134
|
init_ZodError();
|
|
16135
16135
|
});
|
|
16136
16136
|
|
|
16137
|
-
//
|
|
16137
|
+
// ../node_modules/.bun/zod@3.25.76/node_modules/zod/index.js
|
|
16138
16138
|
var init_zod = __esm(() => {
|
|
16139
16139
|
init_external();
|
|
16140
16140
|
init_external();
|
|
@@ -16697,7 +16697,7 @@ var init_client = __esm(() => {
|
|
|
16697
16697
|
};
|
|
16698
16698
|
});
|
|
16699
16699
|
|
|
16700
|
-
//
|
|
16700
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/identity.js
|
|
16701
16701
|
var require_identity = __commonJS((exports2) => {
|
|
16702
16702
|
var ALIAS = Symbol.for("yaml.alias");
|
|
16703
16703
|
var DOC = Symbol.for("yaml.document");
|
|
@@ -16751,7 +16751,7 @@ var require_identity = __commonJS((exports2) => {
|
|
|
16751
16751
|
exports2.isSeq = isSeq;
|
|
16752
16752
|
});
|
|
16753
16753
|
|
|
16754
|
-
//
|
|
16754
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/visit.js
|
|
16755
16755
|
var require_visit = __commonJS((exports2) => {
|
|
16756
16756
|
var identity = require_identity();
|
|
16757
16757
|
var BREAK = Symbol("break visit");
|
|
@@ -16906,7 +16906,7 @@ var require_visit = __commonJS((exports2) => {
|
|
|
16906
16906
|
exports2.visitAsync = visitAsync;
|
|
16907
16907
|
});
|
|
16908
16908
|
|
|
16909
|
-
//
|
|
16909
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/directives.js
|
|
16910
16910
|
var require_directives = __commonJS((exports2) => {
|
|
16911
16911
|
var identity = require_identity();
|
|
16912
16912
|
var visit = require_visit();
|
|
@@ -17058,7 +17058,7 @@ var require_directives = __commonJS((exports2) => {
|
|
|
17058
17058
|
exports2.Directives = Directives;
|
|
17059
17059
|
});
|
|
17060
17060
|
|
|
17061
|
-
//
|
|
17061
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/anchors.js
|
|
17062
17062
|
var require_anchors = __commonJS((exports2) => {
|
|
17063
17063
|
var identity = require_identity();
|
|
17064
17064
|
var visit = require_visit();
|
|
@@ -17120,7 +17120,7 @@ var require_anchors = __commonJS((exports2) => {
|
|
|
17120
17120
|
exports2.findNewAnchor = findNewAnchor;
|
|
17121
17121
|
});
|
|
17122
17122
|
|
|
17123
|
-
//
|
|
17123
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/applyReviver.js
|
|
17124
17124
|
var require_applyReviver = __commonJS((exports2) => {
|
|
17125
17125
|
function applyReviver(reviver, obj, key, val) {
|
|
17126
17126
|
if (val && typeof val === "object") {
|
|
@@ -17167,7 +17167,7 @@ var require_applyReviver = __commonJS((exports2) => {
|
|
|
17167
17167
|
exports2.applyReviver = applyReviver;
|
|
17168
17168
|
});
|
|
17169
17169
|
|
|
17170
|
-
//
|
|
17170
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/toJS.js
|
|
17171
17171
|
var require_toJS = __commonJS((exports2) => {
|
|
17172
17172
|
var identity = require_identity();
|
|
17173
17173
|
function toJS(value, arg, ctx) {
|
|
@@ -17194,7 +17194,7 @@ var require_toJS = __commonJS((exports2) => {
|
|
|
17194
17194
|
exports2.toJS = toJS;
|
|
17195
17195
|
});
|
|
17196
17196
|
|
|
17197
|
-
//
|
|
17197
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Node.js
|
|
17198
17198
|
var require_Node = __commonJS((exports2) => {
|
|
17199
17199
|
var applyReviver = require_applyReviver();
|
|
17200
17200
|
var identity = require_identity();
|
|
@@ -17231,7 +17231,7 @@ var require_Node = __commonJS((exports2) => {
|
|
|
17231
17231
|
exports2.NodeBase = NodeBase;
|
|
17232
17232
|
});
|
|
17233
17233
|
|
|
17234
|
-
//
|
|
17234
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Alias.js
|
|
17235
17235
|
var require_Alias = __commonJS((exports2) => {
|
|
17236
17236
|
var anchors = require_anchors();
|
|
17237
17237
|
var visit = require_visit();
|
|
@@ -17339,7 +17339,7 @@ var require_Alias = __commonJS((exports2) => {
|
|
|
17339
17339
|
exports2.Alias = Alias;
|
|
17340
17340
|
});
|
|
17341
17341
|
|
|
17342
|
-
//
|
|
17342
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Scalar.js
|
|
17343
17343
|
var require_Scalar = __commonJS((exports2) => {
|
|
17344
17344
|
var identity = require_identity();
|
|
17345
17345
|
var Node = require_Node();
|
|
@@ -17367,7 +17367,7 @@ var require_Scalar = __commonJS((exports2) => {
|
|
|
17367
17367
|
exports2.isScalarValue = isScalarValue;
|
|
17368
17368
|
});
|
|
17369
17369
|
|
|
17370
|
-
//
|
|
17370
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/createNode.js
|
|
17371
17371
|
var require_createNode = __commonJS((exports2) => {
|
|
17372
17372
|
var Alias = require_Alias();
|
|
17373
17373
|
var identity = require_identity();
|
|
@@ -17439,7 +17439,7 @@ var require_createNode = __commonJS((exports2) => {
|
|
|
17439
17439
|
exports2.createNode = createNode;
|
|
17440
17440
|
});
|
|
17441
17441
|
|
|
17442
|
-
//
|
|
17442
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Collection.js
|
|
17443
17443
|
var require_Collection = __commonJS((exports2) => {
|
|
17444
17444
|
var createNode = require_createNode();
|
|
17445
17445
|
var identity = require_identity();
|
|
@@ -17554,7 +17554,7 @@ var require_Collection = __commonJS((exports2) => {
|
|
|
17554
17554
|
exports2.isEmptyPath = isEmptyPath;
|
|
17555
17555
|
});
|
|
17556
17556
|
|
|
17557
|
-
//
|
|
17557
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyComment.js
|
|
17558
17558
|
var require_stringifyComment = __commonJS((exports2) => {
|
|
17559
17559
|
var stringifyComment = (str) => str.replace(/^(?!$)(?: $)?/gm, "#");
|
|
17560
17560
|
function indentComment(comment, indent) {
|
|
@@ -17571,7 +17571,7 @@ var require_stringifyComment = __commonJS((exports2) => {
|
|
|
17571
17571
|
exports2.stringifyComment = stringifyComment;
|
|
17572
17572
|
});
|
|
17573
17573
|
|
|
17574
|
-
//
|
|
17574
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/foldFlowLines.js
|
|
17575
17575
|
var require_foldFlowLines = __commonJS((exports2) => {
|
|
17576
17576
|
var FOLD_FLOW = "flow";
|
|
17577
17577
|
var FOLD_BLOCK = "block";
|
|
@@ -17708,7 +17708,7 @@ ${indent}${text.slice(fold + 1, end2)}`;
|
|
|
17708
17708
|
exports2.foldFlowLines = foldFlowLines;
|
|
17709
17709
|
});
|
|
17710
17710
|
|
|
17711
|
-
//
|
|
17711
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyString.js
|
|
17712
17712
|
var require_stringifyString = __commonJS((exports2) => {
|
|
17713
17713
|
var Scalar = require_Scalar();
|
|
17714
17714
|
var foldFlowLines = require_foldFlowLines();
|
|
@@ -18006,7 +18006,7 @@ ${indent}`);
|
|
|
18006
18006
|
exports2.stringifyString = stringifyString;
|
|
18007
18007
|
});
|
|
18008
18008
|
|
|
18009
|
-
//
|
|
18009
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringify.js
|
|
18010
18010
|
var require_stringify = __commonJS((exports2) => {
|
|
18011
18011
|
var anchors = require_anchors();
|
|
18012
18012
|
var identity = require_identity();
|
|
@@ -18127,7 +18127,7 @@ ${ctx.indent}${str}`;
|
|
|
18127
18127
|
exports2.stringify = stringify;
|
|
18128
18128
|
});
|
|
18129
18129
|
|
|
18130
|
-
//
|
|
18130
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyPair.js
|
|
18131
18131
|
var require_stringifyPair = __commonJS((exports2) => {
|
|
18132
18132
|
var identity = require_identity();
|
|
18133
18133
|
var Scalar = require_Scalar();
|
|
@@ -18263,7 +18263,7 @@ ${ctx.indent}`;
|
|
|
18263
18263
|
exports2.stringifyPair = stringifyPair;
|
|
18264
18264
|
});
|
|
18265
18265
|
|
|
18266
|
-
//
|
|
18266
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/log.js
|
|
18267
18267
|
var require_log = __commonJS((exports2) => {
|
|
18268
18268
|
var node_process = __require("process");
|
|
18269
18269
|
function debug(logLevel, ...messages) {
|
|
@@ -18282,7 +18282,7 @@ var require_log = __commonJS((exports2) => {
|
|
|
18282
18282
|
exports2.warn = warn;
|
|
18283
18283
|
});
|
|
18284
18284
|
|
|
18285
|
-
//
|
|
18285
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/merge.js
|
|
18286
18286
|
var require_merge = __commonJS((exports2) => {
|
|
18287
18287
|
var identity = require_identity();
|
|
18288
18288
|
var Scalar = require_Scalar();
|
|
@@ -18336,7 +18336,7 @@ var require_merge = __commonJS((exports2) => {
|
|
|
18336
18336
|
exports2.merge = merge;
|
|
18337
18337
|
});
|
|
18338
18338
|
|
|
18339
|
-
//
|
|
18339
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/addPairToJSMap.js
|
|
18340
18340
|
var require_addPairToJSMap = __commonJS((exports2) => {
|
|
18341
18341
|
var log = require_log();
|
|
18342
18342
|
var merge = require_merge();
|
|
@@ -18397,7 +18397,7 @@ var require_addPairToJSMap = __commonJS((exports2) => {
|
|
|
18397
18397
|
exports2.addPairToJSMap = addPairToJSMap;
|
|
18398
18398
|
});
|
|
18399
18399
|
|
|
18400
|
-
//
|
|
18400
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Pair.js
|
|
18401
18401
|
var require_Pair = __commonJS((exports2) => {
|
|
18402
18402
|
var createNode = require_createNode();
|
|
18403
18403
|
var stringifyPair = require_stringifyPair();
|
|
@@ -18435,7 +18435,7 @@ var require_Pair = __commonJS((exports2) => {
|
|
|
18435
18435
|
exports2.createPair = createPair;
|
|
18436
18436
|
});
|
|
18437
18437
|
|
|
18438
|
-
//
|
|
18438
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyCollection.js
|
|
18439
18439
|
var require_stringifyCollection = __commonJS((exports2) => {
|
|
18440
18440
|
var identity = require_identity();
|
|
18441
18441
|
var stringify = require_stringify();
|
|
@@ -18587,7 +18587,7 @@ ${indent}${end}`;
|
|
|
18587
18587
|
exports2.stringifyCollection = stringifyCollection;
|
|
18588
18588
|
});
|
|
18589
18589
|
|
|
18590
|
-
//
|
|
18590
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLMap.js
|
|
18591
18591
|
var require_YAMLMap = __commonJS((exports2) => {
|
|
18592
18592
|
var stringifyCollection = require_stringifyCollection();
|
|
18593
18593
|
var addPairToJSMap = require_addPairToJSMap();
|
|
@@ -18714,7 +18714,7 @@ var require_YAMLMap = __commonJS((exports2) => {
|
|
|
18714
18714
|
exports2.findPair = findPair;
|
|
18715
18715
|
});
|
|
18716
18716
|
|
|
18717
|
-
//
|
|
18717
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/map.js
|
|
18718
18718
|
var require_map = __commonJS((exports2) => {
|
|
18719
18719
|
var identity = require_identity();
|
|
18720
18720
|
var YAMLMap = require_YAMLMap();
|
|
@@ -18733,7 +18733,7 @@ var require_map = __commonJS((exports2) => {
|
|
|
18733
18733
|
exports2.map = map;
|
|
18734
18734
|
});
|
|
18735
18735
|
|
|
18736
|
-
//
|
|
18736
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLSeq.js
|
|
18737
18737
|
var require_YAMLSeq = __commonJS((exports2) => {
|
|
18738
18738
|
var createNode = require_createNode();
|
|
18739
18739
|
var stringifyCollection = require_stringifyCollection();
|
|
@@ -18826,7 +18826,7 @@ var require_YAMLSeq = __commonJS((exports2) => {
|
|
|
18826
18826
|
exports2.YAMLSeq = YAMLSeq;
|
|
18827
18827
|
});
|
|
18828
18828
|
|
|
18829
|
-
//
|
|
18829
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/seq.js
|
|
18830
18830
|
var require_seq = __commonJS((exports2) => {
|
|
18831
18831
|
var identity = require_identity();
|
|
18832
18832
|
var YAMLSeq = require_YAMLSeq();
|
|
@@ -18845,7 +18845,7 @@ var require_seq = __commonJS((exports2) => {
|
|
|
18845
18845
|
exports2.seq = seq;
|
|
18846
18846
|
});
|
|
18847
18847
|
|
|
18848
|
-
//
|
|
18848
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/string.js
|
|
18849
18849
|
var require_string = __commonJS((exports2) => {
|
|
18850
18850
|
var stringifyString = require_stringifyString();
|
|
18851
18851
|
var string = {
|
|
@@ -18861,7 +18861,7 @@ var require_string = __commonJS((exports2) => {
|
|
|
18861
18861
|
exports2.string = string;
|
|
18862
18862
|
});
|
|
18863
18863
|
|
|
18864
|
-
//
|
|
18864
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/null.js
|
|
18865
18865
|
var require_null = __commonJS((exports2) => {
|
|
18866
18866
|
var Scalar = require_Scalar();
|
|
18867
18867
|
var nullTag = {
|
|
@@ -18876,7 +18876,7 @@ var require_null = __commonJS((exports2) => {
|
|
|
18876
18876
|
exports2.nullTag = nullTag;
|
|
18877
18877
|
});
|
|
18878
18878
|
|
|
18879
|
-
//
|
|
18879
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/bool.js
|
|
18880
18880
|
var require_bool = __commonJS((exports2) => {
|
|
18881
18881
|
var Scalar = require_Scalar();
|
|
18882
18882
|
var boolTag = {
|
|
@@ -18897,7 +18897,7 @@ var require_bool = __commonJS((exports2) => {
|
|
|
18897
18897
|
exports2.boolTag = boolTag;
|
|
18898
18898
|
});
|
|
18899
18899
|
|
|
18900
|
-
//
|
|
18900
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyNumber.js
|
|
18901
18901
|
var require_stringifyNumber = __commonJS((exports2) => {
|
|
18902
18902
|
function stringifyNumber({ format, minFractionDigits, tag, value }) {
|
|
18903
18903
|
if (typeof value === "bigint")
|
|
@@ -18921,7 +18921,7 @@ var require_stringifyNumber = __commonJS((exports2) => {
|
|
|
18921
18921
|
exports2.stringifyNumber = stringifyNumber;
|
|
18922
18922
|
});
|
|
18923
18923
|
|
|
18924
|
-
//
|
|
18924
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/float.js
|
|
18925
18925
|
var require_float = __commonJS((exports2) => {
|
|
18926
18926
|
var Scalar = require_Scalar();
|
|
18927
18927
|
var stringifyNumber = require_stringifyNumber();
|
|
@@ -18964,7 +18964,7 @@ var require_float = __commonJS((exports2) => {
|
|
|
18964
18964
|
exports2.floatNaN = floatNaN;
|
|
18965
18965
|
});
|
|
18966
18966
|
|
|
18967
|
-
//
|
|
18967
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/int.js
|
|
18968
18968
|
var require_int = __commonJS((exports2) => {
|
|
18969
18969
|
var stringifyNumber = require_stringifyNumber();
|
|
18970
18970
|
var intIdentify = (value) => typeof value === "bigint" || Number.isInteger(value);
|
|
@@ -19006,7 +19006,7 @@ var require_int = __commonJS((exports2) => {
|
|
|
19006
19006
|
exports2.intOct = intOct;
|
|
19007
19007
|
});
|
|
19008
19008
|
|
|
19009
|
-
//
|
|
19009
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/schema.js
|
|
19010
19010
|
var require_schema = __commonJS((exports2) => {
|
|
19011
19011
|
var map = require_map();
|
|
19012
19012
|
var _null = require_null();
|
|
@@ -19031,7 +19031,7 @@ var require_schema = __commonJS((exports2) => {
|
|
|
19031
19031
|
exports2.schema = schema;
|
|
19032
19032
|
});
|
|
19033
19033
|
|
|
19034
|
-
//
|
|
19034
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/json/schema.js
|
|
19035
19035
|
var require_schema2 = __commonJS((exports2) => {
|
|
19036
19036
|
var Scalar = require_Scalar();
|
|
19037
19037
|
var map = require_map();
|
|
@@ -19095,7 +19095,7 @@ var require_schema2 = __commonJS((exports2) => {
|
|
|
19095
19095
|
exports2.schema = schema;
|
|
19096
19096
|
});
|
|
19097
19097
|
|
|
19098
|
-
//
|
|
19098
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/binary.js
|
|
19099
19099
|
var require_binary = __commonJS((exports2) => {
|
|
19100
19100
|
var node_buffer = __require("buffer");
|
|
19101
19101
|
var Scalar = require_Scalar();
|
|
@@ -19150,7 +19150,7 @@ var require_binary = __commonJS((exports2) => {
|
|
|
19150
19150
|
exports2.binary = binary;
|
|
19151
19151
|
});
|
|
19152
19152
|
|
|
19153
|
-
//
|
|
19153
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/pairs.js
|
|
19154
19154
|
var require_pairs = __commonJS((exports2) => {
|
|
19155
19155
|
var identity = require_identity();
|
|
19156
19156
|
var Pair = require_Pair();
|
|
@@ -19225,7 +19225,7 @@ ${cn.comment}` : item.comment;
|
|
|
19225
19225
|
exports2.resolvePairs = resolvePairs;
|
|
19226
19226
|
});
|
|
19227
19227
|
|
|
19228
|
-
//
|
|
19228
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/omap.js
|
|
19229
19229
|
var require_omap = __commonJS((exports2) => {
|
|
19230
19230
|
var identity = require_identity();
|
|
19231
19231
|
var toJS = require_toJS();
|
|
@@ -19297,7 +19297,7 @@ var require_omap = __commonJS((exports2) => {
|
|
|
19297
19297
|
exports2.omap = omap;
|
|
19298
19298
|
});
|
|
19299
19299
|
|
|
19300
|
-
//
|
|
19300
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/bool.js
|
|
19301
19301
|
var require_bool2 = __commonJS((exports2) => {
|
|
19302
19302
|
var Scalar = require_Scalar();
|
|
19303
19303
|
function boolStringify({ value, source }, ctx) {
|
|
@@ -19326,7 +19326,7 @@ var require_bool2 = __commonJS((exports2) => {
|
|
|
19326
19326
|
exports2.trueTag = trueTag;
|
|
19327
19327
|
});
|
|
19328
19328
|
|
|
19329
|
-
//
|
|
19329
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/float.js
|
|
19330
19330
|
var require_float2 = __commonJS((exports2) => {
|
|
19331
19331
|
var Scalar = require_Scalar();
|
|
19332
19332
|
var stringifyNumber = require_stringifyNumber();
|
|
@@ -19372,7 +19372,7 @@ var require_float2 = __commonJS((exports2) => {
|
|
|
19372
19372
|
exports2.floatNaN = floatNaN;
|
|
19373
19373
|
});
|
|
19374
19374
|
|
|
19375
|
-
//
|
|
19375
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/int.js
|
|
19376
19376
|
var require_int2 = __commonJS((exports2) => {
|
|
19377
19377
|
var stringifyNumber = require_stringifyNumber();
|
|
19378
19378
|
var intIdentify = (value) => typeof value === "bigint" || Number.isInteger(value);
|
|
@@ -19448,7 +19448,7 @@ var require_int2 = __commonJS((exports2) => {
|
|
|
19448
19448
|
exports2.intOct = intOct;
|
|
19449
19449
|
});
|
|
19450
19450
|
|
|
19451
|
-
//
|
|
19451
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/set.js
|
|
19452
19452
|
var require_set = __commonJS((exports2) => {
|
|
19453
19453
|
var identity = require_identity();
|
|
19454
19454
|
var Pair = require_Pair();
|
|
@@ -19531,7 +19531,7 @@ var require_set = __commonJS((exports2) => {
|
|
|
19531
19531
|
exports2.set = set;
|
|
19532
19532
|
});
|
|
19533
19533
|
|
|
19534
|
-
//
|
|
19534
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js
|
|
19535
19535
|
var require_timestamp = __commonJS((exports2) => {
|
|
19536
19536
|
var stringifyNumber = require_stringifyNumber();
|
|
19537
19537
|
function parseSexagesimal(str, asBigInt) {
|
|
@@ -19613,7 +19613,7 @@ var require_timestamp = __commonJS((exports2) => {
|
|
|
19613
19613
|
exports2.timestamp = timestamp;
|
|
19614
19614
|
});
|
|
19615
19615
|
|
|
19616
|
-
//
|
|
19616
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/schema.js
|
|
19617
19617
|
var require_schema3 = __commonJS((exports2) => {
|
|
19618
19618
|
var map = require_map();
|
|
19619
19619
|
var _null = require_null();
|
|
@@ -19654,7 +19654,7 @@ var require_schema3 = __commonJS((exports2) => {
|
|
|
19654
19654
|
exports2.schema = schema;
|
|
19655
19655
|
});
|
|
19656
19656
|
|
|
19657
|
-
//
|
|
19657
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/tags.js
|
|
19658
19658
|
var require_tags = __commonJS((exports2) => {
|
|
19659
19659
|
var map = require_map();
|
|
19660
19660
|
var _null = require_null();
|
|
@@ -19745,7 +19745,7 @@ var require_tags = __commonJS((exports2) => {
|
|
|
19745
19745
|
exports2.getTags = getTags;
|
|
19746
19746
|
});
|
|
19747
19747
|
|
|
19748
|
-
//
|
|
19748
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/Schema.js
|
|
19749
19749
|
var require_Schema = __commonJS((exports2) => {
|
|
19750
19750
|
var identity = require_identity();
|
|
19751
19751
|
var map = require_map();
|
|
@@ -19775,7 +19775,7 @@ var require_Schema = __commonJS((exports2) => {
|
|
|
19775
19775
|
exports2.Schema = Schema;
|
|
19776
19776
|
});
|
|
19777
19777
|
|
|
19778
|
-
//
|
|
19778
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyDocument.js
|
|
19779
19779
|
var require_stringifyDocument = __commonJS((exports2) => {
|
|
19780
19780
|
var identity = require_identity();
|
|
19781
19781
|
var stringify = require_stringify();
|
|
@@ -19855,7 +19855,7 @@ var require_stringifyDocument = __commonJS((exports2) => {
|
|
|
19855
19855
|
exports2.stringifyDocument = stringifyDocument;
|
|
19856
19856
|
});
|
|
19857
19857
|
|
|
19858
|
-
//
|
|
19858
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/Document.js
|
|
19859
19859
|
var require_Document = __commonJS((exports2) => {
|
|
19860
19860
|
var Alias = require_Alias();
|
|
19861
19861
|
var Collection = require_Collection();
|
|
@@ -20090,7 +20090,7 @@ var require_Document = __commonJS((exports2) => {
|
|
|
20090
20090
|
exports2.Document = Document;
|
|
20091
20091
|
});
|
|
20092
20092
|
|
|
20093
|
-
//
|
|
20093
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/errors.js
|
|
20094
20094
|
var require_errors = __commonJS((exports2) => {
|
|
20095
20095
|
class YAMLError extends Error {
|
|
20096
20096
|
constructor(name, pos, code, message) {
|
|
@@ -20155,7 +20155,7 @@ ${pointer}
|
|
|
20155
20155
|
exports2.prettifyError = prettifyError;
|
|
20156
20156
|
});
|
|
20157
20157
|
|
|
20158
|
-
//
|
|
20158
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-props.js
|
|
20159
20159
|
var require_resolve_props = __commonJS((exports2) => {
|
|
20160
20160
|
function resolveProps(tokens, { flow, indicator, next, offset, onError, parentIndent, startOnNewline }) {
|
|
20161
20161
|
let spaceBefore = false;
|
|
@@ -20285,7 +20285,7 @@ var require_resolve_props = __commonJS((exports2) => {
|
|
|
20285
20285
|
exports2.resolveProps = resolveProps;
|
|
20286
20286
|
});
|
|
20287
20287
|
|
|
20288
|
-
//
|
|
20288
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-contains-newline.js
|
|
20289
20289
|
var require_util_contains_newline = __commonJS((exports2) => {
|
|
20290
20290
|
function containsNewline(key) {
|
|
20291
20291
|
if (!key)
|
|
@@ -20325,7 +20325,7 @@ var require_util_contains_newline = __commonJS((exports2) => {
|
|
|
20325
20325
|
exports2.containsNewline = containsNewline;
|
|
20326
20326
|
});
|
|
20327
20327
|
|
|
20328
|
-
//
|
|
20328
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-flow-indent-check.js
|
|
20329
20329
|
var require_util_flow_indent_check = __commonJS((exports2) => {
|
|
20330
20330
|
var utilContainsNewline = require_util_contains_newline();
|
|
20331
20331
|
function flowIndentCheck(indent, fc, onError) {
|
|
@@ -20340,7 +20340,7 @@ var require_util_flow_indent_check = __commonJS((exports2) => {
|
|
|
20340
20340
|
exports2.flowIndentCheck = flowIndentCheck;
|
|
20341
20341
|
});
|
|
20342
20342
|
|
|
20343
|
-
//
|
|
20343
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-map-includes.js
|
|
20344
20344
|
var require_util_map_includes = __commonJS((exports2) => {
|
|
20345
20345
|
var identity = require_identity();
|
|
20346
20346
|
function mapIncludes(ctx, items, search) {
|
|
@@ -20353,7 +20353,7 @@ var require_util_map_includes = __commonJS((exports2) => {
|
|
|
20353
20353
|
exports2.mapIncludes = mapIncludes;
|
|
20354
20354
|
});
|
|
20355
20355
|
|
|
20356
|
-
//
|
|
20356
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-map.js
|
|
20357
20357
|
var require_resolve_block_map = __commonJS((exports2) => {
|
|
20358
20358
|
var Pair = require_Pair();
|
|
20359
20359
|
var YAMLMap = require_YAMLMap();
|
|
@@ -20460,7 +20460,7 @@ var require_resolve_block_map = __commonJS((exports2) => {
|
|
|
20460
20460
|
exports2.resolveBlockMap = resolveBlockMap;
|
|
20461
20461
|
});
|
|
20462
20462
|
|
|
20463
|
-
//
|
|
20463
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-seq.js
|
|
20464
20464
|
var require_resolve_block_seq = __commonJS((exports2) => {
|
|
20465
20465
|
var YAMLSeq = require_YAMLSeq();
|
|
20466
20466
|
var resolveProps = require_resolve_props();
|
|
@@ -20508,7 +20508,7 @@ var require_resolve_block_seq = __commonJS((exports2) => {
|
|
|
20508
20508
|
exports2.resolveBlockSeq = resolveBlockSeq;
|
|
20509
20509
|
});
|
|
20510
20510
|
|
|
20511
|
-
//
|
|
20511
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-end.js
|
|
20512
20512
|
var require_resolve_end = __commonJS((exports2) => {
|
|
20513
20513
|
function resolveEnd(end, offset, reqSpace, onError) {
|
|
20514
20514
|
let comment = "";
|
|
@@ -20548,7 +20548,7 @@ var require_resolve_end = __commonJS((exports2) => {
|
|
|
20548
20548
|
exports2.resolveEnd = resolveEnd;
|
|
20549
20549
|
});
|
|
20550
20550
|
|
|
20551
|
-
//
|
|
20551
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-collection.js
|
|
20552
20552
|
var require_resolve_flow_collection = __commonJS((exports2) => {
|
|
20553
20553
|
var identity = require_identity();
|
|
20554
20554
|
var Pair = require_Pair();
|
|
@@ -20739,7 +20739,7 @@ var require_resolve_flow_collection = __commonJS((exports2) => {
|
|
|
20739
20739
|
exports2.resolveFlowCollection = resolveFlowCollection;
|
|
20740
20740
|
});
|
|
20741
20741
|
|
|
20742
|
-
//
|
|
20742
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-collection.js
|
|
20743
20743
|
var require_compose_collection = __commonJS((exports2) => {
|
|
20744
20744
|
var identity = require_identity();
|
|
20745
20745
|
var Scalar = require_Scalar();
|
|
@@ -20801,7 +20801,7 @@ var require_compose_collection = __commonJS((exports2) => {
|
|
|
20801
20801
|
exports2.composeCollection = composeCollection;
|
|
20802
20802
|
});
|
|
20803
20803
|
|
|
20804
|
-
//
|
|
20804
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-scalar.js
|
|
20805
20805
|
var require_resolve_block_scalar = __commonJS((exports2) => {
|
|
20806
20806
|
var Scalar = require_Scalar();
|
|
20807
20807
|
function resolveBlockScalar(ctx, scalar, onError) {
|
|
@@ -20994,7 +20994,7 @@ var require_resolve_block_scalar = __commonJS((exports2) => {
|
|
|
20994
20994
|
exports2.resolveBlockScalar = resolveBlockScalar;
|
|
20995
20995
|
});
|
|
20996
20996
|
|
|
20997
|
-
//
|
|
20997
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-scalar.js
|
|
20998
20998
|
var require_resolve_flow_scalar = __commonJS((exports2) => {
|
|
20999
20999
|
var Scalar = require_Scalar();
|
|
21000
21000
|
var resolveEnd = require_resolve_end();
|
|
@@ -21210,7 +21210,7 @@ var require_resolve_flow_scalar = __commonJS((exports2) => {
|
|
|
21210
21210
|
exports2.resolveFlowScalar = resolveFlowScalar;
|
|
21211
21211
|
});
|
|
21212
21212
|
|
|
21213
|
-
//
|
|
21213
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-scalar.js
|
|
21214
21214
|
var require_compose_scalar = __commonJS((exports2) => {
|
|
21215
21215
|
var identity = require_identity();
|
|
21216
21216
|
var Scalar = require_Scalar();
|
|
@@ -21288,7 +21288,7 @@ var require_compose_scalar = __commonJS((exports2) => {
|
|
|
21288
21288
|
exports2.composeScalar = composeScalar;
|
|
21289
21289
|
});
|
|
21290
21290
|
|
|
21291
|
-
//
|
|
21291
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-empty-scalar-position.js
|
|
21292
21292
|
var require_util_empty_scalar_position = __commonJS((exports2) => {
|
|
21293
21293
|
function emptyScalarPosition(offset, before, pos) {
|
|
21294
21294
|
if (before) {
|
|
@@ -21315,7 +21315,7 @@ var require_util_empty_scalar_position = __commonJS((exports2) => {
|
|
|
21315
21315
|
exports2.emptyScalarPosition = emptyScalarPosition;
|
|
21316
21316
|
});
|
|
21317
21317
|
|
|
21318
|
-
//
|
|
21318
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-node.js
|
|
21319
21319
|
var require_compose_node = __commonJS((exports2) => {
|
|
21320
21320
|
var Alias = require_Alias();
|
|
21321
21321
|
var identity = require_identity();
|
|
@@ -21418,7 +21418,7 @@ var require_compose_node = __commonJS((exports2) => {
|
|
|
21418
21418
|
exports2.composeNode = composeNode;
|
|
21419
21419
|
});
|
|
21420
21420
|
|
|
21421
|
-
//
|
|
21421
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-doc.js
|
|
21422
21422
|
var require_compose_doc = __commonJS((exports2) => {
|
|
21423
21423
|
var Document = require_Document();
|
|
21424
21424
|
var composeNode = require_compose_node();
|
|
@@ -21458,7 +21458,7 @@ var require_compose_doc = __commonJS((exports2) => {
|
|
|
21458
21458
|
exports2.composeDoc = composeDoc;
|
|
21459
21459
|
});
|
|
21460
21460
|
|
|
21461
|
-
//
|
|
21461
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/composer.js
|
|
21462
21462
|
var require_composer2 = __commonJS((exports2) => {
|
|
21463
21463
|
var node_process = __require("process");
|
|
21464
21464
|
var directives = require_directives();
|
|
@@ -21647,7 +21647,7 @@ ${end.comment}` : end.comment;
|
|
|
21647
21647
|
exports2.Composer = Composer;
|
|
21648
21648
|
});
|
|
21649
21649
|
|
|
21650
|
-
//
|
|
21650
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-scalar.js
|
|
21651
21651
|
var require_cst_scalar = __commonJS((exports2) => {
|
|
21652
21652
|
var resolveBlockScalar = require_resolve_block_scalar();
|
|
21653
21653
|
var resolveFlowScalar = require_resolve_flow_scalar();
|
|
@@ -21837,7 +21837,7 @@ var require_cst_scalar = __commonJS((exports2) => {
|
|
|
21837
21837
|
exports2.setScalarValue = setScalarValue;
|
|
21838
21838
|
});
|
|
21839
21839
|
|
|
21840
|
-
//
|
|
21840
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-stringify.js
|
|
21841
21841
|
var require_cst_stringify = __commonJS((exports2) => {
|
|
21842
21842
|
var stringify = (cst) => ("type" in cst) ? stringifyToken(cst) : stringifyItem(cst);
|
|
21843
21843
|
function stringifyToken(token) {
|
|
@@ -21895,7 +21895,7 @@ var require_cst_stringify = __commonJS((exports2) => {
|
|
|
21895
21895
|
exports2.stringify = stringify;
|
|
21896
21896
|
});
|
|
21897
21897
|
|
|
21898
|
-
//
|
|
21898
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-visit.js
|
|
21899
21899
|
var require_cst_visit = __commonJS((exports2) => {
|
|
21900
21900
|
var BREAK = Symbol("break visit");
|
|
21901
21901
|
var SKIP = Symbol("skip children");
|
|
@@ -21954,7 +21954,7 @@ var require_cst_visit = __commonJS((exports2) => {
|
|
|
21954
21954
|
exports2.visit = visit;
|
|
21955
21955
|
});
|
|
21956
21956
|
|
|
21957
|
-
//
|
|
21957
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst.js
|
|
21958
21958
|
var require_cst = __commonJS((exports2) => {
|
|
21959
21959
|
var cstScalar = require_cst_scalar();
|
|
21960
21960
|
var cstStringify = require_cst_stringify();
|
|
@@ -22055,7 +22055,7 @@ var require_cst = __commonJS((exports2) => {
|
|
|
22055
22055
|
exports2.tokenType = tokenType;
|
|
22056
22056
|
});
|
|
22057
22057
|
|
|
22058
|
-
//
|
|
22058
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/lexer.js
|
|
22059
22059
|
var require_lexer = __commonJS((exports2) => {
|
|
22060
22060
|
var cst = require_cst();
|
|
22061
22061
|
function isEmpty2(ch) {
|
|
@@ -22641,7 +22641,7 @@ var require_lexer = __commonJS((exports2) => {
|
|
|
22641
22641
|
exports2.Lexer = Lexer;
|
|
22642
22642
|
});
|
|
22643
22643
|
|
|
22644
|
-
//
|
|
22644
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/line-counter.js
|
|
22645
22645
|
var require_line_counter = __commonJS((exports2) => {
|
|
22646
22646
|
class LineCounter {
|
|
22647
22647
|
constructor() {
|
|
@@ -22669,7 +22669,7 @@ var require_line_counter = __commonJS((exports2) => {
|
|
|
22669
22669
|
exports2.LineCounter = LineCounter;
|
|
22670
22670
|
});
|
|
22671
22671
|
|
|
22672
|
-
//
|
|
22672
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/parser.js
|
|
22673
22673
|
var require_parser = __commonJS((exports2) => {
|
|
22674
22674
|
var node_process = __require("process");
|
|
22675
22675
|
var cst = require_cst();
|
|
@@ -23518,7 +23518,7 @@ var require_parser = __commonJS((exports2) => {
|
|
|
23518
23518
|
exports2.Parser = Parser;
|
|
23519
23519
|
});
|
|
23520
23520
|
|
|
23521
|
-
//
|
|
23521
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/public-api.js
|
|
23522
23522
|
var require_public_api = __commonJS((exports2) => {
|
|
23523
23523
|
var composer = require_composer2();
|
|
23524
23524
|
var Document = require_Document();
|
|
@@ -23612,7 +23612,7 @@ var require_public_api = __commonJS((exports2) => {
|
|
|
23612
23612
|
exports2.stringify = stringify;
|
|
23613
23613
|
});
|
|
23614
23614
|
|
|
23615
|
-
//
|
|
23615
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/index.js
|
|
23616
23616
|
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;
|
|
23617
23617
|
var init_dist = __esm(() => {
|
|
23618
23618
|
composer = require_composer2();
|
|
@@ -24092,7 +24092,8 @@ var init_schema = __esm(() => {
|
|
|
24092
24092
|
autoUnlock: exports_external.boolean().default(false).describe("Auto-unlock the vault at broker start using a machine-bound " + "encrypted blob. Off by default. When enabled, the broker reads " + "the configured blob path, derives the AES key from /etc/machine-id, " + "decrypts the passphrase, and unlocks the vault \u2014 no sudo, no " + "systemd-creds, no TPM. Run `switchroom vault broker " + "enable-auto-unlock` once to write the blob."),
|
|
24093
24093
|
autoUnlockCredentialPath: exports_external.string().default("~/.switchroom/vault-auto-unlock").describe("Path to the machine-bound auto-unlock blob (see " + "src/vault/auto-unlock.ts for the format). Default lives under " + "~/.switchroom so it can be bind-mounted into the vault-broker " + "container by docker compose. Tilde-expansion happens " + "at read time."),
|
|
24094
24094
|
approvalAuth: exports_external.enum(["passphrase", "telegram-id"]).default("passphrase").describe("Posture for tap-to-Approve on vault grant cards. `passphrase` " + "(default) prompts the operator to type the vault passphrase on " + "every Approve \u2014 two-factor (Telegram ID + passphrase). " + "`telegram-id` mints immediately on Approve with no passphrase " + "prompt \u2014 single-factor (Telegram ID only); REQUIRES " + "`autoUnlock: true` so the broker already holds the passphrase. " + "Trades a factor of security for smoother UX; opt-in only."),
|
|
24095
|
-
postureMintAgents: exports_external.array(exports_external.string().min(1)).default([]).describe("Per-agent opt-in for posture-attested broker calls (`mint_grant` / " + "`list_grants` / `put` with `attest_via_posture: true`). Only agents " + "whose names are in this list can use the silent-mint path under " + "`approvalAuth: telegram-id`. Default `[]` \u2014 no agent can self-mint " + "until the operator explicitly opts it in. The request's `agent` " + "field must also equal the calling peer's resolved agent name " + "(broker rejects cross-agent posture mints). When `approvalAuth` is " + "`passphrase` this list is ignored \u2014 passphrase attestation still " + "works as before. Each entry is an agent slug exactly as it appears " + "under `agents:` in this config.")
|
|
24095
|
+
postureMintAgents: exports_external.array(exports_external.string().min(1)).default([]).describe("Per-agent opt-in for posture-attested broker calls (`mint_grant` / " + "`list_grants` / `put` with `attest_via_posture: true`). Only agents " + "whose names are in this list can use the silent-mint path under " + "`approvalAuth: telegram-id`. Default `[]` \u2014 no agent can self-mint " + "until the operator explicitly opts it in. The request's `agent` " + "field must also equal the calling peer's resolved agent name " + "(broker rejects cross-agent posture mints). When `approvalAuth` is " + "`passphrase` this list is ignored \u2014 passphrase attestation still " + "works as before. Each entry is an agent slug exactly as it appears " + "under `agents:` in this config."),
|
|
24096
|
+
adminOnlyKeys: exports_external.array(exports_external.string().min(1)).default([]).describe("Vault keys held to a higher approval bar: only the admin operator " + "(`access.allowFrom[0]`) may approve a grant for them, and they can " + "NEVER be minted via posture attestation \u2014 granting one requires the " + "operator passphrase (so an agent, even one on `postureMintAgents`, " + "cannot self-grant it). Entries are exact key names or `*` globs, " + "e.g. `stripe/*`, `*/oauth-token`, `microsoft/ken-tokens` (`*` matches " + "any run of characters incl. `/`; case-sensitive). Default `[]` \u2014 no " + "key is admin-only. Posture may RETAIN an admin-only key across a " + "union re-mint but never ADD one. Takes effect on broker + gateway " + "restart (broker has no ACL hot-reload).")
|
|
24096
24097
|
}).default({}).superRefine((broker, ctx) => {
|
|
24097
24098
|
if (broker.approvalAuth === "telegram-id" && broker.autoUnlock !== true) {
|
|
24098
24099
|
ctx.addIssue({
|
|
@@ -25184,7 +25185,7 @@ var init_url_redact = __esm(() => {
|
|
|
25184
25185
|
URL_RE = /\b(?:https?|wss?|ftp):\/\/[^\s<>"']+/gi;
|
|
25185
25186
|
});
|
|
25186
25187
|
|
|
25187
|
-
//
|
|
25188
|
+
// ../node_modules/.bun/boundary@2.0.0/node_modules/boundary/lib/index.js
|
|
25188
25189
|
var require_lib = __commonJS((exports2) => {
|
|
25189
25190
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
25190
25191
|
exports2.binarySearch = exports2.upperBound = exports2.lowerBound = exports2.compare = undefined;
|
|
@@ -25231,7 +25232,7 @@ var require_lib = __commonJS((exports2) => {
|
|
|
25231
25232
|
exports2.binarySearch = binarySearch;
|
|
25232
25233
|
});
|
|
25233
25234
|
|
|
25234
|
-
//
|
|
25235
|
+
// ../node_modules/.bun/structured-source@4.0.0/node_modules/structured-source/lib/structured-source.js
|
|
25235
25236
|
var require_structured_source = __commonJS((exports2) => {
|
|
25236
25237
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
25237
25238
|
exports2.StructuredSource = undefined;
|
|
@@ -25286,13 +25287,13 @@ var require_structured_source = __commonJS((exports2) => {
|
|
|
25286
25287
|
}
|
|
25287
25288
|
exports2.StructuredSource = StructuredSource;
|
|
25288
25289
|
});
|
|
25289
|
-
//
|
|
25290
|
+
// ../node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/SecretLintSourceCodeImpl.js
|
|
25290
25291
|
var import_structured_source;
|
|
25291
25292
|
var init_SecretLintSourceCodeImpl = __esm(() => {
|
|
25292
25293
|
import_structured_source = __toESM(require_structured_source(), 1);
|
|
25293
25294
|
});
|
|
25294
25295
|
|
|
25295
|
-
//
|
|
25296
|
+
// ../node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/helper/promise-event-emitter.js
|
|
25296
25297
|
class EventEmitter {
|
|
25297
25298
|
#listeners = new Map;
|
|
25298
25299
|
on(type, listener) {
|
|
@@ -25331,9 +25332,9 @@ class EventEmitter {
|
|
|
25331
25332
|
return Array.from(this.#listeners.get(type) ?? []);
|
|
25332
25333
|
}
|
|
25333
25334
|
}
|
|
25334
|
-
//
|
|
25335
|
+
// ../node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RuleContext.js
|
|
25335
25336
|
var init_RuleContext = () => {};
|
|
25336
|
-
//
|
|
25337
|
+
// ../node_modules/.bun/@secretlint+profiler@12.2.0/node_modules/@secretlint/profiler/module/index.js
|
|
25337
25338
|
class SecretLintProfiler {
|
|
25338
25339
|
perf;
|
|
25339
25340
|
entries = [];
|
|
@@ -25390,7 +25391,7 @@ class SecretLintProfiler {
|
|
|
25390
25391
|
}
|
|
25391
25392
|
}
|
|
25392
25393
|
|
|
25393
|
-
//
|
|
25394
|
+
// ../node_modules/.bun/@secretlint+profiler@12.2.0/node_modules/@secretlint/profiler/module/node.js
|
|
25394
25395
|
import perf_hooks from "node:perf_hooks";
|
|
25395
25396
|
|
|
25396
25397
|
class NullPerformanceObserver {
|
|
@@ -25405,19 +25406,19 @@ var init_node = __esm(() => {
|
|
|
25405
25406
|
});
|
|
25406
25407
|
});
|
|
25407
25408
|
|
|
25408
|
-
//
|
|
25409
|
+
// ../node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RunningEvents.js
|
|
25409
25410
|
var init_RunningEvents = __esm(() => {
|
|
25410
25411
|
init_node();
|
|
25411
25412
|
});
|
|
25412
25413
|
|
|
25413
|
-
//
|
|
25414
|
+
// ../node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RulePresetContext.js
|
|
25414
25415
|
var init_RulePresetContext = __esm(() => {
|
|
25415
25416
|
init_RuleContext();
|
|
25416
25417
|
});
|
|
25417
|
-
//
|
|
25418
|
+
// ../node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/messages/index.js
|
|
25418
25419
|
var init_messages = () => {};
|
|
25419
25420
|
|
|
25420
|
-
//
|
|
25421
|
+
// ../node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/index.js
|
|
25421
25422
|
var import_debug, debug;
|
|
25422
25423
|
var init_module = __esm(() => {
|
|
25423
25424
|
init_SecretLintSourceCodeImpl();
|
|
@@ -25430,7 +25431,7 @@ var init_module = __esm(() => {
|
|
|
25430
25431
|
debug = import_debug.default("@secretlint/core");
|
|
25431
25432
|
});
|
|
25432
25433
|
|
|
25433
|
-
//
|
|
25434
|
+
// ../node_modules/.bun/@secretlint+secretlint-rule-preset-recommend@12.2.0/node_modules/@secretlint/secretlint-rule-preset-recommend/module/index.js
|
|
25434
25435
|
function requireLodash_uniq() {
|
|
25435
25436
|
if (hasRequiredLodash_uniq)
|
|
25436
25437
|
return lodash_uniq;
|
|
@@ -27733,7 +27734,8 @@ var init_protocol2 = __esm(() => {
|
|
|
27733
27734
|
description: exports_external.string().optional(),
|
|
27734
27735
|
write_keys: exports_external.array(exports_external.string().min(1)).optional(),
|
|
27735
27736
|
passphrase: exports_external.string().optional(),
|
|
27736
|
-
attest_via_posture: exports_external.boolean().optional()
|
|
27737
|
+
attest_via_posture: exports_external.boolean().optional(),
|
|
27738
|
+
decision_id: exports_external.string().optional()
|
|
27737
27739
|
});
|
|
27738
27740
|
ListGrantsRequestSchema = exports_external.object({
|
|
27739
27741
|
v: exports_external.literal(1),
|
|
@@ -34128,7 +34130,7 @@ function clear(key) {
|
|
|
34128
34130
|
state.delete(key);
|
|
34129
34131
|
}
|
|
34130
34132
|
|
|
34131
|
-
//
|
|
34133
|
+
// ../node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/module.node.mjs
|
|
34132
34134
|
import { dirname as dirname2, posix, sep as sep2 } from "path";
|
|
34133
34135
|
function createModulerModifier() {
|
|
34134
34136
|
const getModuleFromFileName = createGetModuleFromFilename();
|
|
@@ -34164,7 +34166,7 @@ function normalizeWindowsPath(path) {
|
|
|
34164
34166
|
return path.replace(/^[A-Z]:/, "").replace(/\\/g, "/");
|
|
34165
34167
|
}
|
|
34166
34168
|
|
|
34167
|
-
//
|
|
34169
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/featureFlagUtils.mjs
|
|
34168
34170
|
var normalizeFlagsResponse = (flagsResponse) => {
|
|
34169
34171
|
if ("flags" in flagsResponse) {
|
|
34170
34172
|
const featureFlags = getFlagValuesFromFlags(flagsResponse.flags);
|
|
@@ -34235,7 +34237,7 @@ var parsePayload = (response) => {
|
|
|
34235
34237
|
}
|
|
34236
34238
|
};
|
|
34237
34239
|
|
|
34238
|
-
//
|
|
34240
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/gzip.mjs
|
|
34239
34241
|
function isGzipSupported() {
|
|
34240
34242
|
return "CompressionStream" in globalThis;
|
|
34241
34243
|
}
|
|
@@ -34255,7 +34257,7 @@ async function gzipCompress(input, isDebug = true) {
|
|
|
34255
34257
|
}
|
|
34256
34258
|
}
|
|
34257
34259
|
|
|
34258
|
-
//
|
|
34260
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/vendor/uuidv7.mjs
|
|
34259
34261
|
/*! For license information please see uuidv7.mjs.LICENSE.txt */
|
|
34260
34262
|
var DIGITS = "0123456789abcdef";
|
|
34261
34263
|
|
|
@@ -34433,7 +34435,7 @@ var defaultGenerator;
|
|
|
34433
34435
|
var uuidv7 = () => uuidv7obj().toString();
|
|
34434
34436
|
var uuidv7obj = () => (defaultGenerator || (defaultGenerator = new V7Generator)).generate();
|
|
34435
34437
|
|
|
34436
|
-
//
|
|
34438
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/types.mjs
|
|
34437
34439
|
var types_PostHogPersistedProperty = /* @__PURE__ */ function(PostHogPersistedProperty) {
|
|
34438
34440
|
PostHogPersistedProperty["AnonymousId"] = "anonymous_id";
|
|
34439
34441
|
PostHogPersistedProperty["DistinctId"] = "distinct_id";
|
|
@@ -34466,7 +34468,7 @@ var types_PostHogPersistedProperty = /* @__PURE__ */ function(PostHogPersistedPr
|
|
|
34466
34468
|
return PostHogPersistedProperty;
|
|
34467
34469
|
}({});
|
|
34468
34470
|
|
|
34469
|
-
//
|
|
34471
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/bot-detection.mjs
|
|
34470
34472
|
var DEFAULT_BLOCKED_UA_STRS = [
|
|
34471
34473
|
"amazonbot",
|
|
34472
34474
|
"amazonproductbot",
|
|
@@ -34555,7 +34557,7 @@ var isBlockedUA = function(ua, customBlockedUserAgents = []) {
|
|
|
34555
34557
|
return uaLower.indexOf(blockedUaLower) !== -1;
|
|
34556
34558
|
});
|
|
34557
34559
|
};
|
|
34558
|
-
//
|
|
34560
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/type-utils.mjs
|
|
34559
34561
|
var nativeIsArray = Array.isArray;
|
|
34560
34562
|
var ObjProto = Object.prototype;
|
|
34561
34563
|
var type_utils_hasOwnProperty = ObjProto.hasOwnProperty;
|
|
@@ -34592,7 +34594,7 @@ function isInstanceOf(candidate, base) {
|
|
|
34592
34594
|
}
|
|
34593
34595
|
}
|
|
34594
34596
|
|
|
34595
|
-
//
|
|
34597
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/number-utils.mjs
|
|
34596
34598
|
function clampToRange(value, min, max, logger, fallbackValue) {
|
|
34597
34599
|
if (min > max) {
|
|
34598
34600
|
logger.warn("min cannot be greater than max.");
|
|
@@ -34612,7 +34614,7 @@ function clampToRange(value, min, max, logger, fallbackValue) {
|
|
|
34612
34614
|
return clampToRange(fallbackValue || max, min, max, logger);
|
|
34613
34615
|
}
|
|
34614
34616
|
|
|
34615
|
-
//
|
|
34617
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/bucketed-rate-limiter.mjs
|
|
34616
34618
|
var ONE_DAY_IN_MS = 86400000;
|
|
34617
34619
|
|
|
34618
34620
|
class BucketedRateLimiter {
|
|
@@ -34656,7 +34658,7 @@ class BucketedRateLimiter {
|
|
|
34656
34658
|
this._buckets = {};
|
|
34657
34659
|
}
|
|
34658
34660
|
}
|
|
34659
|
-
//
|
|
34661
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/promise-queue.mjs
|
|
34660
34662
|
class PromiseQueue {
|
|
34661
34663
|
add(promise) {
|
|
34662
34664
|
const promiseUUID = uuidv7();
|
|
@@ -34682,7 +34684,7 @@ class PromiseQueue {
|
|
|
34682
34684
|
this.promiseByIds = {};
|
|
34683
34685
|
}
|
|
34684
34686
|
}
|
|
34685
|
-
//
|
|
34687
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/logger.mjs
|
|
34686
34688
|
function createConsole(consoleLike = console) {
|
|
34687
34689
|
const lockedMethods = {
|
|
34688
34690
|
log: consoleLike.log.bind(consoleLike),
|
|
@@ -34720,7 +34722,7 @@ var passThrough = (fn) => fn();
|
|
|
34720
34722
|
function createLogger(prefix, maybeCall = passThrough) {
|
|
34721
34723
|
return _createLogger(prefix, maybeCall, createConsole());
|
|
34722
34724
|
}
|
|
34723
|
-
//
|
|
34725
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/user-agent-utils.mjs
|
|
34724
34726
|
var MOBILE = "Mobile";
|
|
34725
34727
|
var IOS = "iOS";
|
|
34726
34728
|
var ANDROID = "Android";
|
|
@@ -34977,7 +34979,7 @@ var osMatchers = [
|
|
|
34977
34979
|
]
|
|
34978
34980
|
];
|
|
34979
34981
|
|
|
34980
|
-
//
|
|
34982
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/index.mjs
|
|
34981
34983
|
var STRING_FORMAT = "utf8";
|
|
34982
34984
|
function assert(truthyValue, message) {
|
|
34983
34985
|
if (!truthyValue || typeof truthyValue != "string" || isEmpty(truthyValue))
|
|
@@ -35025,7 +35027,7 @@ function allSettled(promises) {
|
|
|
35025
35027
|
reason
|
|
35026
35028
|
}))));
|
|
35027
35029
|
}
|
|
35028
|
-
//
|
|
35030
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/eventemitter.mjs
|
|
35029
35031
|
class SimpleEventEmitter {
|
|
35030
35032
|
constructor() {
|
|
35031
35033
|
this.events = {};
|
|
@@ -35047,7 +35049,7 @@ class SimpleEventEmitter {
|
|
|
35047
35049
|
}
|
|
35048
35050
|
}
|
|
35049
35051
|
|
|
35050
|
-
//
|
|
35052
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/posthog-core-stateless.mjs
|
|
35051
35053
|
class PostHogFetchHttpError extends Error {
|
|
35052
35054
|
constructor(response, reqByteLength) {
|
|
35053
35055
|
super("HTTP error while fetching PostHog: status=" + response.status + ", reqByteLength=" + reqByteLength), this.response = response, this.reqByteLength = reqByteLength, this.name = "PostHogFetchHttpError";
|
|
@@ -35762,7 +35764,7 @@ class PostHogCoreStateless {
|
|
|
35762
35764
|
return this.shutdownPromise;
|
|
35763
35765
|
}
|
|
35764
35766
|
}
|
|
35765
|
-
//
|
|
35767
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/index.mjs
|
|
35766
35768
|
var exports_error_tracking = {};
|
|
35767
35769
|
__export(exports_error_tracking, {
|
|
35768
35770
|
winjsStackLineParser: () => winjsStackLineParser,
|
|
@@ -35786,7 +35788,7 @@ __export(exports_error_tracking, {
|
|
|
35786
35788
|
DOMExceptionCoercer: () => DOMExceptionCoercer
|
|
35787
35789
|
});
|
|
35788
35790
|
|
|
35789
|
-
//
|
|
35791
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/chunk-ids.mjs
|
|
35790
35792
|
var parsedStackResults;
|
|
35791
35793
|
var lastKeysCount;
|
|
35792
35794
|
var cachedFilenameChunkIds;
|
|
@@ -35825,7 +35827,7 @@ function getFilenameToChunkIdMap(stackParser) {
|
|
|
35825
35827
|
return cachedFilenameChunkIds;
|
|
35826
35828
|
}
|
|
35827
35829
|
|
|
35828
|
-
//
|
|
35830
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/error-properties-builder.mjs
|
|
35829
35831
|
var MAX_CAUSE_RECURSION = 4;
|
|
35830
35832
|
|
|
35831
35833
|
class ErrorPropertiesBuilder {
|
|
@@ -35947,7 +35949,7 @@ class ErrorPropertiesBuilder {
|
|
|
35947
35949
|
return context;
|
|
35948
35950
|
}
|
|
35949
35951
|
}
|
|
35950
|
-
//
|
|
35952
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/base.mjs
|
|
35951
35953
|
var UNKNOWN_FUNCTION = "?";
|
|
35952
35954
|
function createFrame(platform, filename, func, lineno, colno) {
|
|
35953
35955
|
const frame = {
|
|
@@ -35963,7 +35965,7 @@ function createFrame(platform, filename, func, lineno, colno) {
|
|
|
35963
35965
|
return frame;
|
|
35964
35966
|
}
|
|
35965
35967
|
|
|
35966
|
-
//
|
|
35968
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/safari.mjs
|
|
35967
35969
|
var extractSafariExtensionDetails = (func, filename) => {
|
|
35968
35970
|
const isSafariExtension = func.indexOf("safari-extension") !== -1;
|
|
35969
35971
|
const isSafariWebExtension = func.indexOf("safari-web-extension") !== -1;
|
|
@@ -35976,7 +35978,7 @@ var extractSafariExtensionDetails = (func, filename) => {
|
|
|
35976
35978
|
];
|
|
35977
35979
|
};
|
|
35978
35980
|
|
|
35979
|
-
//
|
|
35981
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/chrome.mjs
|
|
35980
35982
|
var chromeRegexNoFnName = /^\s*at (\S+?)(?::(\d+))(?::(\d+))\s*$/i;
|
|
35981
35983
|
var chromeRegex = /^\s*at (?:(.+?\)(?: \[.+\])?|.*?) ?\((?:address at )?)?(?:async )?((?:<anonymous>|[-a-z]+:|.*bundle|\/)?.*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i;
|
|
35982
35984
|
var chromeEvalRegex = /\((\S*)(?::(\d+))(?::(\d+))\)/;
|
|
@@ -36002,7 +36004,7 @@ var chromeStackLineParser = (line, platform) => {
|
|
|
36002
36004
|
}
|
|
36003
36005
|
};
|
|
36004
36006
|
|
|
36005
|
-
//
|
|
36007
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/gecko.mjs
|
|
36006
36008
|
var geckoREgex = /^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:[-a-z]+)?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i;
|
|
36007
36009
|
var geckoEvalRegex = /(\S+) line (\d+)(?: > eval line \d+)* > eval/i;
|
|
36008
36010
|
var geckoStackLineParser = (line, platform) => {
|
|
@@ -36025,14 +36027,14 @@ var geckoStackLineParser = (line, platform) => {
|
|
|
36025
36027
|
}
|
|
36026
36028
|
};
|
|
36027
36029
|
|
|
36028
|
-
//
|
|
36030
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/winjs.mjs
|
|
36029
36031
|
var winjsRegex = /^\s*at (?:((?:\[object object\])?.+) )?\(?((?:[-a-z]+):.*?):(\d+)(?::(\d+))?\)?\s*$/i;
|
|
36030
36032
|
var winjsStackLineParser = (line, platform) => {
|
|
36031
36033
|
const parts = winjsRegex.exec(line);
|
|
36032
36034
|
return parts ? createFrame(platform, parts[2], parts[1] || UNKNOWN_FUNCTION, +parts[3], parts[4] ? +parts[4] : undefined) : undefined;
|
|
36033
36035
|
};
|
|
36034
36036
|
|
|
36035
|
-
//
|
|
36037
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/opera.mjs
|
|
36036
36038
|
var opera10Regex = / line (\d+).*script (?:in )?(\S+)(?:: in function (\S+))?$/i;
|
|
36037
36039
|
var opera10StackLineParser = (line, platform) => {
|
|
36038
36040
|
const parts = opera10Regex.exec(line);
|
|
@@ -36044,7 +36046,7 @@ var opera11StackLineParser = (line, platform) => {
|
|
|
36044
36046
|
return parts ? createFrame(platform, parts[5], parts[3] || parts[4] || UNKNOWN_FUNCTION, +parts[1], +parts[2]) : undefined;
|
|
36045
36047
|
};
|
|
36046
36048
|
|
|
36047
|
-
//
|
|
36049
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/node.mjs
|
|
36048
36050
|
var FILENAME_MATCH = /^\s*[-]{4,}$/;
|
|
36049
36051
|
var FULL_MATCH = /at (?:async )?(?:(.+?)\s+\()?(?:(.+):(\d+):(\d+)?|([^)]+))\)?/;
|
|
36050
36052
|
var nodeStackLineParser = (line, platform) => {
|
|
@@ -36113,7 +36115,7 @@ function _parseIntOrUndefined(input) {
|
|
|
36113
36115
|
return parseInt(input || "", 10) || undefined;
|
|
36114
36116
|
}
|
|
36115
36117
|
|
|
36116
|
-
//
|
|
36118
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/index.mjs
|
|
36117
36119
|
var WEBPACK_ERROR_REGEXP = /\(error: (.*)\)/;
|
|
36118
36120
|
var STACKTRACE_FRAME_LIMIT = 50;
|
|
36119
36121
|
function reverseAndStripFrames(stack) {
|
|
@@ -36158,7 +36160,7 @@ function createStackParser(platform, ...parsers) {
|
|
|
36158
36160
|
return reverseAndStripFrames(frames);
|
|
36159
36161
|
};
|
|
36160
36162
|
}
|
|
36161
|
-
//
|
|
36163
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/dom-exception-coercer.mjs
|
|
36162
36164
|
class DOMExceptionCoercer {
|
|
36163
36165
|
match(err) {
|
|
36164
36166
|
return this.isDOMException(err) || this.isDOMError(err);
|
|
@@ -36188,7 +36190,7 @@ class DOMExceptionCoercer {
|
|
|
36188
36190
|
return isBuiltin(err, "DOMError");
|
|
36189
36191
|
}
|
|
36190
36192
|
}
|
|
36191
|
-
//
|
|
36193
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/error-coercer.mjs
|
|
36192
36194
|
class ErrorCoercer {
|
|
36193
36195
|
match(err) {
|
|
36194
36196
|
return isPlainError(err);
|
|
@@ -36215,7 +36217,7 @@ class ErrorCoercer {
|
|
|
36215
36217
|
return err.stacktrace || err.stack || undefined;
|
|
36216
36218
|
}
|
|
36217
36219
|
}
|
|
36218
|
-
//
|
|
36220
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/error-event-coercer.mjs
|
|
36219
36221
|
class ErrorEventCoercer {
|
|
36220
36222
|
constructor() {}
|
|
36221
36223
|
match(err) {
|
|
@@ -36233,7 +36235,7 @@ class ErrorEventCoercer {
|
|
|
36233
36235
|
return exceptionLike;
|
|
36234
36236
|
}
|
|
36235
36237
|
}
|
|
36236
|
-
//
|
|
36238
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/string-coercer.mjs
|
|
36237
36239
|
var ERROR_TYPES_PATTERN = /^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i;
|
|
36238
36240
|
|
|
36239
36241
|
class StringCoercer {
|
|
@@ -36263,7 +36265,7 @@ class StringCoercer {
|
|
|
36263
36265
|
];
|
|
36264
36266
|
}
|
|
36265
36267
|
}
|
|
36266
|
-
//
|
|
36268
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/types.mjs
|
|
36267
36269
|
var severityLevels = [
|
|
36268
36270
|
"fatal",
|
|
36269
36271
|
"error",
|
|
@@ -36273,7 +36275,7 @@ var severityLevels = [
|
|
|
36273
36275
|
"debug"
|
|
36274
36276
|
];
|
|
36275
36277
|
|
|
36276
|
-
//
|
|
36278
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/utils.mjs
|
|
36277
36279
|
function extractExceptionKeysForMessage(err, maxLength = 40) {
|
|
36278
36280
|
const keys = Object.keys(err);
|
|
36279
36281
|
keys.sort();
|
|
@@ -36290,7 +36292,7 @@ function extractExceptionKeysForMessage(err, maxLength = 40) {
|
|
|
36290
36292
|
return "";
|
|
36291
36293
|
}
|
|
36292
36294
|
|
|
36293
|
-
//
|
|
36295
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/object-coercer.mjs
|
|
36294
36296
|
class ObjectCoercer {
|
|
36295
36297
|
match(candidate) {
|
|
36296
36298
|
return typeof candidate == "object" && candidate !== null;
|
|
@@ -36343,7 +36345,7 @@ class ObjectCoercer {
|
|
|
36343
36345
|
}
|
|
36344
36346
|
}
|
|
36345
36347
|
}
|
|
36346
|
-
//
|
|
36348
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/event-coercer.mjs
|
|
36347
36349
|
class EventCoercer {
|
|
36348
36350
|
match(err) {
|
|
36349
36351
|
return isEvent(err);
|
|
@@ -36358,7 +36360,7 @@ class EventCoercer {
|
|
|
36358
36360
|
};
|
|
36359
36361
|
}
|
|
36360
36362
|
}
|
|
36361
|
-
//
|
|
36363
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/primitive-coercer.mjs
|
|
36362
36364
|
class PrimitiveCoercer {
|
|
36363
36365
|
match(candidate) {
|
|
36364
36366
|
return isPrimitive(candidate);
|
|
@@ -36372,7 +36374,7 @@ class PrimitiveCoercer {
|
|
|
36372
36374
|
};
|
|
36373
36375
|
}
|
|
36374
36376
|
}
|
|
36375
|
-
//
|
|
36377
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/promise-rejection-event.mjs
|
|
36376
36378
|
class PromiseRejectionEventCoercer {
|
|
36377
36379
|
match(err) {
|
|
36378
36380
|
return isBuiltin(err, "PromiseRejectionEvent") || this.isCustomEventWrappingRejection(err);
|
|
@@ -36408,7 +36410,7 @@ class PromiseRejectionEventCoercer {
|
|
|
36408
36410
|
return error;
|
|
36409
36411
|
}
|
|
36410
36412
|
}
|
|
36411
|
-
//
|
|
36413
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/utils.mjs
|
|
36412
36414
|
class ReduceableCache {
|
|
36413
36415
|
constructor(_maxSize) {
|
|
36414
36416
|
this._maxSize = _maxSize;
|
|
@@ -36433,7 +36435,7 @@ class ReduceableCache {
|
|
|
36433
36435
|
}
|
|
36434
36436
|
}
|
|
36435
36437
|
}
|
|
36436
|
-
//
|
|
36438
|
+
// ../node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/context-lines.node.mjs
|
|
36437
36439
|
import { createReadStream } from "node:fs";
|
|
36438
36440
|
import { createInterface } from "node:readline";
|
|
36439
36441
|
var LRU_FILE_CONTENTS_CACHE = new exports_error_tracking.ReduceableCache(25);
|
|
@@ -36651,7 +36653,7 @@ function snipLine(line, colno) {
|
|
|
36651
36653
|
return newLine;
|
|
36652
36654
|
}
|
|
36653
36655
|
|
|
36654
|
-
//
|
|
36656
|
+
// ../node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/autocapture.mjs
|
|
36655
36657
|
function makeUncaughtExceptionHandler(captureFn, onFatalFn) {
|
|
36656
36658
|
let calledFatalError = false;
|
|
36657
36659
|
return Object.assign((error) => {
|
|
@@ -36683,7 +36685,7 @@ function addUnhandledRejectionListener(captureFn) {
|
|
|
36683
36685
|
}));
|
|
36684
36686
|
}
|
|
36685
36687
|
|
|
36686
|
-
//
|
|
36688
|
+
// ../node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/index.mjs
|
|
36687
36689
|
var SHUTDOWN_TIMEOUT = 2000;
|
|
36688
36690
|
|
|
36689
36691
|
class ErrorTracking {
|
|
@@ -36752,10 +36754,10 @@ class ErrorTracking {
|
|
|
36752
36754
|
}
|
|
36753
36755
|
}
|
|
36754
36756
|
|
|
36755
|
-
//
|
|
36757
|
+
// ../node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/version.mjs
|
|
36756
36758
|
var version = "5.29.2";
|
|
36757
36759
|
|
|
36758
|
-
//
|
|
36760
|
+
// ../node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/types.mjs
|
|
36759
36761
|
var FeatureFlagError2 = {
|
|
36760
36762
|
ERRORS_WHILE_COMPUTING: "errors_while_computing_flags",
|
|
36761
36763
|
FLAG_MISSING: "flag_missing",
|
|
@@ -36763,7 +36765,7 @@ var FeatureFlagError2 = {
|
|
|
36763
36765
|
UNKNOWN_ERROR: "unknown_error"
|
|
36764
36766
|
};
|
|
36765
36767
|
|
|
36766
|
-
//
|
|
36768
|
+
// ../node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/feature-flags/crypto.mjs
|
|
36767
36769
|
async function hashSHA1(text) {
|
|
36768
36770
|
const subtle = globalThis.crypto?.subtle;
|
|
36769
36771
|
if (!subtle)
|
|
@@ -36773,7 +36775,7 @@ async function hashSHA1(text) {
|
|
|
36773
36775
|
return hashArray.map((byte) => byte.toString(16).padStart(2, "0")).join("");
|
|
36774
36776
|
}
|
|
36775
36777
|
|
|
36776
|
-
//
|
|
36778
|
+
// ../node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/feature-flags/feature-flags.mjs
|
|
36777
36779
|
var SIXTY_SECONDS = 60000;
|
|
36778
36780
|
var LONG_SCALE = 1152921504606847000;
|
|
36779
36781
|
var NULL_VALUES_ALLOWED_OPERATORS = [
|
|
@@ -37647,7 +37649,7 @@ function relativeDateParseForFeatureFlagMatching(value) {
|
|
|
37647
37649
|
}
|
|
37648
37650
|
}
|
|
37649
37651
|
|
|
37650
|
-
//
|
|
37652
|
+
// ../node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/storage-memory.mjs
|
|
37651
37653
|
class PostHogMemoryStorage {
|
|
37652
37654
|
getProperty(key) {
|
|
37653
37655
|
return this._memoryStorage[key];
|
|
@@ -37660,7 +37662,7 @@ class PostHogMemoryStorage {
|
|
|
37660
37662
|
}
|
|
37661
37663
|
}
|
|
37662
37664
|
|
|
37663
|
-
//
|
|
37665
|
+
// ../node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/client.mjs
|
|
37664
37666
|
var MINIMUM_POLLING_INTERVAL = 100;
|
|
37665
37667
|
var THIRTY_SECONDS = 30000;
|
|
37666
37668
|
var MAX_CACHE_SIZE = 50000;
|
|
@@ -38448,7 +38450,7 @@ class PostHogBackendClient extends PostHogCoreStateless {
|
|
|
38448
38450
|
}
|
|
38449
38451
|
}
|
|
38450
38452
|
|
|
38451
|
-
//
|
|
38453
|
+
// ../node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/context/context.mjs
|
|
38452
38454
|
import { AsyncLocalStorage as AsyncLocalStorage2 } from "node:async_hooks";
|
|
38453
38455
|
|
|
38454
38456
|
class PostHogContext {
|
|
@@ -38479,7 +38481,7 @@ class PostHogContext {
|
|
|
38479
38481
|
}
|
|
38480
38482
|
}
|
|
38481
38483
|
|
|
38482
|
-
//
|
|
38484
|
+
// ../node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/sentry-integration.mjs
|
|
38483
38485
|
var NAME = "posthog-node";
|
|
38484
38486
|
function createEventProcessor(_posthog, { organization, projectId, prefix, severityAllowList = [
|
|
38485
38487
|
"error"
|
|
@@ -38547,7 +38549,7 @@ class PostHogSentryIntegration {
|
|
|
38547
38549
|
};
|
|
38548
38550
|
}
|
|
38549
38551
|
}
|
|
38550
|
-
//
|
|
38552
|
+
// ../node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/entrypoints/index.node.mjs
|
|
38551
38553
|
ErrorTracking.errorPropertiesBuilder = new exports_error_tracking.ErrorPropertiesBuilder([
|
|
38552
38554
|
new exports_error_tracking.EventCoercer,
|
|
38553
38555
|
new exports_error_tracking.ErrorCoercer,
|
|
@@ -51780,10 +51782,10 @@ function sweepStaleTurnActiveMarker(stateDir, opts) {
|
|
|
51780
51782
|
}
|
|
51781
51783
|
|
|
51782
51784
|
// ../src/build-info.ts
|
|
51783
|
-
var VERSION = "0.14.
|
|
51784
|
-
var COMMIT_SHA = "
|
|
51785
|
-
var COMMIT_DATE = "2026-06-
|
|
51786
|
-
var LATEST_PR =
|
|
51785
|
+
var VERSION = "0.14.36";
|
|
51786
|
+
var COMMIT_SHA = "127b6f28";
|
|
51787
|
+
var COMMIT_DATE = "2026-06-01T23:38:45Z";
|
|
51788
|
+
var LATEST_PR = 2074;
|
|
51787
51789
|
var COMMITS_AHEAD_OF_TAG = 0;
|
|
51788
51790
|
|
|
51789
51791
|
// gateway/boot-version.ts
|
|
@@ -52082,6 +52084,21 @@ function resolveVaultApprovalPosture(broker) {
|
|
|
52082
52084
|
return { mode: "passphrase" };
|
|
52083
52085
|
}
|
|
52084
52086
|
|
|
52087
|
+
// ../src/vault/admin-only-keys.ts
|
|
52088
|
+
function globToRegExp(pattern) {
|
|
52089
|
+
const escaped = pattern.replace(/[.+?^${}()|[\]\\]/g, "\\$&").replace(/\*/g, ".*");
|
|
52090
|
+
return new RegExp(`^${escaped}$`);
|
|
52091
|
+
}
|
|
52092
|
+
function matchesAdminOnlyKey(key, patterns) {
|
|
52093
|
+
for (const p of patterns) {
|
|
52094
|
+
if (p === key)
|
|
52095
|
+
return true;
|
|
52096
|
+
if (p.includes("*") && globToRegExp(p).test(key))
|
|
52097
|
+
return true;
|
|
52098
|
+
}
|
|
52099
|
+
return false;
|
|
52100
|
+
}
|
|
52101
|
+
|
|
52085
52102
|
// registry/turns-schema.ts
|
|
52086
52103
|
import { chmodSync as chmodSync4, mkdirSync as mkdirSync22 } from "fs";
|
|
52087
52104
|
import { join as join33 } from "path";
|
|
@@ -53494,6 +53511,7 @@ function rememberAgentButtonMeta(chatId, messageId, meta) {
|
|
|
53494
53511
|
var vaultPassphraseCache = new Map;
|
|
53495
53512
|
var VAULT_PASSPHRASE_TTL_MS = 1800000;
|
|
53496
53513
|
var VAULT_APPROVAL_AUTH_MODE = "passphrase";
|
|
53514
|
+
var ADMIN_ONLY_KEYS = [];
|
|
53497
53515
|
function initVaultApprovalPosture() {
|
|
53498
53516
|
let cfg;
|
|
53499
53517
|
try {
|
|
@@ -53507,6 +53525,11 @@ function initVaultApprovalPosture() {
|
|
|
53507
53525
|
VAULT_APPROVAL_AUTH_MODE = resolved.mode;
|
|
53508
53526
|
if (resolved.mode === "telegram-id") {
|
|
53509
53527
|
process.stderr.write(`telegram gateway: vault approval posture = telegram-id ` + `(single-factor \u2014 broker mediates attestation via attest_via_posture)
|
|
53528
|
+
`);
|
|
53529
|
+
}
|
|
53530
|
+
ADMIN_ONLY_KEYS = cfg.vault?.broker?.adminOnlyKeys ?? [];
|
|
53531
|
+
if (ADMIN_ONLY_KEYS.length > 0) {
|
|
53532
|
+
process.stderr.write(`telegram gateway: ${ADMIN_ONLY_KEYS.length} admin-only vault key pattern(s) ` + `\u2014 grants approved by allowFrom[0] + operator passphrase only
|
|
53510
53533
|
`);
|
|
53511
53534
|
}
|
|
53512
53535
|
}
|
|
@@ -59723,7 +59746,14 @@ async function handleVaultRequestAccessCallback(ctx, data) {
|
|
|
59723
59746
|
return;
|
|
59724
59747
|
}
|
|
59725
59748
|
if (action === "approve") {
|
|
59726
|
-
|
|
59749
|
+
const isAdminOnly = matchesAdminOnlyKey(pending2.key, ADMIN_ONLY_KEYS);
|
|
59750
|
+
if (isAdminOnly && senderId !== access.allowFrom[0]) {
|
|
59751
|
+
await ctx.answerCallbackQuery({
|
|
59752
|
+
text: "\uD83D\uDD12 Admin-only credential \u2014 only the owner can approve this."
|
|
59753
|
+
}).catch(() => {});
|
|
59754
|
+
return;
|
|
59755
|
+
}
|
|
59756
|
+
if (!isAdminOnly && VAULT_APPROVAL_AUTH_MODE === "telegram-id") {
|
|
59727
59757
|
const username = ctx.from?.username ?? ctx.from?.first_name ?? `id=${senderId}`;
|
|
59728
59758
|
if (pending2.card_message_id != null) {
|
|
59729
59759
|
await ctx.api.editMessageText(pending2.chat_id, pending2.card_message_id, `\u2705 Approved by @${escapeHtmlForTg(username)} \u2014 minting\u2026`, { parse_mode: "HTML", reply_markup: { inline_keyboard: [] } }).catch(() => {});
|
|
@@ -59753,7 +59783,9 @@ async function handleVaultRequestAccessCallback(ctx, data) {
|
|
|
59753
59783
|
});
|
|
59754
59784
|
const joiningBatch = items.length > 1;
|
|
59755
59785
|
await ctx.answerCallbackQuery({ text: joiningBatch ? `\uD83D\uDD10 Queued \u2014 one passphrase covers ${items.length} cards` : "\uD83D\uDD10 Send your passphrase\u2026" }).catch(() => {});
|
|
59756
|
-
await ctx.api.editMessageText(pending2.chat_id, pending2.card_message_id, joiningBatch ? `\uD83D\uDD10 <b>Queued behind an earlier card.</b> Type your passphrase as your next message \u2014 it covers <b>${items.length}</b> pending approvals in this chat (one entry mints all grants, no re-type per card).` : `\uD83D\
|
|
59786
|
+
await ctx.api.editMessageText(pending2.chat_id, pending2.card_message_id, joiningBatch ? `\uD83D\uDD10 <b>Queued behind an earlier card.</b> Type your passphrase as your next message \u2014 it covers <b>${items.length}</b> pending approvals in this chat (one entry mints all grants, no re-type per card).` : isAdminOnly ? `\uD83D\uDD12 <b>Admin-only credential.</b> <code>${escapeHtmlForTg(pending2.key)}</code> requires your vault passphrase to grant \u2014 reply with it as your next message and we'll mint the grant for <b>${escapeHtmlForTg(pending2.agent)}</b>, then delete the passphrase message.
|
|
59787
|
+
|
|
59788
|
+
<i>The passphrase is what proves it's you: an agent can never mint this key on its own.</i>` : `\uD83D\uDD10 <b>Vault is locked.</b> Reply with your passphrase as your next message \u2014 we'll unlock, mint the grant for <b>${escapeHtmlForTg(pending2.agent)}</b>, and delete the passphrase message in one step.
|
|
59757
59789
|
|
|
59758
59790
|
<i>Mint authority stays operator-only: the broker only accepts the grant when the passphrase matches.</i>`, { parse_mode: "HTML", reply_markup: { inline_keyboard: [] } }).catch(() => {});
|
|
59759
59791
|
return;
|