@quesmed/types-rn 2.2.57 → 2.2.60

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.57",
3
+ "version": "2.2.60",
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
@@ -2427,6 +2431,7 @@ exports.REMOVE_FLAGGED_QUESTION = (0, client_1.gql) `
2427
2431
  restricted {
2428
2432
  removeFlaggedQuestion(questionId: $questionId) {
2429
2433
  id
2434
+ markId
2430
2435
  }
2431
2436
  }
2432
2437
  }
@@ -3586,7 +3591,7 @@ exports.LEAVE_MARKSHEET = (0, client_1.gql) `
3586
3591
  exports.END_MARKSHEET = (0, client_1.gql) `
3587
3592
  mutation EndMarksheet($marksheetId: Int!) {
3588
3593
  restricted {
3589
- endMarksheet(marksheetId: $marksheetId){
3594
+ endMarksheet(marksheetId: $marksheetId) {
3590
3595
  id
3591
3596
  timeTaken
3592
3597
  endedAt