add employee field throughout files #507
main.yml
on: pull_request
Run eslint/format
1m 53s
Check tsc
1m 49s
Run tests
1m 46s
Build backend image
2m 51s
Annotations
10 errors
Check tsc
Property 'id' does not exist on type '{ data: EmployeeEntity; error: undefined; } & { request: Request; response: Response; }'.
|
Check tsc
Property 'position' does not exist on type '{ data: EmployeeEntity; error: undefined; } & { request: Request; response: Response; }'.
|
Check tsc
Property 'department' does not exist on type '{ data: PositionEntity; error: undefined; } & { request: Request; response: Response; }'.
|
Check tsc
Property 'email' does not exist on type '{ data: EmployeeEntity; error: undefined; } & { request: Request; response: Response; }'.
|
Check tsc
Property 'firstName' does not exist on type '{ data: EmployeeEntity; error: undefined; } & { request: Request; response: Response; }'.
|
Check tsc
Property 'lastName' does not exist on type '{ data: EmployeeEntity; error: undefined; } & { request: Request; response: Response; }'.
|
Check tsc
Cannot access 'RegisterEmployeeDto.scope' because 'RegisterEmployeeDto' is a type, but not a namespace. Did you mean to retrieve the type of the property 'scope' in 'RegisterEmployeeDto' with 'RegisterEmployeeDto["scope"]'?
|
Check tsc
Cannot access 'RegisterEmployeeDto.scope' because 'RegisterEmployeeDto' is a type, but not a namespace. Did you mean to retrieve the type of the property 'scope' in 'RegisterEmployeeDto' with 'RegisterEmployeeDto["scope"]'?
|
Check tsc
Cannot find name 'RegisterEmployeeDto'.
|
Check tsc
Process completed with exit code 2.
|