mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-05-25 13:12:13 +00:00
51 lines
1.9 KiB
Dart
51 lines
1.9 KiB
Dart
// This is a generated file - do not edit.
|
|
//
|
|
// Generated from backup.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 twonlySafeBackupContentDescriptor instead')
|
|
const TwonlySafeBackupContent$json = {
|
|
'1': 'TwonlySafeBackupContent',
|
|
'2': [
|
|
{
|
|
'1': 'secureStorageJson',
|
|
'3': 1,
|
|
'4': 1,
|
|
'5': 9,
|
|
'10': 'secureStorageJson'
|
|
},
|
|
{'1': 'twonlyDatabase', '3': 2, '4': 1, '5': 12, '10': 'twonlyDatabase'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `TwonlySafeBackupContent`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List twonlySafeBackupContentDescriptor = $convert.base64Decode(
|
|
'ChdUd29ubHlTYWZlQmFja3VwQ29udGVudBIsChFzZWN1cmVTdG9yYWdlSnNvbhgBIAEoCVIRc2'
|
|
'VjdXJlU3RvcmFnZUpzb24SJgoOdHdvbmx5RGF0YWJhc2UYAiABKAxSDnR3b25seURhdGFiYXNl');
|
|
|
|
@$core.Deprecated('Use twonlySafeBackupEncryptedDescriptor instead')
|
|
const TwonlySafeBackupEncrypted$json = {
|
|
'1': 'TwonlySafeBackupEncrypted',
|
|
'2': [
|
|
{'1': 'mac', '3': 1, '4': 1, '5': 12, '10': 'mac'},
|
|
{'1': 'nonce', '3': 2, '4': 1, '5': 12, '10': 'nonce'},
|
|
{'1': 'cipherText', '3': 3, '4': 1, '5': 12, '10': 'cipherText'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `TwonlySafeBackupEncrypted`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List twonlySafeBackupEncryptedDescriptor =
|
|
$convert.base64Decode(
|
|
'ChlUd29ubHlTYWZlQmFja3VwRW5jcnlwdGVkEhAKA21hYxgBIAEoDFIDbWFjEhQKBW5vbmNlGA'
|
|
'IgASgMUgVub25jZRIeCgpjaXBoZXJUZXh0GAMgASgMUgpjaXBoZXJUZXh0');
|