@openspecui/core 3.11.1 → 3.11.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.
Files changed (31) hide show
  1. package/dist/{document-translation-Dnl1lz2K.mjs → document-translation-BTEG-uW_.mjs} +5 -1
  2. package/dist/{document-translation-AlZtjOt5.d.mts → document-translation-EMIQf5dw.d.mts} +72 -25
  3. package/dist/document-translation.d.mts +1 -1
  4. package/dist/document-translation.mjs +2 -2
  5. package/dist/index.d.mts +155 -55
  6. package/dist/index.mjs +229 -6
  7. package/dist/{local-download-profiles-DISrU0mw.d.mts → local-download-profiles-CSXKbamv.d.mts} +1 -1
  8. package/dist/local-download-profiles.d.mts +2 -2
  9. package/dist/{notifications-gGjGaYsF.d.mts → notifications-Ct6rtBwb.d.mts} +16 -16
  10. package/dist/notifications.d.mts +2 -2
  11. package/dist/{openspec-projection-BojcJ9zl.d.mts → openspec-projection-DrTZ0P31.d.mts} +1 -1
  12. package/dist/openspec-projection.d.mts +2 -2
  13. package/dist/{opsx-entity-BdyGTVs_.d.mts → opsx-entity-CIB-Wi0n.d.mts} +7 -7
  14. package/dist/opsx-entity.d.mts +2 -2
  15. package/dist/{opsx-schema-detail-Cf8YIflR.d.mts → opsx-schema-detail-Cjoesix_.d.mts} +1 -1
  16. package/dist/opsx-schema-detail.d.mts +3 -3
  17. package/dist/{schemas-DV6yABO9.d.mts → schemas-DeEkRkAH.d.mts} +124 -124
  18. package/dist/{sounds-C906qHTJ.d.mts → sounds-BaxOUgWE.d.mts} +9 -9
  19. package/dist/sounds.d.mts +1 -1
  20. package/dist/{terminal-audio-D6dE8O1_.d.mts → terminal-audio-v3YSYJKq.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-Cz0vfgkw.d.mts → terminal-invocation-C5gqne5H.d.mts} +51 -51
  24. package/dist/terminal-invocation.d.mts +1 -1
  25. package/dist/{translation-language-pair-D6f5u70K.mjs → translation-language-pair-Cb4a0hG6.mjs} +2 -1
  26. package/dist/translation-language-pair.mjs +1 -1
  27. package/dist/{translator-tTXEGRdz.d.mts → translator-BtbU7rjR.d.mts} +740 -126
  28. package/dist/{translator-B0T5VL9k.mjs → translator-yHmEiuRX.mjs} +143 -7
  29. package/dist/translator.d.mts +2 -2
  30. package/dist/translator.mjs +2 -2
  31. package/package.json +1 -1
@@ -43,13 +43,13 @@ declare const ScenarioStepSchema: z.ZodObject<{
43
43
  /** Original markdown list item line */
44
44
  rawText: z.ZodString;
45
45
  }, "strip", z.ZodTypeAny, {
46
+ rawText: string;
46
47
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
47
48
  contentMarkdown: string;
48
- rawText: string;
49
49
  }, {
50
+ rawText: string;
50
51
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
51
52
  contentMarkdown: string;
52
- rawText: string;
53
53
  }>;
54
54
  type ScenarioStep = z.infer<typeof ScenarioStepSchema>;
55
55
  /**
@@ -82,61 +82,61 @@ declare const RequirementSchema: z.ZodObject<{
82
82
  /** Original markdown list item line */
83
83
  rawText: z.ZodString;
84
84
  }, "strip", z.ZodTypeAny, {
85
+ rawText: string;
85
86
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
86
87
  contentMarkdown: string;
87
- rawText: string;
88
88
  }, {
89
+ rawText: string;
89
90
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
90
91
  contentMarkdown: string;
91
- rawText: string;
92
92
  }>, "many">>;
