@quesmed/types-rn 2.2.65 → 2.2.68

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.65",
3
+ "version": "2.2.68",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -1138,14 +1138,29 @@ exports.RE_BUILD_MARKSHEET = (0, client_1.gql) `
1138
1138
  restricted {
1139
1139
  reBuildMarksheet(marksheetId: $marksheetId) {
1140
1140
  id
1141
- createdAt
1142
- startedAt
1143
- endedAt
1141
+ topicConceptData
1142
+ currentMarkId
1143
+ completed
1144
+ timeTaken
1144
1145
  topicIds
1145
1146
  topicNames
1147
+ mockTestId
1148
+ totalQuestions
1149
+ solo
1150
+ agoraId
1146
1151
  state
1147
- currentMarkId
1148
- topicConceptData
1152
+ user {
1153
+ id
1154
+ displayName
1155
+ }
1156
+ users {
1157
+ id
1158
+ displayName
1159
+ }
1160
+ activeUsers {
1161
+ id
1162
+ displayName
1163
+ }
1149
1164
  builderConfig {
1150
1165
  difficulty
1151
1166
  isTest
@@ -1161,19 +1176,13 @@ exports.RE_BUILD_MARKSHEET = (0, client_1.gql) `
1161
1176
  seenIncorrect
1162
1177
  unseen
1163
1178
  }
1179
+ createdAt
1180
+ startedAt
1181
+ endedAt
1182
+ isTestMarksheet
1164
1183
  source
1165
- activeUsers {
1166
- id
1167
- displayName
1168
- }
1169
- users {
1170
- id
1171
- displayName
1172
- }
1173
- user {
1174
- displayName
1175
- id
1176
- }
1184
+ correct
1185
+ incorrect
1177
1186
  marks {
1178
1187
  id
1179
1188
  flagged
@@ -1683,11 +1692,6 @@ exports.RE_BUILD_MARKSHEET = (0, client_1.gql) `
1683
1692
  }
1684
1693
  }
1685
1694
  }
1686
- mockTestId
1687
- correct
1688
- incorrect
1689
- totalQuestions
1690
- isTestMarksheet
1691
1695
  }
1692
1696
  }
1693
1697
  }
@@ -23,6 +23,7 @@ const saveSampleMarksheets = (client, marksheetInput, questionIndex) => {
23
23
  {
24
24
  ...marks[questionIndex],
25
25
  timeTaken,
26
+ isAnswered: true,
26
27
  questionChoiceId: choiceId || null,
27
28
  mark: mark || null,
28
29
  },
@@ -34,6 +34,8 @@ exports.SAMPLE_MARKSHEET = (0, client_1.gql) `
34
34
  marks {
35
35
  id
36
36
  index
37
+ flagged
38
+ striked
37
39
  questionChoiceId
38
40
  marksheetId
39
41
  isAnswered