Compare commits

..

No commits in common. "30cf72de783ac794209a6eee6e9f441a77246c6b" and "cdd1cdd5261216a25bc3bf06da086e9ac07a95c6" have entirely different histories.

2 changed files with 0 additions and 3 deletions

View File

@ -1472,7 +1472,6 @@ export type GetStreamMonitoringDetailsQuery = {
isCompleted: boolean;
uploadCompletionCursor: number;
lastIntendedSegmentBound?: number | null;
initPlaylistUploadStatus?: InitPlaylistUploadStatusEnum | null;
} | null;
currentProcessing?: {
__typename?: "VideoProcessingGQL";
@ -2672,7 +2671,6 @@ export const GetStreamMonitoringDetailsDocument = gql`
isCompleted
uploadCompletionCursor
lastIntendedSegmentBound
initPlaylistUploadStatus
}
currentProcessing {
errors {

View File

@ -51,7 +51,6 @@ query GetStreamMonitoringDetails($videoId: Int!) {
isCompleted
uploadCompletionCursor
lastIntendedSegmentBound
initPlaylistUploadStatus
}
currentProcessing {
errors {