93
93
  }, "strip", z.ZodTypeAny, {
94
94
  title: string;
95
- rawText: string;
96
95
  bodyMarkdown: string;
96
+ rawText: string;
97
97
  steps?: {
98
+ rawText: string;
98
99
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
99
100
  contentMarkdown: string;
100
- rawText: string;
101
101
  }[] | undefined;
102
102
  }, {
103
103
  title: string;
104
- rawText: string;
105
104
  bodyMarkdown: string;
105
+ rawText: string;
106
106
  steps?: {
107
+ rawText: string;
107
108
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
108
109
  contentMarkdown: string;
109
- rawText: string;
110
110
  }[] | undefined;
111
111
  }>, "many">;
112
112
  }, "strip", z.ZodTypeAny, {
113
113
  id: string;
114
- title: string;
115
114
  text: string;
115
+ title: string;
116
116
  bodyMarkdown: string;
117
117
  scenarios: {
118
118
  title: string;
119
- rawText: string;
120
119
  bodyMarkdown: string;
120
+ rawText: string;
121
121
  steps?: {
122
+ rawText: string;
122
123
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
123
124
  contentMarkdown: string;
124
- rawText: string;
125
125
  }[] | undefined;
126
126
  }[];
127
127
  }, {
128
128
  id: string;
129
- title: string;
130
129
  text: string;
130
+ title: string;
131
131
  bodyMarkdown: string;
132
132
  scenarios: {
133
133
  title: string;
134
- rawText: string;
135
134
  bodyMarkdown: string;
135
+ rawText: string;
136
136
  steps?: {
137
+ rawText: string;
137
138
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
138
139
  contentMarkdown: string;
139
- rawText: string;
140
140
  }[] | undefined;
141
141
  }[];
142
142
  }>;
@@ -179,61 +179,61 @@ declare const SpecSchema: z.ZodObject<{
179
179
  /** Original markdown list item line */
180
180
  rawText: z.ZodString;
181
181
  }, "strip", z.ZodTypeAny, {
182
+ rawText: string;
182
183
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
183
184
  contentMarkdown: string;
184
- rawText: string;
185
185
  }, {
186
+ rawText: string;
186
187
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
187
188
  contentMarkdown: string;
188
- rawText: string;
189
189
  }>, "many">>;
190
190
  }, "strip", z.ZodTypeAny, {
191
191
  title: string;
192
- rawText: string;
193
192
  bodyMarkdown: string;
193
+ rawText: string;
194
194
  steps?: {
195
+ rawText: string;
195
196
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
196
197
  contentMarkdown: string;
197
- rawText: string;
198
198
  }[] | undefined;
199
199
  }, {
200
200
  title: string;
201
- rawText: string;
202
201
  bodyMarkdown: string;
202
+ rawText: string;
203
203
  steps?: {
204
+ rawText: string;
204
205
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
205
206
  contentMarkdown: string;
206
- rawText: string;
207
207
  }[] | undefined;
208
208
  }>, "many">;
209
209
  }, "strip", z.ZodTypeAny, {
210
210
  id: string;
211
- title: string;
212
211
  text: string;
212
+ title: string;
213
213
  bodyMarkdown: string;
214
214
  scenarios: {
215
215
  title: string;
216
- rawText: string;
217
216
  bodyMarkdown: string;
217
+ rawText: string;
218
218
  steps?: {
219
+ rawText: string;
219
220
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
220
221
  contentMarkdown: string;
221
- rawText: string;
222
222
  }[] | undefined;
223
223
  }[];
224
224
  }, {
225
225
  id: string;
226
- title: string;
227
226
  text: string;
227
+ title: string;
228
228
  bodyMarkdown: string;
229
229
  scenarios: {
230
230
  title: string;
231
- rawText: string;
232
231
  bodyMarkdown: string;
232
+ rawText: string;
233
233
  steps?: {
234
+ rawText: string;
234
235
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
235
236
  contentMarkdown: string;
236
- rawText: string;
237
237
  }[] | undefined;
238
238
  }[];
239
239
  }>, "many">;
