@quesmed/types 2.5.2 → 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
@@ -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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.5.2",
3
+ "version": "2.5.3",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",