Merge pull request 'Add initPlaylistUploadStatus' (#20) from loewy/update-video-gql-operations into master

Reviewed-on: #20
This commit is contained in:
Ivan Malison 2024-07-16 20:24:58 -06:00
commit 30cf72de78
2 changed files with 3 additions and 0 deletions

View File

@ -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 {

View File

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