80 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			Dart
		
	
	
	
			
		
		
	
	
			80 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			Dart
		
	
	
	
| // This is a generated file - do not edit.
 | |
| //
 | |
| // Generated from forget.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 verifyRequestDescriptor instead')
 | |
| const VerifyRequest$json = {
 | |
|   '1': 'VerifyRequest',
 | |
|   '2': [
 | |
|     {'1': 'phone', '3': 1, '4': 1, '5': 9, '10': 'phone'},
 | |
|     {'1': 'code', '3': 2, '4': 1, '5': 9, '10': 'code'},
 | |
|   ],
 | |
| };
 | |
| 
 | |
| /// Descriptor for `VerifyRequest`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List verifyRequestDescriptor = $convert.base64Decode(
 | |
|     'Cg1WZXJpZnlSZXF1ZXN0EhQKBXBob25lGAEgASgJUgVwaG9uZRISCgRjb2RlGAIgASgJUgRjb2'
 | |
|     'Rl');
 | |
| 
 | |
| @$core.Deprecated('Use forgetResetRequestDescriptor instead')
 | |
| const ForgetResetRequest$json = {
 | |
|   '1': 'ForgetResetRequest',
 | |
|   '2': [
 | |
|     {'1': 'identity', '3': 1, '4': 1, '5': 9, '10': 'identity'},
 | |
|     {'1': 'password', '3': 2, '4': 1, '5': 9, '10': 'password'},
 | |
|   ],
 | |
| };
 | |
| 
 | |
| /// Descriptor for `ForgetResetRequest`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List forgetResetRequestDescriptor = $convert.base64Decode(
 | |
|     'ChJGb3JnZXRSZXNldFJlcXVlc3QSGgoIaWRlbnRpdHkYASABKAlSCGlkZW50aXR5EhoKCHBhc3'
 | |
|     'N3b3JkGAIgASgJUghwYXNzd29yZA==');
 | |
| 
 | |
| @$core.Deprecated('Use forgetReplyDescriptor instead')
 | |
| const ForgetReply$json = {
 | |
|   '1': 'ForgetReply',
 | |
|   '2': [
 | |
|     {'1': 'identity', '3': 1, '4': 1, '5': 9, '10': 'identity'},
 | |
|     {'1': 'data_bind', '3': 2, '4': 1, '5': 9, '10': 'dataBind'},
 | |
|     {'1': 'token', '3': 3, '4': 1, '5': 9, '10': 'token'},
 | |
|     {
 | |
|       '1': 'extend',
 | |
|       '3': 4,
 | |
|       '4': 3,
 | |
|       '5': 11,
 | |
|       '6': '.passport.ForgetReply.ExtendEntry',
 | |
|       '10': 'extend'
 | |
|     },
 | |
|   ],
 | |
|   '3': [ForgetReply_ExtendEntry$json],
 | |
| };
 | |
| 
 | |
| @$core.Deprecated('Use forgetReplyDescriptor instead')
 | |
| const ForgetReply_ExtendEntry$json = {
 | |
|   '1': 'ExtendEntry',
 | |
|   '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 `ForgetReply`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List forgetReplyDescriptor = $convert.base64Decode(
 | |
|     'CgtGb3JnZXRSZXBseRIaCghpZGVudGl0eRgBIAEoCVIIaWRlbnRpdHkSGwoJZGF0YV9iaW5kGA'
 | |
|     'IgASgJUghkYXRhQmluZBIUCgV0b2tlbhgDIAEoCVIFdG9rZW4SOQoGZXh0ZW5kGAQgAygLMiEu'
 | |
|     'cGFzc3BvcnQuRm9yZ2V0UmVwbHkuRXh0ZW5kRW50cnlSBmV4dGVuZBo5CgtFeHRlbmRFbnRyeR'
 | |
|     'IQCgNrZXkYASABKAlSA2tleRIUCgV2YWx1ZRgCIAEoCVIFdmFsdWU6AjgB');
 |