This commit is contained in:
Loewy 2024-05-21 13:29:39 -07:00
parent 92c18f8bf7
commit 810efa9898
2 changed files with 0 additions and 3 deletions

View File

@ -741,7 +741,6 @@ export type GetStreamMonitoringDetailsQuery = {
__typename?: "VideoProcessingErrorGQL"; __typename?: "VideoProcessingErrorGQL";
message: string; message: string;
startSegmentIndex?: number | null; startSegmentIndex?: number | null;
endSegmentIndex?: number | null;
}>; }>;
} | null; } | null;
}; };
@ -1724,7 +1723,6 @@ export const GetStreamMonitoringDetailsDocument = gql`
errors { errors {
message message
startSegmentIndex startSegmentIndex
endSegmentIndex
} }
} }
} }

View File

@ -56,7 +56,6 @@ query GetStreamMonitoringDetails($videoId: Int!) {
errors { errors {
message message
startSegmentIndex startSegmentIndex
endSegmentIndex
} }
} }
} }