@quesmed/types 2.2.49 → 2.2.50

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.
@@ -95,6 +95,7 @@ exports.ADD_TO_DAILY_STACK = (0, client_1.gql) `
95
95
  score
96
96
  iteration
97
97
  optimalFactor
98
+ cardId
98
99
  card {
99
100
  id
100
101
  conceptId
@@ -67,16 +67,3 @@ exports.USER_COMPLETED_DATA = (0, client_1.gql) `
67
67
  }
68
68
  }
69
69
  `;
70
- // id: Int
71
- // createdAt: Date
72
- // updatedAt: Date
73
- // deletedAt: Date
74
- // cardId: Int
75
- // card: Card
76
- // userId: Int
77
- // concept: Concept
78
- // lastSeen: Date
79
- // reviewDate: Date
80
- // score: Float
81
- // iteration: Int
82
- // optimalFactor: Float
@@ -91,6 +91,7 @@ export const ADD_TO_DAILY_STACK = gql `
91
91
  score
92
92
  iteration
93
93
  optimalFactor
94
+ cardId
94
95
  card {
95
96
  id
96
97
  conceptId
@@ -64,16 +64,3 @@ export const USER_COMPLETED_DATA = gql `
64
64
  }
65
65
  }
66
66
  `;
67
- // id: Int
68
- // createdAt: Date
69
- // updatedAt: Date
70
- // deletedAt: Date
71
- // cardId: Int
72
- // card: Card
73
- // userId: Int
74
- // concept: Concept
75
- // lastSeen: Date
76
- // reviewDate: Date
77
- // score: Float
78
- // iteration: Int
79
- // optimalFactor: Float
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.2.49",
3
+ "version": "2.2.50",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",