@epic-web/workshop-utils 5.20.3 → 5.21.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.
@@ -65,12 +65,12 @@ declare const BaseExerciseStepAppSchema: z.ZodObject<z.objectUtil.extendShape<{
65
65
  initialRoute: z.ZodString;
66
66
  }, "strip", z.ZodTypeAny, {
67
67
  type: "script";
68
- portNumber: number;
69
68
  initialRoute: string;
69
+ portNumber: number;
70
70
  }, {
71
71
  type: "script";
72
- portNumber: number;
73
72
  initialRoute: string;
73
+ portNumber: number;
74
74
  }>, z.ZodObject<{
75
75
  type: z.ZodLiteral<"none">;
76
76
  }, "strip", z.ZodTypeAny, {
@@ -83,11 +83,8 @@ declare const BaseExerciseStepAppSchema: z.ZodObject<z.objectUtil.extendShape<{
83
83
  exerciseNumber: z.ZodNumber;
84
84
  stepNumber: z.ZodNumber;
85
85
  }>, "strip", z.ZodTypeAny, {
86
- name: string;
87
86
  title: string;
88
- dirName: string;
89
- fullPath: string;
90
- relativePath: string;
87
+ name: string;
91
88
  test: {
92
89
  type: "browser";
93
90
  pathname: string;
@@ -98,27 +95,27 @@ declare const BaseExerciseStepAppSchema: z.ZodObject<z.objectUtil.extendShape<{
98
95
  } | {
99
96
  type: "none";
100
97
  };
98
+ fullPath: string;
101
99
  dev: {
102
100
  type: "browser";
103
101
  pathname: string;
104
102
  } | {
105
103
  type: "script";
106
- portNumber: number;
107
104
  initialRoute: string;
105
+ portNumber: number;
108
106
  } | {
109
107
  type: "none";
110
108
  };
109
+ dirName: string;
110
+ relativePath: string;
111
111
  stackBlitzUrl: string | null;
112
112
  exerciseNumber: number;
113
113
  stepNumber: number;
114
114
  instructionsCode?: string | undefined;
115
115
  epicVideoEmbeds?: string[] | undefined;
116
116
  }, {
117
- name: string;
118
117
  title: string;
119
- dirName: string;
120
- fullPath: string;
121
- relativePath: string;
118
+ name: string;
122
119
  test: {
123
120
  type: "browser";
124
121
  pathname: string;
@@ -129,16 +126,19 @@ declare const BaseExerciseStepAppSchema: z.ZodObject<z.objectUtil.extendShape<{
129
126
  } | {
130
127
  type: "none";
131
128
  };
129
+ fullPath: string;
132
130
  dev: {
133
131
  type: "browser";
134
132
  pathname: string;
135
133
  } | {
136
134
  type: "script";
137
- portNumber: number;
138
135
  initialRoute: string;
136
+ portNumber: number;
139
137
  } | {
140
138
  type: "none";
141
139
  };
140
+ dirName: string;
141
+ relativePath: string;
142
142
  stackBlitzUrl: string | null;
143
143
  exerciseNumber: number;
144
144
  stepNumber: number;
@@ -199,12 +199,12 @@ declare const ProblemAppSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUti
199
199
  initialRoute: z.ZodString;
200
200
  }, "strip", z.ZodTypeAny, {
201
201
  type: "script";
202
- portNumber: number;
203
202
  initialRoute: string;
203
+ portNumber: number;
204
204
  }, {
205
205
  type: "script";
206
- portNumber: number;
207
206
  initialRoute: string;
207
+ portNumber: number;
208
208
  }>, z.ZodObject<{
209
209
  type: z.ZodLiteral<"none">;
210
210
  }, "strip", z.ZodTypeAny, {
@@ -220,12 +220,9 @@ declare const ProblemAppSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUti
220
220
  type: z.ZodLiteral<"problem">;
221
221
  solutionName: z.ZodNullable<z.ZodString>;
222
222
  }>, "strip", z.ZodTypeAny, {
223
+ title: string;
223
224
  type: "problem";
224
225
  name: string;
225
- title: string;
226
- dirName: string;
227
- fullPath: string;
228
- relativePath: string;
229
226
  test: {
230
227
  type: "browser";
231
228
  pathname: string;
@@ -236,16 +233,19 @@ declare const ProblemAppSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUti
236
233
  } | {
237
234
  type: "none";
238
235
  };
236
+ fullPath: string;
239
237
  dev: {
240
238
  type: "browser";
241
239
  pathname: string;
242
240
  } | {
243
241
  type: "script";
244
- portNumber: number;
245
242
  initialRoute: string;
243
+ portNumber: number;
246
244
  } | {
247
245
  type: "none";
248
246
  };
247
+ dirName: string;
248
+ relativePath: string;
249
249
  stackBlitzUrl: string | null;
250
250
  exerciseNumber: number;
251
251
  stepNumber: number;
@@ -253,12 +253,9 @@ declare const ProblemAppSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUti
253
253
  instructionsCode?: string | undefined;
254
254
  epicVideoEmbeds?: string[] | undefined;
255
255
  }, {
256
+ title: string;
256
257
  type: "problem";
257
258
  name: string;
258
- title: string;
259
- dirName: string;
260
- fullPath: string;
261
- relativePath: string;
262
259
  test: {
263
260
  type: "browser";
264
261
  pathname: string;
@@ -269,16 +266,19 @@ declare const ProblemAppSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUti
269
266
  } | {
270
267
  type: "none";
271
268
  };
269
+ fullPath: string;
272
270
  dev: {
273
271
  type: "browser";
274
272
  pathname: string;
275
273
  } | {
276
274
  type: "script";
277
- portNumber: number;
278
275
  initialRoute: string;
276
+ portNumber: number;
279
277
  } | {
280
278
  type: "none";
281
279
  };
280
+ dirName: string;
281
+ relativePath: string;
282
282
  stackBlitzUrl: string | null;
283
283
  exerciseNumber: number;
284
284
  stepNumber: number;
@@ -340,12 +340,12 @@ declare const SolutionAppSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUt
340
340
  initialRoute: z.ZodString;
341
341
  }, "strip", z.ZodTypeAny, {
342
342
  type: "script";
343
- portNumber: number;
344
343
  initialRoute: string;
344
+ portNumber: number;
345
345
  }, {
346
346
  type: "script";
347
- portNumber: number;
348
347
  initialRoute: string;
348
+ portNumber: number;
349
349
  }>, z.ZodObject<{
350
350
  type: z.ZodLiteral<"none">;
351
351
  }, "strip", z.ZodTypeAny, {
@@ -361,12 +361,9 @@ declare const SolutionAppSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUt
361
361
  type: z.ZodLiteral<"solution">;
362
362
  problemName: z.ZodNullable<z.ZodString>;
363
363
  }>, "strip", z.ZodTypeAny, {
364
+ title: string;
364
365
  type: "solution";
365
366
  name: string;
366
- title: string;
367
- dirName: string;
368
- fullPath: string;
369
- relativePath: string;
370
367
  test: {
371
368
  type: "browser";
372
369
  pathname: string;
@@ -377,16 +374,19 @@ declare const SolutionAppSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUt
377
374
  } | {
378
375
  type: "none";
379
376
  };
377
+ fullPath: string;
380
378
  dev: {
381
379
  type: "browser";
382
380
  pathname: string;
383
381
  } | {
384
382
  type: "script";
385
- portNumber: number;
386
383
  initialRoute: string;
384
+ portNumber: number;
387
385
  } | {
388
386
  type: "none";
389
387
  };
388
+ dirName: string;
389
+ relativePath: string;
390
390
  stackBlitzUrl: string | null;
391
391
  exerciseNumber: number;
392
392
  stepNumber: number;
@@ -394,12 +394,9 @@ declare const SolutionAppSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUt
394
394
  instructionsCode?: string | undefined;
395
395
  epicVideoEmbeds?: string[] | undefined;
396
396
  }, {
397
+ title: string;
397
398
  type: "solution";
398
399
  name: string;
399
- title: string;
400
- dirName: string;
401
- fullPath: string;
402
- relativePath: string;
403
400
  test: {
404
401
  type: "browser";
405
402
  pathname: string;
@@ -410,16 +407,19 @@ declare const SolutionAppSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUt
410
407
  } | {
411
408
  type: "none";
412
409
  };
410
+ fullPath: string;
413
411
  dev: {
414
412
  type: "browser";
415
413
  pathname: string;
416
414
  } | {
417
415
  type: "script";
418
- portNumber: number;
419
416
  initialRoute: string;
417
+ portNumber: number;
420
418
  } | {
421
419
  type: "none";
422
420
  };
421
+ dirName: string;
422
+ relativePath: string;
423
423
  stackBlitzUrl: string | null;
424
424
  exerciseNumber: number;
425
425
  stepNumber: number;
@@ -481,12 +481,12 @@ declare const ExampleAppSchema: z.ZodObject<z.objectUtil.extendShape<{
481
481
  initialRoute: z.ZodString;
482
482
  }, "strip", z.ZodTypeAny, {
483
483
  type: "script";
484
- portNumber: number;
485
484
  initialRoute: string;
485
+ portNumber: number;
486
486
  }, {
487
487
  type: "script";
488
- portNumber: number;
489
488
  initialRoute: string;
489
+ portNumber: number;
490
490
  }>, z.ZodObject<{
491
491
  type: z.ZodLiteral<"none">;
492
492
  }, "strip", z.ZodTypeAny, {
@@ -498,12 +498,9 @@ declare const ExampleAppSchema: z.ZodObject<z.objectUtil.extendShape<{
498
498
  }, {
499
499
  type: z.ZodLiteral<"example">;
500
500
  }>, "strip", z.ZodTypeAny, {
501
+ title: string;
501
502
  type: "example";
502
503
  name: string;
503
- title: string;
504
- dirName: string;
505
- fullPath: string;
506
- relativePath: string;
507
504
  test: {
508
505
  type: "browser";
509
506
  pathname: string;
@@ -514,26 +511,26 @@ declare const ExampleAppSchema: z.ZodObject<z.objectUtil.extendShape<{
514
511
  } | {
515
512
  type: "none";
516
513
  };
514
+ fullPath: string;
517
515
  dev: {
518
516
  type: "browser";
519
517
  pathname: string;
520
518
  } | {
521
519
  type: "script";
522
- portNumber: number;
523
520
  initialRoute: string;
521
+ portNumber: number;
524
522
  } | {
525
523
  type: "none";
526
524
  };
525
+ dirName: string;
526
+ relativePath: string;
527
527
  stackBlitzUrl: string | null;
528
528
  instructionsCode?: string | undefined;
529
529
  epicVideoEmbeds?: string[] | undefined;
530
530
  }, {
531
+ title: string;
531
532
  type: "example";
532
533
  name: string;
533
- title: string;
534
- dirName: string;
535
- fullPath: string;
536
- relativePath: string;
537
534
  test: {
538
535
  type: "browser";
539
536
  pathname: string;
@@ -544,16 +541,19 @@ declare const ExampleAppSchema: z.ZodObject<z.objectUtil.extendShape<{
544
541
  } | {
545
542
  type: "none";
546
543
  };
544
+ fullPath: string;
547
545
  dev: {
548
546
  type: "browser";
549
547
  pathname: string;
550
548
  } | {
551
549
  type: "script";
552
- portNumber: number;
553
550
  initialRoute: string;
551
+ portNumber: number;
554
552
  } | {
555
553
  type: "none";
556
554
  };
555
+ dirName: string;
556
+ relativePath: string;
557
557
  stackBlitzUrl: string | null;
558
558
  instructionsCode?: string | undefined;
559
559
  epicVideoEmbeds?: string[] | undefined;
@@ -612,12 +612,12 @@ declare const PlaygroundAppSchema: z.ZodObject<z.objectUtil.extendShape<{
612
612
  initialRoute: z.ZodString;
613
613
  }, "strip", z.ZodTypeAny, {
614
614
  type: "script";
615
- portNumber: number;
616
615
  initialRoute: string;
616
+ portNumber: number;
617
617
  }, {
618
618
  type: "script";
619
- portNumber: number;
620
619
  initialRoute: string;
620
+ portNumber: number;
621
621
  }>, z.ZodObject<{
622
622
  type: z.ZodLiteral<"none">;
623
623
  }, "strip", z.ZodTypeAny, {
@@ -631,12 +631,9 @@ declare const PlaygroundAppSchema: z.ZodObject<z.objectUtil.extendShape<{
631
631
  appName: z.ZodString;
632
632
  isUpToDate: z.ZodBoolean;
633
633
  }>, "strip", z.ZodTypeAny, {
634
+ title: string;
634
635
  type: "playground";
635
636
  name: string;
636
- title: string;
637
- dirName: string;
638
- fullPath: string;
639
- relativePath: string;
640
637
  test: {
641
638
  type: "browser";
642
639
  pathname: string;
@@ -647,28 +644,28 @@ declare const PlaygroundAppSchema: z.ZodObject<z.objectUtil.extendShape<{
647
644
  } | {
648
645
  type: "none";
649
646
  };
647
+ fullPath: string;
650
648
  dev: {
651
649
  type: "browser";
652
650
  pathname: string;
653
651
  } | {
654
652
  type: "script";
655
- portNumber: number;
656
653
  initialRoute: string;
654
+ portNumber: number;
657
655
  } | {
658
656
  type: "none";
659
657
  };
658
+ dirName: string;
659
+ relativePath: string;
660
660
  stackBlitzUrl: string | null;
661
661
  appName: string;
662
662
  isUpToDate: boolean;
663
663
  instructionsCode?: string | undefined;
664
664
  epicVideoEmbeds?: string[] | undefined;
665
665
  }, {
666
+ title: string;
666
667
  type: "playground";
667
668
  name: string;
668
- title: string;
669
- dirName: string;
670
- fullPath: string;
671
- relativePath: string;
672
669
  test: {
673
670
  type: "browser";
674
671
  pathname: string;
@@ -679,16 +676,19 @@ declare const PlaygroundAppSchema: z.ZodObject<z.objectUtil.extendShape<{
679
676
  } | {
680
677
  type: "none";
681
678
  };
679
+ fullPath: string;
682
680
  dev: {
683
681
  type: "browser";
684
682
  pathname: string;
685
683
  } | {
686
684
  type: "script";
687
- portNumber: number;
688
685
  initialRoute: string;
686
+ portNumber: number;
689
687
  } | {
690
688
  type: "none";
691
689
  };
690
+ dirName: string;
691
+ relativePath: string;
692
692
  stackBlitzUrl: string | null;
693
693
  appName: string;
694
694
  isUpToDate: boolean;
@@ -764,12 +764,12 @@ declare const ExerciseSchema: z.ZodObject<{
764
764
  initialRoute: z.ZodString;
765
765
  }, "strip", z.ZodTypeAny, {
766
766
  type: "script";
767
- portNumber: number;
768
767
  initialRoute: string;
768
+ portNumber: number;
769
769
  }, {
770
770
  type: "script";
771
- portNumber: number;
772
771
  initialRoute: string;
772
+ portNumber: number;
773
773
  }>, z.ZodObject<{
774
774
  type: z.ZodLiteral<"none">;
775
775
  }, "strip", z.ZodTypeAny, {
@@ -785,12 +785,9 @@ declare const ExerciseSchema: z.ZodObject<{
785
785
  type: z.ZodLiteral<"problem">;
786
786
  solutionName: z.ZodNullable<z.ZodString>;
787
787
  }>, "strip", z.ZodTypeAny, {
788
+ title: string;
788
789
  type: "problem";
789
790
  name: string;
790
- title: string;
791
- dirName: string;
792
- fullPath: string;
793
- relativePath: string;
794
791
  test: {
795
792
  type: "browser";
796
793
  pathname: string;
@@ -801,16 +798,19 @@ declare const ExerciseSchema: z.ZodObject<{
801
798
  } | {
802
799
  type: "none";
803
800
  };
801
+ fullPath: string;
804
802
  dev: {
805
803
  type: "browser";
806
804
  pathname: string;
807
805
  } | {
808
806
  type: "script";
809
- portNumber: number;
810
807
  initialRoute: string;
808
+ portNumber: number;
811
809
  } | {
812
810
  type: "none";
813
811
  };
812
+ dirName: string;
813
+ relativePath: string;
814
814
  stackBlitzUrl: string | null;
815
815
  exerciseNumber: number;
816
816
  stepNumber: number;
@@ -818,12 +818,9 @@ declare const ExerciseSchema: z.ZodObject<{
818
818
  instructionsCode?: string | undefined;
819
819
  epicVideoEmbeds?: string[] | undefined;
820
820
  }, {
821
+ title: string;
821
822
  type: "problem";
822
823
  name: string;
823
- title: string;
824
- dirName: string;
825
- fullPath: string;
826
- relativePath: string;
827
824
  test: {
828
825
  type: "browser";
829
826
  pathname: string;
@@ -834,16 +831,19 @@ declare const ExerciseSchema: z.ZodObject<{
834
831
  } | {
835
832
  type: "none";
836
833
  };
834
+ fullPath: string;
837
835
  dev: {
838
836
  type: "browser";
839
837
  pathname: string;
840
838
  } | {
841
839
  type: "script";
842
- portNumber: number;
843
840
  initialRoute: string;
841
+ portNumber: number;
844
842
  } | {
845
843
  type: "none";
846
844
  };
845
+ dirName: string;
846
+ relativePath: string;
847
847
  stackBlitzUrl: string | null;
848
848
  exerciseNumber: number;
849
849
  stepNumber: number;
@@ -905,12 +905,12 @@ declare const ExerciseSchema: z.ZodObject<{
905
905
  initialRoute: z.ZodString;
906
906
  }, "strip", z.ZodTypeAny, {
907
907
  type: "script";
908
- portNumber: number;
909
908
  initialRoute: string;
909
+ portNumber: number;
910
910
  }, {
911
911
  type: "script";
912
- portNumber: number;
913
912
  initialRoute: string;
913
+ portNumber: number;
914
914
  }>, z.ZodObject<{
915
915
  type: z.ZodLiteral<"none">;
916
916
  }, "strip", z.ZodTypeAny, {
@@ -926,12 +926,9 @@ declare const ExerciseSchema: z.ZodObject<{
926
926
  type: z.ZodLiteral<"solution">;
927
927
  problemName: z.ZodNullable<z.ZodString>;
928
928
  }>, "strip", z.ZodTypeAny, {
929
+ title: string;
929
930
  type: "solution";
930
931
  name: string;
931
- title: string;
932
- dirName: string;
933
- fullPath: string;
934
- relativePath: string;
935
932
  test: {
936
933
  type: "browser";
937
934
  pathname: string;
@@ -942,16 +939,19 @@ declare const ExerciseSchema: z.ZodObject<{
942
939
  } | {
943
940
  type: "none";
944
941
  };
942
+ fullPath: string;
945
943
  dev: {
946
944
  type: "browser";
947
945
  pathname: string;
948
946
  } | {
949
947
  type: "script";
950
- portNumber: number;
951
948
  initialRoute: string;
949
+ portNumber: number;
952
950
  } | {
953
951
  type: "none";
954
952
  };
953
+ dirName: string;
954
+ relativePath: string;
955
955
  stackBlitzUrl: string | null;
956
956
  exerciseNumber: number;
957
957
  stepNumber: number;
@@ -959,12 +959,9 @@ declare const ExerciseSchema: z.ZodObject<{
959
959
  instructionsCode?: string | undefined;
960
960
  epicVideoEmbeds?: string[] | undefined;
961
961
  }, {
962
+ title: string;
962
963
  type: "solution";
963
964
  name: string;
964
- title: string;
965
- dirName: string;
966
- fullPath: string;
967
- relativePath: string;
968
965
  test: {
969
966
  type: "browser";
970
967
  pathname: string;
@@ -975,16 +972,19 @@ declare const ExerciseSchema: z.ZodObject<{
975
972
  } | {
976
973
  type: "none";
977
974
  };
975
+ fullPath: string;
978
976
  dev: {
979
977
  type: "browser";
980
978
  pathname: string;
981
979
  } | {
982
980
  type: "script";
983
- portNumber: number;
984
981
  initialRoute: string;
982
+ portNumber: number;
985
983
  } | {
986
984
  type: "none";
987
985
  };
986
+ dirName: string;
987
+ relativePath: string;
988
988
  stackBlitzUrl: string | null;
989
989
  exerciseNumber: number;
990
990
  stepNumber: number;
@@ -995,12 +995,9 @@ declare const ExerciseSchema: z.ZodObject<{
995
995
  }, "strip", z.ZodTypeAny, {
996
996
  stepNumber: number;
997
997
  solution: {
998
+ title: string;
998
999
  type: "solution";
999
1000
  name: string;
1000
- title: string;
1001
- dirName: string;
1002
- fullPath: string;
1003
- relativePath: string;
1004
1001
  test: {
1005
1002
  type: "browser";
1006
1003
  pathname: string;
@@ -1011,16 +1008,19 @@ declare const ExerciseSchema: z.ZodObject<{
1011
1008
  } | {
1012
1009
  type: "none";
1013
1010
  };
1011
+ fullPath: string;
1014
1012
  dev: {
1015
1013
  type: "browser";
1016
1014
  pathname: string;
1017
1015
  } | {
1018
1016
  type: "script";
1019
- portNumber: number;
1020
1017
  initialRoute: string;
1018
+ portNumber: number;
1021
1019
  } | {
1022
1020
  type: "none";
1023
1021
  };
1022
+ dirName: string;
1023
+ relativePath: string;
1024
1024
  stackBlitzUrl: string | null;
1025
1025
  exerciseNumber: number;
1026
1026
  stepNumber: number;
@@ -1029,12 +1029,9 @@ declare const ExerciseSchema: z.ZodObject<{
1029
1029
  epicVideoEmbeds?: string[] | undefined;
1030
1030
  };
1031
1031
  problem: {
1032
+ title: string;
1032
1033
  type: "problem";
1033
1034
  name: string;
1034
- title: string;
1035
- dirName: string;
1036
- fullPath: string;
1037
- relativePath: string;
1038
1035
  test: {
1039
1036
  type: "browser";
1040
1037
  pathname: string;
@@ -1045,16 +1042,19 @@ declare const ExerciseSchema: z.ZodObject<{
1045
1042
  } | {
1046
1043
  type: "none";
1047
1044
  };
1045
+ fullPath: string;
1048
1046
  dev: {
1049
1047
  type: "browser";
1050
1048
  pathname: string;
1051
1049
  } | {
1052
1050
  type: "script";
1053
- portNumber: number;
1054
1051
  initialRoute: string;
1052
+ portNumber: number;
1055
1053
  } | {
1056
1054
  type: "none";
1057
1055
  };
1056
+ dirName: string;
1057
+ relativePath: string;
1058
1058
  stackBlitzUrl: string | null;
1059
1059
  exerciseNumber: number;
1060
1060
  stepNumber: number;
@@ -1065,12 +1065,9 @@ declare const ExerciseSchema: z.ZodObject<{
1065
1065
  }, {
1066
1066
  stepNumber: number;
1067
1067
  solution: {
1068
+ title: string;
1068
1069
  type: "solution";
1069
1070
  name: string;
1070
- title: string;
1071
- dirName: string;
1072
- fullPath: string;
1073
- relativePath: string;
1074
1071
  test: {
1075
1072
  type: "browser";
1076
1073
  pathname: string;
@@ -1081,16 +1078,19 @@ declare const ExerciseSchema: z.ZodObject<{
1081
1078
  } | {
1082
1079
  type: "none";
1083
1080
  };
1081
+ fullPath: string;
1084
1082
  dev: {
1085
1083
  type: "browser";
1086
1084
  pathname: string;
1087
1085
  } | {
1088
1086
  type: "script";
1089
- portNumber: number;
1090
1087
  initialRoute: string;
1088
+ portNumber: number;
1091
1089
  } | {
1092
1090
  type: "none";
1093
1091
  };
1092
+ dirName: string;
1093
+ relativePath: string;
1094
1094
  stackBlitzUrl: string | null;
1095
1095
  exerciseNumber: number;
1096
1096
  stepNumber: number;
@@ -1099,12 +1099,9 @@ declare const ExerciseSchema: z.ZodObject<{
1099
1099
  epicVideoEmbeds?: string[] | undefined;
1100
1100
  };
1101
1101
  problem: {
1102
+ title: string;
1102
1103
  type: "problem";
1103
1104
  name: string;
1104
- title: string;
1105
- dirName: string;
1106
- fullPath: string;
1107
- relativePath: string;
1108
1105
  test: {
1109
1106
  type: "browser";
1110
1107
  pathname: string;
@@ -1115,16 +1112,19 @@ declare const ExerciseSchema: z.ZodObject<{
1115
1112
  } | {
1116
1113
  type: "none";
1117
1114
  };
1115
+ fullPath: string;
1118
1116
  dev: {
1119
1117
  type: "browser";
1120
1118
  pathname: string;
1121
1119
  } | {
1122
1120
  type: "script";
1123
- portNumber: number;
1124
1121
  initialRoute: string;
1122
+ portNumber: number;
1125
1123
  } | {
1126
1124
  type: "none";
1127
1125
  };
1126
+ dirName: string;
1127
+ relativePath: string;
1128
1128
  stackBlitzUrl: string | null;
1129
1129
  exerciseNumber: number;
1130
1130
  stepNumber: number;
@@ -1188,12 +1188,12 @@ declare const ExerciseSchema: z.ZodObject<{
1188
1188
  initialRoute: z.ZodString;
1189
1189
  }, "strip", z.ZodTypeAny, {
1190
1190
  type: "script";
1191
- portNumber: number;
1192
1191
  initialRoute: string;
1192
+ portNumber: number;
1193
1193
  }, {
1194
1194
  type: "script";
1195
- portNumber: number;
1196
1195
  initialRoute: string;
1196
+ portNumber: number;
1197
1197
  }>, z.ZodObject<{
1198
1198
  type: z.ZodLiteral<"none">;
1199
1199
  }, "strip", z.ZodTypeAny, {
@@ -1209,12 +1209,9 @@ declare const ExerciseSchema: z.ZodObject<{
1209
1209
  type: z.ZodLiteral<"problem">;
1210
1210
  solutionName: z.ZodNullable<z.ZodString>;
1211
1211
  }>, "strip", z.ZodTypeAny, {
1212
+ title: string;
1212
1213
  type: "problem";
1213
1214
  name: string;
1214
- title: string;
1215
- dirName: string;
1216
- fullPath: string;
1217
- relativePath: string;
1218
1215
  test: {
1219
1216
  type: "browser";
1220
1217
  pathname: string;
@@ -1225,16 +1222,19 @@ declare const ExerciseSchema: z.ZodObject<{
1225
1222
  } | {
1226
1223
  type: "none";
1227
1224
  };
1225
+ fullPath: string;
1228
1226
  dev: {
1229
1227
  type: "browser";
1230
1228
  pathname: string;
1231
1229
  } | {
1232
1230
  type: "script";
1233
- portNumber: number;
1234
1231
  initialRoute: string;
1232
+ portNumber: number;
1235
1233
  } | {
1236
1234
  type: "none";
1237
1235
  };
1236
+ dirName: string;
1237
+ relativePath: string;
1238
1238
  stackBlitzUrl: string | null;
1239
1239
  exerciseNumber: number;
1240
1240
  stepNumber: number;
@@ -1242,12 +1242,9 @@ declare const ExerciseSchema: z.ZodObject<{
1242
1242
  instructionsCode?: string | undefined;
1243
1243
  epicVideoEmbeds?: string[] | undefined;
1244
1244
  }, {
1245
+ title: string;
1245
1246
  type: "problem";
1246
1247
  name: string;
1247
- title: string;
1248
- dirName: string;
1249
- fullPath: string;
1250
- relativePath: string;
1251
1248
  test: {
1252
1249
  type: "browser";
1253
1250
  pathname: string;
@@ -1258,16 +1255,19 @@ declare const ExerciseSchema: z.ZodObject<{
1258
1255
  } | {
1259
1256
  type: "none";
1260
1257
  };
1258
+ fullPath: string;
1261
1259
  dev: {
1262
1260
  type: "browser";
1263
1261
  pathname: string;
1264
1262
  } | {
1265
1263
  type: "script";
1266
- portNumber: number;
1267
1264
  initialRoute: string;
1265
+ portNumber: number;
1268
1266
  } | {
1269
1267
  type: "none";
1270
1268
  };
1269
+ dirName: string;
1270
+ relativePath: string;
1271
1271
  stackBlitzUrl: string | null;
1272
1272
  exerciseNumber: number;
1273
1273
  stepNumber: number;
@@ -1279,12 +1279,9 @@ declare const ExerciseSchema: z.ZodObject<{
1279
1279
  }, "strip", z.ZodTypeAny, {
1280
1280
  stepNumber: number;
1281
1281
  problem: {
1282
+ title: string;
1282
1283
  type: "problem";
1283
1284
  name: string;
1284
- title: string;
1285
- dirName: string;
1286
- fullPath: string;
1287
- relativePath: string;
1288
1285
  test: {
1289
1286
  type: "browser";
1290
1287
  pathname: string;
@@ -1295,16 +1292,19 @@ declare const ExerciseSchema: z.ZodObject<{
1295
1292
  } | {
1296
1293
  type: "none";
1297
1294
  };
1295
+ fullPath: string;
1298
1296
  dev: {
1299
1297
  type: "browser";
1300
1298
  pathname: string;
1301
1299
  } | {
1302
1300
  type: "script";
1303
- portNumber: number;
1304
1301
  initialRoute: string;
1302
+ portNumber: number;
1305
1303
  } | {
1306
1304
  type: "none";
1307
1305
  };
1306
+ dirName: string;
1307
+ relativePath: string;
1308
1308
  stackBlitzUrl: string | null;
1309
1309
  exerciseNumber: number;
1310
1310
  stepNumber: number;
@@ -1316,12 +1316,9 @@ declare const ExerciseSchema: z.ZodObject<{
1316
1316
  }, {
1317
1317
  stepNumber: number;
1318
1318
  problem: {
1319
+ title: string;
1319
1320
  type: "problem";
1320
1321
  name: string;
1321
- title: string;
1322
- dirName: string;
1323
- fullPath: string;
1324
- relativePath: string;
1325
1322
  test: {
1326
1323
  type: "browser";
1327
1324
  pathname: string;
@@ -1332,16 +1329,19 @@ declare const ExerciseSchema: z.ZodObject<{
1332
1329
  } | {
1333
1330
  type: "none";
1334
1331
  };
1332
+ fullPath: string;
1335
1333
  dev: {
1336
1334
  type: "browser";
1337
1335
  pathname: string;
1338
1336
  } | {
1339
1337
  type: "script";
1340
- portNumber: number;
1341
1338
  initialRoute: string;
1339
+ portNumber: number;
1342
1340
  } | {
1343
1341
  type: "none";
1344
1342
  };
1343
+ dirName: string;
1344
+ relativePath: string;
1345
1345
  stackBlitzUrl: string | null;
1346
1346
  exerciseNumber: number;
1347
1347
  stepNumber: number;
@@ -1407,12 +1407,12 @@ declare const ExerciseSchema: z.ZodObject<{
1407
1407
  initialRoute: z.ZodString;
1408
1408
  }, "strip", z.ZodTypeAny, {
1409
1409
  type: "script";
1410
- portNumber: number;
1411
1410
  initialRoute: string;
1411
+ portNumber: number;
1412
1412
  }, {
1413
1413
  type: "script";
1414
- portNumber: number;
1415
1414
  initialRoute: string;
1415
+ portNumber: number;
1416
1416
  }>, z.ZodObject<{
1417
1417
  type: z.ZodLiteral<"none">;
1418
1418
  }, "strip", z.ZodTypeAny, {
@@ -1428,12 +1428,9 @@ declare const ExerciseSchema: z.ZodObject<{
1428
1428
  type: z.ZodLiteral<"solution">;
1429
1429
  problemName: z.ZodNullable<z.ZodString>;
1430
1430
  }>, "strip", z.ZodTypeAny, {
1431
+ title: string;
1431
1432
  type: "solution";
1432
1433
  name: string;
1433
- title: string;
1434
- dirName: string;
1435
- fullPath: string;
1436
- relativePath: string;
1437
1434
  test: {
1438
1435
  type: "browser";
1439
1436
  pathname: string;
@@ -1444,16 +1441,19 @@ declare const ExerciseSchema: z.ZodObject<{
1444
1441
  } | {
1445
1442
  type: "none";
1446
1443
  };
1444
+ fullPath: string;
1447
1445
  dev: {
1448
1446
  type: "browser";
1449
1447
  pathname: string;
1450
1448
  } | {
1451
1449
  type: "script";
1452
- portNumber: number;
1453
1450
  initialRoute: string;
1451
+ portNumber: number;
1454
1452
  } | {
1455
1453
  type: "none";
1456
1454
  };
1455
+ dirName: string;
1456
+ relativePath: string;
1457
1457
  stackBlitzUrl: string | null;
1458
1458
  exerciseNumber: number;
1459
1459
  stepNumber: number;
@@ -1461,12 +1461,9 @@ declare const ExerciseSchema: z.ZodObject<{
1461
1461
  instructionsCode?: string | undefined;
1462
1462
  epicVideoEmbeds?: string[] | undefined;
1463
1463
  }, {
1464
+ title: string;
1464
1465
  type: "solution";
1465
1466
  name: string;
1466
- title: string;
1467
- dirName: string;
1468
- fullPath: string;
1469
- relativePath: string;
1470
1467
  test: {
1471
1468
  type: "browser";
1472
1469
  pathname: string;
@@ -1477,16 +1474,19 @@ declare const ExerciseSchema: z.ZodObject<{
1477
1474
  } | {
1478
1475
  type: "none";
1479
1476
  };
1477
+ fullPath: string;
1480
1478
  dev: {
1481
1479
  type: "browser";
1482
1480
  pathname: string;
1483
1481
  } | {
1484
1482
  type: "script";
1485
- portNumber: number;
1486
1483
  initialRoute: string;
1484
+ portNumber: number;
1487
1485
  } | {
1488
1486
  type: "none";
1489
1487
  };
1488
+ dirName: string;
1489
+ relativePath: string;
1490
1490
  stackBlitzUrl: string | null;
1491
1491
  exerciseNumber: number;
1492
1492
  stepNumber: number;
@@ -1497,12 +1497,9 @@ declare const ExerciseSchema: z.ZodObject<{
1497
1497
  }, "strip", z.ZodTypeAny, {
1498
1498
  stepNumber: number;
1499
1499
  solution: {
1500
+ title: string;
1500
1501
  type: "solution";
1501
1502
  name: string;
1502
- title: string;
1503
- dirName: string;
1504
- fullPath: string;
1505
- relativePath: string;
1506
1503
  test: {
1507
1504
  type: "browser";
1508
1505
  pathname: string;
@@ -1513,16 +1510,19 @@ declare const ExerciseSchema: z.ZodObject<{
1513
1510
  } | {
1514
1511
  type: "none";
1515
1512
  };
1513
+ fullPath: string;
1516
1514
  dev: {
1517
1515
  type: "browser";
1518
1516
  pathname: string;
1519
1517
  } | {
1520
1518
  type: "script";
1521
- portNumber: number;
1522
1519
  initialRoute: string;
1520
+ portNumber: number;
1523
1521
  } | {
1524
1522
  type: "none";
1525
1523
  };
1524
+ dirName: string;
1525
+ relativePath: string;
1526
1526
  stackBlitzUrl: string | null;
1527
1527
  exerciseNumber: number;
1528
1528
  stepNumber: number;
@@ -1534,12 +1534,9 @@ declare const ExerciseSchema: z.ZodObject<{
1534
1534
  }, {
1535
1535
  stepNumber: number;
1536
1536
  solution: {
1537
+ title: string;
1537
1538
  type: "solution";
1538
1539
  name: string;
1539
- title: string;
1540
- dirName: string;
1541
- fullPath: string;
1542
- relativePath: string;
1543
1540
  test: {
1544
1541
  type: "browser";
1545
1542
  pathname: string;
@@ -1550,16 +1547,19 @@ declare const ExerciseSchema: z.ZodObject<{
1550
1547
  } | {
1551
1548
  type: "none";
1552
1549
  };
1550
+ fullPath: string;
1553
1551
  dev: {
1554
1552
  type: "browser";
1555
1553
  pathname: string;
1556
1554
  } | {
1557
1555
  type: "script";
1558
- portNumber: number;
1559
1556
  initialRoute: string;
1557
+ portNumber: number;
1560
1558
  } | {
1561
1559
  type: "none";
1562
1560
  };
1561
+ dirName: string;
1562
+ relativePath: string;
1563
1563
  stackBlitzUrl: string | null;
1564
1564
  exerciseNumber: number;
1565
1565
  stepNumber: number;
@@ -1623,12 +1623,12 @@ declare const ExerciseSchema: z.ZodObject<{
1623
1623
  initialRoute: z.ZodString;
1624
1624
  }, "strip", z.ZodTypeAny, {
1625
1625
  type: "script";
1626
- portNumber: number;
1627
1626
  initialRoute: string;
1627
+ portNumber: number;
1628
1628
  }, {
1629
1629
  type: "script";
1630
- portNumber: number;
1631
1630
  initialRoute: string;
1631
+ portNumber: number;
1632
1632
  }>, z.ZodObject<{
1633
1633
  type: z.ZodLiteral<"none">;
1634
1634
  }, "strip", z.ZodTypeAny, {
@@ -1644,12 +1644,9 @@ declare const ExerciseSchema: z.ZodObject<{
1644
1644
  type: z.ZodLiteral<"problem">;
1645
1645
  solutionName: z.ZodNullable<z.ZodString>;
1646
1646
  }>, "strip", z.ZodTypeAny, {
1647
+ title: string;
1647
1648
  type: "problem";
1648
1649
  name: string;
1649
- title: string;
1650
- dirName: string;
1651
- fullPath: string;
1652
- relativePath: string;
1653
1650
  test: {
1654
1651
  type: "browser";
1655
1652
  pathname: string;
@@ -1660,16 +1657,19 @@ declare const ExerciseSchema: z.ZodObject<{
1660
1657
  } | {
1661
1658
  type: "none";
1662
1659
  };
1660
+ fullPath: string;
1663
1661
  dev: {
1664
1662
  type: "browser";
1665
1663
  pathname: string;
1666
1664
  } | {
1667
1665
  type: "script";
1668
- portNumber: number;
1669
1666
  initialRoute: string;
1667
+ portNumber: number;
1670
1668
  } | {
1671
1669
  type: "none";
1672
1670
  };
1671
+ dirName: string;
1672
+ relativePath: string;
1673
1673
  stackBlitzUrl: string | null;
1674
1674
  exerciseNumber: number;
1675
1675
  stepNumber: number;
@@ -1677,12 +1677,9 @@ declare const ExerciseSchema: z.ZodObject<{
1677
1677
  instructionsCode?: string | undefined;
1678
1678
  epicVideoEmbeds?: string[] | undefined;
1679
1679
  }, {
1680
+ title: string;
1680
1681
  type: "problem";
1681
1682
  name: string;
1682
- title: string;
1683
- dirName: string;
1684
- fullPath: string;
1685
- relativePath: string;
1686
1683
  test: {
1687
1684
  type: "browser";
1688
1685
  pathname: string;
@@ -1693,16 +1690,19 @@ declare const ExerciseSchema: z.ZodObject<{
1693
1690
  } | {
1694
1691
  type: "none";
1695
1692
  };
1693
+ fullPath: string;
1696
1694
  dev: {
1697
1695
  type: "browser";
1698
1696
  pathname: string;
1699
1697
  } | {
1700
1698
  type: "script";
1701
- portNumber: number;
1702
1699
  initialRoute: string;
1700
+ portNumber: number;
1703
1701
  } | {
1704
1702
  type: "none";
1705
1703
  };
1704
+ dirName: string;
1705
+ relativePath: string;
1706
1706
  stackBlitzUrl: string | null;
1707
1707
  exerciseNumber: number;
1708
1708
  stepNumber: number;
@@ -1764,12 +1764,12 @@ declare const ExerciseSchema: z.ZodObject<{
1764
1764
  initialRoute: z.ZodString;
1765
1765
  }, "strip", z.ZodTypeAny, {
1766
1766
  type: "script";
1767
- portNumber: number;
1768
1767
  initialRoute: string;
1768
+ portNumber: number;
1769
1769
  }, {
1770
1770
  type: "script";
1771
- portNumber: number;
1772
1771
  initialRoute: string;
1772
+ portNumber: number;
1773
1773
  }>, z.ZodObject<{
1774
1774
  type: z.ZodLiteral<"none">;
1775
1775
  }, "strip", z.ZodTypeAny, {
@@ -1785,12 +1785,9 @@ declare const ExerciseSchema: z.ZodObject<{
1785
1785
  type: z.ZodLiteral<"solution">;
1786
1786
  problemName: z.ZodNullable<z.ZodString>;
1787
1787
  }>, "strip", z.ZodTypeAny, {
1788
+ title: string;
1788
1789
  type: "solution";
1789
1790
  name: string;
1790
- title: string;
1791
- dirName: string;
1792
- fullPath: string;
1793
- relativePath: string;
1794
1791
  test: {
1795
1792
  type: "browser";
1796
1793
  pathname: string;
@@ -1801,16 +1798,19 @@ declare const ExerciseSchema: z.ZodObject<{
1801
1798
  } | {
1802
1799
  type: "none";
1803
1800
  };
1801
+ fullPath: string;
1804
1802
  dev: {
1805
1803
  type: "browser";
1806
1804
  pathname: string;
1807
1805
  } | {
1808
1806
  type: "script";
1809
- portNumber: number;
1810
1807
  initialRoute: string;
1808
+ portNumber: number;
1811
1809
  } | {
1812
1810
  type: "none";
1813
1811
  };
1812
+ dirName: string;
1813
+ relativePath: string;
1814
1814
  stackBlitzUrl: string | null;
1815
1815
  exerciseNumber: number;
1816
1816
  stepNumber: number;
@@ -1818,12 +1818,9 @@ declare const ExerciseSchema: z.ZodObject<{
1818
1818
  instructionsCode?: string | undefined;
1819
1819
  epicVideoEmbeds?: string[] | undefined;
1820
1820
  }, {
1821
+ title: string;
1821
1822
  type: "solution";
1822
1823
  name: string;
1823
- title: string;
1824
- dirName: string;
1825
- fullPath: string;
1826
- relativePath: string;
1827
1824
  test: {
1828
1825
  type: "browser";
1829
1826
  pathname: string;
@@ -1834,16 +1831,19 @@ declare const ExerciseSchema: z.ZodObject<{
1834
1831
  } | {
1835
1832
  type: "none";
1836
1833
  };
1834
+ fullPath: string;
1837
1835
  dev: {
1838
1836
  type: "browser";
1839
1837
  pathname: string;
1840
1838
  } | {
1841
1839
  type: "script";
1842
- portNumber: number;
1843
1840
  initialRoute: string;
1841
+ portNumber: number;
1844
1842
  } | {
1845
1843
  type: "none";
1846
1844
  };
1845
+ dirName: string;
1846
+ relativePath: string;
1847
1847
  stackBlitzUrl: string | null;
1848
1848
  exerciseNumber: number;
1849
1849
  stepNumber: number;
@@ -1853,18 +1853,15 @@ declare const ExerciseSchema: z.ZodObject<{
1853
1853
  }>, "many">;
1854
1854
  }, "strip", z.ZodTypeAny, {
1855
1855
  title: string;
1856
- dirName: string;
1857
1856
  fullPath: string;
1857
+ dirName: string;
1858
1858
  exerciseNumber: number;
1859
1859
  steps: ({
1860
1860
  stepNumber: number;
1861
1861
  solution: {
1862
+ title: string;
1862
1863
  type: "solution";
1863
1864
  name: string;
1864
- title: string;
1865
- dirName: string;
1866
- fullPath: string;
1867
- relativePath: string;
1868
1865
  test: {
1869
1866
  type: "browser";
1870
1867
  pathname: string;
@@ -1875,16 +1872,19 @@ declare const ExerciseSchema: z.ZodObject<{
1875
1872
  } | {
1876
1873
  type: "none";
1877
1874
  };
1875
+ fullPath: string;
1878
1876
  dev: {
1879
1877
  type: "browser";
1880
1878
  pathname: string;
1881
1879
  } | {
1882
1880
  type: "script";
1883
- portNumber: number;
1884
1881
  initialRoute: string;
1882
+ portNumber: number;
1885
1883
  } | {
1886
1884
  type: "none";
1887
1885
  };
1886
+ dirName: string;
1887
+ relativePath: string;
1888
1888
  stackBlitzUrl: string | null;
1889
1889
  exerciseNumber: number;
1890
1890
  stepNumber: number;
@@ -1893,12 +1893,9 @@ declare const ExerciseSchema: z.ZodObject<{
1893
1893
  epicVideoEmbeds?: string[] | undefined;
1894
1894
  };
1895
1895
  problem: {
1896
+ title: string;
1896
1897
  type: "problem";
1897
1898
  name: string;
1898
- title: string;
1899
- dirName: string;
1900
- fullPath: string;
1901
- relativePath: string;
1902
1899
  test: {
1903
1900
  type: "browser";
1904
1901
  pathname: string;
@@ -1909,16 +1906,19 @@ declare const ExerciseSchema: z.ZodObject<{
1909
1906
  } | {
1910
1907
  type: "none";
1911
1908
  };
1909
+ fullPath: string;
1912
1910
  dev: {
1913
1911
  type: "browser";
1914
1912
  pathname: string;
1915
1913
  } | {
1916
1914
  type: "script";
1917
- portNumber: number;
1918
1915
  initialRoute: string;
1916
+ portNumber: number;
1919
1917
  } | {
1920
1918
  type: "none";
1921
1919
  };
1920
+ dirName: string;
1921
+ relativePath: string;
1922
1922
  stackBlitzUrl: string | null;
1923
1923
  exerciseNumber: number;
1924
1924
  stepNumber: number;
@@ -1929,12 +1929,9 @@ declare const ExerciseSchema: z.ZodObject<{
1929
1929
  } | {
1930
1930
  stepNumber: number;
1931
1931
  problem: {
1932
+ title: string;
1932
1933
  type: "problem";
1933
1934
  name: string;
1934
- title: string;
1935
- dirName: string;
1936
- fullPath: string;
1937
- relativePath: string;
1938
1935
  test: {
1939
1936
  type: "browser";
1940
1937
  pathname: string;
@@ -1945,16 +1942,19 @@ declare const ExerciseSchema: z.ZodObject<{
1945
1942
  } | {
1946
1943
  type: "none";
1947
1944
  };
1945
+ fullPath: string;
1948
1946
  dev: {
1949
1947
  type: "browser";
1950
1948
  pathname: string;
1951
1949
  } | {
1952
1950
  type: "script";
1953
- portNumber: number;
1954
1951
  initialRoute: string;
1952
+ portNumber: number;
1955
1953
  } | {
1956
1954
  type: "none";
1957
1955
  };
1956
+ dirName: string;
1957
+ relativePath: string;
1958
1958
  stackBlitzUrl: string | null;
1959
1959
  exerciseNumber: number;
1960
1960
  stepNumber: number;
@@ -1966,12 +1966,9 @@ declare const ExerciseSchema: z.ZodObject<{
1966
1966
  } | {
1967
1967
  stepNumber: number;
1968
1968
  solution: {
1969
+ title: string;
1969
1970
  type: "solution";
1970
1971
  name: string;
1971
- title: string;
1972
- dirName: string;
1973
- fullPath: string;
1974
- relativePath: string;
1975
1972
  test: {
1976
1973
  type: "browser";
1977
1974
  pathname: string;
@@ -1982,16 +1979,19 @@ declare const ExerciseSchema: z.ZodObject<{
1982
1979
  } | {
1983
1980
  type: "none";
1984
1981
  };
1982
+ fullPath: string;
1985
1983
  dev: {
1986
1984
  type: "browser";
1987
1985
  pathname: string;
1988
1986
  } | {
1989
1987
  type: "script";
1990
- portNumber: number;
1991
1988
  initialRoute: string;
1989
+ portNumber: number;
1992
1990
  } | {
1993
1991
  type: "none";
1994
1992
  };
1993
+ dirName: string;
1994
+ relativePath: string;
1995
1995
  stackBlitzUrl: string | null;
1996
1996
  exerciseNumber: number;
1997
1997
  stepNumber: number;
@@ -2002,12 +2002,9 @@ declare const ExerciseSchema: z.ZodObject<{
2002
2002
  problem?: undefined;
2003
2003
  })[];
2004
2004
  problems: {
2005
+ title: string;
2005
2006
  type: "problem";
2006
2007
  name: string;
2007
- title: string;
2008
- dirName: string;
2009
- fullPath: string;
2010
- relativePath: string;
2011
2008
  test: {
2012
2009
  type: "browser";
2013
2010
  pathname: string;
@@ -2018,16 +2015,19 @@ declare const ExerciseSchema: z.ZodObject<{
2018
2015
  } | {
2019
2016
  type: "none";
2020
2017
  };
2018
+ fullPath: string;
2021
2019
  dev: {
2022
2020
  type: "browser";
2023
2021
  pathname: string;
2024
2022
  } | {
2025
2023
  type: "script";
2026
- portNumber: number;
2027
2024
  initialRoute: string;
2025
+ portNumber: number;
2028
2026
  } | {
2029
2027
  type: "none";
2030
2028
  };
2029
+ dirName: string;
2030
+ relativePath: string;
2031
2031
  stackBlitzUrl: string | null;
2032
2032
  exerciseNumber: number;
2033
2033
  stepNumber: number;
@@ -2036,12 +2036,9 @@ declare const ExerciseSchema: z.ZodObject<{
2036
2036
  epicVideoEmbeds?: string[] | undefined;
2037
2037
  }[];
2038
2038
  solutions: {
2039
+ title: string;
2039
2040
  type: "solution";
2040
2041
  name: string;
2041
- title: string;
2042
- dirName: string;
2043
- fullPath: string;
2044
- relativePath: string;
2045
2042
  test: {
2046
2043
  type: "browser";
2047
2044
  pathname: string;
@@ -2052,16 +2049,19 @@ declare const ExerciseSchema: z.ZodObject<{
2052
2049
  } | {
2053
2050
  type: "none";
2054
2051
  };
2052
+ fullPath: string;
2055
2053
  dev: {
2056
2054
  type: "browser";
2057
2055
  pathname: string;
2058
2056
  } | {
2059
2057
  type: "script";
2060
- portNumber: number;
2061
2058
  initialRoute: string;
2059
+ portNumber: number;
2062
2060
  } | {
2063
2061
  type: "none";
2064
2062
  };
2063
+ dirName: string;
2064
+ relativePath: string;
2065
2065
  stackBlitzUrl: string | null;
2066
2066
  exerciseNumber: number;
2067
2067
  stepNumber: number;
@@ -2075,18 +2075,15 @@ declare const ExerciseSchema: z.ZodObject<{
2075
2075
  finishedEpicVideoEmbeds?: string[] | undefined;
2076
2076
  }, {
2077
2077
  title: string;
2078
- dirName: string;
2079
2078
  fullPath: string;
2079
+ dirName: string;
2080
2080
  exerciseNumber: number;
2081
2081
  steps: ({
2082
2082
  stepNumber: number;
2083
2083
  solution: {
2084
+ title: string;
2084
2085
  type: "solution";
2085
2086
  name: string;
2086
- title: string;
2087
- dirName: string;
2088
- fullPath: string;
2089
- relativePath: string;
2090
2087
  test: {
2091
2088
  type: "browser";
2092
2089
  pathname: string;
@@ -2097,16 +2094,19 @@ declare const ExerciseSchema: z.ZodObject<{
2097
2094
  } | {
2098
2095
  type: "none";
2099
2096
  };
2097
+ fullPath: string;
2100
2098
  dev: {
2101
2099
  type: "browser";
2102
2100
  pathname: string;
2103
2101
  } | {
2104
2102
  type: "script";
2105
- portNumber: number;
2106
2103
  initialRoute: string;
2104
+ portNumber: number;
2107
2105
  } | {
2108
2106
  type: "none";
2109
2107
  };
2108
+ dirName: string;
2109
+ relativePath: string;
2110
2110
  stackBlitzUrl: string | null;
2111
2111
  exerciseNumber: number;
2112
2112
  stepNumber: number;
@@ -2115,12 +2115,9 @@ declare const ExerciseSchema: z.ZodObject<{
2115
2115
  epicVideoEmbeds?: string[] | undefined;
2116
2116
  };
2117
2117
  problem: {
2118
+ title: string;
2118
2119
  type: "problem";
2119
2120
  name: string;
2120
- title: string;
2121
- dirName: string;
2122
- fullPath: string;
2123
- relativePath: string;
2124
2121
  test: {
2125
2122
  type: "browser";
2126
2123
  pathname: string;
@@ -2131,16 +2128,19 @@ declare const ExerciseSchema: z.ZodObject<{
2131
2128
  } | {
2132
2129
  type: "none";
2133
2130
  };
2131
+ fullPath: string;
2134
2132
  dev: {
2135
2133
  type: "browser";
2136
2134
  pathname: string;
2137
2135
  } | {
2138
2136
  type: "script";
2139
- portNumber: number;
2140
2137
  initialRoute: string;
2138
+ portNumber: number;
2141
2139
  } | {
2142
2140
  type: "none";
2143
2141
  };
2142
+ dirName: string;
2143
+ relativePath: string;
2144
2144
  stackBlitzUrl: string | null;
2145
2145
  exerciseNumber: number;
2146
2146
  stepNumber: number;
@@ -2151,12 +2151,9 @@ declare const ExerciseSchema: z.ZodObject<{
2151
2151
  } | {
2152
2152
  stepNumber: number;
2153
2153
  problem: {
2154
+ title: string;
2154
2155
  type: "problem";
2155
2156
  name: string;
2156
- title: string;
2157
- dirName: string;
2158
- fullPath: string;
2159
- relativePath: string;
2160
2157
  test: {
2161
2158
  type: "browser";
2162
2159
  pathname: string;
@@ -2167,16 +2164,19 @@ declare const ExerciseSchema: z.ZodObject<{
2167
2164
  } | {
2168
2165
  type: "none";
2169
2166
  };
2167
+ fullPath: string;
2170
2168
  dev: {
2171
2169
  type: "browser";
2172
2170
  pathname: string;
2173
2171
  } | {
2174
2172
  type: "script";
2175
- portNumber: number;
2176
2173
  initialRoute: string;
2174
+ portNumber: number;
2177
2175
  } | {
2178
2176
  type: "none";
2179
2177
  };
2178
+ dirName: string;
2179
+ relativePath: string;
2180
2180
  stackBlitzUrl: string | null;
2181
2181
  exerciseNumber: number;
2182
2182
  stepNumber: number;
@@ -2188,12 +2188,9 @@ declare const ExerciseSchema: z.ZodObject<{
2188
2188
  } | {
2189
2189
  stepNumber: number;
2190
2190
  solution: {
2191
+ title: string;
2191
2192
  type: "solution";
2192
2193
  name: string;
2193
- title: string;
2194
- dirName: string;
2195
- fullPath: string;
2196
- relativePath: string;
2197
2194
  test: {
2198
2195
  type: "browser";
2199
2196
  pathname: string;
@@ -2204,16 +2201,19 @@ declare const ExerciseSchema: z.ZodObject<{
2204
2201
  } | {
2205
2202
  type: "none";
2206
2203
  };
2204
+ fullPath: string;
2207
2205
  dev: {
2208
2206
  type: "browser";
2209
2207
  pathname: string;
2210
2208
  } | {
2211
2209
  type: "script";
2212
- portNumber: number;
2213
2210
  initialRoute: string;
2211
+ portNumber: number;
2214
2212
  } | {
2215
2213
  type: "none";
2216
2214
  };
2215
+ dirName: string;
2216
+ relativePath: string;
2217
2217
  stackBlitzUrl: string | null;
2218
2218
  exerciseNumber: number;
2219
2219
  stepNumber: number;
@@ -2224,12 +2224,9 @@ declare const ExerciseSchema: z.ZodObject<{
2224
2224
  problem?: undefined;
2225
2225
  })[];
2226
2226
  problems: {
2227
+ title: string;
2227
2228
  type: "problem";
2228
2229
  name: string;
2229
- title: string;
2230
- dirName: string;
2231
- fullPath: string;
2232
- relativePath: string;
2233
2230
  test: {
2234
2231
  type: "browser";
2235
2232
  pathname: string;
@@ -2240,16 +2237,19 @@ declare const ExerciseSchema: z.ZodObject<{
2240
2237
  } | {
2241
2238
  type: "none";
2242
2239
  };
2240
+ fullPath: string;
2243
2241
  dev: {
2244
2242
  type: "browser";
2245
2243
  pathname: string;
2246
2244
  } | {
2247
2245
  type: "script";
2248
- portNumber: number;
2249
2246
  initialRoute: string;
2247
+ portNumber: number;
2250
2248
  } | {
2251
2249
  type: "none";
2252
2250
  };
2251
+ dirName: string;
2252
+ relativePath: string;
2253
2253
  stackBlitzUrl: string | null;
2254
2254
  exerciseNumber: number;
2255
2255
  stepNumber: number;
@@ -2258,12 +2258,9 @@ declare const ExerciseSchema: z.ZodObject<{
2258
2258
  epicVideoEmbeds?: string[] | undefined;
2259
2259
  }[];
2260
2260
  solutions: {
2261
+ title: string;
2261
2262
  type: "solution";
2262
2263
  name: string;
2263
- title: string;
2264
- dirName: string;
2265
- fullPath: string;
2266
- relativePath: string;
2267
2264
  test: {
2268
2265
  type: "browser";
2269
2266
  pathname: string;
@@ -2274,16 +2271,19 @@ declare const ExerciseSchema: z.ZodObject<{
2274
2271
  } | {
2275
2272
  type: "none";
2276
2273
  };
2274
+ fullPath: string;
2277
2275
  dev: {
2278
2276
  type: "browser";
2279
2277
  pathname: string;
2280
2278
  } | {
2281
2279
  type: "script";
2282
- portNumber: number;
2283
2280
  initialRoute: string;
2281
+ portNumber: number;
2284
2282
  } | {
2285
2283
  type: "none";
2286
2284
  };
2285
+ dirName: string;
2286
+ relativePath: string;
2287
2287
  stackBlitzUrl: string | null;
2288
2288
  exerciseNumber: number;
2289
2289
  stepNumber: number;
@@ -2350,12 +2350,12 @@ declare const ExerciseStepAppSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
2350
2350
  initialRoute: z.ZodString;
2351
2351
  }, "strip", z.ZodTypeAny, {
2352
2352
  type: "script";
2353
- portNumber: number;
2354
2353
  initialRoute: string;
2354
+ portNumber: number;
2355
2355
  }, {
2356
2356
  type: "script";
2357
- portNumber: number;
2358
2357
  initialRoute: string;
2358
+ portNumber: number;
2359
2359
  }>, z.ZodObject<{
2360
2360
  type: z.ZodLiteral<"none">;
2361
2361
  }, "strip", z.ZodTypeAny, {
@@ -2371,12 +2371,9 @@ declare const ExerciseStepAppSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
2371
2371
  type: z.ZodLiteral<"problem">;
2372
2372
  solutionName: z.ZodNullable<z.ZodString>;
2373
2373
  }>, "strip", z.ZodTypeAny, {
2374
+ title: string;
2374
2375
  type: "problem";
2375
2376
  name: string;
2376
- title: string;
2377
- dirName: string;
2378
- fullPath: string;
2379
- relativePath: string;
2380
2377
  test: {
2381
2378
  type: "browser";
2382
2379
  pathname: string;
@@ -2387,16 +2384,19 @@ declare const ExerciseStepAppSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
2387
2384
  } | {
2388
2385
  type: "none";
2389
2386
  };
2387
+ fullPath: string;
2390
2388
  dev: {
2391
2389
  type: "browser";
2392
2390
  pathname: string;
2393
2391
  } | {
2394
2392
  type: "script";
2395
- portNumber: number;
2396
2393
  initialRoute: string;
2394
+ portNumber: number;
2397
2395
  } | {
2398
2396
  type: "none";
2399
2397
  };
2398
+ dirName: string;
2399
+ relativePath: string;
2400
2400
  stackBlitzUrl: string | null;
2401
2401
  exerciseNumber: number;
2402
2402
  stepNumber: number;
@@ -2404,12 +2404,9 @@ declare const ExerciseStepAppSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
2404
2404
  instructionsCode?: string | undefined;
2405
2405
  epicVideoEmbeds?: string[] | undefined;
2406
2406
  }, {
2407
+ title: string;
2407
2408
  type: "problem";
2408
2409
  name: string;
2409
- title: string;
2410
- dirName: string;
2411
- fullPath: string;
2412
- relativePath: string;
2413
2410
  test: {
2414
2411
  type: "browser";
2415
2412
  pathname: string;
@@ -2420,16 +2417,19 @@ declare const ExerciseStepAppSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
2420
2417
  } | {
2421
2418
  type: "none";
2422
2419
  };
2420
+ fullPath: string;
2423
2421
  dev: {
2424
2422
  type: "browser";
2425
2423
  pathname: string;
2426
2424
  } | {
2427
2425
  type: "script";
2428
- portNumber: number;
2429
2426
  initialRoute: string;
2427
+ portNumber: number;
2430
2428
  } | {
2431
2429
  type: "none";
2432
2430
  };
2431
+ dirName: string;
2432
+ relativePath: string;
2433
2433
  stackBlitzUrl: string | null;
2434
2434
  exerciseNumber: number;
2435
2435
  stepNumber: number;
@@ -2490,12 +2490,12 @@ declare const ExerciseStepAppSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
2490
2490
  initialRoute: z.ZodString;
2491
2491
  }, "strip", z.ZodTypeAny, {
2492
2492
  type: "script";
2493
- portNumber: number;
2494
2493
  initialRoute: string;
2494
+ portNumber: number;
2495
2495
  }, {
2496
2496
  type: "script";
2497
- portNumber: number;
2498
2497
  initialRoute: string;
2498
+ portNumber: number;
2499
2499
  }>, z.ZodObject<{
2500
2500
  type: z.ZodLiteral<"none">;
2501
2501
  }, "strip", z.ZodTypeAny, {
@@ -2511,12 +2511,9 @@ declare const ExerciseStepAppSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
2511
2511
  type: z.ZodLiteral<"solution">;
2512
2512
  problemName: z.ZodNullable<z.ZodString>;
2513
2513
  }>, "strip", z.ZodTypeAny, {
2514
+ title: string;
2514
2515
  type: "solution";
2515
2516
  name: string;
2516
- title: string;
2517
- dirName: string;
2518
- fullPath: string;
2519
- relativePath: string;
2520
2517
  test: {
2521
2518
  type: "browser";
2522
2519
  pathname: string;
@@ -2527,16 +2524,19 @@ declare const ExerciseStepAppSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
2527
2524
  } | {
2528
2525
  type: "none";
2529
2526
  };
2527
+ fullPath: string;
2530
2528
  dev: {
2531
2529
  type: "browser";
2532
2530
  pathname: string;
2533
2531
  } | {
2534
2532
  type: "script";
2535
- portNumber: number;
2536
2533
  initialRoute: string;
2534
+ portNumber: number;
2537
2535
  } | {
2538
2536
  type: "none";
2539
2537
  };
2538
+ dirName: string;
2539
+ relativePath: string;
2540
2540
  stackBlitzUrl: string | null;
2541
2541
  exerciseNumber: number;
2542
2542
  stepNumber: number;
@@ -2544,12 +2544,9 @@ declare const ExerciseStepAppSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
2544
2544
  instructionsCode?: string | undefined;
2545
2545
  epicVideoEmbeds?: string[] | undefined;
2546
2546
  }, {
2547
+ title: string;
2547
2548
  type: "solution";
2548
2549
  name: string;
2549
- title: string;
2550
- dirName: string;
2551
- fullPath: string;
2552
- relativePath: string;
2553
2550
  test: {
2554
2551
  type: "browser";
2555
2552
  pathname: string;
@@ -2560,16 +2557,19 @@ declare const ExerciseStepAppSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
2560
2557
  } | {
2561
2558
  type: "none";
2562
2559
  };
2560
+ fullPath: string;
2563
2561
  dev: {
2564
2562
  type: "browser";
2565
2563
  pathname: string;
2566
2564
  } | {
2567
2565
  type: "script";
2568
- portNumber: number;
2569
2566
  initialRoute: string;
2567
+ portNumber: number;
2570
2568
  } | {
2571
2569
  type: "none";
2572
2570
  };
2571
+ dirName: string;
2572
+ relativePath: string;
2573
2573
  stackBlitzUrl: string | null;
2574
2574
  exerciseNumber: number;
2575
2575
  stepNumber: number;
@@ -2631,12 +2631,12 @@ declare const AppSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extend
2631
2631
  initialRoute: z.ZodString;
2632
2632
  }, "strip", z.ZodTypeAny, {
2633
2633
  type: "script";
2634
- portNumber: number;
2635
2634
  initialRoute: string;
2635
+ portNumber: number;
2636
2636
  }, {
2637
2637
  type: "script";
2638
- portNumber: number;
2639
2638
  initialRoute: string;
2639
+ portNumber: number;
2640
2640
  }>, z.ZodObject<{
2641
2641
  type: z.ZodLiteral<"none">;
2642
2642
  }, "strip", z.ZodTypeAny, {
@@ -2652,12 +2652,9 @@ declare const AppSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extend
2652
2652
  type: z.ZodLiteral<"problem">;
2653
2653
  solutionName: z.ZodNullable<z.ZodString>;
2654
2654
  }>, "strip", z.ZodTypeAny, {
2655
+ title: string;
2655
2656
  type: "problem";
2656
2657
  name: string;
2657
- title: string;
2658
- dirName: string;
2659
- fullPath: string;
2660
- relativePath: string;
2661
2658
  test: {
2662
2659
  type: "browser";
2663
2660
  pathname: string;
@@ -2668,16 +2665,19 @@ declare const AppSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extend
2668
2665
  } | {
2669
2666
  type: "none";
2670
2667
  };
2668
+ fullPath: string;
2671
2669
  dev: {
2672
2670
  type: "browser";
2673
2671
  pathname: string;
2674
2672
  } | {
2675
2673
  type: "script";
2676
- portNumber: number;
2677
2674
  initialRoute: string;
2675
+ portNumber: number;
2678
2676
  } | {
2679
2677
  type: "none";
2680
2678
  };
2679
+ dirName: string;
2680
+ relativePath: string;
2681
2681
  stackBlitzUrl: string | null;
2682
2682
  exerciseNumber: number;
2683
2683
  stepNumber: number;
@@ -2685,12 +2685,9 @@ declare const AppSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extend
2685
2685
  instructionsCode?: string | undefined;
2686
2686
  epicVideoEmbeds?: string[] | undefined;
2687
2687
  }, {
2688
+ title: string;
2688
2689
  type: "problem";
2689
2690
  name: string;
2690
- title: string;
2691
- dirName: string;
2692
- fullPath: string;
2693
- relativePath: string;
2694
2691
  test: {
2695
2692
  type: "browser";
2696
2693
  pathname: string;
@@ -2701,16 +2698,19 @@ declare const AppSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extend
2701
2698
  } | {
2702
2699
  type: "none";
2703
2700
  };
2701
+ fullPath: string;
2704
2702
  dev: {
2705
2703
  type: "browser";
2706
2704
  pathname: string;
2707
2705
  } | {
2708
2706
  type: "script";
2709
- portNumber: number;
2710
2707
  initialRoute: string;
2708
+ portNumber: number;
2711
2709
  } | {
2712
2710
  type: "none";
2713
2711
  };
2712
+ dirName: string;
2713
+ relativePath: string;
2714
2714
  stackBlitzUrl: string | null;
2715
2715
  exerciseNumber: number;
2716
2716
  stepNumber: number;
@@ -2771,12 +2771,12 @@ declare const AppSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extend
2771
2771
  initialRoute: z.ZodString;
2772
2772
  }, "strip", z.ZodTypeAny, {
2773
2773
  type: "script";
2774
- portNumber: number;
2775
2774
  initialRoute: string;
2775
+ portNumber: number;
2776
2776
  }, {
2777
2777
  type: "script";
2778
- portNumber: number;
2779
2778
  initialRoute: string;
2779
+ portNumber: number;
2780
2780
  }>, z.ZodObject<{
2781
2781
  type: z.ZodLiteral<"none">;
2782
2782
  }, "strip", z.ZodTypeAny, {
@@ -2792,12 +2792,9 @@ declare const AppSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extend
2792
2792
  type: z.ZodLiteral<"solution">;
2793
2793
  problemName: z.ZodNullable<z.ZodString>;
2794
2794
  }>, "strip", z.ZodTypeAny, {
2795
+ title: string;
2795
2796
  type: "solution";
2796
2797
  name: string;
2797
- title: string;
2798
- dirName: string;
2799
- fullPath: string;
2800
- relativePath: string;
2801
2798
  test: {
2802
2799
  type: "browser";
2803
2800
  pathname: string;
@@ -2808,16 +2805,19 @@ declare const AppSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extend
2808
2805
  } | {
2809
2806
  type: "none";
2810
2807
  };
2808
+ fullPath: string;
2811
2809
  dev: {
2812
2810
  type: "browser";
2813
2811
  pathname: string;
2814
2812
  } | {
2815
2813
  type: "script";
2816
- portNumber: number;
2817
2814
  initialRoute: string;
2815
+ portNumber: number;
2818
2816
  } | {
2819
2817
  type: "none";
2820
2818
  };
2819
+ dirName: string;
2820
+ relativePath: string;
2821
2821
  stackBlitzUrl: string | null;
2822
2822
  exerciseNumber: number;
2823
2823
  stepNumber: number;
@@ -2825,12 +2825,9 @@ declare const AppSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extend
2825
2825
  instructionsCode?: string | undefined;
2826
2826
  epicVideoEmbeds?: string[] | undefined;
2827
2827
  }, {
2828
+ title: string;
2828
2829
  type: "solution";
2829
2830
  name: string;
2830
- title: string;
2831
- dirName: string;
2832
- fullPath: string;
2833
- relativePath: string;
2834
2831
  test: {
2835
2832
  type: "browser";
2836
2833
  pathname: string;
@@ -2841,16 +2838,19 @@ declare const AppSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extend
2841
2838
  } | {
2842
2839
  type: "none";
2843
2840
  };
2841
+ fullPath: string;
2844
2842
  dev: {
2845
2843
  type: "browser";
2846
2844
  pathname: string;
2847
2845
  } | {
2848
2846
  type: "script";
2849
- portNumber: number;
2850
2847
  initialRoute: string;
2848
+ portNumber: number;
2851
2849
  } | {
2852
2850
  type: "none";
2853
2851
  };
2852
+ dirName: string;
2853
+ relativePath: string;
2854
2854
  stackBlitzUrl: string | null;
2855
2855
  exerciseNumber: number;
2856
2856
  stepNumber: number;
@@ -2911,12 +2911,12 @@ declare const AppSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extend
2911
2911
  initialRoute: z.ZodString;
2912
2912
  }, "strip", z.ZodTypeAny, {
2913
2913
  type: "script";
2914
- portNumber: number;
2915
2914
  initialRoute: string;
2915
+ portNumber: number;
2916
2916
  }, {
2917
2917
  type: "script";
2918
- portNumber: number;
2919
2918
  initialRoute: string;
2919
+ portNumber: number;
2920
2920
  }>, z.ZodObject<{
2921
2921
  type: z.ZodLiteral<"none">;
2922
2922
  }, "strip", z.ZodTypeAny, {
@@ -2930,12 +2930,9 @@ declare const AppSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extend
2930
2930
  appName: z.ZodString;
2931
2931
  isUpToDate: z.ZodBoolean;
2932
2932
  }>, "strip", z.ZodTypeAny, {
2933
+ title: string;
2933
2934
  type: "playground";
2934
2935
  name: string;
2935
- title: string;
2936
- dirName: string;
2937
- fullPath: string;
2938
- relativePath: string;
2939
2936
  test: {
2940
2937
  type: "browser";
2941
2938
  pathname: string;
@@ -2946,28 +2943,28 @@ declare const AppSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extend
2946
2943
  } | {
2947
2944
  type: "none";
2948
2945
  };
2946
+ fullPath: string;
2949
2947
  dev: {
2950
2948
  type: "browser";
2951
2949
  pathname: string;
2952
2950
  } | {
2953
2951
  type: "script";
2954
- portNumber: number;
2955
2952
  initialRoute: string;
2953
+ portNumber: number;
2956
2954
  } | {
2957
2955
  type: "none";
2958
2956
  };
2957
+ dirName: string;
2958
+ relativePath: string;
2959
2959
  stackBlitzUrl: string | null;
2960
2960
  appName: string;
2961
2961
  isUpToDate: boolean;
2962
2962
  instructionsCode?: string | undefined;
2963
2963
  epicVideoEmbeds?: string[] | undefined;
2964
2964
  }, {
2965
+ title: string;
2965
2966
  type: "playground";
2966
2967
  name: string;
2967
- title: string;
2968
- dirName: string;
2969
- fullPath: string;
2970
- relativePath: string;
2971
2968
  test: {
2972
2969
  type: "browser";
2973
2970
  pathname: string;
@@ -2978,16 +2975,19 @@ declare const AppSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extend
2978
2975
  } | {
2979
2976
  type: "none";
2980
2977
  };
2978
+ fullPath: string;
2981
2979
  dev: {
2982
2980
  type: "browser";
2983
2981
  pathname: string;
2984
2982
  } | {
2985
2983
  type: "script";
2986
- portNumber: number;
2987
2984
  initialRoute: string;
2985
+ portNumber: number;
2988
2986
  } | {
2989
2987
  type: "none";
2990
2988
  };
2989
+ dirName: string;
2990
+ relativePath: string;
2991
2991
  stackBlitzUrl: string | null;
2992
2992
  appName: string;
2993
2993
  isUpToDate: boolean;
@@ -3047,12 +3047,12 @@ declare const AppSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extend
3047
3047
  initialRoute: z.ZodString;
3048
3048
  }, "strip", z.ZodTypeAny, {
3049
3049
  type: "script";
3050
- portNumber: number;
3051
3050
  initialRoute: string;
3051
+ portNumber: number;
3052
3052
  }, {
3053
3053
  type: "script";
3054
- portNumber: number;
3055
3054
  initialRoute: string;
3055
+ portNumber: number;
3056
3056
  }>, z.ZodObject<{
3057
3057
  type: z.ZodLiteral<"none">;
3058
3058
  }, "strip", z.ZodTypeAny, {
@@ -3064,12 +3064,9 @@ declare const AppSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extend
3064
3064
  }, {
3065
3065
  type: z.ZodLiteral<"example">;
3066
3066
  }>, "strip", z.ZodTypeAny, {
3067
+ title: string;
3067
3068
  type: "example";
3068
3069
  name: string;
3069
- title: string;
3070
- dirName: string;
3071
- fullPath: string;
3072
- relativePath: string;
3073
3070
  test: {
3074
3071
  type: "browser";
3075
3072
  pathname: string;
@@ -3080,26 +3077,26 @@ declare const AppSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extend
3080
3077
  } | {
3081
3078
  type: "none";
3082
3079
  };
3080
+ fullPath: string;
3083
3081
  dev: {
3084
3082
  type: "browser";
3085
3083
  pathname: string;
3086
3084
  } | {
3087
3085
  type: "script";
3088
- portNumber: number;
3089
3086
  initialRoute: string;
3087
+ portNumber: number;
3090
3088
  } | {
3091
3089
  type: "none";
3092
3090
  };
3091
+ dirName: string;
3092
+ relativePath: string;
3093
3093
  stackBlitzUrl: string | null;
3094
3094
  instructionsCode?: string | undefined;
3095
3095
  epicVideoEmbeds?: string[] | undefined;
3096
3096
  }, {
3097
+ title: string;
3097
3098
  type: "example";
3098
3099
  name: string;
3099
- title: string;
3100
- dirName: string;
3101
- fullPath: string;
3102
- relativePath: string;
3103
3100
  test: {
3104
3101
  type: "browser";
3105
3102
  pathname: string;
@@ -3110,16 +3107,19 @@ declare const AppSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extend
3110
3107
  } | {
3111
3108
  type: "none";
3112
3109
  };
3110
+ fullPath: string;
3113
3111
  dev: {
3114
3112
  type: "browser";
3115
3113
  pathname: string;
3116
3114
  } | {
3117
3115
  type: "script";
3118
- portNumber: number;
3119
3116
  initialRoute: string;
3117
+ portNumber: number;
3120
3118
  } | {
3121
3119
  type: "none";
3122
3120
  };
3121
+ dirName: string;
3122
+ relativePath: string;
3123
3123
  stackBlitzUrl: string | null;
3124
3124
  instructionsCode?: string | undefined;
3125
3125
  epicVideoEmbeds?: string[] | undefined;
@@ -3175,18 +3175,15 @@ export declare function findProblemDir({ fullPath, }: {
3175
3175
  export declare function getPlaygroundApp({ timings, request, }?: CachifiedOptions): Promise<PlaygroundApp | null>;
3176
3176
  export declare function getExercise(exerciseNumber: number | string, { request, timings }?: CachifiedOptions): Promise<{
3177
3177
  title: string;
3178
- dirName: string;
3179
3178
  fullPath: string;
3179
+ dirName: string;
3180
3180
  exerciseNumber: number;
3181
3181
  steps: ({
3182
3182
  stepNumber: number;
3183
3183
  solution: {
3184
+ title: string;
3184
3185
  type: "solution";
3185
3186
  name: string;
3186
- title: string;
3187
- dirName: string;
3188
- fullPath: string;
3189
- relativePath: string;
3190
3187
  test: {
3191
3188
  type: "browser";
3192
3189
  pathname: string;
@@ -3197,16 +3194,19 @@ export declare function getExercise(exerciseNumber: number | string, { request,
3197
3194
  } | {
3198
3195
  type: "none";
3199
3196
  };
3197
+ fullPath: string;
3200
3198
  dev: {
3201
3199
  type: "browser";
3202
3200
  pathname: string;
3203
3201
  } | {
3204
3202
  type: "script";
3205
- portNumber: number;
3206
3203
  initialRoute: string;
3204
+ portNumber: number;
3207
3205
  } | {
3208
3206
  type: "none";
3209
3207
  };
3208
+ dirName: string;
3209
+ relativePath: string;
3210
3210
  stackBlitzUrl: string | null;
3211
3211
  exerciseNumber: number;
3212
3212
  stepNumber: number;
@@ -3215,12 +3215,9 @@ export declare function getExercise(exerciseNumber: number | string, { request,
3215
3215
  epicVideoEmbeds?: string[] | undefined;
3216
3216
  };
3217
3217
  problem: {
3218
+ title: string;
3218
3219
  type: "problem";
3219
3220
  name: string;
3220
- title: string;
3221
- dirName: string;
3222
- fullPath: string;
3223
- relativePath: string;
3224
3221
  test: {
3225
3222
  type: "browser";
3226
3223
  pathname: string;
@@ -3231,16 +3228,19 @@ export declare function getExercise(exerciseNumber: number | string, { request,
3231
3228
  } | {
3232
3229
  type: "none";
3233
3230
  };
3231
+ fullPath: string;
3234
3232
  dev: {
3235
3233
  type: "browser";
3236
3234
  pathname: string;
3237
3235
  } | {
3238
3236
  type: "script";
3239
- portNumber: number;
3240
3237
  initialRoute: string;
3238
+ portNumber: number;
3241
3239
  } | {
3242
3240
  type: "none";
3243
3241
  };
3242
+ dirName: string;
3243
+ relativePath: string;
3244
3244
  stackBlitzUrl: string | null;
3245
3245
  exerciseNumber: number;
3246
3246
  stepNumber: number;
@@ -3251,12 +3251,9 @@ export declare function getExercise(exerciseNumber: number | string, { request,
3251
3251
  } | {
3252
3252
  stepNumber: number;
3253
3253
  problem: {
3254
+ title: string;
3254
3255
  type: "problem";
3255
3256
  name: string;
3256
- title: string;
3257
- dirName: string;
3258
- fullPath: string;
3259
- relativePath: string;
3260
3257
  test: {
3261
3258
  type: "browser";
3262
3259
  pathname: string;
@@ -3267,16 +3264,19 @@ export declare function getExercise(exerciseNumber: number | string, { request,
3267
3264
  } | {
3268
3265
  type: "none";
3269
3266
  };
3267
+ fullPath: string;
3270
3268
  dev: {
3271
3269
  type: "browser";
3272
3270
  pathname: string;
3273
3271
  } | {
3274
3272
  type: "script";
3275
- portNumber: number;
3276
3273
  initialRoute: string;
3274
+ portNumber: number;
3277
3275
  } | {
3278
3276
  type: "none";
3279
3277
  };
3278
+ dirName: string;
3279
+ relativePath: string;
3280
3280
  stackBlitzUrl: string | null;
3281
3281
  exerciseNumber: number;
3282
3282
  stepNumber: number;
@@ -3288,12 +3288,9 @@ export declare function getExercise(exerciseNumber: number | string, { request,
3288
3288
  } | {
3289
3289
  stepNumber: number;
3290
3290
  solution: {
3291
+ title: string;
3291
3292
  type: "solution";
3292
3293
  name: string;
3293
- title: string;
3294
- dirName: string;
3295
- fullPath: string;
3296
- relativePath: string;
3297
3294
  test: {
3298
3295
  type: "browser";
3299
3296
  pathname: string;
@@ -3304,16 +3301,19 @@ export declare function getExercise(exerciseNumber: number | string, { request,
3304
3301
  } | {
3305
3302
  type: "none";
3306
3303
  };
3304
+ fullPath: string;
3307
3305
  dev: {
3308
3306
  type: "browser";
3309
3307
  pathname: string;
3310
3308
  } | {
3311
3309
  type: "script";
3312
- portNumber: number;
3313
3310
  initialRoute: string;
3311
+ portNumber: number;
3314
3312
  } | {
3315
3313
  type: "none";
3316
3314
  };
3315
+ dirName: string;
3316
+ relativePath: string;
3317
3317
  stackBlitzUrl: string | null;
3318
3318
  exerciseNumber: number;
3319
3319
  stepNumber: number;
@@ -3324,12 +3324,9 @@ export declare function getExercise(exerciseNumber: number | string, { request,
3324
3324
  problem?: undefined;
3325
3325
  })[];
3326
3326
  problems: {
3327
+ title: string;
3327
3328
  type: "problem";
3328
3329
  name: string;
3329
- title: string;
3330
- dirName: string;
3331
- fullPath: string;
3332
- relativePath: string;
3333
3330
  test: {
3334
3331
  type: "browser";
3335
3332
  pathname: string;
@@ -3340,16 +3337,19 @@ export declare function getExercise(exerciseNumber: number | string, { request,
3340
3337
  } | {
3341
3338
  type: "none";
3342
3339
  };
3340
+ fullPath: string;
3343
3341
  dev: {
3344
3342
  type: "browser";
3345
3343
  pathname: string;
3346
3344
  } | {
3347
3345
  type: "script";
3348
- portNumber: number;
3349
3346
  initialRoute: string;
3347
+ portNumber: number;
3350
3348
  } | {
3351
3349
  type: "none";
3352
3350
  };
3351
+ dirName: string;
3352
+ relativePath: string;
3353
3353
  stackBlitzUrl: string | null;
3354
3354
  exerciseNumber: number;
3355
3355
  stepNumber: number;
@@ -3358,12 +3358,9 @@ export declare function getExercise(exerciseNumber: number | string, { request,
3358
3358
  epicVideoEmbeds?: string[] | undefined;
3359
3359
  }[];
3360
3360
  solutions: {
3361
+ title: string;
3361
3362
  type: "solution";
3362
3363
  name: string;
3363
- title: string;
3364
- dirName: string;
3365
- fullPath: string;
3366
- relativePath: string;
3367
3364
  test: {
3368
3365
  type: "browser";
3369
3366
  pathname: string;
@@ -3374,16 +3371,19 @@ export declare function getExercise(exerciseNumber: number | string, { request,
3374
3371
  } | {
3375
3372
  type: "none";
3376
3373
  };
3374
+ fullPath: string;
3377
3375
  dev: {
3378
3376
  type: "browser";
3379
3377
  pathname: string;
3380
3378
  } | {
3381
3379
  type: "script";
3382
- portNumber: number;
3383
3380
  initialRoute: string;
3381
+ portNumber: number;
3384
3382
  } | {
3385
3383
  type: "none";
3386
3384
  };
3385
+ dirName: string;
3386
+ relativePath: string;
3387
3387
  stackBlitzUrl: string | null;
3388
3388
  exerciseNumber: number;
3389
3389
  stepNumber: number;
@@ -3398,18 +3398,15 @@ export declare function getExercise(exerciseNumber: number | string, { request,
3398
3398
  } | undefined>;
3399
3399
  export declare function requireExercise(exerciseNumber: number | string, { request, timings }?: CachifiedOptions): Promise<{
3400
3400
  title: string;
3401
- dirName: string;
3402
3401
  fullPath: string;
3402
+ dirName: string;
3403
3403
  exerciseNumber: number;
3404
3404
  steps: ({
3405
3405
  stepNumber: number;
3406
3406
  solution: {
3407
+ title: string;
3407
3408
  type: "solution";
3408
3409
  name: string;
3409
- title: string;
3410
- dirName: string;
3411
- fullPath: string;
3412
- relativePath: string;
3413
3410
  test: {
3414
3411
  type: "browser";
3415
3412
  pathname: string;
@@ -3420,16 +3417,19 @@ export declare function requireExercise(exerciseNumber: number | string, { reque
3420
3417
  } | {
3421
3418
  type: "none";
3422
3419
  };
3420
+ fullPath: string;
3423
3421
  dev: {
3424
3422
  type: "browser";
3425
3423
  pathname: string;
3426
3424
  } | {
3427
3425
  type: "script";
3428
- portNumber: number;
3429
3426
  initialRoute: string;
3427
+ portNumber: number;
3430
3428
  } | {
3431
3429
  type: "none";
3432
3430
  };
3431
+ dirName: string;
3432
+ relativePath: string;
3433
3433
  stackBlitzUrl: string | null;
3434
3434
  exerciseNumber: number;
3435
3435
  stepNumber: number;
@@ -3438,12 +3438,9 @@ export declare function requireExercise(exerciseNumber: number | string, { reque
3438
3438
  epicVideoEmbeds?: string[] | undefined;
3439
3439
  };
3440
3440
  problem: {
3441
+ title: string;
3441
3442
  type: "problem";
3442
3443
  name: string;
3443
- title: string;
3444
- dirName: string;
3445
- fullPath: string;
3446
- relativePath: string;
3447
3444
  test: {
3448
3445
  type: "browser";
3449
3446
  pathname: string;
@@ -3454,16 +3451,19 @@ export declare function requireExercise(exerciseNumber: number | string, { reque
3454
3451
  } | {
3455
3452
  type: "none";
3456
3453
  };
3454
+ fullPath: string;
3457
3455
  dev: {
3458
3456
  type: "browser";
3459
3457
  pathname: string;
3460
3458
  } | {
3461
3459
  type: "script";
3462
- portNumber: number;
3463
3460
  initialRoute: string;
3461
+ portNumber: number;
3464
3462
  } | {
3465
3463
  type: "none";
3466
3464
  };
3465
+ dirName: string;
3466
+ relativePath: string;
3467
3467
  stackBlitzUrl: string | null;
3468
3468
  exerciseNumber: number;
3469
3469
  stepNumber: number;
@@ -3474,12 +3474,9 @@ export declare function requireExercise(exerciseNumber: number | string, { reque
3474
3474
  } | {
3475
3475
  stepNumber: number;
3476
3476
  problem: {
3477
+ title: string;
3477
3478
  type: "problem";
3478
3479
  name: string;
3479
- title: string;
3480
- dirName: string;
3481
- fullPath: string;
3482
- relativePath: string;
3483
3480
  test: {
3484
3481
  type: "browser";
3485
3482
  pathname: string;
@@ -3490,16 +3487,19 @@ export declare function requireExercise(exerciseNumber: number | string, { reque
3490
3487
  } | {
3491
3488
  type: "none";
3492
3489
  };
3490
+ fullPath: string;
3493
3491
  dev: {
3494
3492
  type: "browser";
3495
3493
  pathname: string;
3496
3494
  } | {
3497
3495
  type: "script";
3498
- portNumber: number;
3499
3496
  initialRoute: string;
3497
+ portNumber: number;
3500
3498
  } | {
3501
3499
  type: "none";
3502
3500
  };
3501
+ dirName: string;
3502
+ relativePath: string;
3503
3503
  stackBlitzUrl: string | null;
3504
3504
  exerciseNumber: number;
3505
3505
  stepNumber: number;
@@ -3511,12 +3511,9 @@ export declare function requireExercise(exerciseNumber: number | string, { reque
3511
3511
  } | {
3512
3512
  stepNumber: number;
3513
3513
  solution: {
3514
+ title: string;
3514
3515
  type: "solution";
3515
3516
  name: string;
3516
- title: string;
3517
- dirName: string;
3518
- fullPath: string;
3519
- relativePath: string;
3520
3517
  test: {
3521
3518
  type: "browser";
3522
3519
  pathname: string;
@@ -3527,16 +3524,19 @@ export declare function requireExercise(exerciseNumber: number | string, { reque
3527
3524
  } | {
3528
3525
  type: "none";
3529
3526
  };
3527
+ fullPath: string;
3530
3528
  dev: {
3531
3529
  type: "browser";
3532
3530
  pathname: string;
3533
3531
  } | {
3534
3532
  type: "script";
3535
- portNumber: number;
3536
3533
  initialRoute: string;
3534
+ portNumber: number;
3537
3535
  } | {
3538
3536
  type: "none";
3539
3537
  };
3538
+ dirName: string;
3539
+ relativePath: string;
3540
3540
  stackBlitzUrl: string | null;
3541
3541
  exerciseNumber: number;
3542
3542
  stepNumber: number;
@@ -3547,12 +3547,9 @@ export declare function requireExercise(exerciseNumber: number | string, { reque
3547
3547
  problem?: undefined;
3548
3548
  })[];
3549
3549
  problems: {
3550
+ title: string;
3550
3551
  type: "problem";
3551
3552
  name: string;
3552
- title: string;
3553
- dirName: string;
3554
- fullPath: string;
3555
- relativePath: string;
3556
3553
  test: {
3557
3554
  type: "browser";
3558
3555
  pathname: string;
@@ -3563,16 +3560,19 @@ export declare function requireExercise(exerciseNumber: number | string, { reque
3563
3560
  } | {
3564
3561
  type: "none";
3565
3562
  };
3563
+ fullPath: string;
3566
3564
  dev: {
3567
3565
  type: "browser";
3568
3566
  pathname: string;
3569
3567
  } | {
3570
3568
  type: "script";
3571
- portNumber: number;
3572
3569
  initialRoute: string;
3570
+ portNumber: number;
3573
3571
  } | {
3574
3572
  type: "none";
3575
3573
  };
3574
+ dirName: string;
3575
+ relativePath: string;
3576
3576
  stackBlitzUrl: string | null;
3577
3577
  exerciseNumber: number;
3578
3578
  stepNumber: number;
@@ -3581,12 +3581,9 @@ export declare function requireExercise(exerciseNumber: number | string, { reque
3581
3581
  epicVideoEmbeds?: string[] | undefined;
3582
3582
  }[];
3583
3583
  solutions: {
3584
+ title: string;
3584
3585
  type: "solution";
3585
3586
  name: string;
3586
- title: string;
3587
- dirName: string;
3588
- fullPath: string;
3589
- relativePath: string;
3590
3587
  test: {
3591
3588
  type: "browser";
3592
3589
  pathname: string;
@@ -3597,16 +3594,19 @@ export declare function requireExercise(exerciseNumber: number | string, { reque
3597
3594
  } | {
3598
3595
  type: "none";
3599
3596
  };
3597
+ fullPath: string;
3600
3598
  dev: {
3601
3599
  type: "browser";
3602
3600
  pathname: string;
3603
3601
  } | {
3604
3602
  type: "script";
3605
- portNumber: number;
3606
3603
  initialRoute: string;
3604
+ portNumber: number;
3607
3605
  } | {
3608
3606
  type: "none";
3609
3607
  };
3608
+ dirName: string;
3609
+ relativePath: string;
3610
3610
  stackBlitzUrl: string | null;
3611
3611
  exerciseNumber: number;
3612
3612
  stepNumber: number;
@@ -3620,12 +3620,9 @@ export declare function requireExercise(exerciseNumber: number | string, { reque
3620
3620
  finishedEpicVideoEmbeds?: string[] | undefined;
3621
3621
  }>;
3622
3622
  export declare function requireExerciseApp(params: Parameters<typeof getExerciseApp>[0], { request, timings }?: CachifiedOptions): Promise<{
3623
+ title: string;
3623
3624
  type: "solution";
3624
3625
  name: string;
3625
- title: string;
3626
- dirName: string;
3627
- fullPath: string;
3628
- relativePath: string;
3629
3626
  test: {
3630
3627
  type: "browser";
3631
3628
  pathname: string;
@@ -3636,16 +3633,19 @@ export declare function requireExerciseApp(params: Parameters<typeof getExercise
3636
3633
  } | {
3637
3634
  type: "none";
3638
3635
  };
3636
+ fullPath: string;
3639
3637
  dev: {
3640
3638
  type: "browser";
3641
3639
  pathname: string;
3642
3640
  } | {
3643
3641
  type: "script";
3644
- portNumber: number;
3645
3642
  initialRoute: string;
3643
+ portNumber: number;
3646
3644
  } | {
3647
3645
  type: "none";
3648
3646
  };
3647
+ dirName: string;
3648
+ relativePath: string;
3649
3649
  stackBlitzUrl: string | null;
3650
3650
  exerciseNumber: number;
3651
3651
  stepNumber: number;
@@ -3653,12 +3653,9 @@ export declare function requireExerciseApp(params: Parameters<typeof getExercise
3653
3653
  instructionsCode?: string | undefined;
3654
3654
  epicVideoEmbeds?: string[] | undefined;
3655
3655
  } | {
3656
+ title: string;
3656
3657
  type: "problem";
3657
3658
  name: string;
3658
- title: string;
3659
- dirName: string;
3660
- fullPath: string;
3661
- relativePath: string;
3662
3659
  test: {
3663
3660
  type: "browser";
3664
3661
  pathname: string;
@@ -3669,16 +3666,19 @@ export declare function requireExerciseApp(params: Parameters<typeof getExercise
3669
3666
  } | {
3670
3667
  type: "none";
3671
3668
  };
3669
+ fullPath: string;
3672
3670
  dev: {
3673
3671
  type: "browser";
3674
3672
  pathname: string;
3675
3673
  } | {
3676
3674
  type: "script";
3677
- portNumber: number;
3678
3675
  initialRoute: string;
3676
+ portNumber: number;
3679
3677
  } | {
3680
3678
  type: "none";
3681
3679
  };
3680
+ dirName: string;
3681
+ relativePath: string;
3682
3682
  stackBlitzUrl: string | null;
3683
3683
  exerciseNumber: number;
3684
3684
  stepNumber: number;
@@ -3691,12 +3691,9 @@ export declare function getExerciseApp(params: {
3691
3691
  exerciseNumber?: string;
3692
3692
  stepNumber?: string;
3693
3693
  }, { request, timings }?: CachifiedOptions): Promise<{
3694
+ title: string;
3694
3695
  type: "solution";
3695
3696
  name: string;
3696
- title: string;
3697
- dirName: string;
3698
- fullPath: string;
3699
- relativePath: string;
3700
3697
  test: {
3701
3698
  type: "browser";
3702
3699
  pathname: string;
@@ -3707,16 +3704,19 @@ export declare function getExerciseApp(params: {
3707
3704
  } | {
3708
3705
  type: "none";
3709
3706
  };
3707
+ fullPath: string;
3710
3708
  dev: {
3711
3709
  type: "browser";
3712
3710
  pathname: string;
3713
3711
  } | {
3714
3712
  type: "script";
3715
- portNumber: number;
3716
3713
  initialRoute: string;
3714
+ portNumber: number;
3717
3715
  } | {
3718
3716
  type: "none";
3719
3717
  };
3718
+ dirName: string;
3719
+ relativePath: string;
3720
3720
  stackBlitzUrl: string | null;
3721
3721
  exerciseNumber: number;
3722
3722
  stepNumber: number;
@@ -3724,12 +3724,9 @@ export declare function getExerciseApp(params: {
3724
3724
  instructionsCode?: string | undefined;
3725
3725
  epicVideoEmbeds?: string[] | undefined;
3726
3726
  } | {
3727
+ title: string;
3727
3728
  type: "problem";
3728
3729
  name: string;
3729
- title: string;
3730
- dirName: string;
3731
- fullPath: string;
3732
- relativePath: string;
3733
3730
  test: {
3734
3731
  type: "browser";
3735
3732
  pathname: string;
@@ -3740,16 +3737,19 @@ export declare function getExerciseApp(params: {
3740
3737
  } | {
3741
3738
  type: "none";
3742
3739
  };
3740
+ fullPath: string;
3743
3741
  dev: {
3744
3742
  type: "browser";
3745
3743
  pathname: string;
3746
3744
  } | {
3747
3745
  type: "script";
3748
- portNumber: number;
3749
3746
  initialRoute: string;
3747
+ portNumber: number;
3750
3748
  } | {
3751
3749
  type: "none";
3752
3750
  };
3751
+ dirName: string;
3752
+ relativePath: string;
3753
3753
  stackBlitzUrl: string | null;
3754
3754
  exerciseNumber: number;
3755
3755
  stepNumber: number;
@@ -3758,12 +3758,9 @@ export declare function getExerciseApp(params: {
3758
3758
  epicVideoEmbeds?: string[] | undefined;
3759
3759
  } | null>;
3760
3760
  export declare function getAppByName(name: string, { request, timings }?: CachifiedOptions): Promise<{
3761
+ title: string;
3761
3762
  type: "solution";
3762
3763
  name: string;
3763
- title: string;
3764
- dirName: string;
3765
- fullPath: string;
3766
- relativePath: string;
3767
3764
  test: {
3768
3765
  type: "browser";
3769
3766
  pathname: string;
@@ -3774,16 +3771,19 @@ export declare function getAppByName(name: string, { request, timings }?: Cachif
3774
3771
  } | {
3775
3772
  type: "none";
3776
3773
  };
3774
+ fullPath: string;
3777
3775
  dev: {
3778
3776
  type: "browser";
3779
3777
  pathname: string;
3780
3778
  } | {
3781
3779
  type: "script";
3782
- portNumber: number;
3783
3780
  initialRoute: string;
3781
+ portNumber: number;
3784
3782
  } | {
3785
3783
  type: "none";
3786
3784
  };
3785
+ dirName: string;
3786
+ relativePath: string;
3787
3787
  stackBlitzUrl: string | null;
3788
3788
  exerciseNumber: number;
3789
3789
  stepNumber: number;
@@ -3791,12 +3791,9 @@ export declare function getAppByName(name: string, { request, timings }?: Cachif
3791
3791
  instructionsCode?: string | undefined;
3792
3792
  epicVideoEmbeds?: string[] | undefined;
3793
3793
  } | {
3794
+ title: string;
3794
3795
  type: "problem";
3795
3796
  name: string;
3796
- title: string;
3797
- dirName: string;
3798
- fullPath: string;
3799
- relativePath: string;
3800
3797
  test: {
3801
3798
  type: "browser";
3802
3799
  pathname: string;
@@ -3807,16 +3804,19 @@ export declare function getAppByName(name: string, { request, timings }?: Cachif
3807
3804
  } | {
3808
3805
  type: "none";
3809
3806
  };
3807
+ fullPath: string;
3810
3808
  dev: {
3811
3809
  type: "browser";
3812
3810
  pathname: string;
3813
3811
  } | {
3814
3812
  type: "script";
3815
- portNumber: number;
3816
3813
  initialRoute: string;
3814
+ portNumber: number;
3817
3815
  } | {
3818
3816
  type: "none";
3819
3817
  };
3818
+ dirName: string;
3819
+ relativePath: string;
3820
3820
  stackBlitzUrl: string | null;
3821
3821
  exerciseNumber: number;
3822
3822
  stepNumber: number;
@@ -3824,12 +3824,9 @@ export declare function getAppByName(name: string, { request, timings }?: Cachif
3824
3824
  instructionsCode?: string | undefined;
3825
3825
  epicVideoEmbeds?: string[] | undefined;
3826
3826
  } | {
3827
+ title: string;
3827
3828
  type: "example";
3828
3829
  name: string;
3829
- title: string;
3830
- dirName: string;
3831
- fullPath: string;
3832
- relativePath: string;
3833
3830
  test: {
3834
3831
  type: "browser";
3835
3832
  pathname: string;
@@ -3840,26 +3837,26 @@ export declare function getAppByName(name: string, { request, timings }?: Cachif
3840
3837
  } | {
3841
3838
  type: "none";
3842
3839
  };
3840
+ fullPath: string;
3843
3841
  dev: {
3844
3842
  type: "browser";
3845
3843
  pathname: string;
3846
3844
  } | {
3847
3845
  type: "script";
3848
- portNumber: number;
3849
3846
  initialRoute: string;
3847
+ portNumber: number;
3850
3848
  } | {
3851
3849
  type: "none";
3852
3850
  };
3851
+ dirName: string;
3852
+ relativePath: string;
3853
3853
  stackBlitzUrl: string | null;
3854
3854
  instructionsCode?: string | undefined;
3855
3855
  epicVideoEmbeds?: string[] | undefined;
3856
3856
  } | {
3857
+ title: string;
3857
3858
  type: "playground";
3858
3859
  name: string;
3859
- title: string;
3860
- dirName: string;
3861
- fullPath: string;
3862
- relativePath: string;
3863
3860
  test: {
3864
3861
  type: "browser";
3865
3862
  pathname: string;
@@ -3870,16 +3867,19 @@ export declare function getAppByName(name: string, { request, timings }?: Cachif
3870
3867
  } | {
3871
3868
  type: "none";
3872
3869
  };
3870
+ fullPath: string;
3873
3871
  dev: {
3874
3872
  type: "browser";
3875
3873
  pathname: string;
3876
3874
  } | {
3877
3875
  type: "script";
3878
- portNumber: number;
3879
3876
  initialRoute: string;
3877
+ portNumber: number;
3880
3878
  } | {
3881
3879
  type: "none";
3882
3880
  };
3881
+ dirName: string;
3882
+ relativePath: string;
3883
3883
  stackBlitzUrl: string | null;
3884
3884
  appName: string;
3885
3885
  isUpToDate: boolean;
@@ -3887,12 +3887,9 @@ export declare function getAppByName(name: string, { request, timings }?: Cachif
3887
3887
  epicVideoEmbeds?: string[] | undefined;
3888
3888
  } | undefined>;
3889
3889
  export declare function getNextExerciseApp(app: ExerciseStepApp, { request, timings }?: CachifiedOptions): Promise<{
3890
+ title: string;
3890
3891
  type: "solution";
3891
3892
  name: string;
3892
- title: string;
3893
- dirName: string;
3894
- fullPath: string;
3895
- relativePath: string;
3896
3893
  test: {
3897
3894
  type: "browser";
3898
3895
  pathname: string;
@@ -3903,16 +3900,19 @@ export declare function getNextExerciseApp(app: ExerciseStepApp, { request, timi
3903
3900
  } | {
3904
3901
  type: "none";
3905
3902
  };
3903
+ fullPath: string;
3906
3904
  dev: {
3907
3905
  type: "browser";
3908
3906
  pathname: string;
3909
3907
  } | {
3910
3908
  type: "script";
3911
- portNumber: number;
3912
3909
  initialRoute: string;
3910
+ portNumber: number;
3913
3911
  } | {
3914
3912
  type: "none";
3915
3913
  };
3914
+ dirName: string;
3915
+ relativePath: string;
3916
3916
  stackBlitzUrl: string | null;
3917
3917
  exerciseNumber: number;
3918
3918
  stepNumber: number;
@@ -3920,12 +3920,9 @@ export declare function getNextExerciseApp(app: ExerciseStepApp, { request, timi
3920
3920
  instructionsCode?: string | undefined;
3921
3921
  epicVideoEmbeds?: string[] | undefined;
3922
3922
  } | {
3923
+ title: string;
3923
3924
  type: "problem";
3924
3925
  name: string;
3925
- title: string;
3926
- dirName: string;
3927
- fullPath: string;
3928
- relativePath: string;
3929
3926
  test: {
3930
3927
  type: "browser";
3931
3928
  pathname: string;
@@ -3936,16 +3933,19 @@ export declare function getNextExerciseApp(app: ExerciseStepApp, { request, timi
3936
3933
  } | {
3937
3934
  type: "none";
3938
3935
  };
3936
+ fullPath: string;
3939
3937
  dev: {
3940
3938
  type: "browser";
3941
3939
  pathname: string;
3942
3940
  } | {
3943
3941
  type: "script";
3944
- portNumber: number;
3945
3942
  initialRoute: string;
3943
+ portNumber: number;
3946
3944
  } | {
3947
3945
  type: "none";
3948
3946
  };
3947
+ dirName: string;
3948
+ relativePath: string;
3949
3949
  stackBlitzUrl: string | null;
3950
3950
  exerciseNumber: number;
3951
3951
  stepNumber: number;
@@ -3954,12 +3954,9 @@ export declare function getNextExerciseApp(app: ExerciseStepApp, { request, timi
3954
3954
  epicVideoEmbeds?: string[] | undefined;
3955
3955
  } | null>;
3956
3956
  export declare function getPrevExerciseApp(app: ExerciseStepApp, { request, timings }?: CachifiedOptions): Promise<{
3957
+ title: string;
3957
3958
  type: "solution";
3958
3959
  name: string;
3959
- title: string;
3960
- dirName: string;
3961
- fullPath: string;
3962
- relativePath: string;
3963
3960
  test: {
3964
3961
  type: "browser";
3965
3962
  pathname: string;
@@ -3970,16 +3967,19 @@ export declare function getPrevExerciseApp(app: ExerciseStepApp, { request, timi
3970
3967
  } | {
3971
3968
  type: "none";
3972
3969
  };
3970
+ fullPath: string;
3973
3971
  dev: {
3974
3972
  type: "browser";
3975
3973
  pathname: string;
3976
3974
  } | {
3977
3975
  type: "script";
3978
- portNumber: number;
3979
3976
  initialRoute: string;
3977
+ portNumber: number;
3980
3978
  } | {
3981
3979
  type: "none";
3982
3980
  };
3981
+ dirName: string;
3982
+ relativePath: string;
3983
3983
  stackBlitzUrl: string | null;
3984
3984
  exerciseNumber: number;
3985
3985
  stepNumber: number;
@@ -3987,12 +3987,9 @@ export declare function getPrevExerciseApp(app: ExerciseStepApp, { request, timi
3987
3987
  instructionsCode?: string | undefined;
3988
3988
  epicVideoEmbeds?: string[] | undefined;
3989
3989
  } | {
3990
+ title: string;
3990
3991
  type: "problem";
3991
3992
  name: string;
3992
- title: string;
3993
- dirName: string;
3994
- fullPath: string;
3995
- relativePath: string;
3996
3993
  test: {
3997
3994
  type: "browser";
3998
3995
  pathname: string;
@@ -4003,16 +4000,19 @@ export declare function getPrevExerciseApp(app: ExerciseStepApp, { request, timi
4003
4000
  } | {
4004
4001
  type: "none";
4005
4002
  };
4003
+ fullPath: string;
4006
4004
  dev: {
4007
4005
  type: "browser";
4008
4006
  pathname: string;
4009
4007
  } | {
4010
4008
  type: "script";
4011
- portNumber: number;
4012
4009
  initialRoute: string;
4010
+ portNumber: number;
4013
4011
  } | {
4014
4012
  type: "none";
4015
4013
  };
4014
+ dirName: string;
4015
+ relativePath: string;
4016
4016
  stackBlitzUrl: string | null;
4017
4017
  exerciseNumber: number;
4018
4018
  stepNumber: number;
@@ -4028,12 +4028,9 @@ export declare function getAppPageRoute(app: ExerciseStepApp, { subroute, search
4028
4028
  * Given a file path, this will find the app that file path belongs to.
4029
4029
  */
4030
4030
  export declare function getAppFromFile(filePath: string): Promise<{
4031
+ title: string;
4031
4032
  type: "solution";
4032
4033
  name: string;
4033
- title: string;
4034
- dirName: string;
4035
- fullPath: string;
4036
- relativePath: string;
4037
4034
  test: {
4038
4035
  type: "browser";
4039
4036
  pathname: string;
@@ -4044,16 +4041,19 @@ export declare function getAppFromFile(filePath: string): Promise<{
4044
4041
  } | {
4045
4042
  type: "none";
4046
4043
  };
4044
+ fullPath: string;
4047
4045
  dev: {
4048
4046
  type: "browser";
4049
4047
  pathname: string;
4050
4048
  } | {
4051
4049
  type: "script";
4052
- portNumber: number;
4053
4050
  initialRoute: string;
4051
+ portNumber: number;
4054
4052
  } | {
4055
4053
  type: "none";
4056
4054
  };
4055
+ dirName: string;
4056
+ relativePath: string;
4057
4057
  stackBlitzUrl: string | null;
4058
4058
  exerciseNumber: number;
4059
4059
  stepNumber: number;
@@ -4061,12 +4061,9 @@ export declare function getAppFromFile(filePath: string): Promise<{
4061
4061
  instructionsCode?: string | undefined;
4062
4062
  epicVideoEmbeds?: string[] | undefined;
4063
4063
  } | {
4064
+ title: string;
4064
4065
  type: "problem";
4065
4066
  name: string;
4066
- title: string;
4067
- dirName: string;
4068
- fullPath: string;
4069
- relativePath: string;
4070
4067
  test: {
4071
4068
  type: "browser";
4072
4069
  pathname: string;
@@ -4077,16 +4074,19 @@ export declare function getAppFromFile(filePath: string): Promise<{
4077
4074
  } | {
4078
4075
  type: "none";
4079
4076
  };
4077
+ fullPath: string;
4080
4078
  dev: {
4081
4079
  type: "browser";
4082
4080
  pathname: string;
4083
4081
  } | {
4084
4082
  type: "script";
4085
- portNumber: number;
4086
4083
  initialRoute: string;
4084
+ portNumber: number;
4087
4085
  } | {
4088
4086
  type: "none";
4089
4087
  };
4088
+ dirName: string;
4089
+ relativePath: string;
4090
4090
  stackBlitzUrl: string | null;
4091
4091
  exerciseNumber: number;
4092
4092
  stepNumber: number;
@@ -4094,12 +4094,9 @@ export declare function getAppFromFile(filePath: string): Promise<{
4094
4094
  instructionsCode?: string | undefined;
4095
4095
  epicVideoEmbeds?: string[] | undefined;
4096
4096
  } | {
4097
+ title: string;
4097
4098
  type: "example";
4098
4099
  name: string;
4099
- title: string;
4100
- dirName: string;
4101
- fullPath: string;
4102
- relativePath: string;
4103
4100
  test: {
4104
4101
  type: "browser";
4105
4102
  pathname: string;
@@ -4110,26 +4107,26 @@ export declare function getAppFromFile(filePath: string): Promise<{
4110
4107
  } | {
4111
4108
  type: "none";
4112
4109
  };
4110
+ fullPath: string;
4113
4111
  dev: {
4114
4112
  type: "browser";
4115
4113
  pathname: string;
4116
4114
  } | {
4117
4115
  type: "script";
4118
- portNumber: number;
4119
4116
  initialRoute: string;
4117
+ portNumber: number;
4120
4118
  } | {
4121
4119
  type: "none";
4122
4120
  };
4121
+ dirName: string;
4122
+ relativePath: string;
4123
4123
  stackBlitzUrl: string | null;
4124
4124
  instructionsCode?: string | undefined;
4125
4125
  epicVideoEmbeds?: string[] | undefined;
4126
4126
  } | {
4127
+ title: string;
4127
4128
  type: "playground";
4128
4129
  name: string;
4129
- title: string;
4130
- dirName: string;
4131
- fullPath: string;
4132
- relativePath: string;
4133
4130
  test: {
4134
4131
  type: "browser";
4135
4132
  pathname: string;
@@ -4140,16 +4137,19 @@ export declare function getAppFromFile(filePath: string): Promise<{
4140
4137
  } | {
4141
4138
  type: "none";
4142
4139
  };
4140
+ fullPath: string;
4143
4141
  dev: {
4144
4142
  type: "browser";
4145
4143
  pathname: string;
4146
4144
  } | {
4147
4145
  type: "script";
4148
- portNumber: number;
4149
4146
  initialRoute: string;
4147
+ portNumber: number;
4150
4148
  } | {
4151
4149
  type: "none";
4152
4150
  };
4151
+ dirName: string;
4152
+ relativePath: string;
4153
4153
  stackBlitzUrl: string | null;
4154
4154
  appName: string;
4155
4155
  isUpToDate: boolean;