@quesmed/types-rn 2.6.227 → 2.6.232

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.
@@ -75,6 +75,7 @@ export interface IMarksheetSection {
75
75
  completed: boolean;
76
76
  name: string;
77
77
  intro: string;
78
+ timeLimitSeconds: number;
78
79
  marks: IMarksheetMark[];
79
80
  }
80
81
  export interface IMarksheet {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types-rn",
3
- "version": "2.6.227",
3
+ "version": "2.6.232",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -56,6 +56,7 @@ exports.MARKSHEET_SECTION_FIELDS = (0, client_1.gql) `
56
56
  completed
57
57
  name
58
58
  intro
59
+ timeLimitSeconds
59
60
  marks {
60
61
  ...MarksheetMarkFields
61
62
  }