Migration notes 1.5.0

Migrate to 1.5.0

Upgrading from version 1.4.0, see Sign-off API 1.5.0 Release Notes.

DTO changes

DTO Details
InputTypedFieldDTO Extension of the TypedFieldDTO object, with a “main” flag to set an input field as a main field. This flag is used by the UI to render the input field in the correct place in the adjustments window.
SupportedAdjustmentDTO The input field is now of type Map<String, InputTypedFieldDTO>. Previously it was of type Map<String, TypedFieldDTO>.

Service changes

The Supported Adjustments service that returns the list of supported adjustments uses the new SupportedAdjustmentDTO object that was changed as described above.