Skip to content

feat: implement typedsql for raw queries #94

feat: implement typedsql for raw queries

feat: implement typedsql for raw queries #94

Triggered via push August 27, 2024 19:22
Status Failure
Total duration 1m 8s
Artifacts

deployment.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ʦ TypeScript: app/routes/app.$assetslug.$entry._index.tsx#L9
Module '"@prisma/client/sql"' has no exported member 'getEntryValues'.
ʦ TypeScript: app/routes/app.$assetslug.$entry._index.tsx#L10
Module '"@prisma/client/sql"' has no exported member 'getEntryRevisions'.
ʦ TypeScript: app/routes/app.$assetslug.$entry._index.tsx#L11
Module '"@prisma/client/sql"' has no exported member 'getEntryRelations'.
ʦ TypeScript: app/routes/app.$assetslug.$entry._index.tsx#L69
'v' is of type 'unknown'.
ʦ TypeScript: app/routes/app.$assetslug.$entry._index.tsx#L69
'v' is of type 'unknown'.
ʦ TypeScript: app/routes/app.$assetslug.$entry._index.tsx#L92
Argument of type 'unknown' is not assignable to parameter of type 'string'.
ʦ TypeScript: app/routes/app.$assetslug.$entry._index.tsx#L108
Type 'unknown' is not assignable to type 'ReactNode'.
ʦ TypeScript: app/routes/app.$assetslug.$entry._index.tsx#L110
Argument of type '({ id, value, type, meta, fieldName }: { id: any; value: any; type: any; meta: any; fieldName: any; }) => Element' is not assignable to parameter of type '(value: unknown, index: number, array: unknown[]) => Element'.
ʦ TypeScript: app/routes/app.$assetslug.$entry._index.tsx#L131
Argument of type '({ id, value, slug, icon }: { id: any; value: any; slug: any; icon: any; }) => Element' is not assignable to parameter of type '(value: unknown, index: number, array: unknown[]) => Element'.
ʦ TypeScript: app/routes/app.$assetslug.$entry._index.tsx#L182
Argument of type '({ id, changeNote, createdAt, userName, fieldName }: { id: any; changeNote: any; createdAt: any; userName: any; fieldName: any; }) => Element' is not assignable to parameter of type '(value: unknown, index: number, array: unknown[]) => Element'.