@quesmed/types-rn 2.5.114 → 2.6.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.
@@ -11,6 +11,7 @@ export interface IPicture {
11
11
  path: string;
12
12
  path512: string;
13
13
  path256: string;
14
+ thumbhash: string;
14
15
  topicId: Id;
15
16
  topic: ITopic;
16
17
  index: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types-rn",
3
- "version": "2.5.114",
3
+ "version": "2.6.0",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -15,6 +15,7 @@ exports.BLOG_POST_FIELDS = (0, client_1.gql) `
15
15
  path
16
16
  path512
17
17
  path256
18
+ thumbhash
18
19
  caption
19
20
  }
20
21
  body
@@ -18,6 +18,7 @@ exports.CHAPTER_FIELDS = (0, client_1.gql) `
18
18
  path
19
19
  path512
20
20
  path256
21
+ thumbhash
21
22
  index
22
23
  topicId
23
24
  topic {
@@ -41,6 +41,7 @@ exports.MARKSHEET_MARK_FIELDS = (0, client_1.gql) `
41
41
  path
42
42
  path512
43
43
  path256
44
+ thumbhash
44
45
  }
45
46
  }
46
47
  comments {
@@ -87,6 +88,7 @@ exports.MARKSHEET_MARK_FIELDS = (0, client_1.gql) `
87
88
  path
88
89
  path512
89
90
  path256
91
+ thumbhash
90
92
  index
91
93
  topicId
92
94
  topic {
@@ -123,6 +125,7 @@ exports.MARKSHEET_MARK_FIELDS = (0, client_1.gql) `
123
125
  path
124
126
  path512
125
127
  path256
128
+ thumbhash
126
129
  topicId
127
130
  topic {
128
131
  id
@@ -12,6 +12,7 @@ exports.PICTURE_FIELDS = (0, client_1.gql) `
12
12
  path
13
13
  path512
14
14
  path256
15
+ thumbhash
15
16
  index
16
17
  topicId
17
18
  topic {
@@ -108,6 +108,7 @@ exports.COMPLETED_CARDS = (0, client_1.gql) `
108
108
  path
109
109
  path512
110
110
  path256
111
+ thumbhash
111
112
  topicId
112
113
  topic {
113
114
  id
@@ -95,6 +95,7 @@ exports.BUILD_QUESTION_MARKSHEET = (0, client_1.gql) `
95
95
  path
96
96
  path512
97
97
  path256
98
+ thumbhash
98
99
  }
99
100
  }
100
101
  comments {
@@ -147,6 +148,7 @@ exports.BUILD_QUESTION_MARKSHEET = (0, client_1.gql) `
147
148
  path
148
149
  path512
149
150
  path256
151
+ thumbhash
150
152
  index
151
153
  topicId
152
154
  }
@@ -178,6 +180,7 @@ exports.BUILD_QUESTION_MARKSHEET = (0, client_1.gql) `
178
180
  path
179
181
  path512
180
182
  path256
183
+ thumbhash
181
184
  topicId
182
185
  }
183
186
  difficulty
@@ -222,6 +225,7 @@ exports.BUILD_QUESTION_MARKSHEET = (0, client_1.gql) `
222
225
  path
223
226
  path512
224
227
  path256
228
+ thumbhash
225
229
  }
226
230
  }
227
231
  comments {
@@ -274,6 +278,7 @@ exports.BUILD_QUESTION_MARKSHEET = (0, client_1.gql) `
274
278
  path
275
279
  path512
276
280
  path256
281
+ thumbhash
277
282
  index
278
283
  topicId
279
284
  }
@@ -305,6 +310,7 @@ exports.BUILD_QUESTION_MARKSHEET = (0, client_1.gql) `
305
310
  path
306
311
  path512
307
312
  path256
313
+ thumbhash
308
314
  topicId
309
315
  }
310
316
  difficulty
@@ -352,6 +358,7 @@ exports.BUILD_QUESTION_MARKSHEET = (0, client_1.gql) `
352
358
  path
353
359
  path512
354
360
  path256
361
+ thumbhash
355
362
  }
356
363
  }
357
364
  comments {
@@ -404,6 +411,7 @@ exports.BUILD_QUESTION_MARKSHEET = (0, client_1.gql) `
404
411
  path
405
412
  path512
406
413
  path256
414
+ thumbhash
407
415
  index
408
416
  topicId
409
417
  }
@@ -435,6 +443,7 @@ exports.BUILD_QUESTION_MARKSHEET = (0, client_1.gql) `
435
443
  path
436
444
  path512
437
445
  path256
446
+ thumbhash
438
447
  topicId
439
448
  }
440
449
  difficulty
@@ -479,6 +488,7 @@ exports.BUILD_QUESTION_MARKSHEET = (0, client_1.gql) `
479
488
  path
480
489
  path512
481
490
  path256
491
+ thumbhash
482
492
  }
483
493
  }
484
494
  comments {
@@ -531,6 +541,7 @@ exports.BUILD_QUESTION_MARKSHEET = (0, client_1.gql) `
531
541
  path
532
542
  path512
533
543
  path256
544
+ thumbhash
534
545
  index
535
546
  topicId
536
547
  }
@@ -562,6 +573,7 @@ exports.BUILD_QUESTION_MARKSHEET = (0, client_1.gql) `
562
573
  path
563
574
  path512
564
575
  path256
576
+ thumbhash
565
577
  topicId
566
578
  }
567
579
  difficulty
@@ -638,6 +650,7 @@ exports.BUILD_QUESTION_MARKSHEET = (0, client_1.gql) `
638
650
  path
639
651
  path512
640
652
  path256
653
+ thumbhash
641
654
  }
642
655
  }
643
656
  comments {
@@ -690,6 +703,7 @@ exports.BUILD_QUESTION_MARKSHEET = (0, client_1.gql) `
690
703
  path
691
704
  path512
692
705
  path256
706
+ thumbhash
693
707
  index
694
708
  topicId
695
709
  }
@@ -721,6 +735,7 @@ exports.BUILD_QUESTION_MARKSHEET = (0, client_1.gql) `
721
735
  path
722
736
  path512
723
737
  path256
738
+ thumbhash
724
739
  topicId
725
740
  }
726
741
  difficulty
@@ -765,6 +780,7 @@ exports.BUILD_QUESTION_MARKSHEET = (0, client_1.gql) `
765
780
  path
766
781
  path512
767
782
  path256
783
+ thumbhash
768
784
  }
769
785
  }
770
786
  comments {
@@ -817,6 +833,7 @@ exports.BUILD_QUESTION_MARKSHEET = (0, client_1.gql) `
817
833
  path
818
834
  path512
819
835
  path256
836
+ thumbhash
820
837
  index
821
838
  topicId
822
839
  }
@@ -848,6 +865,7 @@ exports.BUILD_QUESTION_MARKSHEET = (0, client_1.gql) `
848
865
  path
849
866
  path512
850
867
  path256
868
+ thumbhash
851
869
  topicId
852
870
  }
853
871
  difficulty
@@ -892,6 +910,7 @@ exports.BUILD_QUESTION_MARKSHEET = (0, client_1.gql) `
892
910
  path
893
911
  path512
894
912
  path256
913
+ thumbhash
895
914
  }
896
915
  }
897
916
  comments {
@@ -944,6 +963,7 @@ exports.BUILD_QUESTION_MARKSHEET = (0, client_1.gql) `
944
963
  path
945
964
  path512
946
965
  path256
966
+ thumbhash
947
967
  index
948
968
  topicId
949
969
  }
@@ -975,6 +995,7 @@ exports.BUILD_QUESTION_MARKSHEET = (0, client_1.gql) `
975
995
  path
976
996
  path512
977
997
  path256
998
+ thumbhash
978
999
  topicId
979
1000
  }
980
1001
  difficulty
@@ -1092,6 +1113,7 @@ exports.BUILD_MARKSHEET = (0, client_1.gql) `
1092
1113
  path
1093
1114
  path512
1094
1115
  path256
1116
+ thumbhash
1095
1117
  }
1096
1118
  }
1097
1119
  comments {
@@ -1144,6 +1166,7 @@ exports.BUILD_MARKSHEET = (0, client_1.gql) `
1144
1166
  path
1145
1167
  path512
1146
1168
  path256
1169
+ thumbhash
1147
1170
  index
1148
1171
  topicId
1149
1172
  }
