Compare commits
No commits in common. "296ad969f4a9fd3ee2411f2f5d0876712ce5180a" and "67d8bcac2156d28fe9e1f7fa19ce02a34c4ef0ec" have entirely different histories.
296ad969f4
...
67d8bcac21
@ -833,12 +833,6 @@ export type HomographyInfoGql = {
|
|||||||
sourcePoints: PocketPointsGql;
|
sourcePoints: PocketPointsGql;
|
||||||
};
|
};
|
||||||
|
|
||||||
export enum InitPlaylistUploadStatusEnum {
|
|
||||||
NotApplicable = "NOT_APPLICABLE",
|
|
||||||
NotUploaded = "NOT_UPLOADED",
|
|
||||||
Uploaded = "UPLOADED",
|
|
||||||
}
|
|
||||||
|
|
||||||
export type IntPoint2D = {
|
export type IntPoint2D = {
|
||||||
__typename?: "IntPoint2D";
|
__typename?: "IntPoint2D";
|
||||||
x: Scalars["Int"]["output"];
|
x: Scalars["Int"]["output"];
|
||||||
@ -1087,7 +1081,6 @@ export type UploadStreamGql = {
|
|||||||
createdAt: Scalars["DateTime"]["output"];
|
createdAt: Scalars["DateTime"]["output"];
|
||||||
errors: Array<StreamErrorGql>;
|
errors: Array<StreamErrorGql>;
|
||||||
id: Scalars["ID"]["output"];
|
id: Scalars["ID"]["output"];
|
||||||
initPlaylistUploadStatus?: Maybe<InitPlaylistUploadStatusEnum>;
|
|
||||||
isCompleted: Scalars["Boolean"]["output"];
|
isCompleted: Scalars["Boolean"]["output"];
|
||||||
lastIntendedSegmentBound?: Maybe<Scalars["Int"]["output"]>;
|
lastIntendedSegmentBound?: Maybe<Scalars["Int"]["output"]>;
|
||||||
linksRequested: Scalars["Int"]["output"];
|
linksRequested: Scalars["Int"]["output"];
|
||||||
|
@ -262,7 +262,6 @@ type UploadStreamGQL {
|
|||||||
segmentProcessingCursor: Int!
|
segmentProcessingCursor: Int!
|
||||||
lastIntendedSegmentBound: Int
|
lastIntendedSegmentBound: Int
|
||||||
isCompleted: Boolean!
|
isCompleted: Boolean!
|
||||||
initPlaylistUploadStatus: InitPlaylistUploadStatusEnum
|
|
||||||
lowestUnuploadedSegmentIndex: Int!
|
lowestUnuploadedSegmentIndex: Int!
|
||||||
uploadCompletionCursor: Int!
|
uploadCompletionCursor: Int!
|
||||||
errors: [StreamErrorGQL!]!
|
errors: [StreamErrorGQL!]!
|
||||||
@ -271,12 +270,6 @@ type UploadStreamGQL {
|
|||||||
segments: [UploadSegmentGQL!]!
|
segments: [UploadSegmentGQL!]!
|
||||||
}
|
}
|
||||||
|
|
||||||
enum InitPlaylistUploadStatusEnum {
|
|
||||||
NOT_APPLICABLE
|
|
||||||
NOT_UPLOADED
|
|
||||||
UPLOADED
|
|
||||||
}
|
|
||||||
|
|
||||||
type StreamErrorGQL {
|
type StreamErrorGQL {
|
||||||
message: String!
|
message: String!
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user