@openspecui/core 3.11.3 → 3.11.4

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.
Files changed (29) hide show
  1. package/dist/{document-translation-BrlCvnLZ.mjs → document-translation-B3QRXIXx.mjs} +1 -1
  2. package/dist/{document-translation-Cv6BIGL5.d.mts → document-translation-QMSrWNT-.d.mts} +2 -2
  3. package/dist/document-translation.d.mts +1 -1
  4. package/dist/document-translation.mjs +2 -2
  5. package/dist/index.d.mts +120 -30
  6. package/dist/index.mjs +114 -4
  7. package/dist/{local-download-profiles-GKs2OOqJ.d.mts → local-download-profiles-DHF9dW4e.d.mts} +1 -1
  8. package/dist/local-download-profiles.d.mts +2 -2
  9. package/dist/{notifications-CJQ_F_Un.d.mts → notifications-D9yMeQqN.d.mts} +18 -18
  10. package/dist/notifications.d.mts +2 -2
  11. package/dist/{openspec-projection-BbuPTbvj.d.mts → openspec-projection-e-sOj4vr.d.mts} +1 -1
  12. package/dist/openspec-projection.d.mts +2 -2
  13. package/dist/{opsx-entity-BO9G2SCW.d.mts → opsx-entity-C89YFQNB.d.mts} +9 -9
  14. package/dist/opsx-entity.d.mts +2 -2
  15. package/dist/{opsx-schema-detail-DTajJW4g.d.mts → opsx-schema-detail-DIscOp9f.d.mts} +1 -1
  16. package/dist/opsx-schema-detail.d.mts +3 -3
  17. package/dist/{schemas-DQzd1hgp.d.mts → schemas-B6ZBedD4.d.mts} +44 -44
  18. package/dist/{sounds-3yEx1YXT.d.mts → sounds-BjSZxrQO.d.mts} +5 -5
  19. package/dist/sounds.d.mts +1 -1
  20. package/dist/{terminal-audio-UCLlM1qN.d.mts → terminal-audio-6x0ceNBw.d.mts} +2 -2
  21. package/dist/terminal-audio.d.mts +2 -2
  22. package/dist/terminal-control.d.mts +2 -2
  23. package/dist/{terminal-invocation-DCPc8hmm.d.mts → terminal-invocation-C2e1WSWM.d.mts} +91 -91
  24. package/dist/terminal-invocation.d.mts +1 -1
  25. package/dist/{translator-Car0_7uk.mjs → translator-B98pejVa.mjs} +134 -6
  26. package/dist/{translator-prn3W9lf.d.mts → translator-jn94xmWZ.d.mts} +241 -167
  27. package/dist/translator.d.mts +2 -2
  28. package/dist/translator.mjs +2 -2
  29. package/package.json +1 -1
@@ -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?: "html" | "text" | "markdown" | "image" | "audio" | "video" | "pdf" | "none" | undefined;
27
+ previewKind?: "text" | "html" | "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?: "html" | "text" | "markdown" | "image" | "audio" | "video" | "pdf" | "none" | undefined;
34
+ previewKind?: "text" | "html" | "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,9 +110,9 @@ declare const RequirementSchema: z.ZodObject<{
110
110
  }[] | undefined;
111
111
  }>, "many">;
