mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-05-25 02:12:13 +00:00
1015 lines
29 KiB
Dart
1015 lines
29 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, 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
|
|
},
|
|
],
|
|
'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
|
|
],
|
|
'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'},
|
|
],
|
|
};
|
|
|
|
@$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'},
|
|
],
|
|
};
|
|
|
|
/// 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'
|
|
'dGVudC5Vc2VyRGlzY292ZXJ5VXBkYXRlSBVSE3VzZXJEaXNjb3ZlcnlVcGRhdGWIAQEa8AEKDU'
|
|
'Vycm9yTWVzc2FnZXMSOAoEdHlwZRgBIAEoDjIkLkVuY3J5cHRlZENvbnRlbnQuRXJyb3JNZXNz'
|
|
'YWdlcy5UeXBlUgR0eXBlEiwKEnJlbGF0ZWRfcmVjZWlwdF9pZBgCIAEoCVIQcmVsYXRlZFJlY2'
|
|
'VpcHRJZCJ3CgRUeXBlEjwKOEVSUk9SX1BST0NFU1NJTkdfTUVTU0FHRV9DUkVBVEVEX0FDQ09V'
|
|
'TlRfUkVRVUVTVF9JTlNURUFEEAASGAoUVU5LTk9XTl9NRVNTQUdFX1RZUEUQAhIXChNTRVNTSU'
|
|
'9OX09VVF9PRl9TWU5DEAMaVAoLR3JvdXBDcmVhdGUSGwoJc3RhdGVfa2V5GAMgASgMUghzdGF0'
|
|
'ZUtleRIoChBncm91cF9wdWJsaWNfa2V5GAQgASgMUg5ncm91cFB1YmxpY0tleRo1CglHcm91cE'
|
|
'pvaW4SKAoQZ3JvdXBfcHVibGljX2tleRgBIAEoDFIOZ3JvdXBQdWJsaWNLZXkaFgoUUmVzZW5k'
|
|
'R3JvdXBQdWJsaWNLZXkayAIKC0dyb3VwVXBkYXRlEioKEWdyb3VwX2FjdGlvbl90eXBlGAEgAS'
|
|
'gJUg9ncm91cEFjdGlvblR5cGUSMwoTYWZmZWN0ZWRfY29udGFjdF9pZBgCIAEoA0gAUhFhZmZl'
|
|
'Y3RlZENvbnRhY3RJZIgBARIpCg5uZXdfZ3JvdXBfbmFtZRgDIAEoCUgBUgxuZXdHcm91cE5hbW'
|
|
'WIAQESVwombmV3X2RlbGV0ZV9tZXNzYWdlc19hZnRlcl9taWxsaXNlY29uZHMYBCABKANIAlIi'
|
|
'bmV3RGVsZXRlTWVzc2FnZXNBZnRlck1pbGxpc2Vjb25kc4gBAUIWChRfYWZmZWN0ZWRfY29udG'
|
|
'FjdF9pZEIRCg9fbmV3X2dyb3VwX25hbWVCKQonX25ld19kZWxldGVfbWVzc2FnZXNfYWZ0ZXJf'
|
|
'bWlsbGlzZWNvbmRzGq8BCgtUZXh0TWVzc2FnZRIqChFzZW5kZXJfbWVzc2FnZV9pZBgBIAEoCV'
|
|
'IPc2VuZGVyTWVzc2FnZUlkEhIKBHRleHQYAiABKAlSBHRleHQSHAoJdGltZXN0YW1wGAMgASgD'
|
|
'Ugl0aW1lc3RhbXASLQoQcXVvdGVfbWVzc2FnZV9pZBgEIAEoCUgAUg5xdW90ZU1lc3NhZ2VJZI'
|
|
'gBAUITChFfcXVvdGVfbWVzc2FnZV9pZBrOAQoVQWRkaXRpb25hbERhdGFNZXNzYWdlEioKEXNl'
|
|
'bmRlcl9tZXNzYWdlX2lkGAEgASgJUg9zZW5kZXJNZXNzYWdlSWQSHAoJdGltZXN0YW1wGAIgAS'
|
|
'gDUgl0aW1lc3RhbXASEgoEdHlwZRgDIAEoCVIEdHlwZRI7ChdhZGRpdGlvbmFsX21lc3NhZ2Vf'
|
|
'ZGF0YRgEIAEoDEgAUhVhZGRpdGlvbmFsTWVzc2FnZURhdGGIAQFCGgoYX2FkZGl0aW9uYWxfbW'
|
|
'Vzc2FnZV9kYXRhGmQKCFJlYWN0aW9uEioKEXRhcmdldF9tZXNzYWdlX2lkGAEgASgJUg90YXJn'
|
|
'ZXRNZXNzYWdlSWQSFAoFZW1vamkYAiABKAlSBWVtb2ppEhYKBnJlbW92ZRgDIAEoCFIGcmVtb3'
|
|
'ZlGr4CCg1NZXNzYWdlVXBkYXRlEjgKBHR5cGUYASABKA4yJC5FbmNyeXB0ZWRDb250ZW50Lk1l'
|
|
'c3NhZ2VVcGRhdGUuVHlwZVIEdHlwZRIvChFzZW5kZXJfbWVzc2FnZV9pZBgCIAEoCUgAUg9zZW'
|
|
'5kZXJNZXNzYWdlSWSIAQESPQobbXVsdGlwbGVfdGFyZ2V0X21lc3NhZ2VfaWRzGAMgAygJUhht'
|
|
'dWx0aXBsZVRhcmdldE1lc3NhZ2VJZHMSFwoEdGV4dBgEIAEoCUgBUgR0ZXh0iAEBEhwKCXRpbW'
|
|
'VzdGFtcBgFIAEoA1IJdGltZXN0YW1wIi0KBFR5cGUSCgoGREVMRVRFEAASDQoJRURJVF9URVhU'
|
|
'EAESCgoGT1BFTkVEEAJCFAoSX3NlbmRlcl9tZXNzYWdlX2lkQgcKBV90ZXh0GoUGCgVNZWRpYR'
|
|
'IqChFzZW5kZXJfbWVzc2FnZV9pZBgBIAEoCVIPc2VuZGVyTWVzc2FnZUlkEjAKBHR5cGUYAiAB'
|
|
'KA4yHC5FbmNyeXB0ZWRDb250ZW50Lk1lZGlhLlR5cGVSBHR5cGUSRgodZGlzcGxheV9saW1pdF'
|
|
'9pbl9taWxsaXNlY29uZHMYAyABKANIAFIaZGlzcGxheUxpbWl0SW5NaWxsaXNlY29uZHOIAQES'
|
|
'NwoXcmVxdWlyZXNfYXV0aGVudGljYXRpb24YBCABKAhSFnJlcXVpcmVzQXV0aGVudGljYXRpb2'
|
|
'4SHAoJdGltZXN0YW1wGAUgASgDUgl0aW1lc3RhbXASLQoQcXVvdGVfbWVzc2FnZV9pZBgGIAEo'
|
|
'CUgBUg5xdW90ZU1lc3NhZ2VJZIgBARIqCg5kb3dubG9hZF90b2tlbhgHIAEoDEgCUg1kb3dubG'
|
|
'9hZFRva2VuiAEBEioKDmVuY3J5cHRpb25fa2V5GAggASgMSANSDWVuY3J5cHRpb25LZXmIAQES'
|
|
'KgoOZW5jcnlwdGlvbl9tYWMYCSABKAxIBFINZW5jcnlwdGlvbk1hY4gBARIuChBlbmNyeXB0aW'
|
|
'9uX25vbmNlGAogASgMSAVSD2VuY3J5cHRpb25Ob25jZYgBARI7ChdhZGRpdGlvbmFsX21lc3Nh'
|
|
'Z2VfZGF0YRgLIAEoDEgGUhVhZGRpdGlvbmFsTWVzc2FnZURhdGGIAQEiPgoEVHlwZRIMCghSRV'
|
|
'VQTE9BRBAAEgkKBUlNQUdFEAESCQoFVklERU8QAhIHCgNHSUYQAxIJCgVBVURJTxAEQiAKHl9k'
|
|
'aXNwbGF5X2xpbWl0X2luX21pbGxpc2Vjb25kc0ITChFfcXVvdGVfbWVzc2FnZV9pZEIRCg9fZG'
|
|
'93bmxvYWRfdG9rZW5CEQoPX2VuY3J5cHRpb25fa2V5QhEKD19lbmNyeXB0aW9uX21hY0ITChFf'
|
|
'ZW5jcnlwdGlvbl9ub25jZUIaChhfYWRkaXRpb25hbF9tZXNzYWdlX2RhdGEaqQEKC01lZGlhVX'
|
|
'BkYXRlEjYKBHR5cGUYASABKA4yIi5FbmNyeXB0ZWRDb250ZW50Lk1lZGlhVXBkYXRlLlR5cGVS'
|
|
'BHR5cGUSKgoRdGFyZ2V0X21lc3NhZ2VfaWQYAiABKAlSD3RhcmdldE1lc3NhZ2VJZCI2CgRUeX'
|
|
'BlEgwKCFJFT1BFTkVEEAASCgoGU1RPUkVEEAESFAoQREVDUllQVElPTl9FUlJPUhACGngKDkNv'
|
|
'bnRhY3RSZXF1ZXN0EjkKBHR5cGUYASABKA4yJS5FbmNyeXB0ZWRDb250ZW50LkNvbnRhY3RSZX'
|
|
'F1ZXN0LlR5cGVSBHR5cGUiKwoEVHlwZRILCgdSRVFVRVNUEAASCgoGUkVKRUNUEAESCgoGQUND'
|
|
'RVBUEAIapAIKDUNvbnRhY3RVcGRhdGUSOAoEdHlwZRgBIAEoDjIkLkVuY3J5cHRlZENvbnRlbn'
|
|
'QuQ29udGFjdFVwZGF0ZS5UeXBlUgR0eXBlEjcKFWF2YXRhcl9zdmdfY29tcHJlc3NlZBgCIAEo'
|
|
'DEgAUhNhdmF0YXJTdmdDb21wcmVzc2VkiAEBEh8KCHVzZXJuYW1lGAMgASgJSAFSCHVzZXJuYW'
|
|
'1liAEBEiYKDGRpc3BsYXlfbmFtZRgEIAEoCUgCUgtkaXNwbGF5TmFtZYgBASIfCgRUeXBlEgsK'
|
|
'B1JFUVVFU1QQABIKCgZVUERBVEUQAUIYChZfYXZhdGFyX3N2Z19jb21wcmVzc2VkQgsKCV91c2'
|
|
'VybmFtZUIPCg1fZGlzcGxheV9uYW1lGtkBCghQdXNoS2V5cxIzCgR0eXBlGAEgASgOMh8uRW5j'
|
|
'cnlwdGVkQ29udGVudC5QdXNoS2V5cy5UeXBlUgR0eXBlEhoKBmtleV9pZBgCIAEoA0gAUgVrZX'
|
|
'lJZIgBARIVCgNrZXkYAyABKAxIAVIDa2V5iAEBEiIKCmNyZWF0ZWRfYXQYBCABKANIAlIJY3Jl'
|
|
'YXRlZEF0iAEBIh8KBFR5cGUSCwoHUkVRVUVTVBAAEgoKBlVQREFURRABQgkKB19rZXlfaWRCBg'
|
|
'oEX2tleUINCgtfY3JlYXRlZF9hdBqvAQoJRmxhbWVTeW5jEiMKDWZsYW1lX2NvdW50ZXIYASAB'
|
|
'KANSDGZsYW1lQ291bnRlchI5ChlsYXN0X2ZsYW1lX2NvdW50ZXJfY2hhbmdlGAIgASgDUhZsYX'
|
|
'N0RmxhbWVDb3VudGVyQ2hhbmdlEh8KC2Jlc3RfZnJpZW5kGAMgASgIUgpiZXN0RnJpZW5kEiEK'
|
|
'DGZvcmNlX3VwZGF0ZRgEIAEoCFILZm9yY2VVcGRhdGUaTQoPVHlwaW5nSW5kaWNhdG9yEhsKCW'
|
|
'lzX3R5cGluZxgBIAEoCFIIaXNUeXBpbmcSHQoKY3JlYXRlZF9hdBgCIAEoA1IJY3JlYXRlZEF0'
|
|
'Gj8KFFVzZXJEaXNjb3ZlcnlSZXF1ZXN0EicKD2N1cnJlbnRfdmVyc2lvbhgBIAEoDFIOY3Vycm'
|
|
'VudFZlcnNpb24aMQoTVXNlckRpc2NvdmVyeVVwZGF0ZRIaCghtZXNzYWdlcxgBIAMoDFIIbWVz'
|
|
'c2FnZXNCCwoJX2dyb3VwX2lkQhEKD19pc19kaXJlY3RfY2hhdEIZChdfc2VuZGVyX3Byb2ZpbG'
|
|
'VfY291bnRlckIgCh5fc2VuZGVyX3VzZXJfZGlzY292ZXJ5X3ZlcnNpb25CEQoPX21lc3NhZ2Vf'
|
|
'dXBkYXRlQggKBl9tZWRpYUIPCg1fbWVkaWFfdXBkYXRlQhEKD19jb250YWN0X3VwZGF0ZUISCh'
|
|
'BfY29udGFjdF9yZXF1ZXN0Qg0KC19mbGFtZV9zeW5jQgwKCl9wdXNoX2tleXNCCwoJX3JlYWN0'
|
|
'aW9uQg8KDV90ZXh0X21lc3NhZ2VCDwoNX2dyb3VwX2NyZWF0ZUINCgtfZ3JvdXBfam9pbkIPCg'
|
|
'1fZ3JvdXBfdXBkYXRlQhoKGF9yZXNlbmRfZ3JvdXBfcHVibGljX2tleUIRCg9fZXJyb3JfbWVz'
|
|
'c2FnZXNCGgoYX2FkZGl0aW9uYWxfZGF0YV9tZXNzYWdlQhMKEV90eXBpbmdfaW5kaWNhdG9yQh'
|
|
'kKF191c2VyX2Rpc2NvdmVyeV9yZXF1ZXN0QhgKFl91c2VyX2Rpc2NvdmVyeV91cGRhdGU=');
|