[EdgeDB] Add PeriodicReport
queries | refactor service/repo layers appropriately
#2439
Annotations
6 errors
src/components/periodic-report/dto/index.ts#L8
Module './periodic-report.dto' has already exported a member named 'resolveReportType'. Consider explicitly re-exporting to resolve the ambiguity.
|
src/components/periodic-report/periodic-report.edgedb.repository.ts#L60
Property 'getByDate' in type 'PeriodicReportEdgeDBRepository' is not assignable to the same property in base type 'PublicOf<PeriodicReportRepository>'.
|
src/components/periodic-report/periodic-report.edgedb.repository.ts#L68
No overload matches this call.
|
src/components/periodic-report/periodic-report.edgedb.repository.ts#L76
Argument of type 'typeof ProgressReport | typeof FinancialReport | typeof NarrativeReport' is not assignable to parameter of type 'ObjectTypeSet'.
|
src/components/periodic-report/periodic-report.edgedb.repository.ts#L76
Argument of type 'string' is not assignable to parameter of type 'Pick<(Without<FinancialReport, (Without<NarrativeReport, ProgressReport> & ProgressReport) | (Without<...> & NarrativeReport)> & ((Without<...> & ProgressReport) | (Without<...> & NarrativeReport))) | (Without<...> & FinancialReport), "type">'.
|
|
This job failed
Loading