@quesmed/types 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.
@@ -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
@@ -1851,6 +1851,10 @@ export const ADD_FLAGGED_QUESTION = gql `
1851
1851
  concept {
1852
1852
  id
1853
1853
  name
1854
+ topic {
1855
+ name
1856
+ typeId
1857
+ }
1854
1858
  chapter {
1855
1859
  id
1856
1860
  explanation
@@ -608,6 +608,9 @@ export const FLAGGED_QUESTIONS = gql `
608
608
  flaggedQuestions(filter: $filter) {
609
609
  total
610
610
  results {
611
+ id
612
+ markId
613
+ questionId
611
614
  question {
612
615
  conceptId
613
616
  difficulty
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.2.58",
3
+ "version": "2.2.61",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",