@quesmed/types 2.5.1 → 2.5.3

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.
@@ -12,6 +12,7 @@ export interface IMarksheetsVar {
12
12
  date?: string;
13
13
  offset?: number;
14
14
  solo?: boolean;
15
+ period?: number;
15
16
  };
16
17
  }
17
18
  export type IMarksheetsData = RestrictedData<{
@@ -609,6 +609,14 @@ exports.MARKSHEETS = (0, client_1.gql) `
609
609
  id
610
610
  displayName
611
611
  }
612
+ marks {
613
+ question {
614
+ topic {
615
+ typeId
616
+ name
617
+ }
618
+ }
619
+ }
612
620
  }
613
621
  total
614
622
  score
@@ -14,7 +14,8 @@ export interface IDashboardOsceVar {
14
14
  export type IDashboardOsceData = RestrictedData<graphqlNormalize & IDashboardOsce, 'dashboardOsce'>;
15
15
  export declare const OSCE_MARKSHEETS: import("@apollo/client").DocumentNode;
16
16
  export interface IOsceMarksheetsVar {
17
- solo: boolean;
17
+ solo?: boolean;
18
+ days?: number;
18
19
  }
19
20
  export type IOsceMarksheetsData = RestrictedData<(graphqlNormalize & IOsceMarksheet)[], 'osceMarksheets'>;
20
21
  export declare const OSCE_MARKSHEET: import("@apollo/client").DocumentNode;
@@ -45,9 +45,9 @@ exports.DASHBOARD_OSCE = (0, client_1.gql) `
45
45
  exports.OSCE_MARKSHEETS = (0, client_1.gql) `
46
46
  ${osce_2.OSCE_STATION_FIELDS}
47
47
  ${osce_1.OSCE_MARKSHEET_FIELDS}
48
- query OsceMarksheets($solo: Boolean!) {
48
+ query OsceMarksheets($solo: Boolean, $days: Int) {
49
49
  restricted {
50
- osceMarksheets(solo: $solo) {
50
+ osceMarksheets(solo: $solo, days: $days) {
51
51
  ...OsceMarksheetFields
52
52
  osceStation {
53
53
  ...OsceStationFields
@@ -56,6 +56,7 @@ exports.OSCE_MARKSHEETS = (0, client_1.gql) `
56
56
  }
57
57
  }
58
58
  `;
59
+ ;
59
60
  exports.OSCE_MARKSHEET = (0, client_1.gql) `
60
61
  ${osce_2.OSCE_STATION_FIELDS}
61
62
  ${osce_1.OSCE_MARKSHEET_FIELDS}
@@ -12,6 +12,7 @@ export interface IMarksheetsVar {
12
12
  date?: string;
13
13
  offset?: number;
14
14
  solo?: boolean;
15
+ period?: number;
15
16
  };
16
17
  }
17
18
  export type IMarksheetsData = RestrictedData<{
@@ -606,6 +606,14 @@ export const MARKSHEETS = gql `
606
606
  id
607
607
  displayName
608
608
  }
609
+ marks {
610
+ question {
611
+ topic {
612
+ typeId
613
+ name
614
+ }
615
+ }
616
+ }
609
617
  }
610
618
  total
611
619
  score
@@ -14,7 +14,8 @@ export interface IDashboardOsceVar {
14
14
  export type IDashboardOsceData = RestrictedData<graphqlNormalize & IDashboardOsce, 'dashboardOsce'>;
15
15
  export declare const OSCE_MARKSHEETS: import("@apollo/client").DocumentNode;
16
16
  export interface IOsceMarksheetsVar {
17
- solo: boolean;
17
+ solo?: boolean;
18
+ days?: number;
18
19
  }
19
20
  export type IOsceMarksheetsData = RestrictedData<(graphqlNormalize & IOsceMarksheet)[], 'osceMarksheets'>;
20
21
  export declare const OSCE_MARKSHEET: import("@apollo/client").DocumentNode;
@@ -42,9 +42,9 @@ export const DASHBOARD_OSCE = gql `
42
42
  export const OSCE_MARKSHEETS = gql `
43
43
  ${OSCE_STATION_FIELDS}
44
44
  ${OSCE_MARKSHEET_FIELDS}
45
- query OsceMarksheets($solo: Boolean!) {
45
+ query OsceMarksheets($solo: Boolean, $days: Int) {
46
46
  restricted {
47
- osceMarksheets(solo: $solo) {
47
+ osceMarksheets(solo: $solo, days: $days) {
48
48
  ...OsceMarksheetFields
49
49
  osceStation {
50
50
  ...OsceStationFields
@@ -53,6 +53,7 @@ export const OSCE_MARKSHEETS = gql `
53
53
  }
54
54
  }
55
55
  `;
56
+ ;
56
57
  export const OSCE_MARKSHEET = gql `
57
58
  ${OSCE_STATION_FIELDS}
58
59
  ${OSCE_MARKSHEET_FIELDS}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.5.1",
3
+ "version": "2.5.3",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",