@quesmed/types-rn 2.5.73 → 2.5.74

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.5.73",
3
+ "version": "2.5.74",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -14,10 +14,20 @@ exports.DUPLICATE_PRESET = (0, client_1.gql) `
14
14
  restricted {
15
15
  duplicatePreset(presetId: $presetId) {
16
16
  id
17
- userId
17
+ createdAt
18
+ updatedAt
18
19
  name
19
- topicType
20
20
  likes
21
+ topicType
22
+ total
23
+ correct
24
+ incorrect
25
+ userId
26
+ university {
27
+ id
28
+ name
29
+ country
30
+ }
21
31
  topics {
22
32
  id
23
33
  name
@@ -35,10 +45,20 @@ exports.EDIT_PRESET = (0, client_1.gql) `
35
45
  restricted {
36
46
  editPreset(presetId: $presetId, data: $data) {
37
47
  id
38
- userId
48
+ createdAt
49
+ updatedAt
39
50
  name
40
- topicType
41
51
  likes
52
+ topicType
53
+ total
54
+ correct
55
+ incorrect
56
+ userId
57
+ university {
58
+ id
59
+ name
60
+ country
61
+ }
42
62
  topics {
43
63
  id
44
64
  name
@@ -57,10 +77,19 @@ exports.CREATE_PRESET = (0, client_1.gql) `
57
77
  createPreset(data: $data) {
58
78
  id
59
79
  createdAt
60
- userId
80
+ updatedAt
61
81
  name
62
- topicType
63
82
  likes
83
+ topicType
84
+ total
85
+ correct
86
+ incorrect
87
+ userId
88
+ university {
89
+ id
90
+ name
91
+ country
92
+ }
64
93
  topics {
65
94
  id
66
95
  name