diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e31bde6..ff0de554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # CHANGELOG -Lib version: 1.12.0-SNAPSHOT-251023114256 +Lib version: 1.12.0-SNAPSHOT-251023114520 diff --git a/lib/proj.pb.dart b/lib/proj.pb.dart index f119787b..ea1352f9 100644 --- a/lib/proj.pb.dart +++ b/lib/proj.pb.dart @@ -1249,7 +1249,7 @@ class IDName extends $pb.GeneratedMessage { $core.bool? isDisplayed, $core.String? partnerID, $core.String? defaultLanguageISO6391, - $3.ProjectType? type, + $3.ProjectType? projectType, }) { final result = create(); if (iD != null) result.iD = iD; @@ -1257,7 +1257,7 @@ class IDName extends $pb.GeneratedMessage { if (isDisplayed != null) result.isDisplayed = isDisplayed; if (partnerID != null) result.partnerID = partnerID; if (defaultLanguageISO6391 != null) result.defaultLanguageISO6391 = defaultLanguageISO6391; - if (type != null) result.type = type; + if (projectType != null) result.projectType = projectType; return result; } @@ -1272,7 +1272,7 @@ class IDName extends $pb.GeneratedMessage { ..aOB(3, _omitFieldNames ? '' : 'IsDisplayed', protoName: 'IsDisplayed') ..aOS(4, _omitFieldNames ? '' : 'PartnerID', protoName: 'PartnerID') ..aOS(5, _omitFieldNames ? '' : 'DefaultLanguageISO6391', protoName: 'DefaultLanguageISO6391') - ..e<$3.ProjectType>(6, _omitFieldNames ? '' : 'Type', $pb.PbFieldType.OE, protoName: 'Type', defaultOrMaker: $3.ProjectType.PROJECT_TYPE_UNKNOWN, valueOf: $3.ProjectType.valueOf, enumValues: $3.ProjectType.values) + ..e<$3.ProjectType>(6, _omitFieldNames ? '' : 'ProjectType', $pb.PbFieldType.OE, protoName: 'ProjectType', defaultOrMaker: $3.ProjectType.PROJECT_TYPE_UNKNOWN, valueOf: $3.ProjectType.valueOf, enumValues: $3.ProjectType.values) ..hasRequiredFields = false ; @@ -1339,13 +1339,13 @@ class IDName extends $pb.GeneratedMessage { void clearDefaultLanguageISO6391() => $_clearField(5); @$pb.TagNumber(6) - $3.ProjectType get type => $_getN(5); + $3.ProjectType get projectType => $_getN(5); @$pb.TagNumber(6) - set type($3.ProjectType value) => $_setField(6, value); + set projectType($3.ProjectType value) => $_setField(6, value); @$pb.TagNumber(6) - $core.bool hasType() => $_has(5); + $core.bool hasProjectType() => $_has(5); @$pb.TagNumber(6) - void clearType() => $_clearField(6); + void clearProjectType() => $_clearField(6); } class MyContext extends $pb.GeneratedMessage { diff --git a/lib/proj.pbjson.dart b/lib/proj.pbjson.dart index a7afb7d0..d6415d30 100644 --- a/lib/proj.pbjson.dart +++ b/lib/proj.pbjson.dart @@ -366,7 +366,7 @@ const IDName$json = { {'1': 'IsDisplayed', '3': 3, '4': 1, '5': 8, '10': 'IsDisplayed'}, {'1': 'PartnerID', '3': 4, '4': 1, '5': 9, '10': 'PartnerID'}, {'1': 'DefaultLanguageISO6391', '3': 5, '4': 1, '5': 9, '10': 'DefaultLanguageISO6391'}, - {'1': 'Type', '3': 6, '4': 1, '5': 14, '6': '.api.ProjectType', '10': 'Type'}, + {'1': 'ProjectType', '3': 6, '4': 1, '5': 14, '6': '.api.ProjectType', '10': 'ProjectType'}, ], }; @@ -374,8 +374,8 @@ const IDName$json = { final $typed_data.Uint8List iDNameDescriptor = $convert.base64Decode( 'CgZJRE5hbWUSDgoCSUQYASABKAlSAklEEhIKBE5hbWUYAiABKAlSBE5hbWUSIAoLSXNEaXNwbG' 'F5ZWQYAyABKAhSC0lzRGlzcGxheWVkEhwKCVBhcnRuZXJJRBgEIAEoCVIJUGFydG5lcklEEjYK' - 'FkRlZmF1bHRMYW5ndWFnZUlTTzYzOTEYBSABKAlSFkRlZmF1bHRMYW5ndWFnZUlTTzYzOTESJA' - 'oEVHlwZRgGIAEoDjIQLmFwaS5Qcm9qZWN0VHlwZVIEVHlwZQ=='); + 'FkRlZmF1bHRMYW5ndWFnZUlTTzYzOTEYBSABKAlSFkRlZmF1bHRMYW5ndWFnZUlTTzYzOTESMg' + 'oLUHJvamVjdFR5cGUYBiABKA4yEC5hcGkuUHJvamVjdFR5cGVSC1Byb2plY3RUeXBl'); @$core.Deprecated('Use myContextDescriptor instead') const MyContext$json = { diff --git a/pubspec.yaml b/pubspec.yaml index 786d4a99..fa5a183e 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.12.0-SNAPSHOT-251023114256 +version: 1.12.0-SNAPSHOT-251023114520 homepage: '' publish_to: '' repository: ''