@quesmed/types-rn 2.6.150 → 2.6.151

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.6.150",
3
+ "version": "2.6.151",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -2,14 +2,15 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CHAPTER_WITH_HIGHLIGHT_FIELDS = exports.CHAPTER_FIELDS = void 0;
4
4
  const client_1 = require("@apollo/client");
5
- const picture_1 = require("./picture");
6
5
  const highlight_1 = require("./highlight");
6
+ const picture_1 = require("./picture");
7
7
  exports.CHAPTER_FIELDS = (0, client_1.gql) `
8
8
  ${picture_1.PICTURE_FIELDS}
9
9
  ${highlight_1.HIGHLIGHT_FIELDS}
10
10
  fragment ChapterFields on Chapter {
11
11
  id
12
12
  explanation
13
+ summary
13
14
  typeId
14
15
  pictures {
15
16
  ...PictureFields
@@ -41,6 +41,7 @@ exports.SAMPLE_VIDEOS = (0, client_1.gql) `
41
41
  chapter {
42
42
  id
43
43
  explanation
44
+ summary
44
45
  pictures {
45
46
  ...PictureFields
46
47
  }
@@ -66,6 +67,7 @@ exports.SAMPLE_VIDEO = (0, client_1.gql) `
66
67
  chapter {
67
68
  id
68
69
  explanation
70
+ summary
69
71
  pictures {
70
72
  ...PictureFields
71
73
  }