From ae35c836f7628b4e3ef66dec5418707af312e77d Mon Sep 17 00:00:00 2001 From: ci core model Date: Tue, 2 Jun 2026 12:33:41 +0000 Subject: [PATCH] Latest generation --- CHANGELOG.md | 2 +- lib/driver.pb.dart | 16 ++++++++-------- lib/driver.pbjson.dart | 8 ++++---- pubspec.yaml | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b228e5..cd433fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # CHANGELOG -Lib version: 1.14.0-SNAPSHOT-260601150546 +Lib version: 1.14.0-SNAPSHOT-260602123305 diff --git a/lib/driver.pb.dart b/lib/driver.pb.dart index a22092c..338ff2a 100644 --- a/lib/driver.pb.dart +++ b/lib/driver.pb.dart @@ -69,12 +69,12 @@ class GetAppointmentDriverDataRequest extends $pb.GeneratedMessage { class GetAppointmentDriverDataResponse extends $pb.GeneratedMessage { factory GetAppointmentDriverDataResponse({ $1.Appointment? appointment, - $2.GetBasicSettingsResponse? basicSettings, + $2.Site? site, $3.ListTranslationsResult? translations, }) { final result = create(); if (appointment != null) result.appointment = appointment; - if (basicSettings != null) result.basicSettings = basicSettings; + if (site != null) result.site = site; if (translations != null) result.translations = translations; return result; } @@ -86,7 +86,7 @@ class GetAppointmentDriverDataResponse extends $pb.GeneratedMessage { static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'GetAppointmentDriverDataResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) ..aOM<$1.Appointment>(1, _omitFieldNames ? '' : 'Appointment', protoName: 'Appointment', subBuilder: $1.Appointment.create) - ..aOM<$2.GetBasicSettingsResponse>(2, _omitFieldNames ? '' : 'BasicSettings', protoName: 'BasicSettings', subBuilder: $2.GetBasicSettingsResponse.create) + ..aOM<$2.Site>(2, _omitFieldNames ? '' : 'Site', protoName: 'Site', subBuilder: $2.Site.create) ..aOM<$3.ListTranslationsResult>(3, _omitFieldNames ? '' : 'Translations', protoName: 'Translations', subBuilder: $3.ListTranslationsResult.create) ..hasRequiredFields = false ; @@ -120,15 +120,15 @@ class GetAppointmentDriverDataResponse extends $pb.GeneratedMessage { $1.Appointment ensureAppointment() => $_ensure(0); @$pb.TagNumber(2) - $2.GetBasicSettingsResponse get basicSettings => $_getN(1); + $2.Site get site => $_getN(1); @$pb.TagNumber(2) - set basicSettings($2.GetBasicSettingsResponse value) => $_setField(2, value); + set site($2.Site value) => $_setField(2, value); @$pb.TagNumber(2) - $core.bool hasBasicSettings() => $_has(1); + $core.bool hasSite() => $_has(1); @$pb.TagNumber(2) - void clearBasicSettings() => $_clearField(2); + void clearSite() => $_clearField(2); @$pb.TagNumber(2) - $2.GetBasicSettingsResponse ensureBasicSettings() => $_ensure(1); + $2.Site ensureSite() => $_ensure(1); @$pb.TagNumber(3) $3.ListTranslationsResult get translations => $_getN(2); diff --git a/lib/driver.pbjson.dart b/lib/driver.pbjson.dart index 153af04..5e25f0e 100644 --- a/lib/driver.pbjson.dart +++ b/lib/driver.pbjson.dart @@ -33,7 +33,7 @@ const GetAppointmentDriverDataResponse$json = { '1': 'GetAppointmentDriverDataResponse', '2': [ {'1': 'Appointment', '3': 1, '4': 1, '5': 11, '6': '.api.Appointment', '10': 'Appointment'}, - {'1': 'BasicSettings', '3': 2, '4': 1, '5': 11, '6': '.api.GetBasicSettingsResponse', '10': 'BasicSettings'}, + {'1': 'Site', '3': 2, '4': 1, '5': 11, '6': '.api.Site', '10': 'Site'}, {'1': 'Translations', '3': 3, '4': 1, '5': 11, '6': '.api.ListTranslationsResult', '10': 'Translations'}, ], }; @@ -41,7 +41,7 @@ const GetAppointmentDriverDataResponse$json = { /// Descriptor for `GetAppointmentDriverDataResponse`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List getAppointmentDriverDataResponseDescriptor = $convert.base64Decode( 'CiBHZXRBcHBvaW50bWVudERyaXZlckRhdGFSZXNwb25zZRIyCgtBcHBvaW50bWVudBgBIAEoCz' - 'IQLmFwaS5BcHBvaW50bWVudFILQXBwb2ludG1lbnQSQwoNQmFzaWNTZXR0aW5ncxgCIAEoCzId' - 'LmFwaS5HZXRCYXNpY1NldHRpbmdzUmVzcG9uc2VSDUJhc2ljU2V0dGluZ3MSPwoMVHJhbnNsYX' - 'Rpb25zGAMgASgLMhsuYXBpLkxpc3RUcmFuc2xhdGlvbnNSZXN1bHRSDFRyYW5zbGF0aW9ucw=='); + 'IQLmFwaS5BcHBvaW50bWVudFILQXBwb2ludG1lbnQSHQoEU2l0ZRgCIAEoCzIJLmFwaS5TaXRl' + 'UgRTaXRlEj8KDFRyYW5zbGF0aW9ucxgDIAEoCzIbLmFwaS5MaXN0VHJhbnNsYXRpb25zUmVzdW' + 'x0UgxUcmFuc2xhdGlvbnM='); diff --git a/pubspec.yaml b/pubspec.yaml index 8bcd0a3..ef38eaa 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.14.0-SNAPSHOT-260601150546 +version: 1.14.0-SNAPSHOT-260602123305 homepage: '' publish_to: '' repository: ''