AmbaPay/Amba-notification-ms
production
0adfe842a30f4c3c4117685bd4eb92f0e6b10c4d
failed
https://kerodgebremedhin%40gmail.com:Vor2N4w8h4FUxy@gitea.yaltopia.com/AmbaPay/Amba-notification-ms.git
No local changes to save
HEAD is now at 839ed4c Empty commit to trigger CI/CD - 11
From https://gitea.yaltopia.com/AmbaPay/Amba-notification-ms * branch production -> FETCH_HEAD 839ed4c..0adfe84 production -> origin/production
Your branch is behind 'origin/production' by 1 commit, and can be fast-forwarded. (use "git pull" to update your local branch)
Already on 'production'
Updating 839ed4c..0adfe84 Fast-forward
From https://gitea.yaltopia.com/AmbaPay/Amba-notification-ms * branch production -> FETCH_HEAD
up to date, audited 354 packages in 721ms 54 packages are looking for funding run `npm fund` for details 1 high severity vulnerability To address all issues, run: npm audit fix Run `npm audit` for details.
> notification-service@1.0.0 build > tsc src/api/index.ts(1,39): error TS7016: Could not find a declaration file for module 'express'. '/home/amba/amba_services/pm2_services/amba_notifications/node_modules/express/index.js' implicitly has an 'any' type. Try `npm i --save-dev @types/express` if it exists or add a new declaration (.d.ts) file containing `declare module 'express';` src/api/index.ts(10,27): error TS7006: Parameter 'req' implicitly has an 'any' type. src/api/index.ts(10,32): error TS7006: Parameter 'res' implicitly has an 'any' type. src/api/routes/notification.route.ts(1,41): error TS7016: Could not find a declaration file for module 'express'. '/home/amba/amba_services/pm2_services/amba_notifications/node_modules/express/index.js' implicitly has an 'any' type. Try `npm i --save-dev @types/express` if it exists or add a new declaration (.d.ts) file containing `declare module 'express';` src/config/morgan.ts(1,20): error TS7016: Could not find a declaration file for module 'morgan'. '/home/amba/amba_services/pm2_services/amba_notifications/node_modules/morgan/index.js' implicitly has an 'any' type. Try `npm i --save-dev @types/morgan` if it exists or add a new declaration (.d.ts) file containing `declare module 'morgan';` src/config/morgan.ts(36,26): error TS7006: Parameter 'req' implicitly has an 'any' type. src/config/morgan.ts(47,10): error TS7006: Parameter 'req' implicitly has an 'any' type. src/config/morgan.ts(47,15): error TS7006: Parameter 'res' implicitly has an 'any' type. src/config/morgan.ts(53,10): error TS7006: Parameter 'req' implicitly has an 'any' type. src/config/morgan.ts(53,15): error TS7006: Parameter 'res' implicitly has an 'any' type. src/controllers/notification.controller.ts(1,49): error TS7016: Could not find a declaration file for module 'express'. '/home/amba/amba_services/pm2_services/amba_notifications/node_modules/express/index.js' implicitly has an 'any' type. Try `npm i --save-dev @types/express` if it exists or add a new declaration (.d.ts) file containing `declare module 'express';` src/index.ts(1,21): error TS7016: Could not find a declaration file for module 'express'. '/home/amba/amba_services/pm2_services/amba_notifications/node_modules/express/index.js' implicitly has an 'any' type. Try `npm i --save-dev @types/express` if it exists or add a new declaration (.d.ts) file containing `declare module 'express';` src/index.ts(4,18): error TS7016: Could not find a declaration file for module 'cors'. '/home/amba/amba_services/pm2_services/amba_notifications/node_modules/cors/lib/index.js' implicitly has an 'any' type. Try `npm i --save-dev @types/cors` if it exists or add a new declaration (.d.ts) file containing `declare module 'cors';` src/index.ts(60,10): error TS7006: Parameter 'req' implicitly has an 'any' type. src/index.ts(60,15): error TS7006: Parameter 'res' implicitly has an 'any' type. src/index.ts(60,20): error TS7006: Parameter 'next' implicitly has an 'any' type. src/index.ts(73,10): error TS7006: Parameter 'req' implicitly has an 'any' type. src/index.ts(73,15): error TS7006: Parameter 'res' implicitly has an 'any' type. src/index.ts(73,20): error TS7006: Parameter 'next' implicitly has an 'any' type. src/lib/error.ts(1,49): error TS7016: Could not find a declaration file for module 'express'. '/home/amba/amba_services/pm2_services/amba_notifications/node_modules/express/index.js' implicitly has an 'any' type. Try `npm i --save-dev @types/express` if it exists or add a new declaration (.d.ts) file containing `declare module 'express';` src/lib/validate.ts(1,49): error TS7016: Could not find a declaration file for module 'express'. '/home/amba/amba_services/pm2_services/amba_notifications/node_modules/express/index.js' implicitly has an 'any' type. Try `npm i --save-dev @types/express` if it exists or add a new declaration (.d.ts) file containing `declare module 'express';` src/stores/notification.store.ts(1,22): error TS7016: Could not find a declaration file for module 'better-sqlite3'. '/home/amba/amba_services/pm2_services/amba_notifications/node_modules/better-sqlite3/lib/index.js' implicitly has an 'any' type. Try `npm i --save-dev @types/better-sqlite3` if it exists or add a new declaration (.d.ts) file containing `declare module 'better-sqlite3';` src/stores/notification.store.ts(149,22): error TS7006: Parameter 'row' implicitly has an 'any' type.