diff --git a/.idea/libraries/Dart_Packages.xml b/.idea/libraries/Dart_Packages.xml index ad74def..ea10ad6 100644 --- a/.idea/libraries/Dart_Packages.xml +++ b/.idea/libraries/Dart_Packages.xml @@ -138,7 +138,7 @@ - @@ -152,7 +152,7 @@ - @@ -257,7 +257,7 @@ - @@ -299,7 +299,7 @@ - @@ -327,7 +327,7 @@ - @@ -460,7 +460,7 @@ - @@ -509,7 +509,7 @@ - @@ -551,7 +551,7 @@ - @@ -607,7 +607,7 @@ - @@ -649,7 +649,7 @@ - @@ -705,7 +705,7 @@ - @@ -971,7 +971,7 @@ - @@ -985,7 +985,7 @@ - @@ -1055,7 +1055,7 @@ - @@ -1090,7 +1090,7 @@ - @@ -1125,7 +1125,7 @@ - @@ -1210,8 +1210,8 @@ - - + + @@ -1231,9 +1231,9 @@ - + - + @@ -1248,7 +1248,7 @@ - + @@ -1257,7 +1257,7 @@ - + @@ -1271,20 +1271,20 @@ - + - + - + @@ -1292,7 +1292,7 @@ - + @@ -1305,7 +1305,7 @@ - + @@ -1342,9 +1342,9 @@ - + - + @@ -1354,17 +1354,17 @@ - + - + - + diff --git a/.idea/libraries/Flutter_Plugins.xml b/.idea/libraries/Flutter_Plugins.xml index 2f6ff84..74a32cf 100644 --- a/.idea/libraries/Flutter_Plugins.xml +++ b/.idea/libraries/Flutter_Plugins.xml @@ -26,11 +26,11 @@ - - - - - + + + + + diff --git a/lib/api/marianumcloud/talk/chat/getChatResponse.dart b/lib/api/marianumcloud/talk/chat/getChatResponse.dart index 7bbe2ba..b8f9bcf 100644 --- a/lib/api/marianumcloud/talk/chat/getChatResponse.dart +++ b/lib/api/marianumcloud/talk/chat/getChatResponse.dart @@ -88,4 +88,5 @@ enum RichObjectStringObjectType { @JsonValue("file") file, @JsonValue("guest") guest, @JsonValue("highlight") highlight, + @JsonValue("talk-poll") talkPoll, } \ No newline at end of file diff --git a/lib/api/marianumcloud/talk/chat/getChatResponse.g.dart b/lib/api/marianumcloud/talk/chat/getChatResponse.g.dart index f91842b..c705ec0 100644 --- a/lib/api/marianumcloud/talk/chat/getChatResponse.g.dart +++ b/lib/api/marianumcloud/talk/chat/getChatResponse.g.dart @@ -96,4 +96,5 @@ const _$RichObjectStringObjectTypeEnumMap = { RichObjectStringObjectType.file: 'file', RichObjectStringObjectType.guest: 'guest', RichObjectStringObjectType.highlight: 'highlight', + RichObjectStringObjectType.talkPoll: 'talk-poll', };