@@ -11064,19 +11064,19 @@ abstract interface class $SpreedCapabilities_Config_CallInterface {
11064
11064
bool get breakoutRooms;
11065
11065
bool get recording;
11066
11066
@BuiltValueField(wireName: 'recording-consent')
11067
- int? get recordingConsent;
11067
+ int get recordingConsent;
11068
11068
@BuiltValueField(wireName: 'supported-reactions')
11069
11069
BuiltList<String> get supportedReactions;
11070
11070
@BuiltValueField(wireName: 'predefined-backgrounds')
11071
11071
BuiltList<String> get predefinedBackgrounds;
11072
11072
@BuiltValueField(wireName: 'can-upload-background')
11073
11073
bool get canUploadBackground;
11074
11074
@BuiltValueField(wireName: 'sip-enabled')
11075
- bool? get sipEnabled;
11075
+ bool get sipEnabled;
11076
11076
@BuiltValueField(wireName: 'sip-dialout-enabled')
11077
- bool? get sipDialoutEnabled;
11077
+ bool get sipDialoutEnabled;
11078
11078
@BuiltValueField(wireName: 'can-enable-sip')
11079
- bool? get canEnableSip;
11079
+ bool get canEnableSip;
11080
11080
@BuiltValueHook(initializeBuilder: true)
11081
11081
static void _defaults($SpreedCapabilities_Config_CallInterfaceBuilder b) {}
11082
11082
@BuiltValueHook(finalizeBuilder: true)
@@ -11131,10 +11131,9 @@ abstract interface class $SpreedCapabilities_Config_ChatInterface {
11131
11131
@BuiltValueField(wireName: 'read-privacy')
11132
11132
int get readPrivacy;
11133
11133
@BuiltValueField(wireName: 'has-translation-providers')
11134
- bool? get hasTranslationProviders;
11134
+ bool get hasTranslationProviders;
11135
11135
@BuiltValueField(wireName: 'typing-privacy')
11136
11136
int get typingPrivacy;
11137
- BuiltList<String>? get translations;
11138
11137
@BuiltValueHook(initializeBuilder: true)
11139
11138
static void _defaults($SpreedCapabilities_Config_ChatInterfaceBuilder b) {}
11140
11139
@BuiltValueHook(finalizeBuilder: true)
@@ -16412,13 +16411,13 @@ abstract class TranslationApiTranslateResponseApplicationJson
16412
16411
@BuiltValue(instantiable: false)
16413
16412
abstract interface class $UnifiedSearchProviderInterface {
16414
16413
String get id;
16415
- String? get appId;
16414
+ String get appId;
16416
16415
String get name;
16417
- String? get icon;
16416
+ String get icon;
16418
16417
int get order;
16419
- BuiltList<String>? get triggers;
16420
- BuiltMap<String, String>? get filters;
16421
- bool? get inAppSearch;
16418
+ BuiltList<String> get triggers;
16419
+ BuiltMap<String, String> get filters;
16420
+ bool get inAppSearch;
16422
16421
@BuiltValueHook(initializeBuilder: true)
16423
16422
static void _defaults($UnifiedSearchProviderInterfaceBuilder b) {}
16424
16423
@BuiltValueHook(finalizeBuilder: true)
0 commit comments