@quesmed/types-rn 2.6.290 → 2.6.291

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.
@@ -143,6 +143,8 @@ export interface IOsceStation {
143
143
  userNote: null | IUserStationNote;
144
144
  public: boolean;
145
145
  clinicalData?: IClinicalDataModule[];
146
+ preDefined?: boolean;
147
+ createdBy?: Id;
146
148
  }
147
149
  export interface IOsceStationTopic {
148
150
  id: Id;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types-rn",
3
- "version": "2.6.290",
3
+ "version": "2.6.291",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -30,6 +30,8 @@ exports.OSCE_STATION_FIELDS = (0, client_1.gql) `
30
30
  name
31
31
  hiddenName
32
32
  status
33
+ createdBy
34
+ preDefined
33
35
  aiEnabled
34
36
  examinerQuestions {
35
37
  index