@quesmed/types-rn 2.4.18 → 2.4.19

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.4.18",
3
+ "version": "2.4.19",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -42,6 +42,12 @@ exports.TOPICS = (0, client_1.gql) `
42
42
  topicId
43
43
  totalQuestions
44
44
  totalCards
45
+ correctQuestions
46
+ incorrectQuestions
47
+ greenCards
48
+ yellowCards
49
+ redCards
50
+ dailyFeedCards
45
51
  }
46
52
  }
47
53
  }