Latest generation

This commit is contained in:
ci core model
2025-07-28 08:16:29 +00:00
parent b93d449e9d
commit ce3bb4413b
4 changed files with 18 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.11.0-SNAPSHOT-250723135241
Lib version: 1.11.0-SNAPSHOT-250728081546

View File

@@ -1332,12 +1332,14 @@ class DocumentByLanguage extends $pb.GeneratedMessage {
$core.String? languageCodeISO6391,
$core.String? uRI,
$core.String? fileName,
$core.String? longURI,
}) {
final result = create();
if (name != null) result.name = name;
if (languageCodeISO6391 != null) result.languageCodeISO6391 = languageCodeISO6391;
if (uRI != null) result.uRI = uRI;
if (fileName != null) result.fileName = fileName;
if (longURI != null) result.longURI = longURI;
return result;
}
@@ -1351,6 +1353,7 @@ class DocumentByLanguage extends $pb.GeneratedMessage {
..aOS(3, _omitFieldNames ? '' : 'LanguageCodeISO6391', protoName: 'LanguageCodeISO6391')
..aOS(4, _omitFieldNames ? '' : 'URI', protoName: 'URI')
..aOS(5, _omitFieldNames ? '' : 'FileName', protoName: 'FileName')
..aOS(6, _omitFieldNames ? '' : 'LongURI', protoName: 'LongURI')
..hasRequiredFields = false
;
@@ -1407,6 +1410,15 @@ class DocumentByLanguage extends $pb.GeneratedMessage {
$core.bool hasFileName() => $_has(3);
@$pb.TagNumber(5)
void clearFileName() => $_clearField(5);
@$pb.TagNumber(6)
$core.String get longURI => $_getSZ(4);
@$pb.TagNumber(6)
set longURI($core.String value) => $_setString(4, value);
@$pb.TagNumber(6)
$core.bool hasLongURI() => $_has(4);
@$pb.TagNumber(6)
void clearLongURI() => $_clearField(6);
}
/// Authorisation

View File

@@ -440,6 +440,7 @@ const DocumentByLanguage$json = {
{'1': 'URI', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'URI'},
{'1': 'LanguageCodeISO6391', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'LanguageCodeISO6391'},
{'1': 'FileName', '3': 5, '4': 1, '5': 9, '10': 'FileName'},
{'1': 'LongURI', '3': 6, '4': 1, '5': 9, '8': {}, '10': 'LongURI'},
],
};
@@ -450,7 +451,9 @@ final $typed_data.Uint8List documentByLanguageDescriptor = $convert.base64Decode
'NjM5MRgDIAEoCUJ/kkFwMmg8YSBocmVmPSdodHRwczovL2VuLndpa2lwZWRpYS5vcmcvd2lraS'
'9MaXN0X29mX0lTT182MzlfbGFuZ3VhZ2VfY29kZXMnPklTTyA2MzkgY29kZTwvYT4gbWVzc2Fn'
'ZSBsYW5ndWFnZUoEImVuIvpCCXIHEAIYA4ACAVITTGFuZ3VhZ2VDb2RlSVNPNjM5MRIaCghGaW'
'xlTmFtZRgFIAEoCVIIRmlsZU5hbWU=');
'xlTmFtZRgFIAEoCVIIRmlsZU5hbWUSigEKB0xvbmdVUkkYBiABKAlCcJJBZjJkTG9uZyBVUkkg'
'b2YgdGhlIGRvY3VtZW50IGNvbnRhaW5pbmcgdGhlIGZpbGUgbmFtZSBpbiBvcmRlciB0byBkaX'
'NwbGF5IHRoZSBmaWxlIG5hbWUgaW4gYSB0YWIgYnJvd3NlcvpCBHICEAFSB0xvbmdVUkk=');
@$core.Deprecated('Use projectAuthorisationDescriptor instead')
const ProjectAuthorisation$json = {

View File

@@ -1,6 +1,6 @@
name: dart_core_sdk
description: dart libs from core model proto files
version: 1.11.0-SNAPSHOT-250723135241
version: 1.11.0-SNAPSHOT-250728081546
homepage: ''
publish_to: ''
repository: ''