@quesmed/types-rn 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types-rn",
3
- "version": "2.5.56",
3
+ "version": "2.5.58",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -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