feat: chat api done
Showing
| ... | @@ -21,6 +21,7 @@ | ... | @@ -21,6 +21,7 @@ |
| "test:e2e": "jest --config ./test/jest-e2e.json" | "test:e2e": "jest --config ./test/jest-e2e.json" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@nestjs/axios": "^3.0.1", | |||
| "@nestjs/common": "^7.5.5", | "@nestjs/common": "^7.5.5", | ||
| "@nestjs/core": "^7.5.5", | "@nestjs/core": "^7.5.5", | ||
| "@nestjs/graphql": "^7.9.1", | "@nestjs/graphql": "^7.9.1", | ||
| ... | @@ -30,10 +31,11 @@ | ... | @@ -30,10 +31,11 @@ |
| "@nestjs/swagger": "^4.7.5", | "@nestjs/swagger": "^4.7.5", | ||
| "@nestjs/typeorm": "^7.1.5", | "@nestjs/typeorm": "^7.1.5", | ||
| "apollo-server-express": "^2.19.0", | "apollo-server-express": "^2.19.0", | ||
| "axios": "^1.6.2", | |||
| "bcrypt": "^5.0.0", | "bcrypt": "^5.0.0", | ||
| "body-parser-xml": "^2.0.1", | "body-parser-xml": "^2.0.1", | ||
| "class-transformer": "^0.3.1", | "class-transformer": "^0.5.1", | ||
| "class-validator": "^0.12.2", | "class-validator": "^0.14.0", | ||
| "dayjs": "^1.9.7", | "dayjs": "^1.9.7", | ||
| "express-rate-limit": "^5.2.3", | "express-rate-limit": "^5.2.3", | ||
| "graphql": "^15.4.0", | "graphql": "^15.4.0", | ||
| ... | ... |
src/modules/chat/dto/chatQuery.dto.ts
0 → 100644
src/modules/chat/types/index.ts
0 → 100644
Please
register
or
sign in
to comment