Update patches for OpenAPI-generator 7.5.0 based on Json format for request...
Update patches for OpenAPI-generator 7.5.0 based on Json format for request parameters. Support several uuid and capabilities for RelocInformation
parent
8dad9685
No related branches found
No related tags found
Showing
- EtsiServerGen/patches/applyPatches.sh 1 addition, 1 deletionEtsiServerGen/patches/applyPatches.sh
- EtsiServerGen/patches/fixCppRelocalizationInformation.patch 68 additions, 0 deletionsEtsiServerGen/patches/fixCppRelocalizationInformation.patch
- EtsiServerGen/patches/fixCppTrackable.patch 30 additions, 35 deletionsEtsiServerGen/patches/fixCppTrackable.patch
- EtsiServerGen/patches/fixCppWorldAnchor.patch 18 additions, 15 deletionsEtsiServerGen/patches/fixCppWorldAnchor.patch
- EtsiServerGen/patches/fixCppWorldLink.patch 20 additions, 17 deletionsEtsiServerGen/patches/fixCppWorldLink.patch
- EtsiServerImpl/README.md 4 additions, 5 deletionsEtsiServerImpl/README.md
- package.json 3 additions, 4 deletionspackage.json
... | @@ -18,14 +18,13 @@ | ... | @@ -18,14 +18,13 @@ |
"description": "ISG ARF World Storage Cpp Server", | "description": "ISG ARF World Storage Cpp Server", | ||
"main": "index.js", | "main": "index.js", | ||
"scripts": { | "scripts": { | ||
"generate": "cd EtsiServerGen && ./patches/applyYamlPatch.sh && java -jar /usr/local/lib/node_modules/@openapitools/openapi-generator-cli/versions/6.6.0.jar generate -i ../arf005/API/worldstorage/worldstorageopenapiPatched.yaml --skip-validate-spec -g cpp-restbed-server -o . && cd patches && ./applyPatches.sh && sudo rm ../../arf005/API/worldstorage/worldstorageopenapiPatched.yaml", | "generate": "cd EtsiServerGen && ./patches/applyYamlPatch.sh && java -jar /usr/local/lib/node_modules/@openapitools/openapi-generator-cli/versions/7.5.0.jar generate -i ../arf005/API/worldstorage/worldstorageopenapiPatched.yaml --skip-validate-spec -g cpp-restbed-server -o . && cd patches && ./applyPatches.sh && sudo rm ../../arf005/API/worldstorage/worldstorageopenapiPatched.yaml", | ||
"build": "cd EtsiServerGen && conan install . --build=missing -of build && cd build && cmake .. --preset conan-release && cmake --build . && sudo make install" | "build": "cd EtsiServerGen && conan install . --build=missing && cd build && cmake .. --preset conan-release && cd Release && cmake --build . && sudo make install" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@openapitools/openapi-generator-cli": "^2.7.0" | "@openapitools/openapi-generator-cli": "^2.7.0" | ||
}, | }, | ||
"generator-cli": { | "generator-cli": { | ||
"version": "6.6.0" | "version": "7.5.0" | ||
} | } | ||
} | } |
Please register or sign in to comment