Skip to content

add employee field throughout files #507

add employee field throughout files

add employee field throughout files #507

Triggered via pull request February 9, 2025 05:01
Status Failure
Total duration 3m 1s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.