Compare commits

..

1 Commits

Author SHA1 Message Date
dean
21ae448d27 feat: Add pocketSize to VideoCardFields fragment for feed
Some checks failed
Tests / Tests (pull_request) Failing after 9s
2025-12-10 09:59:00 -08:00
3 changed files with 4 additions and 7 deletions

View File

@@ -3535,7 +3535,6 @@ export type GetAggregatedShotMetricsQuery = {
__typename?: "TargetMetricsGQL";
count: number;
makePercentage?: number | null;
averageDifficulty?: number | null;
};
}>;
};
@@ -6694,7 +6693,6 @@ export const GetAggregatedShotMetricsDocument = gql`
targetMetrics {
count
makePercentage
averageDifficulty
}
}
}

View File

@@ -7,7 +7,6 @@ query GetAggregatedShotMetrics($aggregateInput: AggregateInputGQL!) {
targetMetrics {
count
makePercentage
averageDifficulty
}
}
}

View File

@@ -1108,7 +1108,7 @@ type AddShotAnnotationReturn {
}
union SuccessfulAddAddShotAnnotationErrors =
SuccessfulAdd
| SuccessfulAdd
| AddShotAnnotationErrors
type SuccessfulAdd {
@@ -1120,7 +1120,7 @@ type AddShotAnnotationErrors {
}
union DoesNotOwnShotErrOtherErrorNeedsNote =
DoesNotOwnShotErr
| DoesNotOwnShotErr
| OtherErrorNeedsNote
type DoesNotOwnShotErr {
@@ -1163,7 +1163,7 @@ type GetProfileUploadLinkReturn {
}
union UploadLinkGetProfileUploadLinkErrors =
UploadLink
| UploadLink
| GetProfileUploadLinkErrors
type UploadLink {
@@ -1239,7 +1239,7 @@ type GetUploadLinkErrors {
}
union MustHaveSetForUploadLinkErrSegmentAlreadyUploadedErrProcessingFailedErrNoInitForChunkedUploadErrTooManyProfileImageUploadsErrInitUploadAlreadyCompletedErrTooManyInitUploadsErr =
MustHaveSetForUploadLinkErr
| MustHaveSetForUploadLinkErr
| SegmentAlreadyUploadedErr
| ProcessingFailedErr
| NoInitForChunkedUploadErr