From 9afcc847f49088440d1a9b451d0210c5974d29d6 Mon Sep 17 00:00:00 2001 From: ci core model Date: Wed, 21 May 2025 07:46:25 +0000 Subject: [PATCH] Latest generation --- CHANGELOG.md | 2 +- lib/slotbooking.pb.dart | 10 ++++------ lib/slotbooking.pbjson.dart | 6 +++--- pubspec.yaml | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77b7c578..a26bafd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # CHANGELOG -Lib version: 1.11.0-SNAPSHOT-250520143626 +Lib version: 1.11.0-SNAPSHOT-250521074540 diff --git a/lib/slotbooking.pb.dart b/lib/slotbooking.pb.dart index 07654da3..ed9569c5 100644 --- a/lib/slotbooking.pb.dart +++ b/lib/slotbooking.pb.dart @@ -76,7 +76,7 @@ class Unit extends $pb.GeneratedMessage { class QuantityByUnit extends $pb.GeneratedMessage { factory QuantityByUnit({ - Unit? unitID, + $core.String? unitID, $core.double? value, }) { final $result = create(); @@ -93,7 +93,7 @@ class QuantityByUnit extends $pb.GeneratedMessage { factory QuantityByUnit.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'QuantityByUnit', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM(1, _omitFieldNames ? '' : 'UnitID', protoName: 'UnitID', subBuilder: Unit.create) + ..aOS(1, _omitFieldNames ? '' : 'UnitID', protoName: 'UnitID') ..a<$core.double>(2, _omitFieldNames ? '' : 'Value', $pb.PbFieldType.OD, protoName: 'Value') ..hasRequiredFields = false ; @@ -115,15 +115,13 @@ class QuantityByUnit extends $pb.GeneratedMessage { /// referring to the Unit ID defined by the Site @$pb.TagNumber(1) - Unit get unitID => $_getN(0); + $core.String get unitID => $_getSZ(0); @$pb.TagNumber(1) - set unitID(Unit v) { $_setField(1, v); } + set unitID($core.String v) { $_setString(0, v); } @$pb.TagNumber(1) $core.bool hasUnitID() => $_has(0); @$pb.TagNumber(1) void clearUnitID() => $_clearField(1); - @$pb.TagNumber(1) - Unit ensureUnitID() => $_ensure(0); /// Number of the specified unit @$pb.TagNumber(2) diff --git a/lib/slotbooking.pbjson.dart b/lib/slotbooking.pbjson.dart index 03e61409..3837f0ca 100644 --- a/lib/slotbooking.pbjson.dart +++ b/lib/slotbooking.pbjson.dart @@ -124,15 +124,15 @@ final $typed_data.Uint8List unitDescriptor = $convert.base64Decode( const QuantityByUnit$json = { '1': 'QuantityByUnit', '2': [ - {'1': 'UnitID', '3': 1, '4': 1, '5': 11, '6': '.api.Unit', '10': 'UnitID'}, + {'1': 'UnitID', '3': 1, '4': 1, '5': 9, '10': 'UnitID'}, {'1': 'Value', '3': 2, '4': 1, '5': 1, '8': {}, '10': 'Value'}, ], }; /// Descriptor for `QuantityByUnit`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List quantityByUnitDescriptor = $convert.base64Decode( - 'Cg5RdWFudGl0eUJ5VW5pdBIhCgZVbml0SUQYASABKAsyCS5hcGkuVW5pdFIGVW5pdElEEiQKBV' - 'ZhbHVlGAIgASgBQg76QgsSCSkAAAAAAAAAAFIFVmFsdWU='); + 'Cg5RdWFudGl0eUJ5VW5pdBIWCgZVbml0SUQYASABKAlSBlVuaXRJRBIkCgVWYWx1ZRgCIAEoAU' + 'IO+kILEgkpAAAAAAAAAABSBVZhbHVl'); @$core.Deprecated('Use periodDescriptor instead') const Period$json = { diff --git a/pubspec.yaml b/pubspec.yaml index 3e1a81e7..bcbe2398 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-250520143626 +version: 1.11.0-SNAPSHOT-250521074540 homepage: '' publish_to: '' repository: ''