Add streamSegmentType to Stream
This commit is contained in:
@@ -1268,6 +1268,7 @@ export type UploadStreamGql = {
|
||||
resolution: VideoResolutionGql;
|
||||
segmentProcessingCursor: Scalars["Int"]["output"];
|
||||
segments: Array<UploadSegmentGql>;
|
||||
streamSegmentType: StreamSegmentTypeEnum;
|
||||
updatedAt: Scalars["DateTime"]["output"];
|
||||
uploadCompletionCursor: Scalars["Int"]["output"];
|
||||
uploadsCompleted: Scalars["Int"]["output"];
|
||||
@@ -1808,6 +1809,7 @@ export type GetVideoQuery = {
|
||||
}>;
|
||||
stream?: {
|
||||
__typename?: "UploadStreamGQL";
|
||||
streamSegmentType: StreamSegmentTypeEnum;
|
||||
segments: Array<{
|
||||
__typename?: "UploadSegmentGQL";
|
||||
segmentIndex: number;
|
||||
@@ -3325,6 +3327,7 @@ export const GetVideoDocument = gql`
|
||||
}
|
||||
}
|
||||
stream {
|
||||
streamSegmentType
|
||||
segments {
|
||||
segmentIndex
|
||||
endFrameIndex
|
||||
|
||||
Reference in New Issue
Block a user