Skip to content

refactor(service): users/auth: rename authentication folder to ingres… #370

refactor(service): users/auth: rename authentication folder to ingres…

refactor(service): users/auth: rename authentication folder to ingres… #370

Triggered via push August 28, 2024 15:20
Status Failure
Total duration 1m 27s
Artifacts
build mage service
1m 4s
build mage service
Matrix: test mage service
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build mage service
Cannot find module '../authentication/entities.authentication' or its corresponding type declarations.
build mage service
Module '"../models/user"' has no exported member 'UserDocument'.
build mage service
Module '"../models/user"' has no exported member 'UserDocument'.
build mage service
Property 'id' does not exist on type 'MageEventAttrs | MageEventDocument'.
build mage service
Module '"../models/user"' has no exported member 'UserDocument'.
build mage service
Cannot find module '../../entities/authentication/entities.authentication' or its corresponding type declarations.
build mage service
Property 'model' does not exist on type 'Document<unknown, any, UserDocumentAttrs> & Omit<Omit<User, "id" | "roleId" | "authenticationId"> & { _id: ObjectId; authenticationId: ObjectId; roleId: ObjectId; } & Required<...>, never>'. Did you mean '$model'?
build mage service
Parameter 'err' implicitly has an 'any' type.
build mage service
Parameter 'possibleDuplicate' implicitly has an 'any' type.
build mage service
Property 'status' does not exist on type 'Error'.
build mage service
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/