@quesmed/types 2.6.241 → 2.6.242

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.
@@ -62,6 +62,7 @@ export interface IOsceStation {
62
62
  totalMarks: number;
63
63
  completedMarks: number;
64
64
  topics?: ITopic[];
65
+ picture: IPicture | null;
65
66
  candidatePictures?: IPicture[];
66
67
  actorPictures?: IPicture[];
67
68
  examinerPictures?: IPicture[];
@@ -59,6 +59,9 @@ exports.OSCE_STATION_FIELDS = (0, client_1.gql) `
59
59
  id
60
60
  name
61
61
  }
62
+ picture {
63
+ ...PictureFields
64
+ }
62
65
  candidatePictures {
63
66
  ...PictureFields
64
67
  }
@@ -62,6 +62,7 @@ export interface IOsceStation {
62
62
  totalMarks: number;
63
63
  completedMarks: number;
64
64
  topics?: ITopic[];
65
+ picture: IPicture | null;
65
66
  candidatePictures?: IPicture[];
66
67
  actorPictures?: IPicture[];
67
68
  examinerPictures?: IPicture[];
@@ -56,6 +56,9 @@ export const OSCE_STATION_FIELDS = gql `
56
56
  id
57
57
  name
58
58
  }
59
+ picture {
60
+ ...PictureFields
61
+ }
59
62
  candidatePictures {
60
63
  ...PictureFields
61
64
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.6.241",
3
+ "version": "2.6.242",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",