@quesmed/types-rn 2.6.113 → 2.6.114

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.6.113",
3
+ "version": "2.6.114",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -79,6 +79,11 @@ exports.QUESTION_TOPICS = (0, client_1.gql) `
79
79
  totalQuestions
80
80
  correctQuestions
81
81
  incorrectQuestions
82
+ entitlement {
83
+ id
84
+ index
85
+ name
86
+ }
82
87
  }
83
88
  }
84
89
  }