// 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': 'sign_name', '3': 1, '4': 1, '5': 9, '10': 'signName'}, {'1': 'template_code', '3': 2, '4': 1, '5': 9, '10': 'templateCode'}, {'1': 'phone', '3': 3, '4': 1, '5': 9, '10': 'phone'}, { '1': 'paramters', '3': 5, '4': 3, '5': 11, '6': '.notify.SmsSendRequest.ParamtersEntry', '10': 'paramters' }, {'1': 'generate_code', '3': 6, '4': 1, '5': 8, '10': 'generateCode'}, {'1': 'expire_interval', '3': 7, '4': 1, '5': 3, '10': 'expireInterval'}, {'1': 'code_width', '3': 8, '4': 1, '5': 3, '10': 'codeWidth'}, {'1': 'code_key', '3': 9, '4': 1, '5': 9, '10': 'codeKey'}, { '1': 'has_black_list_filter', '3': 10, '4': 1, '5': 8, '10': 'hasBlackListFilter' }, {'1': 'wihout_limit', '3': 11, '4': 1, '5': 8, '10': 'wihoutLimit'}, ], '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( 'Cg5TbXNTZW5kUmVxdWVzdBIbCglzaWduX25hbWUYASABKAlSCHNpZ25OYW1lEiMKDXRlbXBsYX' 'RlX2NvZGUYAiABKAlSDHRlbXBsYXRlQ29kZRIUCgVwaG9uZRgDIAEoCVIFcGhvbmUSQwoJcGFy' 'YW10ZXJzGAUgAygLMiUubm90aWZ5LlNtc1NlbmRSZXF1ZXN0LlBhcmFtdGVyc0VudHJ5UglwYX' 'JhbXRlcnMSIwoNZ2VuZXJhdGVfY29kZRgGIAEoCFIMZ2VuZXJhdGVDb2RlEicKD2V4cGlyZV9p' 'bnRlcnZhbBgHIAEoA1IOZXhwaXJlSW50ZXJ2YWwSHQoKY29kZV93aWR0aBgIIAEoA1IJY29kZV' 'dpZHRoEhkKCGNvZGVfa2V5GAkgASgJUgdjb2RlS2V5EjEKFWhhc19ibGFja19saXN0X2ZpbHRl' 'chgKIAEoCFISaGFzQmxhY2tMaXN0RmlsdGVyEiEKDHdpaG91dF9saW1pdBgLIAEoCFILd2lob3' 'V0TGltaXQaPAoOUGFyYW10ZXJzRW50cnkSEAoDa2V5GAEgASgJUgNrZXkSFAoFdmFsdWUYAiAB' 'KAlSBXZhbHVlOgI4AQ=='); @$core.Deprecated('Use smsSendResponseDescriptor instead') const SmsSendResponse$json = { '1': 'SmsSendResponse', '2': [ {'1': 'biz_id', '3': 2, '4': 1, '5': 9, '10': 'bizId'}, ], }; /// Descriptor for `SmsSendResponse`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List smsSendResponseDescriptor = $convert .base64Decode('Cg9TbXNTZW5kUmVzcG9uc2USFQoGYml6X2lkGAIgASgJUgViaXpJZA=='); @$core.Deprecated('Use smsVerifyRequestDescriptor instead') const SmsVerifyRequest$json = { '1': 'SmsVerifyRequest', '2': [ {'1': 'phone', '3': 2, '4': 1, '5': 9, '10': 'phone'}, {'1': 'code', '3': 3, '4': 1, '5': 9, '10': 'code'}, ], }; /// Descriptor for `SmsVerifyRequest`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List smsVerifyRequestDescriptor = $convert.base64Decode( 'ChBTbXNWZXJpZnlSZXF1ZXN0EhQKBXBob25lGAIgASgJUgVwaG9uZRISCgRjb2RlGAMgASgJUg' 'Rjb2Rl'); @$core.Deprecated('Use passResponseDescriptor instead') const PassResponse$json = { '1': 'PassResponse', '2': [ {'1': 'pass', '3': 1, '4': 1, '5': 8, '10': 'pass'}, ], }; /// Descriptor for `PassResponse`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List passResponseDescriptor = $convert.base64Decode('CgxQYXNzUmVzcG9uc2USEgoEcGFzcxgBIAEoCFIEcGFzcw==');