@@ -257,17 +257,17 @@ declare const SpecSchema: z.ZodObject<{
257
257
  overview: string;
258
258
  requirements: {
259
259
  id: string;
260
- title: string;
261
260
  text: string;
261
+ title: string;
262
262
  bodyMarkdown: string;
263
263
  scenarios: {
264
264
  title: string;
265
- rawText: string;
266
265
  bodyMarkdown: string;
266
+ rawText: string;
267
267
  steps?: {
268
+ rawText: string;
268
269
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
269
270
  contentMarkdown: string;
270
- rawText: string;
271
271
  }[] | undefined;
272
272
  }[];
273
273
  }[];
@@ -282,17 +282,17 @@ declare const SpecSchema: z.ZodObject<{
282
282
  overview: string;
283
283
  requirements: {
284
284
  id: string;
285
- title: string;
286
285
  text: string;
286
+ title: string;
287
287
  bodyMarkdown: string;
288
288
  scenarios: {
289
289
  title: string;
290
- rawText: string;
291
290
  bodyMarkdown: string;
291
+ rawText: string;
292
292
  steps?: {
293
+ rawText: string;
293
294
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
294
295
  contentMarkdown: string;
295
- rawText: string;
296
296
  }[] | undefined;
297
297
  }[];
298
298
  }[];
@@ -342,61 +342,61 @@ declare const DeltaSchema: z.ZodObject<{
342
342
  /** Original markdown list item line */
343
343
  rawText: z.ZodString;
344
344
  }, "strip", z.ZodTypeAny, {
345
+ rawText: string;
345
346
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
346
347
  contentMarkdown: string;
347
- rawText: string;
348
348
  }, {
349
+ rawText: string;
349
350
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
350
351
  contentMarkdown: string;
351
- rawText: string;
352
352
  }>, "many">>;
353
353
  }, "strip", z.ZodTypeAny, {
354
354
  title: string;
355
- rawText: string;
356
355
  bodyMarkdown: string;
356
+ rawText: string;
357
357
  steps?: {
358
+ rawText: string;
358
359
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
359
360
  contentMarkdown: string;
360
- rawText: string;
361
361
  }[] | undefined;
362
362
  }, {
363
363
  title: string;
364
- rawText: string;
365
364
  bodyMarkdown: string;
365
+ rawText: string;
366
366
  steps?: {
367
+ rawText: string;
367
368
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
368
369
  contentMarkdown: string;
369
- rawText: string;
370
370
  }[] | undefined;
371
371
  }>, "many">;
372
372
  }, "strip", z.ZodTypeAny, {
373
373
  id: string;
374
- title: string;
375
374
  text: string;
375
+ title: string;
376
376
  bodyMarkdown: string;
377
377
  scenarios: {
378
378
  title: string;
379
- rawText: string;
380
379
  bodyMarkdown: string;
380
+ rawText: string;
381
381
  steps?: {
382
+ rawText: string;
382
383
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
383
384
  contentMarkdown: string;
384
- rawText: string;
385
385
  }[] | undefined;
386
386
  }[];
387
387
  }, {
388
388
  id: string;
389
- title: string;
390
389
  text: string;
390
+ title: string;
391
391
  bodyMarkdown: string;
392
392
  scenarios: {
393
393
  title: string;
394
- rawText: string;
395
394
  bodyMarkdown: string;
395
+ rawText: string;
396
396
  steps?: {
397
+ rawText: string;
397
398
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
398
399
  contentMarkdown: string;
399
- rawText: string;
400
400
  }[] | undefined;
401
401
  }[];
402
402
  }>>;
@@ -427,61 +427,61 @@ declare const DeltaSchema: z.ZodObject<{
427
427
  /** Original markdown list item line */
428
428
  rawText: z.ZodString;
429
429
  }, "strip", z.ZodTypeAny, {
430
+ rawText: string;
430
431
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
431
432
  contentMarkdown: string;
432
- rawText: string;
433
433
  }, {
434
+ rawText: string;
434
435
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
435
436
  contentMarkdown: string;
436
- rawText: string;
437
437
  }>, "many">>;
