|
|
|
|
@@ -88,6 +88,26 @@ export type AppleIapSubscriptionOptionsGql = {
|
|
|
|
|
productIds: Array<Scalars["String"]["output"]>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type AuthBootstrapGql = {
|
|
|
|
|
__typename?: "AuthBootstrapGQL";
|
|
|
|
|
status: AuthBootstrapStatusEnum;
|
|
|
|
|
user?: Maybe<UserGql>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export enum AuthBootstrapStatusEnum {
|
|
|
|
|
NeedsProfile = "NEEDS_PROFILE",
|
|
|
|
|
Registered = "REGISTERED",
|
|
|
|
|
RegistrationDisabled = "REGISTRATION_DISABLED",
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export enum AuthRegistrationErrorEnum {
|
|
|
|
|
InvalidUsername = "INVALID_USERNAME",
|
|
|
|
|
RegistrationDisabled = "REGISTRATION_DISABLED",
|
|
|
|
|
UnsupportedProvider = "UNSUPPORTED_PROVIDER",
|
|
|
|
|
UsernameUnavailable = "USERNAME_UNAVAILABLE",
|
|
|
|
|
VerifiedEmailRequired = "VERIFIED_EMAIL_REQUIRED",
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type BallTrajectoryGql = {
|
|
|
|
|
__typename?: "BallTrajectoryGQL";
|
|
|
|
|
ballId: Scalars["Int"]["output"];
|
|
|
|
|
@@ -265,6 +285,7 @@ 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"];
|
|
|
|
|
};
|
|
|
|
|
@@ -278,6 +299,12 @@ export type CommentGql = {
|
|
|
|
|
user: UserGql;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type CompleteAuthRegistrationGql = {
|
|
|
|
|
__typename?: "CompleteAuthRegistrationGQL";
|
|
|
|
|
errorCode?: Maybe<AuthRegistrationErrorEnum>;
|
|
|
|
|
user?: Maybe<UserGql>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type CountLeaderboardGql = {
|
|
|
|
|
__typename?: "CountLeaderboardGQL";
|
|
|
|
|
entries: Array<UserShotCountEntry>;
|
|
|
|
|
@@ -385,6 +412,7 @@ export type DeployedConfigGql = {
|
|
|
|
|
firebase: Scalars["Boolean"]["output"];
|
|
|
|
|
minimumAllowedAppVersion: Scalars["String"]["output"];
|
|
|
|
|
quotaEnforcementEnabled: Scalars["Boolean"]["output"];
|
|
|
|
|
socialAuthProviderAvailability: Array<SocialAuthProviderAvailabilityGql>;
|
|
|
|
|
storageLimitEnforcementEnabled: Scalars["Boolean"]["output"];
|
|
|
|
|
subscriptionGatingEnabled: Scalars["Boolean"]["output"];
|
|
|
|
|
};
|
|
|
|
|
@@ -475,6 +503,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -519,6 +548,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -563,6 +593,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -607,6 +638,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -651,6 +683,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -695,6 +728,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -739,6 +773,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -783,6 +818,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -827,6 +863,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -871,6 +908,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -915,6 +953,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -959,6 +998,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1003,6 +1043,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1047,6 +1088,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1091,6 +1133,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1135,6 +1178,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1179,6 +1223,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1223,6 +1268,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1267,6 +1313,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1311,6 +1358,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1355,6 +1403,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1399,6 +1448,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1443,6 +1493,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1487,6 +1538,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1531,6 +1583,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1575,6 +1628,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1619,6 +1673,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees: FloatRangeFilter;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1663,6 +1718,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter: FilterInput;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1707,6 +1763,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters: Array<FilterInput>;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1751,6 +1808,52 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex: Array<Scalars["Int"]["input"]>;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
spinType?: never;
|
|
|
|
|
tableSize?: never;
|
|
|
|
|
tags?: never;
|
|
|
|
|
targetPocketAngle?: never;
|
|
|
|
|
targetPocketAngleDirection?: never;
|
|
|
|
|
targetPocketDistance?: never;
|
|
|
|
|
totalDistance?: never;
|
|
|
|
|
userId?: never;
|
|
|
|
|
username?: never;
|
|
|
|
|
videoId?: never;
|
|
|
|
|
}
|
|
|
|
|
| {
|
|
|
|
|
andFilters?: never;
|
|
|
|
|
annotations?: never;
|
|
|
|
|
backcut?: never;
|
|
|
|
|
bankAngle?: never;
|
|
|
|
|
bankDistance?: never;
|
|
|
|
|
createdAt?: never;
|
|
|
|
|
cueAngleAfterObject?: never;
|
|
|
|
|
cueBallSpeed?: never;
|
|
|
|
|
cueObjectAngle?: never;
|
|
|
|
|
cueObjectDistance?: never;
|
|
|
|
|
cueSpeedAfterObject?: never;
|
|
|
|
|
difficulty?: never;
|
|
|
|
|
falsePositiveScore?: never;
|
|
|
|
|
fargoRating?: never;
|
|
|
|
|
intendedPocketType?: never;
|
|
|
|
|
isBreakHeuristic?: never;
|
|
|
|
|
isDirect?: never;
|
|
|
|
|
isLeft?: never;
|
|
|
|
|
isLeftMiss?: never;
|
|
|
|
|
isRight?: never;
|
|
|
|
|
isRightMiss?: never;
|
|
|
|
|
isStraight?: never;
|
|
|
|
|
kickAngle?: never;
|
|
|
|
|
kickDistance?: never;
|
|
|
|
|
make?: never;
|
|
|
|
|
marginOfErrorInDegrees?: never;
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId: Array<Scalars["Int"]["input"]>;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1795,6 +1898,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength: FloatRangeFilter;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1839,6 +1943,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection: Array<ShotDirectionEnum>;
|
|
|
|
|
@@ -1883,6 +1988,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1927,6 +2033,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1971,6 +2078,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -2015,6 +2123,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -2059,6 +2168,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -2103,6 +2213,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -2147,6 +2258,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -2191,6 +2303,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -2235,6 +2348,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -2279,6 +2393,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -2323,6 +2438,8 @@ 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"];
|
|
|
|
|
@@ -2528,6 +2645,7 @@ export type Mutation = {
|
|
|
|
|
cancelCameraClaimSession: CameraClaimSession;
|
|
|
|
|
cancelSubscription: UserSubscriptionStatusGql;
|
|
|
|
|
commentOnVideo: Scalars["Boolean"]["output"];
|
|
|
|
|
completeAuthRegistration: CompleteAuthRegistrationGql;
|
|
|
|
|
createBucketSet: BucketSetGql;
|
|
|
|
|
createCameraClaimSession: CameraClaimSession;
|
|
|
|
|
createChallenge: Challenge;
|
|
|
|
|
@@ -2579,6 +2697,7 @@ export type Mutation = {
|
|
|
|
|
startChallenge: ChallengeEntry;
|
|
|
|
|
submitCancellationFeedback: Scalars["Boolean"]["output"];
|
|
|
|
|
submitChallengeEntry: ChallengeEntry;
|
|
|
|
|
submitSessionCoachFeedback: SessionCoachFeedbackGql;
|
|
|
|
|
syncAppleSubscription: SyncAppleSubscriptionResultGql;
|
|
|
|
|
undismissChallenge: Scalars["Boolean"]["output"];
|
|
|
|
|
unfollowUser: UserGql;
|
|
|
|
|
@@ -2611,6 +2730,11 @@ export type MutationCommentOnVideoArgs = {
|
|
|
|
|
videoId: Scalars["Int"]["input"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type MutationCompleteAuthRegistrationArgs = {
|
|
|
|
|
agreesToMarketing: Scalars["Boolean"]["input"];
|
|
|
|
|
username: Scalars["String"]["input"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type MutationCreateBucketSetArgs = {
|
|
|
|
|
params: CreateBucketSetInput;
|
|
|
|
|
};
|
|
|
|
|
@@ -2840,6 +2964,12 @@ 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;
|
|
|
|
|
};
|
|
|
|
|
@@ -3104,6 +3234,7 @@ export type Query = {
|
|
|
|
|
doesUsernameExist: Scalars["Boolean"]["output"];
|
|
|
|
|
getAggregatedShotMetrics: Array<AggregateResultGql>;
|
|
|
|
|
getAppleAppAccountToken: Scalars["String"]["output"];
|
|
|
|
|
getAuthBootstrap: AuthBootstrapGql;
|
|
|
|
|
getAvailableSubscriptionOptions: StripeSubscriptionOptionsGql;
|
|
|
|
|
getBucketSet?: Maybe<BucketSetGql>;
|
|
|
|
|
getDeployedConfig: DeployedConfigGql;
|
|
|
|
|
@@ -3122,6 +3253,7 @@ export type Query = {
|
|
|
|
|
getResolvedTier: ResolvedTierGql;
|
|
|
|
|
getRuns: GetRunsResult;
|
|
|
|
|
getSessionCoach: SessionCoachGql;
|
|
|
|
|
getSessionCoachGenerationStatus?: Maybe<SessionCoachGenerationStatusGql>;
|
|
|
|
|
getShotAnnotationTypes: Array<ShotAnnotationTypeGql>;
|
|
|
|
|
getShotTableState: ShotTableStateGql;
|
|
|
|
|
getShots: Array<ShotGql>;
|
|
|
|
|
@@ -3283,6 +3415,11 @@ 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"]>;
|
|
|
|
|
};
|
|
|
|
|
@@ -3685,6 +3822,19 @@ export type SessionCoachEvidenceGql = {
|
|
|
|
|
score: Scalars["Float"]["output"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type SessionCoachFeedbackGql = {
|
|
|
|
|
__typename?: "SessionCoachFeedbackGQL";
|
|
|
|
|
response: SessionCoachFeedbackResponseEnum;
|
|
|
|
|
updatedAt: Scalars["DateTime"]["output"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export enum SessionCoachFeedbackResponseEnum {
|
|
|
|
|
Helpful = "HELPFUL",
|
|
|
|
|
NotEnoughEvidence = "NOT_ENOUGH_EVIDENCE",
|
|
|
|
|
NotInsightful = "NOT_INSIGHTFUL",
|
|
|
|
|
NotRelevant = "NOT_RELEVANT",
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type SessionCoachGql = {
|
|
|
|
|
__typename?: "SessionCoachGQL";
|
|
|
|
|
agentGeneration?: Maybe<SessionCoachGenerationGql>;
|
|
|
|
|
@@ -3737,6 +3887,7 @@ export type SessionCoachGenerationGql = {
|
|
|
|
|
createdAt: Scalars["DateTime"]["output"];
|
|
|
|
|
decision?: Maybe<SessionCoachDecisionGql>;
|
|
|
|
|
diagnostics?: Maybe<SessionCoachGenerationDiagnosticsGql>;
|
|
|
|
|
feedback?: Maybe<SessionCoachFeedbackGql>;
|
|
|
|
|
id: Scalars["ID"]["output"];
|
|
|
|
|
state: SessionCoachGenerationStateEnum;
|
|
|
|
|
};
|
|
|
|
|
@@ -3748,6 +3899,18 @@ 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",
|
|
|
|
|
}
|
|
|
|
|
@@ -3840,6 +4003,7 @@ export type ShotProjectionGql = {
|
|
|
|
|
|
|
|
|
|
export type ShotTableStateGql = {
|
|
|
|
|
__typename?: "ShotTableStateGQL";
|
|
|
|
|
frameImage?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
|
frameIndex: Scalars["Int"]["output"];
|
|
|
|
|
shotId: Scalars["Int"]["output"];
|
|
|
|
|
tableState: TableStateGql;
|
|
|
|
|
@@ -3932,6 +4096,25 @@ export enum SimulationEventType {
|
|
|
|
|
StickBall = "STICK_BALL",
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export enum SocialAuthPlatformEnum {
|
|
|
|
|
Android = "ANDROID",
|
|
|
|
|
Ios = "IOS",
|
|
|
|
|
Web = "WEB",
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type SocialAuthProviderAvailabilityGql = {
|
|
|
|
|
__typename?: "SocialAuthProviderAvailabilityGQL";
|
|
|
|
|
enabled: Scalars["Boolean"]["output"];
|
|
|
|
|
platform: SocialAuthPlatformEnum;
|
|
|
|
|
provider: SocialAuthProviderEnum;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export enum SocialAuthProviderEnum {
|
|
|
|
|
Apple = "APPLE",
|
|
|
|
|
Facebook = "FACEBOOK",
|
|
|
|
|
Google = "GOOGLE",
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type SpinTypeBreakdownGql = {
|
|
|
|
|
__typename?: "SpinTypeBreakdownGQL";
|
|
|
|
|
center: Scalars["Int"]["output"];
|
|
|
|
|
@@ -7205,10 +7388,35 @@ 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"];
|
|
|
|
|
}>;
|
|
|
|
|
@@ -7262,10 +7470,30 @@ 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;
|
|
|
|
|
@@ -7343,6 +7571,11 @@ export type SessionCoachGenerationFieldsFragment = {
|
|
|
|
|
abstentionReason?: string | null;
|
|
|
|
|
synthesisRationale?: string | null;
|
|
|
|
|
} | null;
|
|
|
|
|
feedback?: {
|
|
|
|
|
__typename?: "SessionCoachFeedbackGQL";
|
|
|
|
|
response: SessionCoachFeedbackResponseEnum;
|
|
|
|
|
updatedAt: any;
|
|
|
|
|
} | null;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type CreateShotShareLinkMutationVariables = Exact<{
|
|
|
|
|
@@ -7643,6 +7876,7 @@ export type GetShotTableStateQuery = {
|
|
|
|
|
shotId: number;
|
|
|
|
|
videoId: number;
|
|
|
|
|
frameIndex: number;
|
|
|
|
|
frameImage?: string | null;
|
|
|
|
|
tableState: {
|
|
|
|
|
__typename?: "TableStateGQL";
|
|
|
|
|
identifierToPosition: Array<Array<number>>;
|
|
|
|
|
@@ -8268,6 +8502,8 @@ export type GetUsageStatsQuery = {
|
|
|
|
|
activationCohort: number;
|
|
|
|
|
activationActivated: number;
|
|
|
|
|
payingUsers: number;
|
|
|
|
|
pastDueUsers: number;
|
|
|
|
|
newPaidToday: number;
|
|
|
|
|
newPaid7d: number;
|
|
|
|
|
newPaid30d: number;
|
|
|
|
|
retentionPrevActive: number;
|
|
|
|
|
@@ -8280,6 +8516,7 @@ export type GetUsageStatsQuery = {
|
|
|
|
|
activated7d: number;
|
|
|
|
|
paid7d: number;
|
|
|
|
|
activatedNotPaid7d: number;
|
|
|
|
|
paidTotal: number;
|
|
|
|
|
}>;
|
|
|
|
|
windows: Array<{
|
|
|
|
|
__typename?: "UsageStatsWindowGQL";
|
|
|
|
|
@@ -10062,6 +10299,10 @@ export const SessionCoachGenerationFieldsFragmentDoc = gql`
|
|
|
|
|
abstentionReason
|
|
|
|
|
synthesisRationale
|
|
|
|
|
}
|
|
|
|
|
feedback {
|
|
|
|
|
response
|
|
|
|
|
updatedAt
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
export const PlayerClusterShotFieldsFragmentDoc = gql`
|
|
|
|
|
@@ -15862,6 +16103,90 @@ 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) {
|
|
|
|
|
@@ -15917,6 +16242,68 @@ 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!]!
|
|
|
|
|
@@ -16270,6 +16657,7 @@ export const GetShotTableStateDocument = gql`
|
|
|
|
|
shotId
|
|
|
|
|
videoId
|
|
|
|
|
frameIndex
|
|
|
|
|
frameImage
|
|
|
|
|
tableState {
|
|
|
|
|
...TableStateLayoutFields
|
|
|
|
|
}
|
|
|
|
|
@@ -17430,6 +17818,8 @@ export const GetUsageStatsDocument = gql`
|
|
|
|
|
activationCohort
|
|
|
|
|
activationActivated
|
|
|
|
|
payingUsers
|
|
|
|
|
pastDueUsers
|
|
|
|
|
newPaidToday
|
|
|
|
|
newPaid7d
|
|
|
|
|
newPaid30d
|
|
|
|
|
retentionPrevActive
|
|
|
|
|
@@ -17441,6 +17831,7 @@ export const GetUsageStatsDocument = gql`
|
|
|
|
|
activated7d
|
|
|
|
|
paid7d
|
|
|
|
|
activatedNotPaid7d
|
|
|
|
|
paidTotal
|
|
|
|
|
}
|
|
|
|
|
totalUsers
|
|
|
|
|
totalVideos
|
|
|
|
|
|