@quesmed/types 2.2.28 → 2.2.29
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.
|
@@ -12,6 +12,7 @@ exports.BUILD_MARKSHEET = (0, client_1.gql) `
|
|
|
12
12
|
startedAt
|
|
13
13
|
endedAt
|
|
14
14
|
topicIds
|
|
15
|
+
completed
|
|
15
16
|
solo
|
|
16
17
|
state
|
|
17
18
|
currentMarkId
|
|
@@ -1125,6 +1126,7 @@ exports.SAVE_MARKSHEET = (0, client_1.gql) `
|
|
|
1125
1126
|
id
|
|
1126
1127
|
createdAt
|
|
1127
1128
|
startedAt
|
|
1129
|
+
completed
|
|
1128
1130
|
endedAt
|
|
1129
1131
|
marks {
|
|
1130
1132
|
id
|
|
@@ -1269,6 +1271,7 @@ exports.MODIFY_MARKSHEET_INFO = (0, client_1.gql) `
|
|
|
1269
1271
|
state
|
|
1270
1272
|
solo
|
|
1271
1273
|
agoraId
|
|
1274
|
+
completed
|
|
1272
1275
|
currentMarkId
|
|
1273
1276
|
topicConceptData
|
|
1274
1277
|
builderConfig {
|
|
@@ -9,6 +9,7 @@ export const BUILD_MARKSHEET = gql `
|
|
|
9
9
|
startedAt
|
|
10
10
|
endedAt
|
|
11
11
|
topicIds
|
|
12
|
+
completed
|
|
12
13
|
solo
|
|
13
14
|
state
|
|
14
15
|
currentMarkId
|
|
@@ -1122,6 +1123,7 @@ export const SAVE_MARKSHEET = gql `
|
|
|
1122
1123
|
id
|
|
1123
1124
|
createdAt
|
|
1124
1125
|
startedAt
|
|
1126
|
+
completed
|
|
1125
1127
|
endedAt
|
|
1126
1128
|
marks {
|
|
1127
1129
|
id
|
|
@@ -1264,6 +1266,7 @@ export const MODIFY_MARKSHEET_INFO = gql `
|
|
|
1264
1266
|
state
|
|
1265
1267
|
solo
|
|
1266
1268
|
agoraId
|
|
1269
|
+
completed
|
|
1267
1270
|
currentMarkId
|
|
1268
1271
|
topicConceptData
|
|
1269
1272
|
builderConfig {
|