|
|
|
@@ -2556,6 +2556,12 @@ export type SegmentEndFramesGql = {
|
|
|
|
|
segmentEndFrames: Array<Scalars["Int"]["output"]>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type SegmentInfo = {
|
|
|
|
|
__typename?: "SegmentInfo";
|
|
|
|
|
index: Scalars["Int"]["output"];
|
|
|
|
|
time: Scalars["Float"]["output"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type SegmentStartTimesGql = {
|
|
|
|
|
__typename?: "SegmentStartTimesGQL";
|
|
|
|
|
id: Scalars["Int"]["output"];
|
|
|
|
@@ -2608,6 +2614,7 @@ export type ShotGql = {
|
|
|
|
|
createdAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
|
|
|
cueObjectFeatures?: Maybe<CueObjectFeaturesGql>;
|
|
|
|
|
endFrame: Scalars["Int"]["output"];
|
|
|
|
|
endSegment: SegmentInfo;
|
|
|
|
|
endTime: Scalars["Float"]["output"];
|
|
|
|
|
falsePositiveScore?: Maybe<Scalars["Float"]["output"]>;
|
|
|
|
|
id: Scalars["Int"]["output"];
|
|
|
|
@@ -2617,6 +2624,7 @@ export type ShotGql = {
|
|
|
|
|
runFeatures?: Maybe<RunFeaturesGql>;
|
|
|
|
|
serializedShotPaths?: Maybe<SerializedShotPathsGql>;
|
|
|
|
|
startFrame: Scalars["Int"]["output"];
|
|
|
|
|
startSegment: SegmentInfo;
|
|
|
|
|
startTime: Scalars["Float"]["output"];
|
|
|
|
|
updatedAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
|
|
|
user?: Maybe<UserGql>;
|
|
|
|
@@ -2875,6 +2883,7 @@ export type VideoFilterInput = {
|
|
|
|
|
|
|
|
|
|
export type VideoGql = {
|
|
|
|
|
__typename?: "VideoGQL";
|
|
|
|
|
averageDifficulty?: Maybe<Scalars["Float"]["output"]>;
|
|
|
|
|
averageTimeBetweenShots?: Maybe<Scalars["Float"]["output"]>;
|
|
|
|
|
createdAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
|
|
|
currentHomography?: Maybe<HomographyInfoGql>;
|
|
|
|
@@ -3038,6 +3047,8 @@ export type GetFeedQuery = {
|
|
|
|
|
totalShotsMade: number;
|
|
|
|
|
totalShots: number;
|
|
|
|
|
makePercentage: number;
|
|
|
|
|
averageTimeBetweenShots?: number | null;
|
|
|
|
|
averageDifficulty?: number | null;
|
|
|
|
|
createdAt?: any | null;
|
|
|
|
|
updatedAt?: any | null;
|
|
|
|
|
startTime?: any | null;
|
|
|
|
@@ -3092,6 +3103,8 @@ export type VideoCardFieldsFragment = {
|
|
|
|
|
totalShotsMade: number;
|
|
|
|
|
totalShots: number;
|
|
|
|
|
makePercentage: number;
|
|
|
|
|
averageTimeBetweenShots?: number | null;
|
|
|
|
|
averageDifficulty?: number | null;
|
|
|
|
|
createdAt?: any | null;
|
|
|
|
|
updatedAt?: any | null;
|
|
|
|
|
startTime?: any | null;
|
|
|
|
@@ -3149,6 +3162,8 @@ export type GetVideoFeedQuery = {
|
|
|
|
|
totalShotsMade: number;
|
|
|
|
|
totalShots: number;
|
|
|
|
|
makePercentage: number;
|
|
|
|
|
averageTimeBetweenShots?: number | null;
|
|
|
|
|
averageDifficulty?: number | null;
|
|
|
|
|
createdAt?: any | null;
|
|
|
|
|
updatedAt?: any | null;
|
|
|
|
|
startTime?: any | null;
|
|
|
|
@@ -3407,6 +3422,7 @@ export type GetRunsForHighlightsQuery = {
|
|
|
|
|
runLength: number;
|
|
|
|
|
userId: number;
|
|
|
|
|
videoId: number;
|
|
|
|
|
shots: Array<{ __typename?: "ShotGQL"; videoId: number; id: number }>;
|
|
|
|
|
}>;
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
@@ -3538,6 +3554,8 @@ export type GetShotsWithMetadataFilterResultQuery = {
|
|
|
|
|
falsePositiveScore?: number | null;
|
|
|
|
|
createdAt?: any | null;
|
|
|
|
|
updatedAt?: any | null;
|
|
|
|
|
startSegment: { __typename?: "SegmentInfo"; index: number; time: number };
|
|
|
|
|
endSegment: { __typename?: "SegmentInfo"; index: number; time: number };
|
|
|
|
|
user?: { __typename?: "UserGQL"; id: number } | null;
|
|
|
|
|
cueObjectFeatures?: {
|
|
|
|
|
__typename?: "CueObjectFeaturesGQL";
|
|
|
|
@@ -3605,6 +3623,8 @@ export type GetShotsWithMetadataQuery = {
|
|
|
|
|
falsePositiveScore?: number | null;
|
|
|
|
|
createdAt?: any | null;
|
|
|
|
|
updatedAt?: any | null;
|
|
|
|
|
startSegment: { __typename?: "SegmentInfo"; index: number; time: number };
|
|
|
|
|
endSegment: { __typename?: "SegmentInfo"; index: number; time: number };
|
|
|
|
|
user?: { __typename?: "UserGQL"; id: number } | null;
|
|
|
|
|
cueObjectFeatures?: {
|
|
|
|
|
__typename?: "CueObjectFeaturesGQL";
|
|
|
|
@@ -3665,6 +3685,8 @@ export type GetShotsByIdsQuery = {
|
|
|
|
|
falsePositiveScore?: number | null;
|
|
|
|
|
createdAt?: any | null;
|
|
|
|
|
updatedAt?: any | null;
|
|
|
|
|
startSegment: { __typename?: "SegmentInfo"; index: number; time: number };
|
|
|
|
|
endSegment: { __typename?: "SegmentInfo"; index: number; time: number };
|
|
|
|
|
user?: { __typename?: "UserGQL"; id: number } | null;
|
|
|
|
|
cueObjectFeatures?: {
|
|
|
|
|
__typename?: "CueObjectFeaturesGQL";
|
|
|
|
@@ -3714,6 +3736,8 @@ export type ShotWithAllFeaturesFragment = {
|
|
|
|
|
falsePositiveScore?: number | null;
|
|
|
|
|
createdAt?: any | null;
|
|
|
|
|
updatedAt?: any | null;
|
|
|
|
|
startSegment: { __typename?: "SegmentInfo"; index: number; time: number };
|
|
|
|
|
endSegment: { __typename?: "SegmentInfo"; index: number; time: number };
|
|
|
|
|
user?: { __typename?: "UserGQL"; id: number } | null;
|
|
|
|
|
cueObjectFeatures?: {
|
|
|
|
|
__typename?: "CueObjectFeaturesGQL";
|
|
|
|
@@ -3776,6 +3800,8 @@ export type EditShotMutation = {
|
|
|
|
|
falsePositiveScore?: number | null;
|
|
|
|
|
createdAt?: any | null;
|
|
|
|
|
updatedAt?: any | null;
|
|
|
|
|
startSegment: { __typename?: "SegmentInfo"; index: number; time: number };
|
|
|
|
|
endSegment: { __typename?: "SegmentInfo"; index: number; time: number };
|
|
|
|
|
user?: { __typename?: "UserGQL"; id: number } | null;
|
|
|
|
|
cueObjectFeatures?: {
|
|
|
|
|
__typename?: "CueObjectFeaturesGQL";
|
|
|
|
@@ -4806,6 +4832,8 @@ export const VideoCardFieldsFragmentDoc = gql`
|
|
|
|
|
totalShotsMade
|
|
|
|
|
totalShots
|
|
|
|
|
makePercentage
|
|
|
|
|
averageTimeBetweenShots
|
|
|
|
|
averageDifficulty
|
|
|
|
|
createdAt
|
|
|
|
|
updatedAt
|
|
|
|
|
startTime
|
|
|
|
@@ -4851,6 +4879,14 @@ export const ShotWithAllFeaturesFragmentDoc = gql`
|
|
|
|
|
endFrame
|
|
|
|
|
startTime @client
|
|
|
|
|
endTime @client
|
|
|
|
|
startSegment @client {
|
|
|
|
|
index
|
|
|
|
|
time
|
|
|
|
|
}
|
|
|
|
|
endSegment @client {
|
|
|
|
|
index
|
|
|
|
|
time
|
|
|
|
|
}
|
|
|
|
|
user {
|
|
|
|
|
id
|
|
|
|
|
}
|
|
|
|
@@ -5769,6 +5805,10 @@ export const GetRunsForHighlightsDocument = gql`
|
|
|
|
|
runLength
|
|
|
|
|
userId
|
|
|
|
|
videoId
|
|
|
|
|
shots {
|
|
|
|
|
videoId
|
|
|
|
|
id
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
runIds
|
|
|
|
|
}
|
|
|
|
|