implement booking flow

This commit is contained in:
marshal
2026-06-04 15:24:18 +03:00
44 changed files with 1444 additions and 214 deletions

View File

@@ -15,6 +15,7 @@
"dependencies": {
"@edr/api-common": "workspace:*",
"@edr/types": "workspace:*",
"@nestjs/axios": "^4.0.1",
"@nestjs/common": "^11.0.0",
"@nestjs/config": "^4.0.0",
"@nestjs/core": "^11.0.0",
@@ -27,7 +28,7 @@
"@tria-plc/iamapi-common": "^0.1.6",
"amqp-connection-manager": "^5.0.0",
"amqplib": "^2.0.1",
"axios": "^1.7.7",
"axios": "^1.16.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"dotenv": "^17.4.2",
@@ -78,4 +79,4 @@
"coverageDirectory": "../coverage",
"testEnvironment": "node"
}
}
}