Add JobExecutionStore In Monitor/Observer #113
Annotations
10 errors
Build:
src/interfaces/job-execution-store.ts#L3
Cannot find module './interfaces/job-execution-store' or its corresponding type declarations.
|
Build:
src/job-execution-store.ts#L16
Property 'request' does not exist on type 'PrismaClient<PrismaClientOptions, never, DefaultArgs>'.
|
Build:
src/job-execution-store.ts#L21
Property 'timestamp' does not exist on type 'AssetTransferredEvent & TransactionLocation'.
|
Build:
src/job-execution-store.ts#L32
Property 'timestamp' does not exist on type 'AssetTransferredEvent & TransactionLocation'.
|
Build:
src/job-execution-store.ts#L41
Property 'request' does not exist on type 'PrismaClient<PrismaClientOptions, never, DefaultArgs>'.
|
Build:
src/job-execution-store.ts#L46
Property 'timestamp' does not exist on type 'GarageUnloadEvent & TransactionLocation'.
|
Build:
src/job-execution-store.ts#L58
Property 'timestamp' does not exist on type 'GarageUnloadEvent & TransactionLocation'.
|
Build:
src/job-execution-store.ts#L68
Type '{ jobId: string; dstPlanetId: string; transactionId: string; actionType: $Enums.ActionType; }' is not assignable to type '(Without<JobExecutionCreateInput, JobExecutionUncheckedCreateInput> & JobExecutionUncheckedCreateInput) | (Without<...> & JobExecutionCreateInput)'.
|
Build:
src/monitors/assets-transferred-monitor.ts#L14
Cannot find name 'IJobExecutionStore'.
|
Build:
src/monitors/garage-unload-monitor.ts#L14
Cannot find name 'IJobExecutionStore'.
|
The logs for this run have expired and are no longer available.
Loading