Compare commits

..

No commits in common. "c8cf97421b645be14ef3fbec2db7866a9077cac5" and "af1fb3fee78c874aa7533c34ad779404d4acf646" have entirely different histories.

2 changed files with 0 additions and 5 deletions

View File

@ -2449,7 +2449,6 @@ export type GetShotsWithMetadataQuery = {
user?: { __typename?: "UserGQL"; id: number } | null;
video?: {
__typename?: "VideoGQL";
id: number;
stream?: {
__typename?: "UploadStreamGQL";
resolution: {
@ -2508,7 +2507,6 @@ export type GetShotsByIdsQuery = {
user?: { __typename?: "UserGQL"; id: number } | null;
video?: {
__typename?: "VideoGQL";
id: number;
stream?: {
__typename?: "UploadStreamGQL";
resolution: {
@ -2560,7 +2558,6 @@ export type ShotWithAllFeaturesFragment = {
user?: { __typename?: "UserGQL"; id: number } | null;
video?: {
__typename?: "VideoGQL";
id: number;
stream?: {
__typename?: "UploadStreamGQL";
resolution: {
@ -3153,7 +3150,6 @@ export const ShotWithAllFeaturesFragmentDoc = gql`
}
falsePositiveScore
video {
id
stream {
resolution {
width

View File

@ -67,7 +67,6 @@ fragment ShotWithAllFeatures on ShotGQL {
}
falsePositiveScore
video {
id
stream {
resolution {
width