diff --git a/arf005 b/arf005 index 8be02781f334915d2fa0efabc0f924d97f10922c..11d0dac99c94ccf7efcda826bf5bfdb56fde30cb 160000 --- a/arf005 +++ b/arf005 @@ -1 +1 @@ -Subproject commit 8be02781f334915d2fa0efabc0f924d97f10922c +Subproject commit 11d0dac99c94ccf7efcda826bf5bfdb56fde30cb diff --git a/package.json b/package.json index 056244c0a9cfbfd91bbdedb6b896fe1a61cc6106..bf8a8f5246b0cd7464aa35dc74b6c049ffe83fc4 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "description": "ISG ARF World Analysis Cpp Server", "main": "index.js", "scripts": { - "generate": "cd EtsiServerGen && java -jar /usr/local/lib/node_modules/@openapitools/openapi-generator-cli/versions/7.5.0.jar generate -i ../arf005/API/worldanalysis/worldanalysisopenapi.yaml --skip-validate-spec -g cpp-restbed-server -o . && cd patches && ./applyPatches.sh", + "generate": "cd EtsiServerGen && java -jar /usr/local/lib/node_modules/@openapitools/openapi-generator-cli/versions/7.5.0.jar generate -i ../arf005/API/worldanalysis/worldanalysisopenapi.yaml --skip-validate-spec --type-mappings=set=std::vector -g cpp-restbed-server -o . && cd patches && ./applyPatches.sh", "build": "cd EtsiServerGen && conan install . --build=missing && cd build && cmake .. --preset conan-release && cd Release && cmake --build . && sudo make install" }, "devDependencies": {