diff --git a/lib/api/marianumcloud/talk/chat/getChatResponse.dart b/lib/api/marianumcloud/talk/chat/getChatResponse.dart index cc83ea0..840df36 100644 --- a/lib/api/marianumcloud/talk/chat/getChatResponse.dart +++ b/lib/api/marianumcloud/talk/chat/getChatResponse.dart @@ -121,4 +121,5 @@ enum RichObjectStringObjectType { @JsonValue('highlight') highlight, @JsonValue('talk-poll') talkPoll, @JsonValue('geo-location') geoLocation, + @JsonValue('call') call, } diff --git a/lib/api/marianumcloud/talk/chat/getChatResponse.g.dart b/lib/api/marianumcloud/talk/chat/getChatResponse.g.dart index 90ac77c..1835359 100644 --- a/lib/api/marianumcloud/talk/chat/getChatResponse.g.dart +++ b/lib/api/marianumcloud/talk/chat/getChatResponse.g.dart @@ -117,4 +117,5 @@ const _$RichObjectStringObjectTypeEnumMap = { RichObjectStringObjectType.highlight: 'highlight', RichObjectStringObjectType.talkPoll: 'talk-poll', RichObjectStringObjectType.geoLocation: 'geo-location', + RichObjectStringObjectType.call: 'call', };