Compare commits
No commits in common. "30cf72de783ac794209a6eee6e9f441a77246c6b" and "cdd1cdd5261216a25bc3bf06da086e9ac07a95c6" have entirely different histories.
30cf72de78
...
cdd1cdd526
@ -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 {
|
||||
|
@ -51,7 +51,6 @@ query GetStreamMonitoringDetails($videoId: Int!) {
|
||||
isCompleted
|
||||
uploadCompletionCursor
|
||||
lastIntendedSegmentBound
|
||||
initPlaylistUploadStatus
|
||||
}
|
||||
currentProcessing {
|
||||
errors {
|
||||
|
Loading…
Reference in New Issue
Block a user