proto updates
This commit is contained in:
@@ -413,6 +413,12 @@ class ParticipantInfo extends $pb.GeneratedMessage {
|
|||||||
const $core.bool.fromEnvironment('protobuf.omit_field_names')
|
const $core.bool.fromEnvironment('protobuf.omit_field_names')
|
||||||
? ''
|
? ''
|
||||||
: 'name')
|
: 'name')
|
||||||
|
..a<$core.int>(
|
||||||
|
10,
|
||||||
|
const $core.bool.fromEnvironment('protobuf.omit_field_names')
|
||||||
|
? ''
|
||||||
|
: 'version',
|
||||||
|
$pb.PbFieldType.OU3)
|
||||||
..hasRequiredFields = false;
|
..hasRequiredFields = false;
|
||||||
|
|
||||||
ParticipantInfo._() : super();
|
ParticipantInfo._() : super();
|
||||||
@@ -426,6 +432,7 @@ class ParticipantInfo extends $pb.GeneratedMessage {
|
|||||||
$core.bool? hidden,
|
$core.bool? hidden,
|
||||||
$core.bool? recorder,
|
$core.bool? recorder,
|
||||||
$core.String? name,
|
$core.String? name,
|
||||||
|
$core.int? version,
|
||||||
}) {
|
}) {
|
||||||
final _result = create();
|
final _result = create();
|
||||||
if (sid != null) {
|
if (sid != null) {
|
||||||
@@ -455,6 +462,9 @@ class ParticipantInfo extends $pb.GeneratedMessage {
|
|||||||
if (name != null) {
|
if (name != null) {
|
||||||
_result.name = name;
|
_result.name = name;
|
||||||
}
|
}
|
||||||
|
if (version != null) {
|
||||||
|
_result.version = version;
|
||||||
|
}
|
||||||
return _result;
|
return _result;
|
||||||
}
|
}
|
||||||
factory ParticipantInfo.fromBuffer($core.List<$core.int> i,
|
factory ParticipantInfo.fromBuffer($core.List<$core.int> i,
|
||||||
@@ -582,6 +592,18 @@ class ParticipantInfo extends $pb.GeneratedMessage {
|
|||||||
$core.bool hasName() => $_has(8);
|
$core.bool hasName() => $_has(8);
|
||||||
@$pb.TagNumber(9)
|
@$pb.TagNumber(9)
|
||||||
void clearName() => clearField(9);
|
void clearName() => clearField(9);
|
||||||
|
|
||||||
|
@$pb.TagNumber(10)
|
||||||
|
$core.int get version => $_getIZ(9);
|
||||||
|
@$pb.TagNumber(10)
|
||||||
|
set version($core.int v) {
|
||||||
|
$_setUnsignedInt32(9, v);
|
||||||
|
}
|
||||||
|
|
||||||
|
@$pb.TagNumber(10)
|
||||||
|
$core.bool hasVersion() => $_has(9);
|
||||||
|
@$pb.TagNumber(10)
|
||||||
|
void clearVersion() => clearField(10);
|
||||||
}
|
}
|
||||||
|
|
||||||
class TrackInfo extends $pb.GeneratedMessage {
|
class TrackInfo extends $pb.GeneratedMessage {
|
||||||
@@ -1574,6 +1596,11 @@ class ClientInfo extends $pb.GeneratedMessage {
|
|||||||
const $core.bool.fromEnvironment('protobuf.omit_field_names')
|
const $core.bool.fromEnvironment('protobuf.omit_field_names')
|
||||||
? ''
|
? ''
|
||||||
: 'browserVersion')
|
: 'browserVersion')
|
||||||
|
..aOS(
|
||||||
|
9,
|
||||||
|
const $core.bool.fromEnvironment('protobuf.omit_field_names')
|
||||||
|
? ''
|
||||||
|
: 'address')
|
||||||
..hasRequiredFields = false;
|
..hasRequiredFields = false;
|
||||||
|
|
||||||
ClientInfo._() : super();
|
ClientInfo._() : super();
|
||||||
@@ -1586,6 +1613,7 @@ class ClientInfo extends $pb.GeneratedMessage {
|
|||||||
$core.String? deviceModel,
|
$core.String? deviceModel,
|
||||||
$core.String? browser,
|
$core.String? browser,
|
||||||
$core.String? browserVersion,
|
$core.String? browserVersion,
|
||||||
|
$core.String? address,
|
||||||
}) {
|
}) {
|
||||||
final _result = create();
|
final _result = create();
|
||||||
if (sdk != null) {
|
if (sdk != null) {
|
||||||
@@ -1612,6 +1640,9 @@ class ClientInfo extends $pb.GeneratedMessage {
|
|||||||
if (browserVersion != null) {
|
if (browserVersion != null) {
|
||||||
_result.browserVersion = browserVersion;
|
_result.browserVersion = browserVersion;
|
||||||
}
|
}
|
||||||
|
if (address != null) {
|
||||||
|
_result.address = address;
|
||||||
|
}
|
||||||
return _result;
|
return _result;
|
||||||
}
|
}
|
||||||
factory ClientInfo.fromBuffer($core.List<$core.int> i,
|
factory ClientInfo.fromBuffer($core.List<$core.int> i,
|
||||||
@@ -1735,4 +1766,16 @@ class ClientInfo extends $pb.GeneratedMessage {
|
|||||||
$core.bool hasBrowserVersion() => $_has(7);
|
$core.bool hasBrowserVersion() => $_has(7);
|
||||||
@$pb.TagNumber(8)
|
@$pb.TagNumber(8)
|
||||||
void clearBrowserVersion() => clearField(8);
|
void clearBrowserVersion() => clearField(8);
|
||||||
|
|
||||||
|
@$pb.TagNumber(9)
|
||||||
|
$core.String get address => $_getSZ(8);
|
||||||
|
@$pb.TagNumber(9)
|
||||||
|
set address($core.String v) {
|
||||||
|
$_setString(8, v);
|
||||||
|
}
|
||||||
|
|
||||||
|
@$pb.TagNumber(9)
|
||||||
|
$core.bool hasAddress() => $_has(8);
|
||||||
|
@$pb.TagNumber(9)
|
||||||
|
void clearAddress() => clearField(9);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -148,6 +148,7 @@ const ParticipantInfo$json = const {
|
|||||||
const {'1': 'hidden', '3': 7, '4': 1, '5': 8, '10': 'hidden'},
|
const {'1': 'hidden', '3': 7, '4': 1, '5': 8, '10': 'hidden'},
|
||||||
const {'1': 'recorder', '3': 8, '4': 1, '5': 8, '10': 'recorder'},
|
const {'1': 'recorder', '3': 8, '4': 1, '5': 8, '10': 'recorder'},
|
||||||
const {'1': 'name', '3': 9, '4': 1, '5': 9, '10': 'name'},
|
const {'1': 'name', '3': 9, '4': 1, '5': 9, '10': 'name'},
|
||||||
|
const {'1': 'version', '3': 10, '4': 1, '5': 13, '10': 'version'},
|
||||||
],
|
],
|
||||||
'4': const [ParticipantInfo_State$json],
|
'4': const [ParticipantInfo_State$json],
|
||||||
};
|
};
|
||||||
@@ -165,7 +166,7 @@ const ParticipantInfo_State$json = const {
|
|||||||
|
|
||||||
/// Descriptor for `ParticipantInfo`. Decode as a `google.protobuf.DescriptorProto`.
|
/// Descriptor for `ParticipantInfo`. Decode as a `google.protobuf.DescriptorProto`.
|
||||||
final $typed_data.Uint8List participantInfoDescriptor = $convert.base64Decode(
|
final $typed_data.Uint8List participantInfoDescriptor = $convert.base64Decode(
|
||||||
'Cg9QYXJ0aWNpcGFudEluZm8SEAoDc2lkGAEgASgJUgNzaWQSGgoIaWRlbnRpdHkYAiABKAlSCGlkZW50aXR5EjQKBXN0YXRlGAMgASgOMh4ubGl2ZWtpdC5QYXJ0aWNpcGFudEluZm8uU3RhdGVSBXN0YXRlEioKBnRyYWNrcxgEIAMoCzISLmxpdmVraXQuVHJhY2tJbmZvUgZ0cmFja3MSGgoIbWV0YWRhdGEYBSABKAlSCG1ldGFkYXRhEhsKCWpvaW5lZF9hdBgGIAEoA1IIam9pbmVkQXQSFgoGaGlkZGVuGAcgASgIUgZoaWRkZW4SGgoIcmVjb3JkZXIYCCABKAhSCHJlY29yZGVyEhIKBG5hbWUYCSABKAlSBG5hbWUiPgoFU3RhdGUSCwoHSk9JTklORxAAEgoKBkpPSU5FRBABEgoKBkFDVElWRRACEhAKDERJU0NPTk5FQ1RFRBAD');
|
'Cg9QYXJ0aWNpcGFudEluZm8SEAoDc2lkGAEgASgJUgNzaWQSGgoIaWRlbnRpdHkYAiABKAlSCGlkZW50aXR5EjQKBXN0YXRlGAMgASgOMh4ubGl2ZWtpdC5QYXJ0aWNpcGFudEluZm8uU3RhdGVSBXN0YXRlEioKBnRyYWNrcxgEIAMoCzISLmxpdmVraXQuVHJhY2tJbmZvUgZ0cmFja3MSGgoIbWV0YWRhdGEYBSABKAlSCG1ldGFkYXRhEhsKCWpvaW5lZF9hdBgGIAEoA1IIam9pbmVkQXQSFgoGaGlkZGVuGAcgASgIUgZoaWRkZW4SGgoIcmVjb3JkZXIYCCABKAhSCHJlY29yZGVyEhIKBG5hbWUYCSABKAlSBG5hbWUSGAoHdmVyc2lvbhgKIAEoDVIHdmVyc2lvbiI+CgVTdGF0ZRILCgdKT0lOSU5HEAASCgoGSk9JTkVEEAESCgoGQUNUSVZFEAISEAoMRElTQ09OTkVDVEVEEAM=');
|
||||||
@$core.Deprecated('Use trackInfoDescriptor instead')
|
@$core.Deprecated('Use trackInfoDescriptor instead')
|
||||||
const TrackInfo$json = const {
|
const TrackInfo$json = const {
|
||||||
'1': 'TrackInfo',
|
'1': 'TrackInfo',
|
||||||
@@ -379,6 +380,7 @@ const ClientInfo$json = const {
|
|||||||
'5': 9,
|
'5': 9,
|
||||||
'10': 'browserVersion'
|
'10': 'browserVersion'
|
||||||
},
|
},
|
||||||
|
const {'1': 'address', '3': 9, '4': 1, '5': 9, '10': 'address'},
|
||||||
],
|
],
|
||||||
'4': const [ClientInfo_SDK$json],
|
'4': const [ClientInfo_SDK$json],
|
||||||
};
|
};
|
||||||
@@ -399,4 +401,4 @@ const ClientInfo_SDK$json = const {
|
|||||||
|
|
||||||
/// Descriptor for `ClientInfo`. Decode as a `google.protobuf.DescriptorProto`.
|
/// Descriptor for `ClientInfo`. Decode as a `google.protobuf.DescriptorProto`.
|
||||||
final $typed_data.Uint8List clientInfoDescriptor = $convert.base64Decode(
|
final $typed_data.Uint8List clientInfoDescriptor = $convert.base64Decode(
|
||||||
'CgpDbGllbnRJbmZvEikKA3NkaxgBIAEoDjIXLmxpdmVraXQuQ2xpZW50SW5mby5TREtSA3NkaxIYCgd2ZXJzaW9uGAIgASgJUgd2ZXJzaW9uEhoKCHByb3RvY29sGAMgASgFUghwcm90b2NvbBIOCgJvcxgEIAEoCVICb3MSHQoKb3NfdmVyc2lvbhgFIAEoCVIJb3NWZXJzaW9uEiEKDGRldmljZV9tb2RlbBgGIAEoCVILZGV2aWNlTW9kZWwSGAoHYnJvd3NlchgHIAEoCVIHYnJvd3NlchInCg9icm93c2VyX3ZlcnNpb24YCCABKAlSDmJyb3dzZXJWZXJzaW9uIlIKA1NESxILCgdVTktOT1dOEAASBgoCSlMQARIJCgVTV0lGVBACEgsKB0FORFJPSUQQAxILCgdGTFVUVEVSEAQSBgoCR08QBRIJCgVVTklUWRAG');
|
'CgpDbGllbnRJbmZvEikKA3NkaxgBIAEoDjIXLmxpdmVraXQuQ2xpZW50SW5mby5TREtSA3NkaxIYCgd2ZXJzaW9uGAIgASgJUgd2ZXJzaW9uEhoKCHByb3RvY29sGAMgASgFUghwcm90b2NvbBIOCgJvcxgEIAEoCVICb3MSHQoKb3NfdmVyc2lvbhgFIAEoCVIJb3NWZXJzaW9uEiEKDGRldmljZV9tb2RlbBgGIAEoCVILZGV2aWNlTW9kZWwSGAoHYnJvd3NlchgHIAEoCVIHYnJvd3NlchInCg9icm93c2VyX3ZlcnNpb24YCCABKAlSDmJyb3dzZXJWZXJzaW9uEhgKB2FkZHJlc3MYCSABKAlSB2FkZHJlc3MiUgoDU0RLEgsKB1VOS05PV04QABIGCgJKUxABEgkKBVNXSUZUEAISCwoHQU5EUk9JRBADEgsKB0ZMVVRURVIQBBIGCgJHTxAFEgkKBVVOSVRZEAY=');
|
||||||
|
|||||||
Reference in New Issue
Block a user