flightdeck 0.2.26 → 0.2.28
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/chunk-Cl8Af3a2.js +11 -0
- package/dist/flightdeck.lib-CU2_aDNs.js +409 -0
- package/dist/flightdeck.lib-CU2_aDNs.js.map +1 -0
- package/dist/flightdeck.x.js +110 -114
- package/dist/flightdeck.x.js.map +1 -1
- package/dist/klaxon.lib-CNw2A3ce.js +41 -0
- package/dist/klaxon.lib-CNw2A3ce.js.map +1 -0
- package/dist/klaxon.x.js +44 -49
- package/dist/klaxon.x.js.map +1 -1
- package/dist/lib.d.ts +89 -90
- package/dist/lib.d.ts.map +1 -0
- package/dist/lib.js +4 -5
- package/package.json +9 -9
- package/dist/chunk-FIIAJE2K.js +0 -4780
- package/dist/chunk-FIIAJE2K.js.map +0 -1
- package/dist/chunk-PZ5AY32C.js +0 -9
- package/dist/chunk-PZ5AY32C.js.map +0 -1
- package/dist/chunk-ZID4FJKY.js +0 -51
- package/dist/chunk-ZID4FJKY.js.map +0 -1
- package/dist/lib.js.map +0 -1
package/dist/lib.d.ts
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
1
|
+
import { __export } from "./chunk-Cl8Af3a2.js";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
import { Server } from "node:http";
|
|
4
|
+
import { Future } from "atom.io/internal";
|
|
5
|
+
import { ChildSocket } from "atom.io/realtime-server";
|
|
6
|
+
import { CronJob } from "cron";
|
|
7
|
+
import { FilesystemStorage } from "safedeposit";
|
|
7
8
|
|
|
9
|
+
//#region gen/lnav-format-schema.gen.d.ts
|
|
8
10
|
declare const lnavFormatSchema: z.ZodObject<{
|
|
9
11
|
regex: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
10
12
|
pattern: z.ZodOptional<z.ZodString>;
|
|
@@ -34,25 +36,25 @@ declare const lnavFormatSchema: z.ZodObject<{
|
|
|
34
36
|
expr: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNever]>>, Record<string, string>, Record<string, string>>>;
|
|
35
37
|
size: z.ZodOptional<z.ZodNumber>;
|
|
36
38
|
}, "strict", z.ZodTypeAny, {
|
|
37
|
-
size?: number | undefined;
|
|
38
39
|
expr?: Record<string, string> | undefined;
|
|
39
|
-
}, {
|
|
40
40
|
size?: number | undefined;
|
|
41
|
+
}, {
|
|
41
42
|
expr?: Record<string, string> | undefined;
|
|
43
|
+
size?: number | undefined;
|
|
42
44
|
}>>;
|
|
43
45
|
command: z.ZodOptional<z.ZodString>;
|
|
44
46
|
}, "strict", z.ZodTypeAny, {
|
|
45
47
|
type?: string | undefined;
|
|
46
48
|
header?: {
|
|
47
|
-
size?: number | undefined;
|
|
48
49
|
expr?: Record<string, string> | undefined;
|
|
50
|
+
size?: number | undefined;
|
|
49
51
|
} | undefined;
|
|
50
52
|
command?: string | undefined;
|
|
51
53
|
}, {
|
|
52
54
|
type?: string | undefined;
|
|
53
55
|
header?: {
|
|
54
|
-
size?: number | undefined;
|
|
55
56
|
expr?: Record<string, string> | undefined;
|
|
57
|
+
size?: number | undefined;
|
|
56
58
|
} | undefined;
|
|
57
59
|
command?: string | undefined;
|
|
58
60
|
}>>;
|
|
@@ -337,30 +339,30 @@ declare const lnavFormatSchema: z.ZodObject<{
|
|
|
337
339
|
description: z.ZodOptional<z.ZodString>;
|
|
338
340
|
level: z.ZodOptional<z.ZodEnum<["trace", "debug5", "debug4", "debug3", "debug2", "debug", "info", "stats", "notice", "warning", "error", "critical", "fatal"]>>;
|
|
339
341
|
}, "strict", z.ZodTypeAny, {
|
|
340
|
-
|
|
341
|
-
level?: "error" | "info" | "warning" | "debug" | "trace" | "debug5" | "debug4" | "debug3" | "debug2" | "stats" | "notice" | "critical" | "fatal" | undefined;
|
|
342
|
+
level?: "info" | "trace" | "debug5" | "debug4" | "debug3" | "debug2" | "debug" | "stats" | "notice" | "warning" | "error" | "critical" | "fatal" | undefined;
|
|
342
343
|
pattern?: string | undefined;
|
|
344
|
+
description?: string | undefined;
|
|
343
345
|
paths?: {
|
|
344
346
|
glob?: string | undefined;
|
|
345
347
|
}[] | undefined;
|
|
346
348
|
}, {
|
|
347
|
-
|
|
348
|
-
level?: "error" | "info" | "warning" | "debug" | "trace" | "debug5" | "debug4" | "debug3" | "debug2" | "stats" | "notice" | "critical" | "fatal" | undefined;
|
|
349
|
+
level?: "info" | "trace" | "debug5" | "debug4" | "debug3" | "debug2" | "debug" | "stats" | "notice" | "warning" | "error" | "critical" | "fatal" | undefined;
|
|
349
350
|
pattern?: string | undefined;
|
|
351
|
+
description?: string | undefined;
|
|
350
352
|
paths?: {
|
|
351
353
|
glob?: string | undefined;
|
|
352
354
|
}[] | undefined;
|
|
353
355
|
}>, z.ZodNever]>>, Record<string, {
|
|
354
|
-
|
|
355
|
-
level?: "error" | "info" | "warning" | "debug" | "trace" | "debug5" | "debug4" | "debug3" | "debug2" | "stats" | "notice" | "critical" | "fatal" | undefined;
|
|
356
|
+
level?: "info" | "trace" | "debug5" | "debug4" | "debug3" | "debug2" | "debug" | "stats" | "notice" | "warning" | "error" | "critical" | "fatal" | undefined;
|
|
356
357
|
pattern?: string | undefined;
|
|
358
|
+
description?: string | undefined;
|
|
357
359
|
paths?: {
|
|
358
360
|
glob?: string | undefined;
|
|
359
361
|
}[] | undefined;
|
|
360
362
|
}>, Record<string, {
|
|
361
|
-
|
|
362
|
-
level?: "error" | "info" | "warning" | "debug" | "trace" | "debug5" | "debug4" | "debug3" | "debug2" | "stats" | "notice" | "critical" | "fatal" | undefined;
|
|
363
|
+
level?: "info" | "trace" | "debug5" | "debug4" | "debug3" | "debug2" | "debug" | "stats" | "notice" | "warning" | "error" | "critical" | "fatal" | undefined;
|
|
363
364
|
pattern?: string | undefined;
|
|
365
|
+
description?: string | undefined;
|
|
364
366
|
paths?: {
|
|
365
367
|
glob?: string | undefined;
|
|
366
368
|
}[] | undefined;
|
|
@@ -377,30 +379,30 @@ declare const lnavFormatSchema: z.ZodObject<{
|
|
|
377
379
|
description: z.ZodOptional<z.ZodString>;
|
|
378
380
|
level: z.ZodOptional<z.ZodEnum<["trace", "debug5", "debug4", "debug3", "debug2", "debug", "info", "stats", "notice", "warning", "error", "critical", "fatal"]>>;
|
|
379
381
|
}, "strict", z.ZodTypeAny, {
|
|
380
|
-
|
|
381
|
-
level?: "error" | "info" | "warning" | "debug" | "trace" | "debug5" | "debug4" | "debug3" | "debug2" | "stats" | "notice" | "critical" | "fatal" | undefined;
|
|
382
|
+
level?: "info" | "trace" | "debug5" | "debug4" | "debug3" | "debug2" | "debug" | "stats" | "notice" | "warning" | "error" | "critical" | "fatal" | undefined;
|
|
382
383
|
pattern?: string | undefined;
|
|
384
|
+
description?: string | undefined;
|
|
383
385
|
paths?: {
|
|
384
386
|
glob?: string | undefined;
|
|
385
387
|
}[] | undefined;
|
|
386
388
|
}, {
|
|
387
|
-
|
|
388
|
-
level?: "error" | "info" | "warning" | "debug" | "trace" | "debug5" | "debug4" | "debug3" | "debug2" | "stats" | "notice" | "critical" | "fatal" | undefined;
|
|
389
|
+
level?: "info" | "trace" | "debug5" | "debug4" | "debug3" | "debug2" | "debug" | "stats" | "notice" | "warning" | "error" | "critical" | "fatal" | undefined;
|
|
389
390
|
pattern?: string | undefined;
|
|
391
|
+
description?: string | undefined;
|
|
390
392
|
paths?: {
|
|
391
393
|
glob?: string | undefined;
|
|
392
394
|
}[] | undefined;
|
|
393
395
|
}>, z.ZodNever]>>, Record<string, {
|
|
394
|
-
|
|
395
|
-
level?: "error" | "info" | "warning" | "debug" | "trace" | "debug5" | "debug4" | "debug3" | "debug2" | "stats" | "notice" | "critical" | "fatal" | undefined;
|
|
396
|
+
level?: "info" | "trace" | "debug5" | "debug4" | "debug3" | "debug2" | "debug" | "stats" | "notice" | "warning" | "error" | "critical" | "fatal" | undefined;
|
|
396
397
|
pattern?: string | undefined;
|
|
398
|
+
description?: string | undefined;
|
|
397
399
|
paths?: {
|
|
398
400
|
glob?: string | undefined;
|
|
399
401
|
}[] | undefined;
|
|
400
402
|
}>, Record<string, {
|
|
401
|
-
|
|
402
|
-
level?: "error" | "info" | "warning" | "debug" | "trace" | "debug5" | "debug4" | "debug3" | "debug2" | "stats" | "notice" | "critical" | "fatal" | undefined;
|
|
403
|
+
level?: "info" | "trace" | "debug5" | "debug4" | "debug3" | "debug2" | "debug" | "stats" | "notice" | "warning" | "error" | "critical" | "fatal" | undefined;
|
|
403
404
|
pattern?: string | undefined;
|
|
405
|
+
description?: string | undefined;
|
|
404
406
|
paths?: {
|
|
405
407
|
glob?: string | undefined;
|
|
406
408
|
}[] | undefined;
|
|
@@ -431,12 +433,12 @@ declare const lnavFormatSchema: z.ZodObject<{
|
|
|
431
433
|
line: z.ZodOptional<z.ZodString>;
|
|
432
434
|
level: z.ZodOptional<z.ZodEnum<["trace", "debug5", "debug4", "debug3", "debug2", "debug", "info", "stats", "notice", "warning", "error", "critical", "fatal"]>>;
|
|
433
435
|
}, "strict", z.ZodTypeAny, {
|
|
436
|
+
level?: "info" | "trace" | "debug5" | "debug4" | "debug3" | "debug2" | "debug" | "stats" | "notice" | "warning" | "error" | "critical" | "fatal" | undefined;
|
|
434
437
|
description?: string | undefined;
|
|
435
|
-
level?: "error" | "info" | "warning" | "debug" | "trace" | "debug5" | "debug4" | "debug3" | "debug2" | "stats" | "notice" | "critical" | "fatal" | undefined;
|
|
436
438
|
line?: string | undefined;
|
|
437
439
|
}, {
|
|
440
|
+
level?: "info" | "trace" | "debug5" | "debug4" | "debug3" | "debug2" | "debug" | "stats" | "notice" | "warning" | "error" | "critical" | "fatal" | undefined;
|
|
438
441
|
description?: string | undefined;
|
|
439
|
-
level?: "error" | "info" | "warning" | "debug" | "trace" | "debug5" | "debug4" | "debug3" | "debug2" | "stats" | "notice" | "critical" | "fatal" | undefined;
|
|
440
442
|
line?: string | undefined;
|
|
441
443
|
}>, "many">>;
|
|
442
444
|
"line-format": z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
@@ -481,19 +483,19 @@ declare const lnavFormatSchema: z.ZodObject<{
|
|
|
481
483
|
glob: z.ZodOptional<z.ZodString>;
|
|
482
484
|
level: z.ZodOptional<z.ZodEnum<["trace", "debug5", "debug4", "debug3", "debug2", "debug", "info", "stats", "notice", "warning", "error", "critical", "fatal"]>>;
|
|
483
485
|
}, "strict", z.ZodTypeAny, {
|
|
484
|
-
level?: "
|
|
486
|
+
level?: "info" | "trace" | "debug5" | "debug4" | "debug3" | "debug2" | "debug" | "stats" | "notice" | "warning" | "error" | "critical" | "fatal" | undefined;
|
|
485
487
|
pattern?: string | undefined;
|
|
486
488
|
glob?: string | undefined;
|
|
487
489
|
}, {
|
|
488
|
-
level?: "
|
|
490
|
+
level?: "info" | "trace" | "debug5" | "debug4" | "debug3" | "debug2" | "debug" | "stats" | "notice" | "warning" | "error" | "critical" | "fatal" | undefined;
|
|
489
491
|
pattern?: string | undefined;
|
|
490
492
|
glob?: string | undefined;
|
|
491
493
|
}>, z.ZodNever]>>, Record<string, {
|
|
492
|
-
level?: "
|
|
494
|
+
level?: "info" | "trace" | "debug5" | "debug4" | "debug3" | "debug2" | "debug" | "stats" | "notice" | "warning" | "error" | "critical" | "fatal" | undefined;
|
|
493
495
|
pattern?: string | undefined;
|
|
494
496
|
glob?: string | undefined;
|
|
495
497
|
}>, Record<string, {
|
|
496
|
-
level?: "
|
|
498
|
+
level?: "info" | "trace" | "debug5" | "debug4" | "debug3" | "debug2" | "debug" | "stats" | "notice" | "warning" | "error" | "critical" | "fatal" | undefined;
|
|
497
499
|
pattern?: string | undefined;
|
|
498
500
|
glob?: string | undefined;
|
|
499
501
|
}>>>;
|
|
@@ -504,33 +506,34 @@ declare const lnavFormatSchema: z.ZodObject<{
|
|
|
504
506
|
underline: z.ZodOptional<z.ZodBoolean>;
|
|
505
507
|
blink: z.ZodOptional<z.ZodBoolean>;
|
|
506
508
|
}, "strict", z.ZodTypeAny, {
|
|
507
|
-
blink?: boolean | undefined;
|
|
508
509
|
pattern?: string | undefined;
|
|
509
510
|
color?: string | undefined;
|
|
510
511
|
"background-color"?: string | undefined;
|
|
511
512
|
underline?: boolean | undefined;
|
|
512
|
-
}, {
|
|
513
513
|
blink?: boolean | undefined;
|
|
514
|
+
}, {
|
|
514
515
|
pattern?: string | undefined;
|
|
515
516
|
color?: string | undefined;
|
|
516
517
|
"background-color"?: string | undefined;
|
|
517
518
|
underline?: boolean | undefined;
|
|
518
|
-
}>, z.ZodNever]>>, Record<string, {
|
|
519
519
|
blink?: boolean | undefined;
|
|
520
|
+
}>, z.ZodNever]>>, Record<string, {
|
|
520
521
|
pattern?: string | undefined;
|
|
521
522
|
color?: string | undefined;
|
|
522
523
|
"background-color"?: string | undefined;
|
|
523
524
|
underline?: boolean | undefined;
|
|
524
|
-
}>, Record<string, {
|
|
525
525
|
blink?: boolean | undefined;
|
|
526
|
+
}>, Record<string, {
|
|
526
527
|
pattern?: string | undefined;
|
|
527
528
|
color?: string | undefined;
|
|
528
529
|
"background-color"?: string | undefined;
|
|
529
530
|
underline?: boolean | undefined;
|
|
531
|
+
blink?: boolean | undefined;
|
|
530
532
|
}>>>;
|
|
531
533
|
"file-type": z.ZodOptional<z.ZodEnum<["text", "json", "csv"]>>;
|
|
532
534
|
"max-unrecognized-lines": z.ZodOptional<z.ZodNumber>;
|
|
533
535
|
}, "strict", z.ZodTypeAny, {
|
|
536
|
+
level?: Record<string, string | number> | undefined;
|
|
534
537
|
value?: Record<string, {
|
|
535
538
|
description?: string | undefined;
|
|
536
539
|
kind?: "string" | "boolean" | "integer" | "float" | "json" | "struct" | "quoted" | "xml" | undefined;
|
|
@@ -548,18 +551,11 @@ declare const lnavFormatSchema: z.ZodObject<{
|
|
|
548
551
|
"action-list"?: string[] | undefined;
|
|
549
552
|
rewriter?: string | undefined;
|
|
550
553
|
}> | undefined;
|
|
551
|
-
description?: string | undefined;
|
|
552
|
-
json?: boolean | undefined;
|
|
553
|
-
action?: Record<string, string | {
|
|
554
|
-
label?: string | undefined;
|
|
555
|
-
"capture-output"?: boolean | undefined;
|
|
556
|
-
cmd?: string[] | undefined;
|
|
557
|
-
}> | undefined;
|
|
558
|
-
level?: Record<string, string | number> | undefined;
|
|
559
554
|
regex?: Record<string, {
|
|
560
555
|
pattern?: string | undefined;
|
|
561
556
|
"module-format"?: boolean | undefined;
|
|
562
557
|
}> | undefined;
|
|
558
|
+
json?: boolean | undefined;
|
|
563
559
|
"convert-to-local-time"?: boolean | undefined;
|
|
564
560
|
"hide-extra"?: boolean | undefined;
|
|
565
561
|
multiline?: boolean | undefined;
|
|
@@ -568,8 +564,8 @@ declare const lnavFormatSchema: z.ZodObject<{
|
|
|
568
564
|
converter?: {
|
|
569
565
|
type?: string | undefined;
|
|
570
566
|
header?: {
|
|
571
|
-
size?: number | undefined;
|
|
572
567
|
expr?: Record<string, string> | undefined;
|
|
568
|
+
size?: number | undefined;
|
|
573
569
|
} | undefined;
|
|
574
570
|
command?: string | undefined;
|
|
575
571
|
} | undefined;
|
|
@@ -582,6 +578,7 @@ declare const lnavFormatSchema: z.ZodObject<{
|
|
|
582
578
|
"body-field"?: string | undefined;
|
|
583
579
|
url?: string | string[] | undefined;
|
|
584
580
|
title?: string | undefined;
|
|
581
|
+
description?: string | undefined;
|
|
585
582
|
"timestamp-format"?: string[] | undefined;
|
|
586
583
|
"module-field"?: string | undefined;
|
|
587
584
|
"opid-field"?: string | undefined;
|
|
@@ -608,24 +605,29 @@ declare const lnavFormatSchema: z.ZodObject<{
|
|
|
608
605
|
} | undefined;
|
|
609
606
|
"ordered-by-time"?: boolean | undefined;
|
|
610
607
|
tags?: Record<string, {
|
|
611
|
-
|
|
612
|
-
level?: "error" | "info" | "warning" | "debug" | "trace" | "debug5" | "debug4" | "debug3" | "debug2" | "stats" | "notice" | "critical" | "fatal" | undefined;
|
|
608
|
+
level?: "info" | "trace" | "debug5" | "debug4" | "debug3" | "debug2" | "debug" | "stats" | "notice" | "warning" | "error" | "critical" | "fatal" | undefined;
|
|
613
609
|
pattern?: string | undefined;
|
|
610
|
+
description?: string | undefined;
|
|
614
611
|
paths?: {
|
|
615
612
|
glob?: string | undefined;
|
|
616
613
|
}[] | undefined;
|
|
617
614
|
}> | undefined;
|
|
618
615
|
partitions?: Record<string, {
|
|
619
|
-
|
|
620
|
-
level?: "error" | "info" | "warning" | "debug" | "trace" | "debug5" | "debug4" | "debug3" | "debug2" | "stats" | "notice" | "critical" | "fatal" | undefined;
|
|
616
|
+
level?: "info" | "trace" | "debug5" | "debug4" | "debug3" | "debug2" | "debug" | "stats" | "notice" | "warning" | "error" | "critical" | "fatal" | undefined;
|
|
621
617
|
pattern?: string | undefined;
|
|
618
|
+
description?: string | undefined;
|
|
622
619
|
paths?: {
|
|
623
620
|
glob?: string | undefined;
|
|
624
621
|
}[] | undefined;
|
|
625
622
|
}> | undefined;
|
|
623
|
+
action?: Record<string, string | {
|
|
624
|
+
label?: string | undefined;
|
|
625
|
+
"capture-output"?: boolean | undefined;
|
|
626
|
+
cmd?: string[] | undefined;
|
|
627
|
+
}> | undefined;
|
|
626
628
|
sample?: {
|
|
629
|
+
level?: "info" | "trace" | "debug5" | "debug4" | "debug3" | "debug2" | "debug" | "stats" | "notice" | "warning" | "error" | "critical" | "fatal" | undefined;
|
|
627
630
|
description?: string | undefined;
|
|
628
|
-
level?: "error" | "info" | "warning" | "debug" | "trace" | "debug5" | "debug4" | "debug3" | "debug2" | "stats" | "notice" | "critical" | "fatal" | undefined;
|
|
629
631
|
line?: string | undefined;
|
|
630
632
|
}[] | undefined;
|
|
631
633
|
"line-format"?: (string | {
|
|
@@ -642,20 +644,21 @@ declare const lnavFormatSchema: z.ZodObject<{
|
|
|
642
644
|
"text-transform"?: "none" | "uppercase" | "lowercase" | "capitalize" | undefined;
|
|
643
645
|
})[] | undefined;
|
|
644
646
|
"search-table"?: Record<string, {
|
|
645
|
-
level?: "
|
|
647
|
+
level?: "info" | "trace" | "debug5" | "debug4" | "debug3" | "debug2" | "debug" | "stats" | "notice" | "warning" | "error" | "critical" | "fatal" | undefined;
|
|
646
648
|
pattern?: string | undefined;
|
|
647
649
|
glob?: string | undefined;
|
|
648
650
|
}> | undefined;
|
|
649
651
|
highlights?: Record<string, {
|
|
650
|
-
blink?: boolean | undefined;
|
|
651
652
|
pattern?: string | undefined;
|
|
652
653
|
color?: string | undefined;
|
|
653
654
|
"background-color"?: string | undefined;
|
|
654
655
|
underline?: boolean | undefined;
|
|
656
|
+
blink?: boolean | undefined;
|
|
655
657
|
}> | undefined;
|
|
656
658
|
"file-type"?: "json" | "text" | "csv" | undefined;
|
|
657
659
|
"max-unrecognized-lines"?: number | undefined;
|
|
658
660
|
}, {
|
|
661
|
+
level?: Record<string, string | number> | undefined;
|
|
659
662
|
value?: Record<string, {
|
|
660
663
|
description?: string | undefined;
|
|
661
664
|
kind?: "string" | "boolean" | "integer" | "float" | "json" | "struct" | "quoted" | "xml" | undefined;
|
|
@@ -673,18 +676,11 @@ declare const lnavFormatSchema: z.ZodObject<{
|
|
|
673
676
|
"action-list"?: string[] | undefined;
|
|
674
677
|
rewriter?: string | undefined;
|
|
675
678
|
}> | undefined;
|
|
676
|
-
description?: string | undefined;
|
|
677
|
-
json?: boolean | undefined;
|
|
678
|
-
action?: Record<string, string | {
|
|
679
|
-
label?: string | undefined;
|
|
680
|
-
"capture-output"?: boolean | undefined;
|
|
681
|
-
cmd?: string[] | undefined;
|
|
682
|
-
}> | undefined;
|
|
683
|
-
level?: Record<string, string | number> | undefined;
|
|
684
679
|
regex?: Record<string, {
|
|
685
680
|
pattern?: string | undefined;
|
|
686
681
|
"module-format"?: boolean | undefined;
|
|
687
682
|
}> | undefined;
|
|
683
|
+
json?: boolean | undefined;
|
|
688
684
|
"convert-to-local-time"?: boolean | undefined;
|
|
689
685
|
"hide-extra"?: boolean | undefined;
|
|
690
686
|
multiline?: boolean | undefined;
|
|
@@ -693,8 +689,8 @@ declare const lnavFormatSchema: z.ZodObject<{
|
|
|
693
689
|
converter?: {
|
|
694
690
|
type?: string | undefined;
|
|
695
691
|
header?: {
|
|
696
|
-
size?: number | undefined;
|
|
697
692
|
expr?: Record<string, string> | undefined;
|
|
693
|
+
size?: number | undefined;
|
|
698
694
|
} | undefined;
|
|
699
695
|
command?: string | undefined;
|
|
700
696
|
} | undefined;
|
|
@@ -707,6 +703,7 @@ declare const lnavFormatSchema: z.ZodObject<{
|
|
|
707
703
|
"body-field"?: string | undefined;
|
|
708
704
|
url?: string | string[] | undefined;
|
|
709
705
|
title?: string | undefined;
|
|
706
|
+
description?: string | undefined;
|
|
710
707
|
"timestamp-format"?: string[] | undefined;
|
|
711
708
|
"module-field"?: string | undefined;
|
|
712
709
|
"opid-field"?: string | undefined;
|
|
@@ -733,24 +730,29 @@ declare const lnavFormatSchema: z.ZodObject<{
|
|
|
733
730
|
} | undefined;
|
|
734
731
|
"ordered-by-time"?: boolean | undefined;
|
|
735
732
|
tags?: Record<string, {
|
|
736
|
-
|
|
737
|
-
level?: "error" | "info" | "warning" | "debug" | "trace" | "debug5" | "debug4" | "debug3" | "debug2" | "stats" | "notice" | "critical" | "fatal" | undefined;
|
|
733
|
+
level?: "info" | "trace" | "debug5" | "debug4" | "debug3" | "debug2" | "debug" | "stats" | "notice" | "warning" | "error" | "critical" | "fatal" | undefined;
|
|
738
734
|
pattern?: string | undefined;
|
|
735
|
+
description?: string | undefined;
|
|
739
736
|
paths?: {
|
|
740
737
|
glob?: string | undefined;
|
|
741
738
|
}[] | undefined;
|
|
742
739
|
}> | undefined;
|
|
743
740
|
partitions?: Record<string, {
|
|
744
|
-
|
|
745
|
-
level?: "error" | "info" | "warning" | "debug" | "trace" | "debug5" | "debug4" | "debug3" | "debug2" | "stats" | "notice" | "critical" | "fatal" | undefined;
|
|
741
|
+
level?: "info" | "trace" | "debug5" | "debug4" | "debug3" | "debug2" | "debug" | "stats" | "notice" | "warning" | "error" | "critical" | "fatal" | undefined;
|
|
746
742
|
pattern?: string | undefined;
|
|
743
|
+
description?: string | undefined;
|
|
747
744
|
paths?: {
|
|
748
745
|
glob?: string | undefined;
|
|
749
746
|
}[] | undefined;
|
|
750
747
|
}> | undefined;
|
|
748
|
+
action?: Record<string, string | {
|
|
749
|
+
label?: string | undefined;
|
|
750
|
+
"capture-output"?: boolean | undefined;
|
|
751
|
+
cmd?: string[] | undefined;
|
|
752
|
+
}> | undefined;
|
|
751
753
|
sample?: {
|
|
754
|
+
level?: "info" | "trace" | "debug5" | "debug4" | "debug3" | "debug2" | "debug" | "stats" | "notice" | "warning" | "error" | "critical" | "fatal" | undefined;
|
|
752
755
|
description?: string | undefined;
|
|
753
|
-
level?: "error" | "info" | "warning" | "debug" | "trace" | "debug5" | "debug4" | "debug3" | "debug2" | "stats" | "notice" | "critical" | "fatal" | undefined;
|
|
754
756
|
line?: string | undefined;
|
|
755
757
|
}[] | undefined;
|
|
756
758
|
"line-format"?: (string | {
|
|
@@ -767,22 +769,24 @@ declare const lnavFormatSchema: z.ZodObject<{
|
|
|
767
769
|
"text-transform"?: "none" | "uppercase" | "lowercase" | "capitalize" | undefined;
|
|
768
770
|
})[] | undefined;
|
|
769
771
|
"search-table"?: Record<string, {
|
|
770
|
-
level?: "
|
|
772
|
+
level?: "info" | "trace" | "debug5" | "debug4" | "debug3" | "debug2" | "debug" | "stats" | "notice" | "warning" | "error" | "critical" | "fatal" | undefined;
|
|
771
773
|
pattern?: string | undefined;
|
|
772
774
|
glob?: string | undefined;
|
|
773
775
|
}> | undefined;
|
|
774
776
|
highlights?: Record<string, {
|
|
775
|
-
blink?: boolean | undefined;
|
|
776
777
|
pattern?: string | undefined;
|
|
777
778
|
color?: string | undefined;
|
|
778
779
|
"background-color"?: string | undefined;
|
|
779
780
|
underline?: boolean | undefined;
|
|
781
|
+
blink?: boolean | undefined;
|
|
780
782
|
}> | undefined;
|
|
781
783
|
"file-type"?: "json" | "text" | "csv" | undefined;
|
|
782
784
|
"max-unrecognized-lines"?: number | undefined;
|
|
783
785
|
}>;
|
|
784
786
|
type LnavFormat = z.infer<typeof lnavFormatSchema>;
|
|
785
787
|
|
|
788
|
+
//#endregion
|
|
789
|
+
//#region src/flightdeck.lib.d.ts
|
|
786
790
|
declare const FLIGHTDECK_SETUP_PHASES: readonly ["downloaded", "installed"];
|
|
787
791
|
type FlightDeckSetupPhase = (typeof FLIGHTDECK_SETUP_PHASES)[number];
|
|
788
792
|
declare const FLIGHTDECK_UPDATE_PHASES: readonly ["notified", "confirmed"];
|
|
@@ -865,17 +869,17 @@ declare const flightDeckLogSchema: z.ZodObject<{
|
|
|
865
869
|
process: z.ZodNumber;
|
|
866
870
|
body: z.ZodString;
|
|
867
871
|
}, "strip", z.ZodTypeAny, {
|
|
868
|
-
process: number;
|
|
869
|
-
timestamp: number;
|
|
870
872
|
level: "info" | "warn" | "ERR!";
|
|
873
|
+
timestamp: number;
|
|
871
874
|
package: string;
|
|
875
|
+
process: number;
|
|
872
876
|
body: string;
|
|
873
877
|
service?: string | undefined;
|
|
874
878
|
}, {
|
|
875
|
-
process: number;
|
|
876
|
-
timestamp: number;
|
|
877
879
|
level: "info" | "warn" | "ERR!";
|
|
880
|
+
timestamp: number;
|
|
878
881
|
package: string;
|
|
882
|
+
process: number;
|
|
879
883
|
body: string;
|
|
880
884
|
service?: string | undefined;
|
|
881
885
|
}>;
|
|
@@ -966,6 +970,12 @@ declare class FlightDeckLogger implements Pick<Console, `error` | `info` | `warn
|
|
|
966
970
|
error(...messages: unknown[]): void;
|
|
967
971
|
}
|
|
968
972
|
|
|
973
|
+
//#endregion
|
|
974
|
+
//#region src/klaxon.lib.d.ts
|
|
975
|
+
|
|
976
|
+
declare namespace klaxon_lib_d_exports {
|
|
977
|
+
export { AlertOptions, ChangesetsPublishResult, ChangesetsPublishedPackage, PackageConfig, ScrambleOptions, ScrambleResult, SecretsConfig, alert, scramble, }
|
|
978
|
+
}
|
|
969
979
|
type AlertOptions = {
|
|
970
980
|
secret: string;
|
|
971
981
|
endpoint: string;
|
|
@@ -973,15 +983,15 @@ type AlertOptions = {
|
|
|
973
983
|
};
|
|
974
984
|
declare function alert({ secret, endpoint, version, }: AlertOptions): Promise<Response>;
|
|
975
985
|
/**
|
|
976
|
-
|
|
977
|
-
|
|
986
|
+
* @see https://github.com/changesets/action/blob/main/src/run.ts
|
|
987
|
+
*/
|
|
978
988
|
type ChangesetsPublishedPackage = {
|
|
979
989
|
name: string;
|
|
980
990
|
version: string;
|
|
981
991
|
};
|
|
982
992
|
/**
|
|
983
|
-
|
|
984
|
-
|
|
993
|
+
* @see https://github.com/changesets/action/blob/main/src/run.ts
|
|
994
|
+
*/
|
|
985
995
|
type ChangesetsPublishResult = {
|
|
986
996
|
published: true;
|
|
987
997
|
publishedPackages: ChangesetsPublishedPackage[];
|
|
@@ -1006,17 +1016,6 @@ type ScrambleResult<K extends string = string> = {
|
|
|
1006
1016
|
};
|
|
1007
1017
|
declare function scramble<K extends string = string>({ packageConfig, secretsConfig, publishedPackages, }: ScrambleOptions<K>): Promise<ScrambleResult<K>>;
|
|
1008
1018
|
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
type klaxon_lib_PackageConfig<K extends string> = PackageConfig<K>;
|
|
1013
|
-
type klaxon_lib_ScrambleOptions<K extends string = string> = ScrambleOptions<K>;
|
|
1014
|
-
type klaxon_lib_ScrambleResult<K extends string = string> = ScrambleResult<K>;
|
|
1015
|
-
type klaxon_lib_SecretsConfig<K extends string> = SecretsConfig<K>;
|
|
1016
|
-
declare const klaxon_lib_alert: typeof alert;
|
|
1017
|
-
declare const klaxon_lib_scramble: typeof scramble;
|
|
1018
|
-
declare namespace klaxon_lib {
|
|
1019
|
-
export { type klaxon_lib_AlertOptions as AlertOptions, type klaxon_lib_ChangesetsPublishResult as ChangesetsPublishResult, type klaxon_lib_ChangesetsPublishedPackage as ChangesetsPublishedPackage, type klaxon_lib_PackageConfig as PackageConfig, type klaxon_lib_ScrambleOptions as ScrambleOptions, type klaxon_lib_ScrambleResult as ScrambleResult, type klaxon_lib_SecretsConfig as SecretsConfig, klaxon_lib_alert as alert, klaxon_lib_scramble as scramble };
|
|
1020
|
-
}
|
|
1021
|
-
|
|
1022
|
-
export { FLIGHTDECK_ERROR, FLIGHTDECK_INFO, FLIGHTDECK_LNAV_FORMAT, FLIGHTDECK_SETUP_PHASES, FLIGHTDECK_UPDATE_PHASES, FLIGHTDECK_WARN, FlightDeck, type FlightDeckFormat, type FlightDeckLog, FlightDeckLogger, type FlightDeckOptions, type FlightDeckSetupPhase, type FlightDeckUpdatePhase, klaxon_lib as Klaxon, type LnavFormatBreakdown, type LnavFormatValueDefinition, type LnavFormatVisualComponent, type MemberOf, flightDeckLogSchema, isVersionNumber };
|
|
1019
|
+
//#endregion
|
|
1020
|
+
export { FLIGHTDECK_ERROR, FLIGHTDECK_INFO, FLIGHTDECK_LNAV_FORMAT, FLIGHTDECK_SETUP_PHASES, FLIGHTDECK_UPDATE_PHASES, FLIGHTDECK_WARN, FlightDeck, FlightDeckFormat, FlightDeckLog, FlightDeckLogger, FlightDeckOptions, FlightDeckSetupPhase, FlightDeckUpdatePhase, klaxon_lib_d_exports as Klaxon, LnavFormatBreakdown, LnavFormatValueDefinition, LnavFormatVisualComponent, MemberOf, flightDeckLogSchema, isVersionNumber };
|
|
1021
|
+
//# sourceMappingURL=lib.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lib.d.ts","names":[],"sources":["../gen/lnav-format-schema.gen.d.ts","../src/flightdeck.lib.d.ts","../src/klaxon.lib.d.ts"],"sourcesContent":["import { z } from \"zod\";\nexport declare const lnavFormatSchema: z.ZodObject<{\n regex: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{\n pattern: z.ZodOptional<z.ZodString>;\n \"module-format\": z.ZodOptional<z.ZodBoolean>;\n }, \"strict\", z.ZodTypeAny, {\n pattern?: string | undefined;\n \"module-format\"?: boolean | undefined;\n }, {\n pattern?: string | undefined;\n \"module-format\"?: boolean | undefined;\n }>, z.ZodNever]>>, Record<string, {\n pattern?: string | undefined;\n \"module-format\"?: boolean | undefined;\n }>, Record<string, {\n pattern?: string | undefined;\n \"module-format\"?: boolean | undefined;\n }>>>;\n json: z.ZodOptional<z.ZodBoolean>;\n \"convert-to-local-time\": z.ZodOptional<z.ZodBoolean>;\n \"hide-extra\": z.ZodOptional<z.ZodBoolean>;\n multiline: z.ZodOptional<z.ZodBoolean>;\n \"timestamp-divisor\": z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNumber]>>;\n \"file-pattern\": z.ZodOptional<z.ZodString>;\n converter: z.ZodOptional<z.ZodObject<{\n type: z.ZodOptional<z.ZodString>;\n header: z.ZodOptional<z.ZodObject<{\n expr: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNever]>>, Record<string, string>, Record<string, string>>>;\n size: z.ZodOptional<z.ZodNumber>;\n }, \"strict\", z.ZodTypeAny, {\n expr?: Record<string, string> | undefined;\n size?: number | undefined;\n }, {\n expr?: Record<string, string> | undefined;\n size?: number | undefined;\n }>>;\n command: z.ZodOptional<z.ZodString>;\n }, \"strict\", z.ZodTypeAny, {\n type?: string | undefined;\n header?: {\n expr?: Record<string, string> | undefined;\n size?: number | undefined;\n } | undefined;\n command?: string | undefined;\n }, {\n type?: string | undefined;\n header?: {\n expr?: Record<string, string> | undefined;\n size?: number | undefined;\n } | undefined;\n command?: string | undefined;\n }>>;\n \"level-field\": z.ZodOptional<z.ZodString>;\n \"level-pointer\": z.ZodOptional<z.ZodString>;\n \"timestamp-field\": z.ZodOptional<z.ZodString>;\n \"subsecond-field\": z.ZodOptional<z.ZodString>;\n \"subsecond-units\": z.ZodOptional<z.ZodEnum<[\"milli\", \"micro\", \"nano\"]>>;\n \"time-field\": z.ZodOptional<z.ZodString>;\n \"body-field\": z.ZodOptional<z.ZodString>;\n url: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, \"many\">, z.ZodString]>>;\n title: z.ZodOptional<z.ZodString>;\n description: z.ZodOptional<z.ZodString>;\n \"timestamp-format\": z.ZodOptional<z.ZodArray<z.ZodString, \"many\">>;\n \"module-field\": z.ZodOptional<z.ZodString>;\n \"opid-field\": z.ZodOptional<z.ZodString>;\n opid: z.ZodOptional<z.ZodObject<{\n subid: z.ZodOptional<z.ZodString>;\n description: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{\n format: z.ZodOptional<z.ZodArray<z.ZodObject<{\n field: z.ZodOptional<z.ZodString>;\n extractor: z.ZodOptional<z.ZodString>;\n prefix: z.ZodOptional<z.ZodString>;\n suffix: z.ZodOptional<z.ZodString>;\n joiner: z.ZodOptional<z.ZodString>;\n }, \"strict\", z.ZodTypeAny, {\n field?: string | undefined;\n extractor?: string | undefined;\n prefix?: string | undefined;\n suffix?: string | undefined;\n joiner?: string | undefined;\n }, {\n field?: string | undefined;\n extractor?: string | undefined;\n prefix?: string | undefined;\n suffix?: string | undefined;\n joiner?: string | undefined;\n }>, \"many\">>;\n }, \"strict\", z.ZodTypeAny, {\n format?: {\n field?: string | undefined;\n extractor?: string | undefined;\n prefix?: string | undefined;\n suffix?: string | undefined;\n joiner?: string | undefined;\n }[] | undefined;\n }, {\n format?: {\n field?: string | undefined;\n extractor?: string | undefined;\n prefix?: string | undefined;\n suffix?: string | undefined;\n joiner?: string | undefined;\n }[] | undefined;\n }>, z.ZodNever]>>, Record<string, {\n format?: {\n field?: string | undefined;\n extractor?: string | undefined;\n prefix?: string | undefined;\n suffix?: string | undefined;\n joiner?: string | undefined;\n }[] | undefined;\n }>, Record<string, {\n format?: {\n field?: string | undefined;\n extractor?: string | undefined;\n prefix?: string | undefined;\n suffix?: string | undefined;\n joiner?: string | undefined;\n }[] | undefined;\n }>>>;\n \"sub-description\": z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{\n format: z.ZodOptional<z.ZodArray<z.ZodObject<{\n field: z.ZodOptional<z.ZodString>;\n extractor: z.ZodOptional<z.ZodString>;\n prefix: z.ZodOptional<z.ZodString>;\n suffix: z.ZodOptional<z.ZodString>;\n joiner: z.ZodOptional<z.ZodString>;\n }, \"strict\", z.ZodTypeAny, {\n field?: string | undefined;\n extractor?: string | undefined;\n prefix?: string | undefined;\n suffix?: string | undefined;\n joiner?: string | undefined;\n }, {\n field?: string | undefined;\n extractor?: string | undefined;\n prefix?: string | undefined;\n suffix?: string | undefined;\n joiner?: string | undefined;\n }>, \"many\">>;\n }, \"strict\", z.ZodTypeAny, {\n format?: {\n field?: string | undefined;\n extractor?: string | undefined;\n prefix?: string | undefined;\n suffix?: string | undefined;\n joiner?: string | undefined;\n }[] | undefined;\n }, {\n format?: {\n field?: string | undefined;\n extractor?: string | undefined;\n prefix?: string | undefined;\n suffix?: string | undefined;\n joiner?: string | undefined;\n }[] | undefined;\n }>, z.ZodNever]>>, Record<string, {\n format?: {\n field?: string | undefined;\n extractor?: string | undefined;\n prefix?: string | undefined;\n suffix?: string | undefined;\n joiner?: string | undefined;\n }[] | undefined;\n }>, Record<string, {\n format?: {\n field?: string | undefined;\n extractor?: string | undefined;\n prefix?: string | undefined;\n suffix?: string | undefined;\n joiner?: string | undefined;\n }[] | undefined;\n }>>>;\n }, \"strict\", z.ZodTypeAny, {\n description?: Record<string, {\n format?: {\n field?: string | undefined;\n extractor?: string | undefined;\n prefix?: string | undefined;\n suffix?: string | undefined;\n joiner?: string | undefined;\n }[] | undefined;\n }> | undefined;\n subid?: string | undefined;\n \"sub-description\"?: Record<string, {\n format?: {\n field?: string | undefined;\n extractor?: string | undefined;\n prefix?: string | undefined;\n suffix?: string | undefined;\n joiner?: string | undefined;\n }[] | undefined;\n }> | undefined;\n }, {\n description?: Record<string, {\n format?: {\n field?: string | undefined;\n extractor?: string | undefined;\n prefix?: string | undefined;\n suffix?: string | undefined;\n joiner?: string | undefined;\n }[] | undefined;\n }> | undefined;\n subid?: string | undefined;\n \"sub-description\"?: Record<string, {\n format?: {\n field?: string | undefined;\n extractor?: string | undefined;\n prefix?: string | undefined;\n suffix?: string | undefined;\n joiner?: string | undefined;\n }[] | undefined;\n }> | undefined;\n }>>;\n \"ordered-by-time\": z.ZodOptional<z.ZodBoolean>;\n level: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodUnion<[z.ZodNumber, z.ZodString]>, z.ZodNever]>>, Record<string, string | number>, Record<string, string | number>>>;\n value: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{\n kind: z.ZodOptional<z.ZodEnum<[\"string\", \"integer\", \"float\", \"boolean\", \"json\", \"struct\", \"quoted\", \"xml\"]>>;\n collate: z.ZodOptional<z.ZodString>;\n unit: z.ZodOptional<z.ZodObject<{\n field: z.ZodOptional<z.ZodString>;\n \"scaling-factor\": z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{\n op: z.ZodOptional<z.ZodEnum<[\"identity\", \"multiply\", \"divide\"]>>;\n value: z.ZodOptional<z.ZodNumber>;\n }, \"strict\", z.ZodTypeAny, {\n value?: number | undefined;\n op?: \"identity\" | \"multiply\" | \"divide\" | undefined;\n }, {\n value?: number | undefined;\n op?: \"identity\" | \"multiply\" | \"divide\" | undefined;\n }>, z.ZodNever]>>, Record<string, {\n value?: number | undefined;\n op?: \"identity\" | \"multiply\" | \"divide\" | undefined;\n }>, Record<string, {\n value?: number | undefined;\n op?: \"identity\" | \"multiply\" | \"divide\" | undefined;\n }>>>;\n }, \"strict\", z.ZodTypeAny, {\n field?: string | undefined;\n \"scaling-factor\"?: Record<string, {\n value?: number | undefined;\n op?: \"identity\" | \"multiply\" | \"divide\" | undefined;\n }> | undefined;\n }, {\n field?: string | undefined;\n \"scaling-factor\"?: Record<string, {\n value?: number | undefined;\n op?: \"identity\" | \"multiply\" | \"divide\" | undefined;\n }> | undefined;\n }>>;\n identifier: z.ZodOptional<z.ZodBoolean>;\n \"foreign-key\": z.ZodOptional<z.ZodBoolean>;\n hidden: z.ZodOptional<z.ZodBoolean>;\n \"action-list\": z.ZodOptional<z.ZodArray<z.ZodString, \"many\">>;\n rewriter: z.ZodOptional<z.ZodString>;\n description: z.ZodOptional<z.ZodString>;\n }, \"strict\", z.ZodTypeAny, {\n description?: string | undefined;\n kind?: \"string\" | \"boolean\" | \"integer\" | \"float\" | \"json\" | \"struct\" | \"quoted\" | \"xml\" | undefined;\n collate?: string | undefined;\n unit?: {\n field?: string | undefined;\n \"scaling-factor\"?: Record<string, {\n value?: number | undefined;\n op?: \"identity\" | \"multiply\" | \"divide\" | undefined;\n }> | undefined;\n } | undefined;\n identifier?: boolean | undefined;\n \"foreign-key\"?: boolean | undefined;\n hidden?: boolean | undefined;\n \"action-list\"?: string[] | undefined;\n rewriter?: string | undefined;\n }, {\n description?: string | undefined;\n kind?: \"string\" | \"boolean\" | \"integer\" | \"float\" | \"json\" | \"struct\" | \"quoted\" | \"xml\" | undefined;\n collate?: string | undefined;\n unit?: {\n field?: string | undefined;\n \"scaling-factor\"?: Record<string, {\n value?: number | undefined;\n op?: \"identity\" | \"multiply\" | \"divide\" | undefined;\n }> | undefined;\n } | undefined;\n identifier?: boolean | undefined;\n \"foreign-key\"?: boolean | undefined;\n hidden?: boolean | undefined;\n \"action-list\"?: string[] | undefined;\n rewriter?: string | undefined;\n }>, z.ZodNever]>>, Record<string, {\n description?: string | undefined;\n kind?: \"string\" | \"boolean\" | \"integer\" | \"float\" | \"json\" | \"struct\" | \"quoted\" | \"xml\" | undefined;\n collate?: string | undefined;\n unit?: {\n field?: string | undefined;\n \"scaling-factor\"?: Record<string, {\n value?: number | undefined;\n op?: \"identity\" | \"multiply\" | \"divide\" | undefined;\n }> | undefined;\n } | undefined;\n identifier?: boolean | undefined;\n \"foreign-key\"?: boolean | undefined;\n hidden?: boolean | undefined;\n \"action-list\"?: string[] | undefined;\n rewriter?: string | undefined;\n }>, Record<string, {\n description?: string | undefined;\n kind?: \"string\" | \"boolean\" | \"integer\" | \"float\" | \"json\" | \"struct\" | \"quoted\" | \"xml\" | undefined;\n collate?: string | undefined;\n unit?: {\n field?: string | undefined;\n \"scaling-factor\"?: Record<string, {\n value?: number | undefined;\n op?: \"identity\" | \"multiply\" | \"divide\" | undefined;\n }> | undefined;\n } | undefined;\n identifier?: boolean | undefined;\n \"foreign-key\"?: boolean | undefined;\n hidden?: boolean | undefined;\n \"action-list\"?: string[] | undefined;\n rewriter?: string | undefined;\n }>>>;\n tags: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{\n paths: z.ZodOptional<z.ZodArray<z.ZodObject<{\n glob: z.ZodOptional<z.ZodString>;\n }, \"strict\", z.ZodTypeAny, {\n glob?: string | undefined;\n }, {\n glob?: string | undefined;\n }>, \"many\">>;\n pattern: z.ZodOptional<z.ZodString>;\n description: z.ZodOptional<z.ZodString>;\n level: z.ZodOptional<z.ZodEnum<[\"trace\", \"debug5\", \"debug4\", \"debug3\", \"debug2\", \"debug\", \"info\", \"stats\", \"notice\", \"warning\", \"error\", \"critical\", \"fatal\"]>>;\n }, \"strict\", z.ZodTypeAny, {\n level?: \"info\" | \"trace\" | \"debug5\" | \"debug4\" | \"debug3\" | \"debug2\" | \"debug\" | \"stats\" | \"notice\" | \"warning\" | \"error\" | \"critical\" | \"fatal\" | undefined;\n pattern?: string | undefined;\n description?: string | undefined;\n paths?: {\n glob?: string | undefined;\n }[] | undefined;\n }, {\n level?: \"info\" | \"trace\" | \"debug5\" | \"debug4\" | \"debug3\" | \"debug2\" | \"debug\" | \"stats\" | \"notice\" | \"warning\" | \"error\" | \"critical\" | \"fatal\" | undefined;\n pattern?: string | undefined;\n description?: string | undefined;\n paths?: {\n glob?: string | undefined;\n }[] | undefined;\n }>, z.ZodNever]>>, Record<string, {\n level?: \"info\" | \"trace\" | \"debug5\" | \"debug4\" | \"debug3\" | \"debug2\" | \"debug\" | \"stats\" | \"notice\" | \"warning\" | \"error\" | \"critical\" | \"fatal\" | undefined;\n pattern?: string | undefined;\n description?: string | undefined;\n paths?: {\n glob?: string | undefined;\n }[] | undefined;\n }>, Record<string, {\n level?: \"info\" | \"trace\" | \"debug5\" | \"debug4\" | \"debug3\" | \"debug2\" | \"debug\" | \"stats\" | \"notice\" | \"warning\" | \"error\" | \"critical\" | \"fatal\" | undefined;\n pattern?: string | undefined;\n description?: string | undefined;\n paths?: {\n glob?: string | undefined;\n }[] | undefined;\n }>>>;\n partitions: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{\n paths: z.ZodOptional<z.ZodArray<z.ZodObject<{\n glob: z.ZodOptional<z.ZodString>;\n }, \"strict\", z.ZodTypeAny, {\n glob?: string | undefined;\n }, {\n glob?: string | undefined;\n }>, \"many\">>;\n pattern: z.ZodOptional<z.ZodString>;\n description: z.ZodOptional<z.ZodString>;\n level: z.ZodOptional<z.ZodEnum<[\"trace\", \"debug5\", \"debug4\", \"debug3\", \"debug2\", \"debug\", \"info\", \"stats\", \"notice\", \"warning\", \"error\", \"critical\", \"fatal\"]>>;\n }, \"strict\", z.ZodTypeAny, {\n level?: \"info\" | \"trace\" | \"debug5\" | \"debug4\" | \"debug3\" | \"debug2\" | \"debug\" | \"stats\" | \"notice\" | \"warning\" | \"error\" | \"critical\" | \"fatal\" | undefined;\n pattern?: string | undefined;\n description?: string | undefined;\n paths?: {\n glob?: string | undefined;\n }[] | undefined;\n }, {\n level?: \"info\" | \"trace\" | \"debug5\" | \"debug4\" | \"debug3\" | \"debug2\" | \"debug\" | \"stats\" | \"notice\" | \"warning\" | \"error\" | \"critical\" | \"fatal\" | undefined;\n pattern?: string | undefined;\n description?: string | undefined;\n paths?: {\n glob?: string | undefined;\n }[] | undefined;\n }>, z.ZodNever]>>, Record<string, {\n level?: \"info\" | \"trace\" | \"debug5\" | \"debug4\" | \"debug3\" | \"debug2\" | \"debug\" | \"stats\" | \"notice\" | \"warning\" | \"error\" | \"critical\" | \"fatal\" | undefined;\n pattern?: string | undefined;\n description?: string | undefined;\n paths?: {\n glob?: string | undefined;\n }[] | undefined;\n }>, Record<string, {\n level?: \"info\" | \"trace\" | \"debug5\" | \"debug4\" | \"debug3\" | \"debug2\" | \"debug\" | \"stats\" | \"notice\" | \"warning\" | \"error\" | \"critical\" | \"fatal\" | undefined;\n pattern?: string | undefined;\n description?: string | undefined;\n paths?: {\n glob?: string | undefined;\n }[] | undefined;\n }>>>;\n action: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodObject<{\n label: z.ZodOptional<z.ZodString>;\n \"capture-output\": z.ZodOptional<z.ZodBoolean>;\n cmd: z.ZodOptional<z.ZodArray<z.ZodString, \"many\">>;\n }, \"strict\", z.ZodTypeAny, {\n label?: string | undefined;\n \"capture-output\"?: boolean | undefined;\n cmd?: string[] | undefined;\n }, {\n label?: string | undefined;\n \"capture-output\"?: boolean | undefined;\n cmd?: string[] | undefined;\n }>]>, z.ZodNever]>>, Record<string, string | {\n label?: string | undefined;\n \"capture-output\"?: boolean | undefined;\n cmd?: string[] | undefined;\n }>, Record<string, string | {\n label?: string | undefined;\n \"capture-output\"?: boolean | undefined;\n cmd?: string[] | undefined;\n }>>>;\n sample: z.ZodOptional<z.ZodArray<z.ZodObject<{\n description: z.ZodOptional<z.ZodString>;\n line: z.ZodOptional<z.ZodString>;\n level: z.ZodOptional<z.ZodEnum<[\"trace\", \"debug5\", \"debug4\", \"debug3\", \"debug2\", \"debug\", \"info\", \"stats\", \"notice\", \"warning\", \"error\", \"critical\", \"fatal\"]>>;\n }, \"strict\", z.ZodTypeAny, {\n level?: \"info\" | \"trace\" | \"debug5\" | \"debug4\" | \"debug3\" | \"debug2\" | \"debug\" | \"stats\" | \"notice\" | \"warning\" | \"error\" | \"critical\" | \"fatal\" | undefined;\n description?: string | undefined;\n line?: string | undefined;\n }, {\n level?: \"info\" | \"trace\" | \"debug5\" | \"debug4\" | \"debug3\" | \"debug2\" | \"debug\" | \"stats\" | \"notice\" | \"warning\" | \"error\" | \"critical\" | \"fatal\" | undefined;\n description?: string | undefined;\n line?: string | undefined;\n }>, \"many\">>;\n \"line-format\": z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{\n field: z.ZodOptional<z.ZodString>;\n \"default-value\": z.ZodOptional<z.ZodString>;\n \"timestamp-format\": z.ZodOptional<z.ZodString>;\n \"min-width\": z.ZodOptional<z.ZodNumber>;\n \"auto-width\": z.ZodOptional<z.ZodBoolean>;\n \"max-width\": z.ZodOptional<z.ZodNumber>;\n align: z.ZodOptional<z.ZodEnum<[\"left\", \"right\"]>>;\n overflow: z.ZodOptional<z.ZodEnum<[\"abbrev\", \"truncate\", \"dot-dot\", \"last-word\"]>>;\n \"text-transform\": z.ZodOptional<z.ZodEnum<[\"none\", \"uppercase\", \"lowercase\", \"capitalize\"]>>;\n prefix: z.ZodOptional<z.ZodString>;\n suffix: z.ZodOptional<z.ZodString>;\n }, \"strict\", z.ZodTypeAny, {\n \"timestamp-format\"?: string | undefined;\n field?: string | undefined;\n prefix?: string | undefined;\n suffix?: string | undefined;\n \"default-value\"?: string | undefined;\n \"min-width\"?: number | undefined;\n \"auto-width\"?: boolean | undefined;\n \"max-width\"?: number | undefined;\n align?: \"left\" | \"right\" | undefined;\n overflow?: \"abbrev\" | \"truncate\" | \"dot-dot\" | \"last-word\" | undefined;\n \"text-transform\"?: \"none\" | \"uppercase\" | \"lowercase\" | \"capitalize\" | undefined;\n }, {\n \"timestamp-format\"?: string | undefined;\n field?: string | undefined;\n prefix?: string | undefined;\n suffix?: string | undefined;\n \"default-value\"?: string | undefined;\n \"min-width\"?: number | undefined;\n \"auto-width\"?: boolean | undefined;\n \"max-width\"?: number | undefined;\n align?: \"left\" | \"right\" | undefined;\n overflow?: \"abbrev\" | \"truncate\" | \"dot-dot\" | \"last-word\" | undefined;\n \"text-transform\"?: \"none\" | \"uppercase\" | \"lowercase\" | \"capitalize\" | undefined;\n }>]>, \"many\">>;\n \"search-table\": z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{\n pattern: z.ZodOptional<z.ZodString>;\n glob: z.ZodOptional<z.ZodString>;\n level: z.ZodOptional<z.ZodEnum<[\"trace\", \"debug5\", \"debug4\", \"debug3\", \"debug2\", \"debug\", \"info\", \"stats\", \"notice\", \"warning\", \"error\", \"critical\", \"fatal\"]>>;\n }, \"strict\", z.ZodTypeAny, {\n level?: \"info\" | \"trace\" | \"debug5\" | \"debug4\" | \"debug3\" | \"debug2\" | \"debug\" | \"stats\" | \"notice\" | \"warning\" | \"error\" | \"critical\" | \"fatal\" | undefined;\n pattern?: string | undefined;\n glob?: string | undefined;\n }, {\n level?: \"info\" | \"trace\" | \"debug5\" | \"debug4\" | \"debug3\" | \"debug2\" | \"debug\" | \"stats\" | \"notice\" | \"warning\" | \"error\" | \"critical\" | \"fatal\" | undefined;\n pattern?: string | undefined;\n glob?: string | undefined;\n }>, z.ZodNever]>>, Record<string, {\n level?: \"info\" | \"trace\" | \"debug5\" | \"debug4\" | \"debug3\" | \"debug2\" | \"debug\" | \"stats\" | \"notice\" | \"warning\" | \"error\" | \"critical\" | \"fatal\" | undefined;\n pattern?: string | undefined;\n glob?: string | undefined;\n }>, Record<string, {\n level?: \"info\" | \"trace\" | \"debug5\" | \"debug4\" | \"debug3\" | \"debug2\" | \"debug\" | \"stats\" | \"notice\" | \"warning\" | \"error\" | \"critical\" | \"fatal\" | undefined;\n pattern?: string | undefined;\n glob?: string | undefined;\n }>>>;\n highlights: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{\n pattern: z.ZodOptional<z.ZodString>;\n color: z.ZodOptional<z.ZodString>;\n \"background-color\": z.ZodOptional<z.ZodString>;\n underline: z.ZodOptional<z.ZodBoolean>;\n blink: z.ZodOptional<z.ZodBoolean>;\n }, \"strict\", z.ZodTypeAny, {\n pattern?: string | undefined;\n color?: string | undefined;\n \"background-color\"?: string | undefined;\n underline?: boolean | undefined;\n blink?: boolean | undefined;\n }, {\n pattern?: string | undefined;\n color?: string | undefined;\n \"background-color\"?: string | undefined;\n underline?: boolean | undefined;\n blink?: boolean | undefined;\n }>, z.ZodNever]>>, Record<string, {\n pattern?: string | undefined;\n color?: string | undefined;\n \"background-color\"?: string | undefined;\n underline?: boolean | undefined;\n blink?: boolean | undefined;\n }>, Record<string, {\n pattern?: string | undefined;\n color?: string | undefined;\n \"background-color\"?: string | undefined;\n underline?: boolean | undefined;\n blink?: boolean | undefined;\n }>>>;\n \"file-type\": z.ZodOptional<z.ZodEnum<[\"text\", \"json\", \"csv\"]>>;\n \"max-unrecognized-lines\": z.ZodOptional<z.ZodNumber>;\n}, \"strict\", z.ZodTypeAny, {\n level?: Record<string, string | number> | undefined;\n value?: Record<string, {\n description?: string | undefined;\n kind?: \"string\" | \"boolean\" | \"integer\" | \"float\" | \"json\" | \"struct\" | \"quoted\" | \"xml\" | undefined;\n collate?: string | undefined;\n unit?: {\n field?: string | undefined;\n \"scaling-factor\"?: Record<string, {\n value?: number | undefined;\n op?: \"identity\" | \"multiply\" | \"divide\" | undefined;\n }> | undefined;\n } | undefined;\n identifier?: boolean | undefined;\n \"foreign-key\"?: boolean | undefined;\n hidden?: boolean | undefined;\n \"action-list\"?: string[] | undefined;\n rewriter?: string | undefined;\n }> | undefined;\n regex?: Record<string, {\n pattern?: string | undefined;\n \"module-format\"?: boolean | undefined;\n }> | undefined;\n json?: boolean | undefined;\n \"convert-to-local-time\"?: boolean | undefined;\n \"hide-extra\"?: boolean | undefined;\n multiline?: boolean | undefined;\n \"timestamp-divisor\"?: number | undefined;\n \"file-pattern\"?: string | undefined;\n converter?: {\n type?: string | undefined;\n header?: {\n expr?: Record<string, string> | undefined;\n size?: number | undefined;\n } | undefined;\n command?: string | undefined;\n } | undefined;\n \"level-field\"?: string | undefined;\n \"level-pointer\"?: string | undefined;\n \"timestamp-field\"?: string | undefined;\n \"subsecond-field\"?: string | undefined;\n \"subsecond-units\"?: \"milli\" | \"micro\" | \"nano\" | undefined;\n \"time-field\"?: string | undefined;\n \"body-field\"?: string | undefined;\n url?: string | string[] | undefined;\n title?: string | undefined;\n description?: string | undefined;\n \"timestamp-format\"?: string[] | undefined;\n \"module-field\"?: string | undefined;\n \"opid-field\"?: string | undefined;\n opid?: {\n description?: Record<string, {\n format?: {\n field?: string | undefined;\n extractor?: string | undefined;\n prefix?: string | undefined;\n suffix?: string | undefined;\n joiner?: string | undefined;\n }[] | undefined;\n }> | undefined;\n subid?: string | undefined;\n \"sub-description\"?: Record<string, {\n format?: {\n field?: string | undefined;\n extractor?: string | undefined;\n prefix?: string | undefined;\n suffix?: string | undefined;\n joiner?: string | undefined;\n }[] | undefined;\n }> | undefined;\n } | undefined;\n \"ordered-by-time\"?: boolean | undefined;\n tags?: Record<string, {\n level?: \"info\" | \"trace\" | \"debug5\" | \"debug4\" | \"debug3\" | \"debug2\" | \"debug\" | \"stats\" | \"notice\" | \"warning\" | \"error\" | \"critical\" | \"fatal\" | undefined;\n pattern?: string | undefined;\n description?: string | undefined;\n paths?: {\n glob?: string | undefined;\n }[] | undefined;\n }> | undefined;\n partitions?: Record<string, {\n level?: \"info\" | \"trace\" | \"debug5\" | \"debug4\" | \"debug3\" | \"debug2\" | \"debug\" | \"stats\" | \"notice\" | \"warning\" | \"error\" | \"critical\" | \"fatal\" | undefined;\n pattern?: string | undefined;\n description?: string | undefined;\n paths?: {\n glob?: string | undefined;\n }[] | undefined;\n }> | undefined;\n action?: Record<string, string | {\n label?: string | undefined;\n \"capture-output\"?: boolean | undefined;\n cmd?: string[] | undefined;\n }> | undefined;\n sample?: {\n level?: \"info\" | \"trace\" | \"debug5\" | \"debug4\" | \"debug3\" | \"debug2\" | \"debug\" | \"stats\" | \"notice\" | \"warning\" | \"error\" | \"critical\" | \"fatal\" | undefined;\n description?: string | undefined;\n line?: string | undefined;\n }[] | undefined;\n \"line-format\"?: (string | {\n \"timestamp-format\"?: string | undefined;\n field?: string | undefined;\n prefix?: string | undefined;\n suffix?: string | undefined;\n \"default-value\"?: string | undefined;\n \"min-width\"?: number | undefined;\n \"auto-width\"?: boolean | undefined;\n \"max-width\"?: number | undefined;\n align?: \"left\" | \"right\" | undefined;\n overflow?: \"abbrev\" | \"truncate\" | \"dot-dot\" | \"last-word\" | undefined;\n \"text-transform\"?: \"none\" | \"uppercase\" | \"lowercase\" | \"capitalize\" | undefined;\n })[] | undefined;\n \"search-table\"?: Record<string, {\n level?: \"info\" | \"trace\" | \"debug5\" | \"debug4\" | \"debug3\" | \"debug2\" | \"debug\" | \"stats\" | \"notice\" | \"warning\" | \"error\" | \"critical\" | \"fatal\" | undefined;\n pattern?: string | undefined;\n glob?: string | undefined;\n }> | undefined;\n highlights?: Record<string, {\n pattern?: string | undefined;\n color?: string | undefined;\n \"background-color\"?: string | undefined;\n underline?: boolean | undefined;\n blink?: boolean | undefined;\n }> | undefined;\n \"file-type\"?: \"json\" | \"text\" | \"csv\" | undefined;\n \"max-unrecognized-lines\"?: number | undefined;\n}, {\n level?: Record<string, string | number> | undefined;\n value?: Record<string, {\n description?: string | undefined;\n kind?: \"string\" | \"boolean\" | \"integer\" | \"float\" | \"json\" | \"struct\" | \"quoted\" | \"xml\" | undefined;\n collate?: string | undefined;\n unit?: {\n field?: string | undefined;\n \"scaling-factor\"?: Record<string, {\n value?: number | undefined;\n op?: \"identity\" | \"multiply\" | \"divide\" | undefined;\n }> | undefined;\n } | undefined;\n identifier?: boolean | undefined;\n \"foreign-key\"?: boolean | undefined;\n hidden?: boolean | undefined;\n \"action-list\"?: string[] | undefined;\n rewriter?: string | undefined;\n }> | undefined;\n regex?: Record<string, {\n pattern?: string | undefined;\n \"module-format\"?: boolean | undefined;\n }> | undefined;\n json?: boolean | undefined;\n \"convert-to-local-time\"?: boolean | undefined;\n \"hide-extra\"?: boolean | undefined;\n multiline?: boolean | undefined;\n \"timestamp-divisor\"?: number | undefined;\n \"file-pattern\"?: string | undefined;\n converter?: {\n type?: string | undefined;\n header?: {\n expr?: Record<string, string> | undefined;\n size?: number | undefined;\n } | undefined;\n command?: string | undefined;\n } | undefined;\n \"level-field\"?: string | undefined;\n \"level-pointer\"?: string | undefined;\n \"timestamp-field\"?: string | undefined;\n \"subsecond-field\"?: string | undefined;\n \"subsecond-units\"?: \"milli\" | \"micro\" | \"nano\" | undefined;\n \"time-field\"?: string | undefined;\n \"body-field\"?: string | undefined;\n url?: string | string[] | undefined;\n title?: string | undefined;\n description?: string | undefined;\n \"timestamp-format\"?: string[] | undefined;\n \"module-field\"?: string | undefined;\n \"opid-field\"?: string | undefined;\n opid?: {\n description?: Record<string, {\n format?: {\n field?: string | undefined;\n extractor?: string | undefined;\n prefix?: string | undefined;\n suffix?: string | undefined;\n joiner?: string | undefined;\n }[] | undefined;\n }> | undefined;\n subid?: string | undefined;\n \"sub-description\"?: Record<string, {\n format?: {\n field?: string | undefined;\n extractor?: string | undefined;\n prefix?: string | undefined;\n suffix?: string | undefined;\n joiner?: string | undefined;\n }[] | undefined;\n }> | undefined;\n } | undefined;\n \"ordered-by-time\"?: boolean | undefined;\n tags?: Record<string, {\n level?: \"info\" | \"trace\" | \"debug5\" | \"debug4\" | \"debug3\" | \"debug2\" | \"debug\" | \"stats\" | \"notice\" | \"warning\" | \"error\" | \"critical\" | \"fatal\" | undefined;\n pattern?: string | undefined;\n description?: string | undefined;\n paths?: {\n glob?: string | undefined;\n }[] | undefined;\n }> | undefined;\n partitions?: Record<string, {\n level?: \"info\" | \"trace\" | \"debug5\" | \"debug4\" | \"debug3\" | \"debug2\" | \"debug\" | \"stats\" | \"notice\" | \"warning\" | \"error\" | \"critical\" | \"fatal\" | undefined;\n pattern?: string | undefined;\n description?: string | undefined;\n paths?: {\n glob?: string | undefined;\n }[] | undefined;\n }> | undefined;\n action?: Record<string, string | {\n label?: string | undefined;\n \"capture-output\"?: boolean | undefined;\n cmd?: string[] | undefined;\n }> | undefined;\n sample?: {\n level?: \"info\" | \"trace\" | \"debug5\" | \"debug4\" | \"debug3\" | \"debug2\" | \"debug\" | \"stats\" | \"notice\" | \"warning\" | \"error\" | \"critical\" | \"fatal\" | undefined;\n description?: string | undefined;\n line?: string | undefined;\n }[] | undefined;\n \"line-format\"?: (string | {\n \"timestamp-format\"?: string | undefined;\n field?: string | undefined;\n prefix?: string | undefined;\n suffix?: string | undefined;\n \"default-value\"?: string | undefined;\n \"min-width\"?: number | undefined;\n \"auto-width\"?: boolean | undefined;\n \"max-width\"?: number | undefined;\n align?: \"left\" | \"right\" | undefined;\n overflow?: \"abbrev\" | \"truncate\" | \"dot-dot\" | \"last-word\" | undefined;\n \"text-transform\"?: \"none\" | \"uppercase\" | \"lowercase\" | \"capitalize\" | undefined;\n })[] | undefined;\n \"search-table\"?: Record<string, {\n level?: \"info\" | \"trace\" | \"debug5\" | \"debug4\" | \"debug3\" | \"debug2\" | \"debug\" | \"stats\" | \"notice\" | \"warning\" | \"error\" | \"critical\" | \"fatal\" | undefined;\n pattern?: string | undefined;\n glob?: string | undefined;\n }> | undefined;\n highlights?: Record<string, {\n pattern?: string | undefined;\n color?: string | undefined;\n \"background-color\"?: string | undefined;\n underline?: boolean | undefined;\n blink?: boolean | undefined;\n }> | undefined;\n \"file-type\"?: \"json\" | \"text\" | \"csv\" | undefined;\n \"max-unrecognized-lines\"?: number | undefined;\n}>;\nexport type LnavFormat = z.infer<typeof lnavFormatSchema>;\n","import type { Server } from \"node:http\";\nimport { Future } from \"atom.io/internal\";\nimport { ChildSocket } from \"atom.io/realtime-server\";\nimport { CronJob } from \"cron\";\nimport { FilesystemStorage } from \"safedeposit\";\nimport { z } from \"zod\";\nimport type { LnavFormat } from \"../gen/lnav-format-schema.gen\";\nexport declare const FLIGHTDECK_SETUP_PHASES: readonly [\"downloaded\", \"installed\"];\nexport type FlightDeckSetupPhase = (typeof FLIGHTDECK_SETUP_PHASES)[number];\nexport declare const FLIGHTDECK_UPDATE_PHASES: readonly [\"notified\", \"confirmed\"];\nexport type FlightDeckUpdatePhase = (typeof FLIGHTDECK_UPDATE_PHASES)[number];\nexport declare function isVersionNumber(version: string): boolean;\nexport type FlightDeckOptions<S extends string = string> = {\n packageName: string;\n services: {\n [service in S]: {\n run: string;\n waitFor: boolean;\n };\n };\n scripts: {\n download: string;\n install: string;\n checkAvailability?: string;\n };\n port?: number | undefined;\n flightdeckRootDir?: string | undefined;\n jsonLogging?: boolean | undefined;\n};\nexport declare class FlightDeck<S extends string = string> {\n readonly options: FlightDeckOptions<S>;\n protected safety: number;\n protected storage: FilesystemStorage<{\n setupPhase: FlightDeckSetupPhase;\n updatePhase: FlightDeckUpdatePhase;\n updateAwaitedVersion: string;\n }>;\n protected webhookServer: Server;\n protected services: {\n [service in S]: ChildSocket<{\n timeToStop: [];\n updatesReady: [];\n }, {\n readyToUpdate: [];\n alive: [];\n }> | null;\n };\n protected serviceIdx: {\n readonly [service in S]: number;\n };\n defaultServicesReadyToUpdate: {\n readonly [service in S]: boolean;\n };\n servicesReadyToUpdate: {\n [service in S]: boolean;\n };\n autoRespawnDeadServices: boolean;\n protected logger: Pick<Console, `error` | `info` | `warn`>;\n protected serviceLoggers: {\n readonly [service in S]: FlightDeckLogger;\n };\n protected updateAvailabilityChecker: CronJob | null;\n servicesLive: Future<void>[];\n servicesDead: Future<void>[];\n live: Future<unknown>;\n dead: Future<unknown>;\n protected restartTimes: number[];\n constructor(options: FlightDeckOptions<S>);\n protected seekUpdate(version: string): Promise<void>;\n protected announceUpdate(): void;\n protected tryUpdate(): void;\n protected startAllServices(): Future<unknown>;\n protected startService(serviceName: S): void;\n protected downloadPackage(): void;\n protected installPackage(): void;\n stopAllServices(): Future<unknown>;\n stopService(serviceName: S): void;\n}\nexport declare const FLIGHTDECK_INFO = \"info\";\nexport declare const FLIGHTDECK_WARN = \"warn\";\nexport declare const FLIGHTDECK_ERROR = \"ERR!\";\nexport declare const flightDeckLogSchema: z.ZodObject<{\n level: z.ZodUnion<[z.ZodLiteral<\"info\">, z.ZodLiteral<\"warn\">, z.ZodLiteral<\"ERR!\">]>;\n timestamp: z.ZodNumber;\n package: z.ZodString;\n service: z.ZodOptional<z.ZodString>;\n process: z.ZodNumber;\n body: z.ZodString;\n}, \"strip\", z.ZodTypeAny, {\n level: \"info\" | \"warn\" | \"ERR!\";\n timestamp: number;\n package: string;\n process: number;\n body: string;\n service?: string | undefined;\n}, {\n level: \"info\" | \"warn\" | \"ERR!\";\n timestamp: number;\n package: string;\n process: number;\n body: string;\n service?: string | undefined;\n}>;\nexport type FlightDeckLog = z.infer<typeof flightDeckLogSchema>;\ndeclare const LINE_FORMAT = \"line-format\";\ndeclare const VALUE = \"value\";\nexport type LnavFormatVisualComponent = Exclude<Exclude<LnavFormat[`line-format`], undefined>[number], string>;\nexport type LnavFormatBreakdown = Exclude<LnavFormat[`value`], undefined>;\nexport type MemberOf<T> = T[keyof T];\nexport type LnavFormatValueDefinition = MemberOf<LnavFormatBreakdown>;\nexport type FlightDeckFormat = {\n [LINE_FORMAT]: (string | (LnavFormatVisualComponent & {\n field: keyof FlightDeckLog | `__level__` | `__timestamp__`;\n }))[];\n [VALUE]: {\n [K in keyof FlightDeckLog]: LnavFormatValueDefinition & {\n kind: FlightDeckLog[K] extends number | undefined ? `integer` : FlightDeckLog[K] extends string | undefined ? `string` : never;\n };\n };\n};\nexport declare const FLIGHTDECK_LNAV_FORMAT: {\n readonly title: \"FlightDeck Log\";\n readonly description: \"Format for events logged by the FlightDeck process manager.\";\n readonly \"file-type\": \"json\";\n readonly \"timestamp-field\": \"timestamp\";\n readonly \"timestamp-divisor\": 1000;\n readonly \"module-field\": \"package\";\n readonly \"opid-field\": \"service\";\n readonly \"level-field\": \"level\";\n readonly level: {\n readonly info: \"info\";\n readonly warning: \"warn\";\n readonly error: \"ERR!\";\n };\n readonly \"line-format\": [{\n readonly field: \"level\";\n }, {\n readonly prefix: \" \";\n readonly field: \"__timestamp__\";\n readonly \"timestamp-format\": \"%Y-%m-%dT%H:%M:%S.%L%Z\";\n }, {\n readonly prefix: \" \";\n readonly field: \"process\";\n readonly \"min-width\": 5;\n }, {\n readonly prefix: \":\";\n readonly field: \"package\";\n }, {\n readonly prefix: \":\";\n readonly field: \"service\";\n readonly \"default-value\": \"\";\n }, {\n readonly prefix: \": \";\n readonly field: \"body\";\n }];\n readonly value: {\n readonly timestamp: {\n readonly kind: \"integer\";\n };\n readonly level: {\n readonly kind: \"string\";\n };\n readonly package: {\n readonly kind: \"string\";\n };\n readonly service: {\n readonly kind: \"string\";\n };\n readonly process: {\n readonly kind: \"integer\";\n };\n readonly body: {\n readonly kind: \"string\";\n };\n };\n};\nexport declare class FlightDeckLogger implements Pick<Console, `error` | `info` | `warn`> {\n readonly packageName: string;\n readonly serviceName?: string;\n readonly jsonLogging: boolean;\n processCode: number;\n constructor(packageName: string, processCode: number, serviceName?: string, options?: {\n jsonLogging: boolean;\n });\n protected log(level: typeof FLIGHTDECK_ERROR | typeof FLIGHTDECK_INFO | typeof FLIGHTDECK_WARN, ...messages: unknown[]): void;\n info(...messages: unknown[]): void;\n warn(...messages: unknown[]): void;\n error(...messages: unknown[]): void;\n}\nexport {};\n","export type AlertOptions = {\n secret: string;\n endpoint: string;\n version: string;\n};\nexport declare function alert({ secret, endpoint, version, }: AlertOptions): Promise<Response>;\n/**\n * @see https://github.com/changesets/action/blob/main/src/run.ts\n */\nexport type ChangesetsPublishedPackage = {\n name: string;\n version: string;\n};\n/**\n * @see https://github.com/changesets/action/blob/main/src/run.ts\n */\nexport type ChangesetsPublishResult = {\n published: true;\n publishedPackages: ChangesetsPublishedPackage[];\n} | {\n published: false;\n};\nexport type PackageConfig<K extends string> = {\n [key in K]: {\n endpoint: string;\n };\n};\nexport type SecretsConfig<K extends string> = {\n [key in K]: string;\n};\nexport type ScrambleOptions<K extends string = string> = {\n packageConfig: PackageConfig<K>;\n secretsConfig: SecretsConfig<K>;\n publishedPackages: ChangesetsPublishedPackage[];\n};\nexport type ScrambleResult<K extends string = string> = {\n [key in K]: Response;\n};\nexport declare function scramble<K extends string = string>({ packageConfig, secretsConfig, publishedPackages, }: ScrambleOptions<K>): Promise<ScrambleResult<K>>;\n"],"mappings":";;;;;;;;;AACA,IAAW,mBAuwBT;CAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA,EAAA;AAAA;AACF,IAAW,aAAa;CAAC;CAAI,MAAM;CAAkB,MAAI,EAAA;AAAA;;;;AClwBzD,IAAW,0BAAgE,CAAC,CAAI;AAChF,IAAW,uBAAuB,CAAC,IAAI,MAAM,uBAAwB;AACrE,IAAW,2BAA+D,CAAC,EAAK;AAChF,IAAW,wBAAwB,CAAC,IAAI,MAAM,wBAAyB;AACvE,IAAW,kBAAkB,CAAC,EAAK;AACnC,IAAW,oBAAoB,CAAC,IAAI,MAAM,CAAE;AAC5C,IAAW,aAAY;CAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;AAAA;AACvB,IAAW,kBAAG,CAAA,EAAA;AACd,IAAW,kBAAa,CAAA,EAAA;AACxB,IAAW,mBAAY,CAAA,EAAA;AACvB,IAAW,sBAqBN;CAAC;CAAI,MAAM,EAAE;CAAM,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;CAAA,MAAA,EAAA;AAAA;AACxB,IAAW,gBAAgB;CAAC;CAAI,MAAI;CAAA,MAAA,EAAA;AAAA;AACpC,IAAI,cAAc,CAAC,EAAK;AACxB,IAAI,QAAQ,CAAC,EAAK;AAClB,IAAW,4BAAA;CAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;AAAA;AACX,IAAW,sBAAkB;CAAA;CAAA,MAAA;CAAA,MAAA;AAAA;AAC7B,IAAW,WAAU;CAAA;CAAA,MAAA;CAAA,MAAA;AAAA;AACrB,IAAW,4BAAM;CAAA;CAAA,MAAA;CAAA,MAAA;AAAA;AACjB,IAAK,mBAAA;CAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;AAAA;AACL,IAAW,yBAuDT,CAAA,EAAA;AACF,IAAW,mBAAmB;CAAC;CAAI,MAAM;CAAkB,MAAI;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;AAAA;;;;;;;;;;;;;;;;ACvG/D,IAAW,eAAe,CAAC,CAAA;AAC3B,IAAW,QAAO;CAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;AAAA;;;;AAIlB,IAAW,6BAA6B,CAAC,CAAI;;;;AAI7C,IAAW,0BAA0B,CAAC,GAAG,MAAA,0BAAA;AACzC,IAAW,gBAAK,CAAA,GAAA,MAAA,CAAA;AAChB,IAAW,gBAAQ,CAAA,GAAA,MAAA,CAAA;AACnB,IAAC,kBAAA;CAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;CAAA,MAAA;AAAA;AACD,IAAE,iBAAA;CAAA;CAAA,MAAA;CAAA,MAAA;AAAA;AACF,IAAW,WAAW;CAAC;CAAG,MAAM;CAAG,MAAM;CAAiB,MAAM;CAAA,MAAA;CAAA,MAAA;AAAA"}
|