@quesmed/types 2.5.84 → 2.5.85

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,6 +14,7 @@ export interface IConcept {
14
14
  chapterId: Id;
15
15
  chapter?: IChapter;
16
16
  videos?: IVideo[];
17
+ demo?: boolean;
17
18
  totalQuestions?: number | null;
18
19
  correctQuestions?: number | null;
19
20
  incorrectQuestions?: number | null;
@@ -52,6 +52,7 @@ export interface IOsceStation {
52
52
  lastOsceMarksheetId?: Id;
53
53
  score?: number;
54
54
  status?: EUserLearningStatus;
55
+ demo?: boolean;
55
56
  }
56
57
  export interface IOsceStationTopic {
57
58
  id: Id;
@@ -47,6 +47,7 @@ export interface ITopic {
47
47
  updatedAt: number | Date;
48
48
  deletedAt: number | Date;
49
49
  name: string;
50
+ demo?: boolean;
50
51
  concepts?: IConcept[];
51
52
  typeId: ETopicType | null;
52
53
  type?: ITopicType | null;
@@ -62,6 +62,7 @@ exports.OSCE_STATION_FIELDS = (0, client_1.gql) `
62
62
  description
63
63
  duration
64
64
  }
65
+ demo
65
66
 
66
67
  # user-specific keys
67
68
  # lastOsceMarksheetId
@@ -10,6 +10,7 @@ exports.QUES_BOOK = (0, client_1.gql) `
10
10
  id
11
11
  name
12
12
  typeId
13
+ demo
13
14
  unreadConcepts
14
15
  completedConcepts
15
16
  revisingConcepts
@@ -21,6 +22,7 @@ exports.QUES_BOOK = (0, client_1.gql) `
21
22
  concepts {
22
23
  id
23
24
  name
25
+ demo
24
26
  status
25
27
  totalCards
26
28
  totalQuestions
@@ -14,6 +14,7 @@ export interface IConcept {
14
14
  chapterId: Id;
15
15
  chapter?: IChapter;
16
16
  videos?: IVideo[];
17
+ demo?: boolean;
17
18
  totalQuestions?: number | null;
18
19
  correctQuestions?: number | null;
19
20
  incorrectQuestions?: number | null;
@@ -52,6 +52,7 @@ export interface IOsceStation {
52
52
  lastOsceMarksheetId?: Id;
53
53
  score?: number;
54
54
  status?: EUserLearningStatus;
55
+ demo?: boolean;
55
56
  }
56
57
  export interface IOsceStationTopic {
57
58
  id: Id;
@@ -47,6 +47,7 @@ export interface ITopic {
47
47
  updatedAt: number | Date;
48
48
  deletedAt: number | Date;
49
49
  name: string;
50
+ demo?: boolean;
50
51
  concepts?: IConcept[];
51
52
  typeId: ETopicType | null;
52
53
  type?: ITopicType | null;
@@ -59,6 +59,7 @@ export const OSCE_STATION_FIELDS = gql `
59
59
  description
60
60
  duration
61
61
  }
62
+ demo
62
63
 
63
64
  # user-specific keys
64
65
  # lastOsceMarksheetId
@@ -7,6 +7,7 @@ export const QUES_BOOK = gql `
7
7
  id
8
8
  name
9
9
  typeId
10
+ demo
10
11
  unreadConcepts
11
12
  completedConcepts
12
13
  revisingConcepts
@@ -18,6 +19,7 @@ export const QUES_BOOK = gql `
18
19
  concepts {
19
20
  id
20
21
  name
22
+ demo
21
23
  status
22
24
  totalCards
23
25
  totalQuestions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.5.84",
3
+ "version": "2.5.85",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",