|
|
|
|
@@ -79,12 +79,6 @@ export enum AlignedIntervalEnum {
|
|
|
|
|
Year = "YEAR",
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type AuthHandoffTokenGql = {
|
|
|
|
|
__typename?: "AuthHandoffTokenGQL";
|
|
|
|
|
expiresInSeconds: Scalars["Int"]["output"];
|
|
|
|
|
token: Scalars["String"]["output"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type BankFeaturesGql = {
|
|
|
|
|
__typename?: "BankFeaturesGQL";
|
|
|
|
|
bankAngle: Scalars["Float"]["output"];
|
|
|
|
|
@@ -146,21 +140,6 @@ export type BucketSetInputGql = {
|
|
|
|
|
feature: Scalars["String"]["input"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type CancellationFeedbackMetadataInput = {
|
|
|
|
|
appVersion?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
|
gitRevision?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
|
platform?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export enum CancellationReasonEnum {
|
|
|
|
|
DataNotAccurate = "DATA_NOT_ACCURATE",
|
|
|
|
|
DontPlayEnough = "DONT_PLAY_ENOUGH",
|
|
|
|
|
MissingFeatures = "MISSING_FEATURES",
|
|
|
|
|
Other = "OTHER",
|
|
|
|
|
TechnicalIssues = "TECHNICAL_ISSUES",
|
|
|
|
|
TooExpensive = "TOO_EXPENSIVE",
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type Challenge = {
|
|
|
|
|
__typename?: "Challenge";
|
|
|
|
|
createdAt: Scalars["DateTime"]["output"];
|
|
|
|
|
@@ -324,12 +303,6 @@ export type EnumAggregation = {
|
|
|
|
|
feature: Scalars["String"]["input"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type ExchangeAuthHandoffResultGql = {
|
|
|
|
|
__typename?: "ExchangeAuthHandoffResultGQL";
|
|
|
|
|
customToken: Scalars["String"]["output"];
|
|
|
|
|
userId: Scalars["Int"]["output"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type FilterInput =
|
|
|
|
|
| {
|
|
|
|
|
andFilters: Array<FilterInput>;
|
|
|
|
|
@@ -2354,7 +2327,6 @@ export type Mutation = {
|
|
|
|
|
blockUser: Scalars["Boolean"]["output"];
|
|
|
|
|
cancelSubscription: UserSubscriptionStatusGql;
|
|
|
|
|
commentOnVideo: Scalars["Boolean"]["output"];
|
|
|
|
|
createAuthHandoffToken: AuthHandoffTokenGql;
|
|
|
|
|
createBucketSet: BucketSetGql;
|
|
|
|
|
createChallenge: Challenge;
|
|
|
|
|
createRuleSet: RuleSet;
|
|
|
|
|
@@ -2372,7 +2344,6 @@ export type Mutation = {
|
|
|
|
|
editUploadStream: Scalars["Boolean"]["output"];
|
|
|
|
|
editUser: UserGql;
|
|
|
|
|
ensureStripeCustomerExists: UserGql;
|
|
|
|
|
exchangeAuthHandoffToken: ExchangeAuthHandoffResultGql;
|
|
|
|
|
findPrerecordTableLayout?: Maybe<HomographyInfoGql>;
|
|
|
|
|
followUser: UserGql;
|
|
|
|
|
getHlsInitUploadLink: GetUploadLinkReturn;
|
|
|
|
|
@@ -2390,7 +2361,6 @@ export type Mutation = {
|
|
|
|
|
setLoggerLevel: Scalars["Boolean"]["output"];
|
|
|
|
|
setSegmentDuration: Scalars["Boolean"]["output"];
|
|
|
|
|
startChallenge: ChallengeEntry;
|
|
|
|
|
submitCancellationFeedback: Scalars["Boolean"]["output"];
|
|
|
|
|
submitChallengeEntry: ChallengeEntry;
|
|
|
|
|
undismissChallenge: Scalars["Boolean"]["output"];
|
|
|
|
|
unfollowUser: UserGql;
|
|
|
|
|
@@ -2493,10 +2463,6 @@ export type MutationEditUserArgs = {
|
|
|
|
|
input: EditUserInputGql;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type MutationExchangeAuthHandoffTokenArgs = {
|
|
|
|
|
token: Scalars["String"]["input"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type MutationFindPrerecordTableLayoutArgs = {
|
|
|
|
|
b64Image: Scalars["String"]["input"];
|
|
|
|
|
videoId: Scalars["Int"]["input"];
|
|
|
|
|
@@ -2571,12 +2537,6 @@ export type MutationStartChallengeArgs = {
|
|
|
|
|
challengeId: Scalars["ID"]["input"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type MutationSubmitCancellationFeedbackArgs = {
|
|
|
|
|
feedback?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
|
metadata?: InputMaybe<CancellationFeedbackMetadataInput>;
|
|
|
|
|
reasons?: InputMaybe<Array<CancellationReasonEnum>>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type MutationSubmitChallengeEntryArgs = {
|
|
|
|
|
entryId: Scalars["ID"]["input"];
|
|
|
|
|
videoId: Scalars["ID"]["input"];
|
|
|
|
|
@@ -5005,7 +4965,6 @@ export type GetShotsWithMetadataFilterResultQuery = {
|
|
|
|
|
} | null;
|
|
|
|
|
playlist?: {
|
|
|
|
|
__typename?: "HLSPlaylistGQL";
|
|
|
|
|
videoId: number;
|
|
|
|
|
segmentDurations: Array<number>;
|
|
|
|
|
} | null;
|
|
|
|
|
} | null;
|
|
|
|
|
@@ -5088,7 +5047,6 @@ export type GetShotsWithMetadataQuery = {
|
|
|
|
|
} | null;
|
|
|
|
|
playlist?: {
|
|
|
|
|
__typename?: "HLSPlaylistGQL";
|
|
|
|
|
videoId: number;
|
|
|
|
|
segmentDurations: Array<number>;
|
|
|
|
|
} | null;
|
|
|
|
|
} | null;
|
|
|
|
|
@@ -5160,7 +5118,6 @@ export type GetShotsByIdsQuery = {
|
|
|
|
|
} | null;
|
|
|
|
|
playlist?: {
|
|
|
|
|
__typename?: "HLSPlaylistGQL";
|
|
|
|
|
videoId: number;
|
|
|
|
|
segmentDurations: Array<number>;
|
|
|
|
|
} | null;
|
|
|
|
|
} | null;
|
|
|
|
|
@@ -5225,7 +5182,6 @@ export type ShotWithAllFeaturesFragment = {
|
|
|
|
|
} | null;
|
|
|
|
|
playlist?: {
|
|
|
|
|
__typename?: "HLSPlaylistGQL";
|
|
|
|
|
videoId: number;
|
|
|
|
|
segmentDurations: Array<number>;
|
|
|
|
|
} | null;
|
|
|
|
|
} | null;
|
|
|
|
|
@@ -5307,7 +5263,6 @@ export type EditShotMutation = {
|
|
|
|
|
} | null;
|
|
|
|
|
playlist?: {
|
|
|
|
|
__typename?: "HLSPlaylistGQL";
|
|
|
|
|
videoId: number;
|
|
|
|
|
segmentDurations: Array<number>;
|
|
|
|
|
} | null;
|
|
|
|
|
} | null;
|
|
|
|
|
@@ -5494,7 +5449,21 @@ export type FollowUserMutationVariables = Exact<{
|
|
|
|
|
|
|
|
|
|
export type FollowUserMutation = {
|
|
|
|
|
__typename?: "Mutation";
|
|
|
|
|
followUser: { __typename?: "UserGQL"; id: number; username: string };
|
|
|
|
|
followUser: {
|
|
|
|
|
__typename?: "UserGQL";
|
|
|
|
|
username: string;
|
|
|
|
|
id: number;
|
|
|
|
|
following?: Array<{
|
|
|
|
|
__typename?: "UserGQL";
|
|
|
|
|
id: number;
|
|
|
|
|
username: string;
|
|
|
|
|
}> | null;
|
|
|
|
|
followers?: Array<{
|
|
|
|
|
__typename?: "UserGQL";
|
|
|
|
|
id: number;
|
|
|
|
|
username: string;
|
|
|
|
|
}> | null;
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type UnfollowUserMutationVariables = Exact<{
|
|
|
|
|
@@ -5503,7 +5472,21 @@ export type UnfollowUserMutationVariables = Exact<{
|
|
|
|
|
|
|
|
|
|
export type UnfollowUserMutation = {
|
|
|
|
|
__typename?: "Mutation";
|
|
|
|
|
unfollowUser: { __typename?: "UserGQL"; id: number; username: string };
|
|
|
|
|
unfollowUser: {
|
|
|
|
|
__typename?: "UserGQL";
|
|
|
|
|
username: string;
|
|
|
|
|
id: number;
|
|
|
|
|
following?: Array<{
|
|
|
|
|
__typename?: "UserGQL";
|
|
|
|
|
id: number;
|
|
|
|
|
username: string;
|
|
|
|
|
}> | null;
|
|
|
|
|
followers?: Array<{
|
|
|
|
|
__typename?: "UserGQL";
|
|
|
|
|
id: number;
|
|
|
|
|
username: string;
|
|
|
|
|
}> | null;
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type GetUserFollowingFollowersQueryVariables = Exact<{
|
|
|
|
|
@@ -5520,14 +5503,12 @@ export type GetUserFollowingFollowersQuery = {
|
|
|
|
|
id: number;
|
|
|
|
|
username: string;
|
|
|
|
|
profileImageUri?: string | null;
|
|
|
|
|
isFollowedByCurrentUser?: boolean | null;
|
|
|
|
|
}> | null;
|
|
|
|
|
followers?: Array<{
|
|
|
|
|
__typename?: "UserGQL";
|
|
|
|
|
id: number;
|
|
|
|
|
username: string;
|
|
|
|
|
profileImageUri?: string | null;
|
|
|
|
|
isFollowedByCurrentUser?: boolean | null;
|
|
|
|
|
}> | null;
|
|
|
|
|
} | null;
|
|
|
|
|
};
|
|
|
|
|
@@ -6570,7 +6551,6 @@ export const ShotWithAllFeaturesFragmentDoc = gql`
|
|
|
|
|
streamSegmentType
|
|
|
|
|
}
|
|
|
|
|
playlist {
|
|
|
|
|
videoId
|
|
|
|
|
segmentDurations
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@@ -11300,9 +11280,17 @@ export type GetUserTagsQueryResult = Apollo.QueryResult<
|
|
|
|
|
export const FollowUserDocument = gql`
|
|
|
|
|
mutation followUser($followedUserId: Int!) {
|
|
|
|
|
followUser(followedUserId: $followedUserId) {
|
|
|
|
|
username
|
|
|
|
|
id
|
|
|
|
|
following {
|
|
|
|
|
id
|
|
|
|
|
username
|
|
|
|
|
}
|
|
|
|
|
followers {
|
|
|
|
|
id
|
|
|
|
|
username
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
export type FollowUserMutationFn = Apollo.MutationFunction<
|
|
|
|
|
@@ -11351,9 +11339,17 @@ export type FollowUserMutationOptions = Apollo.BaseMutationOptions<
|
|
|
|
|
export const UnfollowUserDocument = gql`
|
|
|
|
|
mutation unfollowUser($followedUserId: Int!) {
|
|
|
|
|
unfollowUser(followedUserId: $followedUserId) {
|
|
|
|
|
username
|
|
|
|
|
id
|
|
|
|
|
following {
|
|
|
|
|
id
|
|
|
|
|
username
|
|
|
|
|
}
|
|
|
|
|
followers {
|
|
|
|
|
id
|
|
|
|
|
username
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
export type UnfollowUserMutationFn = Apollo.MutationFunction<
|
|
|
|
|
@@ -11407,13 +11403,11 @@ export const GetUserFollowingFollowersDocument = gql`
|
|
|
|
|
id
|
|
|
|
|
username
|
|
|
|
|
profileImageUri
|
|
|
|
|
isFollowedByCurrentUser
|
|
|
|
|
}
|
|
|
|
|
followers {
|
|
|
|
|
id
|
|
|
|
|
username
|
|
|
|
|
profileImageUri
|
|
|
|
|
isFollowedByCurrentUser
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|