|
|
|
|
@@ -393,6 +393,16 @@ export type DoesNotOwnShotErrOtherErrorNeedsNote =
|
|
|
|
|
| DoesNotOwnShotErr
|
|
|
|
|
| OtherErrorNeedsNote;
|
|
|
|
|
|
|
|
|
|
export type DrillResultGql = {
|
|
|
|
|
__typename?: "DrillResultGQL";
|
|
|
|
|
attemptCount: Scalars["Int"]["output"];
|
|
|
|
|
drillTag: Scalars["String"]["output"];
|
|
|
|
|
isPersonalBest: Scalars["Boolean"]["output"];
|
|
|
|
|
longestRun: Scalars["Int"]["output"];
|
|
|
|
|
longestRunId?: Maybe<Scalars["Int"]["output"]>;
|
|
|
|
|
prRank: Scalars["Int"]["output"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type DrillRunLeaderboardGql = {
|
|
|
|
|
__typename?: "DrillRunLeaderboardGQL";
|
|
|
|
|
entries: Array<RunGql>;
|
|
|
|
|
@@ -4155,6 +4165,7 @@ export type VideoGql = {
|
|
|
|
|
createdAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
|
|
|
currentHomography?: Maybe<HomographyInfoGql>;
|
|
|
|
|
currentProcessing?: Maybe<VideoProcessingGql>;
|
|
|
|
|
drillResult?: Maybe<DrillResultGql>;
|
|
|
|
|
elapsedTime?: Maybe<Scalars["Float"]["output"]>;
|
|
|
|
|
endTime?: Maybe<Scalars["DateTime"]["output"]>;
|
|
|
|
|
framesPerSecond: Scalars["Float"]["output"];
|
|
|
|
|
@@ -4784,6 +4795,7 @@ export type GetFeedQuery = {
|
|
|
|
|
__typename?: "UploadStreamGQL";
|
|
|
|
|
id: string;
|
|
|
|
|
lastIntendedSegmentBound?: number | null;
|
|
|
|
|
uploadCompletionCursor: number;
|
|
|
|
|
streamSegmentType: StreamSegmentTypeEnum;
|
|
|
|
|
isCompleted: boolean;
|
|
|
|
|
lastSegmentUploadedAt?: any | null;
|
|
|
|
|
@@ -4794,6 +4806,15 @@ export type GetFeedQuery = {
|
|
|
|
|
name: string;
|
|
|
|
|
tagClasses: Array<{ __typename?: "VideoTagClass"; name: string }>;
|
|
|
|
|
}>;
|
|
|
|
|
drillResult?: {
|
|
|
|
|
__typename?: "DrillResultGQL";
|
|
|
|
|
drillTag: string;
|
|
|
|
|
longestRun: number;
|
|
|
|
|
longestRunId?: number | null;
|
|
|
|
|
prRank: number;
|
|
|
|
|
isPersonalBest: boolean;
|
|
|
|
|
attemptCount: number;
|
|
|
|
|
} | null;
|
|
|
|
|
playerSummaries: Array<{
|
|
|
|
|
__typename?: "PlayerSummaryGQL";
|
|
|
|
|
clusterId: number;
|
|
|
|
|
@@ -4898,6 +4919,7 @@ export type VideoCardFieldsFragment = {
|
|
|
|
|
__typename?: "UploadStreamGQL";
|
|
|
|
|
id: string;
|
|
|
|
|
lastIntendedSegmentBound?: number | null;
|
|
|
|
|
uploadCompletionCursor: number;
|
|
|
|
|
streamSegmentType: StreamSegmentTypeEnum;
|
|
|
|
|
isCompleted: boolean;
|
|
|
|
|
lastSegmentUploadedAt?: any | null;
|
|
|
|
|
@@ -4908,6 +4930,15 @@ export type VideoCardFieldsFragment = {
|
|
|
|
|
name: string;
|
|
|
|
|
tagClasses: Array<{ __typename?: "VideoTagClass"; name: string }>;
|
|
|
|
|
}>;
|
|
|
|
|
drillResult?: {
|
|
|
|
|
__typename?: "DrillResultGQL";
|
|
|
|
|
drillTag: string;
|
|
|
|
|
longestRun: number;
|
|
|
|
|
longestRunId?: number | null;
|
|
|
|
|
prRank: number;
|
|
|
|
|
isPersonalBest: boolean;
|
|
|
|
|
attemptCount: number;
|
|
|
|
|
} | null;
|
|
|
|
|
playerSummaries: Array<{
|
|
|
|
|
__typename?: "PlayerSummaryGQL";
|
|
|
|
|
clusterId: number;
|
|
|
|
|
@@ -5045,6 +5076,7 @@ export type GetVideoFeedQuery = {
|
|
|
|
|
__typename?: "UploadStreamGQL";
|
|
|
|
|
id: string;
|
|
|
|
|
lastIntendedSegmentBound?: number | null;
|
|
|
|
|
uploadCompletionCursor: number;
|
|
|
|
|
streamSegmentType: StreamSegmentTypeEnum;
|
|
|
|
|
isCompleted: boolean;
|
|
|
|
|
lastSegmentUploadedAt?: any | null;
|
|
|
|
|
@@ -5055,6 +5087,15 @@ export type GetVideoFeedQuery = {
|
|
|
|
|
name: string;
|
|
|
|
|
tagClasses: Array<{ __typename?: "VideoTagClass"; name: string }>;
|
|
|
|
|
}>;
|
|
|
|
|
drillResult?: {
|
|
|
|
|
__typename?: "DrillResultGQL";
|
|
|
|
|
drillTag: string;
|
|
|
|
|
longestRun: number;
|
|
|
|
|
longestRunId?: number | null;
|
|
|
|
|
prRank: number;
|
|
|
|
|
isPersonalBest: boolean;
|
|
|
|
|
attemptCount: number;
|
|
|
|
|
} | null;
|
|
|
|
|
playerSummaries: Array<{
|
|
|
|
|
__typename?: "PlayerSummaryGQL";
|
|
|
|
|
clusterId: number;
|
|
|
|
|
@@ -8193,6 +8234,7 @@ export type GetVideoCardQuery = {
|
|
|
|
|
__typename?: "UploadStreamGQL";
|
|
|
|
|
id: string;
|
|
|
|
|
lastIntendedSegmentBound?: number | null;
|
|
|
|
|
uploadCompletionCursor: number;
|
|
|
|
|
streamSegmentType: StreamSegmentTypeEnum;
|
|
|
|
|
isCompleted: boolean;
|
|
|
|
|
lastSegmentUploadedAt?: any | null;
|
|
|
|
|
@@ -8203,6 +8245,15 @@ export type GetVideoCardQuery = {
|
|
|
|
|
name: string;
|
|
|
|
|
tagClasses: Array<{ __typename?: "VideoTagClass"; name: string }>;
|
|
|
|
|
}>;
|
|
|
|
|
drillResult?: {
|
|
|
|
|
__typename?: "DrillResultGQL";
|
|
|
|
|
drillTag: string;
|
|
|
|
|
longestRun: number;
|
|
|
|
|
longestRunId?: number | null;
|
|
|
|
|
prRank: number;
|
|
|
|
|
isPersonalBest: boolean;
|
|
|
|
|
attemptCount: number;
|
|
|
|
|
} | null;
|
|
|
|
|
playerSummaries: Array<{
|
|
|
|
|
__typename?: "PlayerSummaryGQL";
|
|
|
|
|
clusterId: number;
|
|
|
|
|
@@ -9020,6 +9071,7 @@ export const VideoCardFieldsFragmentDoc = gql`
|
|
|
|
|
stream {
|
|
|
|
|
id
|
|
|
|
|
lastIntendedSegmentBound
|
|
|
|
|
uploadCompletionCursor
|
|
|
|
|
streamSegmentType
|
|
|
|
|
isCompleted
|
|
|
|
|
lastSegmentUploadedAt
|
|
|
|
|
@@ -9033,6 +9085,14 @@ export const VideoCardFieldsFragmentDoc = gql`
|
|
|
|
|
name
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
drillResult {
|
|
|
|
|
drillTag
|
|
|
|
|
longestRun
|
|
|
|
|
longestRunId
|
|
|
|
|
prRank
|
|
|
|
|
isPersonalBest
|
|
|
|
|
attemptCount
|
|
|
|
|
}
|
|
|
|
|
playerSummaries {
|
|
|
|
|
...PlayerSummaryFields
|
|
|
|
|
}
|
|
|
|
|
|