@quesmed/types 2.5.82 → 2.5.83

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.
@@ -39,6 +39,16 @@ exports.DASHBOARD_OSCE = (0, client_1.gql) `
39
39
  completed
40
40
  total
41
41
  }
42
+ user {
43
+ examDate
44
+ userProgress {
45
+ marksheetCount
46
+ stationsCount
47
+ daysInCurrentStreak
48
+ daysInPreviousStreak
49
+ daysInLongestStreak
50
+ }
51
+ }
42
52
  }
43
53
  }
44
54
  `;
@@ -77,16 +87,6 @@ exports.OSCE_MARKSHEET_WINDOW = (0, client_1.gql) `
77
87
  score
78
88
  total
79
89
  }
80
- user {
81
- examDate
82
- userProgress {
83
- marksheetCount
84
- stationsCount
85
- daysInCurrentStreak
86
- daysInPreviousStreak
87
- daysInLongestStreak
88
- }
89
- }
90
90
  }
91
91
  }
92
92
  `;
@@ -36,6 +36,16 @@ export const DASHBOARD_OSCE = gql `
36
36
  completed
37
37
  total
38
38
  }
39
+ user {
40
+ examDate
41
+ userProgress {
42
+ marksheetCount
43
+ stationsCount
44
+ daysInCurrentStreak
45
+ daysInPreviousStreak
46
+ daysInLongestStreak
47
+ }
48
+ }
39
49
  }
40
50
  }
41
51
  `;
@@ -74,16 +84,6 @@ export const OSCE_MARKSHEET_WINDOW = gql `
74
84
  score
75
85
  total
76
86
  }
77
- user {
78
- examDate
79
- userProgress {
80
- marksheetCount
81
- stationsCount
82
- daysInCurrentStreak
83
- daysInPreviousStreak
84
- daysInLongestStreak
85
- }
86
- }
87
87
  }
88
88
  }
89
89
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.5.82",
3
+ "version": "2.5.83",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",