Compare commits
2 Commits
cdd1cdd526
...
30cf72de78
| Author | SHA1 | Date | |
|---|---|---|---|
| 30cf72de78 | |||
| fd49dec34c |
@@ -1472,6 +1472,7 @@ export type GetStreamMonitoringDetailsQuery = {
|
||||
isCompleted: boolean;
|
||||
uploadCompletionCursor: number;
|
||||
lastIntendedSegmentBound?: number | null;
|
||||
initPlaylistUploadStatus?: InitPlaylistUploadStatusEnum | null;
|
||||
} | null;
|
||||
currentProcessing?: {
|
||||
__typename?: "VideoProcessingGQL";
|
||||
@@ -2671,6 +2672,7 @@ export const GetStreamMonitoringDetailsDocument = gql`
|
||||
isCompleted
|
||||
uploadCompletionCursor
|
||||
lastIntendedSegmentBound
|
||||
initPlaylistUploadStatus
|
||||
}
|
||||
currentProcessing {
|
||||
errors {
|
||||
|
||||
@@ -51,6 +51,7 @@ query GetStreamMonitoringDetails($videoId: Int!) {
|
||||
isCompleted
|
||||
uploadCompletionCursor
|
||||
lastIntendedSegmentBound
|
||||
initPlaylistUploadStatus
|
||||
}
|
||||
currentProcessing {
|
||||
errors {
|
||||
|
||||
Reference in New Issue
Block a user