diff --git a/src/index.tsx b/src/index.tsx index 6a473d8..573100b 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1447,7 +1447,7 @@ export type VideoMetadataInput = { resolution?: InputMaybe; startTime?: InputMaybe; streamSegmentType?: InputMaybe; - tableSize?: InputMaybe; + tableSize: Scalars["Float"]["input"]; uploadStreamMetadataInput?: InputMaybe; videoName?: InputMaybe; }; diff --git a/src/schema.gql b/src/schema.gql index f8be364..45ce0b6 100644 --- a/src/schema.gql +++ b/src/schema.gql @@ -471,7 +471,7 @@ input VideoMetadataInput { startTime: DateTime = null endTime: DateTime = null gameType: String = null - tableSize: String = null + tableSize: Float! uploadStreamMetadataInput: UploadStreamMetadataInput = null lastIntendedSegmentBound: Int = null streamSegmentType: StreamSegmentTypeEnum = null