112
112
  }, "strip", z.ZodTypeAny, {
113
- title: string;
114
113
  id: string;
115
114
  text: string;
115
+ title: string;
116
116
  bodyMarkdown: string;
117
117
  scenarios: {
118
118
  title: string;
@@ -125,9 +125,9 @@ declare const RequirementSchema: z.ZodObject<{
125
125
  }[] | undefined;
126
126
  }[];
127
127
  }, {
128
- title: string;
129
128
  id: string;
130
129
  text: string;
130
+ title: string;
131
131
  bodyMarkdown: string;
132
132
  scenarios: {
133
133
  title: string;
@@ -207,9 +207,9 @@ declare const SpecSchema: z.ZodObject<{
207
207
  }[] | undefined;
208
208
  }>, "many">;
209
209
  }, "strip", z.ZodTypeAny, {
210
- title: string;
211
210
  id: string;
212
211
  text: string;
212
+ title: string;
213
213
  bodyMarkdown: string;
214
214
  scenarios: {
215
215
  title: string;
@@ -222,9 +222,9 @@ declare const SpecSchema: z.ZodObject<{
222
222
  }[] | undefined;
223
223
  }[];
224
224
  }, {
225
- title: string;
226
225
  id: string;
227
226
  text: string;
227
+ title: string;
228
228
  bodyMarkdown: string;
229
229
  scenarios: {
230
230
  title: string;
@@ -256,9 +256,9 @@ declare const SpecSchema: z.ZodObject<{
256
256
  name: string;
257
257
  overview: string;
258
258
  requirements: {
259
- title: string;
260
259
  id: string;
261
260
  text: string;
261
+ title: string;
262
262
  bodyMarkdown: string;
263
263
  scenarios: {
264
264
  title: string;
@@ -281,9 +281,9 @@ declare const SpecSchema: z.ZodObject<{
281
281
  name: string;
282
282
  overview: string;
283
283
  requirements: {
284
- title: string;
285
284
  id: string;
286
285
  text: string;
286
+ title: string;
287
287
  bodyMarkdown: string;
288
288
  scenarios: {
289
289
  title: string;
@@ -370,9 +370,9 @@ declare const DeltaSchema: z.ZodObject<{
370
370
  }[] | undefined;
371
371
  }>, "many">;
372
372
  }, "strip", z.ZodTypeAny, {
373
- title: string;
374
373
  id: string;
375
374
  text: string;
375
+ title: string;
376
376
  bodyMarkdown: string;
377
377
  scenarios: {
378
378
  title: string;
@@ -385,9 +385,9 @@ declare const DeltaSchema: z.ZodObject<{
385
385
  }[] | undefined;
386
386
  }[];
387
387
  }, {
388
- title: string;
389
388
  id: string;
390
389
  text: string;
390
+ title: string;
391
391
  bodyMarkdown: string;
392
392
  scenarios: {
393
393
  title: string;
@@ -455,9 +455,9 @@ declare const DeltaSchema: z.ZodObject<{
455
455
  }[] | undefined;
456
456
  }>, "many">;
457
457
  }, "strip", z.ZodTypeAny, {
458
- title: string;
459
458
  id: string;
460
459
  text: string;
460
+ title: string;
461
461
  bodyMarkdown: string;
462
462
  scenarios: {
463
463
  title: string;
@@ -470,9 +470,9 @@ declare const DeltaSchema: z.ZodObject<{
470
470
  }[] | undefined;
471
471
  }[];
472
472
  }, {
473
- title: string;
474
473
  id: string;
475
474
  text: string;
475
+ title: string;
476
476
  bodyMarkdown: string;
477
477
  scenarios: {
478
478
  title: string;
@@ -501,9 +501,9 @@ declare const DeltaSchema: z.ZodObject<{
501
501
  spec: string;
502
502
  operation: "ADDED" | "MODIFIED" | "REMOVED" | "RENAMED";
503
503
  requirements?: {
504
- title: string;
505
504
  id: string;
506
505
  text: string;
506
+ title: string;
507
507
  bodyMarkdown: string;
508
508
  scenarios: {
509
509
  title: string;
@@ -517,9 +517,9 @@ declare const DeltaSchema: z.ZodObject<{
517
517
  }[];
518
518
  }[] | undefined;
519
519
  requirement?: {
520
- title: string;
521
520
  id: string;
522
521
  text: string;
522
+ title: string;
523
523
  bodyMarkdown: string;
524
524
  scenarios: {
525
525
  title: string;
@@ -541,9 +541,9 @@ declare const DeltaSchema: z.ZodObject<{
541
541
  spec: string;
542
542
  operation: "ADDED" | "MODIFIED" | "REMOVED" | "RENAMED";
543
543
  requirements?: {
544
- title: string;
545
544
  id: string;
546
545
  text: string;
546
+ title: string;
547
547
  bodyMarkdown: string;
548
548
  scenarios: {
549
549
  title: string;
@@ -557,9 +557,9 @@ declare const DeltaSchema: z.ZodObject<{
557
557
  }[];
558
558
  }[] | undefined;
559
559
  requirement?: {
560
- title: string;
561
560
  id: string;
562
561
  text: string;
562
+ title: string;
563
563
  bodyMarkdown: string;
564
564
  scenarios: {
565
565
  title: string;
@@ -700,9 +700,9 @@ declare const ChangeSchema: z.ZodObject<{
700
700
  }[] | undefined;
701
701
  }>, "many">;
702
702
  }, "strip", z.ZodTypeAny, {
703
- title: string;
704
703
  id: string;
705
704
  text: string;
705
+ title: string;
706
706
  bodyMarkdown: string;
707
707
  scenarios: {
708
708
  title: string;
@@ -715,9 +715,9 @@ declare const ChangeSchema: z.ZodObject<{
715
715
  }[] | undefined;
716
716
  }[];
717
717
  }, {
718
- title: string;
719
718
  id: string;
720
719
  text: string;
720
+ title: string;
721
721
  bodyMarkdown: string;
722
722
  scenarios: {
723
723
  title: string;
@@ -785,9 +785,9 @@ declare const ChangeSchema: z.ZodObject<{
785
785
  }[] | undefined;
786
786
  }>, "many">;
787
787
  }, "strip", z.ZodTypeAny, {
788
- title: string;
789
788
  id: string;
790
789
  text: string;
790
+ title: string;
791
791
  bodyMarkdown: string;
792
792
  scenarios: {
793
793
  title: string;
@@ -800,9 +800,9 @@ declare const ChangeSchema: z.ZodObject<{
800
800
  }[] | undefined;
801
801
  }[];
802
802
  }, {
803
- title: string;
804
803
  id: string;
805
804
  text: string;
805
+ title: string;
806
806
  bodyMarkdown: string;
807
807
  scenarios: {
808
808
  title: string;
@@ -831,9 +831,9 @@ declare const ChangeSchema: z.ZodObject<{
831
831
  spec: string;
832
832
  operation: "ADDED" | "MODIFIED" | "REMOVED" | "RENAMED";
833
833
  requirements?: {
834
- title: string;
835
834
  id: string;
836
835
  text: string;
836
+ title: string;
837
837
  bodyMarkdown: string;
838
838
  scenarios: {
839
839
  title: string;
@@ -847,9 +847,9 @@ declare const ChangeSchema: z.ZodObject<{
847
847
  }[];
848
848
  }[] | undefined;
849
849
  requirement?: {
850
- title: string;
851
850
  id: string;
852
851
  text: string;
852
+ title: string;
853
853
  bodyMarkdown: string;
854
854
  scenarios: {
855
855
  title: string;
@@ -871,9 +871,9 @@ declare const ChangeSchema: z.ZodObject<{
871
871
  spec: string;
872
872
  operation: "ADDED" | "MODIFIED" | "REMOVED" | "RENAMED";
873
873
  requirements?: {
874
- title: string;
875
874
  id: string;
876
875
  text: string;
876
+ title: string;
877
877
  bodyMarkdown: string;
878
878
  scenarios: {
879
879
  title: string;
@@ -887,9 +887,9 @@ declare const ChangeSchema: z.ZodObject<{
887
887
  }[];
888
888
  }[] | undefined;
889
889
  requirement?: {
890
- title: string;
891
890
  id: string;
892
891
  text: string;
892
+ title: string;
893
893
  bodyMarkdown: string;
894
894
  scenarios: {
895
895
  title: string;
@@ -933,11 +933,11 @@ declare const ChangeSchema: z.ZodObject<{
933
933
  total: z.ZodNumber;
934
934
  completed: z.ZodNumber;
935
935
  }, "strip", z.ZodTypeAny, {
936
- completed: number;
937
936
  total: number;
938
- }, {
939
937
  completed: number;
938
+ }, {
940
939
  total: number;
940
+ completed: number;
941
941
  }>;
942
942
  /** Optional design.md content */
943
943
  design: z.ZodOptional<z.ZodString>;
@@ -968,10 +968,16 @@ declare const ChangeSchema: z.ZodObject<{
968
968
  }, "strip", z.ZodTypeAny, {
969
969
  id: string;
970
970
  progress: {
971
- completed: number;
972
971
  total: number;
972
+ completed: number;
973
973
  };
974
974
  name: string;
975
+ tasks: {
976
+ id: string;
977
+ text: string;
978
+ completed: boolean;
979
+ section?: string | undefined;
980
+ }[];
975
981
  why: string;
976
982
  whatChanges: string;
977
983
  deltas: {
@@ -979,9 +985,9 @@ declare const ChangeSchema: z.ZodObject<{
979
985
  spec: string;
980
986
  operation: "ADDED" | "MODIFIED" | "REMOVED" | "RENAMED";
981
987
  requirements?: {
982
- title: string;
983
988
  id: string;
984
989
  text: string;
990
+ title: string;
985
991
  bodyMarkdown: string;
986
992
  scenarios: {
987
993
  title: string;
@@ -995,9 +1001,9 @@ declare const ChangeSchema: z.ZodObject<{
995
1001
  }[];
996
1002
  }[] | undefined;
997
1003
  requirement?: {
998
- title: string;
999
1004
  id: string;
1000
1005
  text: string;
1006
+ title: string;
1001
1007
  bodyMarkdown: string;
1002
1008
  scenarios: {
1003
1009
  title: string;
@@ -1015,12 +1021,6 @@ declare const ChangeSchema: z.ZodObject<{
1015
1021
  to: string;
1016
1022
  } | undefined;
1017
1023
  }[];
1018
- tasks: {
1019
- id: string;
1020
- text: string;
1021
- completed: boolean;
1022
- section?: string | undefined;
1023
- }[];
1024
1024
  metadata?: {
1025
1025
  version: string;
1026
1026
  format: "openspec-change";
@@ -1033,10 +1033,16 @@ declare const ChangeSchema: z.ZodObject<{
1033
1033
  }, {
1034
1034
  id: string;
1035
1035
  progress: {
1036
- completed: number;
1037
1036
  total: number;
1037
+ completed: number;
1038
1038
  };
1039
1039
  name: string;
1040
+ tasks: {
1041
+ id: string;
1042
+ text: string;
1043
+ completed: boolean;
1044
+ section?: string | undefined;
1045
+ }[];
1040
1046
  why: string;
1041
1047
  whatChanges: string;
1042
1048
  deltas: {
@@ -1044,9 +1050,9 @@ declare const ChangeSchema: z.ZodObject<{
1044
1050
  spec: string;
1045
1051
  operation: "ADDED" | "MODIFIED" | "REMOVED" | "RENAMED";
1046
1052
  requirements?: {
1047
- title: string;
1048
1053
  id: string;
1049
1054
  text: string;
1055
+ title: string;
1050
1056
  bodyMarkdown: string;
1051
1057
  scenarios: {
1052
1058
  title: string;
@@ -1060,9 +1066,9 @@ declare const ChangeSchema: z.ZodObject<{
1060
1066
  }[];
1061
1067
  }[] | undefined;
1062
1068
  requirement?: {
1063
- title: string;
1064
1069
  id: string;
1065
1070
  text: string;
1071
+ title: string;
1066
1072
  bodyMarkdown: string;
1067
1073
  scenarios: {
1068
1074
  title: string;
@@ -1080,12 +1086,6 @@ declare const ChangeSchema: z.ZodObject<{
1080
1086
  to: string;
1081
1087
  } | undefined;
1082
1088
  }[];
1083
- tasks: {
1084
- id: string;
1085
- text: string;
1086
- completed: boolean;
1087
- section?: string | undefined;
1088
- }[];
1089
1089
  metadata?: {
1090
1090
  version?: string | undefined;
1091
1091
  format?: "openspec-change" | undefined;
@@ -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: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>;
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:Tink" | "builtin:Blow" | "builtin:Basso" | "builtin:Bottle" | "builtin:Frog" | "builtin:Funk" | "builtin:Glass" | "builtin:Hero" | "builtin:Morse" | "builtin:Ping" | "builtin:Pop" | "builtin:Purr" | "builtin:Sosumi" | "builtin:Submarine" | `custom:${string}`, unknown>;
27
27
  declare const SoundVolumeSchema: z.ZodDefault<z.ZodNumber>;
28
28
  type SoundVolume = z.infer<typeof SoundVolumeSchema>;
29
29
  interface BuiltinSoundOption {
@@ -41,19 +41,19 @@ declare const CustomSoundMetadataSchema: z.ZodObject<{
41
41
  createdAt: z.ZodNumber;
42
42
  updatedAt: z.ZodNumber;
43
43
  }, "strip", z.ZodTypeAny, {
44
- createdAt: number;
45
44
  id: string;
46
45
  updatedAt: number;
47
46
  name: string;
48
47
  mime: string;
49
48
  size: number;
50
- }, {
51
49
  createdAt: number;
50
+ }, {
52
51
  id: string;
53
52
  updatedAt: number;
54
53
  name: string;
55
54
  mime: string;
56
55
  size: number;
56
+ createdAt: number;
57
57
  }>;
58
58
  type CustomSoundMetadata = z.infer<typeof CustomSoundMetadataSchema>;
59
59
  declare const CustomSoundMetadataFileSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
@@ -64,19 +64,19 @@ declare const CustomSoundMetadataFileSchema: z.ZodRecord<z.ZodString, z.ZodObjec
64
64
  createdAt: z.ZodNumber;
65
65
  updatedAt: z.ZodNumber;
66
66
  }, "strip", z.ZodTypeAny, {
67
- createdAt: number;
68
67
  id: string;
69
68
  updatedAt: number;
70
69
  name: string;
71
70
  mime: string;
72
71
  size: number;
73
- }, {
74
72
  createdAt: number;
73
+ }, {
75
74
  id: string;
76
75
  updatedAt: number;
77
76
  name: string;
78
77
  mime: string;
79
78
  size: number;
79
+ createdAt: 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-3yEx1YXT.mjs";
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-BjSZxrQO.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-3yEx1YXT.mjs";
1
+ import { x as SoundId } from "./sounds-BjSZxrQO.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: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>;
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:Tink" | "builtin:Blow" | "builtin:Basso" | "builtin:Bottle" | "builtin:Frog" | "builtin:Funk" | "builtin:Glass" | "builtin:Hero" | "builtin:Morse" | "builtin:Ping" | "builtin:Pop" | "builtin:Purr" | "builtin:Sosumi" | "builtin:Submarine" | `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-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";
1
+ import "./sounds-BjSZxrQO.mjs";
2
+ import { i as TerminalBellSoundSchema, n as TERMINAL_BELL_SOUND_VALUES, r as TerminalBellSound, t as TERMINAL_BELL_SOUND_OPTIONS } from "./terminal-audio-6x0ceNBw.mjs";
3
3
  export { TERMINAL_BELL_SOUND_OPTIONS, TERMINAL_BELL_SOUND_VALUES, TerminalBellSound, TerminalBellSoundSchema };
@@ -1,3 +1,3 @@
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";
1
+ import "./sounds-BjSZxrQO.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-D9yMeQqN.mjs";
3
3
  export { TerminalControlEvent, TerminalControlParseResult, TerminalControlParser, TerminalNotificationProtocol, TerminalProgressState, TerminalPromptState, TerminalTitleTarget, terminalNotificationEventToPublishInput };