add initPlaylistUploadStatus
All checks were successful
Tests / Tests (pull_request) Successful in 8s

This commit is contained in:
2024-07-16 19:23:54 -07:00
parent cdd1cdd526
commit fd49dec34c
2 changed files with 3 additions and 0 deletions

View File

@@ -1472,6 +1472,7 @@ 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";
@@ -2671,6 +2672,7 @@ export const GetStreamMonitoringDetailsDocument = gql`
isCompleted isCompleted
uploadCompletionCursor uploadCompletionCursor
lastIntendedSegmentBound lastIntendedSegmentBound
initPlaylistUploadStatus
} }
currentProcessing { currentProcessing {
errors { errors {

View File

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