@openspecui/core 3.10.0 → 3.11.0
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/index.d.mts +39 -30
- package/dist/index.mjs +128 -5
- package/dist/{local-download-profiles-Qu1932tV.d.mts → local-download-profiles-BdHk_i54.d.mts} +1 -1
- package/dist/local-download-profiles.d.mts +2 -2
- package/dist/{notifications-D7tcKw71.d.mts → notifications-B4GiAnmn.d.mts} +9 -9
- package/dist/notifications.d.mts +2 -2
- package/dist/{openspec-projection-Bby9mX80.d.mts → openspec-projection-Df5C6CFv.d.mts} +1 -1
- package/dist/openspec-projection.d.mts +2 -2
- package/dist/{opsx-entity-DUJvjvrv.d.mts → opsx-entity-DHidvJcx.d.mts} +13 -13
- package/dist/opsx-entity.d.mts +2 -2
- package/dist/{opsx-schema-detail-CUG4dYdw.d.mts → opsx-schema-detail-VyCbvX1I.d.mts} +1 -1
- package/dist/opsx-schema-detail.d.mts +3 -3
- package/dist/{schemas-CqgvXgGV.d.mts → schemas-3VC51gAF.d.mts} +52 -44
- package/dist/{sounds-DABkmyg9.d.mts → sounds-CQJ1eD1u.d.mts} +9 -9
- package/dist/sounds.d.mts +1 -1
- package/dist/{terminal-audio-CDyXOIWx.d.mts → terminal-audio-BrmM5FX_.d.mts} +2 -2
- package/dist/terminal-audio.d.mts +2 -2
- package/dist/terminal-control.d.mts +2 -2
- package/dist/{terminal-invocation-BnsT7ae7.d.mts → terminal-invocation-Z0xbyZ1V.d.mts} +39 -39
- package/dist/terminal-invocation.d.mts +1 -1
- package/dist/{translator-C3W7bTIN.d.mts → translator-BSPMDjZy.d.mts} +16 -16
- package/dist/translator.d.mts +1 -1
- package/package.json +1 -1
|
@@ -13,8 +13,8 @@ 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;
|
|
17
|
+
title: string;
|
|
18
18
|
command: string;
|
|
19
19
|
args: string[];
|
|
20
20
|
platform: "windows" | "macos" | "common";
|
|
@@ -23,8 +23,8 @@ declare const PtySessionInfoSchema: z.ZodObject<{
|
|
|
23
23
|
closeTip?: string | undefined;
|
|
24
24
|
closeCallbackUrl?: string | Record<string, string> | undefined;
|
|
25
25
|
}, {
|
|
26
|
-
title: string;
|
|
27
26
|
id: string;
|
|
27
|
+
title: string;
|
|
28
28
|
command: string;
|
|
29
29
|
args: string[];
|
|
30
30
|
platform: "windows" | "macos" | "common";
|
|
@@ -315,8 +315,8 @@ 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;
|
|
319
|
+
title: string;
|
|
320
320
|
command: string;
|
|
321
321
|
args: string[];
|
|
322
322
|
platform: "windows" | "macos" | "common";
|
|
@@ -325,8 +325,8 @@ declare const PtyListResponseSchema: z.ZodObject<{
|
|
|
325
325
|
closeTip?: string | undefined;
|
|
326
326
|
closeCallbackUrl?: string | Record<string, string> | undefined;
|
|
327
327
|
}, {
|
|
328
|
-
title: string;
|
|
329
328
|
id: string;
|
|
329
|
+
title: string;
|
|
330
330
|
command: string;
|
|
331
331
|
args: string[];
|
|
332
332
|
platform: "windows" | "macos" | "common";
|
|
@@ -338,8 +338,8 @@ declare const PtyListResponseSchema: z.ZodObject<{
|
|
|
338
338
|
}, "strip", z.ZodTypeAny, {
|
|
339
339
|
type: "list";
|
|
340
340
|
sessions: {
|
|
341
|
-
title: string;
|
|
342
341
|
id: string;
|
|
342
|
+
title: string;
|
|
343
343
|
command: string;
|
|
344
344
|
args: string[];
|
|
345
345
|
platform: "windows" | "macos" | "common";
|
|
@@ -351,8 +351,8 @@ declare const PtyListResponseSchema: z.ZodObject<{
|
|
|
351
351
|
}, {
|
|
352
352
|
type: "list";
|
|
353
353
|
sessions: {
|
|
354
|
-
title: string;
|
|
355
354
|
id: string;
|
|
355
|
+
title: string;
|
|
356
356
|
command: string;
|
|
357
357
|
args: string[];
|
|
358
358
|
platform: "windows" | "macos" | "common";
|
|
@@ -463,12 +463,12 @@ declare const PtyServerMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
463
463
|
value: number | null;
|
|
464
464
|
type: "progress";
|
|
465
465
|
sessionId: string;
|
|
466
|
-
state: "
|
|
466
|
+
state: "set" | "clear" | "warning" | "error" | "indeterminate";
|
|
467
467
|
}, {
|
|
468
468
|
value: number | null;
|
|
469
469
|
type: "progress";
|
|
470
470
|
sessionId: string;
|
|
471
|
-
state: "
|
|
471
|
+
state: "set" | "clear" | "warning" | "error" | "indeterminate";
|
|
472
472
|
}>, z.ZodObject<{
|
|
473
473
|
type: z.ZodLiteral<"prompt-state">;
|
|
474
474
|
sessionId: z.ZodString;
|
|
@@ -521,8 +521,8 @@ 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;
|
|
525
|
+
title: string;
|
|
526
526
|
command: string;
|
|
527
527
|
args: string[];
|
|
528
528
|
platform: "windows" | "macos" | "common";
|
|
@@ -531,8 +531,8 @@ declare const PtyServerMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
531
531
|
closeTip?: string | undefined;
|
|
532
532
|
closeCallbackUrl?: string | Record<string, string> | undefined;
|
|
533
533
|
}, {
|
|
534
|
-
title: string;
|
|
535
534
|
id: string;
|
|
535
|
+
title: string;
|
|
536
536
|
command: string;
|
|
537
537
|
args: string[];
|
|
538
538
|
platform: "windows" | "macos" | "common";
|
|
@@ -544,8 +544,8 @@ 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;
|
|
548
|
+
title: string;
|
|
549
549
|
command: string;
|
|
550
550
|
args: string[];
|
|
551
551
|
platform: "windows" | "macos" | "common";
|
|
@@ -557,8 +557,8 @@ declare const PtyServerMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
557
557
|
}, {
|
|
558
558
|
type: "list";
|
|
559
559
|
sessions: {
|
|
560
|
-
title: string;
|
|
561
560
|
id: string;
|
|
561
|
+
title: string;
|
|
562
562
|
command: string;
|
|
563
563
|
args: string[];
|
|
564
564
|
platform: "windows" | "macos" | "common";
|
|
@@ -605,15 +605,15 @@ 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
|
+
id: string;
|
|
608
609
|
label: string;
|
|
609
610
|
source: "custom" | "builtin";
|
|
610
|
-
id: string;
|
|
611
611
|
command: string;
|
|
612
612
|
args: string[];
|
|
613
613
|
quoteStyle: "posix" | "cmd" | "powershell";
|
|
614
614
|
}, {
|
|
615
|
-
label: string;
|
|
616
615
|
id: string;
|
|
616
|
+
label: string;
|
|
617
617
|
command: string;
|
|
618
618
|
source?: "custom" | "builtin" | undefined;
|
|
619
619
|
args?: string[] | undefined;
|
|
@@ -633,17 +633,17 @@ 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;
|
|
638
637
|
required: boolean;
|
|
638
|
+
label: string;
|
|
639
639
|
advanced: boolean;
|
|
640
640
|
description?: string | undefined;
|
|
641
641
|
placeholder?: string | undefined;
|
|
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
648
|
required?: boolean | undefined;
|
|
649
649
|
description?: string | undefined;
|
|
@@ -1000,17 +1000,17 @@ 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;
|
|
1005
1004
|
required: boolean;
|
|
1005
|
+
label: string;
|
|
1006
1006
|
advanced: boolean;
|
|
1007
1007
|
description?: string | undefined;
|
|
1008
1008
|
placeholder?: string | undefined;
|
|
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
1015
|
required?: boolean | undefined;
|
|
1016
1016
|
description?: string | undefined;
|
|
@@ -1172,9 +1172,9 @@ 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
|
+
id: string;
|
|
1175
1176
|
label: string;
|
|
1176
1177
|
source: "custom" | "builtin";
|
|
1177
|
-
id: string;
|
|
1178
1178
|
command: string;
|
|
1179
1179
|
args: ({
|
|
1180
1180
|
value: string;
|
|
@@ -1192,9 +1192,9 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
|
|
|
1192
1192
|
fields: {
|
|
1193
1193
|
options: string[];
|
|
1194
1194
|
type: "boolean" | "text" | "textarea" | "select";
|
|
1195
|
-
label: string;
|
|
1196
1195
|
id: string;
|
|
1197
1196
|
required: boolean;
|
|
1197
|
+
label: string;
|
|
1198
1198
|
advanced: boolean;
|
|
1199
1199
|
description?: string | undefined;
|
|
1200
1200
|
placeholder?: string | undefined;
|
|
@@ -1236,11 +1236,10 @@ 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
1242
|
source?: "custom" | "builtin" | undefined;
|
|
1243
|
-
description?: string | undefined;
|
|
1244
1243
|
args?: ({
|
|
1245
1244
|
value: string;
|
|
1246
1245
|
kind: "literal";
|
|
@@ -1254,10 +1253,11 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
|
|
|
1254
1253
|
fieldId: string;
|
|
1255
1254
|
flag: string;
|
|
1256
1255
|
})[] | undefined;
|
|
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
1262
|
required?: boolean | undefined;
|
|
1263
1263
|
description?: string | undefined;
|
|
@@ -1311,15 +1311,15 @@ 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
|
+
id: string;
|
|
1314
1315
|
label: string;
|
|
1315
1316
|
source: "custom" | "builtin";
|
|
1316
|
-
id: string;
|
|
1317
1317
|
command: string;
|
|
1318
1318
|
args: string[];
|
|
1319
1319
|
quoteStyle: "posix" | "cmd" | "powershell";
|
|
1320
1320
|
}, {
|
|
1321
|
-
label: string;
|
|
1322
1321
|
id: string;
|
|
1322
|
+
label: string;
|
|
1323
1323
|
command: string;
|
|
1324
1324
|
source?: "custom" | "builtin" | undefined;
|
|
1325
1325
|
args?: string[] | undefined;
|
|
@@ -1380,17 +1380,17 @@ 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;
|
|
1385
1384
|
required: boolean;
|
|
1385
|
+
label: string;
|
|
1386
1386
|
advanced: boolean;
|
|
1387
1387
|
description?: string | undefined;
|
|
1388
1388
|
placeholder?: string | undefined;
|
|
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
1395
|
required?: boolean | undefined;
|
|
1396
1396
|
description?: string | undefined;
|
|
@@ -1552,9 +1552,9 @@ 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
|
+
id: string;
|
|
1555
1556
|
label: string;
|
|
1556
1557
|
source: "custom" | "builtin";
|
|
1557
|
-
id: string;
|
|
1558
1558
|
command: string;
|
|
1559
1559
|
args: ({
|
|
1560
1560
|
value: string;
|
|
@@ -1572,9 +1572,9 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1572
1572
|
fields: {
|
|
1573
1573
|
options: string[];
|
|
1574
1574
|
type: "boolean" | "text" | "textarea" | "select";
|
|
1575
|
-
label: string;
|
|
1576
1575
|
id: string;
|
|
1577
1576
|
required: boolean;
|
|
1577
|
+
label: string;
|
|
1578
1578
|
advanced: boolean;
|
|
1579
1579
|
description?: string | undefined;
|
|
1580
1580
|
placeholder?: string | undefined;
|
|
@@ -1616,11 +1616,10 @@ 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
1622
|
source?: "custom" | "builtin" | undefined;
|
|
1623
|
-
description?: string | undefined;
|
|
1624
1623
|
args?: ({
|
|
1625
1624
|
value: string;
|
|
1626
1625
|
kind: "literal";
|
|
@@ -1634,10 +1633,11 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1634
1633
|
fieldId: string;
|
|
1635
1634
|
flag: string;
|
|
1636
1635
|
})[] | undefined;
|
|
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
1642
|
required?: boolean | undefined;
|
|
1643
1643
|
description?: string | undefined;
|
|
@@ -1682,17 +1682,17 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1682
1682
|
}>, "many">>;
|
|
1683
1683
|
}, "strip", z.ZodTypeAny, {
|
|
1684
1684
|
customShellProfiles: {
|
|
1685
|
+
id: string;
|
|
1685
1686
|
label: string;
|
|
1686
1687
|
source: "custom" | "builtin";
|
|
1687
|
-
id: string;
|
|
1688
1688
|
command: string;
|
|
1689
1689
|
args: string[];
|
|
1690
1690
|
quoteStyle: "posix" | "cmd" | "powershell";
|
|
1691
1691
|
}[];
|
|
1692
1692
|
customSpawnCommands: {
|
|
1693
|
+
id: string;
|
|
1693
1694
|
label: string;
|
|
1694
1695
|
source: "custom" | "builtin";
|
|
1695
|
-
id: string;
|
|
1696
1696
|
command: string;
|
|
1697
1697
|
args: ({
|
|
1698
1698
|
value: string;
|
|
@@ -1710,9 +1710,9 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1710
1710
|
fields: {
|
|
1711
1711
|
options: string[];
|
|
1712
1712
|
type: "boolean" | "text" | "textarea" | "select";
|
|
1713
|
-
label: string;
|
|
1714
1713
|
id: string;
|
|
1715
1714
|
required: boolean;
|
|
1715
|
+
label: string;
|
|
1716
1716
|
advanced: boolean;
|
|
1717
1717
|
description?: string | undefined;
|
|
1718
1718
|
placeholder?: string | undefined;
|
|
@@ -1758,19 +1758,18 @@ 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
1764
|
source?: "custom" | "builtin" | undefined;
|
|
1765
1765
|
args?: string[] | 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
1772
|
source?: "custom" | "builtin" | undefined;
|
|
1773
|
-
description?: string | undefined;
|
|
1774
1773
|
args?: ({
|
|
1775
1774
|
value: string;
|
|
1776
1775
|
kind: "literal";
|
|
@@ -1784,10 +1783,11 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1784
1783
|
fieldId: string;
|
|
1785
1784
|
flag: string;
|
|
1786
1785
|
})[] | undefined;
|
|
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
1792
|
required?: boolean | undefined;
|
|
1793
1793
|
description?: string | 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-Z0xbyZ1V.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 };
|
|
@@ -142,8 +142,8 @@ declare const TranslationDownloadGroupPlanSchema: z.ZodObject<{
|
|
|
142
142
|
sizeBytes?: number | undefined;
|
|
143
143
|
}>, "many">;
|
|
144
144
|
}, "strip", z.ZodTypeAny, {
|
|
145
|
-
label: string;
|
|
146
145
|
id: string;
|
|
146
|
+
label: string;
|
|
147
147
|
selectable: boolean;
|
|
148
148
|
selected: boolean;
|
|
149
149
|
files: {
|
|
@@ -156,8 +156,8 @@ declare const TranslationDownloadGroupPlanSchema: z.ZodObject<{
|
|
|
156
156
|
dtype?: string | undefined;
|
|
157
157
|
estimatedTotalBytes?: number | undefined;
|
|
158
158
|
}, {
|
|
159
|
-
label: string;
|
|
160
159
|
id: string;
|
|
160
|
+
label: string;
|
|
161
161
|
selectable: boolean;
|
|
162
162
|
selected: boolean;
|
|
163
163
|
files: {
|
|
@@ -198,9 +198,9 @@ declare const LocalModelAssetLogSchema: z.ZodObject<{
|
|
|
198
198
|
}, "strip", z.ZodTypeAny, {
|
|
199
199
|
status: "error" | "not-downloaded" | "queued" | "downloading" | "paused" | "downloaded" | "deleting";
|
|
200
200
|
message: string;
|
|
201
|
+
updatedAt: number;
|
|
201
202
|
engineId: "local";
|
|
202
203
|
modelId: string;
|
|
203
|
-
updatedAt: number;
|
|
204
204
|
sessionId?: string | undefined;
|
|
205
205
|
selectedGroupId?: string | undefined;
|
|
206
206
|
files?: {
|
|
@@ -215,9 +215,9 @@ declare const LocalModelAssetLogSchema: z.ZodObject<{
|
|
|
215
215
|
}, {
|
|
216
216
|
status: "error" | "not-downloaded" | "queued" | "downloading" | "paused" | "downloaded" | "deleting";
|
|
217
217
|
message: string;
|
|
218
|
+
updatedAt: number;
|
|
218
219
|
engineId: "local";
|
|
219
220
|
modelId: string;
|
|
220
|
-
updatedAt: number;
|
|
221
221
|
sessionId?: string | undefined;
|
|
222
222
|
selectedGroupId?: string | undefined;
|
|
223
223
|
files?: {
|
|
@@ -272,8 +272,8 @@ declare const LocalModelAssetPlanSnapshotSchema: z.ZodObject<{
|
|
|
272
272
|
sizeBytes?: number | undefined;
|
|
273
273
|
}>, "many">;
|
|
274
274
|
}, "strip", z.ZodTypeAny, {
|
|
275
|
-
label: string;
|
|
276
275
|
id: string;
|
|
276
|
+
label: string;
|
|
277
277
|
selectable: boolean;
|
|
278
278
|
selected: boolean;
|
|
279
279
|
files: {
|
|
@@ -286,8 +286,8 @@ declare const LocalModelAssetPlanSnapshotSchema: z.ZodObject<{
|
|
|
286
286
|
dtype?: string | undefined;
|
|
287
287
|
estimatedTotalBytes?: number | undefined;
|
|
288
288
|
}, {
|
|
289
|
-
label: string;
|
|
290
289
|
id: string;
|
|
290
|
+
label: string;
|
|
291
291
|
selectable: boolean;
|
|
292
292
|
selected: boolean;
|
|
293
293
|
files: {
|
|
@@ -311,8 +311,8 @@ declare const LocalModelAssetPlanSnapshotSchema: z.ZodObject<{
|
|
|
311
311
|
profile?: string | undefined;
|
|
312
312
|
estimatedTotalBytes?: number | undefined;
|
|
313
313
|
groups?: {
|
|
314
|
-
label: string;
|
|
315
314
|
id: string;
|
|
315
|
+
label: string;
|
|
316
316
|
selectable: boolean;
|
|
317
317
|
selected: boolean;
|
|
318
318
|
files: {
|
|
@@ -336,8 +336,8 @@ declare const LocalModelAssetPlanSnapshotSchema: z.ZodObject<{
|
|
|
336
336
|
profile?: string | undefined;
|
|
337
337
|
estimatedTotalBytes?: number | undefined;
|
|
338
338
|
groups?: {
|
|
339
|
-
label: string;
|
|
340
339
|
id: string;
|
|
340
|
+
label: string;
|
|
341
341
|
selectable: boolean;
|
|
342
342
|
selected: boolean;
|
|
343
343
|
files: {
|
|
@@ -404,8 +404,8 @@ declare const LocalModelAssetStateSchema: z.ZodObject<{
|
|
|
404
404
|
sizeBytes?: number | undefined;
|
|
405
405
|
}>, "many">;
|
|
406
406
|
}, "strip", z.ZodTypeAny, {
|
|
407
|
-
label: string;
|
|
408
407
|
id: string;
|
|
408
|
+
label: string;
|
|
409
409
|
selectable: boolean;
|
|
410
410
|
selected: boolean;
|
|
411
411
|
files: {
|
|
@@ -418,8 +418,8 @@ declare const LocalModelAssetStateSchema: z.ZodObject<{
|
|
|
418
418
|
dtype?: string | undefined;
|
|
419
419
|
estimatedTotalBytes?: number | undefined;
|
|
420
420
|
}, {
|
|
421
|
-
label: string;
|
|
422
421
|
id: string;
|
|
422
|
+
label: string;
|
|
423
423
|
selectable: boolean;
|
|
424
424
|
selected: boolean;
|
|
425
425
|
files: {
|
|
@@ -443,8 +443,8 @@ declare const LocalModelAssetStateSchema: z.ZodObject<{
|
|
|
443
443
|
profile?: string | undefined;
|
|
444
444
|
estimatedTotalBytes?: number | undefined;
|
|
445
445
|
groups?: {
|
|
446
|
-
label: string;
|
|
447
446
|
id: string;
|
|
447
|
+
label: string;
|
|
448
448
|
selectable: boolean;
|
|
449
449
|
selected: boolean;
|
|
450
450
|
files: {
|
|
@@ -468,8 +468,8 @@ declare const LocalModelAssetStateSchema: z.ZodObject<{
|
|
|
468
468
|
profile?: string | undefined;
|
|
469
469
|
estimatedTotalBytes?: number | undefined;
|
|
470
470
|
groups?: {
|
|
471
|
-
label: string;
|
|
472
471
|
id: string;
|
|
472
|
+
label: string;
|
|
473
473
|
selectable: boolean;
|
|
474
474
|
selected: boolean;
|
|
475
475
|
files: {
|
|
@@ -506,11 +506,11 @@ declare const LocalModelAssetStateSchema: z.ZodObject<{
|
|
|
506
506
|
}[];
|
|
507
507
|
modelId: string;
|
|
508
508
|
resumable: boolean;
|
|
509
|
+
updatedAt?: number | undefined;
|
|
509
510
|
error?: string | undefined;
|
|
510
511
|
progress?: number | undefined;
|
|
511
512
|
bytesDownloaded?: number | undefined;
|
|
512
513
|
totalBytes?: number | undefined;
|
|
513
|
-
updatedAt?: number | undefined;
|
|
514
514
|
installedAt?: number | undefined;
|
|
515
515
|
plan?: {
|
|
516
516
|
files: {
|
|
@@ -523,8 +523,8 @@ declare const LocalModelAssetStateSchema: z.ZodObject<{
|
|
|
523
523
|
profile?: string | undefined;
|
|
524
524
|
estimatedTotalBytes?: number | undefined;
|
|
525
525
|
groups?: {
|
|
526
|
-
label: string;
|
|
527
526
|
id: string;
|
|
527
|
+
label: string;
|
|
528
528
|
selectable: boolean;
|
|
529
529
|
selected: boolean;
|
|
530
530
|
files: {
|
|
@@ -541,6 +541,7 @@ declare const LocalModelAssetStateSchema: z.ZodObject<{
|
|
|
541
541
|
}, {
|
|
542
542
|
modelId: string;
|
|
543
543
|
status?: "error" | "not-downloaded" | "queued" | "downloading" | "paused" | "downloaded" | "deleting" | undefined;
|
|
544
|
+
updatedAt?: number | undefined;
|
|
544
545
|
error?: string | undefined;
|
|
545
546
|
selected?: boolean | undefined;
|
|
546
547
|
files?: {
|
|
@@ -552,7 +553,6 @@ declare const LocalModelAssetStateSchema: z.ZodObject<{
|
|
|
552
553
|
bytesDownloaded?: number | undefined;
|
|
553
554
|
totalBytes?: number | undefined;
|
|
554
555
|
resumable?: boolean | undefined;
|
|
555
|
-
updatedAt?: number | undefined;
|
|
556
556
|
installedAt?: number | undefined;
|
|
557
557
|
plan?: {
|
|
558
558
|
files: {
|
|
@@ -565,8 +565,8 @@ declare const LocalModelAssetStateSchema: z.ZodObject<{
|
|
|
565
565
|
profile?: string | undefined;
|
|
566
566
|
estimatedTotalBytes?: number | undefined;
|
|
567
567
|
groups?: {
|
|
568
|
-
label: string;
|
|
569
568
|
id: string;
|
|
569
|
+
label: string;
|
|
570
570
|
selectable: boolean;
|
|
571
571
|
selected: boolean;
|
|
572
572
|
files: {
|
package/dist/translator.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { $ as getTranslationEngineManifest, A as TranslationEngineGlobalSettingsSchema, B as TranslationModelSearchEvent, C as TRANSLATION_ENGINE_MANIFESTS, D as TranslationDownloadGroupPlan, E as TranslationDownloadFilePlanSchema, F as TranslationEngineRuntime, G as TranslationOpenAISettingsSchema, H as TranslationModelSearchPhase, I as TranslationLocalSettings, J as TranslatorFactory, K as Translator, L as TranslationLocalSettingsSchema, M as TranslationEngineId, N as TranslationEngineIdSchema, O as TranslationDownloadGroupPlanSchema, P as TranslationEngineManifest, Q as TranslatorPrepareMonitor, R as TranslationModelCandidate, S as TRANSLATION_ENGINE_IDS, T as TranslationDownloadFilePlan, U as TranslationModelSearchResult, V as TranslationModelSearchInput, W as TranslationOpenAISettings, X as TranslatorFactoryPrepareOptions, Y as TranslatorFactoryCreateOptions, Z as TranslatorOptions, _ as LocalModelDownloadStatus, a as BatchTranslationResult, b as ServiceTranslationEngineId, c as LocalModelAssetLogSchema, d as LocalModelAssetState, f as LocalModelAssetStateSchema, g as LocalModelCatalogSearchEvent, h as LocalModelCatalogResult, i as BatchTranslateInputSchema, j as TranslationEngineGlobalSettingsUpdate, k as TranslationEngineGlobalSettings, l as LocalModelAssetPlanSnapshot, m as LocalModelCatalogLocalResult, n as BatchTranslateEventSchema, o as DEFAULT_TRANSLATION_ENGINE_ID, p as LocalModelCatalogItem, q as TranslatorCreateMonitor, r as BatchTranslateInput, s as LocalModelAssetLog, t as BatchTranslateEvent, u as LocalModelAssetPlanSnapshotSchema, v as LocalModelDownloadStatusSchema, w as TRANSLATOR_CONTRACT_VERSION, x as ServiceTranslationEngineIdSchema, y as SERVICE_TRANSLATION_ENGINE_IDS, z as TranslationModelDownloadPlan } from "./translator-
|
|
1
|
+
import { $ as getTranslationEngineManifest, A as TranslationEngineGlobalSettingsSchema, B as TranslationModelSearchEvent, C as TRANSLATION_ENGINE_MANIFESTS, D as TranslationDownloadGroupPlan, E as TranslationDownloadFilePlanSchema, F as TranslationEngineRuntime, G as TranslationOpenAISettingsSchema, H as TranslationModelSearchPhase, I as TranslationLocalSettings, J as TranslatorFactory, K as Translator, L as TranslationLocalSettingsSchema, M as TranslationEngineId, N as TranslationEngineIdSchema, O as TranslationDownloadGroupPlanSchema, P as TranslationEngineManifest, Q as TranslatorPrepareMonitor, R as TranslationModelCandidate, S as TRANSLATION_ENGINE_IDS, T as TranslationDownloadFilePlan, U as TranslationModelSearchResult, V as TranslationModelSearchInput, W as TranslationOpenAISettings, X as TranslatorFactoryPrepareOptions, Y as TranslatorFactoryCreateOptions, Z as TranslatorOptions, _ as LocalModelDownloadStatus, a as BatchTranslationResult, b as ServiceTranslationEngineId, c as LocalModelAssetLogSchema, d as LocalModelAssetState, f as LocalModelAssetStateSchema, g as LocalModelCatalogSearchEvent, h as LocalModelCatalogResult, i as BatchTranslateInputSchema, j as TranslationEngineGlobalSettingsUpdate, k as TranslationEngineGlobalSettings, l as LocalModelAssetPlanSnapshot, m as LocalModelCatalogLocalResult, n as BatchTranslateEventSchema, o as DEFAULT_TRANSLATION_ENGINE_ID, p as LocalModelCatalogItem, q as TranslatorCreateMonitor, r as BatchTranslateInput, s as LocalModelAssetLog, t as BatchTranslateEvent, u as LocalModelAssetPlanSnapshotSchema, v as LocalModelDownloadStatusSchema, w as TRANSLATOR_CONTRACT_VERSION, x as ServiceTranslationEngineIdSchema, y as SERVICE_TRANSLATION_ENGINE_IDS, z as TranslationModelDownloadPlan } from "./translator-BSPMDjZy.mjs";
|
|
2
2
|
export { BatchTranslateEvent, BatchTranslateEventSchema, BatchTranslateInput, BatchTranslateInputSchema, BatchTranslationResult, DEFAULT_TRANSLATION_ENGINE_ID, LocalModelAssetLog, LocalModelAssetLogSchema, LocalModelAssetPlanSnapshot, LocalModelAssetPlanSnapshotSchema, LocalModelAssetState, LocalModelAssetStateSchema, LocalModelCatalogItem, LocalModelCatalogLocalResult, LocalModelCatalogResult, LocalModelCatalogSearchEvent, LocalModelDownloadStatus, LocalModelDownloadStatusSchema, SERVICE_TRANSLATION_ENGINE_IDS, ServiceTranslationEngineId, ServiceTranslationEngineIdSchema, TRANSLATION_ENGINE_IDS, TRANSLATION_ENGINE_MANIFESTS, TRANSLATOR_CONTRACT_VERSION, TranslationDownloadFilePlan, TranslationDownloadFilePlanSchema, TranslationDownloadGroupPlan, TranslationDownloadGroupPlanSchema, TranslationEngineGlobalSettings, TranslationEngineGlobalSettingsSchema, TranslationEngineGlobalSettingsUpdate, TranslationEngineId, TranslationEngineIdSchema, TranslationEngineManifest, TranslationEngineRuntime, TranslationLocalSettings, TranslationLocalSettingsSchema, TranslationModelCandidate, TranslationModelDownloadPlan, TranslationModelSearchEvent, TranslationModelSearchInput, TranslationModelSearchPhase, TranslationModelSearchResult, TranslationOpenAISettings, TranslationOpenAISettingsSchema, Translator, TranslatorCreateMonitor, TranslatorFactory, TranslatorFactoryCreateOptions, TranslatorFactoryPrepareOptions, TranslatorOptions, TranslatorPrepareMonitor, getTranslationEngineManifest };
|