Merge pull request 'Add clientUploadStatus to VideoCardFields stream fragment' (#287) from dean/recording-feed-badge into master
Reviewed-on: #287
This commit is contained in:
@@ -4688,6 +4688,7 @@ export type GetFeedQuery = {
|
||||
streamSegmentType: StreamSegmentTypeEnum;
|
||||
isCompleted: boolean;
|
||||
lastSegmentUploadedAt?: any | null;
|
||||
clientUploadStatus?: ClientUploadStatusEnum | null;
|
||||
} | null;
|
||||
tags: Array<{
|
||||
__typename?: "VideoTag";
|
||||
@@ -4801,6 +4802,7 @@ export type VideoCardFieldsFragment = {
|
||||
streamSegmentType: StreamSegmentTypeEnum;
|
||||
isCompleted: boolean;
|
||||
lastSegmentUploadedAt?: any | null;
|
||||
clientUploadStatus?: ClientUploadStatusEnum | null;
|
||||
} | null;
|
||||
tags: Array<{
|
||||
__typename?: "VideoTag";
|
||||
@@ -4947,6 +4949,7 @@ export type GetVideoFeedQuery = {
|
||||
streamSegmentType: StreamSegmentTypeEnum;
|
||||
isCompleted: boolean;
|
||||
lastSegmentUploadedAt?: any | null;
|
||||
clientUploadStatus?: ClientUploadStatusEnum | null;
|
||||
} | null;
|
||||
tags: Array<{
|
||||
__typename?: "VideoTag";
|
||||
@@ -7880,6 +7883,7 @@ export type GetVideoCardQuery = {
|
||||
streamSegmentType: StreamSegmentTypeEnum;
|
||||
isCompleted: boolean;
|
||||
lastSegmentUploadedAt?: any | null;
|
||||
clientUploadStatus?: ClientUploadStatusEnum | null;
|
||||
} | null;
|
||||
tags: Array<{
|
||||
__typename?: "VideoTag";
|
||||
@@ -8706,6 +8710,7 @@ export const VideoCardFieldsFragmentDoc = gql`
|
||||
streamSegmentType
|
||||
isCompleted
|
||||
lastSegmentUploadedAt
|
||||
clientUploadStatus
|
||||
}
|
||||
tableSize
|
||||
pocketSize
|
||||
|
||||
@@ -44,6 +44,7 @@ fragment VideoCardFields on VideoGQL {
|
||||
streamSegmentType
|
||||
isCompleted
|
||||
lastSegmentUploadedAt
|
||||
clientUploadStatus
|
||||
}
|
||||
tableSize
|
||||
pocketSize
|
||||
|
||||
Reference in New Issue
Block a user