@quesmed/types 2.6.252 → 2.6.253

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.
@@ -47,6 +47,11 @@ export interface IStationExaminerQuestion {
47
47
  index: number;
48
48
  question: string;
49
49
  }
50
+ export interface IOsceStationPhaseTimer {
51
+ readingPhase: number;
52
+ stationPhase: number;
53
+ examinerPhase: number;
54
+ }
50
55
  export interface IOsceStation {
51
56
  id: Id;
52
57
  createdAt: number | Date;
@@ -65,6 +70,7 @@ export interface IOsceStation {
65
70
  marks: IOsceStationMark[];
66
71
  totalMarks: number;
67
72
  completedMarks: number;
73
+ phaseTimers?: IOsceStationPhaseTimer;
68
74
  topics?: ITopic[];
69
75
  picture: IPicture | null;
70
76
  candidatePictures?: IPicture[];
@@ -34,6 +34,7 @@ exports.OSCE_STATION_FIELDS = (0, client_1.gql) `
34
34
  index
35
35
  question
36
36
  }
37
+ phaseTimers
37
38
  userNote {
38
39
  id
39
40
  userId
@@ -47,6 +47,11 @@ export interface IStationExaminerQuestion {
47
47
  index: number;
48
48
  question: string;
49
49
  }
50
+ export interface IOsceStationPhaseTimer {
51
+ readingPhase: number;
52
+ stationPhase: number;
53
+ examinerPhase: number;
54
+ }
50
55
  export interface IOsceStation {
51
56
  id: Id;
52
57
  createdAt: number | Date;
@@ -65,6 +70,7 @@ export interface IOsceStation {
65
70
  marks: IOsceStationMark[];
66
71
  totalMarks: number;
67
72
  completedMarks: number;
73
+ phaseTimers?: IOsceStationPhaseTimer;
68
74
  topics?: ITopic[];
69
75
  picture: IPicture | null;
70
76
  candidatePictures?: IPicture[];
@@ -31,6 +31,7 @@ export const OSCE_STATION_FIELDS = gql `
31
31
  index
32
32
  question
33
33
  }
34
+ phaseTimers
34
35
  userNote {
35
36
  id
36
37
  userId
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.6.252",
3
+ "version": "2.6.253",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",