@quesmed/types 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.
@@ -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;
@@ -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
@@ -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;
@@ -18,6 +18,7 @@ export const USER_FIELDS = gql `
18
18
  qbankSubscriptionEndDate
19
19
  osceSubscriptionEndDate
20
20
  bundleSubscriptionEndDate
21
+ tocAccepted
21
22
 
22
23
  # user-specific keys
23
24
  # marksheets
@@ -122,6 +122,7 @@ export const REMOVE_FROM_DAILY_STACK = gql `
122
122
  conceptId: $conceptId
123
123
  ) {
124
124
  id
125
+ cardId
125
126
  concept {
126
127
  id
127
128
  name
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.2.72",
3
+ "version": "2.2.75",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",