|
|
|
|
@@ -265,7 +265,6 @@ export type CohortStatsGql = {
|
|
|
|
|
activated7d: Scalars["Int"]["output"];
|
|
|
|
|
activatedNotPaid7d: Scalars["Int"]["output"];
|
|
|
|
|
paid7d: Scalars["Int"]["output"];
|
|
|
|
|
paidTotal: Scalars["Int"]["output"];
|
|
|
|
|
signups: Scalars["Int"]["output"];
|
|
|
|
|
weekStart: Scalars["Date"]["output"];
|
|
|
|
|
};
|
|
|
|
|
@@ -2324,8 +2323,6 @@ export type FunnelStatsGql = {
|
|
|
|
|
freemiumEpoch: Scalars["Date"]["output"];
|
|
|
|
|
newPaid7d: Scalars["Int"]["output"];
|
|
|
|
|
newPaid30d: Scalars["Int"]["output"];
|
|
|
|
|
newPaidToday: Scalars["Int"]["output"];
|
|
|
|
|
pastDueUsers: Scalars["Int"]["output"];
|
|
|
|
|
payingUsers: Scalars["Int"]["output"];
|
|
|
|
|
retentionPrevActive: Scalars["Int"]["output"];
|
|
|
|
|
retentionReturned: Scalars["Int"]["output"];
|
|
|
|
|
@@ -2582,7 +2579,6 @@ export type Mutation = {
|
|
|
|
|
startChallenge: ChallengeEntry;
|
|
|
|
|
submitCancellationFeedback: Scalars["Boolean"]["output"];
|
|
|
|
|
submitChallengeEntry: ChallengeEntry;
|
|
|
|
|
submitSessionCoachFeedback: SessionCoachFeedbackGql;
|
|
|
|
|
syncAppleSubscription: SyncAppleSubscriptionResultGql;
|
|
|
|
|
undismissChallenge: Scalars["Boolean"]["output"];
|
|
|
|
|
unfollowUser: UserGql;
|
|
|
|
|
@@ -2844,12 +2840,6 @@ export type MutationSubmitChallengeEntryArgs = {
|
|
|
|
|
videoId: Scalars["ID"]["input"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type MutationSubmitSessionCoachFeedbackArgs = {
|
|
|
|
|
generationId: Scalars["ID"]["input"];
|
|
|
|
|
response: SessionCoachFeedbackResponseEnum;
|
|
|
|
|
videoId: Scalars["Int"]["input"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type MutationSyncAppleSubscriptionArgs = {
|
|
|
|
|
input: SyncAppleSubscriptionInputGql;
|
|
|
|
|
};
|
|
|
|
|
@@ -3132,7 +3122,6 @@ export type Query = {
|
|
|
|
|
getResolvedTier: ResolvedTierGql;
|
|
|
|
|
getRuns: GetRunsResult;
|
|
|
|
|
getSessionCoach: SessionCoachGql;
|
|
|
|
|
getSessionCoachGenerationStatus?: Maybe<SessionCoachGenerationStatusGql>;
|
|
|
|
|
getShotAnnotationTypes: Array<ShotAnnotationTypeGql>;
|
|
|
|
|
getShotTableState: ShotTableStateGql;
|
|
|
|
|
getShots: Array<ShotGql>;
|
|
|
|
|
@@ -3294,11 +3283,6 @@ export type QueryGetSessionCoachArgs = {
|
|
|
|
|
videoId: Scalars["Int"]["input"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type QueryGetSessionCoachGenerationStatusArgs = {
|
|
|
|
|
generationId: Scalars["ID"]["input"];
|
|
|
|
|
videoId: Scalars["Int"]["input"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type QueryGetShotAnnotationTypesArgs = {
|
|
|
|
|
errorTypes?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
|
|
|
};
|
|
|
|
|
@@ -3701,19 +3685,6 @@ export type SessionCoachEvidenceGql = {
|
|
|
|
|
score: Scalars["Float"]["output"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type SessionCoachFeedbackGql = {
|
|
|
|
|
__typename?: "SessionCoachFeedbackGQL";
|
|
|
|
|
response: SessionCoachFeedbackResponseEnum;
|
|
|
|
|
updatedAt: Scalars["DateTime"]["output"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export enum SessionCoachFeedbackResponseEnum {
|
|
|
|
|
AlreadyWorkingOnThis = "ALREADY_WORKING_ON_THIS",
|
|
|
|
|
Helpful = "HELPFUL",
|
|
|
|
|
NotEnoughEvidence = "NOT_ENOUGH_EVIDENCE",
|
|
|
|
|
WrongFocus = "WRONG_FOCUS",
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type SessionCoachGql = {
|
|
|
|
|
__typename?: "SessionCoachGQL";
|
|
|
|
|
agentGeneration?: Maybe<SessionCoachGenerationGql>;
|
|
|
|
|
@@ -3766,7 +3737,6 @@ export type SessionCoachGenerationGql = {
|
|
|
|
|
createdAt: Scalars["DateTime"]["output"];
|
|
|
|
|
decision?: Maybe<SessionCoachDecisionGql>;
|
|
|
|
|
diagnostics?: Maybe<SessionCoachGenerationDiagnosticsGql>;
|
|
|
|
|
feedback?: Maybe<SessionCoachFeedbackGql>;
|
|
|
|
|
id: Scalars["ID"]["output"];
|
|
|
|
|
state: SessionCoachGenerationStateEnum;
|
|
|
|
|
};
|
|
|
|
|
@@ -3778,18 +3748,6 @@ export enum SessionCoachGenerationStateEnum {
|
|
|
|
|
Running = "RUNNING",
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type SessionCoachGenerationStatusGql = {
|
|
|
|
|
__typename?: "SessionCoachGenerationStatusGQL";
|
|
|
|
|
completedAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
|
|
|
createdAt: Scalars["DateTime"]["output"];
|
|
|
|
|
enqueueCount: Scalars["Int"]["output"];
|
|
|
|
|
id: Scalars["ID"]["output"];
|
|
|
|
|
lastEnqueuedAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
|
|
|
startedAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
|
|
|
state: SessionCoachGenerationStateEnum;
|
|
|
|
|
updatedAt: Scalars["DateTime"]["output"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export enum SessionCoachIneligibilityReasonEnum {
|
|
|
|
|
Multiplayer = "MULTIPLAYER",
|
|
|
|
|
}
|
|
|
|
|
@@ -3882,7 +3840,6 @@ export type ShotProjectionGql = {
|
|
|
|
|
|
|
|
|
|
export type ShotTableStateGql = {
|
|
|
|
|
__typename?: "ShotTableStateGQL";
|
|
|
|
|
frameImage?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
|
frameIndex: Scalars["Int"]["output"];
|
|
|
|
|
shotId: Scalars["Int"]["output"];
|
|
|
|
|
tableState: TableStateGql;
|
|
|
|
|
@@ -4362,7 +4319,7 @@ export type VideoExportJobGql = {
|
|
|
|
|
createdAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
|
|
|
downloadUrl?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
|
expiresAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
|
|
|
fileSizeBytes?: Maybe<Scalars["BigInt"]["output"]>;
|
|
|
|
|
fileSizeBytes?: Maybe<Scalars["Int"]["output"]>;
|
|
|
|
|
id: Scalars["Int"]["output"];
|
|
|
|
|
mode: VideoExportModeEnum;
|
|
|
|
|
runId?: Maybe<Scalars["Int"]["output"]>;
|
|
|
|
|
@@ -6934,10 +6891,8 @@ export type ReactToVideoMutation = {
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type GetShotLabVideosQueryVariables = Exact<{
|
|
|
|
|
feedInput: VideoFeedInputGql;
|
|
|
|
|
includePrivate: IncludePrivateEnum;
|
|
|
|
|
userId: Scalars["Int"]["input"];
|
|
|
|
|
limit?: Scalars["Int"]["input"];
|
|
|
|
|
after?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
|
}>;
|
|
|
|
|
|
|
|
|
|
export type GetShotLabVideosQuery = {
|
|
|
|
|
@@ -6965,11 +6920,6 @@ export type GetShotLabVideosQuery = {
|
|
|
|
|
lastSegmentUploadedAt?: any | null;
|
|
|
|
|
} | null;
|
|
|
|
|
}>;
|
|
|
|
|
pageInfo: {
|
|
|
|
|
__typename?: "PageInfoGQL";
|
|
|
|
|
hasNextPage: boolean;
|
|
|
|
|
endCursor?: string | null;
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
@@ -7248,35 +7198,10 @@ export type GetSessionCoachQuery = {
|
|
|
|
|
abstentionReason?: string | null;
|
|
|
|
|
synthesisRationale?: string | null;
|
|
|
|
|
} | null;
|
|
|
|
|
feedback?: {
|
|
|
|
|
__typename?: "SessionCoachFeedbackGQL";
|
|
|
|
|
response: SessionCoachFeedbackResponseEnum;
|
|
|
|
|
updatedAt: any;
|
|
|
|
|
} | null;
|
|
|
|
|
} | null;
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type GetSessionCoachGenerationStatusQueryVariables = Exact<{
|
|
|
|
|
videoId: Scalars["Int"]["input"];
|
|
|
|
|
generationId: Scalars["ID"]["input"];
|
|
|
|
|
}>;
|
|
|
|
|
|
|
|
|
|
export type GetSessionCoachGenerationStatusQuery = {
|
|
|
|
|
__typename?: "Query";
|
|
|
|
|
getSessionCoachGenerationStatus?: {
|
|
|
|
|
__typename?: "SessionCoachGenerationStatusGQL";
|
|
|
|
|
id: string;
|
|
|
|
|
state: SessionCoachGenerationStateEnum;
|
|
|
|
|
createdAt: any;
|
|
|
|
|
updatedAt: any;
|
|
|
|
|
startedAt?: any | null;
|
|
|
|
|
lastEnqueuedAt?: any | null;
|
|
|
|
|
enqueueCount: number;
|
|
|
|
|
completedAt?: any | null;
|
|
|
|
|
} | null;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type RequestSessionCoachGenerationMutationVariables = Exact<{
|
|
|
|
|
videoId: Scalars["Int"]["input"];
|
|
|
|
|
}>;
|
|
|
|
|
@@ -7330,30 +7255,10 @@ export type RequestSessionCoachGenerationMutation = {
|
|
|
|
|
abstentionReason?: string | null;
|
|
|
|
|
synthesisRationale?: string | null;
|
|
|
|
|
} | null;
|
|
|
|
|
feedback?: {
|
|
|
|
|
__typename?: "SessionCoachFeedbackGQL";
|
|
|
|
|
response: SessionCoachFeedbackResponseEnum;
|
|
|
|
|
updatedAt: any;
|
|
|
|
|
} | null;
|
|
|
|
|
} | null;
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type SubmitSessionCoachFeedbackMutationVariables = Exact<{
|
|
|
|
|
videoId: Scalars["Int"]["input"];
|
|
|
|
|
generationId: Scalars["ID"]["input"];
|
|
|
|
|
response: SessionCoachFeedbackResponseEnum;
|
|
|
|
|
}>;
|
|
|
|
|
|
|
|
|
|
export type SubmitSessionCoachFeedbackMutation = {
|
|
|
|
|
__typename?: "Mutation";
|
|
|
|
|
submitSessionCoachFeedback: {
|
|
|
|
|
__typename?: "SessionCoachFeedbackGQL";
|
|
|
|
|
response: SessionCoachFeedbackResponseEnum;
|
|
|
|
|
updatedAt: any;
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type SessionCoachCandidateFieldsFragment = {
|
|
|
|
|
__typename?: "SessionCoachCandidateGQL";
|
|
|
|
|
id: string;
|
|
|
|
|
@@ -7431,11 +7336,6 @@ export type SessionCoachGenerationFieldsFragment = {
|
|
|
|
|
abstentionReason?: string | null;
|
|
|
|
|
synthesisRationale?: string | null;
|
|
|
|
|
} | null;
|
|
|
|
|
feedback?: {
|
|
|
|
|
__typename?: "SessionCoachFeedbackGQL";
|
|
|
|
|
response: SessionCoachFeedbackResponseEnum;
|
|
|
|
|
updatedAt: any;
|
|
|
|
|
} | null;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type CreateShotShareLinkMutationVariables = Exact<{
|
|
|
|
|
@@ -7574,76 +7474,6 @@ export type FinalizePlayerAssignmentsMutation = {
|
|
|
|
|
}>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type TableStateLayoutFieldsFragment = {
|
|
|
|
|
__typename?: "TableStateGQL";
|
|
|
|
|
identifierToPosition: Array<Array<number>>;
|
|
|
|
|
identifierToColor: Array<{ __typename?: "RGBColorGQL"; hex: string } | null>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type DetectionBoxFieldsFragment = {
|
|
|
|
|
__typename?: "BoundingBoxGQL";
|
|
|
|
|
left: number;
|
|
|
|
|
top: number;
|
|
|
|
|
width: number;
|
|
|
|
|
height: number;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type DetectionPocketPointFieldsFragment = {
|
|
|
|
|
__typename?: "PocketPointsGQL";
|
|
|
|
|
topLeft: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
|
|
|
topSide: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
|
|
|
topRight: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
|
|
|
bottomLeft: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
|
|
|
bottomSide: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
|
|
|
bottomRight: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type TableStateDetectionFieldsFragment = {
|
|
|
|
|
__typename?: "TableStateGQL";
|
|
|
|
|
identifierToBox: Array<{
|
|
|
|
|
__typename?: "BoundingBoxGQL";
|
|
|
|
|
left: number;
|
|
|
|
|
top: number;
|
|
|
|
|
width: number;
|
|
|
|
|
height: number;
|
|
|
|
|
}>;
|
|
|
|
|
homography?: {
|
|
|
|
|
__typename?: "HomographyInfoGQL";
|
|
|
|
|
crop: {
|
|
|
|
|
__typename?: "BoundingBoxGQL";
|
|
|
|
|
left: number;
|
|
|
|
|
top: number;
|
|
|
|
|
width: number;
|
|
|
|
|
height: number;
|
|
|
|
|
};
|
|
|
|
|
pockets: Array<{
|
|
|
|
|
__typename?: "BoundingBoxGQL";
|
|
|
|
|
left: number;
|
|
|
|
|
top: number;
|
|
|
|
|
width: number;
|
|
|
|
|
height: number;
|
|
|
|
|
}>;
|
|
|
|
|
sourcePoints: {
|
|
|
|
|
__typename?: "PocketPointsGQL";
|
|
|
|
|
topLeft: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
|
|
|
topSide: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
|
|
|
topRight: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
|
|
|
bottomLeft: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
|
|
|
bottomSide: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
|
|
|
bottomRight: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
|
|
|
};
|
|
|
|
|
destPoints: {
|
|
|
|
|
__typename?: "PocketPointsGQL";
|
|
|
|
|
topLeft: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
|
|
|
topSide: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
|
|
|
topRight: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
|
|
|
bottomLeft: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
|
|
|
bottomSide: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
|
|
|
bottomRight: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
|
|
|
};
|
|
|
|
|
} | null;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type GetTableStateQueryVariables = Exact<{
|
|
|
|
|
b64Image: Scalars["String"]["input"];
|
|
|
|
|
tableSize?: InputMaybe<Scalars["Float"]["input"]>;
|
|
|
|
|
@@ -7659,48 +7489,6 @@ export type GetTableStateQuery = {
|
|
|
|
|
__typename?: "RGBColorGQL";
|
|
|
|
|
hex: string;
|
|
|
|
|
} | null>;
|
|
|
|
|
identifierToBox: Array<{
|
|
|
|
|
__typename?: "BoundingBoxGQL";
|
|
|
|
|
left: number;
|
|
|
|
|
top: number;
|
|
|
|
|
width: number;
|
|
|
|
|
height: number;
|
|
|
|
|
}>;
|
|
|
|
|
homography?: {
|
|
|
|
|
__typename?: "HomographyInfoGQL";
|
|
|
|
|
crop: {
|
|
|
|
|
__typename?: "BoundingBoxGQL";
|
|
|
|
|
left: number;
|
|
|
|
|
top: number;
|
|
|
|
|
width: number;
|
|
|
|
|
height: number;
|
|
|
|
|
};
|
|
|
|
|
pockets: Array<{
|
|
|
|
|
__typename?: "BoundingBoxGQL";
|
|
|
|
|
left: number;
|
|
|
|
|
top: number;
|
|
|
|
|
width: number;
|
|
|
|
|
height: number;
|
|
|
|
|
}>;
|
|
|
|
|
sourcePoints: {
|
|
|
|
|
__typename?: "PocketPointsGQL";
|
|
|
|
|
topLeft: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
|
|
|
topSide: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
|
|
|
topRight: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
|
|
|
bottomLeft: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
|
|
|
bottomSide: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
|
|
|
bottomRight: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
|
|
|
};
|
|
|
|
|
destPoints: {
|
|
|
|
|
__typename?: "PocketPointsGQL";
|
|
|
|
|
topLeft: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
|
|
|
topSide: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
|
|
|
topRight: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
|
|
|
bottomLeft: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
|
|
|
bottomSide: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
|
|
|
bottomRight: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
|
|
|
};
|
|
|
|
|
} | null;
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
@@ -7736,7 +7524,6 @@ export type GetShotTableStateQuery = {
|
|
|
|
|
shotId: number;
|
|
|
|
|
videoId: number;
|
|
|
|
|
frameIndex: number;
|
|
|
|
|
frameImage?: string | null;
|
|
|
|
|
tableState: {
|
|
|
|
|
__typename?: "TableStateGQL";
|
|
|
|
|
identifierToPosition: Array<Array<number>>;
|
|
|
|
|
@@ -8362,8 +8149,6 @@ export type GetUsageStatsQuery = {
|
|
|
|
|
activationCohort: number;
|
|
|
|
|
activationActivated: number;
|
|
|
|
|
payingUsers: number;
|
|
|
|
|
pastDueUsers: number;
|
|
|
|
|
newPaidToday: number;
|
|
|
|
|
newPaid7d: number;
|
|
|
|
|
newPaid30d: number;
|
|
|
|
|
retentionPrevActive: number;
|
|
|
|
|
@@ -8376,7 +8161,6 @@ export type GetUsageStatsQuery = {
|
|
|
|
|
activated7d: number;
|
|
|
|
|
paid7d: number;
|
|
|
|
|
activatedNotPaid7d: number;
|
|
|
|
|
paidTotal: number;
|
|
|
|
|
}>;
|
|
|
|
|
windows: Array<{
|
|
|
|
|
__typename?: "UsageStatsWindowGQL";
|
|
|
|
|
@@ -9491,7 +9275,7 @@ export type VideoExportJobFieldsFragment = {
|
|
|
|
|
shotIds?: Array<number> | null;
|
|
|
|
|
runId?: number | null;
|
|
|
|
|
downloadUrl?: string | null;
|
|
|
|
|
fileSizeBytes?: any | null;
|
|
|
|
|
fileSizeBytes?: number | null;
|
|
|
|
|
expiresAt?: any | null;
|
|
|
|
|
createdAt?: any | null;
|
|
|
|
|
};
|
|
|
|
|
@@ -9513,7 +9297,7 @@ export type RequestVideoExportMutation = {
|
|
|
|
|
shotIds?: Array<number> | null;
|
|
|
|
|
runId?: number | null;
|
|
|
|
|
downloadUrl?: string | null;
|
|
|
|
|
fileSizeBytes?: any | null;
|
|
|
|
|
fileSizeBytes?: number | null;
|
|
|
|
|
expiresAt?: any | null;
|
|
|
|
|
createdAt?: any | null;
|
|
|
|
|
};
|
|
|
|
|
@@ -9545,7 +9329,7 @@ export type VideoExportJobQuery = {
|
|
|
|
|
shotIds?: Array<number> | null;
|
|
|
|
|
runId?: number | null;
|
|
|
|
|
downloadUrl?: string | null;
|
|
|
|
|
fileSizeBytes?: any | null;
|
|
|
|
|
fileSizeBytes?: number | null;
|
|
|
|
|
expiresAt?: any | null;
|
|
|
|
|
createdAt?: any | null;
|
|
|
|
|
} | null;
|
|
|
|
|
@@ -9569,7 +9353,7 @@ export type MyVideoExportsQuery = {
|
|
|
|
|
shotIds?: Array<number> | null;
|
|
|
|
|
runId?: number | null;
|
|
|
|
|
downloadUrl?: string | null;
|
|
|
|
|
fileSizeBytes?: any | null;
|
|
|
|
|
fileSizeBytes?: number | null;
|
|
|
|
|
expiresAt?: any | null;
|
|
|
|
|
createdAt?: any | null;
|
|
|
|
|
}>;
|
|
|
|
|
@@ -10159,10 +9943,6 @@ export const SessionCoachGenerationFieldsFragmentDoc = gql`
|
|
|
|
|
abstentionReason
|
|
|
|
|
synthesisRationale
|
|
|
|
|
}
|
|
|
|
|
feedback {
|
|
|
|
|
response
|
|
|
|
|
updatedAt
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
export const PlayerClusterShotFieldsFragmentDoc = gql`
|
|
|
|
|
@@ -10194,73 +9974,6 @@ export const PlayerClusterFieldsFragmentDoc = gql`
|
|
|
|
|
}
|
|
|
|
|
${PlayerClusterShotFieldsFragmentDoc}
|
|
|
|
|
`;
|
|
|
|
|
export const TableStateLayoutFieldsFragmentDoc = gql`
|
|
|
|
|
fragment TableStateLayoutFields on TableStateGQL {
|
|
|
|
|
identifierToPosition
|
|
|
|
|
identifierToColor {
|
|
|
|
|
hex
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
export const DetectionBoxFieldsFragmentDoc = gql`
|
|
|
|
|
fragment DetectionBoxFields on BoundingBoxGQL {
|
|
|
|
|
left
|
|
|
|
|
top
|
|
|
|
|
width
|
|
|
|
|
height
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
export const DetectionPocketPointFieldsFragmentDoc = gql`
|
|
|
|
|
fragment DetectionPocketPointFields on PocketPointsGQL {
|
|
|
|
|
topLeft {
|
|
|
|
|
x
|
|
|
|
|
y
|
|
|
|
|
}
|
|
|
|
|
topSide {
|
|
|
|
|
x
|
|
|
|
|
y
|
|
|
|
|
}
|
|
|
|
|
topRight {
|
|
|
|
|
x
|
|
|
|
|
y
|
|
|
|
|
}
|
|
|
|
|
bottomLeft {
|
|
|
|
|
x
|
|
|
|
|
y
|
|
|
|
|
}
|
|
|
|
|
bottomSide {
|
|
|
|
|
x
|
|
|
|
|
y
|
|
|
|
|
}
|
|
|
|
|
bottomRight {
|
|
|
|
|
x
|
|
|
|
|
y
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
export const TableStateDetectionFieldsFragmentDoc = gql`
|
|
|
|
|
fragment TableStateDetectionFields on TableStateGQL {
|
|
|
|
|
identifierToBox {
|
|
|
|
|
...DetectionBoxFields
|
|
|
|
|
}
|
|
|
|
|
homography {
|
|
|
|
|
crop {
|
|
|
|
|
...DetectionBoxFields
|
|
|
|
|
}
|
|
|
|
|
pockets {
|
|
|
|
|
...DetectionBoxFields
|
|
|
|
|
}
|
|
|
|
|
sourcePoints {
|
|
|
|
|
...DetectionPocketPointFields
|
|
|
|
|
}
|
|
|
|
|
destPoints {
|
|
|
|
|
...DetectionPocketPointFields
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
${DetectionBoxFieldsFragmentDoc}
|
|
|
|
|
${DetectionPocketPointFieldsFragmentDoc}
|
|
|
|
|
`;
|
|
|
|
|
export const ShotClipRangeFragmentDoc = gql`
|
|
|
|
|
fragment ShotClipRange on ShotGQL {
|
|
|
|
|
id
|
|
|
|
|
@@ -15458,18 +15171,12 @@ export type ReactToVideoMutationOptions = Apollo.BaseMutationOptions<
|
|
|
|
|
ReactToVideoMutationVariables
|
|
|
|
|
>;
|
|
|
|
|
export const GetShotLabVideosDocument = gql`
|
|
|
|
|
query GetShotLabVideos(
|
|
|
|
|
$feedInput: VideoFeedInputGQL!
|
|
|
|
|
$includePrivate: IncludePrivateEnum!
|
|
|
|
|
$limit: Int! = 25
|
|
|
|
|
$after: String = null
|
|
|
|
|
) {
|
|
|
|
|
query GetShotLabVideos($userId: Int!, $limit: Int! = 25) {
|
|
|
|
|
getFeedVideos(
|
|
|
|
|
limit: $limit
|
|
|
|
|
after: $after
|
|
|
|
|
includeCallersVideos: false
|
|
|
|
|
includePrivate: $includePrivate
|
|
|
|
|
feedInput: $feedInput
|
|
|
|
|
includePrivate: MINE
|
|
|
|
|
feedInput: { userId: $userId }
|
|
|
|
|
) {
|
|
|
|
|
videos {
|
|
|
|
|
id
|
|
|
|
|
@@ -15489,10 +15196,6 @@ export const GetShotLabVideosDocument = gql`
|
|
|
|
|
lastSegmentUploadedAt
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
pageInfo {
|
|
|
|
|
hasNextPage
|
|
|
|
|
endCursor
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
@@ -15509,10 +15212,8 @@ export const GetShotLabVideosDocument = gql`
|
|
|
|
|
* @example
|
|
|
|
|
* const { data, loading, error } = useGetShotLabVideosQuery({
|
|
|
|
|
* variables: {
|
|
|
|
|
* feedInput: // value for 'feedInput'
|
|
|
|
|
* includePrivate: // value for 'includePrivate'
|
|
|
|
|
* userId: // value for 'userId'
|
|
|
|
|
* limit: // value for 'limit'
|
|
|
|
|
* after: // value for 'after'
|
|
|
|
|
* },
|
|
|
|
|
* });
|
|
|
|
|
*/
|
|
|
|
|
@@ -15963,90 +15664,6 @@ export type GetSessionCoachQueryResult = Apollo.QueryResult<
|
|
|
|
|
GetSessionCoachQuery,
|
|
|
|
|
GetSessionCoachQueryVariables
|
|
|
|
|
>;
|
|
|
|
|
export const GetSessionCoachGenerationStatusDocument = gql`
|
|
|
|
|
query GetSessionCoachGenerationStatus($videoId: Int!, $generationId: ID!) {
|
|
|
|
|
getSessionCoachGenerationStatus(
|
|
|
|
|
videoId: $videoId
|
|
|
|
|
generationId: $generationId
|
|
|
|
|
) {
|
|
|
|
|
id
|
|
|
|
|
state
|
|
|
|
|
createdAt
|
|
|
|
|
updatedAt
|
|
|
|
|
startedAt
|
|
|
|
|
lastEnqueuedAt
|
|
|
|
|
enqueueCount
|
|
|
|
|
completedAt
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* __useGetSessionCoachGenerationStatusQuery__
|
|
|
|
|
*
|
|
|
|
|
* To run a query within a React component, call `useGetSessionCoachGenerationStatusQuery` and pass it any options that fit your needs.
|
|
|
|
|
* When your component renders, `useGetSessionCoachGenerationStatusQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
|
|
|
* you can use to render your UI.
|
|
|
|
|
*
|
|
|
|
|
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
|
|
|
*
|
|
|
|
|
* @example
|
|
|
|
|
* const { data, loading, error } = useGetSessionCoachGenerationStatusQuery({
|
|
|
|
|
* variables: {
|
|
|
|
|
* videoId: // value for 'videoId'
|
|
|
|
|
* generationId: // value for 'generationId'
|
|
|
|
|
* },
|
|
|
|
|
* });
|
|
|
|
|
*/
|
|
|
|
|
export function useGetSessionCoachGenerationStatusQuery(
|
|
|
|
|
baseOptions: Apollo.QueryHookOptions<
|
|
|
|
|
GetSessionCoachGenerationStatusQuery,
|
|
|
|
|
GetSessionCoachGenerationStatusQueryVariables
|
|
|
|
|
>,
|
|
|
|
|
) {
|
|
|
|
|
const options = { ...defaultOptions, ...baseOptions };
|
|
|
|
|
return Apollo.useQuery<
|
|
|
|
|
GetSessionCoachGenerationStatusQuery,
|
|
|
|
|
GetSessionCoachGenerationStatusQueryVariables
|
|
|
|
|
>(GetSessionCoachGenerationStatusDocument, options);
|
|
|
|
|
}
|
|
|
|
|
export function useGetSessionCoachGenerationStatusLazyQuery(
|
|
|
|
|
baseOptions?: Apollo.LazyQueryHookOptions<
|
|
|
|
|
GetSessionCoachGenerationStatusQuery,
|
|
|
|
|
GetSessionCoachGenerationStatusQueryVariables
|
|
|
|
|
>,
|
|
|
|
|
) {
|
|
|
|
|
const options = { ...defaultOptions, ...baseOptions };
|
|
|
|
|
return Apollo.useLazyQuery<
|
|
|
|
|
GetSessionCoachGenerationStatusQuery,
|
|
|
|
|
GetSessionCoachGenerationStatusQueryVariables
|
|
|
|
|
>(GetSessionCoachGenerationStatusDocument, options);
|
|
|
|
|
}
|
|
|
|
|
export function useGetSessionCoachGenerationStatusSuspenseQuery(
|
|
|
|
|
baseOptions?: Apollo.SuspenseQueryHookOptions<
|
|
|
|
|
GetSessionCoachGenerationStatusQuery,
|
|
|
|
|
GetSessionCoachGenerationStatusQueryVariables
|
|
|
|
|
>,
|
|
|
|
|
) {
|
|
|
|
|
const options = { ...defaultOptions, ...baseOptions };
|
|
|
|
|
return Apollo.useSuspenseQuery<
|
|
|
|
|
GetSessionCoachGenerationStatusQuery,
|
|
|
|
|
GetSessionCoachGenerationStatusQueryVariables
|
|
|
|
|
>(GetSessionCoachGenerationStatusDocument, options);
|
|
|
|
|
}
|
|
|
|
|
export type GetSessionCoachGenerationStatusQueryHookResult = ReturnType<
|
|
|
|
|
typeof useGetSessionCoachGenerationStatusQuery
|
|
|
|
|
>;
|
|
|
|
|
export type GetSessionCoachGenerationStatusLazyQueryHookResult = ReturnType<
|
|
|
|
|
typeof useGetSessionCoachGenerationStatusLazyQuery
|
|
|
|
|
>;
|
|
|
|
|
export type GetSessionCoachGenerationStatusSuspenseQueryHookResult = ReturnType<
|
|
|
|
|
typeof useGetSessionCoachGenerationStatusSuspenseQuery
|
|
|
|
|
>;
|
|
|
|
|
export type GetSessionCoachGenerationStatusQueryResult = Apollo.QueryResult<
|
|
|
|
|
GetSessionCoachGenerationStatusQuery,
|
|
|
|
|
GetSessionCoachGenerationStatusQueryVariables
|
|
|
|
|
>;
|
|
|
|
|
export const RequestSessionCoachGenerationDocument = gql`
|
|
|
|
|
mutation RequestSessionCoachGeneration($videoId: Int!) {
|
|
|
|
|
requestSessionCoachGeneration(videoId: $videoId) {
|
|
|
|
|
@@ -16102,68 +15719,6 @@ export type RequestSessionCoachGenerationMutationOptions =
|
|
|
|
|
RequestSessionCoachGenerationMutation,
|
|
|
|
|
RequestSessionCoachGenerationMutationVariables
|
|
|
|
|
>;
|
|
|
|
|
export const SubmitSessionCoachFeedbackDocument = gql`
|
|
|
|
|
mutation SubmitSessionCoachFeedback(
|
|
|
|
|
$videoId: Int!
|
|
|
|
|
$generationId: ID!
|
|
|
|
|
$response: SessionCoachFeedbackResponseEnum!
|
|
|
|
|
) {
|
|
|
|
|
submitSessionCoachFeedback(
|
|
|
|
|
videoId: $videoId
|
|
|
|
|
generationId: $generationId
|
|
|
|
|
response: $response
|
|
|
|
|
) {
|
|
|
|
|
response
|
|
|
|
|
updatedAt
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
export type SubmitSessionCoachFeedbackMutationFn = Apollo.MutationFunction<
|
|
|
|
|
SubmitSessionCoachFeedbackMutation,
|
|
|
|
|
SubmitSessionCoachFeedbackMutationVariables
|
|
|
|
|
>;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* __useSubmitSessionCoachFeedbackMutation__
|
|
|
|
|
*
|
|
|
|
|
* To run a mutation, you first call `useSubmitSessionCoachFeedbackMutation` within a React component and pass it any options that fit your needs.
|
|
|
|
|
* When your component renders, `useSubmitSessionCoachFeedbackMutation` returns a tuple that includes:
|
|
|
|
|
* - A mutate function that you can call at any time to execute the mutation
|
|
|
|
|
* - An object with fields that represent the current status of the mutation's execution
|
|
|
|
|
*
|
|
|
|
|
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
|
|
|
*
|
|
|
|
|
* @example
|
|
|
|
|
* const [submitSessionCoachFeedbackMutation, { data, loading, error }] = useSubmitSessionCoachFeedbackMutation({
|
|
|
|
|
* variables: {
|
|
|
|
|
* videoId: // value for 'videoId'
|
|
|
|
|
* generationId: // value for 'generationId'
|
|
|
|
|
* response: // value for 'response'
|
|
|
|
|
* },
|
|
|
|
|
* });
|
|
|
|
|
*/
|
|
|
|
|
export function useSubmitSessionCoachFeedbackMutation(
|
|
|
|
|
baseOptions?: Apollo.MutationHookOptions<
|
|
|
|
|
SubmitSessionCoachFeedbackMutation,
|
|
|
|
|
SubmitSessionCoachFeedbackMutationVariables
|
|
|
|
|
>,
|
|
|
|
|
) {
|
|
|
|
|
const options = { ...defaultOptions, ...baseOptions };
|
|
|
|
|
return Apollo.useMutation<
|
|
|
|
|
SubmitSessionCoachFeedbackMutation,
|
|
|
|
|
SubmitSessionCoachFeedbackMutationVariables
|
|
|
|
|
>(SubmitSessionCoachFeedbackDocument, options);
|
|
|
|
|
}
|
|
|
|
|
export type SubmitSessionCoachFeedbackMutationHookResult = ReturnType<
|
|
|
|
|
typeof useSubmitSessionCoachFeedbackMutation
|
|
|
|
|
>;
|
|
|
|
|
export type SubmitSessionCoachFeedbackMutationResult =
|
|
|
|
|
Apollo.MutationResult<SubmitSessionCoachFeedbackMutation>;
|
|
|
|
|
export type SubmitSessionCoachFeedbackMutationOptions =
|
|
|
|
|
Apollo.BaseMutationOptions<
|
|
|
|
|
SubmitSessionCoachFeedbackMutation,
|
|
|
|
|
SubmitSessionCoachFeedbackMutationVariables
|
|
|
|
|
>;
|
|
|
|
|
export const CreateShotShareLinkDocument = gql`
|
|
|
|
|
mutation CreateShotShareLink(
|
|
|
|
|
$shotIds: [Int!]!
|
|
|
|
|
@@ -16358,12 +15913,12 @@ export const GetTableStateDocument = gql`
|
|
|
|
|
tableSize: $tableSize
|
|
|
|
|
useHomography: $useHomography
|
|
|
|
|
) {
|
|
|
|
|
...TableStateLayoutFields
|
|
|
|
|
...TableStateDetectionFields
|
|
|
|
|
identifierToPosition
|
|
|
|
|
identifierToColor {
|
|
|
|
|
hex
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
${TableStateLayoutFieldsFragmentDoc}
|
|
|
|
|
${TableStateDetectionFieldsFragmentDoc}
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
@@ -16439,11 +15994,13 @@ export const GetLiveTableStateDocument = gql`
|
|
|
|
|
videoId
|
|
|
|
|
frameIndex
|
|
|
|
|
tableState {
|
|
|
|
|
...TableStateLayoutFields
|
|
|
|
|
identifierToPosition
|
|
|
|
|
identifierToColor {
|
|
|
|
|
hex
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
${TableStateLayoutFieldsFragmentDoc}
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
@@ -16517,13 +16074,14 @@ export const GetShotTableStateDocument = gql`
|
|
|
|
|
shotId
|
|
|
|
|
videoId
|
|
|
|
|
frameIndex
|
|
|
|
|
frameImage
|
|
|
|
|
tableState {
|
|
|
|
|
...TableStateLayoutFields
|
|
|
|
|
identifierToPosition
|
|
|
|
|
identifierToColor {
|
|
|
|
|
hex
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
${TableStateLayoutFieldsFragmentDoc}
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
@@ -17678,8 +17236,6 @@ export const GetUsageStatsDocument = gql`
|
|
|
|
|
activationCohort
|
|
|
|
|
activationActivated
|
|
|
|
|
payingUsers
|
|
|
|
|
pastDueUsers
|
|
|
|
|
newPaidToday
|
|
|
|
|
newPaid7d
|
|
|
|
|
newPaid30d
|
|
|
|
|
retentionPrevActive
|
|
|
|
|
@@ -17691,7 +17247,6 @@ export const GetUsageStatsDocument = gql`
|
|
|
|
|
activated7d
|
|
|
|
|
paid7d
|
|
|
|
|
activatedNotPaid7d
|
|
|
|
|
paidTotal
|
|
|
|
|
}
|
|
|
|
|
totalUsers
|
|
|
|
|
totalVideos
|
|
|
|
|
|