Update generated sources

This commit is contained in:
Niels van Velzen 2021-12-27 16:07:49 +01:00
parent b94b38369a
commit 5d32f73769

View File

@ -56,7 +56,7 @@ public data class DisplayPreferencesDto(
* Gets or sets the custom prefs.
*/
@SerialName("CustomPrefs")
public val customPrefs: Map<String, String>? = null,
public val customPrefs: Map<String, String?>,
/**
* Gets or sets the scroll direction.
*/