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.