Skip to content

refactor(service): users/auth: wip: rename authentication entities mo… #374

refactor(service): users/auth: wip: rename authentication entities mo…

refactor(service): users/auth: wip: rename authentication entities mo… #374

Triggered via push September 11, 2024 22:31
Status Failure
Total duration 57s
Artifacts
build mage service
38s
build mage service
Matrix: test mage service
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
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
Cannot find name 'Token'.
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/