Make digestconfig a proper type so Swift can interact with it

This commit is contained in:
Jackson Harper
2024-05-14 16:49:16 +08:00
parent 95633327f6
commit 2b9851cbdb
3 changed files with 25 additions and 4 deletions

View File

@ -716,6 +716,10 @@ type DeviceTokensSuccess {
deviceTokens: [DeviceToken!]!
}
type DigestConfig {
channels: [String]
}
enum DirectionalityType {
LTR
RTL
@ -3046,7 +3050,7 @@ enum UserErrorCode {
}
type UserPersonalization {
digestConfig: JSON
digestConfig: DigestConfig
fields: JSON
fontFamily: String
fontSize: Int