@quesmed/types-rn 2.1.19 → 2.1.22

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.19",
3
+ "version": "2.1.22",
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
@@ -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
@@ -132,6 +142,16 @@ exports.MARKSHEET = (0, client_1.gql) `
132
142
  label
133
143
  answer
134
144
  votes
145
+ picture {
146
+ id
147
+ createdAt
148
+ updatedAt
149
+ name
150
+ caption
151
+ path
152
+ path512
153
+ path256
154
+ }
135
155
  }
136
156
  comments {
137
157
  id
@@ -226,6 +246,16 @@ exports.MARKSHEET = (0, client_1.gql) `
226
246
  label
227
247
  answer
228
248
  votes
249
+ picture {
250
+ id
251
+ createdAt
252
+ updatedAt
253
+ name
254
+ caption
255
+ path
256
+ path512
257
+ path256
258
+ }
229
259
  }
230
260
  comments {
231
261
  id
@@ -317,6 +347,16 @@ exports.MARKSHEET = (0, client_1.gql) `
317
347
  label
318
348
  answer
319
349
  votes
350
+ picture {
351
+ id
352
+ createdAt
353
+ updatedAt
354
+ name
355
+ caption
356
+ path
357
+ path512
358
+ path256
359
+ }
320
360
  }
321
361
  comments {
322
362
  id
@@ -488,6 +528,16 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
488
528
  label
489
529
  answer
490
530
  votes
531
+ picture {
532
+ id
533
+ createdAt
534
+ updatedAt
535
+ name
536
+ caption
537
+ path
538
+ path512
539
+ path256
540
+ }
491
541
  }
492
542
  comments {
493
543
  id
@@ -581,6 +631,16 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
581
631
  label
582
632
  answer
583
633
  votes
634
+ picture {
635
+ id
636
+ createdAt
637
+ updatedAt
638
+ name
639
+ caption
640
+ path
641
+ path512
642
+ path256
643
+ }
584
644
  }
585
645
  comments {
586
646
  id
@@ -672,6 +732,16 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
672
732
  label
673
733
  answer
674
734
  votes
735
+ picture {
736
+ id
737
+ createdAt
738
+ updatedAt
739
+ name
740
+ caption
741
+ path
742
+ path512
743
+ path256
744
+ }
675
745
  }
676
746
  comments {
677
747
  id
@@ -766,6 +836,16 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
766
836
  label
767
837
  answer
768
838
  votes
839
+ picture {
840
+ id
841
+ createdAt
842
+ updatedAt
843
+ name
844
+ caption
845
+ path
846
+ path512
847
+ path256
848
+ }
769
849
  }
770
850
  comments {
771
851
  id
@@ -857,6 +937,16 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
857
937
  label
858
938
  answer
859
939
  votes
940
+ picture {
941
+ id
942
+ createdAt
943
+ updatedAt
944
+ name
945
+ caption
946
+ path
947
+ path512
948
+ path256
949
+ }
860
950
  }
861
951
  comments {
862
952
  id
@@ -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
@@ -40,6 +40,8 @@ exports.TOPICS = (0, client_1.gql) `
40
40
  id
41
41
  name
42
42
  topicId
43
+ totalQuestions
44
+ totalCards
43
45
  }
44
46
  }
45
47
  }
@@ -56,6 +56,16 @@ exports.SAMPLE_MARKSHEET = (0, client_1.gql) `
56
56
  label
57
57
  answer
58
58
  votes
59
+ picture {
60
+ id
61
+ createdAt
62
+ updatedAt
63
+ name
64
+ caption
65
+ path
66
+ path512
67
+ path256
68
+ }
59
69
  }
60
70
  }
61
71
  }
@@ -76,6 +86,7 @@ exports.SAMPLE_TODO = (0, client_1.gql) `
76
86
  card {
77
87
  id
78
88
  question
89
+ explanation
79
90
  concept {
80
91
  name
81
92
  chapter {