@quesmed/types-rn 2.2.72 → 2.2.75

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/models/User.d.ts CHANGED
@@ -29,6 +29,7 @@ export interface IPayload {
29
29
  qbankSubscriptionEndDate: number | null;
30
30
  osceSubscriptionEndDate: number | null;
31
31
  bundleSubscriptionEndDate: number | null;
32
+ ver: number;
32
33
  }
33
34
  export interface IDailyProgressInfo {
34
35
  totalCount: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types-rn",
3
- "version": "2.2.72",
3
+ "version": "2.2.75",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -21,6 +21,7 @@ exports.USER_FIELDS = (0, client_1.gql) `
21
21
  qbankSubscriptionEndDate
22
22
  osceSubscriptionEndDate
23
23
  bundleSubscriptionEndDate
24
+ tocAccepted
24
25
 
25
26
  # user-specific keys
26
27
  # marksheets
@@ -126,6 +126,7 @@ exports.REMOVE_FROM_DAILY_STACK = (0, client_1.gql) `
126
126
  conceptId: $conceptId
127
127
  ) {
128
128
  id
129
+ cardId
129
130
  concept {
130
131
  id
131
132
  name