@quesmed/types 2.6.58 → 2.6.60

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.
@@ -360,7 +360,7 @@ const updateQuestionHighlights = (typeId) => (cache, result, options) => {
360
360
  return;
361
361
  }
362
362
  try {
363
- for (const { questionId, highlights } of variables.input) {
363
+ for (const { questionId, highlights } of addQuestionHighlight) {
364
364
  cache.writeFragment({
365
365
  id: cache.identify({
366
366
  id: questionId,
@@ -16,6 +16,10 @@ exports.CONCEPT = (0, client_1.gql) `
16
16
  id
17
17
  name
18
18
  typeId
19
+ entitlement {
20
+ id
21
+ name
22
+ }
19
23
  }
20
24
  chapter {
21
25
  ...ChapterFields
@@ -349,7 +349,7 @@ export const updateQuestionHighlights = (typeId) => (cache, result, options) =>
349
349
  return;
350
350
  }
351
351
  try {
352
- for (const { questionId, highlights } of variables.input) {
352
+ for (const { questionId, highlights } of addQuestionHighlight) {
353
353
  cache.writeFragment({
354
354
  id: cache.identify({
355
355
  id: questionId,
@@ -13,6 +13,10 @@ export const CONCEPT = gql `
13
13
  id
14
14
  name
15
15
  typeId
16
+ entitlement {
17
+ id
18
+ name
19
+ }
16
20
  }
17
21
  chapter {
18
22
  ...ChapterFields
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.6.58",
3
+ "version": "2.6.60",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",