The following new releases of npm package for both ApplicationPattern and BasicServices are available,
• onf-core-model-ap+2.0.0
• onf-core-model-ap-bs+2.0.0
Upgrade ApplicationPattern and BasicService npm package to version 2.0.0.
Changes ,
[ ] In the file /server/package.json , change the versions of the following two packages to 2.0.0
[ ] In the version 2 of the specification , the service redirect-topology-change-request consists of a responseBody. So the response code in the function redirectTopologyChangeInformation in the module server\controllers\BasicServices.js needs to be changed to responseCodeEnum.code.OK.
[ ] In the version 2 of the specification , the service start-application-in-generic-representation moved to the BasicServices. So need to move the function startApplicationInGenericRepresentation from the file server\controllers\IndividualServices.js to server\controllers\BasicServices.js
[ ] Perform basic test and validate the changes and push the code.
The following new releases of npm package for both ApplicationPattern and BasicServices are available, • onf-core-model-ap+2.0.0 • onf-core-model-ap-bs+2.0.0
Upgrade ApplicationPattern and BasicService npm package to version 2.0.0. Changes ,