@quesmed/types 2.6.261 → 2.6.263

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.
@@ -18,6 +18,7 @@ export interface ICircuit {
18
18
  createdAt: number | Date;
19
19
  updatedAt: number | Date;
20
20
  userId: number;
21
+ description: string;
21
22
  name: string;
22
23
  preDefined: boolean;
23
24
  stations?: IOsceStation[];
@@ -72,6 +72,7 @@ export interface IOsceStationMark {
72
72
  osceStationId: Id;
73
73
  header: string;
74
74
  name: string;
75
+ weight?: number;
75
76
  choices?: IPaceScore[];
76
77
  }
77
78
  export declare enum EOsceType {
@@ -12,6 +12,7 @@ ${picture_1.PICTURE_FIELDS}
12
12
  updatedAt
13
13
  userId
14
14
  name
15
+ description
15
16
  preDefined
16
17
  stations {
17
18
  id
@@ -11,6 +11,7 @@ exports.OSCE_STATION_MARK_FIELDS = (0, client_1.gql) `
11
11
  osceStationId
12
12
  header
13
13
  name
14
+ weight
14
15
  choices {
15
16
  id
16
17
  name
@@ -18,6 +18,7 @@ export interface ICircuit {
18
18
  createdAt: number | Date;
19
19
  updatedAt: number | Date;
20
20
  userId: number;
21
+ description: string;
21
22
  name: string;
22
23
  preDefined: boolean;
23
24
  stations?: IOsceStation[];
@@ -72,6 +72,7 @@ export interface IOsceStationMark {
72
72
  osceStationId: Id;
73
73
  header: string;
74
74
  name: string;
75
+ weight?: number;
75
76
  choices?: IPaceScore[];
76
77
  }
77
78
  export declare enum EOsceType {
@@ -9,6 +9,7 @@ ${PICTURE_FIELDS}
9
9
  updatedAt
10
10
  userId
11
11
  name
12
+ description
12
13
  preDefined
13
14
  stations {
14
15
  id
@@ -8,6 +8,7 @@ export const OSCE_STATION_MARK_FIELDS = gql `
8
8
  osceStationId
9
9
  header
10
10
  name
11
+ weight
11
12
  choices {
12
13
  id
13
14
  name
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.6.261",
3
+ "version": "2.6.263",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",