@quesmed/types 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.
|
@@ -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
|
|
@@ -11,6 +11,10 @@ export const BUILD_MARKSHEET = gql `
|
|
|
11
11
|
agoraId
|
|
12
12
|
topicIds
|
|
13
13
|
completed
|
|
14
|
+
topicIds
|
|
15
|
+
topicNames
|
|
16
|
+
mockTestId
|
|
17
|
+
totalQuestions
|
|
14
18
|
solo
|
|
15
19
|
state
|
|
16
20
|
currentMarkId
|
|
@@ -1242,9 +1246,17 @@ export const START_OR_JOIN_MARKSHEET = gql `
|
|
|
1242
1246
|
topicConceptData
|
|
1243
1247
|
currentMarkId
|
|
1244
1248
|
completed
|
|
1249
|
+
topicIds
|
|
1250
|
+
topicNames
|
|
1251
|
+
mockTestId
|
|
1252
|
+
totalQuestions
|
|
1245
1253
|
solo
|
|
1246
1254
|
agoraId
|
|
1247
1255
|
state
|
|
1256
|
+
user {
|
|
1257
|
+
id
|
|
1258
|
+
displayName
|
|
1259
|
+
}
|
|
1248
1260
|
users {
|
|
1249
1261
|
id
|
|
1250
1262
|
displayName
|