@quesmed/types-rn 2.2.67 → 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
|
@@ -1138,14 +1138,29 @@ exports.RE_BUILD_MARKSHEET = (0, client_1.gql) `
|
|
|
1138
1138
|
restricted {
|
|
1139
1139
|
reBuildMarksheet(marksheetId: $marksheetId) {
|
|
1140
1140
|
id
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
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
|
-
|
|
1148
|
-
|
|
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
|
-
|
|
1166
|
-
|
|
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
|
}
|