|
@@ -49,7 +49,7 @@ data class FilePreviewInfoData(
|
|
|
@SerializedName("sort_priority") val sortPriority: Int,
|
|
|
@SerializedName("user_id_backup") val userIdBackup: Int?,
|
|
|
@SerializedName("platform") val platform: String?,
|
|
|
- @SerializedName("current_app_version") val currentAppVersion: Int,
|
|
|
+ @SerializedName("current_app_version") val currentAppVersion: Long,
|
|
|
@SerializedName("data_format_version") val dataFormatVersion: Int,
|
|
|
@SerializedName("unit_token") val unitToken: String,
|
|
|
@SerializedName("folder_id") val folderId: Int,
|