// This is a generated file - do not edit. // // Generated from sms.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 smsSendRequestDescriptor instead') const SmsSendRequest$json = { '1': 'SmsSendRequest', '2': [ {'1': 'provider', '3': 1, '4': 1, '5': 9, '10': 'provider'}, {'1': 'sign_name', '3': 2, '4': 1, '5': 9, '10': 'signName'}, {'1': 'template_code', '3': 3, '4': 1, '5': 9, '10': 'templateCode'}, {'1': 'phone', '3': 4, '4': 1, '5': 9, '10': 'phone'}, { '1': 'paramters', '3': 5, '4': 3, '5': 11, '6': '.sender.SmsSendRequest.ParamtersEntry', '10': 'paramters' }, ], '3': [SmsSendRequest_ParamtersEntry$json], }; @$core.Deprecated('Use smsSendRequestDescriptor instead') const SmsSendRequest_ParamtersEntry$json = { '1': 'ParamtersEntry', '2': [ {'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'}, {'1': 'value', '3': 2, '4': 1, '5': 9, '10': 'value'}, ], '7': {'7': true}, }; /// Descriptor for `SmsSendRequest`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List smsSendRequestDescriptor = $convert.base64Decode( 'Cg5TbXNTZW5kUmVxdWVzdBIaCghwcm92aWRlchgBIAEoCVIIcHJvdmlkZXISGwoJc2lnbl9uYW' '1lGAIgASgJUghzaWduTmFtZRIjCg10ZW1wbGF0ZV9jb2RlGAMgASgJUgx0ZW1wbGF0ZUNvZGUS' 'FAoFcGhvbmUYBCABKAlSBXBob25lEkMKCXBhcmFtdGVycxgFIAMoCzIlLnNlbmRlci5TbXNTZW' '5kUmVxdWVzdC5QYXJhbXRlcnNFbnRyeVIJcGFyYW10ZXJzGjwKDlBhcmFtdGVyc0VudHJ5EhAK' 'A2tleRgBIAEoCVIDa2V5EhQKBXZhbHVlGAIgASgJUgV2YWx1ZToCOAE='); @$core.Deprecated('Use smsReplyDescriptor instead') const SmsReply$json = { '1': 'SmsReply', '2': [ {'1': 'reply', '3': 1, '4': 1, '5': 9, '10': 'reply'}, ], }; /// Descriptor for `SmsReply`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List smsReplyDescriptor = $convert.base64Decode('CghTbXNSZXBseRIUCgVyZXBseRgBIAEoCVIFcmVwbHk='); @$core.Deprecated('Use smsVerifyRequestDescriptor instead') const SmsVerifyRequest$json = { '1': 'SmsVerifyRequest', '2': [ {'1': 'phone', '3': 1, '4': 1, '5': 9, '10': 'phone'}, {'1': 'code', '3': 2, '4': 1, '5': 9, '10': 'code'}, ], }; /// Descriptor for `SmsVerifyRequest`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List smsVerifyRequestDescriptor = $convert.base64Decode( 'ChBTbXNWZXJpZnlSZXF1ZXN0EhQKBXBob25lGAEgASgJUgVwaG9uZRISCgRjb2RlGAIgASgJUg' 'Rjb2Rl');