client/dart/passport/register.pbjson.dart

76 lines
2.9 KiB
Dart

// This is a generated file - do not edit.
//
// Generated from register.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 registerRequestDescriptor instead')
const RegisterRequest$json = {
'1': 'RegisterRequest',
'2': [
{'1': 'email', '3': 1, '4': 1, '5': 9, '10': 'email'},
{'1': 'account', '3': 2, '4': 1, '5': 9, '10': 'account'},
{'1': 'phone', '3': 3, '4': 1, '5': 9, '10': 'phone'},
{'1': 'password', '3': 4, '4': 1, '5': 9, '10': 'password'},
{'1': 'code', '3': 5, '4': 1, '5': 9, '10': 'code'},
{'1': 'agency_id', '3': 6, '4': 1, '5': 3, '10': 'agencyId'},
{'1': 'staff_id', '3': 7, '4': 1, '5': 3, '10': 'staffId'},
{'1': 'owner_id', '3': 8, '4': 1, '5': 3, '10': 'owner_id'},
{'1': 'owner_identity', '3': 9, '4': 1, '5': 9, '10': 'owner_identity'},
],
};
/// Descriptor for `RegisterRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List registerRequestDescriptor = $convert.base64Decode(
'Cg9SZWdpc3RlclJlcXVlc3QSFAoFZW1haWwYASABKAlSBWVtYWlsEhgKB2FjY291bnQYAiABKA'
'lSB2FjY291bnQSFAoFcGhvbmUYAyABKAlSBXBob25lEhoKCHBhc3N3b3JkGAQgASgJUghwYXNz'
'd29yZBISCgRjb2RlGAUgASgJUgRjb2RlEhsKCWFnZW5jeV9pZBgGIAEoA1IIYWdlbmN5SWQSGQ'
'oIc3RhZmZfaWQYByABKANSB3N0YWZmSWQSGgoIb3duZXJfaWQYCCABKANSCG93bmVyX2lkEiYK'
'Dm93bmVyX2lkZW50aXR5GAkgASgJUg5vd25lcl9pZGVudGl0eQ==');
@$core.Deprecated('Use registerReplyDescriptor instead')
const RegisterReply$json = {
'1': 'RegisterReply',
'2': [
{'1': 'id', '3': 1, '4': 1, '5': 3, '10': 'id'},
{'1': 'identity', '3': 2, '4': 1, '5': 9, '10': 'identity'},
{'1': 'token', '3': 4, '4': 1, '5': 9, '10': 'token'},
{
'1': 'extend',
'3': 5,
'4': 3,
'5': 11,
'6': '.passport.RegisterReply.ExtendEntry',
'10': 'extend'
},
],
'3': [RegisterReply_ExtendEntry$json],
};
@$core.Deprecated('Use registerReplyDescriptor instead')
const RegisterReply_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 `RegisterReply`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List registerReplyDescriptor = $convert.base64Decode(
'Cg1SZWdpc3RlclJlcGx5Eg4KAmlkGAEgASgDUgJpZBIaCghpZGVudGl0eRgCIAEoCVIIaWRlbn'
'RpdHkSFAoFdG9rZW4YBCABKAlSBXRva2VuEjsKBmV4dGVuZBgFIAMoCzIjLnBhc3Nwb3J0LlJl'
'Z2lzdGVyUmVwbHkuRXh0ZW5kRW50cnlSBmV4dGVuZBo5CgtFeHRlbmRFbnRyeRIQCgNrZXkYAS'
'ABKAlSA2tleRIUCgV2YWx1ZRgCIAEoCVIFdmFsdWU6AjgB');