@quesmed/types-rn 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.
package/models/Video.d.ts CHANGED
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types-rn",
3
- "version": "2.6.208",
3
+ "version": "2.6.209",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -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