Updated on 2026-08-14
This commit is contained in:
parent
3bcb5280fb
commit
7703832cf1
17 changed files with 393 additions and 23 deletions
|
|
@ -9,6 +9,7 @@ data class NotificationApplicationCreateBody(
|
|||
@Json(name = "platform") val platform: String? = null,
|
||||
@Json(name = "device") val device: String? = null,
|
||||
@Json(name = "systemVersion") val systemVersion: String? = null,
|
||||
@Json(name = "version") val version: String? = null,
|
||||
@Json(name = "language") val language: String? = null,
|
||||
@Json(name = "timezone") val timezone: String? = null,
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue