@quesmed/types 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.
@@ -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
  }
@@ -1,12 +1,13 @@
1
1
  import { gql } from '@apollo/client';
2
- import { PICTURE_FIELDS } from './picture';
3
2
  import { HIGHLIGHT_FIELDS } from './highlight';
3
+ import { PICTURE_FIELDS } from './picture';
4
4
  export const CHAPTER_FIELDS = gql `
5
5
  ${PICTURE_FIELDS}
6
6
  ${HIGHLIGHT_FIELDS}
7
7
  fragment ChapterFields on Chapter {
8
8
  id
9
9
  explanation
10
+ summary
10
11
  typeId
11
12
  pictures {
12
13
  ...PictureFields
@@ -38,6 +38,7 @@ export const SAMPLE_VIDEOS = gql `
38
38
  chapter {
39
39
  id
40
40
  explanation
41
+ summary
41
42
  pictures {
42
43
  ...PictureFields
43
44
  }
@@ -63,6 +64,7 @@ export const SAMPLE_VIDEO = gql `
63
64
  chapter {
64
65
  id
65
66
  explanation
67
+ summary
66
68
  pictures {
67
69
  ...PictureFields
68
70
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.6.150",
3
+ "version": "2.6.151",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",