Compare commits
No commits in common. "30cf72de783ac794209a6eee6e9f441a77246c6b" and "cdd1cdd5261216a25bc3bf06da086e9ac07a95c6" have entirely different histories.
30cf72de78
...
cdd1cdd526
@ -1472,7 +1472,6 @@ export type GetStreamMonitoringDetailsQuery = {
|
|||||||
isCompleted: boolean;
|
isCompleted: boolean;
|
||||||
uploadCompletionCursor: number;
|
uploadCompletionCursor: number;
|
||||||
lastIntendedSegmentBound?: number | null;
|
lastIntendedSegmentBound?: number | null;
|
||||||
initPlaylistUploadStatus?: InitPlaylistUploadStatusEnum | null;
|
|
||||||
} | null;
|
} | null;
|
||||||
currentProcessing?: {
|
currentProcessing?: {
|
||||||
__typename?: "VideoProcessingGQL";
|
__typename?: "VideoProcessingGQL";
|
||||||
@ -2672,7 +2671,6 @@ export const GetStreamMonitoringDetailsDocument = gql`
|
|||||||
isCompleted
|
isCompleted
|
||||||
uploadCompletionCursor
|
uploadCompletionCursor
|
||||||
lastIntendedSegmentBound
|
lastIntendedSegmentBound
|
||||||
initPlaylistUploadStatus
|
|
||||||
}
|
}
|
||||||
currentProcessing {
|
currentProcessing {
|
||||||
errors {
|
errors {
|
||||||
|
@ -51,7 +51,6 @@ query GetStreamMonitoringDetails($videoId: Int!) {
|
|||||||
isCompleted
|
isCompleted
|
||||||
uploadCompletionCursor
|
uploadCompletionCursor
|
||||||
lastIntendedSegmentBound
|
lastIntendedSegmentBound
|
||||||
initPlaylistUploadStatus
|
|
||||||
}
|
}
|
||||||
currentProcessing {
|
currentProcessing {
|
||||||
errors {
|
errors {
|
||||||
|
Loading…
Reference in New Issue
Block a user