@quesmed/types 2.5.56 → 2.5.58

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.
@@ -28,6 +28,7 @@ export interface IOsceMarksheetActionVar {
28
28
  export interface IOsceMarksheetAction {
29
29
  osceMarksheetId: Id;
30
30
  osceStationId: Id;
31
+ completed: boolean;
31
32
  agoraId: string;
32
33
  sessionId: string;
33
34
  userId: Id;
@@ -76,6 +76,7 @@ exports.OSCE_MARKSHEET_ACTION = (0, client_1.gql) `
76
76
  osceMarksheetId
77
77
  osceStationId
78
78
  state
79
+ completed
79
80
  sessionId
80
81
  agoraId
81
82
  userId
@@ -28,6 +28,7 @@ export interface IOsceMarksheetActionVar {
28
28
  export interface IOsceMarksheetAction {
29
29
  osceMarksheetId: Id;
30
30
  osceStationId: Id;
31
+ completed: boolean;
31
32
  agoraId: string;
32
33
  sessionId: string;
33
34
  userId: Id;
@@ -72,6 +72,7 @@ export const OSCE_MARKSHEET_ACTION = gql `
72
72
  osceMarksheetId
73
73
  osceStationId
74
74
  state
75
+ completed
75
76
  sessionId
76
77
  agoraId
77
78
  userId
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.5.56",
3
+ "version": "2.5.58",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",