@openspecui/core 3.7.1 → 3.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -102,9 +102,9 @@ declare const RequirementSchema: z.ZodObject<{
102
102
  }[] | undefined;
103
103
  }>, "many">;
104
104
  }, "strip", z.ZodTypeAny, {
105
+ text: string;
105
106
  id: string;
106
107
  title: string;
107
- text: string;
108
108
  bodyMarkdown: string;
109
109
  scenarios: {
110
110
  title: string;
@@ -117,9 +117,9 @@ declare const RequirementSchema: z.ZodObject<{
117
117
  }[] | undefined;
118
118
  }[];
119
119
  }, {
120
+ text: string;
120
121
  id: string;
121
122
  title: string;
122
- text: string;
123
123
  bodyMarkdown: string;
124
124
  scenarios: {
125
125
  title: string;
@@ -199,9 +199,9 @@ declare const SpecSchema: z.ZodObject<{
199
199
  }[] | undefined;
200
200
  }>, "many">;
201
201
  }, "strip", z.ZodTypeAny, {
202
+ text: string;
202
203
  id: string;
203
204
  title: string;
204
- text: string;
205
205
  bodyMarkdown: string;
206
206
  scenarios: {
207
207
  title: string;
@@ -214,9 +214,9 @@ declare const SpecSchema: z.ZodObject<{
214
214
  }[] | undefined;
215
215
  }[];
216
216
  }, {
217
+ text: string;
217
218
  id: string;
218
219
  title: string;
219
- text: string;
220
220
  bodyMarkdown: string;
221
221
  scenarios: {
222
222
  title: string;
@@ -248,9 +248,9 @@ declare const SpecSchema: z.ZodObject<{
248
248
  name: string;
249
249
  overview: string;
250
250
  requirements: {
251
+ text: string;
251
252
  id: string;
252
253
  title: string;
253
- text: string;
254
254
  bodyMarkdown: string;
255
255
  scenarios: {
256
256
  title: string;
@@ -273,9 +273,9 @@ declare const SpecSchema: z.ZodObject<{
273
273
  name: string;
274
274
  overview: string;
275
275
  requirements: {
276
+ text: string;
276
277
  id: string;
277
278
  title: string;
278
- text: string;
279
279
  bodyMarkdown: string;
280
280
  scenarios: {
281
281
  title: string;
@@ -362,9 +362,9 @@ declare const DeltaSchema: z.ZodObject<{
362
362
  }[] | undefined;
363
363
  }>, "many">;
364
364
  }, "strip", z.ZodTypeAny, {
365
+ text: string;
365
366
  id: string;
366
367
  title: string;
367
- text: string;
368
368
  bodyMarkdown: string;
369
369
  scenarios: {
370
370
  title: string;
@@ -377,9 +377,9 @@ declare const DeltaSchema: z.ZodObject<{
377
377
  }[] | undefined;
378
378
  }[];
379
379
  }, {
380
+ text: string;
380
381
  id: string;
381
382
  title: string;
382
- text: string;
383
383
  bodyMarkdown: string;
384
384
  scenarios: {
385
385
  title: string;
@@ -447,9 +447,9 @@ declare const DeltaSchema: z.ZodObject<{
447
447
  }[] | undefined;
448
448
  }>, "many">;
449
449
  }, "strip", z.ZodTypeAny, {
450
+ text: string;
450
451
  id: string;
451
452
  title: string;
452
- text: string;
453
453
  bodyMarkdown: string;
454
454
  scenarios: {
455
455
  title: string;
@@ -462,9 +462,9 @@ declare const DeltaSchema: z.ZodObject<{
462
462
  }[] | undefined;
463
463
  }[];
464
464
  }, {
465
+ text: string;
465
466
  id: string;
466
467
  title: string;
467
- text: string;
468
468
  bodyMarkdown: string;
469
469
  scenarios: {
470
470
  title: string;
@@ -493,9 +493,9 @@ declare const DeltaSchema: z.ZodObject<{
493
493
  spec: string;
494
494
  operation: "ADDED" | "MODIFIED" | "REMOVED" | "RENAMED";
495
495
  requirements?: {
496
+ text: string;
496
497
  id: string;
497
498
  title: string;
498
- text: string;
499
499
  bodyMarkdown: string;
500
500
  scenarios: {
501
501
  title: string;
@@ -509,9 +509,9 @@ declare const DeltaSchema: z.ZodObject<{
509
509
  }[];
510
510
  }[] | undefined;
511
511
  requirement?: {
512
+ text: string;
512
513
  id: string;
513
514
  title: string;
514
- text: string;
515
515
  bodyMarkdown: string;
516
516
  scenarios: {
517
517
  title: string;
@@ -533,9 +533,9 @@ declare const DeltaSchema: z.ZodObject<{
533
533
  spec: string;
534
534
  operation: "ADDED" | "MODIFIED" | "REMOVED" | "RENAMED";
535
535
  requirements?: {
536
+ text: string;
536
537
  id: string;
537
538
  title: string;
538
- text: string;
539
539
  bodyMarkdown: string;
540
540
  scenarios: {
541
541
  title: string;
@@ -549,9 +549,9 @@ declare const DeltaSchema: z.ZodObject<{
549
549
  }[];
550
550
  }[] | undefined;
551
551
  requirement?: {
552
+ text: string;
552
553
  id: string;
553
554
  title: string;
554
- text: string;
555
555
  bodyMarkdown: string;
556
556
  scenarios: {
557
557
  title: string;
@@ -585,13 +585,13 @@ declare const TaskSchema: z.ZodObject<{
585
585
  /** Optional section heading the task belongs to */
586
586
  section: z.ZodOptional<z.ZodString>;
587
587
  }, "strip", z.ZodTypeAny, {
588
- id: string;
589
588
  text: string;
589
+ id: string;
590
590
  completed: boolean;
591
591
  section?: string | undefined;
592
592
  }, {
593
- id: string;
594
593
  text: string;
594
+ id: string;
595
595
  completed: boolean;
596
596
  section?: string | undefined;
597
597
  }>;
@@ -692,9 +692,9 @@ declare const ChangeSchema: z.ZodObject<{
692
692
  }[] | undefined;
693
693
  }>, "many">;
694
694
  }, "strip", z.ZodTypeAny, {
695
+ text: string;
695
696
  id: string;
696
697
  title: string;
697
- text: string;
698
698
  bodyMarkdown: string;
699
699
  scenarios: {
700
700
  title: string;
@@ -707,9 +707,9 @@ declare const ChangeSchema: z.ZodObject<{
707
707
  }[] | undefined;
708
708
  }[];
709
709
  }, {
710
+ text: string;
710
711
  id: string;
711
712
  title: string;
712
- text: string;
713
713
  bodyMarkdown: string;
714
714
  scenarios: {
715
715
  title: string;
@@ -777,9 +777,9 @@ declare const ChangeSchema: z.ZodObject<{
777
777
  }[] | undefined;
778
778
  }>, "many">;
779
779
  }, "strip", z.ZodTypeAny, {
780
+ text: string;
780
781
  id: string;
781
782
  title: string;
782
- text: string;
783
783
  bodyMarkdown: string;
784
784
  scenarios: {
785
785
  title: string;
@@ -792,9 +792,9 @@ declare const ChangeSchema: z.ZodObject<{
792
792
  }[] | undefined;
793
793
  }[];
794
794
  }, {
795
+ text: string;
795
796
  id: string;
796
797
  title: string;
797
- text: string;
798
798
  bodyMarkdown: string;
799
799
  scenarios: {
800
800
  title: string;
@@ -823,9 +823,9 @@ declare const ChangeSchema: z.ZodObject<{
823
823
  spec: string;
824
824
  operation: "ADDED" | "MODIFIED" | "REMOVED" | "RENAMED";
825
825
  requirements?: {
826
+ text: string;
826
827
  id: string;
827
828
  title: string;
828
- text: string;
829
829
  bodyMarkdown: string;
830
830
  scenarios: {
831
831
  title: string;
@@ -839,9 +839,9 @@ declare const ChangeSchema: z.ZodObject<{
839
839
  }[];
840
840
  }[] | undefined;
841
841
  requirement?: {
842
+ text: string;
842
843
  id: string;
843
844
  title: string;
844
- text: string;
845
845
  bodyMarkdown: string;
846
846
  scenarios: {
847
847
  title: string;
@@ -863,9 +863,9 @@ declare const ChangeSchema: z.ZodObject<{
863
863
  spec: string;
864
864
  operation: "ADDED" | "MODIFIED" | "REMOVED" | "RENAMED";
865
865
  requirements?: {
866
+ text: string;
866
867
  id: string;
867
868
  title: string;
868
- text: string;
869
869
  bodyMarkdown: string;
870
870
  scenarios: {
871
871
  title: string;
@@ -879,9 +879,9 @@ declare const ChangeSchema: z.ZodObject<{
879
879
  }[];
880
880
  }[] | undefined;
881
881
  requirement?: {
882
+ text: string;
882
883
  id: string;
883
884
  title: string;
884
- text: string;
885
885
  bodyMarkdown: string;
886
886
  scenarios: {
887
887
  title: string;
@@ -910,13 +910,13 @@ declare const ChangeSchema: z.ZodObject<{
910
910
  /** Optional section heading the task belongs to */
911
911
  section: z.ZodOptional<z.ZodString>;
912
912
  }, "strip", z.ZodTypeAny, {
913
- id: string;
914
913
  text: string;
914
+ id: string;
915
915
  completed: boolean;
916
916
  section?: string | undefined;
917
917
  }, {
918
- id: string;
919
918
  text: string;
919
+ id: string;
920
920
  completed: boolean;
921
921
  section?: string | undefined;
922
922
  }>, "many">;
@@ -967,9 +967,9 @@ declare const ChangeSchema: z.ZodObject<{
967
967
  spec: string;
968
968
  operation: "ADDED" | "MODIFIED" | "REMOVED" | "RENAMED";
969
969
  requirements?: {
970
+ text: string;
970
971
  id: string;
971
972
  title: string;
972
- text: string;
973
973
  bodyMarkdown: string;
974
974
  scenarios: {
975
975
  title: string;
@@ -983,9 +983,9 @@ declare const ChangeSchema: z.ZodObject<{
983
983
  }[];
984
984
  }[] | undefined;
985
985
  requirement?: {
986
+ text: string;
986
987
  id: string;
987
988
  title: string;
988
- text: string;
989
989
  bodyMarkdown: string;
990
990
  scenarios: {
991
991
  title: string;
@@ -1004,8 +1004,8 @@ declare const ChangeSchema: z.ZodObject<{
1004
1004
  } | undefined;
1005
1005
  }[];
1006
1006
  tasks: {
1007
- id: string;
1008
1007
  text: string;
1008
+ id: string;
1009
1009
  completed: boolean;
1010
1010
  section?: string | undefined;
1011
1011
  }[];
@@ -1032,9 +1032,9 @@ declare const ChangeSchema: z.ZodObject<{
1032
1032
  spec: string;
1033
1033
  operation: "ADDED" | "MODIFIED" | "REMOVED" | "RENAMED";
1034
1034
  requirements?: {
1035
+ text: string;
1035
1036
  id: string;
1036
1037
  title: string;
1037
- text: string;
1038
1038
  bodyMarkdown: string;
1039
1039
  scenarios: {
1040
1040
  title: string;
@@ -1048,9 +1048,9 @@ declare const ChangeSchema: z.ZodObject<{
1048
1048
  }[];
1049
1049
  }[] | undefined;
1050
1050
  requirement?: {
1051
+ text: string;
1051
1052
  id: string;
1052
1053
  title: string;
1053
- text: string;
1054
1054
  bodyMarkdown: string;
1055
1055
  scenarios: {
1056
1056
  title: string;
@@ -1069,8 +1069,8 @@ declare const ChangeSchema: z.ZodObject<{
1069
1069
  } | undefined;
1070
1070
  }[];
1071
1071
  tasks: {
1072
- id: string;
1073
1072
  text: string;
1073
+ id: string;
1074
1074
  completed: boolean;
1075
1075
  section?: string | undefined;
1076
1076
  }[];
@@ -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: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>;
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 {
@@ -41,15 +41,15 @@ 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;
45
+ createdAt: number;
46
46
  name: string;
47
47
  mime: string;
48
48
  size: number;
49
49
  updatedAt: number;
50
50
  }, {
51
- createdAt: number;
52
51
  id: string;
52
+ createdAt: number;
53
53
  name: string;
54
54
  mime: string;
55
55
  size: number;
@@ -64,15 +64,15 @@ 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;
68
+ createdAt: number;
69
69
  name: string;
70
70
  mime: string;
71
71
  size: number;
72
72
  updatedAt: number;
73
73
  }, {
74
- createdAt: number;
75
74
  id: string;
75
+ createdAt: number;
76
76
  name: string;
77
77
  mime: string;
78
78
  size: number;
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-PZqzoKxJ.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-Dz-aToh_.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-PZqzoKxJ.mjs";
1
+ import { x as SoundId } from "./sounds-Dz-aToh_.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: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>;
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-PZqzoKxJ.mjs";
2
- import { i as TerminalBellSoundSchema, n as TERMINAL_BELL_SOUND_VALUES, r as TerminalBellSound, t as TERMINAL_BELL_SOUND_OPTIONS } from "./terminal-audio-Ci4x-tyQ.mjs";
1
+ import "./sounds-Dz-aToh_.mjs";
2
+ import { i as TerminalBellSoundSchema, n as TERMINAL_BELL_SOUND_VALUES, r as TerminalBellSound, t as TERMINAL_BELL_SOUND_OPTIONS } from "./terminal-audio-Btx-il9w.mjs";
3
3
  export { TERMINAL_BELL_SOUND_OPTIONS, TERMINAL_BELL_SOUND_VALUES, TerminalBellSound, TerminalBellSoundSchema };
@@ -1,3 +1,3 @@
1
- import "./sounds-PZqzoKxJ.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-Clq2bq-i.mjs";
1
+ import "./sounds-Dz-aToh_.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-C9NFber0.mjs";
3
3
  export { TerminalControlEvent, TerminalControlParseResult, TerminalControlParser, TerminalNotificationProtocol, TerminalProgressState, TerminalPromptState, TerminalTitleTarget, terminalNotificationEventToPublishInput };