Compare commits

..

1 Commits

Author SHA1 Message Date
5c5c92bf69 Merge commit '88634a32e9919c283284fa52bf1d197582058706' into HEAD 2026-06-08 16:21:06 -07:00
2 changed files with 0 additions and 8 deletions

View File

@@ -6896,10 +6896,8 @@ export type UploadStreamWithDetailsFragment = {
startTime?: any | null;
stream?: {
__typename?: "UploadStreamGQL";
id: string;
isCompleted: boolean;
lastIntendedSegmentBound?: number | null;
streamSegmentType: StreamSegmentTypeEnum;
uploadCompletionCursor: number;
uploadsCompleted: number;
} | null;
@@ -6922,10 +6920,8 @@ export type GetUploadStreamsWithDetailsQuery = {
startTime?: any | null;
stream?: {
__typename?: "UploadStreamGQL";
id: string;
isCompleted: boolean;
lastIntendedSegmentBound?: number | null;
streamSegmentType: StreamSegmentTypeEnum;
uploadCompletionCursor: number;
uploadsCompleted: number;
} | null;
@@ -7313,10 +7309,8 @@ export const UploadStreamWithDetailsFragmentDoc = gql`
name
startTime
stream {
id
isCompleted
lastIntendedSegmentBound
streamSegmentType
uploadCompletionCursor
uploadsCompleted
}

View File

@@ -113,10 +113,8 @@ fragment UploadStreamWithDetails on VideoGQL {
name
startTime
stream {
id
isCompleted
lastIntendedSegmentBound
streamSegmentType
uploadCompletionCursor
uploadsCompleted
}