questionlayoutrefactoring 0.0.90 → 0.0.91

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/dist/components/Molecules/PerformanceScreen/PreformanceResultScreen.d.ts +2 -0
  2. package/dist/components/Molecules/PerformanceScreen/PreformanceResultScreen.js +68 -24
  3. package/dist/components/Molecules/PerformanceScreen/PreformanceResultScreen.js.map +1 -1
  4. package/dist/components/Molecules/PerformanceScreen/PreformanceResultScreen.stories.d.ts +12 -0
  5. package/dist/components/Molecules/PerformanceScreen/PreformanceResultScreen.stories.js +10 -1
  6. package/dist/components/Molecules/PerformanceScreen/PreformanceResultScreen.stories.js.map +1 -1
  7. package/dist/components/Molecules/RecapNode/ContentView.d.ts +2 -0
  8. package/dist/components/Molecules/RecapNode/ContentView.js +43 -0
  9. package/dist/components/Molecules/RecapNode/ContentView.js.map +1 -0
  10. package/dist/components/Molecules/RecapNode/SectionView.d.ts +7 -0
  11. package/dist/components/Molecules/RecapNode/SectionView.js +151 -0
  12. package/dist/components/Molecules/RecapNode/SectionView.js.map +1 -0
  13. package/dist/components/Molecules/RecapNode/VideoView.d.ts +8 -0
  14. package/dist/components/Molecules/RecapNode/VideoView.js +54 -0
  15. package/dist/components/Molecules/RecapNode/VideoView.js.map +1 -0
  16. package/dist/components/Molecules/comprehension/SubQuestionLayout.js +2 -2
  17. package/dist/components/Molecules/comprehension/SubQuestionLayout.js.map +1 -1
  18. package/dist/components/Molecules/optionLayouts/Scq.js +1 -1
  19. package/dist/components/Molecules/optionLayouts/Scq.js.map +1 -1
  20. package/dist/components/Organisms/FlashCardNode/FlashCardNode.d.ts +3 -0
  21. package/dist/components/Organisms/FlashCardNode/FlashCardNode.js +102 -0
  22. package/dist/components/Organisms/FlashCardNode/FlashCardNode.js.map +1 -0
  23. package/dist/components/Organisms/FlashCardNode/FlashcardContainer.d.ts +29 -0
  24. package/dist/components/Organisms/FlashCardNode/FlashcardContainer.js +57 -0
  25. package/dist/components/Organisms/FlashCardNode/FlashcardContainer.js.map +1 -0
  26. package/dist/components/Organisms/FlashCardNode/FlashcardNode.stories.d.ts +15 -0
  27. package/dist/components/Organisms/FlashCardNode/FlashcardNode.stories.js +301 -0
  28. package/dist/components/Organisms/FlashCardNode/FlashcardNode.stories.js.map +1 -0
  29. package/dist/components/Organisms/FlashCardNode/IconBar.d.ts +7 -0
  30. package/dist/components/Organisms/FlashCardNode/IconBar.js +22 -0
  31. package/dist/components/Organisms/FlashCardNode/IconBar.js.map +1 -0
  32. package/dist/components/Organisms/FlashCardNode/MobileAccordionView.d.ts +11 -0
  33. package/dist/components/Organisms/FlashCardNode/MobileAccordionView.js +34 -0
  34. package/dist/components/Organisms/FlashCardNode/MobileAccordionView.js.map +1 -0
  35. package/dist/components/Organisms/FlashCardNode/NodeHandles.d.ts +3 -0
  36. package/dist/components/Organisms/FlashCardNode/NodeHandles.js +22 -0
  37. package/dist/components/Organisms/FlashCardNode/NodeHandles.js.map +1 -0
  38. package/dist/components/Organisms/RecapGraph/Example.stories.d.ts +3 -0
  39. package/dist/components/Organisms/RecapGraph/Example.stories.js +50 -0
  40. package/dist/components/Organisms/RecapGraph/Example.stories.js.map +1 -0
  41. package/dist/components/Organisms/RecapGraph/Reactgraphflow.d.ts +11 -0
  42. package/dist/components/Organisms/RecapGraph/Reactgraphflow.js +124 -0
  43. package/dist/components/Organisms/RecapGraph/Reactgraphflow.js.map +1 -0
  44. package/dist/components/Organisms/RecapGraph/RecapGraph.d.ts +11 -0
  45. package/dist/components/Organisms/RecapGraph/RecapGraph.js +17 -0
  46. package/dist/components/Organisms/RecapGraph/RecapGraph.js.map +1 -0
  47. package/dist/components/Organisms/RecapGraph/RecapGraphFlow.d.ts +10 -0
  48. package/dist/components/Organisms/RecapGraph/RecapGraphFlow.js +104 -0
  49. package/dist/components/Organisms/RecapGraph/RecapGraphFlow.js.map +1 -0
  50. package/dist/components/Organisms/RecapGraph/useRecapGraphLogic.d.ts +29 -0
  51. package/dist/components/Organisms/RecapGraph/useRecapGraphLogic.js +365 -0
  52. package/dist/components/Organisms/RecapGraph/useRecapGraphLogic.js.map +1 -0
  53. package/dist/components/Organisms/StudentEditor/components/EditorComponent.d.ts +4 -0
  54. package/dist/components/Organisms/StudentEditor/components/EditorComponent.js +148 -0
  55. package/dist/components/Organisms/StudentEditor/components/EditorComponent.js.map +1 -0
  56. package/dist/utils/RecapData.d.ts +694 -0
  57. package/dist/utils/RecapData.js +2258 -0
  58. package/dist/utils/RecapData.js.map +1 -0
  59. package/dist/utils/contentUtils.d.ts +40 -0
  60. package/dist/utils/contentUtils.js +66 -0
  61. package/dist/utils/contentUtils.js.map +1 -0
  62. package/package.json +1 -1
  63. package/dist/components/Molecules/optionLayouts/Scqnew.d.ts +0 -2
  64. package/dist/components/Molecules/optionLayouts/Scqnew.js +0 -491
  65. package/dist/components/Molecules/optionLayouts/Scqnew.js.map +0 -1
  66. package/dist/components/Molecules/questionLayouts/AnswerLayoutnew.d.ts +0 -1
  67. package/dist/components/Molecules/questionLayouts/AnswerLayoutnew.js +0 -61
  68. package/dist/components/Molecules/questionLayouts/AnswerLayoutnew.js.map +0 -1
  69. package/dist/components/Molecules/questionLayouts/QuestionLayoutnew.d.ts +0 -2
  70. package/dist/components/Molecules/questionLayouts/QuestionLayoutnew.js +0 -285
  71. package/dist/components/Molecules/questionLayouts/QuestionLayoutnew.js.map +0 -1
  72. package/dist/utils/revision-utils.d.ts +0 -13
  73. package/dist/utils/revision-utils.js +0 -90
  74. package/dist/utils/revision-utils.js.map +0 -1
