From 9534397b24baf20e32284edaf00c87e2cea0b1ee Mon Sep 17 00:00:00 2001 From: ci core model Date: Mon, 26 May 2025 12:19:57 +0000 Subject: [PATCH] Latest generation --- CHANGELOG.md | 2 +- lib/slotbooking.pb.dart | 45 ++++++++++++++++++------------------- lib/slotbooking.pbjson.dart | 18 +++++++-------- pubspec.yaml | 2 +- 4 files changed, 33 insertions(+), 34 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 831f4ee3..dc338f07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # CHANGELOG -Lib version: 1.11.0-SNAPSHOT-250526121336 +Lib version: 1.11.0-SNAPSHOT-250526121934 diff --git a/lib/slotbooking.pb.dart b/lib/slotbooking.pb.dart index 5ad2535e..0af2cb78 100644 --- a/lib/slotbooking.pb.dart +++ b/lib/slotbooking.pb.dart @@ -1200,7 +1200,7 @@ class CarrierInformation extends $pb.GeneratedMessage { class CarrierInformationWithValue extends $pb.GeneratedMessage { factory CarrierInformationWithValue({ CarrierInformation? carrierInformation, - $3.ValueType? value, + $core.String? value, }) { final $result = create(); if (carrierInformation != null) { @@ -1217,7 +1217,7 @@ class CarrierInformationWithValue extends $pb.GeneratedMessage { static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CarrierInformationWithValue', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) ..aOM(1, _omitFieldNames ? '' : 'CarrierInformation', protoName: 'CarrierInformation', subBuilder: CarrierInformation.create) - ..aOM<$3.ValueType>(2, _omitFieldNames ? '' : 'Value', protoName: 'Value', subBuilder: $3.ValueType.create) + ..aOS(2, _omitFieldNames ? '' : 'Value', protoName: 'Value') ..hasRequiredFields = false ; @@ -1248,15 +1248,13 @@ class CarrierInformationWithValue extends $pb.GeneratedMessage { CarrierInformation ensureCarrierInformation() => $_ensure(0); @$pb.TagNumber(2) - $3.ValueType get value => $_getN(1); + $core.String get value => $_getSZ(1); @$pb.TagNumber(2) - set value($3.ValueType v) { $_setField(2, v); } + set value($core.String v) { $_setString(1, v); } @$pb.TagNumber(2) $core.bool hasValue() => $_has(1); @$pb.TagNumber(2) void clearValue() => $_clearField(2); - @$pb.TagNumber(2) - $3.ValueType ensureValue() => $_ensure(1); } /// Document @@ -1330,19 +1328,19 @@ class Document extends $pb.GeneratedMessage { class DocumentByLanguage extends $pb.GeneratedMessage { factory DocumentByLanguage({ $core.String? name, - $core.List<$core.int>? doc, $core.String? languageCodeISO6391, + $core.String? uRI, }) { final $result = create(); if (name != null) { $result.name = name; } - if (doc != null) { - $result.doc = doc; - } if (languageCodeISO6391 != null) { $result.languageCodeISO6391 = languageCodeISO6391; } + if (uRI != null) { + $result.uRI = uRI; + } return $result; } DocumentByLanguage._() : super(); @@ -1351,8 +1349,8 @@ class DocumentByLanguage extends $pb.GeneratedMessage { static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'DocumentByLanguage', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) ..aOS(1, _omitFieldNames ? '' : 'Name', protoName: 'Name') - ..a<$core.List<$core.int>>(2, _omitFieldNames ? '' : 'Doc', $pb.PbFieldType.OY, protoName: 'Doc') ..aOS(3, _omitFieldNames ? '' : 'LanguageCodeISO6391', protoName: 'LanguageCodeISO6391') + ..aOS(4, _omitFieldNames ? '' : 'URI', protoName: 'URI') ..hasRequiredFields = false ; @@ -1380,23 +1378,24 @@ class DocumentByLanguage extends $pb.GeneratedMessage { @$pb.TagNumber(1) void clearName() => $_clearField(1); - @$pb.TagNumber(2) - $core.List<$core.int> get doc => $_getN(1); - @$pb.TagNumber(2) - set doc($core.List<$core.int> v) { $_setBytes(1, v); } - @$pb.TagNumber(2) - $core.bool hasDoc() => $_has(1); - @$pb.TagNumber(2) - void clearDoc() => $_clearField(2); - @$pb.TagNumber(3) - $core.String get languageCodeISO6391 => $_getSZ(2); + $core.String get languageCodeISO6391 => $_getSZ(1); @$pb.TagNumber(3) - set languageCodeISO6391($core.String v) { $_setString(2, v); } + set languageCodeISO6391($core.String v) { $_setString(1, v); } @$pb.TagNumber(3) - $core.bool hasLanguageCodeISO6391() => $_has(2); + $core.bool hasLanguageCodeISO6391() => $_has(1); @$pb.TagNumber(3) void clearLanguageCodeISO6391() => $_clearField(3); + + /// bytes Doc = 2; + @$pb.TagNumber(4) + $core.String get uRI => $_getSZ(2); + @$pb.TagNumber(4) + set uRI($core.String v) { $_setString(2, v); } + @$pb.TagNumber(4) + $core.bool hasURI() => $_has(2); + @$pb.TagNumber(4) + void clearURI() => $_clearField(4); } /// Authorisation diff --git a/lib/slotbooking.pbjson.dart b/lib/slotbooking.pbjson.dart index 1b5229e7..56002959 100644 --- a/lib/slotbooking.pbjson.dart +++ b/lib/slotbooking.pbjson.dart @@ -389,15 +389,15 @@ const CarrierInformationWithValue$json = { '1': 'CarrierInformationWithValue', '2': [ {'1': 'CarrierInformation', '3': 1, '4': 1, '5': 11, '6': '.api.CarrierInformation', '10': 'CarrierInformation'}, - {'1': 'Value', '3': 2, '4': 1, '5': 11, '6': '.api.ValueType', '10': 'Value'}, + {'1': 'Value', '3': 2, '4': 1, '5': 9, '10': 'Value'}, ], }; /// Descriptor for `CarrierInformationWithValue`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List carrierInformationWithValueDescriptor = $convert.base64Decode( 'ChtDYXJyaWVySW5mb3JtYXRpb25XaXRoVmFsdWUSRwoSQ2FycmllckluZm9ybWF0aW9uGAEgAS' - 'gLMhcuYXBpLkNhcnJpZXJJbmZvcm1hdGlvblISQ2FycmllckluZm9ybWF0aW9uEiQKBVZhbHVl' - 'GAIgASgLMg4uYXBpLlZhbHVlVHlwZVIFVmFsdWU='); + 'gLMhcuYXBpLkNhcnJpZXJJbmZvcm1hdGlvblISQ2FycmllckluZm9ybWF0aW9uEhQKBVZhbHVl' + 'GAIgASgJUgVWYWx1ZQ=='); @$core.Deprecated('Use documentDescriptor instead') const Document$json = { @@ -420,18 +420,18 @@ const DocumentByLanguage$json = { '1': 'DocumentByLanguage', '2': [ {'1': 'Name', '3': 1, '4': 1, '5': 9, '10': 'Name'}, - {'1': 'Doc', '3': 2, '4': 1, '5': 12, '10': 'Doc'}, + {'1': 'URI', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'URI'}, {'1': 'LanguageCodeISO6391', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'LanguageCodeISO6391'}, ], }; /// Descriptor for `DocumentByLanguage`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List documentByLanguageDescriptor = $convert.base64Decode( - 'ChJEb2N1bWVudEJ5TGFuZ3VhZ2USEgoETmFtZRgBIAEoCVIETmFtZRIQCgNEb2MYAiABKAxSA0' - 'RvYxKxAQoTTGFuZ3VhZ2VDb2RlSVNPNjM5MRgDIAEoCUJ/kkFwMmg8YSBocmVmPSdodHRwczov' - 'L2VuLndpa2lwZWRpYS5vcmcvd2lraS9MaXN0X29mX0lTT182MzlfbGFuZ3VhZ2VfY29kZXMnPk' - 'lTTyA2MzkgY29kZTwvYT4gbWVzc2FnZSBsYW5ndWFnZUoEImVuIvpCCXIHEAIYA4ACAVITTGFu' - 'Z3VhZ2VDb2RlSVNPNjM5MQ=='); + 'ChJEb2N1bWVudEJ5TGFuZ3VhZ2USEgoETmFtZRgBIAEoCVIETmFtZRIxCgNVUkkYBCABKAlCH5' + 'JBFTITVVJJIG9mIHRoZSBkb2N1bWVudPpCBHICEAFSA1VSSRKxAQoTTGFuZ3VhZ2VDb2RlSVNP' + 'NjM5MRgDIAEoCUJ/kkFwMmg8YSBocmVmPSdodHRwczovL2VuLndpa2lwZWRpYS5vcmcvd2lraS' + '9MaXN0X29mX0lTT182MzlfbGFuZ3VhZ2VfY29kZXMnPklTTyA2MzkgY29kZTwvYT4gbWVzc2Fn' + 'ZSBsYW5ndWFnZUoEImVuIvpCCXIHEAIYA4ACAVITTGFuZ3VhZ2VDb2RlSVNPNjM5MQ=='); @$core.Deprecated('Use projectAuthorisationDescriptor instead') const ProjectAuthorisation$json = { diff --git a/pubspec.yaml b/pubspec.yaml index f875b0d3..16250670 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.11.0-SNAPSHOT-250526121336 +version: 1.11.0-SNAPSHOT-250526121934 homepage: '' publish_to: '' repository: ''