update Device response

This commit is contained in:
2024-12-10 19:33:12 +01:00
parent b3bef7cd6d
commit 32bfd089fd
2 changed files with 1 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
kotlin.code.style=official kotlin.code.style=official
version=0.4.0-SNAPSHOT version=0.4.0-SNAPSHOT
catalog=0.5.0 catalog=0.6.0-SNAPSHOT

View File

@@ -11,9 +11,6 @@ object Device {
data class Response( data class Response(
val id: UUID, val id: UUID,
val type: UUID, val type: UUID,
)
data class Identity(
val identity: String, val identity: String,
) )
} }