@quesmed/types-rn 2.1.21 → 2.1.24

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types-rn",
3
- "version": "2.1.21",
3
+ "version": "2.1.24",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -31,6 +31,16 @@ exports.MARKSHEET_MARK_FIELDS = (0, client_1.gql) `
31
31
  label
32
32
  answer
33
33
  votes
34
+ picture {
35
+ id
36
+ createdAt
37
+ updatedAt
38
+ name
39
+ caption
40
+ path
41
+ path512
42
+ path256
43
+ }
34
44
  }
35
45
  comments {
36
46
  id
@@ -64,6 +74,22 @@ exports.MARKSHEET_MARK_FIELDS = (0, client_1.gql) `
64
74
  chapter {
65
75
  id
66
76
  explanation
77
+ pictures {
78
+ id
79
+ createdAt
80
+ updatedAt
81
+ name
82
+ caption
83
+ path
84
+ path512
85
+ path256
86
+ topicId
87
+ topic {
88
+ id
89
+ name
90
+ typeId
91
+ }
92
+ }
67
93
  }
68
94
  videos {
69
95
  id
@@ -41,6 +41,16 @@ exports.MARKSHEET = (0, client_1.gql) `
41
41
  label
42
42
  answer
43
43
  votes
44
+ picture {
45
+ id
46
+ createdAt
47
+ updatedAt
48
+ name
49
+ caption
50
+ path
51
+ path512
52
+ path256
53
+ }
44
54
  }
45
55
  comments {
46
56
  id
@@ -74,6 +84,22 @@ exports.MARKSHEET = (0, client_1.gql) `
74
84
  chapter {
75
85
  id
76
86
  explanation
87
+ pictures {
88
+ id
89
+ createdAt
90
+ updatedAt
91
+ name
92
+ caption
93
+ path
94
+ path512
95
+ path256
96
+ topicId
97
+ topic {
98
+ id
99
+ name
100
+ typeId
101
+ }
102
+ }
77
103
  }
78
104
  videos {
79
105
  id
@@ -132,6 +158,16 @@ exports.MARKSHEET = (0, client_1.gql) `
132
158
  label
133
159
  answer
134
160
  votes
161
+ picture {
162
+ id
163
+ createdAt
164
+ updatedAt
165
+ name
166
+ caption
167
+ path
168
+ path512
169
+ path256
170
+ }
135
171
  }
136
172
  comments {
137
173
  id
@@ -165,6 +201,22 @@ exports.MARKSHEET = (0, client_1.gql) `
165
201
  chapter {
166
202
  id
167
203
  explanation
204
+ pictures {
205
+ id
206
+ createdAt
207
+ updatedAt
208
+ name
209
+ caption
210
+ path
211
+ path512
212
+ path256
213
+ topicId
214
+ topic {
215
+ id
216
+ name
217
+ typeId
218
+ }
219
+ }
168
220
  }
169
221
  videos {
170
222
  id
@@ -226,6 +278,16 @@ exports.MARKSHEET = (0, client_1.gql) `
226
278
  label
227
279
  answer
228
280
  votes
281
+ picture {
282
+ id
283
+ createdAt
284
+ updatedAt
285
+ name
286
+ caption
287
+ path
288
+ path512
289
+ path256
290
+ }
229
291
  }
230
292
  comments {
231
293
  id
@@ -259,6 +321,22 @@ exports.MARKSHEET = (0, client_1.gql) `
259
321
  chapter {
260
322
  id
261
323
  explanation
324
+ pictures {
325
+ id
326
+ createdAt
327
+ updatedAt
328
+ name
329
+ caption
330
+ path
331
+ path512
332
+ path256
333
+ topicId
334
+ topic {
335
+ id
336
+ name
337
+ typeId
338
+ }
339
+ }
262
340
  }
263
341
  videos {
264
342
  id
@@ -317,6 +395,16 @@ exports.MARKSHEET = (0, client_1.gql) `
317
395
  label
318
396
  answer
319
397
  votes
398
+ picture {
399
+ id
400
+ createdAt
401
+ updatedAt
402
+ name
403
+ caption
404
+ path
405
+ path512
406
+ path256
407
+ }
320
408
  }
321
409
  comments {
322
410
  id
@@ -350,6 +438,22 @@ exports.MARKSHEET = (0, client_1.gql) `
350
438
  chapter {
351
439
  id
352
440
  explanation
441
+ pictures {
442
+ id
443
+ createdAt
444
+ updatedAt
445
+ name
446
+ caption
447
+ path
448
+ path512
449
+ path256
450
+ topicId
451
+ topic {
452
+ id
453
+ name
454
+ typeId
455
+ }
456
+ }
353
457
  }
354
458
  videos {
355
459
  id
@@ -488,6 +592,16 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
488
592
  label
489
593
  answer
490
594
  votes
595
+ picture {
596
+ id
597
+ createdAt
598
+ updatedAt
599
+ name
600
+ caption
601
+ path
602
+ path512
603
+ path256
604
+ }
491
605
  }
492
606
  comments {
493
607
  id
@@ -521,6 +635,22 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
521
635
  chapter {
522
636
  id
523
637
  explanation
638
+ pictures {
639
+ id
640
+ createdAt
641
+ updatedAt
642
+ name
643
+ caption
644
+ path
645
+ path512
646
+ path256
647
+ topicId
648
+ topic {
649
+ id
650
+ name
651
+ typeId
652
+ }
653
+ }
524
654
  }
525
655
  videos {
526
656
  id
@@ -581,6 +711,16 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
581
711
  label
582
712
  answer
583
713
  votes
714
+ picture {
715
+ id
716
+ createdAt
717
+ updatedAt
718
+ name
719
+ caption
720
+ path
721
+ path512
722
+ path256
723
+ }
584
724
  }
585
725
  comments {
586
726
  id
@@ -614,6 +754,22 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
614
754
  chapter {
615
755
  id
616
756
  explanation
757
+ pictures {
758
+ id
759
+ createdAt
760
+ updatedAt
761
+ name
762
+ caption
763
+ path
764
+ path512
765
+ path256
766
+ topicId
767
+ topic {
768
+ id
769
+ name
770
+ typeId
771
+ }
772
+ }
617
773
  }
618
774
  videos {
619
775
  id
@@ -672,6 +828,16 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
672
828
  label
673
829
  answer
674
830
  votes
831
+ picture {
832
+ id
833
+ createdAt
834
+ updatedAt
835
+ name
836
+ caption
837
+ path
838
+ path512
839
+ path256
840
+ }
675
841
  }
676
842
  comments {
677
843
  id
@@ -705,6 +871,22 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
705
871
  chapter {
706
872
  id
707
873
  explanation
874
+ pictures {
875
+ id
876
+ createdAt
877
+ updatedAt
878
+ name
879
+ caption
880
+ path
881
+ path512
882
+ path256
883
+ topicId
884
+ topic {
885
+ id
886
+ name
887
+ typeId
888
+ }
889
+ }
708
890
  }
709
891
  videos {
710
892
  id
@@ -766,6 +948,16 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
766
948
  label
767
949
  answer
768
950
  votes
951
+ picture {
952
+ id
953
+ createdAt
954
+ updatedAt
955
+ name
956
+ caption
957
+ path
958
+ path512
959
+ path256
960
+ }
769
961
  }
770
962
  comments {
771
963
  id
@@ -799,6 +991,22 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
799
991
  chapter {
800
992
  id
801
993
  explanation
994
+ pictures {
995
+ id
996
+ createdAt
997
+ updatedAt
998
+ name
999
+ caption
1000
+ path
1001
+ path512
1002
+ path256
1003
+ topicId
1004
+ topic {
1005
+ id
1006
+ name
1007
+ typeId
1008
+ }
1009
+ }
802
1010
  }
803
1011
  videos {
804
1012
  id
@@ -857,6 +1065,16 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
857
1065
  label
858
1066
  answer
859
1067
  votes
1068
+ picture {
1069
+ id
1070
+ createdAt
1071
+ updatedAt
1072
+ name
1073
+ caption
1074
+ path
1075
+ path512
1076
+ path256
1077
+ }
860
1078
  }
861
1079
  comments {
862
1080
  id
@@ -890,6 +1108,22 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
890
1108
  chapter {
891
1109
  id
892
1110
  explanation
1111
+ pictures {
1112
+ id
1113
+ createdAt
1114
+ updatedAt
1115
+ name
1116
+ caption
1117
+ path
1118
+ path512
1119
+ path256
1120
+ topicId
1121
+ topic {
1122
+ id
1123
+ name
1124
+ typeId
1125
+ }
1126
+ }
893
1127
  }
894
1128
  videos {
895
1129
  id
@@ -18,8 +18,13 @@ exports.QUES_BOOK = (0, client_1.gql) `
18
18
  explanation
19
19
  pictures {
20
20
  id
21
+ createdAt
22
+ updatedAt
23
+ name
21
24
  caption
22
25
  path
26
+ path512
27
+ path256
23
28
  }
24
29
  }
25
30
  topicId
@@ -63,6 +63,16 @@ const questionReplicationQuery = `query QuestionReplication($lastId: String!, $m
63
63
  label
64
64
  answer
65
65
  votes
66
+ picture {
67
+ id
68
+ createdAt
69
+ updatedAt
70
+ name
71
+ caption
72
+ path
73
+ path512
74
+ path256
75
+ }
66
76
  }
67
77
  pictures {
68
78
  id
@@ -39,23 +39,44 @@ exports.TODO = (0, client_1.gql) `
39
39
  question
40
40
  explanation
41
41
  concept {
42
+ id
42
43
  videos {
43
44
  id
44
45
  title
45
46
  museId
46
47
  thumbnail
47
48
  concepts {
49
+ id
48
50
  name
49
51
  }
50
52
  live
51
53
  description
52
54
  duration
53
55
  }
56
+ chapter {
57
+ id
58
+ explanation
59
+ pictures {
60
+ id
61
+ createdAt
62
+ updatedAt
63
+ name
64
+ caption
65
+ path
66
+ path512
67
+ path256
68
+ }
69
+ }
54
70
  }
55
71
  pictures {
56
72
  id
73
+ createdAt
74
+ updatedAt
75
+ name
57
76
  caption
58
77
  path
78
+ path512
79
+ path256
59
80
  }
60
81
  }
61
82
  }
@@ -18,6 +18,17 @@ exports.VIDEO = (0, client_1.gql) `
18
18
  chapter {
19
19
  id
20
20
  explanation
21
+ pictures {
22
+ id
23
+ createdAt
24
+ updatedAt
25
+ name
26
+ caption
27
+ path
28
+ path512
29
+ path256
30
+ topicId
31
+ }
21
32
  }
22
33
  }
23
34
  osceStation {
@@ -149,6 +160,16 @@ exports.VIDEOS = (0, client_1.gql) `
149
160
  chapter {
150
161
  id
151
162
  explanation
163
+ pictures {
164
+ id
165
+ createdAt
166
+ updatedAt
167
+ name
168
+ caption
169
+ path
170
+ path512
171
+ path256
172
+ }
152
173
  }
153
174
  }
154
175
  }
@@ -45,6 +45,22 @@ exports.SAMPLE_MARKSHEET = (0, client_1.gql) `
45
45
  chapter {
46
46
  id
47
47
  explanation
48
+ pictures {
49
+ id
50
+ createdAt
51
+ updatedAt
52
+ name
53
+ caption
54
+ path
55
+ path512
56
+ path256
57
+ topicId
58
+ topic {
59
+ id
60
+ name
61
+ typeId
62
+ }
63
+ }
48
64
  }
49
65
  }
50
66
  question
@@ -56,6 +72,16 @@ exports.SAMPLE_MARKSHEET = (0, client_1.gql) `
56
72
  label
57
73
  answer
58
74
  votes
75
+ picture {
76
+ id
77
+ createdAt
78
+ updatedAt
79
+ name
80
+ caption
81
+ path
82
+ path512
83
+ path256
84
+ }
59
85
  }
60
86
  }
61
87
  }
@@ -82,6 +108,22 @@ exports.SAMPLE_TODO = (0, client_1.gql) `
82
108
  chapter {
83
109
  id
84
110
  explanation
111
+ pictures {
112
+ id
113
+ createdAt
114
+ updatedAt
115
+ name
116
+ caption
117
+ path
118
+ path512
119
+ path256
120
+ topicId
121
+ topic {
122
+ id
123
+ name
124
+ typeId
125
+ }
126
+ }
85
127
  }
86
128
  }
87
129
  }
@@ -38,6 +38,22 @@ exports.SAMPLE_VIDEOS = (0, client_1.gql) `
38
38
  chapter {
39
39
  id
40
40
  explanation
41
+ pictures {
42
+ id
43
+ createdAt
44
+ updatedAt
45
+ name
46
+ caption
47
+ path
48
+ path512
49
+ path256
50
+ topicId
51
+ topic {
52
+ id
53
+ name
54
+ typeId
55
+ }
56
+ }
41
57
  }
42
58
  }
43
59
  }
@@ -58,6 +74,22 @@ exports.SAMPLE_VIDEO = (0, client_1.gql) `
58
74
  chapter {
59
75
  id
60
76
  explanation
77
+ pictures {
78
+ id
79
+ createdAt
80
+ updatedAt
81
+ name
82
+ caption
83
+ path
84
+ path512
85
+ path256
86
+ topicId
87
+ topic {
88
+ id
89
+ name
90
+ typeId
91
+ }
92
+ }
61
93
  }
62
94
  }
63
95
  osceStation {