@quesmed/types-rn 2.5.14 → 2.5.15

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.
@@ -3,6 +3,7 @@ import { EDifficultyType } from './Difficulty';
3
3
  import { IPicture } from './Picture';
4
4
  import { ITopic } from './Topic';
5
5
  import { Id } from './Type';
6
+ import { EUserLearningStatus } from './User';
6
7
  import { IVideo } from './Video';
7
8
  export interface IOsceType {
8
9
  id: Id;
@@ -50,6 +51,7 @@ export interface IOsceStation {
50
51
  videos?: IVideo[];
51
52
  lastOsceMarksheetId?: Id;
52
53
  score?: number;
54
+ status?: EUserLearningStatus;
53
55
  }
54
56
  export interface IOsceStationTopic {
55
57
  id: Id;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types-rn",
3
- "version": "2.5.14",
3
+ "version": "2.5.15",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -19,6 +19,7 @@ exports.OSCE_STATION_FIELDS = (0, client_1.gql) `
19
19
  id
20
20
  updatedAt
21
21
  name
22
+ status
22
23
  osceType {
23
24
  id
24
25
  name
@@ -50,6 +51,7 @@ exports.OSCE_STATION_FIELDS = (0, client_1.gql) `
50
51
  videos {
51
52
  id
52
53
  title
54
+ status
53
55
  museId
54
56
  thumbnail
55
57
  concepts {
@@ -40,6 +40,7 @@ exports.VIDEO = (0, client_1.gql) `
40
40
  osceStation {
41
41
  id
42
42
  name
43
+ status
43
44
  osceType {
44
45
  id
45
46
  }
@@ -97,6 +97,7 @@ exports.SAMPLE_VIDEO = (0, client_1.gql) `
97
97
  osceStation {
98
98
  id
99
99
  name
100
+ status
100
101
  osceType {
101
102
  id
102
103
  }