Update durations in seconds
This commit is contained in:
parent
30cf72de78
commit
f9d6377fe4
@ -1073,7 +1073,7 @@ export type TargetMetricsGql = {
|
|||||||
|
|
||||||
export type UploadSegmentGql = {
|
export type UploadSegmentGql = {
|
||||||
__typename?: "UploadSegmentGQL";
|
__typename?: "UploadSegmentGQL";
|
||||||
durationsInSeconds?: Maybe<Scalars["Float"]["output"]>;
|
durationInSeconds?: Maybe<Scalars["Float"]["output"]>;
|
||||||
endFrameIndex?: Maybe<Scalars["Int"]["output"]>;
|
endFrameIndex?: Maybe<Scalars["Int"]["output"]>;
|
||||||
framesPerSecond?: Maybe<Scalars["Float"]["output"]>;
|
framesPerSecond?: Maybe<Scalars["Float"]["output"]>;
|
||||||
linksRequested: Scalars["Int"]["output"];
|
linksRequested: Scalars["Int"]["output"];
|
||||||
|
@ -287,7 +287,7 @@ type UploadSegmentGQL {
|
|||||||
valid: Boolean!
|
valid: Boolean!
|
||||||
endFrameIndex: Int
|
endFrameIndex: Int
|
||||||
framesPerSecond: Float
|
framesPerSecond: Float
|
||||||
durationsInSeconds: Float
|
durationInSeconds: Float
|
||||||
linksRequested: Int!
|
linksRequested: Int!
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user