@quesmed/types 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;
@@ -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
  }
@@ -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;
@@ -16,6 +16,7 @@ export const OSCE_STATION_FIELDS = gql `
16
16
  id
17
17
  updatedAt
18
18
  name
19
+ status
19
20
  osceType {
20
21
  id
21
22
  name
@@ -47,6 +48,7 @@ export const OSCE_STATION_FIELDS = gql `
47
48
  videos {
48
49
  id
49
50
  title
51
+ status
50
52
  museId
51
53
  thumbnail
52
54
  concepts {
@@ -37,6 +37,7 @@ export const VIDEO = gql `
37
37
  osceStation {
38
38
  id
39
39
  name
40
+ status
40
41
  osceType {
41
42
  id
42
43
  }
@@ -94,6 +94,7 @@ export const SAMPLE_VIDEO = gql `
94
94
  osceStation {
95
95
  id
96
96
  name
97
+ status
97
98
  osceType {
98
99
  id
99
100
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.5.14",
3
+ "version": "2.5.15",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",