@@ -0,0 +1,694 @@
1
+ export namespace jsonData {
2
+ const _id: string;
3
+ const category_type: number;
4
+ const description: string;
5
+ const name: string;
6
+ const order: number;
7
+ namespace parent_knowledge_cell {
8
+ const id: string;
9
+ }
10
+ const children: {
11
+ _id: string;
12
+ category_type: number;
13
+ description: string;
14
+ name: string;
15
+ order: number;
16
+ parent_knowledge_cell: {
17
+ id: string;
18
+ };
19
+ children: {
20
+ _id: string;
21
+ category_type: number;
22
+ description: string;
23
+ name: string;
24
+ order: number;
25
+ parent_knowledge_cell: {
26
+ id: string;
27
+ };
28
+ children: never[];
29
+ }[];
30
+ }[];
31
+ }
32
+ export const contentArrays: ({
33
+ _id: string;
34
+ content: string;
35
+ type: string;
36
+ description: string;
37
+ contentType: string;
38
+ title: string;
39
+ freezeRefCount: number;
40
+ curriculum: number[];
41
+ grade: number[];
42
+ subject: number[];
43
+ topic: string[];
44
+ subTopic: never[];
45
+ knowledgeCell: string[];
46
+ transcript: string;
47
+ glossary: never[];
48
+ recap: {
49
+ definition: {
50
+ title: string;
51
+ description: string;
52
+ }[];
53
+ video: {
54
+ title: string;
55
+ description: string;
56
+ }[];
57
+ theorem: {
58
+ title: string;
59
+ description: string;
60
+ }[];
61
+ formula: {
62
+ title: string;
63
+ description: string;
64
+ }[];
65
+ definitions: {
66
+ title: string;
67
+ description: string;
68
+ }[];
69
+ keyPoints: {
70
+ title: string;
71
+ description: string;
72
+ }[];
73
+ theorems: {
74
+ title: string;
75
+ description: string;
76
+ }[];
77
+ properties: {
78
+ title: string;
79
+ description: string;
80
+ }[];
81
+ processes: {
82
+ title: string;
83
+ description: string;
84
+ }[];
85
+ keyConcept: {
86
+ title: string;
87
+ description: string;
88
+ }[];
89
+ timeline: {
90
+ title: string;
91
+ description: string;
92
+ }[];
93
+ _id?: undefined;
94
+ content?: undefined;
95
+ type?: undefined;
96
+ description?: undefined;
97
+ contentType?: undefined;
98
+ title?: undefined;
99
+ freezeRefCount?: undefined;
100
+ curriculum?: undefined;
101
+ grade?: undefined;
102
+ subject?: undefined;
103
+ topic?: undefined;
104
+ subTopic?: undefined;
105
+ knowledgeCell?: undefined;
106
+ transcript?: undefined;
107
+ glossary?: undefined;
108
+ recap?: undefined;
109
+ videoThumbnail?: undefined;
110
+ createdAt?: undefined;
111
+ updatedAt?: undefined;
112
+ __v?: undefined;
113
+ theme?: undefined;
114
+ equations?: undefined;
115
+ summary?: undefined;
116
+ laws?: undefined;
117
+ applications?: undefined;
118
+ keyConcepts?: undefined;
119
+ reactions?: undefined;
120
+ formulae?: undefined;
121
+ centralIdea?: undefined;
122
+ poeticDevices?: undefined;
123
+ language?: undefined;
124
+ vocabulary?: undefined;
125
+ };
126
+ videoThumbnail: string;
127
+ createdAt: string;
128
+ updatedAt: string;
129
+ __v: number;
130
+ } | {
131
+ _id: string;
132
+ content: string;
133
+ type: string;
134
+ description: string;
135
+ contentType: string;
136
+ title: string;
137
+ freezeRefCount: number;
138
+ curriculum: number[];
139
+ grade: number[];
140
+ subject: number[];
141
+ topic: string[];
142
+ subTopic: never[];
143
+ knowledgeCell: string[];
144
+ transcript: string;
145
+ glossary: never[];
146
+ recap: {
147
+ _id: string;
148
+ content: string;
149
+ type: string;
150
+ description: string;
151
+ contentType: string;
152
+ title: string;
153
+ freezeRefCount: number;
154
+ curriculum: string[];
155
+ grade: string[];
156
+ subject: string[];
157
+ topic: string[];
158
+ subTopic: never[];
159
+ knowledgeCell: string[];
160
+ transcript: string;
161
+ glossary: never[];
162
+ recap: {
163
+ summary: {
164
+ title: string;
165
+ description: string;
166
+ }[];
167
+ definitions: {
168
+ title: string;
169
+ description: string;
170
+ }[];
171
+ laws: {
172
+ title: string;
173
+ description: string;
174
+ }[];
175
+ applications: {
176
+ title: string;
177
+ description: string;
178
+ }[];
179
+ properties: {
180
+ title: string;
181
+ description: string;
182
+ }[];
183
+ keyConcepts: {
184
+ title: string;
185
+ description: string;
186
+ }[];
187
+ theorems: {
188
+ title: string;
189
+ description: string;
190
+ }[];
191
+ equations: {
192
+ title: string;
193
+ description: string;
194
+ }[];
195
+ reactions: {
196
+ title: string;
197
+ description: string;
198
+ }[];
199
+ processes: {
200
+ title: string;
201
+ description: string;
202
+ }[];
203
+ formulae: {
204
+ title: string;
205
+ description: string;
206
+ }[];
207
+ theme: {
208
+ title: string;
209
+ description: string;
210
+ }[];
211
+ centralIdea: {
212
+ title: string;
213
+ description: string;
214
+ }[];
215
+ poeticDevices: {
216
+ title: string;
217
+ description: string;
218
+ }[];
219
+ language: {
220
+ title: string;
221
+ description: string;
222
+ }[];
223
+ vocabulary: {
224
+ title: string;
225
+ description: string;
226
+ }[];
227
+ };
228
+ videoThumbnail: string;
229
+ createdAt: string;
230
+ updatedAt: string;
231
+ __v: number;
232
+ definition?: undefined;
233
+ video?: undefined;
234
+ theorem?: undefined;
235
+ formula?: undefined;
236
+ definitions?: undefined;
237
+ keyPoints?: undefined;
238
+ theorems?: undefined;
239
+ properties?: undefined;
240
+ processes?: undefined;
241
+ keyConcept?: undefined;
242
+ timeline?: undefined;
243
+ theme?: undefined;
244
+ equations?: undefined;
245
+ summary?: undefined;
246
+ laws?: undefined;
247
+ applications?: undefined;
248
+ keyConcepts?: undefined;
249
+ reactions?: undefined;
250
+ formulae?: undefined;
251
+ centralIdea?: undefined;
252
+ poeticDevices?: undefined;
253
+ language?: undefined;
254
+ vocabulary?: undefined;
255
+ };
256
+ videoThumbnail: string;
257
+ createdAt: string;
258
+ updatedAt: string;
259
+ __v: number;
260
+ } | {
261
+ _id: string;
262
+ type: string;
263
+ contentType: string;
264
+ title: string;
265
+ freezeRefCount: number;
266
+ curriculum: number[];
267
+ grade: string[];
268
+ subject: number[];
269
+ topic: string[];
270
+ subTopic: never[];
271
+ knowledgeCell: string[];
272
+ glossary: never[];
273
+ recap: {
274
+ theme: {
275
+ title: string;
276
+ description: string;
277
+ }[];
278
+ definition?: undefined;
279
+ video?: undefined;
280
+ theorem?: undefined;
281
+ formula?: undefined;
282
+ definitions?: undefined;
283
+ keyPoints?: undefined;
284
+ theorems?: undefined;
285
+ properties?: undefined;
286
+ processes?: undefined;
287
+ keyConcept?: undefined;
288
+ timeline?: undefined;
289
+ _id?: undefined;
290
+ content?: undefined;
291
+ type?: undefined;
292
+ description?: undefined;
293
+ contentType?: undefined;
294
+ title?: undefined;
295
+ freezeRefCount?: undefined;
296
+ curriculum?: undefined;
297
+ grade?: undefined;
298
+ subject?: undefined;
299
+ topic?: undefined;
300
+ subTopic?: undefined;
301
+ knowledgeCell?: undefined;
302
+ transcript?: undefined;
303
+ glossary?: undefined;
304
+ recap?: undefined;
305
+ videoThumbnail?: undefined;
306
+ createdAt?: undefined;
307
+ updatedAt?: undefined;
308
+ __v?: undefined;
309
+ equations?: undefined;
310
+ summary?: undefined;
311
+ laws?: undefined;
312
+ applications?: undefined;
313
+ keyConcepts?: undefined;
314
+ reactions?: undefined;
315
+ formulae?: undefined;
316
+ centralIdea?: undefined;
317
+ poeticDevices?: undefined;
318
+ language?: undefined;
319
+ vocabulary?: undefined;
320
+ };
321
+ createdAt: string;
322
+ updatedAt: string;
323
+ __v: number;
324
+ content?: undefined;
325
+ description?: undefined;
326
+ transcript?: undefined;
327
+ videoThumbnail?: undefined;
328
+ } | {
329
+ _id: string;
330
+ type: string;
331
+ contentType: string;
332
+ title: string;
333
+ freezeRefCount: number;
334
+ curriculum: number[];
335
+ grade: string[];
336
+ subject: number[];
337
+ topic: string[];
338
+ subTopic: never[];
339
+ knowledgeCell: string[];
340
+ glossary: never[];
341
+ recap: {
342
+ equations: {
343
+ title: string;
344
+ description: string;
345
+ }[];
346
+ definition?: undefined;
347
+ video?: undefined;
348
+ theorem?: undefined;
349
+ formula?: undefined;
350
+ definitions?: undefined;
351
+ keyPoints?: undefined;
352
+ theorems?: undefined;
353
+ properties?: undefined;
354
+ processes?: undefined;
355
+ keyConcept?: undefined;
356
+ timeline?: undefined;
357
+ _id?: undefined;
358
+ content?: undefined;
359
+ type?: undefined;
360
+ description?: undefined;
361
+ contentType?: undefined;
362
+ title?: undefined;
363
+ freezeRefCount?: undefined;
364
+ curriculum?: undefined;
365
+ grade?: undefined;
366
+ subject?: undefined;
367
+ topic?: undefined;
368
+ subTopic?: undefined;
369
+ knowledgeCell?: undefined;
370
+ transcript?: undefined;
371
+ glossary?: undefined;
372
+ recap?: undefined;
373
+ videoThumbnail?: undefined;
374
+ createdAt?: undefined;
375
+ updatedAt?: undefined;
376
+ __v?: undefined;
377
+ theme?: undefined;
378
+ summary?: undefined;
379
+ laws?: undefined;
380
+ applications?: undefined;
381
+ keyConcepts?: undefined;
382
+ reactions?: undefined;
383
+ formulae?: undefined;
384
+ centralIdea?: undefined;
385
+ poeticDevices?: undefined;
386
+ language?: undefined;
387
+ vocabulary?: undefined;
388
+ };
389
+ createdAt: string;
390
+ updatedAt: string;
391
+ __v: number;
392
+ content?: undefined;
393
+ description?: undefined;
394
+ transcript?: undefined;
395
+ videoThumbnail?: undefined;
396
+ } | {
397
+ _id: string;
398
+ type: string;
399
+ contentType: string;
400
+ title: string;
401
+ freezeRefCount: number;
402
+ curriculum: number[];
403
+ grade: string[];
404
+ subject: number[];
405
+ topic: string[];
406
+ subTopic: never[];
407
+ knowledgeCell: string[];
408
+ glossary: never[];
409
+ recap: {
410
+ summary: {
411
+ title: string;
412
+ description: string;
413
+ }[];
414
+ equations: {
415
+ title: string;
416
+ description: string;
417
+ }[];
418
+ definition?: undefined;
419
+ video?: undefined;
420
+ theorem?: undefined;
421
+ formula?: undefined;
422
+ definitions?: undefined;
423
+ keyPoints?: undefined;
424
+ theorems?: undefined;
425
+ properties?: undefined;
426
+ processes?: undefined;
427
+ keyConcept?: undefined;
428
+ timeline?: undefined;
429
+ _id?: undefined;
430
+ content?: undefined;
431
+ type?: undefined;
432
+ description?: undefined;
433
+ contentType?: undefined;
434
+ title?: undefined;
435
+ freezeRefCount?: undefined;
436
+ curriculum?: undefined;
437
+ grade?: undefined;
438
+ subject?: undefined;
439
+ topic?: undefined;
440
+ subTopic?: undefined;
441
+ knowledgeCell?: undefined;
442
+ transcript?: undefined;
443
+ glossary?: undefined;
444
+ recap?: undefined;
445
+ videoThumbnail?: undefined;
446
+ createdAt?: undefined;
447
+ updatedAt?: undefined;
448
+ __v?: undefined;
449
+ theme?: undefined;
450
+ laws?: undefined;
451
+ applications?: undefined;
452
+ keyConcepts?: undefined;
453
+ reactions?: undefined;
454
+ formulae?: undefined;
455
+ centralIdea?: undefined;
456
+ poeticDevices?: undefined;
457
+ language?: undefined;
458
+ vocabulary?: undefined;
459
+ };
460
+ createdAt: string;
461
+ updatedAt: string;
462
+ __v: number;
463
+ content?: undefined;
464
+ description?: undefined;
465
+ transcript?: undefined;
466
+ videoThumbnail?: undefined;
467
+ } | {
468
+ _id: string;
469
+ content: string;
470
+ type: string;
471
+ description: string;
472
+ contentType: string;
473
+ title: string;
474
+ freezeRefCount: number;
475
+ curriculum: number[];
476
+ grade: string[];
477
+ subject: number[];
478
+ topic: string[];
479
+ subTopic: never[];
480
+ knowledgeCell: string[];
481
+ transcript: string;
482
+ glossary: never[];
483
+ recap: {
484
+ summary: never[];
485
+ definitions: {
486
+ title: string;
487
+ description: string;
488
+ }[];
489
+ laws: {
490
+ title: string;
491
+ description: string;
492
+ }[];
493
+ applications: {
494
+ title: string;
495
+ description: string;
496
+ }[];
497
+ properties: {
498
+ title: string;
499
+ description: string;
500
+ }[];
501
+ keyConcepts: {
502
+ title: string;
503
+ description: string;
504
+ }[];
505
+ theorems: {
506
+ title: string;
507
+ description: string;
508
+ }[];
509
+ equations: never[];
510
+ reactions: {
511
+ title: string;
512
+ description: string;
513
+ }[];
514
+ processes: {
515
+ title: string;
516
+ description: string;
517
+ }[];
518
+ formulae: {
519
+ title: string;
520
+ description: string;
521
+ }[];
522
+ theme: {
523
+ title: string;
524
+ description: string;
525
+ }[];
526
+ centralIdea: {
527
+ title: string;
528
+ description: string;
529
+ }[];
530
+ poeticDevices: {
531
+ title: string;
532
+ description: string;
533
+ }[];
534
+ language: {
535
+ title: string;
536
+ description: string;
537
+ }[];
538
+ vocabulary: {
539
+ title: string;
540
+ description: string;
541
+ }[];
542
+ definition?: undefined;
543
+ video?: undefined;
544
+ theorem?: undefined;
545
+ formula?: undefined;
546
+ keyPoints?: undefined;
547
+ keyConcept?: undefined;
548
+ timeline?: undefined;
549
+ _id?: undefined;
550
+ content?: undefined;
551
+ type?: undefined;
552
+ description?: undefined;
553
+ contentType?: undefined;
554
+ title?: undefined;
555
+ freezeRefCount?: undefined;
556
+ curriculum?: undefined;
557
+ grade?: undefined;
558
+ subject?: undefined;
559
+ topic?: undefined;
560
+ subTopic?: undefined;
561
+ knowledgeCell?: undefined;
562
+ transcript?: undefined;
563
+ glossary?: undefined;
564
+ recap?: undefined;
565
+ videoThumbnail?: undefined;
566
+ createdAt?: undefined;
567
+ updatedAt?: undefined;
568
+ __v?: undefined;
569
+ };
570
+ videoThumbnail: string;
571
+ createdAt: string;
572
+ updatedAt: string;
573
+ __v: number;
574
+ } | {
575
+ _id: string;
576
+ content: string;
577
+ type: string;
578
+ description: string;
579
+ contentType: string;
580
+ title: string;
581
+ freezeRefCount: number;
582
+ curriculum: number[];
583
+ grade: number[];
584
+ subject: number[];
585
+ topic: string[];
586
+ subTopic: never[];
587
+ knowledgeCell: string[];
588
+ transcript: string;
589
+ glossary: never[];
590
+ recap: {
591
+ summary: {
592
+ title: string;
593
+ description: string;
594
+ }[];
595
+ equations: {
596
+ title: string;
597
+ description: string;
598
+ }[];
599
+ formulae: {
600
+ title: string;
601
+ description: string;
602
+ }[];
603
+ keyConcepts: {
604
+ title: string;
605
+ description: string;
606
+ }[];
607
+ definition?: undefined;
608
+ video?: undefined;
609
+ theorem?: undefined;
610
+ formula?: undefined;
611
+ definitions?: undefined;
612
+ keyPoints?: undefined;
613
+ theorems?: undefined;
614
+ properties?: undefined;
615
+ processes?: undefined;
616
+ keyConcept?: undefined;
617
+ timeline?: undefined;
618
+ _id?: undefined;
619
+ content?: undefined;
620
+ type?: undefined;
621
+ description?: undefined;
622
+ contentType?: undefined;
623
+ title?: undefined;
624
+ freezeRefCount?: undefined;
625
+ curriculum?: undefined;
626
+ grade?: undefined;
627
+ subject?: undefined;
628
+ topic?: undefined;
629
+ subTopic?: undefined;
630
+ knowledgeCell?: undefined;
631
+ transcript?: undefined;
632
+ glossary?: undefined;
633
+ recap?: undefined;
634
+ videoThumbnail?: undefined;
635
+ createdAt?: undefined;
636
+ updatedAt?: undefined;
637
+ __v?: undefined;
638
+ theme?: undefined;
639
+ laws?: undefined;
640
+ applications?: undefined;
641
+ reactions?: undefined;
642
+ centralIdea?: undefined;
643
+ poeticDevices?: undefined;
644
+ language?: undefined;
645
+ vocabulary?: undefined;
646
+ };
647
+ videoThumbnail: string;
648
+ createdAt: string;
649
+ updatedAt: string;
650
+ __v: number;
651
+ } | {
652
+ _id: string;
653
+ content: string;
654
+ type: string;
655
+ description: string;
656
+ contentType: string;
657
+ title: string;
658
+ freezeRefCount: number;
659
+ curriculum: number[];
660
+ grade: string[];
661
+ subject: number[];
662
+ topic: string[];
663
+ subTopic: never[];
664
+ knowledgeCell: string[];
665
+ transcript: string;
666
+ glossary: never[];
667
+ videoThumbnail: string;
668
+ createdAt: string;
669
+ updatedAt: string;
670
+ __v: number;
671
+ recap?: undefined;
672
+ } | {
673
+ _id: string;
674
+ content: string;
675
+ type: string;
676
+ description: string;
677
+ contentType: string;
678
+ title: string;
679
+ freezeRefCount: number;
680
+ curriculum: number[];
681
+ grade: string[];
682
+ subject: string[];
683
+ topic: string[];
684
+ subTopic: never[];
685
+ knowledgeCell: string[];
686
+ transcript: string;
687
+ createdAt: string;
688
+ updatedAt: string;
689
+ __v: number;
690
+ glossary?: undefined;
691
+ recap?: undefined;
692
+ videoThumbnail?: undefined;
693
+ })[];
694
+ export const contentMap: {};