@quesmed/types-rn 2.1.23 → 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.23",
3
+ "version": "2.1.24",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -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
  }