diff --git a/src/index.tsx b/src/index.tsx index 6928358..f43b9c8 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1073,7 +1073,7 @@ export type TargetMetricsGql = { export type UploadSegmentGql = { __typename?: "UploadSegmentGQL"; - durationsInSeconds?: Maybe; + durationInSeconds?: Maybe; endFrameIndex?: Maybe; framesPerSecond?: Maybe; linksRequested: Scalars["Int"]["output"]; diff --git a/src/schema.gql b/src/schema.gql index a1ea6fd..74e1f0d 100644 --- a/src/schema.gql +++ b/src/schema.gql @@ -287,7 +287,7 @@ type UploadSegmentGQL { valid: Boolean! endFrameIndex: Int framesPerSecond: Float - durationsInSeconds: Float + durationInSeconds: Float linksRequested: Int! }