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