@quesmed/types-rn 2.2.70 → 2.2.73

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.70",
3
+ "version": "2.2.73",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -64,7 +64,20 @@ exports.COMPLETED_CARDS = (0, client_1.gql) `
64
64
  question
65
65
  explanation
66
66
  pictures {
67
- ...PictureFields
67
+ id
68
+ createdAt
69
+ updatedAt
70
+ name
71
+ caption
72
+ path
73
+ path512
74
+ path256
75
+ topicId
76
+ topic {
77
+ id
78
+ name
79
+ typeId
80
+ }
68
81
  }
69
82
  }
70
83
  }
@@ -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