@quesmed/types 2.2.76 → 2.2.77

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.
@@ -72,8 +72,17 @@ exports.DASHBOARD_QBANK = (0, client_1.gql) `
72
72
  dailyTask
73
73
  }
74
74
  dailyProgress {
75
- totalCount
75
+ date
76
76
  dateString
77
+ intensity
78
+ totalCorrect
79
+ totalCount
80
+ }
81
+ monthlyProgress {
82
+ marksheetCount
83
+ questionsCount
84
+ daysInCurrentStreak
85
+ daysInLongestStreak
77
86
  }
78
87
  }
79
88
  totalQuestions
@@ -69,8 +69,17 @@ export const DASHBOARD_QBANK = gql `
69
69
  dailyTask
70
70
  }
71
71
  dailyProgress {
72
- totalCount
72
+ date
73
73
  dateString
74
+ intensity
75
+ totalCorrect
76
+ totalCount
77
+ }
78
+ monthlyProgress {
79
+ marksheetCount
80
+ questionsCount
81
+ daysInCurrentStreak
82
+ daysInLongestStreak
74
83
  }
75
84
  }
76
85
  totalQuestions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.2.76",
3
+ "version": "2.2.77",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",