omemo_dart/lib/protobuf/schema.pbjson.dart

61 lines
2.6 KiB
Dart
Raw Normal View History

2022-09-18 13:56:09 +00:00
///
// Generated code. Do not modify.
// source: schema.proto
//
// @dart = 2.12
// ignore_for_file: annotate_overrides,camel_case_types,constant_identifier_names,deprecated_member_use_from_same_package,directives_ordering,library_prefixes,non_constant_identifier_names,prefer_final_fields,return_of_invalid_type,unnecessary_const,unnecessary_import,unnecessary_this,unused_import,unused_shown_name
import 'dart:core' as $core;
import 'dart:convert' as $convert;
import 'dart:typed_data' as $typed_data;
2023-06-12 17:20:43 +00:00
2022-09-18 13:56:09 +00:00
@$core.Deprecated('Use oMEMOMessageDescriptor instead')
2023-06-12 17:20:43 +00:00
const OMEMOMessage$json = {
2022-09-18 13:56:09 +00:00
'1': 'OMEMOMessage',
2023-06-12 17:20:43 +00:00
'2': [
{'1': 'n', '3': 1, '4': 2, '5': 13, '10': 'n'},
{'1': 'pn', '3': 2, '4': 2, '5': 13, '10': 'pn'},
{'1': 'dh_pub', '3': 3, '4': 2, '5': 12, '10': 'dhPub'},
{'1': 'ciphertext', '3': 4, '4': 1, '5': 12, '10': 'ciphertext'},
2022-09-18 13:56:09 +00:00
],
};
/// Descriptor for `OMEMOMessage`. Decode as a `google.protobuf.DescriptorProto`.
2023-06-12 17:20:43 +00:00
final $typed_data.Uint8List oMEMOMessageDescriptor = $convert.base64Decode(
'CgxPTUVNT01lc3NhZ2USDAoBbhgBIAIoDVIBbhIOCgJwbhgCIAIoDVICcG4SFQoGZGhfcHViGAMgAigMUgVkaFB1YhIeCgpjaXBoZXJ0ZXh0GAQgASgMUgpjaXBoZXJ0ZXh0');
2022-09-18 13:56:09 +00:00
@$core.Deprecated('Use oMEMOAuthenticatedMessageDescriptor instead')
2023-06-12 17:20:43 +00:00
const OMEMOAuthenticatedMessage$json = {
2022-09-18 13:56:09 +00:00
'1': 'OMEMOAuthenticatedMessage',
2023-06-12 17:20:43 +00:00
'2': [
{'1': 'mac', '3': 1, '4': 2, '5': 12, '10': 'mac'},
{'1': 'message', '3': 2, '4': 2, '5': 12, '10': 'message'},
2022-09-18 13:56:09 +00:00
],
};
/// Descriptor for `OMEMOAuthenticatedMessage`. Decode as a `google.protobuf.DescriptorProto`.
2023-06-12 17:20:43 +00:00
final $typed_data.Uint8List oMEMOAuthenticatedMessageDescriptor =
$convert.base64Decode(
'ChlPTUVNT0F1dGhlbnRpY2F0ZWRNZXNzYWdlEhAKA21hYxgBIAIoDFIDbWFjEhgKB21lc3NhZ2UYAiACKAxSB21lc3NhZ2U=');
2022-09-18 13:56:09 +00:00
@$core.Deprecated('Use oMEMOKeyExchangeDescriptor instead')
2023-06-12 17:20:43 +00:00
const OMEMOKeyExchange$json = {
2022-09-18 13:56:09 +00:00
'1': 'OMEMOKeyExchange',
2023-06-12 17:20:43 +00:00
'2': [
{'1': 'pk_id', '3': 1, '4': 2, '5': 13, '10': 'pkId'},
{'1': 'spk_id', '3': 2, '4': 2, '5': 13, '10': 'spkId'},
{'1': 'ik', '3': 3, '4': 2, '5': 12, '10': 'ik'},
{'1': 'ek', '3': 4, '4': 2, '5': 12, '10': 'ek'},
{
'1': 'message',
'3': 5,
'4': 2,
'5': 11,
'6': '.OMEMOAuthenticatedMessage',
'10': 'message'
},
2022-09-18 13:56:09 +00:00
],
};
/// Descriptor for `OMEMOKeyExchange`. Decode as a `google.protobuf.DescriptorProto`.
2023-06-12 17:20:43 +00:00
final $typed_data.Uint8List oMEMOKeyExchangeDescriptor = $convert.base64Decode(
'ChBPTUVNT0tleUV4Y2hhbmdlEhMKBXBrX2lkGAEgAigNUgRwa0lkEhUKBnNwa19pZBgCIAIoDVIFc3BrSWQSDgoCaWsYAyACKAxSAmlrEg4KAmVrGAQgAigMUgJlaxI0CgdtZXNzYWdlGAUgAigLMhouT01FTU9BdXRoZW50aWNhdGVkTWVzc2FnZVIHbWVzc2FnZQ==');