@quesmed/types-rn 2.2.58 → 2.2.61

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.2.58",
3
+ "version": "2.2.61",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -1856,6 +1856,10 @@ exports.ADD_FLAGGED_QUESTION = (0, client_1.gql) `
1856
1856
  concept {
1857
1857
  id
1858
1858
  name
1859
+ topic {
1860
+ name
1861
+ typeId
1862
+ }
1859
1863
  chapter {
1860
1864
  id
1861
1865
  explanation
@@ -611,6 +611,9 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
611
611
  flaggedQuestions(filter: $filter) {
612
612
  total
613
613
  results {
614
+ id
615
+ markId
616
+ questionId
614
617
  question {
615
618
  conceptId
616
619
  difficulty