// This is a generated file - do not edit. // // Generated from kyc.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 kycRequestDescriptor instead') const KycRequest$json = { '1': 'KycRequest', '2': [ {'1': 'provider', '3': 1, '4': 1, '5': 9, '10': 'provider'}, {'1': 'args', '3': 2, '4': 1, '5': 9, '10': 'args'}, ], }; /// Descriptor for `KycRequest`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List kycRequestDescriptor = $convert.base64Decode( 'CgpLeWNSZXF1ZXN0EhoKCHByb3ZpZGVyGAEgASgJUghwcm92aWRlchISCgRhcmdzGAIgASgJUg' 'Rhcmdz'); @$core.Deprecated('Use jumioCallbackPayloadDescriptor instead') const JumioCallbackPayload$json = { '1': 'JumioCallbackPayload', '2': [ {'1': 'scan_reference', '3': 1, '4': 1, '5': 9, '10': 'scanReference'}, { '1': 'customer_internal_reference', '3': 2, '4': 1, '5': 9, '10': 'customerInternalReference' }, { '1': 'verification_status', '3': 3, '4': 1, '5': 11, '6': '.passport.VerificationStatus', '10': 'verificationStatus' }, { '1': 'document', '3': 4, '4': 1, '5': 11, '6': '.passport.Document', '10': 'document' }, { '1': 'personal_information', '3': 5, '4': 1, '5': 11, '6': '.passport.PersonalInformation', '10': 'personalInformation' }, { '1': 'face_map', '3': 6, '4': 1, '5': 11, '6': '.passport.FaceMap', '10': 'faceMap' }, {'1': 'callback_date', '3': 7, '4': 1, '5': 9, '10': 'callbackDate'}, {'1': 'client_ip', '3': 8, '4': 1, '5': 9, '10': 'clientIp'}, ], }; /// Descriptor for `JumioCallbackPayload`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List jumioCallbackPayloadDescriptor = $convert.base64Decode( 'ChRKdW1pb0NhbGxiYWNrUGF5bG9hZBIlCg5zY2FuX3JlZmVyZW5jZRgBIAEoCVINc2NhblJlZm' 'VyZW5jZRI+ChtjdXN0b21lcl9pbnRlcm5hbF9yZWZlcmVuY2UYAiABKAlSGWN1c3RvbWVySW50' 'ZXJuYWxSZWZlcmVuY2USTQoTdmVyaWZpY2F0aW9uX3N0YXR1cxgDIAEoCzIcLnBhc3Nwb3J0Ll' 'ZlcmlmaWNhdGlvblN0YXR1c1ISdmVyaWZpY2F0aW9uU3RhdHVzEi4KCGRvY3VtZW50GAQgASgL' 'MhIucGFzc3BvcnQuRG9jdW1lbnRSCGRvY3VtZW50ElAKFHBlcnNvbmFsX2luZm9ybWF0aW9uGA' 'UgASgLMh0ucGFzc3BvcnQuUGVyc29uYWxJbmZvcm1hdGlvblITcGVyc29uYWxJbmZvcm1hdGlv' 'bhIsCghmYWNlX21hcBgGIAEoCzIRLnBhc3Nwb3J0LkZhY2VNYXBSB2ZhY2VNYXASIwoNY2FsbG' 'JhY2tfZGF0ZRgHIAEoCVIMY2FsbGJhY2tEYXRlEhsKCWNsaWVudF9pcBgIIAEoCVIIY2xpZW50' 'SXA='); @$core.Deprecated('Use verificationStatusDescriptor instead') const VerificationStatus$json = { '1': 'VerificationStatus', '2': [ {'1': 'state', '3': 1, '4': 1, '5': 9, '10': 'state'}, {'1': 'reason', '3': 2, '4': 1, '5': 9, '10': 'reason'}, ], }; /// Descriptor for `VerificationStatus`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List verificationStatusDescriptor = $convert.base64Decode( 'ChJWZXJpZmljYXRpb25TdGF0dXMSFAoFc3RhdGUYASABKAlSBXN0YXRlEhYKBnJlYXNvbhgCIA' 'EoCVIGcmVhc29u'); @$core.Deprecated('Use documentDescriptor instead') const Document$json = { '1': 'Document', '2': [ {'1': 'status', '3': 1, '4': 1, '5': 9, '10': 'status'}, {'1': 'type', '3': 2, '4': 1, '5': 9, '10': 'type'}, {'1': 'issuing_country', '3': 3, '4': 1, '5': 9, '10': 'issuingCountry'}, {'1': 'number', '3': 4, '4': 1, '5': 9, '10': 'number'}, ], }; /// Descriptor for `Document`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List documentDescriptor = $convert.base64Decode( 'CghEb2N1bWVudBIWCgZzdGF0dXMYASABKAlSBnN0YXR1cxISCgR0eXBlGAIgASgJUgR0eXBlEi' 'cKD2lzc3VpbmdfY291bnRyeRgDIAEoCVIOaXNzdWluZ0NvdW50cnkSFgoGbnVtYmVyGAQgASgJ' 'UgZudW1iZXI='); @$core.Deprecated('Use personalInformationDescriptor instead') const PersonalInformation$json = { '1': 'PersonalInformation', '2': [ {'1': 'first_name', '3': 1, '4': 1, '5': 9, '10': 'firstName'}, {'1': 'last_name', '3': 2, '4': 1, '5': 9, '10': 'lastName'}, {'1': 'date_of_birth', '3': 3, '4': 1, '5': 9, '10': 'dateOfBirth'}, {'1': 'nationality', '3': 4, '4': 1, '5': 9, '10': 'nationality'}, ], }; /// Descriptor for `PersonalInformation`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List personalInformationDescriptor = $convert.base64Decode( 'ChNQZXJzb25hbEluZm9ybWF0aW9uEh0KCmZpcnN0X25hbWUYASABKAlSCWZpcnN0TmFtZRIbCg' 'lsYXN0X25hbWUYAiABKAlSCGxhc3ROYW1lEiIKDWRhdGVfb2ZfYmlydGgYAyABKAlSC2RhdGVP' 'ZkJpcnRoEiAKC25hdGlvbmFsaXR5GAQgASgJUgtuYXRpb25hbGl0eQ=='); @$core.Deprecated('Use faceMapDescriptor instead') const FaceMap$json = { '1': 'FaceMap', '2': [ {'1': 'status', '3': 1, '4': 1, '5': 9, '10': 'status'}, {'1': 'similarity', '3': 2, '4': 1, '5': 2, '10': 'similarity'}, ], }; /// Descriptor for `FaceMap`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List faceMapDescriptor = $convert.base64Decode( 'CgdGYWNlTWFwEhYKBnN0YXR1cxgBIAEoCVIGc3RhdHVzEh4KCnNpbWlsYXJpdHkYAiABKAJSCn' 'NpbWlsYXJpdHk=');