@quesmed/types-rn 2.5.84 → 2.5.86

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;
package/models/Topic.d.ts CHANGED
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types-rn",
3
- "version": "2.5.84",
3
+ "version": "2.5.86",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -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
@@ -40,6 +40,7 @@ exports.TODO = (0, client_1.gql) `
40
40
  explanation
41
41
  concept {
42
42
  id
43
+ name
43
44
  topic {
44
45
  id
45
46
  name