You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# CHANGELOG
|
||||
|
||||
Lib version: 1.14.0-SNAPSHOT-260601150546
|
||||
Lib version: 1.14.0-SNAPSHOT-260602123305
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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=');
|
||||
|
||||
|
||||
@@ -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: ''
|
||||
|
||||
Reference in New Issue
Block a user