438
438
  }, "strip", z.ZodTypeAny, {
439
439
  title: string;
440
- rawText: string;
441
440
  bodyMarkdown: string;
441
+ rawText: string;
442
442
  steps?: {
443
+ rawText: string;
443
444
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
444
445
  contentMarkdown: string;
445
- rawText: string;
446
446
  }[] | undefined;
447
447
  }, {
448
448
  title: string;
449
- rawText: string;
450
449
  bodyMarkdown: string;
450
+ rawText: string;
451
451
  steps?: {
452
+ rawText: string;
452
453
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
453
454
  contentMarkdown: string;
454
- rawText: string;
455
455
  }[] | undefined;
456
456
  }>, "many">;
457
457
  }, "strip", z.ZodTypeAny, {
458
458
  id: string;
459
- title: string;
460
459
  text: string;
460
+ title: string;
461
461
  bodyMarkdown: string;
462
462
  scenarios: {
463
463
  title: string;
464
- rawText: string;
465
464
  bodyMarkdown: string;
465
+ rawText: string;
466
466
  steps?: {
467
+ rawText: string;
467
468
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
468
469
  contentMarkdown: string;
469
- rawText: string;
470
470
  }[] | undefined;
471
471
  }[];
472
472
  }, {
473
473
  id: string;
474
- title: string;
475
474
  text: string;
475
+ title: string;
476
476
  bodyMarkdown: string;
477
477
  scenarios: {
478
478
  title: string;
479
- rawText: string;
480
479
  bodyMarkdown: string;
480
+ rawText: string;
481
481
  steps?: {
482
+ rawText: string;
482
483
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
483
484
  contentMarkdown: string;
484
- rawText: string;
485
485
  }[] | undefined;
486
486
  }[];
487
487
  }>, "many">>;
@@ -502,33 +502,33 @@ declare const DeltaSchema: z.ZodObject<{
502
502
  operation: "ADDED" | "MODIFIED" | "REMOVED" | "RENAMED";
503
503
  requirements?: {
504
504
  id: string;
505
- title: string;
506
505
  text: string;
506
+ title: string;
507
507
  bodyMarkdown: string;
508
508
  scenarios: {
509
509
  title: string;
510
- rawText: string;
511
510
  bodyMarkdown: string;
511
+ rawText: string;
512
512
  steps?: {
513
+ rawText: string;
513
514
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
514
515
  contentMarkdown: string;
515
- rawText: string;
516
516
  }[] | undefined;
517
517
  }[];
518
518
  }[] | undefined;
519
519
  requirement?: {
520
520
  id: string;
521
- title: string;
522
521
  text: string;
522
+ title: string;
523
523
  bodyMarkdown: string;
524
524
  scenarios: {
525
525
  title: string;
526
- rawText: string;
527
526
  bodyMarkdown: string;
527
+ rawText: string;
528
528
  steps?: {
529
+ rawText: string;
529
530
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
530
531
  contentMarkdown: string;
531
- rawText: string;
532
532
  }[] | undefined;
533
533
  }[];
534
534
  } | undefined;
@@ -542,33 +542,33 @@ declare const DeltaSchema: z.ZodObject<{
542
542
  operation: "ADDED" | "MODIFIED" | "REMOVED" | "RENAMED";
543
543
  requirements?: {
544
544
  id: string;
545
- title: string;
546
545
  text: string;
546
+ title: string;
547
547
  bodyMarkdown: string;
548
548
  scenarios: {
549
549
  title: string;
550
- rawText: string;
551
550
  bodyMarkdown: string;
551
+ rawText: string;
552
552
  steps?: {
553
+ rawText: string;
553
554
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
554
555
  contentMarkdown: string;
555
- rawText: string;
556
556
  }[] | undefined;
557
557
  }[];
558
558
  }[] | undefined;
559
559
  requirement?: {
560
560
  id: string;
561
- title: string;
562
561
  text: string;
562
+ title: string;
563
563
  bodyMarkdown: string;
564
564
  scenarios: {
565
565
  title: string;
566
- rawText: string;
567
566
  bodyMarkdown: string;
567
+ rawText: string;
568
568
  steps?: {
569
+ rawText: string;
569
570
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
570
571
  contentMarkdown: string;
571
- rawText: string;
572
572
  }[] | undefined;
573
573
  }[];
574
574
  } | undefined;
@@ -614,11 +614,11 @@ declare const DeltaSpecSchema: z.ZodObject<{
614
614
  /** Raw markdown content of the delta spec */
615
615
  content: z.ZodString;
616
616
  }, "strip", z.ZodTypeAny, {
617
- content: string;
618
617
  specId: string;
619
- }, {
620
618
  content: string;
619
+ }, {
621
620
  specId: string;
621
+ content: string;
622
622
  }>;
623
623
  type DeltaSpec = z.infer<typeof DeltaSpecSchema>;
624
624
  /**
@@ -672,61 +672,61 @@ declare const ChangeSchema: z.ZodObject<{
672
672
  /** Original markdown list item line */
673
673
  rawText: z.ZodString;
674
674
  }, "strip", z.ZodTypeAny, {
675
+ rawText: string;
675
676
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
676
677
  contentMarkdown: string;
677
- rawText: string;
678
678
  }, {
679
+ rawText: string;
679
680
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
680
681
  contentMarkdown: string;
681
- rawText: string;
682
682
  }>, "many">>;
683
683
  }, "strip", z.ZodTypeAny, {
684
684
  title: string;
685
- rawText: string;
686
685
  bodyMarkdown: string;
686
+ rawText: string;
687
687
  steps?: {
688
+ rawText: string;
688
689
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
689
690
  contentMarkdown: string;
690
- rawText: string;
691
691
  }[] | undefined;
692
692
  }, {
693
693
  title: string;
694
- rawText: string;
695
694
  bodyMarkdown: string;
695
+ rawText: string;
696
696
  steps?: {
697
+ rawText: string;
697
698
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
698
699
  contentMarkdown: string;
699
- rawText: string;
700
700
  }[] | undefined;
701
701
  }>, "many">;
