@quesmed/types 2.6.207 → 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.
@@ -9,6 +9,12 @@ export declare enum EVideoFilter {
9
9
  PERSONAL = 2,
10
10
  LIVE = 3
11
11
  }
12
+ export type IVideoTokens = {
13
+ playback: string;
14
+ thumbnail: string;
15
+ storyboard: string;
16
+ gif: string;
17
+ };
12
18
  export interface IVideo {
13
19
  id: Id;
14
20
  createdAt: number | Date;
@@ -18,6 +24,8 @@ export interface IVideo {
18
24
  endTime: number | Date;
19
25
  title: string;
20
26
  museId: string;
27
+ assetId: string;
28
+ playbackId: string;
21
29
  thumbnail: string;
22
30
  views: number;
23
31
  live: boolean;
@@ -34,6 +42,7 @@ export interface IVideo {
34
42
  viewsToday?: number | null;
35
43
  status?: EUserLearningStatus | null;
36
44
  userViewed?: boolean;
45
+ tokens: IVideoTokens;
37
46
  }
38
47
  export interface IVideoOsceStation {
39
48
  id: Id;
@@ -16,6 +16,14 @@ exports.VIDEO = (0, client_1.gql) `
16
16
  views
17
17
  userViewed
18
18
  thumbnail
19
+ playbackId
20
+ assetId
21
+ tokens {
22
+ playback
23
+ thumbnail
24
+ storyboard
25
+ gif
26
+ }
19
27
  concepts {
20
28
  id
21
29
  name
@@ -61,6 +61,14 @@ exports.SAMPLE_VIDEO = (0, client_1.gql) `
61
61
  views
62
62
  userViewed
63
63
  thumbnail
64
+ playbackId
65
+ assetId
66
+ tokens {
67
+ playback
68
+ thumbnail
69
+ storyboard
70
+ gif
71
+ }
64
72
  concepts {
65
73
  id
66
74
  name
@@ -9,6 +9,12 @@ export declare enum EVideoFilter {
9
9
  PERSONAL = 2,
10
10
  LIVE = 3
11
11
  }
12
+ export type IVideoTokens = {
13
+ playback: string;
14
+ thumbnail: string;
15
+ storyboard: string;
16
+ gif: string;
17
+ };
12
18
  export interface IVideo {
13
19
  id: Id;
14
20
  createdAt: number | Date;
@@ -18,6 +24,8 @@ export interface IVideo {
18
24
  endTime: number | Date;
19
25
  title: string;
20
26
  museId: string;
27
+ assetId: string;
28
+ playbackId: string;
21
29
  thumbnail: string;
22
30
  views: number;
23
31
  live: boolean;
@@ -34,6 +42,7 @@ export interface IVideo {
34
42
  viewsToday?: number | null;
35
43
  status?: EUserLearningStatus | null;
36
44
  userViewed?: boolean;
45
+ tokens: IVideoTokens;
37
46
  }
38
47
  export interface IVideoOsceStation {
39
48
  id: Id;
@@ -13,6 +13,14 @@ export const VIDEO = gql `
13
13
  views
14
14
  userViewed
15
15
  thumbnail
16
+ playbackId
17
+ assetId
18
+ tokens {
19
+ playback
20
+ thumbnail
21
+ storyboard
22
+ gif
23
+ }
16
24
  concepts {
17
25
  id
18
26
  name
@@ -58,6 +58,14 @@ export const SAMPLE_VIDEO = gql `
58
58
  views
59
59
  userViewed
60
60
  thumbnail
61
+ playbackId
62
+ assetId
63
+ tokens {
64
+ playback
65
+ thumbnail
66
+ storyboard
67
+ gif
68
+ }
61
69
  concepts {
62
70
  id
63
71
  name
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.6.207",
3
+ "version": "2.6.209",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",