You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -130,6 +130,7 @@ class AppointmentPayload extends $pb.GeneratedMessage {
|
||||
$core.Iterable<$core.String>? removedAttendees,
|
||||
$core.Iterable<$0.MetadataElement>? segmentationKeys,
|
||||
$0.DateTime? creationDateTime,
|
||||
$core.bool? wMSCreated,
|
||||
}) {
|
||||
final result = create();
|
||||
if (appointmentType != null) result.appointmentType = appointmentType;
|
||||
@@ -156,6 +157,7 @@ class AppointmentPayload extends $pb.GeneratedMessage {
|
||||
if (removedAttendees != null) result.removedAttendees.addAll(removedAttendees);
|
||||
if (segmentationKeys != null) result.segmentationKeys.addAll(segmentationKeys);
|
||||
if (creationDateTime != null) result.creationDateTime = creationDateTime;
|
||||
if (wMSCreated != null) result.wMSCreated = wMSCreated;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -189,6 +191,7 @@ class AppointmentPayload extends $pb.GeneratedMessage {
|
||||
..pPS(28, _omitFieldNames ? '' : 'RemovedAttendees', protoName: 'RemovedAttendees')
|
||||
..pc<$0.MetadataElement>(29, _omitFieldNames ? '' : 'SegmentationKeys', $pb.PbFieldType.PM, protoName: 'SegmentationKeys', subBuilder: $0.MetadataElement.create)
|
||||
..aOM<$0.DateTime>(30, _omitFieldNames ? '' : 'CreationDateTime', protoName: 'CreationDateTime', subBuilder: $0.DateTime.create)
|
||||
..aOB(31, _omitFieldNames ? '' : 'WMSCreated', protoName: 'WMSCreated')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -409,6 +412,15 @@ class AppointmentPayload extends $pb.GeneratedMessage {
|
||||
void clearCreationDateTime() => $_clearField(30);
|
||||
@$pb.TagNumber(30)
|
||||
$0.DateTime ensureCreationDateTime() => $_ensure(23);
|
||||
|
||||
@$pb.TagNumber(31)
|
||||
$core.bool get wMSCreated => $_getBF(24);
|
||||
@$pb.TagNumber(31)
|
||||
set wMSCreated($core.bool value) => $_setBool(24, value);
|
||||
@$pb.TagNumber(31)
|
||||
$core.bool hasWMSCreated() => $_has(24);
|
||||
@$pb.TagNumber(31)
|
||||
void clearWMSCreated() => $_clearField(31);
|
||||
}
|
||||
|
||||
class AppointmentTriplet extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -96,6 +96,7 @@ const AppointmentPayload$json = {
|
||||
{'1': 'Unloading', '3': 26, '4': 1, '5': 11, '6': '.api.AppointmentContent', '10': 'Unloading'},
|
||||
{'1': 'Attendees', '3': 27, '4': 3, '5': 9, '8': {}, '10': 'Attendees'},
|
||||
{'1': 'RemovedAttendees', '3': 28, '4': 3, '5': 9, '8': {}, '10': 'RemovedAttendees'},
|
||||
{'1': 'WMSCreated', '3': 31, '4': 1, '5': 8, '10': 'WMSCreated'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -148,7 +149,8 @@ final $typed_data.Uint8List appointmentPayloadDescriptor = $convert.base64Decode
|
||||
'lCSpJBHjIcQXR0ZW5kZWVzIG9mIHRoZSBhcHBvaW50bWVudPpCBZIBAggB8sEYDkF0dGVuZGVl'
|
||||
'c0FkZGVk2sIYCwoJCgEqEgR1c2VyUglBdHRlbmRlZXMSVAoQUmVtb3ZlZEF0dGVuZGVlcxgcIA'
|
||||
'MoCUIokkECQAHywRgQQXR0ZW5kZWVzUmVtb3ZlZNrCGAsKCQoBKhIEdXNlclIQUmVtb3ZlZEF0'
|
||||
'dGVuZGVlczonkkEkCiLSAQ9BcHBvaW50bWVudFR5cGXSAQ1TZWdtZW50YXRpb25z');
|
||||
'dGVuZGVlcxIeCgpXTVNDcmVhdGVkGB8gASgIUgpXTVNDcmVhdGVkOieSQSQKItIBD0FwcG9pbn'
|
||||
'RtZW50VHlwZdIBDVNlZ21lbnRhdGlvbnM=');
|
||||
|
||||
@$core.Deprecated('Use appointmentTripletDescriptor instead')
|
||||
const AppointmentTriplet$json = {
|
||||
|
||||
@@ -41,6 +41,7 @@ class AppointmentNotifyPayload extends $pb.GeneratedMessage {
|
||||
$core.Iterable<$core.String>? attendees,
|
||||
$core.Iterable<$core.String>? removedAttendees,
|
||||
$core.Iterable<$2.MetadataElement>? segmentationKeys,
|
||||
$core.bool? wMSCreated,
|
||||
}) {
|
||||
final result = create();
|
||||
if (appointmentType != null) result.appointmentType = appointmentType;
|
||||
@@ -59,6 +60,7 @@ class AppointmentNotifyPayload extends $pb.GeneratedMessage {
|
||||
if (attendees != null) result.attendees.addAll(attendees);
|
||||
if (removedAttendees != null) result.removedAttendees.addAll(removedAttendees);
|
||||
if (segmentationKeys != null) result.segmentationKeys.addAll(segmentationKeys);
|
||||
if (wMSCreated != null) result.wMSCreated = wMSCreated;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -84,6 +86,7 @@ class AppointmentNotifyPayload extends $pb.GeneratedMessage {
|
||||
..pPS(23, _omitFieldNames ? '' : 'Attendees', protoName: 'Attendees')
|
||||
..pPS(24, _omitFieldNames ? '' : 'RemovedAttendees', protoName: 'RemovedAttendees')
|
||||
..pc<$2.MetadataElement>(25, _omitFieldNames ? '' : 'SegmentationKeys', $pb.PbFieldType.PM, protoName: 'SegmentationKeys', subBuilder: $2.MetadataElement.create)
|
||||
..aOB(26, _omitFieldNames ? '' : 'WMSCreated', protoName: 'WMSCreated')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -225,6 +228,15 @@ class AppointmentNotifyPayload extends $pb.GeneratedMessage {
|
||||
/// repeated SegmentationSelection SegmentationSelections = 4;
|
||||
@$pb.TagNumber(25)
|
||||
$pb.PbList<$2.MetadataElement> get segmentationKeys => $_getList(15);
|
||||
|
||||
@$pb.TagNumber(26)
|
||||
$core.bool get wMSCreated => $_getBF(16);
|
||||
@$pb.TagNumber(26)
|
||||
set wMSCreated($core.bool value) => $_setBool(16, value);
|
||||
@$pb.TagNumber(26)
|
||||
$core.bool hasWMSCreated() => $_has(16);
|
||||
@$pb.TagNumber(26)
|
||||
void clearWMSCreated() => $_clearField(26);
|
||||
}
|
||||
|
||||
class AppointmentNotify extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -34,6 +34,7 @@ const AppointmentNotifyPayload$json = {
|
||||
{'1': 'Unloading', '3': 22, '4': 1, '5': 11, '6': '.api.AppointmentContent', '10': 'Unloading'},
|
||||
{'1': 'Attendees', '3': 23, '4': 3, '5': 9, '10': 'Attendees'},
|
||||
{'1': 'RemovedAttendees', '3': 24, '4': 3, '5': 9, '10': 'RemovedAttendees'},
|
||||
{'1': 'WMSCreated', '3': 26, '4': 1, '5': 8, '10': 'WMSCreated'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -53,8 +54,8 @@ final $typed_data.Uint8List appointmentNotifyPayloadDescriptor = $convert.base64
|
||||
'Y3Rpb25BY2sSGgoIVGltZVpvbmUYFCABKAlSCFRpbWVab25lEjEKB0xvYWRpbmcYFSABKAsyFy'
|
||||
'5hcGkuQXBwb2ludG1lbnRDb250ZW50UgdMb2FkaW5nEjUKCVVubG9hZGluZxgWIAEoCzIXLmFw'
|
||||
'aS5BcHBvaW50bWVudENvbnRlbnRSCVVubG9hZGluZxIcCglBdHRlbmRlZXMYFyADKAlSCUF0dG'
|
||||
'VuZGVlcxIqChBSZW1vdmVkQXR0ZW5kZWVzGBggAygJUhBSZW1vdmVkQXR0ZW5kZWVzOhmiuxgH'
|
||||
'Q29tbWFuZKi7GAGyuxgGTm90aWZ5');
|
||||
'VuZGVlcxIqChBSZW1vdmVkQXR0ZW5kZWVzGBggAygJUhBSZW1vdmVkQXR0ZW5kZWVzEh4KCldN'
|
||||
'U0NyZWF0ZWQYGiABKAhSCldNU0NyZWF0ZWQ6GaK7GAdDb21tYW5kqLsYAbK7GAZOb3RpZnk=');
|
||||
|
||||
@$core.Deprecated('Use appointmentNotifyDescriptor instead')
|
||||
const AppointmentNotify$json = {
|
||||
|
||||
Reference in New Issue
Block a user