@quesmed/types 2.6.89 → 2.6.90
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,8 +14,6 @@ exports.DASHBOARD_QBANK = (0, client_1.gql) `
|
|
|
14
14
|
settings {
|
|
15
15
|
productSettings {
|
|
16
16
|
examDate
|
|
17
|
-
rating
|
|
18
|
-
feedback
|
|
19
17
|
nextFeedbackDate
|
|
20
18
|
}
|
|
21
19
|
}
|
|
@@ -146,8 +144,6 @@ exports.DASHBOARD = (0, client_1.gql) `
|
|
|
146
144
|
settings {
|
|
147
145
|
productSettings {
|
|
148
146
|
examDate
|
|
149
|
-
rating
|
|
150
|
-
feedback
|
|
151
147
|
nextFeedbackDate
|
|
152
148
|
}
|
|
153
149
|
}
|
|
@@ -11,8 +11,6 @@ export const DASHBOARD_QBANK = gql `
|
|
|
11
11
|
settings {
|
|
12
12
|
productSettings {
|
|
13
13
|
examDate
|
|
14
|
-
rating
|
|
15
|
-
feedback
|
|
16
14
|
nextFeedbackDate
|
|
17
15
|
}
|
|
18
16
|
}
|
|
@@ -143,8 +141,6 @@ export const DASHBOARD = gql `
|
|
|
143
141
|
settings {
|
|
144
142
|
productSettings {
|
|
145
143
|
examDate
|
|
146
|
-
rating
|
|
147
|
-
feedback
|
|
148
144
|
nextFeedbackDate
|
|
149
145
|
}
|
|
150
146
|
}
|