TD-625: New frontend codegen (#23)

This commit is contained in:
Rinat Arsaev 2023-06-26 15:04:08 +04:00 committed by GitHub
parent 2c84fce768
commit 7a03f9b831
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 449 additions and 249 deletions

3
.gitignore vendored
View File

@ -64,4 +64,5 @@ package-lock.json
*.iml
# Frontend
/lib
/lib
.openapitools.json

View File

@ -1,7 +0,0 @@
{
"$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "5.4.0"
}
}

686
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,7 @@
"codegen": "vality-openapi generate ./web_deploy/swagger.json"
},
"devDependencies": {
"@vality/openapi-generator-cli": "0.1.1-91ea45c.0",
"@vality/openapi-generator-cli": "^2.0.0",
"connect": "^3.4.1",
"cors": "^2.7.1",
"deploy-to-gh-pages": "^1.1.0",