Skip to content

Commit 88190e0

Browse files
author
Chris Connelly
committed
Export VideoUploadResponse
This type is a key part of the API, so its useful for it to be exported in the package's types.
1 parent bcdd5b8 commit 88190e0

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)