add initPlaylistUploadStatus to UploadStreamWithDetails fragment
All checks were successful
Tests / Tests (pull_request) Successful in 10s
All checks were successful
Tests / Tests (pull_request) Successful in 10s
This commit is contained in:
@@ -6467,6 +6467,7 @@ export type UploadStreamWithDetailsFragment = {
|
||||
lastIntendedSegmentBound?: number | null;
|
||||
uploadCompletionCursor: number;
|
||||
uploadsCompleted: number;
|
||||
initPlaylistUploadStatus?: InitPlaylistUploadStatusEnum | null;
|
||||
} | null;
|
||||
};
|
||||
|
||||
@@ -6491,6 +6492,7 @@ export type GetUploadStreamsWithDetailsQuery = {
|
||||
lastIntendedSegmentBound?: number | null;
|
||||
uploadCompletionCursor: number;
|
||||
uploadsCompleted: number;
|
||||
initPlaylistUploadStatus?: InitPlaylistUploadStatusEnum | null;
|
||||
} | null;
|
||||
}>;
|
||||
pageInfo: {
|
||||
@@ -6833,6 +6835,7 @@ export const UploadStreamWithDetailsFragmentDoc = gql`
|
||||
lastIntendedSegmentBound
|
||||
uploadCompletionCursor
|
||||
uploadsCompleted
|
||||
initPlaylistUploadStatus
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
@@ -117,6 +117,7 @@ fragment UploadStreamWithDetails on VideoGQL {
|
||||
lastIntendedSegmentBound
|
||||
uploadCompletionCursor
|
||||
uploadsCompleted
|
||||
initPlaylistUploadStatus
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user