702
702
  }, "strip", z.ZodTypeAny, {
703
703
  id: string;
704
- title: string;
705
704
  text: string;
705
+ title: string;
706
706
  bodyMarkdown: string;
707
707
  scenarios: {
708
708
  title: string;
709
- rawText: string;
710
709
  bodyMarkdown: string;
710
+ rawText: string;
711
711
  steps?: {
712
+ rawText: string;
712
713
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
713
714
  contentMarkdown: string;
714
- rawText: string;
715
715
  }[] | undefined;
716
716
  }[];
717
717
  }, {
718
718
  id: string;
719
- title: string;
720
719
  text: string;
720
+ title: string;
721
721
  bodyMarkdown: string;
722
722
  scenarios: {
723
723
  title: string;
724
- rawText: string;
725
724
  bodyMarkdown: string;
725
+ rawText: string;
726
726
  steps?: {
727
+ rawText: string;
727
728
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
728
729
  contentMarkdown: string;
729
- rawText: string;
730
730
  }[] | undefined;
731
731
  }[];
732
732
  }>>;
@@ -757,61 +757,61 @@ declare const ChangeSchema: z.ZodObject<{
757
757
  /** Original markdown list item line */
758
758
  rawText: z.ZodString;
759
759
  }, "strip", z.ZodTypeAny, {
760
+ rawText: string;
760
761
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
761
762
  contentMarkdown: string;
762
- rawText: string;
763
763
  }, {
764
+ rawText: string;
764
765
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
765
766
  contentMarkdown: string;
766
- rawText: string;
767
767
  }>, "many">>;
768
768
  }, "strip", z.ZodTypeAny, {
769
769
  title: string;
770
- rawText: string;
771
770
  bodyMarkdown: string;
771
+ rawText: string;
772
772
  steps?: {
773
+ rawText: string;
773
774
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
774
775
  contentMarkdown: string;
775
- rawText: string;
776
776
  }[] | undefined;
777
777
  }, {
778
778
  title: string;
779
- rawText: string;
780
779
  bodyMarkdown: string;
780
+ rawText: string;
781
781
  steps?: {
782
+ rawText: string;
782
783
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
783
784
  contentMarkdown: string;
784
- rawText: string;
785
785
  }[] | undefined;
786
786
  }>, "many">;
