mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-05-24 23:32:13 +00:00
1040 lines
30 KiB
Dart
1040 lines
30 KiB
Dart
// This is a generated file - do not edit.
|
|
//
|
|
// Generated from messages.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, prefer_relative_imports
|
|
// ignore_for_file: unused_import
|
|
|
|
import 'dart:convert' as $convert;
|
|
import 'dart:core' as $core;
|
|
import 'dart:typed_data' as $typed_data;
|
|
|
|
@$core.Deprecated('Use messageDescriptor instead')
|
|
const Message$json = {
|
|
'1': 'Message',
|
|
'2': [
|
|
{'1': 'type', '3': 1, '4': 1, '5': 14, '6': '.Message.Type', '10': 'type'},
|
|
{'1': 'receipt_id', '3': 2, '4': 1, '5': 9, '10': 'receiptId'},
|
|
{
|
|
'1': 'encrypted_content',
|
|
'3': 3,
|
|
'4': 1,
|
|
'5': 12,
|
|
'9': 0,
|
|
'10': 'encryptedContent',
|
|
'17': true
|
|
},
|
|
{
|
|
'1': 'plaintext_content',
|
|
'3': 4,
|
|
'4': 1,
|
|
'5': 11,
|
|
'6': '.PlaintextContent',
|
|
'9': 1,
|
|
'10': 'plaintextContent',
|
|
'17': true
|
|
},
|
|
],
|
|
'4': [Message_Type$json],
|
|
'8': [
|
|
{'1': '_encrypted_content'},
|
|
{'1': '_plaintext_content'},
|
|
],
|
|
};
|
|
|
|
@$core.Deprecated('Use messageDescriptor instead')
|
|
const Message_Type$json = {
|
|
'1': 'Type',
|
|
'2': [
|
|
{'1': 'SENDER_DELIVERY_RECEIPT', '2': 0},
|
|
{'1': 'PLAINTEXT_CONTENT', '2': 1},
|
|
{'1': 'CIPHERTEXT', '2': 2},
|
|
{'1': 'PREKEY_BUNDLE', '2': 3},
|
|
{'1': 'TEST_NOTIFICATION', '2': 4},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `Message`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List messageDescriptor = $convert.base64Decode(
|
|
'CgdNZXNzYWdlEiEKBHR5cGUYASABKA4yDS5NZXNzYWdlLlR5cGVSBHR5cGUSHQoKcmVjZWlwdF'
|
|
'9pZBgCIAEoCVIJcmVjZWlwdElkEjAKEWVuY3J5cHRlZF9jb250ZW50GAMgASgMSABSEGVuY3J5'
|
|
'cHRlZENvbnRlbnSIAQESQwoRcGxhaW50ZXh0X2NvbnRlbnQYBCABKAsyES5QbGFpbnRleHRDb2'
|
|
'50ZW50SAFSEHBsYWludGV4dENvbnRlbnSIAQEidAoEVHlwZRIbChdTRU5ERVJfREVMSVZFUllf'
|
|
'UkVDRUlQVBAAEhUKEVBMQUlOVEVYVF9DT05URU5UEAESDgoKQ0lQSEVSVEVYVBACEhEKDVBSRU'
|
|
'tFWV9CVU5ETEUQAxIVChFURVNUX05PVElGSUNBVElPThAEQhQKEl9lbmNyeXB0ZWRfY29udGVu'
|
|
'dEIUChJfcGxhaW50ZXh0X2NvbnRlbnQ=');
|
|
|
|
@$core.Deprecated('Use plaintextContentDescriptor instead')
|
|
const PlaintextContent$json = {
|
|
'1': 'PlaintextContent',
|
|
'2': [
|
|
{
|
|
'1': 'decryption_error_message',
|
|
'3': 1,
|
|
'4': 1,
|
|
'5': 11,
|
|
'6': '.PlaintextContent.DecryptionErrorMessage',
|
|
'9': 0,
|
|
'10': 'decryptionErrorMessage',
|
|
'17': true
|
|
},
|
|
{
|
|
'1': 'retry_control_error',
|
|
'3': 2,
|
|
'4': 1,
|
|
'5': 11,
|
|
'6': '.PlaintextContent.RetryErrorMessage',
|
|
'9': 1,
|
|
'10': 'retryControlError',
|
|
'17': true
|
|
},
|
|
],
|
|
'3': [
|
|
PlaintextContent_RetryErrorMessage$json,
|
|
PlaintextContent_DecryptionErrorMessage$json
|
|
],
|
|
'8': [
|
|
{'1': '_decryption_error_message'},
|
|
{'1': '_retry_control_error'},
|
|
],
|
|
};
|
|
|
|
@$core.Deprecated('Use plaintextContentDescriptor instead')
|
|
const PlaintextContent_RetryErrorMessage$json = {
|
|
'1': 'RetryErrorMessage',
|
|
};
|
|
|
|
@$core.Deprecated('Use plaintextContentDescriptor instead')
|
|
const PlaintextContent_DecryptionErrorMessage$json = {
|
|
'1': 'DecryptionErrorMessage',
|
|
'2': [
|
|
{
|
|
'1': 'type',
|
|
'3': 1,
|
|
'4': 1,
|
|
'5': 14,
|
|
'6': '.PlaintextContent.DecryptionErrorMessage.Type',
|
|
'10': 'type'
|
|
},
|
|
],
|
|
'4': [PlaintextContent_DecryptionErrorMessage_Type$json],
|
|
};
|
|
|
|
@$core.Deprecated('Use plaintextContentDescriptor instead')
|
|
const PlaintextContent_DecryptionErrorMessage_Type$json = {
|
|
'1': 'Type',
|
|
'2': [
|
|
{'1': 'UNKNOWN', '2': 0},
|
|
{'1': 'PREKEY_UNKNOWN', '2': 1},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `PlaintextContent`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List plaintextContentDescriptor = $convert.base64Decode(
|
|
'ChBQbGFpbnRleHRDb250ZW50EmcKGGRlY3J5cHRpb25fZXJyb3JfbWVzc2FnZRgBIAEoCzIoLl'
|
|
'BsYWludGV4dENvbnRlbnQuRGVjcnlwdGlvbkVycm9yTWVzc2FnZUgAUhZkZWNyeXB0aW9uRXJy'
|
|
'b3JNZXNzYWdliAEBElgKE3JldHJ5X2NvbnRyb2xfZXJyb3IYAiABKAsyIy5QbGFpbnRleHRDb2'
|
|
'50ZW50LlJldHJ5RXJyb3JNZXNzYWdlSAFSEXJldHJ5Q29udHJvbEVycm9yiAEBGhMKEVJldHJ5'
|
|
'RXJyb3JNZXNzYWdlGoQBChZEZWNyeXB0aW9uRXJyb3JNZXNzYWdlEkEKBHR5cGUYASABKA4yLS'
|
|
'5QbGFpbnRleHRDb250ZW50LkRlY3J5cHRpb25FcnJvck1lc3NhZ2UuVHlwZVIEdHlwZSInCgRU'
|
|
'eXBlEgsKB1VOS05PV04QABISCg5QUkVLRVlfVU5LTk9XThABQhsKGV9kZWNyeXB0aW9uX2Vycm'
|
|
'9yX21lc3NhZ2VCFgoUX3JldHJ5X2NvbnRyb2xfZXJyb3I=');
|
|
|
|
@$core.Deprecated('Use encryptedContentDescriptor instead')
|
|
const EncryptedContent$json = {
|
|
'1': 'EncryptedContent',
|
|
'2': [
|
|
{
|
|
'1': 'group_id',
|
|
'3': 2,
|
|
'4': 1,
|
|
'5': 9,
|
|
'9': 0,
|
|
'10': 'groupId',
|
|
'17': true
|
|
},
|
|
{
|
|
'1': 'is_direct_chat',
|
|
'3': 3,
|
|
'4': 1,
|
|
'5': 8,
|
|
'9': 1,
|
|
'10': 'isDirectChat',
|
|
'17': true
|
|
},
|
|
{
|
|
'1': 'sender_profile_counter',
|
|
'3': 4,
|
|
'4': 1,
|
|
'5': 3,
|
|
'9': 2,
|
|
'10': 'senderProfileCounter',
|
|
'17': true
|
|
},
|
|
{
|
|
'1': 'sender_user_discovery_version',
|
|
'3': 21,
|
|
'4': 1,
|
|
'5': 12,
|
|
'9': 3,
|
|
'10': 'senderUserDiscoveryVersion',
|
|
'17': true
|
|
},
|
|
{
|
|
'1': 'message_update',
|
|
'3': 5,
|
|
'4': 1,
|
|
'5': 11,
|
|
'6': '.EncryptedContent.MessageUpdate',
|
|
'9': 4,
|
|
'10': 'messageUpdate',
|
|
'17': true
|
|
},
|
|
{
|
|
'1': 'media',
|
|
'3': 6,
|
|
'4': 1,
|
|
'5': 11,
|
|
'6': '.EncryptedContent.Media',
|
|
'9': 5,
|
|
'10': 'media',
|
|
'17': true
|
|
},
|
|
{
|
|
'1': 'media_update',
|
|
'3': 7,
|
|
'4': 1,
|
|
'5': 11,
|
|
'6': '.EncryptedContent.MediaUpdate',
|
|
'9': 6,
|
|
'10': 'mediaUpdate',
|
|
'17': true
|
|
},
|
|
{
|
|
'1': 'contact_update',
|
|
'3': 8,
|
|
'4': 1,
|
|
'5': 11,
|
|
'6': '.EncryptedContent.ContactUpdate',
|
|
'9': 7,
|
|
'10': 'contactUpdate',
|
|
'17': true
|
|
},
|
|
{
|
|
'1': 'contact_request',
|
|
'3': 9,
|
|
'4': 1,
|
|
'5': 11,
|
|
'6': '.EncryptedContent.ContactRequest',
|
|
'9': 8,
|
|
'10': 'contactRequest',
|
|
'17': true
|
|
},
|
|
{
|
|
'1': 'flame_sync',
|
|
'3': 10,
|
|
'4': 1,
|
|
'5': 11,
|
|
'6': '.EncryptedContent.FlameSync',
|
|
'9': 9,
|
|
'10': 'flameSync',
|
|
'17': true
|
|
},
|
|
{
|
|
'1': 'push_keys',
|
|
'3': 11,
|
|
'4': 1,
|
|
'5': 11,
|
|
'6': '.EncryptedContent.PushKeys',
|
|
'9': 10,
|
|
'10': 'pushKeys',
|
|
'17': true
|
|
},
|
|
{
|
|
'1': 'reaction',
|
|
'3': 12,
|
|
'4': 1,
|
|
'5': 11,
|
|
'6': '.EncryptedContent.Reaction',
|
|
'9': 11,
|
|
'10': 'reaction',
|
|
'17': true
|
|
},
|
|
{
|
|
'1': 'text_message',
|
|
'3': 13,
|
|
'4': 1,
|
|
'5': 11,
|
|
'6': '.EncryptedContent.TextMessage',
|
|
'9': 12,
|
|
'10': 'textMessage',
|
|
'17': true
|
|
},
|
|
{
|
|
'1': 'group_create',
|
|
'3': 14,
|
|
'4': 1,
|
|
'5': 11,
|
|
'6': '.EncryptedContent.GroupCreate',
|
|
'9': 13,
|
|
'10': 'groupCreate',
|
|
'17': true
|
|
},
|
|
{
|
|
'1': 'group_join',
|
|
'3': 15,
|
|
'4': 1,
|
|
'5': 11,
|
|
'6': '.EncryptedContent.GroupJoin',
|
|
'9': 14,
|
|
'10': 'groupJoin',
|
|
'17': true
|
|
},
|
|
{
|
|
'1': 'group_update',
|
|
'3': 16,
|
|
'4': 1,
|
|
'5': 11,
|
|
'6': '.EncryptedContent.GroupUpdate',
|
|
'9': 15,
|
|
'10': 'groupUpdate',
|
|
'17': true
|
|
},
|
|
{
|
|
'1': 'resend_group_public_key',
|
|
'3': 17,
|
|
'4': 1,
|
|
'5': 11,
|
|
'6': '.EncryptedContent.ResendGroupPublicKey',
|
|
'9': 16,
|
|
'10': 'resendGroupPublicKey',
|
|
'17': true
|
|
},
|
|
{
|
|
'1': 'error_messages',
|
|
'3': 18,
|
|
'4': 1,
|
|
'5': 11,
|
|
'6': '.EncryptedContent.ErrorMessages',
|
|
'9': 17,
|
|
'10': 'errorMessages',
|
|
'17': true
|
|
},
|
|
{
|
|
'1': 'additional_data_message',
|
|
'3': 19,
|
|
'4': 1,
|
|
'5': 11,
|
|
'6': '.EncryptedContent.AdditionalDataMessage',
|
|
'9': 18,
|
|
'10': 'additionalDataMessage',
|
|
'17': true
|
|
},
|
|
{
|
|
'1': 'typing_indicator',
|
|
'3': 20,
|
|
'4': 1,
|
|
'5': 11,
|
|
'6': '.EncryptedContent.TypingIndicator',
|
|
'9': 19,
|
|
'10': 'typingIndicator',
|
|
'17': true
|
|
},
|
|
{
|
|
'1': 'user_discovery_request',
|
|
'3': 22,
|
|
'4': 1,
|
|
'5': 11,
|
|
'6': '.EncryptedContent.UserDiscoveryRequest',
|
|
'9': 20,
|
|
'10': 'userDiscoveryRequest',
|
|
'17': true
|
|
},
|
|
{
|
|
'1': 'user_discovery_update',
|
|
'3': 23,
|
|
'4': 1,
|
|
'5': 11,
|
|
'6': '.EncryptedContent.UserDiscoveryUpdate',
|
|
'9': 21,
|
|
'10': 'userDiscoveryUpdate',
|
|
'17': true
|
|
},
|
|
{
|
|
'1': 'key_verification_proof',
|
|
'3': 24,
|
|
'4': 1,
|
|
'5': 11,
|
|
'6': '.EncryptedContent.KeyVerificationProof',
|
|
'9': 22,
|
|
'10': 'keyVerificationProof',
|
|
'17': true
|
|
},
|
|
],
|
|
'3': [
|
|
EncryptedContent_ErrorMessages$json,
|
|
EncryptedContent_GroupCreate$json,
|
|
EncryptedContent_GroupJoin$json,
|
|
EncryptedContent_ResendGroupPublicKey$json,
|
|
EncryptedContent_GroupUpdate$json,
|
|
EncryptedContent_TextMessage$json,
|
|
EncryptedContent_AdditionalDataMessage$json,
|
|
EncryptedContent_Reaction$json,
|
|
EncryptedContent_MessageUpdate$json,
|
|
EncryptedContent_Media$json,
|
|
EncryptedContent_MediaUpdate$json,
|
|
EncryptedContent_ContactRequest$json,
|
|
EncryptedContent_ContactUpdate$json,
|
|
EncryptedContent_PushKeys$json,
|
|
EncryptedContent_FlameSync$json,
|
|
EncryptedContent_TypingIndicator$json,
|
|
EncryptedContent_UserDiscoveryRequest$json,
|
|
EncryptedContent_UserDiscoveryUpdate$json,
|
|
EncryptedContent_KeyVerificationProof$json
|
|
],
|
|
'8': [
|
|
{'1': '_group_id'},
|
|
{'1': '_is_direct_chat'},
|
|
{'1': '_sender_profile_counter'},
|
|
{'1': '_sender_user_discovery_version'},
|
|
{'1': '_message_update'},
|
|
{'1': '_media'},
|
|
{'1': '_media_update'},
|
|
{'1': '_contact_update'},
|
|
{'1': '_contact_request'},
|
|
{'1': '_flame_sync'},
|
|
{'1': '_push_keys'},
|
|
{'1': '_reaction'},
|
|
{'1': '_text_message'},
|
|
{'1': '_group_create'},
|
|
{'1': '_group_join'},
|
|
{'1': '_group_update'},
|
|
{'1': '_resend_group_public_key'},
|
|
{'1': '_error_messages'},
|
|
{'1': '_additional_data_message'},
|
|
{'1': '_typing_indicator'},
|
|
{'1': '_user_discovery_request'},
|
|
{'1': '_user_discovery_update'},
|
|
{'1': '_key_verification_proof'},
|
|
],
|
|
};
|
|
|
|
@$core.Deprecated('Use encryptedContentDescriptor instead')
|
|
const EncryptedContent_ErrorMessages$json = {
|
|
'1': 'ErrorMessages',
|
|
'2': [
|
|
{
|
|
'1': 'type',
|
|
'3': 1,
|
|
'4': 1,
|
|
'5': 14,
|
|
'6': '.EncryptedContent.ErrorMessages.Type',
|
|
'10': 'type'
|
|
},
|
|
{
|
|
'1': 'related_receipt_id',
|
|
'3': 2,
|
|
'4': 1,
|
|
'5': 9,
|
|
'10': 'relatedReceiptId'
|
|
},
|
|
],
|
|
'4': [EncryptedContent_ErrorMessages_Type$json],
|
|
};
|
|
|
|
@$core.Deprecated('Use encryptedContentDescriptor instead')
|
|
const EncryptedContent_ErrorMessages_Type$json = {
|
|
'1': 'Type',
|
|
'2': [
|
|
{'1': 'ERROR_PROCESSING_MESSAGE_CREATED_ACCOUNT_REQUEST_INSTEAD', '2': 0},
|
|
{'1': 'UNKNOWN_MESSAGE_TYPE', '2': 2},
|
|
{'1': 'SESSION_OUT_OF_SYNC', '2': 3},
|
|
],
|
|
};
|
|
|
|
@$core.Deprecated('Use encryptedContentDescriptor instead')
|
|
const EncryptedContent_GroupCreate$json = {
|
|
'1': 'GroupCreate',
|
|
'2': [
|
|
{'1': 'state_key', '3': 3, '4': 1, '5': 12, '10': 'stateKey'},
|
|
{'1': 'group_public_key', '3': 4, '4': 1, '5': 12, '10': 'groupPublicKey'},
|
|
],
|
|
};
|
|
|
|
@$core.Deprecated('Use encryptedContentDescriptor instead')
|
|
const EncryptedContent_GroupJoin$json = {
|
|
'1': 'GroupJoin',
|
|
'2': [
|
|
{'1': 'group_public_key', '3': 1, '4': 1, '5': 12, '10': 'groupPublicKey'},
|
|
],
|
|
};
|
|
|
|
@$core.Deprecated('Use encryptedContentDescriptor instead')
|
|
const EncryptedContent_ResendGroupPublicKey$json = {
|
|
'1': 'ResendGroupPublicKey',
|
|
};
|
|
|
|
@$core.Deprecated('Use encryptedContentDescriptor instead')
|
|
const EncryptedContent_GroupUpdate$json = {
|
|
'1': 'GroupUpdate',
|
|
'2': [
|
|
{'1': 'group_action_type', '3': 1, '4': 1, '5': 9, '10': 'groupActionType'},
|
|
{
|
|
'1': 'affected_contact_id',
|
|
'3': 2,
|
|
'4': 1,
|
|
'5': 3,
|
|
'9': 0,
|
|
'10': 'affectedContactId',
|
|
'17': true
|
|
},
|
|
{
|
|
'1': 'new_group_name',
|
|
'3': 3,
|
|
'4': 1,
|
|
'5': 9,
|
|
'9': 1,
|
|
'10': 'newGroupName',
|
|
'17': true
|
|
},
|
|
{
|
|
'1': 'new_delete_messages_after_milliseconds',
|
|
'3': 4,
|
|
'4': 1,
|
|
'5': 3,
|
|
'9': 2,
|
|
'10': 'newDeleteMessagesAfterMilliseconds',
|
|
'17': true
|
|
},
|
|
],
|
|
'8': [
|
|
{'1': '_affected_contact_id'},
|
|
{'1': '_new_group_name'},
|
|
{'1': '_new_delete_messages_after_milliseconds'},
|
|
],
|
|
};
|
|
|
|
@$core.Deprecated('Use encryptedContentDescriptor instead')
|
|
const EncryptedContent_TextMessage$json = {
|
|
'1': 'TextMessage',
|
|
'2': [
|
|
{'1': 'sender_message_id', '3': 1, '4': 1, '5': 9, '10': 'senderMessageId'},
|
|
{'1': 'text', '3': 2, '4': 1, '5': 9, '10': 'text'},
|
|
{'1': 'timestamp', '3': 3, '4': 1, '5': 3, '10': 'timestamp'},
|
|
{
|
|
'1': 'quote_message_id',
|
|
'3': 4,
|
|
'4': 1,
|
|
'5': 9,
|
|
'9': 0,
|
|
'10': 'quoteMessageId',
|
|
'17': true
|
|
},
|
|
],
|
|
'8': [
|
|
{'1': '_quote_message_id'},
|
|
],
|
|
};
|
|
|
|
@$core.Deprecated('Use encryptedContentDescriptor instead')
|
|
const EncryptedContent_AdditionalDataMessage$json = {
|
|
'1': 'AdditionalDataMessage',
|
|
'2': [
|
|
{'1': 'sender_message_id', '3': 1, '4': 1, '5': 9, '10': 'senderMessageId'},
|
|
{'1': 'timestamp', '3': 2, '4': 1, '5': 3, '10': 'timestamp'},
|
|
{'1': 'type', '3': 3, '4': 1, '5': 9, '10': 'type'},
|
|
{
|
|
'1': 'additional_message_data',
|
|
'3': 4,
|
|
'4': 1,
|
|
'5': 12,
|
|
'9': 0,
|
|
'10': 'additionalMessageData',
|
|
'17': true
|
|
},
|
|
],
|
|
'8': [
|
|
{'1': '_additional_message_data'},
|
|
],
|
|
};
|
|
|
|
@$core.Deprecated('Use encryptedContentDescriptor instead')
|
|
const EncryptedContent_Reaction$json = {
|
|
'1': 'Reaction',
|
|
'2': [
|
|
{'1': 'target_message_id', '3': 1, '4': 1, '5': 9, '10': 'targetMessageId'},
|
|
{'1': 'emoji', '3': 2, '4': 1, '5': 9, '10': 'emoji'},
|
|
{'1': 'remove', '3': 3, '4': 1, '5': 8, '10': 'remove'},
|
|
],
|
|
};
|
|
|
|
@$core.Deprecated('Use encryptedContentDescriptor instead')
|
|
const EncryptedContent_MessageUpdate$json = {
|
|
'1': 'MessageUpdate',
|
|
'2': [
|
|
{
|
|
'1': 'type',
|
|
'3': 1,
|
|
'4': 1,
|
|
'5': 14,
|
|
'6': '.EncryptedContent.MessageUpdate.Type',
|
|
'10': 'type'
|
|
},
|
|
{
|
|
'1': 'sender_message_id',
|
|
'3': 2,
|
|
'4': 1,
|
|
'5': 9,
|
|
'9': 0,
|
|
'10': 'senderMessageId',
|
|
'17': true
|
|
},
|
|
{
|
|
'1': 'multiple_target_message_ids',
|
|
'3': 3,
|
|
'4': 3,
|
|
'5': 9,
|
|
'10': 'multipleTargetMessageIds'
|
|
},
|
|
{'1': 'text', '3': 4, '4': 1, '5': 9, '9': 1, '10': 'text', '17': true},
|
|
{'1': 'timestamp', '3': 5, '4': 1, '5': 3, '10': 'timestamp'},
|
|
],
|
|
'4': [EncryptedContent_MessageUpdate_Type$json],
|
|
'8': [
|
|
{'1': '_sender_message_id'},
|
|
{'1': '_text'},
|
|
],
|
|
};
|
|
|
|
@$core.Deprecated('Use encryptedContentDescriptor instead')
|
|
const EncryptedContent_MessageUpdate_Type$json = {
|
|
'1': 'Type',
|
|
'2': [
|
|
{'1': 'DELETE', '2': 0},
|
|
{'1': 'EDIT_TEXT', '2': 1},
|
|
{'1': 'OPENED', '2': 2},
|
|
],
|
|
};
|
|
|
|
@$core.Deprecated('Use encryptedContentDescriptor instead')
|
|
const EncryptedContent_Media$json = {
|
|
'1': 'Media',
|
|
'2': [
|
|
{'1': 'sender_message_id', '3': 1, '4': 1, '5': 9, '10': 'senderMessageId'},
|
|
{
|
|
'1': 'type',
|
|
'3': 2,
|
|
'4': 1,
|
|
'5': 14,
|
|
'6': '.EncryptedContent.Media.Type',
|
|
'10': 'type'
|
|
},
|
|
{
|
|
'1': 'display_limit_in_milliseconds',
|
|
'3': 3,
|
|
'4': 1,
|
|
'5': 3,
|
|
'9': 0,
|
|
'10': 'displayLimitInMilliseconds',
|
|
'17': true
|
|
},
|
|
{
|
|
'1': 'requires_authentication',
|
|
'3': 4,
|
|
'4': 1,
|
|
'5': 8,
|
|
'10': 'requiresAuthentication'
|
|
},
|
|
{'1': 'timestamp', '3': 5, '4': 1, '5': 3, '10': 'timestamp'},
|
|
{
|
|
'1': 'quote_message_id',
|
|
'3': 6,
|
|
'4': 1,
|
|
'5': 9,
|
|
'9': 1,
|
|
'10': 'quoteMessageId',
|
|
'17': true
|
|
},
|
|
{
|
|
'1': 'download_token',
|
|
'3': 7,
|
|
'4': 1,
|
|
'5': 12,
|
|
'9': 2,
|
|
'10': 'downloadToken',
|
|
'17': true
|
|
},
|
|
{
|
|
'1': 'encryption_key',
|
|
'3': 8,
|
|
'4': 1,
|
|
'5': 12,
|
|
'9': 3,
|
|
'10': 'encryptionKey',
|
|
'17': true
|
|
},
|
|
{
|
|
'1': 'encryption_mac',
|
|
'3': 9,
|
|
'4': 1,
|
|
'5': 12,
|
|
'9': 4,
|
|
'10': 'encryptionMac',
|
|
'17': true
|
|
},
|
|
{
|
|
'1': 'encryption_nonce',
|
|
'3': 10,
|
|
'4': 1,
|
|
'5': 12,
|
|
'9': 5,
|
|
'10': 'encryptionNonce',
|
|
'17': true
|
|
},
|
|
{
|
|
'1': 'additional_message_data',
|
|
'3': 11,
|
|
'4': 1,
|
|
'5': 12,
|
|
'9': 6,
|
|
'10': 'additionalMessageData',
|
|
'17': true
|
|
},
|
|
],
|
|
'4': [EncryptedContent_Media_Type$json],
|
|
'8': [
|
|
{'1': '_display_limit_in_milliseconds'},
|
|
{'1': '_quote_message_id'},
|
|
{'1': '_download_token'},
|
|
{'1': '_encryption_key'},
|
|
{'1': '_encryption_mac'},
|
|
{'1': '_encryption_nonce'},
|
|
{'1': '_additional_message_data'},
|
|
],
|
|
};
|
|
|
|
@$core.Deprecated('Use encryptedContentDescriptor instead')
|
|
const EncryptedContent_Media_Type$json = {
|
|
'1': 'Type',
|
|
'2': [
|
|
{'1': 'REUPLOAD', '2': 0},
|
|
{'1': 'IMAGE', '2': 1},
|
|
{'1': 'VIDEO', '2': 2},
|
|
{'1': 'GIF', '2': 3},
|
|
{'1': 'AUDIO', '2': 4},
|
|
],
|
|
};
|
|
|
|
@$core.Deprecated('Use encryptedContentDescriptor instead')
|
|
const EncryptedContent_MediaUpdate$json = {
|
|
'1': 'MediaUpdate',
|
|
'2': [
|
|
{
|
|
'1': 'type',
|
|
'3': 1,
|
|
'4': 1,
|
|
'5': 14,
|
|
'6': '.EncryptedContent.MediaUpdate.Type',
|
|
'10': 'type'
|
|
},
|
|
{'1': 'target_message_id', '3': 2, '4': 1, '5': 9, '10': 'targetMessageId'},
|
|
],
|
|
'4': [EncryptedContent_MediaUpdate_Type$json],
|
|
};
|
|
|
|
@$core.Deprecated('Use encryptedContentDescriptor instead')
|
|
const EncryptedContent_MediaUpdate_Type$json = {
|
|
'1': 'Type',
|
|
'2': [
|
|
{'1': 'REOPENED', '2': 0},
|
|
{'1': 'STORED', '2': 1},
|
|
{'1': 'DECRYPTION_ERROR', '2': 2},
|
|
],
|
|
};
|
|
|
|
@$core.Deprecated('Use encryptedContentDescriptor instead')
|
|
const EncryptedContent_ContactRequest$json = {
|
|
'1': 'ContactRequest',
|
|
'2': [
|
|
{
|
|
'1': 'type',
|
|
'3': 1,
|
|
'4': 1,
|
|
'5': 14,
|
|
'6': '.EncryptedContent.ContactRequest.Type',
|
|
'10': 'type'
|
|
},
|
|
],
|
|
'4': [EncryptedContent_ContactRequest_Type$json],
|
|
};
|
|
|
|
@$core.Deprecated('Use encryptedContentDescriptor instead')
|
|
const EncryptedContent_ContactRequest_Type$json = {
|
|
'1': 'Type',
|
|
'2': [
|
|
{'1': 'REQUEST', '2': 0},
|
|
{'1': 'REJECT', '2': 1},
|
|
{'1': 'ACCEPT', '2': 2},
|
|
],
|
|
};
|
|
|
|
@$core.Deprecated('Use encryptedContentDescriptor instead')
|
|
const EncryptedContent_ContactUpdate$json = {
|
|
'1': 'ContactUpdate',
|
|
'2': [
|
|
{
|
|
'1': 'type',
|
|
'3': 1,
|
|
'4': 1,
|
|
'5': 14,
|
|
'6': '.EncryptedContent.ContactUpdate.Type',
|
|
'10': 'type'
|
|
},
|
|
{
|
|
'1': 'avatar_svg_compressed',
|
|
'3': 2,
|
|
'4': 1,
|
|
'5': 12,
|
|
'9': 0,
|
|
'10': 'avatarSvgCompressed',
|
|
'17': true
|
|
},
|
|
{
|
|
'1': 'username',
|
|
'3': 3,
|
|
'4': 1,
|
|
'5': 9,
|
|
'9': 1,
|
|
'10': 'username',
|
|
'17': true
|
|
},
|
|
{
|
|
'1': 'display_name',
|
|
'3': 4,
|
|
'4': 1,
|
|
'5': 9,
|
|
'9': 2,
|
|
'10': 'displayName',
|
|
'17': true
|
|
},
|
|
],
|
|
'4': [EncryptedContent_ContactUpdate_Type$json],
|
|
'8': [
|
|
{'1': '_avatar_svg_compressed'},
|
|
{'1': '_username'},
|
|
{'1': '_display_name'},
|
|
],
|
|
};
|
|
|
|
@$core.Deprecated('Use encryptedContentDescriptor instead')
|
|
const EncryptedContent_ContactUpdate_Type$json = {
|
|
'1': 'Type',
|
|
'2': [
|
|
{'1': 'REQUEST', '2': 0},
|
|
{'1': 'UPDATE', '2': 1},
|
|
],
|
|
};
|
|
|
|
@$core.Deprecated('Use encryptedContentDescriptor instead')
|
|
const EncryptedContent_PushKeys$json = {
|
|
'1': 'PushKeys',
|
|
'2': [
|
|
{
|
|
'1': 'type',
|
|
'3': 1,
|
|
'4': 1,
|
|
'5': 14,
|
|
'6': '.EncryptedContent.PushKeys.Type',
|
|
'10': 'type'
|
|
},
|
|
{'1': 'key_id', '3': 2, '4': 1, '5': 3, '9': 0, '10': 'keyId', '17': true},
|
|
{'1': 'key', '3': 3, '4': 1, '5': 12, '9': 1, '10': 'key', '17': true},
|
|
{
|
|
'1': 'created_at',
|
|
'3': 4,
|
|
'4': 1,
|
|
'5': 3,
|
|
'9': 2,
|
|
'10': 'createdAt',
|
|
'17': true
|
|
},
|
|
],
|
|
'4': [EncryptedContent_PushKeys_Type$json],
|
|
'8': [
|
|
{'1': '_key_id'},
|
|
{'1': '_key'},
|
|
{'1': '_created_at'},
|
|
],
|
|
};
|
|
|
|
@$core.Deprecated('Use encryptedContentDescriptor instead')
|
|
const EncryptedContent_PushKeys_Type$json = {
|
|
'1': 'Type',
|
|
'2': [
|
|
{'1': 'REQUEST', '2': 0},
|
|
{'1': 'UPDATE', '2': 1},
|
|
],
|
|
};
|
|
|
|
@$core.Deprecated('Use encryptedContentDescriptor instead')
|
|
const EncryptedContent_FlameSync$json = {
|
|
'1': 'FlameSync',
|
|
'2': [
|
|
{'1': 'flame_counter', '3': 1, '4': 1, '5': 3, '10': 'flameCounter'},
|
|
{
|
|
'1': 'last_flame_counter_change',
|
|
'3': 2,
|
|
'4': 1,
|
|
'5': 3,
|
|
'10': 'lastFlameCounterChange'
|
|
},
|
|
{'1': 'best_friend', '3': 3, '4': 1, '5': 8, '10': 'bestFriend'},
|
|
{'1': 'force_update', '3': 4, '4': 1, '5': 8, '10': 'forceUpdate'},
|
|
],
|
|
};
|
|
|
|
@$core.Deprecated('Use encryptedContentDescriptor instead')
|
|
const EncryptedContent_TypingIndicator$json = {
|
|
'1': 'TypingIndicator',
|
|
'2': [
|
|
{'1': 'is_typing', '3': 1, '4': 1, '5': 8, '10': 'isTyping'},
|
|
{'1': 'created_at', '3': 2, '4': 1, '5': 3, '10': 'createdAt'},
|
|
],
|
|
};
|
|
|
|
@$core.Deprecated('Use encryptedContentDescriptor instead')
|
|
const EncryptedContent_UserDiscoveryRequest$json = {
|
|
'1': 'UserDiscoveryRequest',
|
|
'2': [
|
|
{'1': 'current_version', '3': 1, '4': 1, '5': 12, '10': 'currentVersion'},
|
|
],
|
|
};
|
|
|
|
@$core.Deprecated('Use encryptedContentDescriptor instead')
|
|
const EncryptedContent_UserDiscoveryUpdate$json = {
|
|
'1': 'UserDiscoveryUpdate',
|
|
'2': [
|
|
{'1': 'messages', '3': 1, '4': 3, '5': 12, '10': 'messages'},
|
|
],
|
|
};
|
|
|
|
@$core.Deprecated('Use encryptedContentDescriptor instead')
|
|
const EncryptedContent_KeyVerificationProof$json = {
|
|
'1': 'KeyVerificationProof',
|
|
'2': [
|
|
{'1': 'calculated_mac', '3': 1, '4': 1, '5': 12, '10': 'calculatedMac'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `EncryptedContent`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List encryptedContentDescriptor = $convert.base64Decode(
|
|
'ChBFbmNyeXB0ZWRDb250ZW50Eh4KCGdyb3VwX2lkGAIgASgJSABSB2dyb3VwSWSIAQESKQoOaX'
|
|
'NfZGlyZWN0X2NoYXQYAyABKAhIAVIMaXNEaXJlY3RDaGF0iAEBEjkKFnNlbmRlcl9wcm9maWxl'
|
|
'X2NvdW50ZXIYBCABKANIAlIUc2VuZGVyUHJvZmlsZUNvdW50ZXKIAQESRgodc2VuZGVyX3VzZX'
|
|
'JfZGlzY292ZXJ5X3ZlcnNpb24YFSABKAxIA1Iac2VuZGVyVXNlckRpc2NvdmVyeVZlcnNpb26I'
|
|
'AQESSwoObWVzc2FnZV91cGRhdGUYBSABKAsyHy5FbmNyeXB0ZWRDb250ZW50Lk1lc3NhZ2VVcG'
|
|
'RhdGVIBFINbWVzc2FnZVVwZGF0ZYgBARIyCgVtZWRpYRgGIAEoCzIXLkVuY3J5cHRlZENvbnRl'
|
|
'bnQuTWVkaWFIBVIFbWVkaWGIAQESRQoMbWVkaWFfdXBkYXRlGAcgASgLMh0uRW5jcnlwdGVkQ2'
|
|
'9udGVudC5NZWRpYVVwZGF0ZUgGUgttZWRpYVVwZGF0ZYgBARJLCg5jb250YWN0X3VwZGF0ZRgI'
|
|
'IAEoCzIfLkVuY3J5cHRlZENvbnRlbnQuQ29udGFjdFVwZGF0ZUgHUg1jb250YWN0VXBkYXRliA'
|
|
'EBEk4KD2NvbnRhY3RfcmVxdWVzdBgJIAEoCzIgLkVuY3J5cHRlZENvbnRlbnQuQ29udGFjdFJl'
|
|
'cXVlc3RICFIOY29udGFjdFJlcXVlc3SIAQESPwoKZmxhbWVfc3luYxgKIAEoCzIbLkVuY3J5cH'
|
|
'RlZENvbnRlbnQuRmxhbWVTeW5jSAlSCWZsYW1lU3luY4gBARI8CglwdXNoX2tleXMYCyABKAsy'
|
|
'Gi5FbmNyeXB0ZWRDb250ZW50LlB1c2hLZXlzSApSCHB1c2hLZXlziAEBEjsKCHJlYWN0aW9uGA'
|
|
'wgASgLMhouRW5jcnlwdGVkQ29udGVudC5SZWFjdGlvbkgLUghyZWFjdGlvbogBARJFCgx0ZXh0'
|
|
'X21lc3NhZ2UYDSABKAsyHS5FbmNyeXB0ZWRDb250ZW50LlRleHRNZXNzYWdlSAxSC3RleHRNZX'
|
|
'NzYWdliAEBEkUKDGdyb3VwX2NyZWF0ZRgOIAEoCzIdLkVuY3J5cHRlZENvbnRlbnQuR3JvdXBD'
|
|
'cmVhdGVIDVILZ3JvdXBDcmVhdGWIAQESPwoKZ3JvdXBfam9pbhgPIAEoCzIbLkVuY3J5cHRlZE'
|
|
'NvbnRlbnQuR3JvdXBKb2luSA5SCWdyb3VwSm9pbogBARJFCgxncm91cF91cGRhdGUYECABKAsy'
|
|
'HS5FbmNyeXB0ZWRDb250ZW50Lkdyb3VwVXBkYXRlSA9SC2dyb3VwVXBkYXRliAEBEmIKF3Jlc2'
|
|
'VuZF9ncm91cF9wdWJsaWNfa2V5GBEgASgLMiYuRW5jcnlwdGVkQ29udGVudC5SZXNlbmRHcm91'
|
|
'cFB1YmxpY0tleUgQUhRyZXNlbmRHcm91cFB1YmxpY0tleYgBARJLCg5lcnJvcl9tZXNzYWdlcx'
|
|
'gSIAEoCzIfLkVuY3J5cHRlZENvbnRlbnQuRXJyb3JNZXNzYWdlc0gRUg1lcnJvck1lc3NhZ2Vz'
|
|
'iAEBEmQKF2FkZGl0aW9uYWxfZGF0YV9tZXNzYWdlGBMgASgLMicuRW5jcnlwdGVkQ29udGVudC'
|
|
'5BZGRpdGlvbmFsRGF0YU1lc3NhZ2VIElIVYWRkaXRpb25hbERhdGFNZXNzYWdliAEBElEKEHR5'
|
|
'cGluZ19pbmRpY2F0b3IYFCABKAsyIS5FbmNyeXB0ZWRDb250ZW50LlR5cGluZ0luZGljYXRvck'
|
|
'gTUg90eXBpbmdJbmRpY2F0b3KIAQESYQoWdXNlcl9kaXNjb3ZlcnlfcmVxdWVzdBgWIAEoCzIm'
|
|
'LkVuY3J5cHRlZENvbnRlbnQuVXNlckRpc2NvdmVyeVJlcXVlc3RIFFIUdXNlckRpc2NvdmVyeV'
|
|
'JlcXVlc3SIAQESXgoVdXNlcl9kaXNjb3ZlcnlfdXBkYXRlGBcgASgLMiUuRW5jcnlwdGVkQ29u'
|
|
'dGVudC5Vc2VyRGlzY292ZXJ5VXBkYXRlSBVSE3VzZXJEaXNjb3ZlcnlVcGRhdGWIAQESYQoWa2'
|
|
'V5X3ZlcmlmaWNhdGlvbl9wcm9vZhgYIAEoCzImLkVuY3J5cHRlZENvbnRlbnQuS2V5VmVyaWZp'
|
|
'Y2F0aW9uUHJvb2ZIFlIUa2V5VmVyaWZpY2F0aW9uUHJvb2aIAQEa8AEKDUVycm9yTWVzc2FnZX'
|
|
'MSOAoEdHlwZRgBIAEoDjIkLkVuY3J5cHRlZENvbnRlbnQuRXJyb3JNZXNzYWdlcy5UeXBlUgR0'
|
|
'eXBlEiwKEnJlbGF0ZWRfcmVjZWlwdF9pZBgCIAEoCVIQcmVsYXRlZFJlY2VpcHRJZCJ3CgRUeX'
|
|
'BlEjwKOEVSUk9SX1BST0NFU1NJTkdfTUVTU0FHRV9DUkVBVEVEX0FDQ09VTlRfUkVRVUVTVF9J'
|
|
'TlNURUFEEAASGAoUVU5LTk9XTl9NRVNTQUdFX1RZUEUQAhIXChNTRVNTSU9OX09VVF9PRl9TWU'
|
|
'5DEAMaVAoLR3JvdXBDcmVhdGUSGwoJc3RhdGVfa2V5GAMgASgMUghzdGF0ZUtleRIoChBncm91'
|
|
'cF9wdWJsaWNfa2V5GAQgASgMUg5ncm91cFB1YmxpY0tleRo1CglHcm91cEpvaW4SKAoQZ3JvdX'
|
|
'BfcHVibGljX2tleRgBIAEoDFIOZ3JvdXBQdWJsaWNLZXkaFgoUUmVzZW5kR3JvdXBQdWJsaWNL'
|
|
'ZXkayAIKC0dyb3VwVXBkYXRlEioKEWdyb3VwX2FjdGlvbl90eXBlGAEgASgJUg9ncm91cEFjdG'
|
|
'lvblR5cGUSMwoTYWZmZWN0ZWRfY29udGFjdF9pZBgCIAEoA0gAUhFhZmZlY3RlZENvbnRhY3RJ'
|
|
'ZIgBARIpCg5uZXdfZ3JvdXBfbmFtZRgDIAEoCUgBUgxuZXdHcm91cE5hbWWIAQESVwombmV3X2'
|
|
'RlbGV0ZV9tZXNzYWdlc19hZnRlcl9taWxsaXNlY29uZHMYBCABKANIAlIibmV3RGVsZXRlTWVz'
|
|
'c2FnZXNBZnRlck1pbGxpc2Vjb25kc4gBAUIWChRfYWZmZWN0ZWRfY29udGFjdF9pZEIRCg9fbm'
|
|
'V3X2dyb3VwX25hbWVCKQonX25ld19kZWxldGVfbWVzc2FnZXNfYWZ0ZXJfbWlsbGlzZWNvbmRz'
|
|
'Gq8BCgtUZXh0TWVzc2FnZRIqChFzZW5kZXJfbWVzc2FnZV9pZBgBIAEoCVIPc2VuZGVyTWVzc2'
|
|
'FnZUlkEhIKBHRleHQYAiABKAlSBHRleHQSHAoJdGltZXN0YW1wGAMgASgDUgl0aW1lc3RhbXAS'
|
|
'LQoQcXVvdGVfbWVzc2FnZV9pZBgEIAEoCUgAUg5xdW90ZU1lc3NhZ2VJZIgBAUITChFfcXVvdG'
|
|
'VfbWVzc2FnZV9pZBrOAQoVQWRkaXRpb25hbERhdGFNZXNzYWdlEioKEXNlbmRlcl9tZXNzYWdl'
|
|
'X2lkGAEgASgJUg9zZW5kZXJNZXNzYWdlSWQSHAoJdGltZXN0YW1wGAIgASgDUgl0aW1lc3RhbX'
|
|
'ASEgoEdHlwZRgDIAEoCVIEdHlwZRI7ChdhZGRpdGlvbmFsX21lc3NhZ2VfZGF0YRgEIAEoDEgA'
|
|
'UhVhZGRpdGlvbmFsTWVzc2FnZURhdGGIAQFCGgoYX2FkZGl0aW9uYWxfbWVzc2FnZV9kYXRhGm'
|
|
'QKCFJlYWN0aW9uEioKEXRhcmdldF9tZXNzYWdlX2lkGAEgASgJUg90YXJnZXRNZXNzYWdlSWQS'
|
|
'FAoFZW1vamkYAiABKAlSBWVtb2ppEhYKBnJlbW92ZRgDIAEoCFIGcmVtb3ZlGr4CCg1NZXNzYW'
|
|
'dlVXBkYXRlEjgKBHR5cGUYASABKA4yJC5FbmNyeXB0ZWRDb250ZW50Lk1lc3NhZ2VVcGRhdGUu'
|
|
'VHlwZVIEdHlwZRIvChFzZW5kZXJfbWVzc2FnZV9pZBgCIAEoCUgAUg9zZW5kZXJNZXNzYWdlSW'
|
|
'SIAQESPQobbXVsdGlwbGVfdGFyZ2V0X21lc3NhZ2VfaWRzGAMgAygJUhhtdWx0aXBsZVRhcmdl'
|
|
'dE1lc3NhZ2VJZHMSFwoEdGV4dBgEIAEoCUgBUgR0ZXh0iAEBEhwKCXRpbWVzdGFtcBgFIAEoA1'
|
|
'IJdGltZXN0YW1wIi0KBFR5cGUSCgoGREVMRVRFEAASDQoJRURJVF9URVhUEAESCgoGT1BFTkVE'
|
|
'EAJCFAoSX3NlbmRlcl9tZXNzYWdlX2lkQgcKBV90ZXh0GoUGCgVNZWRpYRIqChFzZW5kZXJfbW'
|
|
'Vzc2FnZV9pZBgBIAEoCVIPc2VuZGVyTWVzc2FnZUlkEjAKBHR5cGUYAiABKA4yHC5FbmNyeXB0'
|
|
'ZWRDb250ZW50Lk1lZGlhLlR5cGVSBHR5cGUSRgodZGlzcGxheV9saW1pdF9pbl9taWxsaXNlY2'
|
|
'9uZHMYAyABKANIAFIaZGlzcGxheUxpbWl0SW5NaWxsaXNlY29uZHOIAQESNwoXcmVxdWlyZXNf'
|
|
'YXV0aGVudGljYXRpb24YBCABKAhSFnJlcXVpcmVzQXV0aGVudGljYXRpb24SHAoJdGltZXN0YW'
|
|
'1wGAUgASgDUgl0aW1lc3RhbXASLQoQcXVvdGVfbWVzc2FnZV9pZBgGIAEoCUgBUg5xdW90ZU1l'
|
|
'c3NhZ2VJZIgBARIqCg5kb3dubG9hZF90b2tlbhgHIAEoDEgCUg1kb3dubG9hZFRva2VuiAEBEi'
|
|
'oKDmVuY3J5cHRpb25fa2V5GAggASgMSANSDWVuY3J5cHRpb25LZXmIAQESKgoOZW5jcnlwdGlv'
|
|
'bl9tYWMYCSABKAxIBFINZW5jcnlwdGlvbk1hY4gBARIuChBlbmNyeXB0aW9uX25vbmNlGAogAS'
|
|
'gMSAVSD2VuY3J5cHRpb25Ob25jZYgBARI7ChdhZGRpdGlvbmFsX21lc3NhZ2VfZGF0YRgLIAEo'
|
|
'DEgGUhVhZGRpdGlvbmFsTWVzc2FnZURhdGGIAQEiPgoEVHlwZRIMCghSRVVQTE9BRBAAEgkKBU'
|
|
'lNQUdFEAESCQoFVklERU8QAhIHCgNHSUYQAxIJCgVBVURJTxAEQiAKHl9kaXNwbGF5X2xpbWl0'
|
|
'X2luX21pbGxpc2Vjb25kc0ITChFfcXVvdGVfbWVzc2FnZV9pZEIRCg9fZG93bmxvYWRfdG9rZW'
|
|
'5CEQoPX2VuY3J5cHRpb25fa2V5QhEKD19lbmNyeXB0aW9uX21hY0ITChFfZW5jcnlwdGlvbl9u'
|
|
'b25jZUIaChhfYWRkaXRpb25hbF9tZXNzYWdlX2RhdGEaqQEKC01lZGlhVXBkYXRlEjYKBHR5cG'
|
|
'UYASABKA4yIi5FbmNyeXB0ZWRDb250ZW50Lk1lZGlhVXBkYXRlLlR5cGVSBHR5cGUSKgoRdGFy'
|
|
'Z2V0X21lc3NhZ2VfaWQYAiABKAlSD3RhcmdldE1lc3NhZ2VJZCI2CgRUeXBlEgwKCFJFT1BFTk'
|
|
'VEEAASCgoGU1RPUkVEEAESFAoQREVDUllQVElPTl9FUlJPUhACGngKDkNvbnRhY3RSZXF1ZXN0'
|
|
'EjkKBHR5cGUYASABKA4yJS5FbmNyeXB0ZWRDb250ZW50LkNvbnRhY3RSZXF1ZXN0LlR5cGVSBH'
|
|
'R5cGUiKwoEVHlwZRILCgdSRVFVRVNUEAASCgoGUkVKRUNUEAESCgoGQUNDRVBUEAIapAIKDUNv'
|
|
'bnRhY3RVcGRhdGUSOAoEdHlwZRgBIAEoDjIkLkVuY3J5cHRlZENvbnRlbnQuQ29udGFjdFVwZG'
|
|
'F0ZS5UeXBlUgR0eXBlEjcKFWF2YXRhcl9zdmdfY29tcHJlc3NlZBgCIAEoDEgAUhNhdmF0YXJT'
|
|
'dmdDb21wcmVzc2VkiAEBEh8KCHVzZXJuYW1lGAMgASgJSAFSCHVzZXJuYW1liAEBEiYKDGRpc3'
|
|
'BsYXlfbmFtZRgEIAEoCUgCUgtkaXNwbGF5TmFtZYgBASIfCgRUeXBlEgsKB1JFUVVFU1QQABIK'
|
|
'CgZVUERBVEUQAUIYChZfYXZhdGFyX3N2Z19jb21wcmVzc2VkQgsKCV91c2VybmFtZUIPCg1fZG'
|
|
'lzcGxheV9uYW1lGtkBCghQdXNoS2V5cxIzCgR0eXBlGAEgASgOMh8uRW5jcnlwdGVkQ29udGVu'
|
|
'dC5QdXNoS2V5cy5UeXBlUgR0eXBlEhoKBmtleV9pZBgCIAEoA0gAUgVrZXlJZIgBARIVCgNrZX'
|
|
'kYAyABKAxIAVIDa2V5iAEBEiIKCmNyZWF0ZWRfYXQYBCABKANIAlIJY3JlYXRlZEF0iAEBIh8K'
|
|
'BFR5cGUSCwoHUkVRVUVTVBAAEgoKBlVQREFURRABQgkKB19rZXlfaWRCBgoEX2tleUINCgtfY3'
|
|
'JlYXRlZF9hdBqvAQoJRmxhbWVTeW5jEiMKDWZsYW1lX2NvdW50ZXIYASABKANSDGZsYW1lQ291'
|
|
'bnRlchI5ChlsYXN0X2ZsYW1lX2NvdW50ZXJfY2hhbmdlGAIgASgDUhZsYXN0RmxhbWVDb3VudG'
|
|
'VyQ2hhbmdlEh8KC2Jlc3RfZnJpZW5kGAMgASgIUgpiZXN0RnJpZW5kEiEKDGZvcmNlX3VwZGF0'
|
|
'ZRgEIAEoCFILZm9yY2VVcGRhdGUaTQoPVHlwaW5nSW5kaWNhdG9yEhsKCWlzX3R5cGluZxgBIA'
|
|
'EoCFIIaXNUeXBpbmcSHQoKY3JlYXRlZF9hdBgCIAEoA1IJY3JlYXRlZEF0Gj8KFFVzZXJEaXNj'
|
|
'b3ZlcnlSZXF1ZXN0EicKD2N1cnJlbnRfdmVyc2lvbhgBIAEoDFIOY3VycmVudFZlcnNpb24aMQ'
|
|
'oTVXNlckRpc2NvdmVyeVVwZGF0ZRIaCghtZXNzYWdlcxgBIAMoDFIIbWVzc2FnZXMaPQoUS2V5'
|
|
'VmVyaWZpY2F0aW9uUHJvb2YSJQoOY2FsY3VsYXRlZF9tYWMYASABKAxSDWNhbGN1bGF0ZWRNYW'
|
|
'NCCwoJX2dyb3VwX2lkQhEKD19pc19kaXJlY3RfY2hhdEIZChdfc2VuZGVyX3Byb2ZpbGVfY291'
|
|
'bnRlckIgCh5fc2VuZGVyX3VzZXJfZGlzY292ZXJ5X3ZlcnNpb25CEQoPX21lc3NhZ2VfdXBkYX'
|
|
'RlQggKBl9tZWRpYUIPCg1fbWVkaWFfdXBkYXRlQhEKD19jb250YWN0X3VwZGF0ZUISChBfY29u'
|
|
'dGFjdF9yZXF1ZXN0Qg0KC19mbGFtZV9zeW5jQgwKCl9wdXNoX2tleXNCCwoJX3JlYWN0aW9uQg'
|
|
'8KDV90ZXh0X21lc3NhZ2VCDwoNX2dyb3VwX2NyZWF0ZUINCgtfZ3JvdXBfam9pbkIPCg1fZ3Jv'
|
|
'dXBfdXBkYXRlQhoKGF9yZXNlbmRfZ3JvdXBfcHVibGljX2tleUIRCg9fZXJyb3JfbWVzc2FnZX'
|
|
'NCGgoYX2FkZGl0aW9uYWxfZGF0YV9tZXNzYWdlQhMKEV90eXBpbmdfaW5kaWNhdG9yQhkKF191'
|
|
'c2VyX2Rpc2NvdmVyeV9yZXF1ZXN0QhgKFl91c2VyX2Rpc2NvdmVyeV91cGRhdGVCGQoXX2tleV'
|
|
'92ZXJpZmljYXRpb25fcHJvb2Y=');
|