@quesmed/types-rn 2.6.3 → 2.6.5

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/models/User.d.ts CHANGED
@@ -234,16 +234,10 @@ export interface IUserStationStatus {
234
234
  user: IUser;
235
235
  station: IOsceStation;
236
236
  }
237
- /**
238
- * IUserStats
239
- * ```ts
240
- * series: [x, y][]
241
- * ```
242
- */
243
237
  export interface IUserStats {
244
238
  userId: number;
245
239
  score: number;
246
240
  percentile: number;
247
241
  median: number;
248
- series: [number, number][];
242
+ series: [x: number, y: number][];
249
243
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types-rn",
3
- "version": "2.6.3",
3
+ "version": "2.6.5",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -246,6 +246,11 @@ exports.UPSERT_USER_VIDEO_STATUS = (0, client_1.gql) `
246
246
  id
247
247
  topicId
248
248
  }
249
+ osceStation {
250
+ id
251
+ name
252
+ osceTypeId
253
+ }
249
254
  }
250
255
  userId
251
256
  createdAt
@@ -132,6 +132,8 @@ exports.DASHBOARD = (0, client_1.gql) `
132
132
  user {
133
133
  id
134
134
  examDate
135
+ universityId
136
+ classYear
135
137
  completedQuestionsCount
136
138
  completedCorrectQuestionsCount
137
139
  completedIncorrectQuestionsCount