diff --git a/CHANGELOG.md b/CHANGELOG.md index cd9cbb5f..c69782d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # CHANGELOG -Lib version: 1.13.0-SNAPSHOT-260306153507 +Lib version: 1.13.0-SNAPSHOT-260309102931 diff --git a/lib/translations.pbjson.dart b/lib/translations.pbjson.dart index 4f680a0c..05333d4f 100644 --- a/lib/translations.pbjson.dart +++ b/lib/translations.pbjson.dart @@ -18,15 +18,15 @@ import 'dart:typed_data' as $typed_data; const Translation$json = { '1': 'Translation', '2': [ - {'1': 'LanguageCode', '3': 1, '4': 1, '5': 9, '10': 'LanguageCode'}, + {'1': 'LanguageCode', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'LanguageCode'}, {'1': 'Translation', '3': 2, '4': 1, '5': 9, '10': 'Translation'}, ], }; /// Descriptor for `Translation`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List translationDescriptor = $convert.base64Decode( - 'CgtUcmFuc2xhdGlvbhIiCgxMYW5ndWFnZUNvZGUYASABKAlSDExhbmd1YWdlQ29kZRIgCgtUcm' - 'Fuc2xhdGlvbhgCIAEoCVILVHJhbnNsYXRpb24='); + 'CgtUcmFuc2xhdGlvbhIwCgxMYW5ndWFnZUNvZGUYASABKAlCDPpCCXIHEAIYA4ACAVIMTGFuZ3' + 'VhZ2VDb2RlEiAKC1RyYW5zbGF0aW9uGAIgASgJUgtUcmFuc2xhdGlvbg=='); @$core.Deprecated('Use translationsByContextDescriptor instead') const TranslationsByContext$json = { @@ -169,9 +169,9 @@ const ListTranslationsRequest$json = { /// Descriptor for `ListTranslationsRequest`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List listTranslationsRequestDescriptor = $convert.base64Decode( 'ChdMaXN0VHJhbnNsYXRpb25zUmVxdWVzdBI7CgZIZWFkZXIYASABKAsyGS5hcGkuUmVxdWVzdF' - 'Byb2plY3RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISKwoMTGFuZ3VhZ2VDb2RlGAIgASgJQgf6' - 'QgRyAhABUgxMYW5ndWFnZUNvZGU6TpJBSwpJMi9NZXNzYWdlIHJlcXVlc3QgZm9yIHRoZSBMaX' - 'N0VHJhbnNsYXRpb25zIG1ldGhvZNIBBkhlYWRlctIBDExhbmd1YWdlQ29kZQ=='); + 'Byb2plY3RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISMAoMTGFuZ3VhZ2VDb2RlGAIgASgJQgz6' + 'QglyBxACGAOAAgFSDExhbmd1YWdlQ29kZTpOkkFLCkkyL01lc3NhZ2UgcmVxdWVzdCBmb3IgdG' + 'hlIExpc3RUcmFuc2xhdGlvbnMgbWV0aG9k0gEGSGVhZGVy0gEMTGFuZ3VhZ2VDb2Rl'); @$core.Deprecated('Use listTranslationsResultDescriptor instead') const ListTranslationsResult$json = { diff --git a/pubspec.yaml b/pubspec.yaml index 103cf05f..ce09e115 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dart_core_sdk description: dart libs from core model proto files -version: 1.13.0-SNAPSHOT-260306153507 +version: 1.13.0-SNAPSHOT-260309102931 homepage: '' publish_to: '' repository: ''