Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions types/defines/stream.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,6 @@ interface StreamBinding {
* @returns A handle for per-video operations.
*/
video(id: string): StreamVideoHandle;
/**
* Uploads a new video from a File.
* @param file The video file to upload.
* @returns The uploaded video details.
* @throws {BadRequestError} if the upload parameter is invalid
* @throws {QuotaReachedError} if the account storage capacity is exceeded
* @throws {MaxFileSizeError} if the file size is too large
* @throws {RateLimitedError} if the server received too many requests
* @throws {InternalError} if an unexpected error occurs
*/
upload(file: File): Promise<StreamVideo>;
/**
* Uploads a new video from a provided URL.
* @param url The URL to upload from.
Expand Down
11 changes: 0 additions & 11 deletions types/generated-snapshot/experimental/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13346,17 +13346,6 @@ interface StreamBinding {
* @returns A handle for per-video operations.
*/
video(id: string): StreamVideoHandle;
/**
* Uploads a new video from a File.
* @param file The video file to upload.
* @returns The uploaded video details.
* @throws {BadRequestError} if the upload parameter is invalid
* @throws {QuotaReachedError} if the account storage capacity is exceeded
* @throws {MaxFileSizeError} if the file size is too large
* @throws {RateLimitedError} if the server received too many requests
* @throws {InternalError} if an unexpected error occurs
*/
upload(file: File): Promise<StreamVideo>;
/**
* Uploads a new video from a provided URL.
* @param url The URL to upload from.
Expand Down
11 changes: 0 additions & 11 deletions types/generated-snapshot/experimental/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13303,17 +13303,6 @@ export interface StreamBinding {
* @returns A handle for per-video operations.
*/
video(id: string): StreamVideoHandle;
/**
* Uploads a new video from a File.
* @param file The video file to upload.
* @returns The uploaded video details.
* @throws {BadRequestError} if the upload parameter is invalid
* @throws {QuotaReachedError} if the account storage capacity is exceeded
* @throws {MaxFileSizeError} if the file size is too large
* @throws {RateLimitedError} if the server received too many requests
* @throws {InternalError} if an unexpected error occurs
*/
upload(file: File): Promise<StreamVideo>;
/**
* Uploads a new video from a provided URL.
* @param url The URL to upload from.
Expand Down
11 changes: 0 additions & 11 deletions types/generated-snapshot/latest/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12685,17 +12685,6 @@ interface StreamBinding {
* @returns A handle for per-video operations.
*/
video(id: string): StreamVideoHandle;
/**
* Uploads a new video from a File.
* @param file The video file to upload.
* @returns The uploaded video details.
* @throws {BadRequestError} if the upload parameter is invalid
* @throws {QuotaReachedError} if the account storage capacity is exceeded
* @throws {MaxFileSizeError} if the file size is too large
* @throws {RateLimitedError} if the server received too many requests
* @throws {InternalError} if an unexpected error occurs
*/
upload(file: File): Promise<StreamVideo>;
/**
* Uploads a new video from a provided URL.
* @param url The URL to upload from.
Expand Down
11 changes: 0 additions & 11 deletions types/generated-snapshot/latest/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12642,17 +12642,6 @@ export interface StreamBinding {
* @returns A handle for per-video operations.
*/
video(id: string): StreamVideoHandle;
/**
* Uploads a new video from a File.
* @param file The video file to upload.
* @returns The uploaded video details.
* @throws {BadRequestError} if the upload parameter is invalid
* @throws {QuotaReachedError} if the account storage capacity is exceeded
* @throws {MaxFileSizeError} if the file size is too large
* @throws {RateLimitedError} if the server received too many requests
* @throws {InternalError} if an unexpected error occurs
*/
upload(file: File): Promise<StreamVideo>;
/**
* Uploads a new video from a provided URL.
* @param url The URL to upload from.
Expand Down
Loading