|
|
|
|
@@ -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"];
|
|
|
|
|
@@ -279,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>;
|
|
|
|
|
@@ -386,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"];
|
|
|
|
|
};
|
|
|
|
|
@@ -476,6 +503,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -520,6 +548,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -564,6 +593,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -608,6 +638,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -652,6 +683,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -696,6 +728,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -740,6 +773,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -784,6 +818,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -828,6 +863,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -872,6 +908,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -916,6 +953,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -960,6 +998,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1004,6 +1043,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1048,6 +1088,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1092,6 +1133,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1136,6 +1178,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1180,6 +1223,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1224,6 +1268,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1268,6 +1313,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1312,6 +1358,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1356,6 +1403,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1400,6 +1448,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1444,6 +1493,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1488,6 +1538,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1532,6 +1583,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1576,6 +1628,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1620,6 +1673,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees: FloatRangeFilter;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1664,6 +1718,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter: FilterInput;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1708,6 +1763,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters: Array<FilterInput>;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1752,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;
|
|
|
|
|
@@ -1796,6 +1898,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength: FloatRangeFilter;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1840,6 +1943,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection: Array<ShotDirectionEnum>;
|
|
|
|
|
@@ -1884,6 +1988,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1928,6 +2033,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -1972,6 +2078,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -2016,6 +2123,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -2060,6 +2168,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -2104,6 +2213,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -2148,6 +2258,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -2192,6 +2303,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -2236,6 +2348,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -2280,6 +2393,7 @@ export type FilterInput =
|
|
|
|
|
missAngleInDegrees?: never;
|
|
|
|
|
notFilter?: never;
|
|
|
|
|
orFilters?: never;
|
|
|
|
|
playerIndex?: never;
|
|
|
|
|
runId?: never;
|
|
|
|
|
runLength?: never;
|
|
|
|
|
shotDirection?: never;
|
|
|
|
|
@@ -2531,6 +2645,7 @@ export type Mutation = {
|
|
|
|
|
cancelCameraClaimSession: CameraClaimSession;
|
|
|
|
|
cancelSubscription: UserSubscriptionStatusGql;
|
|
|
|
|
commentOnVideo: Scalars["Boolean"]["output"];
|
|
|
|
|
completeAuthRegistration: CompleteAuthRegistrationGql;
|
|
|
|
|
createBucketSet: BucketSetGql;
|
|
|
|
|
createCameraClaimSession: CameraClaimSession;
|
|
|
|
|
createChallenge: Challenge;
|
|
|
|
|
@@ -2615,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;
|
|
|
|
|
};
|
|
|
|
|
@@ -3114,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;
|
|
|
|
|
@@ -3708,10 +3829,10 @@ export type SessionCoachFeedbackGql = {
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export enum SessionCoachFeedbackResponseEnum {
|
|
|
|
|
AlreadyWorkingOnThis = "ALREADY_WORKING_ON_THIS",
|
|
|
|
|
Helpful = "HELPFUL",
|
|
|
|
|
NotEnoughEvidence = "NOT_ENOUGH_EVIDENCE",
|
|
|
|
|
WrongFocus = "WRONG_FOCUS",
|
|
|
|
|
NotInsightful = "NOT_INSIGHTFUL",
|
|
|
|
|
NotRelevant = "NOT_RELEVANT",
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type SessionCoachGql = {
|
|
|
|
|
@@ -3975,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"];
|
|
|
|
|
@@ -4569,6 +4709,31 @@ export type GetAggregatedShotMetricsQuery = {
|
|
|
|
|
}>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type GetAuthBootstrapQueryVariables = Exact<{ [key: string]: never }>;
|
|
|
|
|
|
|
|
|
|
export type GetAuthBootstrapQuery = {
|
|
|
|
|
__typename?: "Query";
|
|
|
|
|
getAuthBootstrap: {
|
|
|
|
|
__typename?: "AuthBootstrapGQL";
|
|
|
|
|
status: AuthBootstrapStatusEnum;
|
|
|
|
|
user?: { __typename?: "UserGQL"; id: number; username: string } | null;
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type CompleteAuthRegistrationMutationVariables = Exact<{
|
|
|
|
|
username: Scalars["String"]["input"];
|
|
|
|
|
agreesToMarketing: Scalars["Boolean"]["input"];
|
|
|
|
|
}>;
|
|
|
|
|
|
|
|
|
|
export type CompleteAuthRegistrationMutation = {
|
|
|
|
|
__typename?: "Mutation";
|
|
|
|
|
completeAuthRegistration: {
|
|
|
|
|
__typename?: "CompleteAuthRegistrationGQL";
|
|
|
|
|
errorCode?: AuthRegistrationErrorEnum | null;
|
|
|
|
|
user?: { __typename?: "UserGQL"; id: number; username: string } | null;
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type GetChallengesQueryVariables = Exact<{ [key: string]: never }>;
|
|
|
|
|
|
|
|
|
|
export type GetChallengesQuery = {
|
|
|
|
|
@@ -4996,6 +5161,12 @@ export type GetDeployedConfigQuery = {
|
|
|
|
|
message: string;
|
|
|
|
|
priority: number;
|
|
|
|
|
}>;
|
|
|
|
|
socialAuthProviderAvailability: Array<{
|
|
|
|
|
__typename?: "SocialAuthProviderAvailabilityGQL";
|
|
|
|
|
provider: SocialAuthProviderEnum;
|
|
|
|
|
platform: SocialAuthPlatformEnum;
|
|
|
|
|
enabled: boolean;
|
|
|
|
|
}>;
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
@@ -10580,6 +10751,144 @@ export type GetAggregatedShotMetricsQueryResult = Apollo.QueryResult<
|
|
|
|
|
GetAggregatedShotMetricsQuery,
|
|
|
|
|
GetAggregatedShotMetricsQueryVariables
|
|
|
|
|
>;
|
|
|
|
|
export const GetAuthBootstrapDocument = gql`
|
|
|
|
|
query getAuthBootstrap {
|
|
|
|
|
getAuthBootstrap {
|
|
|
|
|
status
|
|
|
|
|
user {
|
|
|
|
|
id
|
|
|
|
|
username
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* __useGetAuthBootstrapQuery__
|
|
|
|
|
*
|
|
|
|
|
* To run a query within a React component, call `useGetAuthBootstrapQuery` and pass it any options that fit your needs.
|
|
|
|
|
* When your component renders, `useGetAuthBootstrapQuery` 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 } = useGetAuthBootstrapQuery({
|
|
|
|
|
* variables: {
|
|
|
|
|
* },
|
|
|
|
|
* });
|
|
|
|
|
*/
|
|
|
|
|
export function useGetAuthBootstrapQuery(
|
|
|
|
|
baseOptions?: Apollo.QueryHookOptions<
|
|
|
|
|
GetAuthBootstrapQuery,
|
|
|
|
|
GetAuthBootstrapQueryVariables
|
|
|
|
|
>,
|
|
|
|
|
) {
|
|
|
|
|
const options = { ...defaultOptions, ...baseOptions };
|
|
|
|
|
return Apollo.useQuery<GetAuthBootstrapQuery, GetAuthBootstrapQueryVariables>(
|
|
|
|
|
GetAuthBootstrapDocument,
|
|
|
|
|
options,
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
export function useGetAuthBootstrapLazyQuery(
|
|
|
|
|
baseOptions?: Apollo.LazyQueryHookOptions<
|
|
|
|
|
GetAuthBootstrapQuery,
|
|
|
|
|
GetAuthBootstrapQueryVariables
|
|
|
|
|
>,
|
|
|
|
|
) {
|
|
|
|
|
const options = { ...defaultOptions, ...baseOptions };
|
|
|
|
|
return Apollo.useLazyQuery<
|
|
|
|
|
GetAuthBootstrapQuery,
|
|
|
|
|
GetAuthBootstrapQueryVariables
|
|
|
|
|
>(GetAuthBootstrapDocument, options);
|
|
|
|
|
}
|
|
|
|
|
export function useGetAuthBootstrapSuspenseQuery(
|
|
|
|
|
baseOptions?: Apollo.SuspenseQueryHookOptions<
|
|
|
|
|
GetAuthBootstrapQuery,
|
|
|
|
|
GetAuthBootstrapQueryVariables
|
|
|
|
|
>,
|
|
|
|
|
) {
|
|
|
|
|
const options = { ...defaultOptions, ...baseOptions };
|
|
|
|
|
return Apollo.useSuspenseQuery<
|
|
|
|
|
GetAuthBootstrapQuery,
|
|
|
|
|
GetAuthBootstrapQueryVariables
|
|
|
|
|
>(GetAuthBootstrapDocument, options);
|
|
|
|
|
}
|
|
|
|
|
export type GetAuthBootstrapQueryHookResult = ReturnType<
|
|
|
|
|
typeof useGetAuthBootstrapQuery
|
|
|
|
|
>;
|
|
|
|
|
export type GetAuthBootstrapLazyQueryHookResult = ReturnType<
|
|
|
|
|
typeof useGetAuthBootstrapLazyQuery
|
|
|
|
|
>;
|
|
|
|
|
export type GetAuthBootstrapSuspenseQueryHookResult = ReturnType<
|
|
|
|
|
typeof useGetAuthBootstrapSuspenseQuery
|
|
|
|
|
>;
|
|
|
|
|
export type GetAuthBootstrapQueryResult = Apollo.QueryResult<
|
|
|
|
|
GetAuthBootstrapQuery,
|
|
|
|
|
GetAuthBootstrapQueryVariables
|
|
|
|
|
>;
|
|
|
|
|
export const CompleteAuthRegistrationDocument = gql`
|
|
|
|
|
mutation completeAuthRegistration(
|
|
|
|
|
$username: String!
|
|
|
|
|
$agreesToMarketing: Boolean!
|
|
|
|
|
) {
|
|
|
|
|
completeAuthRegistration(
|
|
|
|
|
username: $username
|
|
|
|
|
agreesToMarketing: $agreesToMarketing
|
|
|
|
|
) {
|
|
|
|
|
errorCode
|
|
|
|
|
user {
|
|
|
|
|
id
|
|
|
|
|
username
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
export type CompleteAuthRegistrationMutationFn = Apollo.MutationFunction<
|
|
|
|
|
CompleteAuthRegistrationMutation,
|
|
|
|
|
CompleteAuthRegistrationMutationVariables
|
|
|
|
|
>;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* __useCompleteAuthRegistrationMutation__
|
|
|
|
|
*
|
|
|
|
|
* To run a mutation, you first call `useCompleteAuthRegistrationMutation` within a React component and pass it any options that fit your needs.
|
|
|
|
|
* When your component renders, `useCompleteAuthRegistrationMutation` 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 [completeAuthRegistrationMutation, { data, loading, error }] = useCompleteAuthRegistrationMutation({
|
|
|
|
|
* variables: {
|
|
|
|
|
* username: // value for 'username'
|
|
|
|
|
* agreesToMarketing: // value for 'agreesToMarketing'
|
|
|
|
|
* },
|
|
|
|
|
* });
|
|
|
|
|
*/
|
|
|
|
|
export function useCompleteAuthRegistrationMutation(
|
|
|
|
|
baseOptions?: Apollo.MutationHookOptions<
|
|
|
|
|
CompleteAuthRegistrationMutation,
|
|
|
|
|
CompleteAuthRegistrationMutationVariables
|
|
|
|
|
>,
|
|
|
|
|
) {
|
|
|
|
|
const options = { ...defaultOptions, ...baseOptions };
|
|
|
|
|
return Apollo.useMutation<
|
|
|
|
|
CompleteAuthRegistrationMutation,
|
|
|
|
|
CompleteAuthRegistrationMutationVariables
|
|
|
|
|
>(CompleteAuthRegistrationDocument, options);
|
|
|
|
|
}
|
|
|
|
|
export type CompleteAuthRegistrationMutationHookResult = ReturnType<
|
|
|
|
|
typeof useCompleteAuthRegistrationMutation
|
|
|
|
|
>;
|
|
|
|
|
export type CompleteAuthRegistrationMutationResult =
|
|
|
|
|
Apollo.MutationResult<CompleteAuthRegistrationMutation>;
|
|
|
|
|
export type CompleteAuthRegistrationMutationOptions =
|
|
|
|
|
Apollo.BaseMutationOptions<
|
|
|
|
|
CompleteAuthRegistrationMutation,
|
|
|
|
|
CompleteAuthRegistrationMutationVariables
|
|
|
|
|
>;
|
|
|
|
|
export const GetChallengesDocument = gql`
|
|
|
|
|
query GetChallenges {
|
|
|
|
|
challenges {
|
|
|
|
|
@@ -11987,6 +12296,11 @@ export const GetDeployedConfigDocument = gql`
|
|
|
|
|
}
|
|
|
|
|
defaultAndroidRecordingFormat
|
|
|
|
|
bucketUrl
|
|
|
|
|
socialAuthProviderAvailability {
|
|
|
|
|
provider
|
|
|
|
|
platform
|
|
|
|
|
enabled
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
|