@openspecui/core 3.11.1 → 3.11.3
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-Dnl1lz2K.mjs → document-translation-BrlCvnLZ.mjs} +9 -1
- package/dist/{document-translation-AlZtjOt5.d.mts → document-translation-Cv6BIGL5.d.mts} +117 -23
- package/dist/document-translation.d.mts +1 -1
- package/dist/document-translation.mjs +2 -2
- package/dist/index.d.mts +215 -47
- package/dist/index.mjs +254 -6
- package/dist/{local-download-profiles-DISrU0mw.d.mts → local-download-profiles-GKs2OOqJ.d.mts} +1 -1
- package/dist/local-download-profiles.d.mts +2 -2
- package/dist/{notifications-gGjGaYsF.d.mts → notifications-CJQ_F_Un.d.mts} +9 -9
- package/dist/notifications.d.mts +2 -2
- package/dist/{openspec-projection-BojcJ9zl.d.mts → openspec-projection-BbuPTbvj.d.mts} +1 -1
- package/dist/openspec-projection.d.mts +2 -2
- package/dist/{opsx-entity-BdyGTVs_.d.mts → opsx-entity-BO9G2SCW.d.mts} +7 -7
- package/dist/opsx-entity.d.mts +2 -2
- package/dist/{opsx-schema-detail-Cf8YIflR.d.mts → opsx-schema-detail-DTajJW4g.d.mts} +1 -1
- package/dist/opsx-schema-detail.d.mts +3 -3
- package/dist/{schemas-DV6yABO9.d.mts → schemas-DQzd1hgp.d.mts} +30 -30
- package/dist/{sounds-C906qHTJ.d.mts → sounds-3yEx1YXT.d.mts} +5 -5
- package/dist/sounds.d.mts +1 -1
- package/dist/{terminal-audio-D6dE8O1_.d.mts → terminal-audio-UCLlM1qN.d.mts} +2 -2
- package/dist/terminal-audio.d.mts +2 -2
- package/dist/terminal-control.d.mts +2 -2
- package/dist/{terminal-invocation-Cz0vfgkw.d.mts → terminal-invocation-DCPc8hmm.d.mts} +42 -42
- package/dist/terminal-invocation.d.mts +1 -1
- package/dist/{translation-language-pair-D6f5u70K.mjs → translation-language-pair-Cb4a0hG6.mjs} +2 -1
- package/dist/translation-language-pair.mjs +1 -1
- package/dist/translator-Car0_7uk.mjs +412 -0
- package/dist/{translator-tTXEGRdz.d.mts → translator-prn3W9lf.d.mts} +786 -111
- package/dist/translator.d.mts +2 -2
- package/dist/translator.mjs +2 -2
- package/package.json +1 -1
- package/dist/translator-B0T5VL9k.mjs +0 -239
|
@@ -24,14 +24,14 @@ declare const ChangeFileSchema: z.ZodObject<{
|
|
|
24
24
|
mime?: string | undefined;
|
|
25
25
|
size?: number | undefined;
|
|
26
26
|
content?: string | undefined;
|
|
27
|
-
previewKind?: "
|
|
27
|
+
previewKind?: "html" | "text" | "markdown" | "image" | "audio" | "video" | "pdf" | "none" | undefined;
|
|
28
28
|
}, {
|
|
29
29
|
path: string;
|
|
30
30
|
type: "file" | "directory";
|
|
31
31
|
mime?: string | undefined;
|
|
32
32
|
size?: number | undefined;
|
|
33
33
|
content?: string | undefined;
|
|
34
|
-
previewKind?: "
|
|
34
|
+
previewKind?: "html" | "text" | "markdown" | "image" | "audio" | "video" | "pdf" | "none" | undefined;
|
|
35
35
|
}>;
|
|
36
36
|
type ChangeFile = z.infer<typeof ChangeFileSchema>;
|
|
37
37
|
declare const ScenarioStepKeywordSchema: z.ZodEnum<["GIVEN", "WHEN", "THEN", "AND", "BUT"]>;
|
|
@@ -110,8 +110,8 @@ declare const RequirementSchema: z.ZodObject<{
|
|
|
110
110
|
}[] | undefined;
|
|
111
111
|
}>, "many">;
|
|
112
112
|
}, "strip", z.ZodTypeAny, {
|
|
113
|
-
id: string;
|
|
114
113
|
title: string;
|
|
114
|
+
id: string;
|
|
115
115
|
text: string;
|
|
116
116
|
bodyMarkdown: string;
|
|
117
117
|
scenarios: {
|
|
@@ -125,8 +125,8 @@ declare const RequirementSchema: z.ZodObject<{
|
|
|
125
125
|
}[] | undefined;
|
|
126
126
|
}[];
|
|
127
127
|
}, {
|
|
128
|
-
id: string;
|
|
129
128
|
title: string;
|
|
129
|
+
id: string;
|
|
130
130
|
text: string;
|
|
131
131
|
bodyMarkdown: string;
|
|
132
132
|
scenarios: {
|
|
@@ -207,8 +207,8 @@ declare const SpecSchema: z.ZodObject<{
|
|
|
207
207
|
}[] | undefined;
|
|
208
208
|
}>, "many">;
|
|
209
209
|
}, "strip", z.ZodTypeAny, {
|
|
210
|
-
id: string;
|
|
211
210
|
title: string;
|
|
211
|
+
id: string;
|
|
212
212
|
text: string;
|
|
213
213
|
bodyMarkdown: string;
|
|
214
214
|
scenarios: {
|
|
@@ -222,8 +222,8 @@ declare const SpecSchema: z.ZodObject<{
|
|
|
222
222
|
}[] | undefined;
|
|
223
223
|
}[];
|
|
224
224
|
}, {
|
|
225
|
-
id: string;
|
|
226
225
|
title: string;
|
|
226
|
+
id: string;
|
|
227
227
|
text: string;
|
|
228
228
|
bodyMarkdown: string;
|
|
229
229
|
scenarios: {
|
|
@@ -256,8 +256,8 @@ declare const SpecSchema: z.ZodObject<{
|
|
|
256
256
|
name: string;
|
|
257
257
|
overview: string;
|
|
258
258
|
requirements: {
|
|
259
|
-
id: string;
|
|
260
259
|
title: string;
|
|
260
|
+
id: string;
|
|
261
261
|
text: string;
|
|
262
262
|
bodyMarkdown: string;
|
|
263
263
|
scenarios: {
|
|
@@ -281,8 +281,8 @@ declare const SpecSchema: z.ZodObject<{
|
|
|
281
281
|
name: string;
|
|
282
282
|
overview: string;
|
|
283
283
|
requirements: {
|
|
284
|
-
id: string;
|
|
285
284
|
title: string;
|
|
285
|
+
id: string;
|
|
286
286
|
text: string;
|
|
287
287
|
bodyMarkdown: string;
|
|
288
288
|
scenarios: {
|
|
@@ -370,8 +370,8 @@ declare const DeltaSchema: z.ZodObject<{
|
|
|
370
370
|
}[] | undefined;
|
|
371
371
|
}>, "many">;
|
|
372
372
|
}, "strip", z.ZodTypeAny, {
|
|
373
|
-
id: string;
|
|
374
373
|
title: string;
|
|
374
|
+
id: string;
|
|
375
375
|
text: string;
|
|
376
376
|
bodyMarkdown: string;
|
|
377
377
|
scenarios: {
|
|
@@ -385,8 +385,8 @@ declare const DeltaSchema: z.ZodObject<{
|
|
|
385
385
|
}[] | undefined;
|
|
386
386
|
}[];
|
|
387
387
|
}, {
|
|
388
|
-
id: string;
|
|
389
388
|
title: string;
|
|
389
|
+
id: string;
|
|
390
390
|
text: string;
|
|
391
391
|
bodyMarkdown: string;
|
|
392
392
|
scenarios: {
|
|
@@ -455,8 +455,8 @@ declare const DeltaSchema: z.ZodObject<{
|
|
|
455
455
|
}[] | undefined;
|
|
456
456
|
}>, "many">;
|
|
457
457
|
}, "strip", z.ZodTypeAny, {
|
|
458
|
-
id: string;
|
|
459
458
|
title: string;
|
|
459
|
+
id: string;
|
|
460
460
|
text: string;
|
|
461
461
|
bodyMarkdown: string;
|
|
462
462
|
scenarios: {
|
|
@@ -470,8 +470,8 @@ declare const DeltaSchema: z.ZodObject<{
|
|
|
470
470
|
}[] | undefined;
|
|
471
471
|
}[];
|
|
472
472
|
}, {
|
|
473
|
-
id: string;
|
|
474
473
|
title: string;
|
|
474
|
+
id: string;
|
|
475
475
|
text: string;
|
|
476
476
|
bodyMarkdown: string;
|
|
477
477
|
scenarios: {
|
|
@@ -501,8 +501,8 @@ declare const DeltaSchema: z.ZodObject<{
|
|
|
501
501
|
spec: string;
|
|
502
502
|
operation: "ADDED" | "MODIFIED" | "REMOVED" | "RENAMED";
|
|
503
503
|
requirements?: {
|
|
504
|
-
id: string;
|
|
505
504
|
title: string;
|
|
505
|
+
id: string;
|
|
506
506
|
text: string;
|
|
507
507
|
bodyMarkdown: string;
|
|
508
508
|
scenarios: {
|
|
@@ -517,8 +517,8 @@ declare const DeltaSchema: z.ZodObject<{
|
|
|
517
517
|
}[];
|
|
518
518
|
}[] | undefined;
|
|
519
519
|
requirement?: {
|
|
520
|
-
id: string;
|
|
521
520
|
title: string;
|
|
521
|
+
id: string;
|
|
522
522
|
text: string;
|
|
523
523
|
bodyMarkdown: string;
|
|
524
524
|
scenarios: {
|
|
@@ -541,8 +541,8 @@ declare const DeltaSchema: z.ZodObject<{
|
|
|
541
541
|
spec: string;
|
|
542
542
|
operation: "ADDED" | "MODIFIED" | "REMOVED" | "RENAMED";
|
|
543
543
|
requirements?: {
|
|
544
|
-
id: string;
|
|
545
544
|
title: string;
|
|
545
|
+
id: string;
|
|
546
546
|
text: string;
|
|
547
547
|
bodyMarkdown: string;
|
|
548
548
|
scenarios: {
|
|
@@ -557,8 +557,8 @@ declare const DeltaSchema: z.ZodObject<{
|
|
|
557
557
|
}[];
|
|
558
558
|
}[] | undefined;
|
|
559
559
|
requirement?: {
|
|
560
|
-
id: string;
|
|
561
560
|
title: string;
|
|
561
|
+
id: string;
|
|
562
562
|
text: string;
|
|
563
563
|
bodyMarkdown: string;
|
|
564
564
|
scenarios: {
|
|
@@ -700,8 +700,8 @@ declare const ChangeSchema: z.ZodObject<{
|
|
|
700
700
|
}[] | undefined;
|
|
701
701
|
}>, "many">;
|
|
702
702
|
}, "strip", z.ZodTypeAny, {
|
|
703
|
-
id: string;
|
|
704
703
|
title: string;
|
|
704
|
+
id: string;
|
|
705
705
|
text: string;
|
|
706
706
|
bodyMarkdown: string;
|
|
707
707
|
scenarios: {
|
|
@@ -715,8 +715,8 @@ declare const ChangeSchema: z.ZodObject<{
|
|
|
715
715
|
}[] | undefined;
|
|
716
716
|
}[];
|
|
717
717
|
}, {
|
|
718
|
-
id: string;
|
|
719
718
|
title: string;
|
|
719
|
+
id: string;
|
|
720
720
|
text: string;
|
|
721
721
|
bodyMarkdown: string;
|
|
722
722
|
scenarios: {
|
|
@@ -785,8 +785,8 @@ declare const ChangeSchema: z.ZodObject<{
|
|
|
785
785
|
}[] | undefined;
|
|
786
786
|
}>, "many">;
|
|
787
787
|
}, "strip", z.ZodTypeAny, {
|
|
788
|
-
id: string;
|
|
789
788
|
title: string;
|
|
789
|
+
id: string;
|
|
790
790
|
text: string;
|
|
791
791
|
bodyMarkdown: string;
|
|
792
792
|
scenarios: {
|
|
@@ -800,8 +800,8 @@ declare const ChangeSchema: z.ZodObject<{
|
|
|
800
800
|
}[] | undefined;
|
|
801
801
|
}[];
|
|
802
802
|
}, {
|
|
803
|
-
id: string;
|
|
804
803
|
title: string;
|
|
804
|
+
id: string;
|
|
805
805
|
text: string;
|
|
806
806
|
bodyMarkdown: string;
|
|
807
807
|
scenarios: {
|
|
@@ -831,8 +831,8 @@ declare const ChangeSchema: z.ZodObject<{
|
|
|
831
831
|
spec: string;
|
|
832
832
|
operation: "ADDED" | "MODIFIED" | "REMOVED" | "RENAMED";
|
|
833
833
|
requirements?: {
|
|
834
|
-
id: string;
|
|
835
834
|
title: string;
|
|
835
|
+
id: string;
|
|
836
836
|
text: string;
|
|
837
837
|
bodyMarkdown: string;
|
|
838
838
|
scenarios: {
|
|
@@ -847,8 +847,8 @@ declare const ChangeSchema: z.ZodObject<{
|
|
|
847
847
|
}[];
|
|
848
848
|
}[] | undefined;
|
|
849
849
|
requirement?: {
|
|
850
|
-
id: string;
|
|
851
850
|
title: string;
|
|
851
|
+
id: string;
|
|
852
852
|
text: string;
|
|
853
853
|
bodyMarkdown: string;
|
|
854
854
|
scenarios: {
|
|
@@ -871,8 +871,8 @@ declare const ChangeSchema: z.ZodObject<{
|
|
|
871
871
|
spec: string;
|
|
872
872
|
operation: "ADDED" | "MODIFIED" | "REMOVED" | "RENAMED";
|
|
873
873
|
requirements?: {
|
|
874
|
-
id: string;
|
|
875
874
|
title: string;
|
|
875
|
+
id: string;
|
|
876
876
|
text: string;
|
|
877
877
|
bodyMarkdown: string;
|
|
878
878
|
scenarios: {
|
|
@@ -887,8 +887,8 @@ declare const ChangeSchema: z.ZodObject<{
|
|
|
887
887
|
}[];
|
|
888
888
|
}[] | undefined;
|
|
889
889
|
requirement?: {
|
|
890
|
-
id: string;
|
|
891
890
|
title: string;
|
|
891
|
+
id: string;
|
|
892
892
|
text: string;
|
|
893
893
|
bodyMarkdown: string;
|
|
894
894
|
scenarios: {
|
|
@@ -967,11 +967,11 @@ declare const ChangeSchema: z.ZodObject<{
|
|
|
967
967
|
}>>;
|
|
968
968
|
}, "strip", z.ZodTypeAny, {
|
|
969
969
|
id: string;
|
|
970
|
-
name: string;
|
|
971
970
|
progress: {
|
|
972
971
|
completed: number;
|
|
973
972
|
total: number;
|
|
974
973
|
};
|
|
974
|
+
name: string;
|
|
975
975
|
why: string;
|
|
976
976
|
whatChanges: string;
|
|
977
977
|
deltas: {
|
|
@@ -979,8 +979,8 @@ declare const ChangeSchema: z.ZodObject<{
|
|
|
979
979
|
spec: string;
|
|
980
980
|
operation: "ADDED" | "MODIFIED" | "REMOVED" | "RENAMED";
|
|
981
981
|
requirements?: {
|
|
982
|
-
id: string;
|
|
983
982
|
title: string;
|
|
983
|
+
id: string;
|
|
984
984
|
text: string;
|
|
985
985
|
bodyMarkdown: string;
|
|
986
986
|
scenarios: {
|
|
@@ -995,8 +995,8 @@ declare const ChangeSchema: z.ZodObject<{
|
|
|
995
995
|
}[];
|
|
996
996
|
}[] | undefined;
|
|
997
997
|
requirement?: {
|
|
998
|
-
id: string;
|
|
999
998
|
title: string;
|
|
999
|
+
id: string;
|
|
1000
1000
|
text: string;
|
|
1001
1001
|
bodyMarkdown: string;
|
|
1002
1002
|
scenarios: {
|
|
@@ -1032,11 +1032,11 @@ declare const ChangeSchema: z.ZodObject<{
|
|
|
1032
1032
|
}[] | undefined;
|
|
1033
1033
|
}, {
|
|
1034
1034
|
id: string;
|
|
1035
|
-
name: string;
|
|
1036
1035
|
progress: {
|
|
1037
1036
|
completed: number;
|
|
1038
1037
|
total: number;
|
|
1039
1038
|
};
|
|
1039
|
+
name: string;
|
|
1040
1040
|
why: string;
|
|
1041
1041
|
whatChanges: string;
|
|
1042
1042
|
deltas: {
|
|
@@ -1044,8 +1044,8 @@ declare const ChangeSchema: z.ZodObject<{
|
|
|
1044
1044
|
spec: string;
|
|
1045
1045
|
operation: "ADDED" | "MODIFIED" | "REMOVED" | "RENAMED";
|
|
1046
1046
|
requirements?: {
|
|
1047
|
-
id: string;
|
|
1048
1047
|
title: string;
|
|
1048
|
+
id: string;
|
|
1049
1049
|
text: string;
|
|
1050
1050
|
bodyMarkdown: string;
|
|
1051
1051
|
scenarios: {
|
|
@@ -1060,8 +1060,8 @@ declare const ChangeSchema: z.ZodObject<{
|
|
|
1060
1060
|
}[];
|
|
1061
1061
|
}[] | undefined;
|
|
1062
1062
|
requirement?: {
|
|
1063
|
-
id: string;
|
|
1064
1063
|
title: string;
|
|
1064
|
+
id: string;
|
|
1065
1065
|
text: string;
|
|
1066
1066
|
bodyMarkdown: string;
|
|
1067
1067
|
scenarios: {
|
|
@@ -23,7 +23,7 @@ declare const LEGACY_SOUND_ID_MAP: {
|
|
|
23
23
|
readonly pulse: "builtin:Tink";
|
|
24
24
|
};
|
|
25
25
|
declare function normalizeLegacySoundId(value: unknown): unknown;
|
|
26
|
-
declare const SoundConfigIdSchema: z.ZodEffects<z.ZodUnion<[z.ZodLiteral<"silent">, z.ZodEnum<["builtin:Basso", "builtin:Blow", "builtin:Bottle", "builtin:Frog", "builtin:Funk", "builtin:Glass", "builtin:Hero", "builtin:Morse", "builtin:Ping", "builtin:Pop", "builtin:Purr", "builtin:Sosumi", "builtin:Submarine", "builtin:Tink"]>, z.ZodType<`custom:${string}`, z.ZodTypeDef, `custom:${string}`>]>, "silent" | "builtin:
|
|
26
|
+
declare const SoundConfigIdSchema: z.ZodEffects<z.ZodUnion<[z.ZodLiteral<"silent">, z.ZodEnum<["builtin:Basso", "builtin:Blow", "builtin:Bottle", "builtin:Frog", "builtin:Funk", "builtin:Glass", "builtin:Hero", "builtin:Morse", "builtin:Ping", "builtin:Pop", "builtin:Purr", "builtin:Sosumi", "builtin:Submarine", "builtin:Tink"]>, z.ZodType<`custom:${string}`, z.ZodTypeDef, `custom:${string}`>]>, "silent" | "builtin:Basso" | "builtin:Blow" | "builtin:Bottle" | "builtin:Frog" | "builtin:Funk" | "builtin:Glass" | "builtin:Hero" | "builtin:Morse" | "builtin:Ping" | "builtin:Pop" | "builtin:Purr" | "builtin:Sosumi" | "builtin:Submarine" | "builtin:Tink" | `custom:${string}`, unknown>;
|
|
27
27
|
declare const SoundVolumeSchema: z.ZodDefault<z.ZodNumber>;
|
|
28
28
|
type SoundVolume = z.infer<typeof SoundVolumeSchema>;
|
|
29
29
|
interface BuiltinSoundOption {
|
|
@@ -43,17 +43,17 @@ declare const CustomSoundMetadataSchema: z.ZodObject<{
|
|
|
43
43
|
}, "strip", z.ZodTypeAny, {
|
|
44
44
|
createdAt: number;
|
|
45
45
|
id: string;
|
|
46
|
+
updatedAt: number;
|
|
46
47
|
name: string;
|
|
47
48
|
mime: string;
|
|
48
49
|
size: number;
|
|
49
|
-
updatedAt: number;
|
|
50
50
|
}, {
|
|
51
51
|
createdAt: number;
|
|
52
52
|
id: string;
|
|
53
|
+
updatedAt: number;
|
|
53
54
|
name: string;
|
|
54
55
|
mime: string;
|
|
55
56
|
size: number;
|
|
56
|
-
updatedAt: number;
|
|
57
57
|
}>;
|
|
58
58
|
type CustomSoundMetadata = z.infer<typeof CustomSoundMetadataSchema>;
|
|
59
59
|
declare const CustomSoundMetadataFileSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
@@ -66,17 +66,17 @@ declare const CustomSoundMetadataFileSchema: z.ZodRecord<z.ZodString, z.ZodObjec
|
|
|
66
66
|
}, "strip", z.ZodTypeAny, {
|
|
67
67
|
createdAt: number;
|
|
68
68
|
id: string;
|
|
69
|
+
updatedAt: number;
|
|
69
70
|
name: string;
|
|
70
71
|
mime: string;
|
|
71
72
|
size: number;
|
|
72
|
-
updatedAt: number;
|
|
73
73
|
}, {
|
|
74
74
|
createdAt: number;
|
|
75
75
|
id: string;
|
|
76
|
+
updatedAt: number;
|
|
76
77
|
name: string;
|
|
77
78
|
mime: string;
|
|
78
79
|
size: number;
|
|
79
|
-
updatedAt: number;
|
|
80
80
|
}>>;
|
|
81
81
|
type CustomSoundMetadataFile = z.infer<typeof CustomSoundMetadataFileSchema>;
|
|
82
82
|
declare function soundIdFromCustomHash(hash: CustomSoundHash): CustomSoundId;
|
package/dist/sounds.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { C as SoundVolume, D as normalizeLegacySoundId, E as getBuiltinSoundUrl, O as soundIdFromCustomHash, S as SoundIdSchema, T as customHashFromSoundId, _ as DEFAULT_SOUND_VOLUME, a as BuiltinSoundOption, b as SoundConfigIdSchema, c as CustomSoundHashSchema, d as CustomSoundMetadata, f as CustomSoundMetadataFile, g as DEFAULT_NOTIFICATION_SOUND_ID, h as DEFAULT_BELL_SOUND_ID, i as BuiltinSoundIdSchema, l as CustomSoundId, m as CustomSoundMetadataSchema, n as BUILTIN_SOUND_OPTIONS, o as CUSTOM_SOUND_ADD_VALUE, p as CustomSoundMetadataFileSchema, r as BuiltinSoundId, s as CustomSoundHash, t as BUILTIN_SOUND_IDS, u as CustomSoundIdSchema, v as LEGACY_SOUND_ID_MAP, w as SoundVolumeSchema, x as SoundId, y as SILENT_SOUND_ID } from "./sounds-
|
|
1
|
+
import { C as SoundVolume, D as normalizeLegacySoundId, E as getBuiltinSoundUrl, O as soundIdFromCustomHash, S as SoundIdSchema, T as customHashFromSoundId, _ as DEFAULT_SOUND_VOLUME, a as BuiltinSoundOption, b as SoundConfigIdSchema, c as CustomSoundHashSchema, d as CustomSoundMetadata, f as CustomSoundMetadataFile, g as DEFAULT_NOTIFICATION_SOUND_ID, h as DEFAULT_BELL_SOUND_ID, i as BuiltinSoundIdSchema, l as CustomSoundId, m as CustomSoundMetadataSchema, n as BUILTIN_SOUND_OPTIONS, o as CUSTOM_SOUND_ADD_VALUE, p as CustomSoundMetadataFileSchema, r as BuiltinSoundId, s as CustomSoundHash, t as BUILTIN_SOUND_IDS, u as CustomSoundIdSchema, v as LEGACY_SOUND_ID_MAP, w as SoundVolumeSchema, x as SoundId, y as SILENT_SOUND_ID } from "./sounds-3yEx1YXT.mjs";
|
|
2
2
|
export { BUILTIN_SOUND_IDS, BUILTIN_SOUND_OPTIONS, BuiltinSoundId, BuiltinSoundIdSchema, BuiltinSoundOption, CUSTOM_SOUND_ADD_VALUE, CustomSoundHash, CustomSoundHashSchema, CustomSoundId, CustomSoundIdSchema, CustomSoundMetadata, CustomSoundMetadataFile, CustomSoundMetadataFileSchema, CustomSoundMetadataSchema, DEFAULT_BELL_SOUND_ID, DEFAULT_NOTIFICATION_SOUND_ID, DEFAULT_SOUND_VOLUME, LEGACY_SOUND_ID_MAP, SILENT_SOUND_ID, SoundConfigIdSchema, SoundId, SoundIdSchema, SoundVolume, SoundVolumeSchema, customHashFromSoundId, getBuiltinSoundUrl, normalizeLegacySoundId, soundIdFromCustomHash };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { x as SoundId } from "./sounds-
|
|
1
|
+
import { x as SoundId } from "./sounds-3yEx1YXT.mjs";
|
|
2
2
|
import * as zod0 from "zod";
|
|
3
3
|
|
|
4
4
|
//#region src/terminal-audio.d.ts
|
|
5
5
|
declare const TERMINAL_BELL_SOUND_VALUES: readonly ["silent", "bell", "soft", "clear", "pulse"];
|
|
6
|
-
declare const TerminalBellSoundSchema: zod0.ZodEffects<zod0.ZodUnion<[zod0.ZodLiteral<"silent">, zod0.ZodEnum<["builtin:Basso", "builtin:Blow", "builtin:Bottle", "builtin:Frog", "builtin:Funk", "builtin:Glass", "builtin:Hero", "builtin:Morse", "builtin:Ping", "builtin:Pop", "builtin:Purr", "builtin:Sosumi", "builtin:Submarine", "builtin:Tink"]>, zod0.ZodType<`custom:${string}`, zod0.ZodTypeDef, `custom:${string}`>]>, "silent" | "builtin:
|
|
6
|
+
declare const TerminalBellSoundSchema: zod0.ZodEffects<zod0.ZodUnion<[zod0.ZodLiteral<"silent">, zod0.ZodEnum<["builtin:Basso", "builtin:Blow", "builtin:Bottle", "builtin:Frog", "builtin:Funk", "builtin:Glass", "builtin:Hero", "builtin:Morse", "builtin:Ping", "builtin:Pop", "builtin:Purr", "builtin:Sosumi", "builtin:Submarine", "builtin:Tink"]>, zod0.ZodType<`custom:${string}`, zod0.ZodTypeDef, `custom:${string}`>]>, "silent" | "builtin:Basso" | "builtin:Blow" | "builtin:Bottle" | "builtin:Frog" | "builtin:Funk" | "builtin:Glass" | "builtin:Hero" | "builtin:Morse" | "builtin:Ping" | "builtin:Pop" | "builtin:Purr" | "builtin:Sosumi" | "builtin:Submarine" | "builtin:Tink" | `custom:${string}`, unknown>;
|
|
7
7
|
type TerminalBellSound = SoundId;
|
|
8
8
|
declare const TERMINAL_BELL_SOUND_OPTIONS: readonly {
|
|
9
9
|
id: TerminalBellSound;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "./sounds-
|
|
2
|
-
import { i as TerminalBellSoundSchema, n as TERMINAL_BELL_SOUND_VALUES, r as TerminalBellSound, t as TERMINAL_BELL_SOUND_OPTIONS } from "./terminal-audio-
|
|
1
|
+
import "./sounds-3yEx1YXT.mjs";
|
|
2
|
+
import { i as TerminalBellSoundSchema, n as TERMINAL_BELL_SOUND_VALUES, r as TerminalBellSound, t as TERMINAL_BELL_SOUND_OPTIONS } from "./terminal-audio-UCLlM1qN.mjs";
|
|
3
3
|
export { TERMINAL_BELL_SOUND_OPTIONS, TERMINAL_BELL_SOUND_VALUES, TerminalBellSound, TerminalBellSoundSchema };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "./sounds-
|
|
2
|
-
import { A as TerminalNotificationProtocol, D as TerminalControlEvent, M as TerminalPromptState, N as TerminalTitleTarget, O as TerminalControlParseResult, P as terminalNotificationEventToPublishInput, j as TerminalProgressState, k as TerminalControlParser } from "./notifications-
|
|
1
|
+
import "./sounds-3yEx1YXT.mjs";
|
|
2
|
+
import { A as TerminalNotificationProtocol, D as TerminalControlEvent, M as TerminalPromptState, N as TerminalTitleTarget, O as TerminalControlParseResult, P as terminalNotificationEventToPublishInput, j as TerminalProgressState, k as TerminalControlParser } from "./notifications-CJQ_F_Un.mjs";
|
|
3
3
|
export { TerminalControlEvent, TerminalControlParseResult, TerminalControlParser, TerminalNotificationProtocol, TerminalProgressState, TerminalPromptState, TerminalTitleTarget, terminalNotificationEventToPublishInput };
|