Skip to content

213 feature UI changes for logon onboarding and create/upload signature #402

213 feature UI changes for logon onboarding and create/upload signature

213 feature UI changes for logon onboarding and create/upload signature #402

Triggered via pull request December 1, 2024 03:46
Status Failure
Total duration 3m 3s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Check tsc
Argument of type '{ id: string; firstName: string; lastName: string; positionId: string; position: { id: string; name: string; single: boolean; departmentId: string; department: { id: string; name: string; createdAt: Date; updatedAt: Date; }; createdAt: Date; updatedAt: Date; }; ... 5 more ...; refreshToken: null; }' is not assignable to parameter of type '({ position: { department: { id: string; name: string; createdAt: Date; updatedAt: Date; }; } & { id: string; name: string; single: boolean; createdAt: Date; updatedAt: Date; departmentId: string; }; } & { ...; }) | Promise<...>'.
Check tsc
Argument of type '{ id: string; firstName: string; lastName: string; positionId: string; position: { id: string; name: string; single: boolean; departmentId: string; department: { id: string; name: string; createdAt: Date; updatedAt: Date; }; createdAt: Date; updatedAt: Date; }; ... 5 more ...; refreshToken: null; }' is not assignable to parameter of type '({ position: { department: { id: string; name: string; createdAt: Date; updatedAt: Date; }; } & { id: string; name: string; single: boolean; createdAt: Date; updatedAt: Date; departmentId: string; }; } & { ...; }) | Promise<...>'.
Check tsc
Argument of type '{ email: string; id: string; position: PositionBaseEntity; firstName: string; lastName: string; positionId: string; isAdmin: boolean; pswdHash: null; createdAt: Date; updatedAt: Date; refreshToken: null; }' is not assignable to parameter of type 'EmployeeEntity'.
Check tsc
Argument of type '() => Promise<{ id: string; firstName: string; lastName: string; positionId: string; position: { id: string; name: string; single: boolean; createdAt: Date; updatedAt: Date; departmentId: string; department: { ...; }; }; ... 5 more ...; refreshToken: null; }[]>' is not assignable to parameter of type '(limit?: number | undefined) => Promise<({ position: { department: { id: string; name: string; createdAt: Date; updatedAt: Date; }; } & { id: string; name: string; single: boolean; createdAt: Date; updatedAt: Date; departmentId: string; }; } & { ...; })[]>'.
Check tsc
Process completed with exit code 2.
Run tests
Process completed with exit code 1.