diff --git a/src/index.tsx b/src/index.tsx index bb2cd70..a7817d3 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -3191,6 +3191,7 @@ export type GetFeedQuery = { id: string; lastIntendedSegmentBound?: number | null; isCompleted: boolean; + streamSegmentType: StreamSegmentTypeEnum; } | null; tags: Array<{ __typename?: "VideoTag"; @@ -3264,6 +3265,7 @@ export type VideoCardFieldsFragment = { id: string; lastIntendedSegmentBound?: number | null; isCompleted: boolean; + streamSegmentType: StreamSegmentTypeEnum; } | null; tags: Array<{ __typename?: "VideoTag"; @@ -3340,6 +3342,7 @@ export type GetVideoFeedQuery = { id: string; lastIntendedSegmentBound?: number | null; isCompleted: boolean; + streamSegmentType: StreamSegmentTypeEnum; } | null; tags: Array<{ __typename?: "VideoTag"; @@ -5145,6 +5148,7 @@ export const VideoCardFieldsFragmentDoc = gql` id lastIntendedSegmentBound isCompleted + streamSegmentType } tableSize tags { diff --git a/src/operations/feed.gql b/src/operations/feed.gql index 419e064..cb270f3 100644 --- a/src/operations/feed.gql +++ b/src/operations/feed.gql @@ -40,6 +40,7 @@ fragment VideoCardFields on VideoGQL { id lastIntendedSegmentBound isCompleted + streamSegmentType } tableSize tags {