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