@openspecui/core 3.7.0 → 3.7.2
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/document-translation-CvUxMOPl.mjs +44 -0
- package/dist/document-translation-D_ryOn9u.d.mts +140 -0
- package/dist/document-translation.d.mts +2 -2
- package/dist/document-translation.mjs +2 -2
- package/dist/hosted-app-BqJw9WgW.d.mts +43 -0
- package/dist/{hosted-app-Bl5W6LWQ.mjs → hosted-app-Du65UHRo.mjs} +24 -3
- package/dist/hosted-app.d.mts +2 -2
- package/dist/hosted-app.mjs +2 -2
- package/dist/index.d.mts +70 -22
- package/dist/index.mjs +98 -17
- package/dist/{notifications-CbKmEdCU.d.mts → notifications-C9NFber0.d.mts} +9 -9
- package/dist/notifications.d.mts +2 -2
- package/dist/{openspec-projection-Co3CUAHe.d.mts → openspec-projection-Cv9_trD5.d.mts} +1 -1
- package/dist/openspec-projection.d.mts +2 -2
- package/dist/{opsx-entity-Cz89hbt3.d.mts → opsx-entity-FVK74l1t.d.mts} +13 -13
- package/dist/opsx-entity.d.mts +2 -2
- package/dist/{opsx-schema-detail-CuDl2xjZ.d.mts → opsx-schema-detail-COXlZ7Gm.d.mts} +1 -1
- package/dist/opsx-schema-detail.d.mts +3 -3
- package/dist/{schemas-q7tGvvxx.d.mts → schemas-CFIuaIAS.d.mts} +66 -66
- package/dist/{sounds-BORGLPIt.d.mts → sounds-Dz-aToh_.d.mts} +4 -4
- package/dist/sounds.d.mts +1 -1
- package/dist/{terminal-audio-Dmi6lR7o.d.mts → terminal-audio-Btx-il9w.d.mts} +1 -1
- package/dist/terminal-audio.d.mts +2 -2
- package/dist/terminal-control.d.mts +2 -2
- package/dist/{terminal-invocation-C733ofmf.d.mts → terminal-invocation-42mkV55p.d.mts} +90 -90
- package/dist/terminal-invocation.d.mts +1 -1
- package/package.json +37 -1
- package/dist/document-translation-CEI09yZe.mjs +0 -13
- package/dist/document-translation-CuCbRCNb.d.mts +0 -22
- package/dist/hosted-app-DHrXW3jc.d.mts +0 -31
|
@@ -13,20 +13,20 @@ declare const PtySessionInfoSchema: z.ZodObject<{
|
|
|
13
13
|
closeTip: z.ZodOptional<z.ZodString>;
|
|
14
14
|
closeCallbackUrl: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>]>>;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
|
-
title: string;
|
|
17
16
|
id: string;
|
|
18
17
|
command: string;
|
|
19
18
|
args: string[];
|
|
19
|
+
title: string;
|
|
20
20
|
platform: "windows" | "macos" | "common";
|
|
21
21
|
exitCode: number | null;
|
|
22
22
|
isExited: boolean;
|
|
23
23
|
closeTip?: string | undefined;
|
|
24
24
|
closeCallbackUrl?: string | Record<string, string> | undefined;
|
|
25
25
|
}, {
|
|
26
|
-
title: string;
|
|
27
26
|
id: string;
|
|
28
27
|
command: string;
|
|
29
28
|
args: string[];
|
|
29
|
+
title: string;
|
|
30
30
|
platform: "windows" | "macos" | "common";
|
|
31
31
|
exitCode: number | null;
|
|
32
32
|
isExited: boolean;
|
|
@@ -256,12 +256,12 @@ declare const PtyTitleResponseSchema: z.ZodObject<{
|
|
|
256
256
|
title: z.ZodString;
|
|
257
257
|
}, "strip", z.ZodTypeAny, {
|
|
258
258
|
type: "title";
|
|
259
|
-
sessionId: string;
|
|
260
259
|
title: string;
|
|
260
|
+
sessionId: string;
|
|
261
261
|
}, {
|
|
262
262
|
type: "title";
|
|
263
|
-
sessionId: string;
|
|
264
263
|
title: string;
|
|
264
|
+
sessionId: string;
|
|
265
265
|
}>;
|
|
266
266
|
declare const PtyProcessTitleResponseSchema: z.ZodObject<{
|
|
267
267
|
type: z.ZodLiteral<"process-title">;
|
|
@@ -269,12 +269,12 @@ declare const PtyProcessTitleResponseSchema: z.ZodObject<{
|
|
|
269
269
|
title: z.ZodString;
|
|
270
270
|
}, "strip", z.ZodTypeAny, {
|
|
271
271
|
type: "process-title";
|
|
272
|
-
sessionId: string;
|
|
273
272
|
title: string;
|
|
273
|
+
sessionId: string;
|
|
274
274
|
}, {
|
|
275
275
|
type: "process-title";
|
|
276
|
-
sessionId: string;
|
|
277
276
|
title: string;
|
|
277
|
+
sessionId: string;
|
|
278
278
|
}>;
|
|
279
279
|
declare const PtyBellResponseSchema: z.ZodObject<{
|
|
280
280
|
type: z.ZodLiteral<"bell">;
|
|
@@ -315,20 +315,20 @@ declare const PtyListResponseSchema: z.ZodObject<{
|
|
|
315
315
|
closeTip: z.ZodOptional<z.ZodString>;
|
|
316
316
|
closeCallbackUrl: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>]>>;
|
|
317
317
|
}, "strip", z.ZodTypeAny, {
|
|
318
|
-
title: string;
|
|
319
318
|
id: string;
|
|
320
319
|
command: string;
|
|
321
320
|
args: string[];
|
|
321
|
+
title: string;
|
|
322
322
|
platform: "windows" | "macos" | "common";
|
|
323
323
|
exitCode: number | null;
|
|
324
324
|
isExited: boolean;
|
|
325
325
|
closeTip?: string | undefined;
|
|
326
326
|
closeCallbackUrl?: string | Record<string, string> | undefined;
|
|
327
327
|
}, {
|
|
328
|
-
title: string;
|
|
329
328
|
id: string;
|
|
330
329
|
command: string;
|
|
331
330
|
args: string[];
|
|
331
|
+
title: string;
|
|
332
332
|
platform: "windows" | "macos" | "common";
|
|
333
333
|
exitCode: number | null;
|
|
334
334
|
isExited: boolean;
|
|
@@ -338,10 +338,10 @@ declare const PtyListResponseSchema: z.ZodObject<{
|
|
|
338
338
|
}, "strip", z.ZodTypeAny, {
|
|
339
339
|
type: "list";
|
|
340
340
|
sessions: {
|
|
341
|
-
title: string;
|
|
342
341
|
id: string;
|
|
343
342
|
command: string;
|
|
344
343
|
args: string[];
|
|
344
|
+
title: string;
|
|
345
345
|
platform: "windows" | "macos" | "common";
|
|
346
346
|
exitCode: number | null;
|
|
347
347
|
isExited: boolean;
|
|
@@ -351,10 +351,10 @@ declare const PtyListResponseSchema: z.ZodObject<{
|
|
|
351
351
|
}, {
|
|
352
352
|
type: "list";
|
|
353
353
|
sessions: {
|
|
354
|
-
title: string;
|
|
355
354
|
id: string;
|
|
356
355
|
command: string;
|
|
357
356
|
args: string[];
|
|
357
|
+
title: string;
|
|
358
358
|
platform: "windows" | "macos" | "common";
|
|
359
359
|
exitCode: number | null;
|
|
360
360
|
isExited: boolean;
|
|
@@ -424,24 +424,24 @@ declare const PtyServerMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
424
424
|
title: z.ZodString;
|
|
425
425
|
}, "strip", z.ZodTypeAny, {
|
|
426
426
|
type: "title";
|
|
427
|
-
sessionId: string;
|
|
428
427
|
title: string;
|
|
428
|
+
sessionId: string;
|
|
429
429
|
}, {
|
|
430
430
|
type: "title";
|
|
431
|
-
sessionId: string;
|
|
432
431
|
title: string;
|
|
432
|
+
sessionId: string;
|
|
433
433
|
}>, z.ZodObject<{
|
|
434
434
|
type: z.ZodLiteral<"process-title">;
|
|
435
435
|
sessionId: z.ZodString;
|
|
436
436
|
title: z.ZodString;
|
|
437
437
|
}, "strip", z.ZodTypeAny, {
|
|
438
438
|
type: "process-title";
|
|
439
|
-
sessionId: string;
|
|
440
439
|
title: string;
|
|
440
|
+
sessionId: string;
|
|
441
441
|
}, {
|
|
442
442
|
type: "process-title";
|
|
443
|
-
sessionId: string;
|
|
444
443
|
title: string;
|
|
444
|
+
sessionId: string;
|
|
445
445
|
}>, z.ZodObject<{
|
|
446
446
|
type: z.ZodLiteral<"cwd">;
|
|
447
447
|
sessionId: z.ZodString;
|
|
@@ -521,20 +521,20 @@ declare const PtyServerMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
521
521
|
closeTip: z.ZodOptional<z.ZodString>;
|
|
522
522
|
closeCallbackUrl: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>]>>;
|
|
523
523
|
}, "strip", z.ZodTypeAny, {
|
|
524
|
-
title: string;
|
|
525
524
|
id: string;
|
|
526
525
|
command: string;
|
|
527
526
|
args: string[];
|
|
527
|
+
title: string;
|
|
528
528
|
platform: "windows" | "macos" | "common";
|
|
529
529
|
exitCode: number | null;
|
|
530
530
|
isExited: boolean;
|
|
531
531
|
closeTip?: string | undefined;
|
|
532
532
|
closeCallbackUrl?: string | Record<string, string> | undefined;
|
|
533
533
|
}, {
|
|
534
|
-
title: string;
|
|
535
534
|
id: string;
|
|
536
535
|
command: string;
|
|
537
536
|
args: string[];
|
|
537
|
+
title: string;
|
|
538
538
|
platform: "windows" | "macos" | "common";
|
|
539
539
|
exitCode: number | null;
|
|
540
540
|
isExited: boolean;
|
|
@@ -544,10 +544,10 @@ declare const PtyServerMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
544
544
|
}, "strip", z.ZodTypeAny, {
|
|
545
545
|
type: "list";
|
|
546
546
|
sessions: {
|
|
547
|
-
title: string;
|
|
548
547
|
id: string;
|
|
549
548
|
command: string;
|
|
550
549
|
args: string[];
|
|
550
|
+
title: string;
|
|
551
551
|
platform: "windows" | "macos" | "common";
|
|
552
552
|
exitCode: number | null;
|
|
553
553
|
isExited: boolean;
|
|
@@ -557,10 +557,10 @@ declare const PtyServerMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
557
557
|
}, {
|
|
558
558
|
type: "list";
|
|
559
559
|
sessions: {
|
|
560
|
-
title: string;
|
|
561
560
|
id: string;
|
|
562
561
|
command: string;
|
|
563
562
|
args: string[];
|
|
563
|
+
title: string;
|
|
564
564
|
platform: "windows" | "macos" | "common";
|
|
565
565
|
exitCode: number | null;
|
|
566
566
|
isExited: boolean;
|
|
@@ -605,18 +605,18 @@ declare const TerminalShellProfileSchema: z.ZodObject<{
|
|
|
605
605
|
source: z.ZodDefault<z.ZodEnum<["builtin", "custom"]>>;
|
|
606
606
|
quoteStyle: z.ZodDefault<z.ZodEnum<["posix", "cmd", "powershell"]>>;
|
|
607
607
|
}, "strip", z.ZodTypeAny, {
|
|
608
|
-
label: string;
|
|
609
|
-
source: "custom" | "builtin";
|
|
610
608
|
id: string;
|
|
609
|
+
label: string;
|
|
611
610
|
command: string;
|
|
612
611
|
args: string[];
|
|
612
|
+
source: "custom" | "builtin";
|
|
613
613
|
quoteStyle: "posix" | "cmd" | "powershell";
|
|
614
614
|
}, {
|
|
615
|
-
label: string;
|
|
616
615
|
id: string;
|
|
616
|
+
label: string;
|
|
617
617
|
command: string;
|
|
618
|
-
source?: "custom" | "builtin" | undefined;
|
|
619
618
|
args?: string[] | undefined;
|
|
619
|
+
source?: "custom" | "builtin" | undefined;
|
|
620
620
|
quoteStyle?: "posix" | "cmd" | "powershell" | undefined;
|
|
621
621
|
}>;
|
|
622
622
|
type TerminalShellProfile = z.infer<typeof TerminalShellProfileSchema>;
|
|
@@ -633,8 +633,8 @@ declare const TerminalCommandFieldSchema: z.ZodObject<{
|
|
|
633
633
|
}, "strip", z.ZodTypeAny, {
|
|
634
634
|
options: string[];
|
|
635
635
|
type: "boolean" | "text" | "textarea" | "select";
|
|
636
|
-
label: string;
|
|
637
636
|
id: string;
|
|
637
|
+
label: string;
|
|
638
638
|
required: boolean;
|
|
639
639
|
advanced: boolean;
|
|
640
640
|
description?: string | undefined;
|
|
@@ -642,13 +642,13 @@ declare const TerminalCommandFieldSchema: z.ZodObject<{
|
|
|
642
642
|
defaultValue?: string | boolean | undefined;
|
|
643
643
|
}, {
|
|
644
644
|
type: "boolean" | "text" | "textarea" | "select";
|
|
645
|
-
label: string;
|
|
646
645
|
id: string;
|
|
646
|
+
label: string;
|
|
647
647
|
options?: string[] | undefined;
|
|
648
|
-
required?: boolean | undefined;
|
|
649
648
|
description?: string | undefined;
|
|
650
649
|
placeholder?: string | undefined;
|
|
651
650
|
defaultValue?: string | boolean | undefined;
|
|
651
|
+
required?: boolean | undefined;
|
|
652
652
|
advanced?: boolean | undefined;
|
|
653
653
|
}>;
|
|
654
654
|
type TerminalCommandField = z.infer<typeof TerminalCommandFieldSchema>;
|
|
@@ -698,14 +698,14 @@ declare const TerminalCommandJsonSchemaPropertySchema: z.ZodObject<{
|
|
|
698
698
|
enum: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
699
699
|
}, "strip", z.ZodTypeAny, {
|
|
700
700
|
type: "string" | "boolean";
|
|
701
|
-
title?: string | undefined;
|
|
702
701
|
description?: string | undefined;
|
|
702
|
+
title?: string | undefined;
|
|
703
703
|
default?: string | boolean | undefined;
|
|
704
704
|
enum?: string[] | undefined;
|
|
705
705
|
}, {
|
|
706
706
|
type?: "string" | "boolean" | undefined;
|
|
707
|
-
title?: string | undefined;
|
|
708
707
|
description?: string | undefined;
|
|
708
|
+
title?: string | undefined;
|
|
709
709
|
default?: string | boolean | undefined;
|
|
710
710
|
enum?: string[] | undefined;
|
|
711
711
|
}>;
|
|
@@ -720,14 +720,14 @@ declare const TerminalCommandJsonSchemaSchema: z.ZodObject<{
|
|
|
720
720
|
enum: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
721
721
|
}, "strip", z.ZodTypeAny, {
|
|
722
722
|
type: "string" | "boolean";
|
|
723
|
-
title?: string | undefined;
|
|
724
723
|
description?: string | undefined;
|
|
724
|
+
title?: string | undefined;
|
|
725
725
|
default?: string | boolean | undefined;
|
|
726
726
|
enum?: string[] | undefined;
|
|
727
727
|
}, {
|
|
728
728
|
type?: "string" | "boolean" | undefined;
|
|
729
|
-
title?: string | undefined;
|
|
730
729
|
description?: string | undefined;
|
|
730
|
+
title?: string | undefined;
|
|
731
731
|
default?: string | boolean | undefined;
|
|
732
732
|
enum?: string[] | undefined;
|
|
733
733
|
}>>>;
|
|
@@ -737,8 +737,8 @@ declare const TerminalCommandJsonSchemaSchema: z.ZodObject<{
|
|
|
737
737
|
required: string[];
|
|
738
738
|
properties: Record<string, {
|
|
739
739
|
type: "string" | "boolean";
|
|
740
|
-
title?: string | undefined;
|
|
741
740
|
description?: string | undefined;
|
|
741
|
+
title?: string | undefined;
|
|
742
742
|
default?: string | boolean | undefined;
|
|
743
743
|
enum?: string[] | undefined;
|
|
744
744
|
}>;
|
|
@@ -747,8 +747,8 @@ declare const TerminalCommandJsonSchemaSchema: z.ZodObject<{
|
|
|
747
747
|
required?: string[] | undefined;
|
|
748
748
|
properties?: Record<string, {
|
|
749
749
|
type?: "string" | "boolean" | undefined;
|
|
750
|
-
title?: string | undefined;
|
|
751
750
|
description?: string | undefined;
|
|
751
|
+
title?: string | undefined;
|
|
752
752
|
default?: string | boolean | undefined;
|
|
753
753
|
enum?: string[] | undefined;
|
|
754
754
|
}> | undefined;
|
|
@@ -765,14 +765,14 @@ declare const TerminalCommandParametersSchema: z.ZodObject<{
|
|
|
765
765
|
enum: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
766
766
|
}, "strip", z.ZodTypeAny, {
|
|
767
767
|
type: "string" | "boolean";
|
|
768
|
-
title?: string | undefined;
|
|
769
768
|
description?: string | undefined;
|
|
769
|
+
title?: string | undefined;
|
|
770
770
|
default?: string | boolean | undefined;
|
|
771
771
|
enum?: string[] | undefined;
|
|
772
772
|
}, {
|
|
773
773
|
type?: "string" | "boolean" | undefined;
|
|
774
|
-
title?: string | undefined;
|
|
775
774
|
description?: string | undefined;
|
|
775
|
+
title?: string | undefined;
|
|
776
776
|
default?: string | boolean | undefined;
|
|
777
777
|
enum?: string[] | undefined;
|
|
778
778
|
}>>>;
|
|
@@ -782,8 +782,8 @@ declare const TerminalCommandParametersSchema: z.ZodObject<{
|
|
|
782
782
|
required: string[];
|
|
783
783
|
properties: Record<string, {
|
|
784
784
|
type: "string" | "boolean";
|
|
785
|
-
title?: string | undefined;
|
|
786
785
|
description?: string | undefined;
|
|
786
|
+
title?: string | undefined;
|
|
787
787
|
default?: string | boolean | undefined;
|
|
788
788
|
enum?: string[] | undefined;
|
|
789
789
|
}>;
|
|
@@ -792,8 +792,8 @@ declare const TerminalCommandParametersSchema: z.ZodObject<{
|
|
|
792
792
|
required?: string[] | undefined;
|
|
793
793
|
properties?: Record<string, {
|
|
794
794
|
type?: "string" | "boolean" | undefined;
|
|
795
|
-
title?: string | undefined;
|
|
796
795
|
description?: string | undefined;
|
|
796
|
+
title?: string | undefined;
|
|
797
797
|
default?: string | boolean | undefined;
|
|
798
798
|
enum?: string[] | undefined;
|
|
799
799
|
}> | undefined;
|
|
@@ -805,8 +805,8 @@ declare const TerminalCommandParametersSchema: z.ZodObject<{
|
|
|
805
805
|
required: string[];
|
|
806
806
|
properties: Record<string, {
|
|
807
807
|
type: "string" | "boolean";
|
|
808
|
-
title?: string | undefined;
|
|
809
808
|
description?: string | undefined;
|
|
809
|
+
title?: string | undefined;
|
|
810
810
|
default?: string | boolean | undefined;
|
|
811
811
|
enum?: string[] | undefined;
|
|
812
812
|
}>;
|
|
@@ -818,8 +818,8 @@ declare const TerminalCommandParametersSchema: z.ZodObject<{
|
|
|
818
818
|
required?: string[] | undefined;
|
|
819
819
|
properties?: Record<string, {
|
|
820
820
|
type?: "string" | "boolean" | undefined;
|
|
821
|
-
title?: string | undefined;
|
|
822
821
|
description?: string | undefined;
|
|
822
|
+
title?: string | undefined;
|
|
823
823
|
default?: string | boolean | undefined;
|
|
824
824
|
enum?: string[] | undefined;
|
|
825
825
|
}> | undefined;
|
|
@@ -1000,8 +1000,8 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
|
|
|
1000
1000
|
}, "strip", z.ZodTypeAny, {
|
|
1001
1001
|
options: string[];
|
|
1002
1002
|
type: "boolean" | "text" | "textarea" | "select";
|
|
1003
|
-
label: string;
|
|
1004
1003
|
id: string;
|
|
1004
|
+
label: string;
|
|
1005
1005
|
required: boolean;
|
|
1006
1006
|
advanced: boolean;
|
|
1007
1007
|
description?: string | undefined;
|
|
@@ -1009,13 +1009,13 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
|
|
|
1009
1009
|
defaultValue?: string | boolean | undefined;
|
|
1010
1010
|
}, {
|
|
1011
1011
|
type: "boolean" | "text" | "textarea" | "select";
|
|
1012
|
-
label: string;
|
|
1013
1012
|
id: string;
|
|
1013
|
+
label: string;
|
|
1014
1014
|
options?: string[] | undefined;
|
|
1015
|
-
required?: boolean | undefined;
|
|
1016
1015
|
description?: string | undefined;
|
|
1017
1016
|
placeholder?: string | undefined;
|
|
1018
1017
|
defaultValue?: string | boolean | undefined;
|
|
1018
|
+
required?: boolean | undefined;
|
|
1019
1019
|
advanced?: boolean | undefined;
|
|
1020
1020
|
}>, "many">>;
|
|
1021
1021
|
parameters: z.ZodOptional<z.ZodObject<{
|
|
@@ -1029,14 +1029,14 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
|
|
|
1029
1029
|
enum: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1030
1030
|
}, "strip", z.ZodTypeAny, {
|
|
1031
1031
|
type: "string" | "boolean";
|
|
1032
|
-
title?: string | undefined;
|
|
1033
1032
|
description?: string | undefined;
|
|
1033
|
+
title?: string | undefined;
|
|
1034
1034
|
default?: string | boolean | undefined;
|
|
1035
1035
|
enum?: string[] | undefined;
|
|
1036
1036
|
}, {
|
|
1037
1037
|
type?: "string" | "boolean" | undefined;
|
|
1038
|
-
title?: string | undefined;
|
|
1039
1038
|
description?: string | undefined;
|
|
1039
|
+
title?: string | undefined;
|
|
1040
1040
|
default?: string | boolean | undefined;
|
|
1041
1041
|
enum?: string[] | undefined;
|
|
1042
1042
|
}>>>;
|
|
@@ -1046,8 +1046,8 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
|
|
|
1046
1046
|
required: string[];
|
|
1047
1047
|
properties: Record<string, {
|
|
1048
1048
|
type: "string" | "boolean";
|
|
1049
|
-
title?: string | undefined;
|
|
1050
1049
|
description?: string | undefined;
|
|
1050
|
+
title?: string | undefined;
|
|
1051
1051
|
default?: string | boolean | undefined;
|
|
1052
1052
|
enum?: string[] | undefined;
|
|
1053
1053
|
}>;
|
|
@@ -1056,8 +1056,8 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
|
|
|
1056
1056
|
required?: string[] | undefined;
|
|
1057
1057
|
properties?: Record<string, {
|
|
1058
1058
|
type?: "string" | "boolean" | undefined;
|
|
1059
|
-
title?: string | undefined;
|
|
1060
1059
|
description?: string | undefined;
|
|
1060
|
+
title?: string | undefined;
|
|
1061
1061
|
default?: string | boolean | undefined;
|
|
1062
1062
|
enum?: string[] | undefined;
|
|
1063
1063
|
}> | undefined;
|
|
@@ -1069,8 +1069,8 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
|
|
|
1069
1069
|
required: string[];
|
|
1070
1070
|
properties: Record<string, {
|
|
1071
1071
|
type: "string" | "boolean";
|
|
1072
|
-
title?: string | undefined;
|
|
1073
1072
|
description?: string | undefined;
|
|
1073
|
+
title?: string | undefined;
|
|
1074
1074
|
default?: string | boolean | undefined;
|
|
1075
1075
|
enum?: string[] | undefined;
|
|
1076
1076
|
}>;
|
|
@@ -1082,8 +1082,8 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
|
|
|
1082
1082
|
required?: string[] | undefined;
|
|
1083
1083
|
properties?: Record<string, {
|
|
1084
1084
|
type?: "string" | "boolean" | undefined;
|
|
1085
|
-
title?: string | undefined;
|
|
1086
1085
|
description?: string | undefined;
|
|
1086
|
+
title?: string | undefined;
|
|
1087
1087
|
default?: string | boolean | undefined;
|
|
1088
1088
|
enum?: string[] | undefined;
|
|
1089
1089
|
}> | undefined;
|
|
@@ -1172,9 +1172,8 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
|
|
|
1172
1172
|
shellProfileId: z.ZodOptional<z.ZodString>;
|
|
1173
1173
|
source: z.ZodDefault<z.ZodEnum<["builtin", "custom"]>>;
|
|
1174
1174
|
}, "strip", z.ZodTypeAny, {
|
|
1175
|
-
label: string;
|
|
1176
|
-
source: "custom" | "builtin";
|
|
1177
1175
|
id: string;
|
|
1176
|
+
label: string;
|
|
1178
1177
|
command: string;
|
|
1179
1178
|
args: ({
|
|
1180
1179
|
value: string;
|
|
@@ -1189,11 +1188,12 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
|
|
|
1189
1188
|
fieldId: string;
|
|
1190
1189
|
flag: string;
|
|
1191
1190
|
})[];
|
|
1191
|
+
source: "custom" | "builtin";
|
|
1192
1192
|
fields: {
|
|
1193
1193
|
options: string[];
|
|
1194
1194
|
type: "boolean" | "text" | "textarea" | "select";
|
|
1195
|
-
label: string;
|
|
1196
1195
|
id: string;
|
|
1196
|
+
label: string;
|
|
1197
1197
|
required: boolean;
|
|
1198
1198
|
advanced: boolean;
|
|
1199
1199
|
description?: string | undefined;
|
|
@@ -1207,8 +1207,8 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
|
|
|
1207
1207
|
required: string[];
|
|
1208
1208
|
properties: Record<string, {
|
|
1209
1209
|
type: "string" | "boolean";
|
|
1210
|
-
title?: string | undefined;
|
|
1211
1210
|
description?: string | undefined;
|
|
1211
|
+
title?: string | undefined;
|
|
1212
1212
|
default?: string | boolean | undefined;
|
|
1213
1213
|
enum?: string[] | undefined;
|
|
1214
1214
|
}>;
|
|
@@ -1236,10 +1236,9 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
|
|
|
1236
1236
|
} | undefined;
|
|
1237
1237
|
shellProfileId?: string | undefined;
|
|
1238
1238
|
}, {
|
|
1239
|
-
label: string;
|
|
1240
1239
|
id: string;
|
|
1240
|
+
label: string;
|
|
1241
1241
|
command: string;
|
|
1242
|
-
source?: "custom" | "builtin" | undefined;
|
|
1243
1242
|
args?: ({
|
|
1244
1243
|
value: string;
|
|
1245
1244
|
kind: "literal";
|
|
@@ -1253,16 +1252,17 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
|
|
|
1253
1252
|
fieldId: string;
|
|
1254
1253
|
flag: string;
|
|
1255
1254
|
})[] | undefined;
|
|
1255
|
+
source?: "custom" | "builtin" | undefined;
|
|
1256
1256
|
description?: string | undefined;
|
|
1257
1257
|
fields?: {
|
|
1258
1258
|
type: "boolean" | "text" | "textarea" | "select";
|
|
1259
|
-
label: string;
|
|
1260
1259
|
id: string;
|
|
1260
|
+
label: string;
|
|
1261
1261
|
options?: string[] | undefined;
|
|
1262
|
-
required?: boolean | undefined;
|
|
1263
1262
|
description?: string | undefined;
|
|
1264
1263
|
placeholder?: string | undefined;
|
|
1265
1264
|
defaultValue?: string | boolean | undefined;
|
|
1265
|
+
required?: boolean | undefined;
|
|
1266
1266
|
advanced?: boolean | undefined;
|
|
1267
1267
|
}[] | undefined;
|
|
1268
1268
|
parameters?: {
|
|
@@ -1271,8 +1271,8 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
|
|
|
1271
1271
|
required?: string[] | undefined;
|
|
1272
1272
|
properties?: Record<string, {
|
|
1273
1273
|
type?: "string" | "boolean" | undefined;
|
|
1274
|
-
title?: string | undefined;
|
|
1275
1274
|
description?: string | undefined;
|
|
1275
|
+
title?: string | undefined;
|
|
1276
1276
|
default?: string | boolean | undefined;
|
|
1277
1277
|
enum?: string[] | undefined;
|
|
1278
1278
|
}> | undefined;
|
|
@@ -1311,18 +1311,18 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1311
1311
|
source: z.ZodDefault<z.ZodEnum<["builtin", "custom"]>>;
|
|
1312
1312
|
quoteStyle: z.ZodDefault<z.ZodEnum<["posix", "cmd", "powershell"]>>;
|
|
1313
1313
|
}, "strip", z.ZodTypeAny, {
|
|
1314
|
-
label: string;
|
|
1315
|
-
source: "custom" | "builtin";
|
|
1316
1314
|
id: string;
|
|
1315
|
+
label: string;
|
|
1317
1316
|
command: string;
|
|
1318
1317
|
args: string[];
|
|
1318
|
+
source: "custom" | "builtin";
|
|
1319
1319
|
quoteStyle: "posix" | "cmd" | "powershell";
|
|
1320
1320
|
}, {
|
|
1321
|
-
label: string;
|
|
1322
1321
|
id: string;
|
|
1322
|
+
label: string;
|
|
1323
1323
|
command: string;
|
|
1324
|
-
source?: "custom" | "builtin" | undefined;
|
|
1325
1324
|
args?: string[] | undefined;
|
|
1325
|
+
source?: "custom" | "builtin" | undefined;
|
|
1326
1326
|
quoteStyle?: "posix" | "cmd" | "powershell" | undefined;
|
|
1327
1327
|
}>, "many">>;
|
|
1328
1328
|
customSpawnCommands: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -1380,8 +1380,8 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1380
1380
|
}, "strip", z.ZodTypeAny, {
|
|
1381
1381
|
options: string[];
|
|
1382
1382
|
type: "boolean" | "text" | "textarea" | "select";
|
|
1383
|
-
label: string;
|
|
1384
1383
|
id: string;
|
|
1384
|
+
label: string;
|
|
1385
1385
|
required: boolean;
|
|
1386
1386
|
advanced: boolean;
|
|
1387
1387
|
description?: string | undefined;
|
|
@@ -1389,13 +1389,13 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1389
1389
|
defaultValue?: string | boolean | undefined;
|
|
1390
1390
|
}, {
|
|
1391
1391
|
type: "boolean" | "text" | "textarea" | "select";
|
|
1392
|
-
label: string;
|
|
1393
1392
|
id: string;
|
|
1393
|
+
label: string;
|
|
1394
1394
|
options?: string[] | undefined;
|
|
1395
|
-
required?: boolean | undefined;
|
|
1396
1395
|
description?: string | undefined;
|
|
1397
1396
|
placeholder?: string | undefined;
|
|
1398
1397
|
defaultValue?: string | boolean | undefined;
|
|
1398
|
+
required?: boolean | undefined;
|
|
1399
1399
|
advanced?: boolean | undefined;
|
|
1400
1400
|
}>, "many">>;
|
|
1401
1401
|
parameters: z.ZodOptional<z.ZodObject<{
|
|
@@ -1409,14 +1409,14 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1409
1409
|
enum: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1410
1410
|
}, "strip", z.ZodTypeAny, {
|
|
1411
1411
|
type: "string" | "boolean";
|
|
1412
|
-
title?: string | undefined;
|
|
1413
1412
|
description?: string | undefined;
|
|
1413
|
+
title?: string | undefined;
|
|
1414
1414
|
default?: string | boolean | undefined;
|
|
1415
1415
|
enum?: string[] | undefined;
|
|
1416
1416
|
}, {
|
|
1417
1417
|
type?: "string" | "boolean" | undefined;
|
|
1418
|
-
title?: string | undefined;
|
|
1419
1418
|
description?: string | undefined;
|
|
1419
|
+
title?: string | undefined;
|
|
1420
1420
|
default?: string | boolean | undefined;
|
|
1421
1421
|
enum?: string[] | undefined;
|
|
1422
1422
|
}>>>;
|
|
@@ -1426,8 +1426,8 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1426
1426
|
required: string[];
|
|
1427
1427
|
properties: Record<string, {
|
|
1428
1428
|
type: "string" | "boolean";
|
|
1429
|
-
title?: string | undefined;
|
|
1430
1429
|
description?: string | undefined;
|
|
1430
|
+
title?: string | undefined;
|
|
1431
1431
|
default?: string | boolean | undefined;
|
|
1432
1432
|
enum?: string[] | undefined;
|
|
1433
1433
|
}>;
|
|
@@ -1436,8 +1436,8 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1436
1436
|
required?: string[] | undefined;
|
|
1437
1437
|
properties?: Record<string, {
|
|
1438
1438
|
type?: "string" | "boolean" | undefined;
|
|
1439
|
-
title?: string | undefined;
|
|
1440
1439
|
description?: string | undefined;
|
|
1440
|
+
title?: string | undefined;
|
|
1441
1441
|
default?: string | boolean | undefined;
|
|
1442
1442
|
enum?: string[] | undefined;
|
|
1443
1443
|
}> | undefined;
|
|
@@ -1449,8 +1449,8 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1449
1449
|
required: string[];
|
|
1450
1450
|
properties: Record<string, {
|
|
1451
1451
|
type: "string" | "boolean";
|
|
1452
|
-
title?: string | undefined;
|
|
1453
1452
|
description?: string | undefined;
|
|
1453
|
+
title?: string | undefined;
|
|
1454
1454
|
default?: string | boolean | undefined;
|
|
1455
1455
|
enum?: string[] | undefined;
|
|
1456
1456
|
}>;
|
|
@@ -1462,8 +1462,8 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1462
1462
|
required?: string[] | undefined;
|
|
1463
1463
|
properties?: Record<string, {
|
|
1464
1464
|
type?: "string" | "boolean" | undefined;
|
|
1465
|
-
title?: string | undefined;
|
|
1466
1465
|
description?: string | undefined;
|
|
1466
|
+
title?: string | undefined;
|
|
1467
1467
|
default?: string | boolean | undefined;
|
|
1468
1468
|
enum?: string[] | undefined;
|
|
1469
1469
|
}> | undefined;
|
|
@@ -1552,9 +1552,8 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1552
1552
|
shellProfileId: z.ZodOptional<z.ZodString>;
|
|
1553
1553
|
source: z.ZodDefault<z.ZodEnum<["builtin", "custom"]>>;
|
|
1554
1554
|
}, "strip", z.ZodTypeAny, {
|
|
1555
|
-
label: string;
|
|
1556
|
-
source: "custom" | "builtin";
|
|
1557
1555
|
id: string;
|
|
1556
|
+
label: string;
|
|
1558
1557
|
command: string;
|
|
1559
1558
|
args: ({
|
|
1560
1559
|
value: string;
|
|
@@ -1569,11 +1568,12 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1569
1568
|
fieldId: string;
|
|
1570
1569
|
flag: string;
|
|
1571
1570
|
})[];
|
|
1571
|
+
source: "custom" | "builtin";
|
|
1572
1572
|
fields: {
|
|
1573
1573
|
options: string[];
|
|
1574
1574
|
type: "boolean" | "text" | "textarea" | "select";
|
|
1575
|
-
label: string;
|
|
1576
1575
|
id: string;
|
|
1576
|
+
label: string;
|
|
1577
1577
|
required: boolean;
|
|
1578
1578
|
advanced: boolean;
|
|
1579
1579
|
description?: string | undefined;
|
|
@@ -1587,8 +1587,8 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1587
1587
|
required: string[];
|
|
1588
1588
|
properties: Record<string, {
|
|
1589
1589
|
type: "string" | "boolean";
|
|
1590
|
-
title?: string | undefined;
|
|
1591
1590
|
description?: string | undefined;
|
|
1591
|
+
title?: string | undefined;
|
|
1592
1592
|
default?: string | boolean | undefined;
|
|
1593
1593
|
enum?: string[] | undefined;
|
|
1594
1594
|
}>;
|
|
@@ -1616,10 +1616,9 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1616
1616
|
} | undefined;
|
|
1617
1617
|
shellProfileId?: string | undefined;
|
|
1618
1618
|
}, {
|
|
1619
|
-
label: string;
|
|
1620
1619
|
id: string;
|
|
1620
|
+
label: string;
|
|
1621
1621
|
command: string;
|
|
1622
|
-
source?: "custom" | "builtin" | undefined;
|
|
1623
1622
|
args?: ({
|
|
1624
1623
|
value: string;
|
|
1625
1624
|
kind: "literal";
|
|
@@ -1633,16 +1632,17 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1633
1632
|
fieldId: string;
|
|
1634
1633
|
flag: string;
|
|
1635
1634
|
})[] | undefined;
|
|
1635
|
+
source?: "custom" | "builtin" | undefined;
|
|
1636
1636
|
description?: string | undefined;
|
|
1637
1637
|
fields?: {
|
|
1638
1638
|
type: "boolean" | "text" | "textarea" | "select";
|
|
1639
|
-
label: string;
|
|
1640
1639
|
id: string;
|
|
1640
|
+
label: string;
|
|
1641
1641
|
options?: string[] | undefined;
|
|
1642
|
-
required?: boolean | undefined;
|
|
1643
1642
|
description?: string | undefined;
|
|
1644
1643
|
placeholder?: string | undefined;
|
|
1645
1644
|
defaultValue?: string | boolean | undefined;
|
|
1645
|
+
required?: boolean | undefined;
|
|
1646
1646
|
advanced?: boolean | undefined;
|
|
1647
1647
|
}[] | undefined;
|
|
1648
1648
|
parameters?: {
|
|
@@ -1651,8 +1651,8 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1651
1651
|
required?: string[] | undefined;
|
|
1652
1652
|
properties?: Record<string, {
|
|
1653
1653
|
type?: "string" | "boolean" | undefined;
|
|
1654
|
-
title?: string | undefined;
|
|
1655
1654
|
description?: string | undefined;
|
|
1655
|
+
title?: string | undefined;
|
|
1656
1656
|
default?: string | boolean | undefined;
|
|
1657
1657
|
enum?: string[] | undefined;
|
|
1658
1658
|
}> | undefined;
|
|
@@ -1682,17 +1682,16 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1682
1682
|
}>, "many">>;
|
|
1683
1683
|
}, "strip", z.ZodTypeAny, {
|
|
1684
1684
|
customShellProfiles: {
|
|
1685
|
-
label: string;
|
|
1686
|
-
source: "custom" | "builtin";
|
|
1687
1685
|
id: string;
|
|
1686
|
+
label: string;
|
|
1688
1687
|
command: string;
|
|
1689
1688
|
args: string[];
|
|
1689
|
+
source: "custom" | "builtin";
|
|
1690
1690
|
quoteStyle: "posix" | "cmd" | "powershell";
|
|
1691
1691
|
}[];
|
|
1692
1692
|
customSpawnCommands: {
|
|
1693
|
-
label: string;
|
|
1694
|
-
source: "custom" | "builtin";
|
|
1695
1693
|
id: string;
|
|
1694
|
+
label: string;
|
|
1696
1695
|
command: string;
|
|
1697
1696
|
args: ({
|
|
1698
1697
|
value: string;
|
|
@@ -1707,11 +1706,12 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1707
1706
|
fieldId: string;
|
|
1708
1707
|
flag: string;
|
|
1709
1708
|
})[];
|
|
1709
|
+
source: "custom" | "builtin";
|
|
1710
1710
|
fields: {
|
|
1711
1711
|
options: string[];
|
|
1712
1712
|
type: "boolean" | "text" | "textarea" | "select";
|
|
1713
|
-
label: string;
|
|
1714
1713
|
id: string;
|
|
1714
|
+
label: string;
|
|
1715
1715
|
required: boolean;
|
|
1716
1716
|
advanced: boolean;
|
|
1717
1717
|
description?: string | undefined;
|
|
@@ -1725,8 +1725,8 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1725
1725
|
required: string[];
|
|
1726
1726
|
properties: Record<string, {
|
|
1727
1727
|
type: "string" | "boolean";
|
|
1728
|
-
title?: string | undefined;
|
|
1729
1728
|
description?: string | undefined;
|
|
1729
|
+
title?: string | undefined;
|
|
1730
1730
|
default?: string | boolean | undefined;
|
|
1731
1731
|
enum?: string[] | undefined;
|
|
1732
1732
|
}>;
|
|
@@ -1758,18 +1758,17 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1758
1758
|
}, {
|
|
1759
1759
|
defaultShellProfileId?: string | undefined;
|
|
1760
1760
|
customShellProfiles?: {
|
|
1761
|
-
label: string;
|
|
1762
1761
|
id: string;
|
|
1762
|
+
label: string;
|
|
1763
1763
|
command: string;
|
|
1764
|
-
source?: "custom" | "builtin" | undefined;
|
|
1765
1764
|
args?: string[] | undefined;
|
|
1765
|
+
source?: "custom" | "builtin" | undefined;
|
|
1766
1766
|
quoteStyle?: "posix" | "cmd" | "powershell" | undefined;
|
|
1767
1767
|
}[] | undefined;
|
|
1768
1768
|
customSpawnCommands?: {
|
|
1769
|
-
label: string;
|
|
1770
1769
|
id: string;
|
|
1770
|
+
label: string;
|
|
1771
1771
|
command: string;
|
|
1772
|
-
source?: "custom" | "builtin" | undefined;
|
|
1773
1772
|
args?: ({
|
|
1774
1773
|
value: string;
|
|
1775
1774
|
kind: "literal";
|
|
@@ -1783,16 +1782,17 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1783
1782
|
fieldId: string;
|
|
1784
1783
|
flag: string;
|
|
1785
1784
|
})[] | undefined;
|
|
1785
|
+
source?: "custom" | "builtin" | undefined;
|
|
1786
1786
|
description?: string | undefined;
|
|
1787
1787
|
fields?: {
|
|
1788
1788
|
type: "boolean" | "text" | "textarea" | "select";
|
|
1789
|
-
label: string;
|
|
1790
1789
|
id: string;
|
|
1790
|
+
label: string;
|
|
1791
1791
|
options?: string[] | undefined;
|
|
1792
|
-
required?: boolean | undefined;
|
|
1793
1792
|
description?: string | undefined;
|
|
1794
1793
|
placeholder?: string | undefined;
|
|
1795
1794
|
defaultValue?: string | boolean | undefined;
|
|
1795
|
+
required?: boolean | undefined;
|
|
1796
1796
|
advanced?: boolean | undefined;
|
|
1797
1797
|
}[] | undefined;
|
|
1798
1798
|
parameters?: {
|
|
@@ -1801,8 +1801,8 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1801
1801
|
required?: string[] | undefined;
|
|
1802
1802
|
properties?: Record<string, {
|
|
1803
1803
|
type?: "string" | "boolean" | undefined;
|
|
1804
|
-
title?: string | undefined;
|
|
1805
1804
|
description?: string | undefined;
|
|
1805
|
+
title?: string | undefined;
|
|
1806
1806
|
default?: string | boolean | undefined;
|
|
1807
1807
|
enum?: string[] | undefined;
|
|
1808
1808
|
}> | undefined;
|