Skip to content

Commit a226b3c

Browse files
Merge pull request #14 from fearlesslabs/export-videouploadresponse
Export `VideoUploadResponse`
2 parents bcdd5b8 + 88190e0 commit a226b3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export { UploadProgressEvent, VideoUploader, VideoUploaderOptionsWithAccessToken, VideoUploaderOptionsWithUploadToken } from "./video-uploader";
22
export { ProgressiveUploadProgressEvent, ProgressiveUploader, ProgressiveUploaderOptionsWithAccessToken, ProgressiveUploaderOptionsWithUploadToken } from './progressive-video-uploader';
3-
export { MIN_CHUNK_SIZE, MAX_CHUNK_SIZE } from './common';
3+
export { VideoUploadResponse, MIN_CHUNK_SIZE, MAX_CHUNK_SIZE } from './common';

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export { UploadProgressEvent, VideoUploader, VideoUploaderOptionsWithAccessToken, VideoUploaderOptionsWithUploadToken } from "./video-uploader";
22
export { ProgressiveUploadProgressEvent, ProgressiveUploader, ProgressiveUploaderOptionsWithAccessToken, ProgressiveUploaderOptionsWithUploadToken } from './progressive-video-uploader';
3-
export { MIN_CHUNK_SIZE, MAX_CHUNK_SIZE } from './common';
3+
export { VideoUploadResponse, MIN_CHUNK_SIZE, MAX_CHUNK_SIZE } from './common';

0 commit comments

Comments
 (0)