@openspecui/core 3.11.4 → 3.11.6
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-B3QRXIXx.mjs → document-translation-B6VWf7ll.mjs} +26 -2
- package/dist/{document-translation-QMSrWNT-.d.mts → document-translation-DhFREeHW.d.mts} +254 -52
- package/dist/document-translation.d.mts +2 -2
- package/dist/document-translation.mjs +3 -3
- package/dist/index.d.mts +334 -103
- package/dist/index.mjs +120 -93
- package/dist/{local-download-profiles-DHF9dW4e.d.mts → local-download-profiles-DIVr0mFh.d.mts} +1 -1
- package/dist/local-download-profiles.d.mts +2 -2
- package/dist/{notifications-D9yMeQqN.d.mts → notifications-DiY78-k4.d.mts} +3 -3
- package/dist/notifications.d.mts +2 -2
- package/dist/{openspec-projection-e-sOj4vr.d.mts → openspec-projection-CmxjMsxS.d.mts} +1 -1
- package/dist/openspec-projection.d.mts +2 -2
- package/dist/{opsx-entity-C89YFQNB.d.mts → opsx-entity-CRa2u1j3.d.mts} +9 -9
- package/dist/opsx-entity.d.mts +2 -2
- package/dist/{opsx-schema-detail-DIscOp9f.d.mts → opsx-schema-detail-aVlqvbro.d.mts} +1 -1
- package/dist/opsx-schema-detail.d.mts +3 -3
- package/dist/{schemas-B6ZBedD4.d.mts → schemas-Dp8-Wm-X.d.mts} +16 -16
- package/dist/{sounds-BjSZxrQO.d.mts → sounds-DIvZfWxA.d.mts} +4 -4
- package/dist/sounds.d.mts +1 -1
- package/dist/{terminal-audio-6x0ceNBw.d.mts → terminal-audio-DkjquHlQ.d.mts} +1 -1
- package/dist/terminal-audio.d.mts +2 -2
- package/dist/terminal-control.d.mts +2 -2
- package/dist/{terminal-invocation-C2e1WSWM.d.mts → terminal-invocation-B3js0mEF.d.mts} +32 -32
- package/dist/terminal-invocation.d.mts +1 -1
- package/dist/{translator-jn94xmWZ.d.mts → translator-CS7MsNZp.d.mts} +297 -122
- package/dist/{translator-B98pejVa.mjs → translator-Cx9j32Og.mjs} +31 -1
- package/dist/translator.d.mts +2 -2
- package/dist/translator.mjs +2 -2
- package/package.json +1 -1
|
@@ -14,9 +14,9 @@ declare const PtySessionInfoSchema: z.ZodObject<{
|
|
|
14
14
|
closeCallbackUrl: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>]>>;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
16
|
id: string;
|
|
17
|
+
title: string;
|
|
17
18
|
command: string;
|
|
18
19
|
args: string[];
|
|
19
|
-
title: string;
|
|
20
20
|
platform: "windows" | "macos" | "common";
|
|
21
21
|
exitCode: number | null;
|
|
22
22
|
isExited: boolean;
|
|
@@ -24,9 +24,9 @@ declare const PtySessionInfoSchema: z.ZodObject<{
|
|
|
24
24
|
closeCallbackUrl?: string | Record<string, string> | undefined;
|
|
25
25
|
}, {
|
|
26
26
|
id: string;
|
|
27
|
+
title: string;
|
|
27
28
|
command: string;
|
|
28
29
|
args: string[];
|
|
29
|
-
title: string;
|
|
30
30
|
platform: "windows" | "macos" | "common";
|
|
31
31
|
exitCode: number | null;
|
|
32
32
|
isExited: boolean;
|
|
@@ -316,9 +316,9 @@ declare const PtyListResponseSchema: z.ZodObject<{
|
|
|
316
316
|
closeCallbackUrl: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>]>>;
|
|
317
317
|
}, "strip", z.ZodTypeAny, {
|
|
318
318
|
id: string;
|
|
319
|
+
title: string;
|
|
319
320
|
command: string;
|
|
320
321
|
args: string[];
|
|
321
|
-
title: string;
|
|
322
322
|
platform: "windows" | "macos" | "common";
|
|
323
323
|
exitCode: number | null;
|
|
324
324
|
isExited: boolean;
|
|
@@ -326,9 +326,9 @@ declare const PtyListResponseSchema: z.ZodObject<{
|
|
|
326
326
|
closeCallbackUrl?: string | Record<string, string> | undefined;
|
|
327
327
|
}, {
|
|
328
328
|
id: string;
|
|
329
|
+
title: string;
|
|
329
330
|
command: string;
|
|
330
331
|
args: string[];
|
|
331
|
-
title: string;
|
|
332
332
|
platform: "windows" | "macos" | "common";
|
|
333
333
|
exitCode: number | null;
|
|
334
334
|
isExited: boolean;
|
|
@@ -339,9 +339,9 @@ declare const PtyListResponseSchema: z.ZodObject<{
|
|
|
339
339
|
type: "list";
|
|
340
340
|
sessions: {
|
|
341
341
|
id: string;
|
|
342
|
+
title: string;
|
|
342
343
|
command: string;
|
|
343
344
|
args: string[];
|
|
344
|
-
title: string;
|
|
345
345
|
platform: "windows" | "macos" | "common";
|
|
346
346
|
exitCode: number | null;
|
|
347
347
|
isExited: boolean;
|
|
@@ -352,9 +352,9 @@ declare const PtyListResponseSchema: z.ZodObject<{
|
|
|
352
352
|
type: "list";
|
|
353
353
|
sessions: {
|
|
354
354
|
id: string;
|
|
355
|
+
title: string;
|
|
355
356
|
command: string;
|
|
356
357
|
args: string[];
|
|
357
|
-
title: string;
|
|
358
358
|
platform: "windows" | "macos" | "common";
|
|
359
359
|
exitCode: number | null;
|
|
360
360
|
isExited: boolean;
|
|
@@ -522,9 +522,9 @@ declare const PtyServerMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
522
522
|
closeCallbackUrl: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>]>>;
|
|
523
523
|
}, "strip", z.ZodTypeAny, {
|
|
524
524
|
id: string;
|
|
525
|
+
title: string;
|
|
525
526
|
command: string;
|
|
526
527
|
args: string[];
|
|
527
|
-
title: string;
|
|
528
528
|
platform: "windows" | "macos" | "common";
|
|
529
529
|
exitCode: number | null;
|
|
530
530
|
isExited: boolean;
|
|
@@ -532,9 +532,9 @@ declare const PtyServerMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
532
532
|
closeCallbackUrl?: string | Record<string, string> | undefined;
|
|
533
533
|
}, {
|
|
534
534
|
id: string;
|
|
535
|
+
title: string;
|
|
535
536
|
command: string;
|
|
536
537
|
args: string[];
|
|
537
|
-
title: string;
|
|
538
538
|
platform: "windows" | "macos" | "common";
|
|
539
539
|
exitCode: number | null;
|
|
540
540
|
isExited: boolean;
|
|
@@ -545,9 +545,9 @@ declare const PtyServerMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
545
545
|
type: "list";
|
|
546
546
|
sessions: {
|
|
547
547
|
id: string;
|
|
548
|
+
title: string;
|
|
548
549
|
command: string;
|
|
549
550
|
args: string[];
|
|
550
|
-
title: string;
|
|
551
551
|
platform: "windows" | "macos" | "common";
|
|
552
552
|
exitCode: number | null;
|
|
553
553
|
isExited: boolean;
|
|
@@ -558,9 +558,9 @@ declare const PtyServerMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
558
558
|
type: "list";
|
|
559
559
|
sessions: {
|
|
560
560
|
id: string;
|
|
561
|
+
title: string;
|
|
561
562
|
command: string;
|
|
562
563
|
args: string[];
|
|
563
|
-
title: string;
|
|
564
564
|
platform: "windows" | "macos" | "common";
|
|
565
565
|
exitCode: number | null;
|
|
566
566
|
isExited: boolean;
|
|
@@ -631,9 +631,9 @@ declare const TerminalCommandFieldSchema: z.ZodObject<{
|
|
|
631
631
|
required: z.ZodDefault<z.ZodBoolean>;
|
|
632
632
|
advanced: z.ZodDefault<z.ZodBoolean>;
|
|
633
633
|
}, "strip", z.ZodTypeAny, {
|
|
634
|
-
required: boolean;
|
|
635
634
|
options: string[];
|
|
636
635
|
type: "boolean" | "text" | "textarea" | "select";
|
|
636
|
+
required: boolean;
|
|
637
637
|
id: string;
|
|
638
638
|
label: string;
|
|
639
639
|
advanced: boolean;
|
|
@@ -644,8 +644,8 @@ declare const TerminalCommandFieldSchema: z.ZodObject<{
|
|
|
644
644
|
type: "boolean" | "text" | "textarea" | "select";
|
|
645
645
|
id: string;
|
|
646
646
|
label: string;
|
|
647
|
-
required?: boolean | undefined;
|
|
648
647
|
options?: string[] | undefined;
|
|
648
|
+
required?: boolean | undefined;
|
|
649
649
|
description?: string | undefined;
|
|
650
650
|
placeholder?: string | undefined;
|
|
651
651
|
defaultValue?: string | boolean | undefined;
|
|
@@ -733,8 +733,8 @@ declare const TerminalCommandJsonSchemaSchema: z.ZodObject<{
|
|
|
733
733
|
}>>>;
|
|
734
734
|
required: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
735
735
|
}, "strip", z.ZodTypeAny, {
|
|
736
|
-
required: string[];
|
|
737
736
|
type: "object";
|
|
737
|
+
required: string[];
|
|
738
738
|
properties: Record<string, {
|
|
739
739
|
type: "string" | "boolean";
|
|
740
740
|
description?: string | undefined;
|
|
@@ -778,8 +778,8 @@ declare const TerminalCommandParametersSchema: z.ZodObject<{
|
|
|
778
778
|
}>>>;
|
|
779
779
|
required: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
780
780
|
}, "strip", z.ZodTypeAny, {
|
|
781
|
-
required: string[];
|
|
782
781
|
type: "object";
|
|
782
|
+
required: string[];
|
|
783
783
|
properties: Record<string, {
|
|
784
784
|
type: "string" | "boolean";
|
|
785
785
|
description?: string | undefined;
|
|
@@ -801,8 +801,8 @@ declare const TerminalCommandParametersSchema: z.ZodObject<{
|
|
|
801
801
|
uiSchema: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
802
802
|
}, "strip", z.ZodTypeAny, {
|
|
803
803
|
schema: {
|
|
804
|
-
required: string[];
|
|
805
804
|
type: "object";
|
|
805
|
+
required: string[];
|
|
806
806
|
properties: Record<string, {
|
|
807
807
|
type: "string" | "boolean";
|
|
808
808
|
description?: string | undefined;
|
|
@@ -998,9 +998,9 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
|
|
|
998
998
|
required: z.ZodDefault<z.ZodBoolean>;
|
|
999
999
|
advanced: z.ZodDefault<z.ZodBoolean>;
|
|
1000
1000
|
}, "strip", z.ZodTypeAny, {
|
|
1001
|
-
required: boolean;
|
|
1002
1001
|
options: string[];
|
|
1003
1002
|
type: "boolean" | "text" | "textarea" | "select";
|
|
1003
|
+
required: boolean;
|
|
1004
1004
|
id: string;
|
|
1005
1005
|
label: string;
|
|
1006
1006
|
advanced: boolean;
|
|
@@ -1011,8 +1011,8 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
|
|
|
1011
1011
|
type: "boolean" | "text" | "textarea" | "select";
|
|
1012
1012
|
id: string;
|
|
1013
1013
|
label: string;
|
|
1014
|
-
required?: boolean | undefined;
|
|
1015
1014
|
options?: string[] | undefined;
|
|
1015
|
+
required?: boolean | undefined;
|
|
1016
1016
|
description?: string | undefined;
|
|
1017
1017
|
placeholder?: string | undefined;
|
|
1018
1018
|
defaultValue?: string | boolean | undefined;
|
|
@@ -1042,8 +1042,8 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
|
|
|
1042
1042
|
}>>>;
|
|
1043
1043
|
required: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
1044
1044
|
}, "strip", z.ZodTypeAny, {
|
|
1045
|
-
required: string[];
|
|
1046
1045
|
type: "object";
|
|
1046
|
+
required: string[];
|
|
1047
1047
|
properties: Record<string, {
|
|
1048
1048
|
type: "string" | "boolean";
|
|
1049
1049
|
description?: string | undefined;
|
|
@@ -1065,8 +1065,8 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
|
|
|
1065
1065
|
uiSchema: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1066
1066
|
}, "strip", z.ZodTypeAny, {
|
|
1067
1067
|
schema: {
|
|
1068
|
-
required: string[];
|
|
1069
1068
|
type: "object";
|
|
1069
|
+
required: string[];
|
|
1070
1070
|
properties: Record<string, {
|
|
1071
1071
|
type: "string" | "boolean";
|
|
1072
1072
|
description?: string | undefined;
|
|
@@ -1190,9 +1190,9 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
|
|
|
1190
1190
|
flag: string;
|
|
1191
1191
|
})[];
|
|
1192
1192
|
fields: {
|
|
1193
|
-
required: boolean;
|
|
1194
1193
|
options: string[];
|
|
1195
1194
|
type: "boolean" | "text" | "textarea" | "select";
|
|
1195
|
+
required: boolean;
|
|
1196
1196
|
id: string;
|
|
1197
1197
|
label: string;
|
|
1198
1198
|
advanced: boolean;
|
|
@@ -1203,8 +1203,8 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
|
|
|
1203
1203
|
description?: string | undefined;
|
|
1204
1204
|
parameters?: {
|
|
1205
1205
|
schema: {
|
|
1206
|
-
required: string[];
|
|
1207
1206
|
type: "object";
|
|
1207
|
+
required: string[];
|
|
1208
1208
|
properties: Record<string, {
|
|
1209
1209
|
type: "string" | "boolean";
|
|
1210
1210
|
description?: string | undefined;
|
|
@@ -1258,8 +1258,8 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
|
|
|
1258
1258
|
type: "boolean" | "text" | "textarea" | "select";
|
|
1259
1259
|
id: string;
|
|
1260
1260
|
label: string;
|
|
1261
|
-
required?: boolean | undefined;
|
|
1262
1261
|
options?: string[] | undefined;
|
|
1262
|
+
required?: boolean | undefined;
|
|
1263
1263
|
description?: string | undefined;
|
|
1264
1264
|
placeholder?: string | undefined;
|
|
1265
1265
|
defaultValue?: string | boolean | undefined;
|
|
@@ -1378,9 +1378,9 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1378
1378
|
required: z.ZodDefault<z.ZodBoolean>;
|
|
1379
1379
|
advanced: z.ZodDefault<z.ZodBoolean>;
|
|
1380
1380
|
}, "strip", z.ZodTypeAny, {
|
|
1381
|
-
required: boolean;
|
|
1382
1381
|
options: string[];
|
|
1383
1382
|
type: "boolean" | "text" | "textarea" | "select";
|
|
1383
|
+
required: boolean;
|
|
1384
1384
|
id: string;
|
|
1385
1385
|
label: string;
|
|
1386
1386
|
advanced: boolean;
|
|
@@ -1391,8 +1391,8 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1391
1391
|
type: "boolean" | "text" | "textarea" | "select";
|
|
1392
1392
|
id: string;
|
|
1393
1393
|
label: string;
|
|
1394
|
-
required?: boolean | undefined;
|
|
1395
1394
|
options?: string[] | undefined;
|
|
1395
|
+
required?: boolean | undefined;
|
|
1396
1396
|
description?: string | undefined;
|
|
1397
1397
|
placeholder?: string | undefined;
|
|
1398
1398
|
defaultValue?: string | boolean | undefined;
|
|
@@ -1422,8 +1422,8 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1422
1422
|
}>>>;
|
|
1423
1423
|
required: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
1424
1424
|
}, "strip", z.ZodTypeAny, {
|
|
1425
|
-
required: string[];
|
|
1426
1425
|
type: "object";
|
|
1426
|
+
required: string[];
|
|
1427
1427
|
properties: Record<string, {
|
|
1428
1428
|
type: "string" | "boolean";
|
|
1429
1429
|
description?: string | undefined;
|
|
@@ -1445,8 +1445,8 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1445
1445
|
uiSchema: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1446
1446
|
}, "strip", z.ZodTypeAny, {
|
|
1447
1447
|
schema: {
|
|
1448
|
-
required: string[];
|
|
1449
1448
|
type: "object";
|
|
1449
|
+
required: string[];
|
|
1450
1450
|
properties: Record<string, {
|
|
1451
1451
|
type: "string" | "boolean";
|
|
1452
1452
|
description?: string | undefined;
|
|
@@ -1570,9 +1570,9 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1570
1570
|
flag: string;
|
|
1571
1571
|
})[];
|
|
1572
1572
|
fields: {
|
|
1573
|
-
required: boolean;
|
|
1574
1573
|
options: string[];
|
|
1575
1574
|
type: "boolean" | "text" | "textarea" | "select";
|
|
1575
|
+
required: boolean;
|
|
1576
1576
|
id: string;
|
|
1577
1577
|
label: string;
|
|
1578
1578
|
advanced: boolean;
|
|
@@ -1583,8 +1583,8 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1583
1583
|
description?: string | undefined;
|
|
1584
1584
|
parameters?: {
|
|
1585
1585
|
schema: {
|
|
1586
|
-
required: string[];
|
|
1587
1586
|
type: "object";
|
|
1587
|
+
required: string[];
|
|
1588
1588
|
properties: Record<string, {
|
|
1589
1589
|
type: "string" | "boolean";
|
|
1590
1590
|
description?: string | undefined;
|
|
@@ -1638,8 +1638,8 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1638
1638
|
type: "boolean" | "text" | "textarea" | "select";
|
|
1639
1639
|
id: string;
|
|
1640
1640
|
label: string;
|
|
1641
|
-
required?: boolean | undefined;
|
|
1642
1641
|
options?: string[] | undefined;
|
|
1642
|
+
required?: boolean | undefined;
|
|
1643
1643
|
description?: string | undefined;
|
|
1644
1644
|
placeholder?: string | undefined;
|
|
1645
1645
|
defaultValue?: string | boolean | undefined;
|
|
@@ -1708,9 +1708,9 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1708
1708
|
flag: string;
|
|
1709
1709
|
})[];
|
|
1710
1710
|
fields: {
|
|
1711
|
-
required: boolean;
|
|
1712
1711
|
options: string[];
|
|
1713
1712
|
type: "boolean" | "text" | "textarea" | "select";
|
|
1713
|
+
required: boolean;
|
|
1714
1714
|
id: string;
|
|
1715
1715
|
label: string;
|
|
1716
1716
|
advanced: boolean;
|
|
@@ -1721,8 +1721,8 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1721
1721
|
description?: string | undefined;
|
|
1722
1722
|
parameters?: {
|
|
1723
1723
|
schema: {
|
|
1724
|
-
required: string[];
|
|
1725
1724
|
type: "object";
|
|
1725
|
+
required: string[];
|
|
1726
1726
|
properties: Record<string, {
|
|
1727
1727
|
type: "string" | "boolean";
|
|
1728
1728
|
description?: string | undefined;
|
|
@@ -1788,8 +1788,8 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1788
1788
|
type: "boolean" | "text" | "textarea" | "select";
|
|
1789
1789
|
id: string;
|
|
1790
1790
|
label: string;
|
|
1791
|
-
required?: boolean | undefined;
|
|
1792
1791
|
options?: string[] | undefined;
|
|
1792
|
+
required?: boolean | undefined;
|
|
1793
1793
|
description?: string | undefined;
|
|
1794
1794
|
placeholder?: string | undefined;
|
|
1795
1795
|
defaultValue?: string | boolean | undefined;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { A as renderTerminalSpawnCommand, C as TerminalSpawnCommand, D as getTerminalCommandParameters, E as getTerminalCommandDefaultValues, M as resolveTerminalShellDefaults, O as quoteTerminalShellArg, S as TerminalShellQuoteStyleSchema, T as fieldsToTerminalCommandParameters, _ as TerminalShellDefaults, a as TerminalCommandBuilder, b as TerminalShellProfileSchema, c as TerminalCommandFieldSchema, d as TerminalCommandJsonSchema, f as TerminalCommandJsonSchemaProperty, g as TerminalInvocationSettingsSchema, h as TerminalInvocationSettings, i as TerminalCommandArgument, j as renderTerminalSpawnCommandLine, k as renderTerminalCommandArgs, l as TerminalCommandFieldValue, m as TerminalCommandRenderResult, n as TERMINAL_COMMAND_FIELD_TYPE_VALUES, o as TerminalCommandBuilderPart, p as TerminalCommandParameters, r as TERMINAL_SHELL_QUOTE_STYLE_VALUES, s as TerminalCommandField, t as BUILTIN_TERMINAL_SPAWN_COMMANDS, u as TerminalCommandFieldValues, v as TerminalShellEnv, w as TerminalSpawnCommandSchema, x as TerminalShellQuoteStyle, y as TerminalShellProfile } from "./terminal-invocation-
|
|
1
|
+
import { A as renderTerminalSpawnCommand, C as TerminalSpawnCommand, D as getTerminalCommandParameters, E as getTerminalCommandDefaultValues, M as resolveTerminalShellDefaults, O as quoteTerminalShellArg, S as TerminalShellQuoteStyleSchema, T as fieldsToTerminalCommandParameters, _ as TerminalShellDefaults, a as TerminalCommandBuilder, b as TerminalShellProfileSchema, c as TerminalCommandFieldSchema, d as TerminalCommandJsonSchema, f as TerminalCommandJsonSchemaProperty, g as TerminalInvocationSettingsSchema, h as TerminalInvocationSettings, i as TerminalCommandArgument, j as renderTerminalSpawnCommandLine, k as renderTerminalCommandArgs, l as TerminalCommandFieldValue, m as TerminalCommandRenderResult, n as TERMINAL_COMMAND_FIELD_TYPE_VALUES, o as TerminalCommandBuilderPart, p as TerminalCommandParameters, r as TERMINAL_SHELL_QUOTE_STYLE_VALUES, s as TerminalCommandField, t as BUILTIN_TERMINAL_SPAWN_COMMANDS, u as TerminalCommandFieldValues, v as TerminalShellEnv, w as TerminalSpawnCommandSchema, x as TerminalShellQuoteStyle, y as TerminalShellProfile } from "./terminal-invocation-B3js0mEF.mjs";
|
|
2
2
|
export { BUILTIN_TERMINAL_SPAWN_COMMANDS, TERMINAL_COMMAND_FIELD_TYPE_VALUES, TERMINAL_SHELL_QUOTE_STYLE_VALUES, TerminalCommandArgument, TerminalCommandBuilder, TerminalCommandBuilderPart, TerminalCommandField, TerminalCommandFieldSchema, TerminalCommandFieldValue, TerminalCommandFieldValues, TerminalCommandJsonSchema, TerminalCommandJsonSchemaProperty, TerminalCommandParameters, TerminalCommandRenderResult, TerminalInvocationSettings, TerminalInvocationSettingsSchema, TerminalShellDefaults, TerminalShellEnv, TerminalShellProfile, TerminalShellProfileSchema, TerminalShellQuoteStyle, TerminalShellQuoteStyleSchema, TerminalSpawnCommand, TerminalSpawnCommandSchema, fieldsToTerminalCommandParameters, getTerminalCommandDefaultValues, getTerminalCommandParameters, quoteTerminalShellArg, renderTerminalCommandArgs, renderTerminalSpawnCommand, renderTerminalSpawnCommandLine, resolveTerminalShellDefaults };
|