@quesmed/types 2.6.208 → 2.6.209

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.
@@ -12,6 +12,8 @@ export declare enum EVideoFilter {
12
12
  export type IVideoTokens = {
13
13
  playback: string;
14
14
  thumbnail: string;
15
+ storyboard: string;
16
+ gif: string;
15
17
  };
16
18
  export interface IVideo {
17
19
  id: Id;
@@ -21,6 +21,8 @@ exports.VIDEO = (0, client_1.gql) `
21
21
  tokens {
22
22
  playback
23
23
  thumbnail
24
+ storyboard
25
+ gif
24
26
  }
25
27
  concepts {
26
28
  id
@@ -66,6 +66,8 @@ exports.SAMPLE_VIDEO = (0, client_1.gql) `
66
66
  tokens {
67
67
  playback
68
68
  thumbnail
69
+ storyboard
70
+ gif
69
71
  }
70
72
  concepts {
71
73
  id
@@ -12,6 +12,8 @@ export declare enum EVideoFilter {
12
12
  export type IVideoTokens = {
13
13
  playback: string;
14
14
  thumbnail: string;
15
+ storyboard: string;
16
+ gif: string;
15
17
  };
16
18
  export interface IVideo {
17
19
  id: Id;
@@ -18,6 +18,8 @@ export const VIDEO = gql `
18
18
  tokens {
19
19
  playback
20
20
  thumbnail
21
+ storyboard
22
+ gif
21
23
  }
22
24
  concepts {
23
25
  id
@@ -63,6 +63,8 @@ export const SAMPLE_VIDEO = gql `
63
63
  tokens {
64
64
  playback
65
65
  thumbnail
66
+ storyboard
67
+ gif
66
68
  }
67
69
  concepts {
68
70
  id
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.6.208",
3
+ "version": "2.6.209",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",