diff --git a/src/index.tsx b/src/index.tsx index d40e6a4..8c68282 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -3541,6 +3541,7 @@ export type UploadStreamGql = { initPlaylistUploadStatus?: Maybe; isCompleted: Scalars["Boolean"]["output"]; lastIntendedSegmentBound?: Maybe; + lastSegmentUploadedAt?: Maybe; linksRequested: Scalars["Int"]["output"]; lowestUnuploadedSegmentIndex: Scalars["Int"]["output"]; resolution: VideoResolutionGql; diff --git a/src/schema.gql b/src/schema.gql index 7a6d0d0..1acdda3 100644 --- a/src/schema.gql +++ b/src/schema.gql @@ -530,6 +530,7 @@ type UploadStreamGQL { initPlaylistUploadStatus: InitPlaylistUploadStatusEnum lowestUnuploadedSegmentIndex: Int! uploadCompletionCursor: Int! + lastSegmentUploadedAt: DateTime errors: [StreamErrorGQL!]! createdAt: DateTime! updatedAt: DateTime!