feat: Complete deposition page migration to V2 #1479
frontend-tests.yml
on: pull_request
dependency-review
7s
Matrix: tests
Annotations
8 errors
tsc
Property 'annotations_aggregate' does not exist on type '{ __typename?: "Deposition" | undefined; depositionDate: string; depositionPublications?: string | null | undefined; description: string; id: number; keyPhotoUrl?: string | null | undefined; ... 7 more ...; annotationMethodAndMethodLinksCombinations?: { ...; } | ... 1 more ... | undefined; }'. Did you mean 'annotationsAggregate'?
|
tsc
Property 'last_modified_date' does not exist on type '{ __typename?: "Deposition" | undefined; depositionDate: string; depositionPublications?: string | null | undefined; description: string; id: number; keyPhotoUrl?: string | null | undefined; ... 7 more ...; annotationMethodAndMethodLinksCombinations?: { ...; } | ... 1 more ... | undefined; }'. Did you mean 'lastModifiedDate'?
|
tsc
Property 'deposition_date' does not exist on type '{ __typename?: "Deposition" | undefined; depositionDate: string; depositionPublications?: string | null | undefined; description: string; id: number; keyPhotoUrl?: string | null | undefined; ... 7 more ...; annotationMethodAndMethodLinksCombinations?: { ...; } | ... 1 more ... | undefined; }'. Did you mean 'depositionDate'?
|
tsc
Property 'release_date' does not exist on type '{ __typename?: "Deposition" | undefined; depositionDate: string; depositionPublications?: string | null | undefined; description: string; id: number; keyPhotoUrl?: string | null | undefined; ... 7 more ...; annotationMethodAndMethodLinksCombinations?: { ...; } | ... 1 more ... | undefined; }'. Did you mean 'releaseDate'?
|
tsc
Property 'key_photo_url' does not exist on type '{ __typename?: "Deposition" | undefined; depositionDate: string; depositionPublications?: string | null | undefined; description: string; id: number; keyPhotoUrl?: string | null | undefined; ... 7 more ...; annotationMethodAndMethodLinksCombinations?: { ...; } | ... 1 more ... | undefined; }'. Did you mean 'keyPhotoUrl'?
|
tsc
Module '"app/hooks/useDepositionById"' has no exported member 'Deposition'.
|
tsc
Cannot find name 'MethodType'.
|
tsc
Process completed with exit code 1.
|