@quesmed/types 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;
@@ -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
@@ -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;
@@ -27,6 +27,8 @@ export const OSCE_STATION_FIELDS = gql `
27
27
  name
28
28
  hiddenName
29
29
  status
30
+ createdBy
31
+ preDefined
30
32
  aiEnabled
31
33
  examinerQuestions {
32
34
  index
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.6.290",
3
+ "version": "2.6.291",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",