Skip to content

feat: remove unused files and add initial implementations for Admin a… #9

feat: remove unused files and add initial implementations for Admin a…

feat: remove unused files and add initial implementations for Admin a… #9

Triggered via push July 13, 2025 11:56
Status Failure
Total duration 23s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
publish: src/api/v1/Auth/Auth.validator.ts#L5
Property 'email' does not exist on type 'typeof import("/home/runner/work/FastKit/FastKit/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/external")'.
publish: src/api/v1/Auth/Auth.utils.ts#L1
Cannot find module 'argon2' or its corresponding type declarations.
publish: src/api/v1/Auth/Auth.routes.ts#L4
The inferred type of 'router' cannot be named without a reference to '.pnpm/@types+express-serve-static-core@5.0.7/node_modules/@types/express-serve-static-core'. This is likely not portable. A type annotation is necessary.
publish: src/api/v1/Auth/Auth.controller.ts#L90
Property '_zod' does not exist on type 'ZodError<any>'.
publish: src/api/v1/Auth/Auth.controller.ts#L58
Type 'unknown' is not assignable to type 'string'.
publish: src/api/v1/Auth/Auth.controller.ts#L44
Argument of type 'unknown' is not assignable to parameter of type 'string'.
publish: src/api/v1/Auth/Auth.controller.ts#L7
Cannot find module '../../../utils/SendResponse' or its corresponding type declarations.
publish: src/api/v1/Auth/Auth.controller.ts#L6
Cannot find module '../../../constant/StatusCode.constant' or its corresponding type declarations.
publish: src/api/v1/Auth/Auth.controller.ts#L2
Cannot find module '../../../utils/Jwt.utils' or its corresponding type declarations.
publish: src/api/v1/Admin/Admin.type.ts#L3
Cannot find name 'Document'.