@quesmed/types-rn 2.6.201 → 2.6.202

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.6.201",
3
+ "version": "2.6.202",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -134,8 +134,7 @@ exports.DASHBOARD_QBANK = (0, client_1.gql) `
134
134
  }
135
135
  `;
136
136
  exports.DASHBOARD = (0, client_1.gql) `
137
- ${fragments_1.PICTURE_FIELDS}
138
- query Dashboard($filter: MarksheetFilterInput!, $order: Int) {
137
+ query Dashboard {
139
138
  restricted {
140
139
  latestPastMarksheetId
141
140
  latestSessionId
@@ -149,99 +148,6 @@ exports.DASHBOARD = (0, client_1.gql) `
149
148
  }
150
149
  universityId
151
150
  classYear
152
- completedQuestionsCount
153
- completedCorrectQuestionsCount
154
- completedIncorrectQuestionsCount
155
- completedCards {
156
- id
157
- createdAt
158
- updatedAt
159
- concept {
160
- id
161
- name
162
- }
163
- lastSeen
164
- reviewDate
165
- score
166
- iteration
167
- optimalFactor
168
- cardId
169
- card {
170
- id
171
- conceptId
172
- concept {
173
- id
174
- name
175
- }
176
- topic {
177
- id
178
- name
179
- }
180
- question
181
- explanation
182
- pictures {
183
- ...PictureFields
184
- }
185
- }
186
- }
187
- completedCardsCount
188
- completedGreenCardsCount
189
- completedYellowCardsCount
190
- completedRedCardsCount
191
- marksheetsCount
192
- dailyProgress {
193
- date
194
- dateString
195
- intensity
196
- totalCorrect
197
- totalCount
198
- }
199
- userProgress {
200
- marksheetCount
201
- questionsCount
202
- daysInCurrentStreak
203
- daysInPreviousStreak
204
- daysInLongestStreak
205
- }
206
- }
207
- totalQuestions
208
- totalCards
209
- marksheets(filter: $filter) {
210
- results {
211
- id
212
- topicNames
213
- correct
214
- incorrect
215
- totalQuestions
216
- isTestMarksheet
217
- }
218
- total
219
- }
220
- topics(filter: 0, order: $order) {
221
- id
222
- name
223
- entitlement {
224
- id
225
- name
226
- index
227
- }
228
- totalQuestions
229
- correctQuestions
230
- incorrectQuestions
231
- totalCards
232
- greenCards
233
- yellowCards
234
- redCards
235
- dailyFeedCards
236
- }
237
- universityLeaderboard(limit: 3) {
238
- updatedAt
239
- month {
240
- id
241
- name
242
- speciality
243
- rank
244
- }
245
151
  }
246
152
  }
247
153
  }