@quesmed/types-rn 2.1.1 → 2.1.2

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.
@@ -49,7 +49,6 @@ export interface IOsceMarksheet {
49
49
  timeTaken: number;
50
50
  osceStationId: Id;
51
51
  osceStation?: IOsceStation;
52
- userId?: Id;
53
52
  role?: EOsceRoles;
54
53
  solo: boolean;
55
54
  score: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types-rn",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -87,7 +87,6 @@ exports.OSCE_MARKSHEET_FIELDS = (0, client_1.gql) `
87
87
  updatedAt
88
88
  timeTaken
89
89
  osceStationId
90
- userId
91
90
  solo
92
91
  role
93
92
  globalScore