@quesmed/types 2.1.21 → 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.
@@ -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
@@ -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
  }
@@ -28,6 +28,16 @@ export const MARKSHEET_MARK_FIELDS = gql `
28
28
  label
29
29
  answer
30
30
  votes
31
+ picture {
32
+ id
33
+ createdAt
34
+ updatedAt
35
+ name
36
+ caption
37
+ path
38
+ path512
39
+ path256
40
+ }
31
41
  }
32
42
  comments {
33
43
  id
@@ -38,6 +38,16 @@ export const MARKSHEET = gql `
38
38
  label
39
39
  answer
40
40
  votes
41
+ picture {
42
+ id
43
+ createdAt
44
+ updatedAt
45
+ name
46
+ caption
47
+ path
48
+ path512
49
+ path256
50
+ }
41
51
  }
42
52
  comments {
43
53
  id
@@ -129,6 +139,16 @@ export const MARKSHEET = gql `
129
139
  label
130
140
  answer
131
141
  votes
142
+ picture {
143
+ id
144
+ createdAt
145
+ updatedAt
146
+ name
147
+ caption
148
+ path
149
+ path512
150
+ path256
151
+ }
132
152
  }
133
153
  comments {
134
154
  id
@@ -223,6 +243,16 @@ export const MARKSHEET = gql `
223
243
  label
224
244
  answer
225
245
  votes
246
+ picture {
247
+ id
248
+ createdAt
249
+ updatedAt
250
+ name
251
+ caption
252
+ path
253
+ path512
254
+ path256
255
+ }
226
256
  }
227
257
  comments {
228
258
  id
@@ -314,6 +344,16 @@ export const MARKSHEET = gql `
314
344
  label
315
345
  answer
316
346
  votes
347
+ picture {
348
+ id
349
+ createdAt
350
+ updatedAt
351
+ name
352
+ caption
353
+ path
354
+ path512
355
+ path256
356
+ }
317
357
  }
318
358
  comments {
319
359
  id
@@ -485,6 +525,16 @@ export const FLAGGED_QUESTIONS = gql `
485
525
  label
486
526
  answer
487
527
  votes
528
+ picture {
529
+ id
530
+ createdAt
531
+ updatedAt
532
+ name
533
+ caption
534
+ path
535
+ path512
536
+ path256
537
+ }
488
538
  }
489
539
  comments {
490
540
  id
@@ -578,6 +628,16 @@ export const FLAGGED_QUESTIONS = gql `
578
628
  label
579
629
  answer
580
630
  votes
631
+ picture {
632
+ id
633
+ createdAt
634
+ updatedAt
635
+ name
636
+ caption
637
+ path
638
+ path512
639
+ path256
640
+ }
581
641
  }
582
642
  comments {
583
643
  id
@@ -669,6 +729,16 @@ export const FLAGGED_QUESTIONS = gql `
669
729
  label
670
730
  answer
671
731
  votes
732
+ picture {
733
+ id
734
+ createdAt
735
+ updatedAt
736
+ name
737
+ caption
738
+ path
739
+ path512
740
+ path256
741
+ }
672
742
  }
673
743
  comments {
674
744
  id
@@ -763,6 +833,16 @@ export const FLAGGED_QUESTIONS = gql `
763
833
  label
764
834
  answer
765
835
  votes
836
+ picture {
837
+ id
838
+ createdAt
839
+ updatedAt
840
+ name
841
+ caption
842
+ path
843
+ path512
844
+ path256
845
+ }
766
846
  }
767
847
  comments {
768
848
  id
@@ -854,6 +934,16 @@ export const FLAGGED_QUESTIONS = gql `
854
934
  label
855
935
  answer
856
936
  votes
937
+ picture {
938
+ id
939
+ createdAt
940
+ updatedAt
941
+ name
942
+ caption
943
+ path
944
+ path512
945
+ path256
946
+ }
857
947
  }
858
948
  comments {
859
949
  id
@@ -59,6 +59,16 @@ const questionReplicationQuery = `query QuestionReplication($lastId: String!, $m
59
59
  label
60
60
  answer
61
61
  votes
62
+ picture {
63
+ id
64
+ createdAt
65
+ updatedAt
66
+ name
67
+ caption
68
+ path
69
+ path512
70
+ path256
71
+ }
62
72
  }
63
73
  pictures {
64
74
  id
@@ -53,6 +53,16 @@ export const SAMPLE_MARKSHEET = gql `
53
53
  label
54
54
  answer
55
55
  votes
56
+ picture {
57
+ id
58
+ createdAt
59
+ updatedAt
60
+ name
61
+ caption
62
+ path
63
+ path512
64
+ path256
65
+ }
56
66
  }
57
67
  }
58
68
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.1.21",
3
+ "version": "2.1.22",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",