@quesmed/types-rn 2.2.36 → 2.2.37

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.36",
3
+ "version": "2.2.37",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -14,6 +14,10 @@ exports.BUILD_MARKSHEET = (0, client_1.gql) `
14
14
  agoraId
15
15
  topicIds
16
16
  completed
17
+ topicIds
18
+ topicNames
19
+ mockTestId
20
+ totalQuestions
17
21
  solo
18
22
  state
19
23
  currentMarkId
@@ -1247,9 +1251,17 @@ exports.START_OR_JOIN_MARKSHEET = (0, client_1.gql) `
1247
1251
  topicConceptData
1248
1252
  currentMarkId
1249
1253
  completed
1254
+ topicIds
1255
+ topicNames
1256
+ mockTestId
1257
+ totalQuestions
1250
1258
  solo
1251
1259
  agoraId
1252
1260
  state
1261
+ user {
1262
+ id
1263
+ displayName
1264
+ }
1253
1265
  users {
1254
1266
  id
1255
1267
  displayName
@@ -10,9 +10,17 @@ exports.MARKSHEET = (0, client_1.gql) `
10
10
  topicConceptData
11
11
  currentMarkId
12
12
  completed
13
+ topicIds
14
+ topicNames
15
+ mockTestId
16
+ totalQuestions
13
17
  solo
14
18
  agoraId
15
19
  state
20
+ user {
21
+ id
22
+ displayName
23
+ }
16
24
  users {
17
25
  id
18
26
  displayName