mirror of
https://github.com/valitydev/dashboard.git
synced 2024-11-06 10:35:21 +00:00
ea71e0cb66
* init template and components * drag-n-drop files * dark api add * document uploading * schemes dark api * removed unused code * fix * merge master fixes * lint fix * angular file to dev * angular file downgrade * move file item from onboarding module to app/file-item * file item download file * switch forward operator and some refactor * refactor * handle errors + refactor * lint fix * console log removed * changed modules repos for dark-api and aggr-proxy * dialog fix * document upload service refactoring * refactoring * refactoring * isLoading * refactoring * refactoring * merge with master fix * fileId fix * some refactoring * fixes * removed delay * prettier * claim files to component * documents restore * switch forward remove * boolean delay changed to progress * claim fixes * concat first scan fixes * fix for empty initial ids * remove useless operators * refactoring * discard concatFirstScan changes * prettier after merge * FE-956. Claim details docs (#124) * Integration with other components
19 lines
697 B
JSON
19 lines
697 B
JSON
{
|
|
"rootDir": "swagger-codegen",
|
|
"cli": "swagger-codegen-cli-2.4.9.jar",
|
|
"cli3": "swagger-codegen-cli-3.0.13-20191015.162315-7.jar",
|
|
"outputRootDir": "src/app/api-codegen",
|
|
"outputDir": "swagger-codegen",
|
|
"schemes": {
|
|
"capi": "schemes/swag/v3/swagger.yaml",
|
|
"claim-management": "schemes/claim-management/v0/swagger.json",
|
|
"questionary": "schemes/questionary/v0/swagger.json",
|
|
"aggr-proxy": "schemes/questionary-aggr-proxy/v0/swagger.json",
|
|
"anapi": "schemes/swag-analytics/v1/swagger.json",
|
|
"dark-api": "schemes/dark-api/v0/swagger.json"
|
|
},
|
|
"schemes3": {
|
|
"messages": "schemes/messages/v0/swagger.json"
|
|
}
|
|
}
|