@@ -1175,6 +1198,7 @@ exports.BUILD_MARKSHEET = (0, client_1.gql) `
1175
1198
  index
1176
1199
  path512
1177
1200
  path256
1201
+ thumbhash
1178
1202
  topicId
1179
1203
  }
1180
1204
  difficulty
@@ -1219,6 +1243,7 @@ exports.BUILD_MARKSHEET = (0, client_1.gql) `
1219
1243
  path
1220
1244
  path512
1221
1245
  path256
1246
+ thumbhash
1222
1247
  }
1223
1248
  }
1224
1249
  comments {
@@ -1271,6 +1296,7 @@ exports.BUILD_MARKSHEET = (0, client_1.gql) `
1271
1296
  path
1272
1297
  path512
1273
1298
  path256
1299
+ thumbhash
1274
1300
  index
1275
1301
  topicId
1276
1302
  }
@@ -1302,6 +1328,7 @@ exports.BUILD_MARKSHEET = (0, client_1.gql) `
1302
1328
  path
1303
1329
  path512
1304
1330
  path256
1331
+ thumbhash
1305
1332
  topicId
1306
1333
  }
1307
1334
  difficulty
@@ -1349,6 +1376,7 @@ exports.BUILD_MARKSHEET = (0, client_1.gql) `
1349
1376
  path
1350
1377
  path512
1351
1378
  path256
1379
+ thumbhash
1352
1380
  }
1353
1381
  }
1354
1382
  comments {
@@ -1401,6 +1429,7 @@ exports.BUILD_MARKSHEET = (0, client_1.gql) `
1401
1429
  path
1402
1430
  path512
1403
1431
  path256
1432
+ thumbhash
1404
1433
  index
1405
1434
  topicId
1406
1435
  }
@@ -1432,6 +1461,7 @@ exports.BUILD_MARKSHEET = (0, client_1.gql) `
1432
1461
  path
1433
1462
  path512
1434
1463
  path256
1464
+ thumbhash
1435
1465
  topicId
1436
1466
  }
1437
1467
  difficulty
@@ -1476,6 +1506,7 @@ exports.BUILD_MARKSHEET = (0, client_1.gql) `
1476
1506
  path
1477
1507
  path512
1478
1508
  path256
1509
+ thumbhash
1479
1510
  }
1480
1511
  }
1481
1512
  comments {
@@ -1528,6 +1559,7 @@ exports.BUILD_MARKSHEET = (0, client_1.gql) `
1528
1559
  path
1529
1560
  path512
1530
1561
  path256
1562
+ thumbhash
1531
1563
  index
1532
1564
  topicId
1533
1565
  }
@@ -1559,6 +1591,7 @@ exports.BUILD_MARKSHEET = (0, client_1.gql) `
1559
1591
  path
1560
1592
  path512
1561
1593
  path256
1594
+ thumbhash
1562
1595
  topicId
1563
1596
  }
1564
1597
  difficulty
@@ -1635,6 +1668,7 @@ exports.BUILD_MARKSHEET = (0, client_1.gql) `
1635
1668
  path
1636
1669
  path512
1637
1670
  path256
1671
+ thumbhash
1638
1672
  }
1639
1673
  }
1640
1674
  comments {
@@ -1687,6 +1721,7 @@ exports.BUILD_MARKSHEET = (0, client_1.gql) `
1687
1721
  path
1688
1722
  path512
1689
1723
  path256
1724
+ thumbhash
1690
1725
  index
1691
1726
  topicId
1692
1727
  }
@@ -1718,6 +1753,7 @@ exports.BUILD_MARKSHEET = (0, client_1.gql) `
1718
1753
  path
1719
1754
  path512
1720
1755
  path256
1756
+ thumbhash
1721
1757
  topicId
1722
1758
  }
1723
1759
  difficulty
@@ -1762,6 +1798,7 @@ exports.BUILD_MARKSHEET = (0, client_1.gql) `
1762
1798
  path
1763
1799
  path512
1764
1800
  path256
1801
+ thumbhash
1765
1802
  }
1766
1803
  }
1767
1804
  comments {
@@ -1814,6 +1851,7 @@ exports.BUILD_MARKSHEET = (0, client_1.gql) `
1814
1851
  path
1815
1852
  path512
1816
1853
  path256
1854
+ thumbhash
1817
1855
  index
1818
1856
  topicId
1819
1857
  }
@@ -1845,6 +1883,7 @@ exports.BUILD_MARKSHEET = (0, client_1.gql) `
1845
1883
  path
1846
1884
  path512
1847
1885
  path256
1886
+ thumbhash
1848
1887
  topicId
1849
1888
  }
