@quesmed/types-rn 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types-rn",
3
- "version": "2.2.49",
3
+ "version": "2.2.50",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -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