client/dart/mcs/auth.pbjson.dart

54 lines
1.9 KiB
Dart

// This is a generated file - do not edit.
//
// Generated from auth.proto.
// @dart = 3.3
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
// ignore_for_file: constant_identifier_names
// ignore_for_file: curly_braces_in_flow_control_structures
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
// ignore_for_file: non_constant_identifier_names, unused_import
import 'dart:convert' as $convert;
import 'dart:core' as $core;
import 'dart:typed_data' as $typed_data;
@$core.Deprecated('Use mcsRegisterRequestDescriptor instead')
const McsRegisterRequest$json = {
'1': 'McsRegisterRequest',
'2': [
{
'1': 'device_os',
'3': 1,
'4': 1,
'5': 14,
'6': '.mcs.DeviceType',
'10': 'deviceOs'
},
{'1': 'device_token', '3': 2, '4': 1, '5': 9, '10': 'deviceToken'},
{'1': 'device_brand', '3': 3, '4': 1, '5': 9, '10': 'deviceBrand'},
],
};
/// Descriptor for `McsRegisterRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List mcsRegisterRequestDescriptor = $convert.base64Decode(
'ChJNY3NSZWdpc3RlclJlcXVlc3QSLAoJZGV2aWNlX29zGAEgASgOMg8ubWNzLkRldmljZVR5cG'
'VSCGRldmljZU9zEiEKDGRldmljZV90b2tlbhgCIAEoCVILZGV2aWNlVG9rZW4SIQoMZGV2aWNl'
'X2JyYW5kGAMgASgJUgtkZXZpY2VCcmFuZA==');
@$core.Deprecated('Use mcsRegisterReplyDescriptor instead')
const McsRegisterReply$json = {
'1': 'McsRegisterReply',
'2': [
{'1': 'status', '3': 1, '4': 1, '5': 5, '10': 'status'},
{'1': 'secret_key', '3': 2, '4': 1, '5': 9, '10': 'secretKey'},
{'1': 'endpoints', '3': 3, '4': 3, '5': 9, '10': 'endpoints'},
],
};
/// Descriptor for `McsRegisterReply`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List mcsRegisterReplyDescriptor = $convert.base64Decode(
'ChBNY3NSZWdpc3RlclJlcGx5EhYKBnN0YXR1cxgBIAEoBVIGc3RhdHVzEh0KCnNlY3JldF9rZX'
'kYAiABKAlSCXNlY3JldEtleRIcCgllbmRwb2ludHMYAyADKAlSCWVuZHBvaW50cw==');