1850
1889
  difficulty
@@ -1889,6 +1928,7 @@ exports.BUILD_MARKSHEET = (0, client_1.gql) `
1889
1928
  path
1890
1929
  path512
1891
1930
  path256
1931
+ thumbhash
1892
1932
  }
1893
1933
  }
1894
1934
  comments {
@@ -1941,6 +1981,7 @@ exports.BUILD_MARKSHEET = (0, client_1.gql) `
1941
1981
  path
1942
1982
  path512
1943
1983
  path256
1984
+ thumbhash
1944
1985
  index
1945
1986
  topicId
1946
1987
  }
@@ -1972,6 +2013,7 @@ exports.BUILD_MARKSHEET = (0, client_1.gql) `
1972
2013
  path
1973
2014
  path512
1974
2015
  path256
2016
+ thumbhash
1975
2017
  topicId
1976
2018
  }
1977
2019
  difficulty
@@ -2094,6 +2136,7 @@ exports.RE_BUILD_MARKSHEET = (0, client_1.gql) `
2094
2136
  path
2095
2137
  path512
2096
2138
  path256
2139
+ thumbhash
2097
2140
  }
2098
2141
  }
2099
2142
  comments {
@@ -2146,6 +2189,7 @@ exports.RE_BUILD_MARKSHEET = (0, client_1.gql) `
2146
2189
  path
2147
2190
  path512
2148
2191
  path256
2192
+ thumbhash
2149
2193
  index
2150
2194
  topicId
2151
2195
  }
@@ -2177,6 +2221,7 @@ exports.RE_BUILD_MARKSHEET = (0, client_1.gql) `
2177
2221
  path
2178
2222
  path512
2179
2223
  path256
2224
+ thumbhash
2180
2225
  topicId
2181
2226
  }
2182
2227
  difficulty
@@ -2221,6 +2266,7 @@ exports.RE_BUILD_MARKSHEET = (0, client_1.gql) `
2221
2266
  path
2222
2267
  path512
2223
2268
  path256
2269
+ thumbhash
2224
2270
  }
2225
2271
  }
2226
2272
  comments {
@@ -2273,6 +2319,7 @@ exports.RE_BUILD_MARKSHEET = (0, client_1.gql) `
2273
2319
  path
2274
2320
  path512
2275
2321
  path256
2322
+ thumbhash
2276
2323
  index
2277
2324
  topicId
2278
2325
  }
@@ -2304,6 +2351,7 @@ exports.RE_BUILD_MARKSHEET = (0, client_1.gql) `
2304
2351
  path
2305
2352
  path512
2306
2353
  path256
2354
+ thumbhash
2307
2355
  topicId
2308
2356
  }
2309
2357
  difficulty
@@ -2351,6 +2399,7 @@ exports.RE_BUILD_MARKSHEET = (0, client_1.gql) `
2351
2399
  path
2352
2400
  path512
2353
2401
  path256
2402
+ thumbhash
2354
2403
  }
2355
2404
  }
2356
2405
  comments {
@@ -2403,6 +2452,7 @@ exports.RE_BUILD_MARKSHEET = (0, client_1.gql) `
2403
2452
  path
2404
2453
  path512
2405
2454
  path256
2455
+ thumbhash
2406
2456
  index
2407
2457
  topicId
2408
2458
  }
@@ -2434,6 +2484,7 @@ exports.RE_BUILD_MARKSHEET = (0, client_1.gql) `
2434
2484
  path
2435
2485
  path512
2436
2486
  path256
2487
+ thumbhash
2437
2488
  topicId
2438
2489
  }
2439
2490
  difficulty
@@ -2478,6 +2529,7 @@ exports.RE_BUILD_MARKSHEET = (0, client_1.gql) `
2478
2529
  path
2479
2530
  path512
2480
2531
  path256
2532
+ thumbhash
2481
2533
  }
2482
2534
  }
2483
2535
  comments {
@@ -2530,6 +2582,7 @@ exports.RE_BUILD_MARKSHEET = (0, client_1.gql) `
2530
2582
  path
2531
2583
  path512
2532
2584
  path256
2585
+ thumbhash
2533
2586
  index
2534
2587
  topicId
2535
2588
  }
