@quesmed/types 2.4.34 → 2.4.35
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.
- package/dist/cjs/models/Difficulty.d.ts +2 -1
- package/dist/cjs/models/Difficulty.js +1 -0
- package/dist/cjs/models/MockTest.d.ts +1 -0
- package/dist/cjs/resolvers/mutation/restricted/marksheet.js +60 -120
- package/dist/cjs/resolvers/query/restricted/marksheet.js +55 -134
- package/dist/cjs/resolvers/query/restricted/todos.js +5 -0
- package/dist/cjs/utils/lightgallery.js +1 -1
- package/dist/mjs/models/Difficulty.d.ts +2 -1
- package/dist/mjs/models/Difficulty.js +1 -0
- package/dist/mjs/models/MockTest.d.ts +1 -0
- package/dist/mjs/resolvers/mutation/restricted/marksheet.js +60 -120
- package/dist/mjs/resolvers/query/restricted/marksheet.js +55 -134
- package/dist/mjs/resolvers/query/restricted/todos.js +5 -0
- package/dist/mjs/utils/lightgallery.js +1 -1
- package/package.json +1 -1
|
@@ -122,6 +122,11 @@ export const BUILD_QUESTION_MARKSHEET = gql `
|
|
|
122
122
|
concept {
|
|
123
123
|
id
|
|
124
124
|
name
|
|
125
|
+
topic {
|
|
126
|
+
id
|
|
127
|
+
name
|
|
128
|
+
typeId
|
|
129
|
+
}
|
|
125
130
|
chapter {
|
|
126
131
|
id
|
|
127
132
|
explanation
|
|
@@ -136,11 +141,6 @@ export const BUILD_QUESTION_MARKSHEET = gql `
|
|
|
136
141
|
path256
|
|
137
142
|
index
|
|
138
143
|
topicId
|
|
139
|
-
topic {
|
|
140
|
-
id
|
|
141
|
-
name
|
|
142
|
-
typeId
|
|
143
|
-
}
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
146
|
videos {
|
|
@@ -170,11 +170,6 @@ export const BUILD_QUESTION_MARKSHEET = gql `
|
|
|
170
170
|
path512
|
|
171
171
|
path256
|
|
172
172
|
topicId
|
|
173
|
-
topic {
|
|
174
|
-
id
|
|
175
|
-
name
|
|
176
|
-
typeId
|
|
177
|
-
}
|
|
178
173
|
}
|
|
179
174
|
difficulty
|
|
180
175
|
psaSectionId
|
|
@@ -251,6 +246,11 @@ export const BUILD_QUESTION_MARKSHEET = gql `
|
|
|
251
246
|
concept {
|
|
252
247
|
id
|
|
253
248
|
name
|
|
249
|
+
topic {
|
|
250
|
+
id
|
|
251
|
+
name
|
|
252
|
+
typeId
|
|
253
|
+
}
|
|
254
254
|
chapter {
|
|
255
255
|
id
|
|
256
256
|
explanation
|
|
@@ -265,11 +265,6 @@ export const BUILD_QUESTION_MARKSHEET = gql `
|
|
|
265
265
|
path256
|
|
266
266
|
index
|
|
267
267
|
topicId
|
|
268
|
-
topic {
|
|
269
|
-
id
|
|
270
|
-
name
|
|
271
|
-
typeId
|
|
272
|
-
}
|
|
273
268
|
}
|
|
274
269
|
}
|
|
275
270
|
videos {
|
|
@@ -299,11 +294,6 @@ export const BUILD_QUESTION_MARKSHEET = gql `
|
|
|
299
294
|
path512
|
|
300
295
|
path256
|
|
301
296
|
topicId
|
|
302
|
-
topic {
|
|
303
|
-
id
|
|
304
|
-
name
|
|
305
|
-
typeId
|
|
306
|
-
}
|
|
307
297
|
}
|
|
308
298
|
difficulty
|
|
309
299
|
psaSectionId
|
|
@@ -383,6 +373,11 @@ export const BUILD_QUESTION_MARKSHEET = gql `
|
|
|
383
373
|
concept {
|
|
384
374
|
id
|
|
385
375
|
name
|
|
376
|
+
topic {
|
|
377
|
+
id
|
|
378
|
+
name
|
|
379
|
+
typeId
|
|
380
|
+
}
|
|
386
381
|
chapter {
|
|
387
382
|
id
|
|
388
383
|
explanation
|
|
@@ -397,11 +392,6 @@ export const BUILD_QUESTION_MARKSHEET = gql `
|
|
|
397
392
|
path256
|
|
398
393
|
index
|
|
399
394
|
topicId
|
|
400
|
-
topic {
|
|
401
|
-
id
|
|
402
|
-
name
|
|
403
|
-
typeId
|
|
404
|
-
}
|
|
405
395
|
}
|
|
406
396
|
}
|
|
407
397
|
videos {
|
|
@@ -431,11 +421,6 @@ export const BUILD_QUESTION_MARKSHEET = gql `
|
|
|
431
421
|
path512
|
|
432
422
|
path256
|
|
433
423
|
topicId
|
|
434
|
-
topic {
|
|
435
|
-
id
|
|
436
|
-
name
|
|
437
|
-
typeId
|
|
438
|
-
}
|
|
439
424
|
}
|
|
440
425
|
difficulty
|
|
441
426
|
psaSectionId
|
|
@@ -512,6 +497,11 @@ export const BUILD_QUESTION_MARKSHEET = gql `
|
|
|
512
497
|
concept {
|
|
513
498
|
id
|
|
514
499
|
name
|
|
500
|
+
topic {
|
|
501
|
+
id
|
|
502
|
+
name
|
|
503
|
+
typeId
|
|
504
|
+
}
|
|
515
505
|
chapter {
|
|
516
506
|
id
|
|
517
507
|
explanation
|
|
@@ -526,11 +516,6 @@ export const BUILD_QUESTION_MARKSHEET = gql `
|
|
|
526
516
|
path256
|
|
527
517
|
index
|
|
528
518
|
topicId
|
|
529
|
-
topic {
|
|
530
|
-
id
|
|
531
|
-
name
|
|
532
|
-
typeId
|
|
533
|
-
}
|
|
534
519
|
}
|
|
535
520
|
}
|
|
536
521
|
videos {
|
|
@@ -560,11 +545,6 @@ export const BUILD_QUESTION_MARKSHEET = gql `
|
|
|
560
545
|
path512
|
|
561
546
|
path256
|
|
562
547
|
topicId
|
|
563
|
-
topic {
|
|
564
|
-
id
|
|
565
|
-
name
|
|
566
|
-
typeId
|
|
567
|
-
}
|
|
568
548
|
}
|
|
569
549
|
difficulty
|
|
570
550
|
psaSectionId
|
|
@@ -736,6 +716,11 @@ export const BUILD_MARKSHEET = gql `
|
|
|
736
716
|
concept {
|
|
737
717
|
id
|
|
738
718
|
name
|
|
719
|
+
topic {
|
|
720
|
+
id
|
|
721
|
+
name
|
|
722
|
+
typeId
|
|
723
|
+
}
|
|
739
724
|
chapter {
|
|
740
725
|
id
|
|
741
726
|
explanation
|
|
@@ -750,11 +735,6 @@ export const BUILD_MARKSHEET = gql `
|
|
|
750
735
|
path256
|
|
751
736
|
index
|
|
752
737
|
topicId
|
|
753
|
-
topic {
|
|
754
|
-
id
|
|
755
|
-
name
|
|
756
|
-
typeId
|
|
757
|
-
}
|
|
758
738
|
}
|
|
759
739
|
}
|
|
760
740
|
videos {
|
|
@@ -784,11 +764,6 @@ export const BUILD_MARKSHEET = gql `
|
|
|
784
764
|
path512
|
|
785
765
|
path256
|
|
786
766
|
topicId
|
|
787
|
-
topic {
|
|
788
|
-
id
|
|
789
|
-
name
|
|
790
|
-
typeId
|
|
791
|
-
}
|
|
792
767
|
}
|
|
793
768
|
difficulty
|
|
794
769
|
psaSectionId
|
|
@@ -865,6 +840,11 @@ export const BUILD_MARKSHEET = gql `
|
|
|
865
840
|
concept {
|
|
866
841
|
id
|
|
867
842
|
name
|
|
843
|
+
topic {
|
|
844
|
+
id
|
|
845
|
+
name
|
|
846
|
+
typeId
|
|
847
|
+
}
|
|
868
848
|
chapter {
|
|
869
849
|
id
|
|
870
850
|
explanation
|
|
@@ -879,11 +859,6 @@ export const BUILD_MARKSHEET = gql `
|
|
|
879
859
|
path256
|
|
880
860
|
index
|
|
881
861
|
topicId
|
|
882
|
-
topic {
|
|
883
|
-
id
|
|
884
|
-
name
|
|
885
|
-
typeId
|
|
886
|
-
}
|
|
887
862
|
}
|
|
888
863
|
}
|
|
889
864
|
videos {
|
|
@@ -913,11 +888,6 @@ export const BUILD_MARKSHEET = gql `
|
|
|
913
888
|
path512
|
|
914
889
|
path256
|
|
915
890
|
topicId
|
|
916
|
-
topic {
|
|
917
|
-
id
|
|
918
|
-
name
|
|
919
|
-
typeId
|
|
920
|
-
}
|
|
921
891
|
}
|
|
922
892
|
difficulty
|
|
923
893
|
psaSectionId
|
|
@@ -997,6 +967,11 @@ export const BUILD_MARKSHEET = gql `
|
|
|
997
967
|
concept {
|
|
998
968
|
id
|
|
999
969
|
name
|
|
970
|
+
topic {
|
|
971
|
+
id
|
|
972
|
+
name
|
|
973
|
+
typeId
|
|
974
|
+
}
|
|
1000
975
|
chapter {
|
|
1001
976
|
id
|
|
1002
977
|
explanation
|
|
@@ -1011,11 +986,6 @@ export const BUILD_MARKSHEET = gql `
|
|
|
1011
986
|
path256
|
|
1012
987
|
index
|
|
1013
988
|
topicId
|
|
1014
|
-
topic {
|
|
1015
|
-
id
|
|
1016
|
-
name
|
|
1017
|
-
typeId
|
|
1018
|
-
}
|
|
1019
989
|
}
|
|
1020
990
|
}
|
|
1021
991
|
videos {
|
|
@@ -1045,11 +1015,6 @@ export const BUILD_MARKSHEET = gql `
|
|
|
1045
1015
|
path512
|
|
1046
1016
|
path256
|
|
1047
1017
|
topicId
|
|
1048
|
-
topic {
|
|
1049
|
-
id
|
|
1050
|
-
name
|
|
1051
|
-
typeId
|
|
1052
|
-
}
|
|
1053
1018
|
}
|
|
1054
1019
|
difficulty
|
|
1055
1020
|
psaSectionId
|
|
@@ -1126,6 +1091,11 @@ export const BUILD_MARKSHEET = gql `
|
|
|
1126
1091
|
concept {
|
|
1127
1092
|
id
|
|
1128
1093
|
name
|
|
1094
|
+
topic {
|
|
1095
|
+
id
|
|
1096
|
+
name
|
|
1097
|
+
typeId
|
|
1098
|
+
}
|
|
1129
1099
|
chapter {
|
|
1130
1100
|
id
|
|
1131
1101
|
explanation
|
|
@@ -1140,11 +1110,6 @@ export const BUILD_MARKSHEET = gql `
|
|
|
1140
1110
|
path256
|
|
1141
1111
|
index
|
|
1142
1112
|
topicId
|
|
1143
|
-
topic {
|
|
1144
|
-
id
|
|
1145
|
-
name
|
|
1146
|
-
typeId
|
|
1147
|
-
}
|
|
1148
1113
|
}
|
|
1149
1114
|
}
|
|
1150
1115
|
videos {
|
|
@@ -1174,11 +1139,6 @@ export const BUILD_MARKSHEET = gql `
|
|
|
1174
1139
|
path512
|
|
1175
1140
|
path256
|
|
1176
1141
|
topicId
|
|
1177
|
-
topic {
|
|
1178
|
-
id
|
|
1179
|
-
name
|
|
1180
|
-
typeId
|
|
1181
|
-
}
|
|
1182
1142
|
}
|
|
1183
1143
|
difficulty
|
|
1184
1144
|
psaSectionId
|
|
@@ -1355,6 +1315,11 @@ export const RE_BUILD_MARKSHEET = gql `
|
|
|
1355
1315
|
concept {
|
|
1356
1316
|
id
|
|
1357
1317
|
name
|
|
1318
|
+
topic {
|
|
1319
|
+
id
|
|
1320
|
+
name
|
|
1321
|
+
typeId
|
|
1322
|
+
}
|
|
1358
1323
|
chapter {
|
|
1359
1324
|
id
|
|
1360
1325
|
explanation
|
|
@@ -1369,11 +1334,6 @@ export const RE_BUILD_MARKSHEET = gql `
|
|
|
1369
1334
|
path256
|
|
1370
1335
|
index
|
|
1371
1336
|
topicId
|
|
1372
|
-
topic {
|
|
1373
|
-
id
|
|
1374
|
-
name
|
|
1375
|
-
typeId
|
|
1376
|
-
}
|
|
1377
1337
|
}
|
|
1378
1338
|
}
|
|
1379
1339
|
videos {
|
|
@@ -1403,11 +1363,6 @@ export const RE_BUILD_MARKSHEET = gql `
|
|
|
1403
1363
|
path512
|
|
1404
1364
|
path256
|
|
1405
1365
|
topicId
|
|
1406
|
-
topic {
|
|
1407
|
-
id
|
|
1408
|
-
name
|
|
1409
|
-
typeId
|
|
1410
|
-
}
|
|
1411
1366
|
}
|
|
1412
1367
|
difficulty
|
|
1413
1368
|
psaSectionId
|
|
@@ -1484,6 +1439,11 @@ export const RE_BUILD_MARKSHEET = gql `
|
|
|
1484
1439
|
concept {
|
|
1485
1440
|
id
|
|
1486
1441
|
name
|
|
1442
|
+
topic {
|
|
1443
|
+
id
|
|
1444
|
+
name
|
|
1445
|
+
typeId
|
|
1446
|
+
}
|
|
1487
1447
|
chapter {
|
|
1488
1448
|
id
|
|
1489
1449
|
explanation
|
|
@@ -1498,11 +1458,6 @@ export const RE_BUILD_MARKSHEET = gql `
|
|
|
1498
1458
|
path256
|
|
1499
1459
|
index
|
|
1500
1460
|
topicId
|
|
1501
|
-
topic {
|
|
1502
|
-
id
|
|
1503
|
-
name
|
|
1504
|
-
typeId
|
|
1505
|
-
}
|
|
1506
1461
|
}
|
|
1507
1462
|
}
|
|
1508
1463
|
videos {
|
|
@@ -1532,11 +1487,6 @@ export const RE_BUILD_MARKSHEET = gql `
|
|
|
1532
1487
|
path512
|
|
1533
1488
|
path256
|
|
1534
1489
|
topicId
|
|
1535
|
-
topic {
|
|
1536
|
-
id
|
|
1537
|
-
name
|
|
1538
|
-
typeId
|
|
1539
|
-
}
|
|
1540
1490
|
}
|
|
1541
1491
|
difficulty
|
|
1542
1492
|
psaSectionId
|
|
@@ -1616,6 +1566,11 @@ export const RE_BUILD_MARKSHEET = gql `
|
|
|
1616
1566
|
concept {
|
|
1617
1567
|
id
|
|
1618
1568
|
name
|
|
1569
|
+
topic {
|
|
1570
|
+
id
|
|
1571
|
+
name
|
|
1572
|
+
typeId
|
|
1573
|
+
}
|
|
1619
1574
|
chapter {
|
|
1620
1575
|
id
|
|
1621
1576
|
explanation
|
|
@@ -1630,11 +1585,6 @@ export const RE_BUILD_MARKSHEET = gql `
|
|
|
1630
1585
|
path256
|
|
1631
1586
|
index
|
|
1632
1587
|
topicId
|
|
1633
|
-
topic {
|
|
1634
|
-
id
|
|
1635
|
-
name
|
|
1636
|
-
typeId
|
|
1637
|
-
}
|
|
1638
1588
|
}
|
|
1639
1589
|
}
|
|
1640
1590
|
videos {
|
|
@@ -1664,11 +1614,6 @@ export const RE_BUILD_MARKSHEET = gql `
|
|
|
1664
1614
|
path512
|
|
1665
1615
|
path256
|
|
1666
1616
|
topicId
|
|
1667
|
-
topic {
|
|
1668
|
-
id
|
|
1669
|
-
name
|
|
1670
|
-
typeId
|
|
1671
|
-
}
|
|
1672
1617
|
}
|
|
1673
1618
|
difficulty
|
|
1674
1619
|
psaSectionId
|
|
@@ -1745,6 +1690,11 @@ export const RE_BUILD_MARKSHEET = gql `
|
|
|
1745
1690
|
concept {
|
|
1746
1691
|
id
|
|
1747
1692
|
name
|
|
1693
|
+
topic {
|
|
1694
|
+
id
|
|
1695
|
+
name
|
|
1696
|
+
typeId
|
|
1697
|
+
}
|
|
1748
1698
|
chapter {
|
|
1749
1699
|
id
|
|
1750
1700
|
explanation
|
|
@@ -1759,11 +1709,6 @@ export const RE_BUILD_MARKSHEET = gql `
|
|
|
1759
1709
|
path256
|
|
1760
1710
|
index
|
|
1761
1711
|
topicId
|
|
1762
|
-
topic {
|
|
1763
|
-
id
|
|
1764
|
-
name
|
|
1765
|
-
typeId
|
|
1766
|
-
}
|
|
1767
1712
|
}
|
|
1768
1713
|
}
|
|
1769
1714
|
videos {
|
|
@@ -1793,11 +1738,6 @@ export const RE_BUILD_MARKSHEET = gql `
|
|
|
1793
1738
|
path512
|
|
1794
1739
|
path256
|
|
1795
1740
|
topicId
|
|
1796
|
-
topic {
|
|
1797
|
-
id
|
|
1798
|
-
name
|
|
1799
|
-
typeId
|
|
1800
|
-
}
|
|
1801
1741
|
}
|
|
1802
1742
|
difficulty
|
|
1803
1743
|
psaSectionId
|