You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
Lib version: 1.13.0-SNAPSHOT-260219134024
|
Lib version: 1.13.0-SNAPSHOT-260219135710
|
||||||
|
|||||||
@@ -3562,13 +3562,18 @@ class GetBookingSegmentationsRequest extends $pb.GeneratedMessage {
|
|||||||
@$core.Deprecated('This field is deprecated.')
|
@$core.Deprecated('This field is deprecated.')
|
||||||
$core.String? actorID,
|
$core.String? actorID,
|
||||||
$2.AppointmentType? appointmentType,
|
$2.AppointmentType? appointmentType,
|
||||||
|
@$core.Deprecated('This field is deprecated.')
|
||||||
$core.Iterable<$2.Commission>? commissions,
|
$core.Iterable<$2.Commission>? commissions,
|
||||||
|
$2.AppointmentContent? loading,
|
||||||
|
$2.AppointmentContent? unloading,
|
||||||
}) {
|
}) {
|
||||||
final result = create();
|
final result = create();
|
||||||
if (header != null) result.header = header;
|
if (header != null) result.header = header;
|
||||||
if (actorID != null) result.actorID = actorID;
|
if (actorID != null) result.actorID = actorID;
|
||||||
if (appointmentType != null) result.appointmentType = appointmentType;
|
if (appointmentType != null) result.appointmentType = appointmentType;
|
||||||
if (commissions != null) result.commissions.addAll(commissions);
|
if (commissions != null) result.commissions.addAll(commissions);
|
||||||
|
if (loading != null) result.loading = loading;
|
||||||
|
if (unloading != null) result.unloading = unloading;
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -3582,6 +3587,8 @@ class GetBookingSegmentationsRequest extends $pb.GeneratedMessage {
|
|||||||
..aOS(2, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
|
..aOS(2, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
|
||||||
..e<$2.AppointmentType>(3, _omitFieldNames ? '' : 'AppointmentType', $pb.PbFieldType.OE, protoName: 'AppointmentType', defaultOrMaker: $2.AppointmentType.APPOINTMENT_TYPE_UNKNOWN, valueOf: $2.AppointmentType.valueOf, enumValues: $2.AppointmentType.values)
|
..e<$2.AppointmentType>(3, _omitFieldNames ? '' : 'AppointmentType', $pb.PbFieldType.OE, protoName: 'AppointmentType', defaultOrMaker: $2.AppointmentType.APPOINTMENT_TYPE_UNKNOWN, valueOf: $2.AppointmentType.valueOf, enumValues: $2.AppointmentType.values)
|
||||||
..pc<$2.Commission>(4, _omitFieldNames ? '' : 'Commissions', $pb.PbFieldType.PM, protoName: 'Commissions', subBuilder: $2.Commission.create)
|
..pc<$2.Commission>(4, _omitFieldNames ? '' : 'Commissions', $pb.PbFieldType.PM, protoName: 'Commissions', subBuilder: $2.Commission.create)
|
||||||
|
..aOM<$2.AppointmentContent>(5, _omitFieldNames ? '' : 'Loading', protoName: 'Loading', subBuilder: $2.AppointmentContent.create)
|
||||||
|
..aOM<$2.AppointmentContent>(6, _omitFieldNames ? '' : 'Unloading', protoName: 'Unloading', subBuilder: $2.AppointmentContent.create)
|
||||||
..hasRequiredFields = false
|
..hasRequiredFields = false
|
||||||
;
|
;
|
||||||
|
|
||||||
@@ -3635,8 +3642,31 @@ class GetBookingSegmentationsRequest extends $pb.GeneratedMessage {
|
|||||||
@$pb.TagNumber(3)
|
@$pb.TagNumber(3)
|
||||||
void clearAppointmentType() => $_clearField(3);
|
void clearAppointmentType() => $_clearField(3);
|
||||||
|
|
||||||
|
@$core.Deprecated('This field is deprecated.')
|
||||||
@$pb.TagNumber(4)
|
@$pb.TagNumber(4)
|
||||||
$pb.PbList<$2.Commission> get commissions => $_getList(3);
|
$pb.PbList<$2.Commission> get commissions => $_getList(3);
|
||||||
|
|
||||||
|
@$pb.TagNumber(5)
|
||||||
|
$2.AppointmentContent get loading => $_getN(4);
|
||||||
|
@$pb.TagNumber(5)
|
||||||
|
set loading($2.AppointmentContent value) => $_setField(5, value);
|
||||||
|
@$pb.TagNumber(5)
|
||||||
|
$core.bool hasLoading() => $_has(4);
|
||||||
|
@$pb.TagNumber(5)
|
||||||
|
void clearLoading() => $_clearField(5);
|
||||||
|
@$pb.TagNumber(5)
|
||||||
|
$2.AppointmentContent ensureLoading() => $_ensure(4);
|
||||||
|
|
||||||
|
@$pb.TagNumber(6)
|
||||||
|
$2.AppointmentContent get unloading => $_getN(5);
|
||||||
|
@$pb.TagNumber(6)
|
||||||
|
set unloading($2.AppointmentContent value) => $_setField(6, value);
|
||||||
|
@$pb.TagNumber(6)
|
||||||
|
$core.bool hasUnloading() => $_has(5);
|
||||||
|
@$pb.TagNumber(6)
|
||||||
|
void clearUnloading() => $_clearField(6);
|
||||||
|
@$pb.TagNumber(6)
|
||||||
|
$2.AppointmentContent ensureUnloading() => $_ensure(5);
|
||||||
}
|
}
|
||||||
|
|
||||||
class GetBookingSegmentationsResponse extends $pb.GeneratedMessage {
|
class GetBookingSegmentationsResponse extends $pb.GeneratedMessage {
|
||||||
|
|||||||
@@ -969,7 +969,17 @@ const GetBookingSegmentationsRequest$json = {
|
|||||||
'10': 'ActorID',
|
'10': 'ActorID',
|
||||||
},
|
},
|
||||||
{'1': 'AppointmentType', '3': 3, '4': 1, '5': 14, '6': '.api.AppointmentType', '10': 'AppointmentType'},
|
{'1': 'AppointmentType', '3': 3, '4': 1, '5': 14, '6': '.api.AppointmentType', '10': 'AppointmentType'},
|
||||||
{'1': 'Commissions', '3': 4, '4': 3, '5': 11, '6': '.api.Commission', '10': 'Commissions'},
|
{
|
||||||
|
'1': 'Commissions',
|
||||||
|
'3': 4,
|
||||||
|
'4': 3,
|
||||||
|
'5': 11,
|
||||||
|
'6': '.api.Commission',
|
||||||
|
'8': {'3': true},
|
||||||
|
'10': 'Commissions',
|
||||||
|
},
|
||||||
|
{'1': 'Loading', '3': 5, '4': 1, '5': 11, '6': '.api.AppointmentContent', '10': 'Loading'},
|
||||||
|
{'1': 'Unloading', '3': 6, '4': 1, '5': 11, '6': '.api.AppointmentContent', '10': 'Unloading'},
|
||||||
],
|
],
|
||||||
'7': {},
|
'7': {},
|
||||||
};
|
};
|
||||||
@@ -979,9 +989,11 @@ final $typed_data.Uint8List getBookingSegmentationsRequestDescriptor = $convert.
|
|||||||
'Ch5HZXRCb29raW5nU2VnbWVudGF0aW9uc1JlcXVlc3QSOwoGSGVhZGVyGAEgASgLMhkuYXBpLl'
|
'Ch5HZXRCb29raW5nU2VnbWVudGF0aW9uc1JlcXVlc3QSOwoGSGVhZGVyGAEgASgLMhkuYXBpLl'
|
||||||
'JlcXVlc3RQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEhwKB0FjdG9ySUQYAiABKAlC'
|
'JlcXVlc3RQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEhwKB0FjdG9ySUQYAiABKAlC'
|
||||||
'AhgBUgdBY3RvcklEEj4KD0FwcG9pbnRtZW50VHlwZRgDIAEoDjIULmFwaS5BcHBvaW50bWVudF'
|
'AhgBUgdBY3RvcklEEj4KD0FwcG9pbnRtZW50VHlwZRgDIAEoDjIULmFwaS5BcHBvaW50bWVudF'
|
||||||
'R5cGVSD0FwcG9pbnRtZW50VHlwZRIxCgtDb21taXNzaW9ucxgEIAMoCzIPLmFwaS5Db21taXNz'
|
'R5cGVSD0FwcG9pbnRtZW50VHlwZRI1CgtDb21taXNzaW9ucxgEIAMoCzIPLmFwaS5Db21taXNz'
|
||||||
'aW9uUgtDb21taXNzaW9uczo4kkE1CjPSAQZIZWFkZXLSAQdBY3RvcklE0gEPQXBwb2ludG1lbn'
|
'aW9uQgIYAVILQ29tbWlzc2lvbnMSMQoHTG9hZGluZxgFIAEoCzIXLmFwaS5BcHBvaW50bWVudE'
|
||||||
'RUeXBl0gELQ29tbWlzc2lvbnM=');
|
'NvbnRlbnRSB0xvYWRpbmcSNQoJVW5sb2FkaW5nGAYgASgLMhcuYXBpLkFwcG9pbnRtZW50Q29u'
|
||||||
|
'dGVudFIJVW5sb2FkaW5nOiqSQScKJdIBBkhlYWRlctIBB0FjdG9ySUTSAQ9BcHBvaW50bWVudF'
|
||||||
|
'R5cGU=');
|
||||||
|
|
||||||
@$core.Deprecated('Use getBookingSegmentationsResponseDescriptor instead')
|
@$core.Deprecated('Use getBookingSegmentationsResponseDescriptor instead')
|
||||||
const GetBookingSegmentationsResponse$json = {
|
const GetBookingSegmentationsResponse$json = {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name: dart_core_sdk
|
name: dart_core_sdk
|
||||||
description: dart libs from core model proto files
|
description: dart libs from core model proto files
|
||||||
version: 1.13.0-SNAPSHOT-260219134024
|
version: 1.13.0-SNAPSHOT-260219135710
|
||||||
homepage: ''
|
homepage: ''
|
||||||
publish_to: ''
|
publish_to: ''
|
||||||
repository: ''
|
repository: ''
|
||||||
|
|||||||
Reference in New Issue
Block a user