From 457d375bed487a95ccd6bc76c961e09fd51b2abb Mon Sep 17 00:00:00 2001 From: Kat Huang Date: Thu, 14 Nov 2024 00:18:57 -0700 Subject: [PATCH] Add ID to user processing --- src/index.tsx | 2 ++ src/operations/video.gql | 1 + 2 files changed, 3 insertions(+) diff --git a/src/index.tsx b/src/index.tsx index b4b8e80..7890ab7 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -3516,6 +3516,7 @@ export type GetStreamMonitoringDetailsQuery = { } | null; currentProcessing?: { __typename?: "VideoProcessingGQL"; + id: number; errors: Array<{ __typename?: "VideoProcessingErrorGQL"; message: string; @@ -6287,6 +6288,7 @@ export const GetStreamMonitoringDetailsDocument = gql` initPlaylistUploadStatus } currentProcessing { + id errors { message startSegmentIndex diff --git a/src/operations/video.gql b/src/operations/video.gql index 140cd8c..965300b 100644 --- a/src/operations/video.gql +++ b/src/operations/video.gql @@ -18,6 +18,7 @@ query GetStreamMonitoringDetails($videoId: Int!, $debuggingJson: JSON) { initPlaylistUploadStatus } currentProcessing { + id errors { message startSegmentIndex