787
787
  }, "strip", z.ZodTypeAny, {
788
788
  id: string;
789
- title: string;
790
789
  text: string;
790
+ title: string;
791
791
  bodyMarkdown: string;
792
792
  scenarios: {
793
793
  title: string;
794
- rawText: string;
795
794
  bodyMarkdown: string;
795
+ rawText: string;
796
796
  steps?: {
797
+ rawText: string;
797
798
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
798
799
  contentMarkdown: string;
799
- rawText: string;
800
800
  }[] | undefined;
801
801
  }[];
802
802
  }, {
803
803
  id: string;
804
- title: string;
805
804
  text: string;
805
+ title: string;
806
806
  bodyMarkdown: string;
807
807
  scenarios: {
808
808
  title: string;
809
- rawText: string;
810
809
  bodyMarkdown: string;
810
+ rawText: string;
811
811
  steps?: {
812
+ rawText: string;
812
813
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
813
814
  contentMarkdown: string;
814
- rawText: string;
815
815
  }[] | undefined;
816
816
  }[];
817
817
  }>, "many">>;
@@ -832,33 +832,33 @@ declare const ChangeSchema: z.ZodObject<{
832
832
  operation: "ADDED" | "MODIFIED" | "REMOVED" | "RENAMED";
833
833
  requirements?: {
834
834
  id: string;
835
- title: string;
836
835
  text: string;
836
+ title: string;
837
837
  bodyMarkdown: string;
838
838
  scenarios: {
839
839
  title: string;
840
- rawText: string;
841
840
  bodyMarkdown: string;
841
+ rawText: string;
842
842
  steps?: {
843
+ rawText: string;
843
844
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
844
845
  contentMarkdown: string;
845
- rawText: string;
846
846
  }[] | undefined;
847
847
  }[];
848
848
  }[] | undefined;
849
849
  requirement?: {
850
850
  id: string;
851
- title: string;
852
851
  text: string;
852
+ title: string;
853
853
  bodyMarkdown: string;
854
854
  scenarios: {
855
855
  title: string;
856
- rawText: string;
857
856
  bodyMarkdown: string;
857
+ rawText: string;
858
858
  steps?: {
859
+ rawText: string;
859
860
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
860
861
  contentMarkdown: string;
861
- rawText: string;
862
862
  }[] | undefined;
863
863
  }[];
864
864
  } | undefined;
@@ -872,33 +872,33 @@ declare const ChangeSchema: z.ZodObject<{
872
872
  operation: "ADDED" | "MODIFIED" | "REMOVED" | "RENAMED";
873
873
  requirements?: {
874
874
  id: string;
875
- title: string;
876
875
  text: string;
876
+ title: string;
877
877
  bodyMarkdown: string;
878
878
  scenarios: {
879
879
  title: string;
880
- rawText: string;
881
880
  bodyMarkdown: string;
881
+ rawText: string;
882
882
  steps?: {
883
+ rawText: string;
883
884
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
884
885
  contentMarkdown: string;
885
- rawText: string;
886
886
  }[] | undefined;
887
887
  }[];
888
888
  }[] | undefined;
889
889
  requirement?: {
890
890
  id: string;
891
- title: string;
892
891
  text: string;
892
+ title: string;
893
893
  bodyMarkdown: string;
894
894
  scenarios: {
895
895
  title: string;
896
- rawText: string;
897
896
  bodyMarkdown: string;
897
+ rawText: string;
898
898
  steps?: {
899
+ rawText: string;
899
900
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
900
901
  contentMarkdown: string;
901
- rawText: string;
902
902
  }[] | undefined;
903
903
  }[];
904
904
  } | undefined;
@@ -948,11 +948,11 @@ declare const ChangeSchema: z.ZodObject<{
948
948
  /** Raw markdown content of the delta spec */
949
949
  content: z.ZodString;
950
950
  }, "strip", z.ZodTypeAny, {
951
- content: string;
952
951
  specId: string;
953
- }, {
954
952
  content: string;
953
+ }, {
955
954
  specId: string;
955
+ content: string;
956
956
  }>, "many">>;
957
957
  /** Optional metadata */
958
958
  metadata: z.ZodOptional<z.ZodObject<{
@@ -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: {
@@ -980,33 +980,33 @@ declare const ChangeSchema: z.ZodObject<{
980
980
  operation: "ADDED" | "MODIFIED" | "REMOVED" | "RENAMED";
981
981
  requirements?: {
982
982
  id: string;
983
- title: string;
984
983
  text: string;
984
+ title: string;
985
985
  bodyMarkdown: string;
986
986
  scenarios: {
987
987
  title: string;
988
- rawText: string;
989
988
  bodyMarkdown: string;
989
+ rawText: string;
990
990
  steps?: {
991
+ rawText: string;
991
992
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
992
993
  contentMarkdown: string;
993
- rawText: string;
994
994
  }[] | undefined;
995
995
  }[];
996
996
  }[] | undefined;
997
997
  requirement?: {
998
998
  id: string;
999
- title: string;
1000
999
  text: string;
1000
+ title: string;
1001
1001
  bodyMarkdown: string;
1002
1002
  scenarios: {
1003
1003
  title: string;
1004
- rawText: string;
1005
1004
  bodyMarkdown: string;
1005
+ rawText: string;
1006
1006
  steps?: {
1007
+ rawText: string;
1007
1008
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
1008
1009
  contentMarkdown: string;
1009
- rawText: string;
1010
1010
  }[] | undefined;
1011
1011
  }[];
1012
1012
  } | undefined;
@@ -1027,16 +1027,16 @@ declare const ChangeSchema: z.ZodObject<{
1027
1027
  } | undefined;
1028
1028
  design?: string | undefined;
1029
1029
  deltaSpecs?: {
1030
- content: string;
1031
1030
  specId: string;
1031
+ content: string;
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: {
@@ -1045,33 +1045,33 @@ declare const ChangeSchema: z.ZodObject<{
1045
1045
  operation: "ADDED" | "MODIFIED" | "REMOVED" | "RENAMED";
1046
1046
  requirements?: {
1047
1047
  id: string;
1048
- title: string;
1049
1048
  text: string;
1049
+ title: string;
1050
1050
  bodyMarkdown: string;
1051
1051
  scenarios: {
1052
1052
  title: string;
1053
- rawText: string;
1054
1053
  bodyMarkdown: string;
1054
+ rawText: string;
1055
1055
  steps?: {
1056
+ rawText: string;
1056
1057
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
1057
1058
  contentMarkdown: string;
1058
- rawText: string;
1059
1059
  }[] | undefined;
1060
1060
  }[];
1061
1061
  }[] | undefined;
1062
1062
  requirement?: {
1063
1063
  id: string;
1064
- title: string;
1065
1064
  text: string;
1065
+ title: string;
1066
1066
  bodyMarkdown: string;
1067
1067
  scenarios: {
1068
1068
  title: string;
1069
- rawText: string;
1070
1069
  bodyMarkdown: string;
1070
+ rawText: string;
1071
1071
  steps?: {
1072
+ rawText: string;
1072
1073
  keyword: "GIVEN" | "WHEN" | "THEN" | "AND" | "BUT";
1073
1074
  contentMarkdown: string;
1074
- rawText: string;
1075
1075
  }[] | undefined;
1076
1076
  }[];
1077
1077
  } | undefined;
@@ -1092,8 +1092,8 @@ declare const ChangeSchema: z.ZodObject<{
1092
1092
  } | undefined;
1093
1093
  design?: string | undefined;
1094
1094
  deltaSpecs?: {
1095
- content: string;
1096
1095
  specId: string;
1096
+ content: string;
1097
1097
  }[] | undefined;
1098
1098
  }>;
1099
1099
  type Change = z.infer<typeof ChangeSchema>;