@@ -2561,6 +2614,7 @@ exports.RE_BUILD_MARKSHEET = (0, client_1.gql) `
2561
2614
  path
2562
2615
  path512
2563
2616
  path256
2617
+ thumbhash
2564
2618
  topicId
2565
2619
  }
2566
2620
  difficulty
@@ -2637,6 +2691,7 @@ exports.RE_BUILD_MARKSHEET = (0, client_1.gql) `
2637
2691
  path
2638
2692
  path512
2639
2693
  path256
2694
+ thumbhash
2640
2695
  }
2641
2696
  }
2642
2697
  comments {
@@ -2689,6 +2744,7 @@ exports.RE_BUILD_MARKSHEET = (0, client_1.gql) `
2689
2744
  path
2690
2745
  path512
2691
2746
  path256
2747
+ thumbhash
2692
2748
  index
2693
2749
  topicId
2694
2750
  }
@@ -2720,6 +2776,7 @@ exports.RE_BUILD_MARKSHEET = (0, client_1.gql) `
2720
2776
  path
2721
2777
  path512
2722
2778
  path256
2779
+ thumbhash
2723
2780
  topicId
2724
2781
  }
2725
2782
  difficulty
@@ -2764,6 +2821,7 @@ exports.RE_BUILD_MARKSHEET = (0, client_1.gql) `
2764
2821
  path
2765
2822
  path512
2766
2823
  path256
2824
+ thumbhash
2767
2825
  }
2768
2826
  }
2769
2827
  comments {
@@ -2816,6 +2874,7 @@ exports.RE_BUILD_MARKSHEET = (0, client_1.gql) `
2816
2874
  path
2817
2875
  path512
2818
2876
  path256
2877
+ thumbhash
2819
2878
  index
2820
2879
  topicId
2821
2880
  }
@@ -2847,6 +2906,7 @@ exports.RE_BUILD_MARKSHEET = (0, client_1.gql) `
2847
2906
  path
2848
2907
  path512
2849
2908
  path256
2909
+ thumbhash
2850
2910
  topicId
2851
2911
  }
2852
2912
  difficulty
@@ -2891,6 +2951,7 @@ exports.RE_BUILD_MARKSHEET = (0, client_1.gql) `
2891
2951
  path
2892
2952
  path512
2893
2953
  path256
2954
+ thumbhash
2894
2955
  }
2895
2956
  }
2896
2957
  comments {
@@ -2943,6 +3004,7 @@ exports.RE_BUILD_MARKSHEET = (0, client_1.gql) `
2943
3004
  path
2944
3005
  path512
2945
3006
  path256
3007
+ thumbhash
2946
3008
  index
2947
3009
  topicId
2948
3010
  }
@@ -2974,6 +3036,7 @@ exports.RE_BUILD_MARKSHEET = (0, client_1.gql) `
2974
3036
  path
2975
3037
  path512
2976
3038
  path256
3039
+ thumbhash
2977
3040
  topicId
2978
3041
  }
2979
3042
  difficulty
@@ -1,7 +1,7 @@
1
1
  import { ApolloCache } from '@apollo/client';
2
- import { Id, ITodo } from '../../../models';
2
+ import { ITodo, Id } from '../../../models';
3
3
  import { ApolloUpdateOptions, ApolloUpdateResultRestricted } from '../../apollo';
4
- import { graphqlNormalize, RestrictedData } from '../../types';
4
+ import { RestrictedData, graphqlNormalize } from '../../types';
5
5
  import { IUserCompletedCard } from './../../../models/User';
6
6
  export declare const BUILD_TODO: import("@apollo/client").DocumentNode;
7
7
  export interface IBuildTodoInput {
@@ -48,6 +48,7 @@ exports.SAVE_TODO = (0, client_1.gql) `
48
48
  id
49
49
  caption
50
50
  path
51
+ thumbhash
51
52
  index
52
53
  }
53
54
  }
@@ -1,7 +1,7 @@
1
1
  import { EDifficultyType, Id, IMarksheet, IUserFlaggedQuestion } from '../../../models';
2
+ import { ESortOrder } from '../../enums';
2
3
  import { IPreBuildMarksheet } from '../../mutation/restricted';
3
4
  import { graphqlNormalize, RestrictedData } from '../../types';
4
- import { ESortOrder } from '../../enums';
5
5
  export interface IMarksheetVar {
6
6
  id: Id;
7
7
  }