You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# CHANGELOG
|
||||
|
||||
Lib version: 1.13.0-SNAPSHOT-260224094954
|
||||
Lib version: 1.13.0-SNAPSHOT-260224100759
|
||||
|
||||
@@ -2193,10 +2193,12 @@ class BookAppointmentResponse extends $pb.GeneratedMessage {
|
||||
factory BookAppointmentResponse({
|
||||
$core.String? appointmentID,
|
||||
$3.ResponseHeader? header,
|
||||
$core.Iterable<$core.String>? attendees,
|
||||
}) {
|
||||
final result = create();
|
||||
if (appointmentID != null) result.appointmentID = appointmentID;
|
||||
if (header != null) result.header = header;
|
||||
if (attendees != null) result.attendees.addAll(attendees);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -2208,6 +2210,7 @@ class BookAppointmentResponse extends $pb.GeneratedMessage {
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'BookAppointmentResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'AppointmentID', protoName: 'AppointmentID')
|
||||
..aOM<$3.ResponseHeader>(2, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResponseHeader.create)
|
||||
..pPS(27, _omitFieldNames ? '' : 'Attendees', protoName: 'Attendees')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -2247,6 +2250,9 @@ class BookAppointmentResponse extends $pb.GeneratedMessage {
|
||||
void clearHeader() => $_clearField(2);
|
||||
@$pb.TagNumber(2)
|
||||
$3.ResponseHeader ensureHeader() => $_ensure(1);
|
||||
|
||||
@$pb.TagNumber(27)
|
||||
$pb.PbList<$core.String> get attendees => $_getList(2);
|
||||
}
|
||||
|
||||
/// CancelAppointment
|
||||
|
||||
@@ -587,13 +587,15 @@ const BookAppointmentResponse$json = {
|
||||
'2': [
|
||||
{'1': 'Header', '3': 2, '4': 1, '5': 11, '6': '.api.ResponseHeader', '10': 'Header'},
|
||||
{'1': 'AppointmentID', '3': 1, '4': 1, '5': 9, '10': 'AppointmentID'},
|
||||
{'1': 'Attendees', '3': 27, '4': 3, '5': 9, '10': 'Attendees'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `BookAppointmentResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List bookAppointmentResponseDescriptor = $convert.base64Decode(
|
||||
'ChdCb29rQXBwb2ludG1lbnRSZXNwb25zZRIrCgZIZWFkZXIYAiABKAsyEy5hcGkuUmVzcG9uc2'
|
||||
'VIZWFkZXJSBkhlYWRlchIkCg1BcHBvaW50bWVudElEGAEgASgJUg1BcHBvaW50bWVudElE');
|
||||
'VIZWFkZXJSBkhlYWRlchIkCg1BcHBvaW50bWVudElEGAEgASgJUg1BcHBvaW50bWVudElEEhwK'
|
||||
'CUF0dGVuZGVlcxgbIAMoCVIJQXR0ZW5kZWVz');
|
||||
|
||||
@$core.Deprecated('Use cancelAppointmentRequestDescriptor instead')
|
||||
const CancelAppointmentRequest$json = {
|
||||
|
||||
@@ -1015,12 +1015,14 @@ class WMSUpdateAppointmentPayload extends $pb.GeneratedMessage {
|
||||
$core.String? timeZone,
|
||||
$2.AppointmentContent? loading,
|
||||
$2.AppointmentContent? unloading,
|
||||
$core.String? reason,
|
||||
}) {
|
||||
final result = create();
|
||||
if (slot != null) result.slot = slot;
|
||||
if (timeZone != null) result.timeZone = timeZone;
|
||||
if (loading != null) result.loading = loading;
|
||||
if (unloading != null) result.unloading = unloading;
|
||||
if (reason != null) result.reason = reason;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -1034,6 +1036,7 @@ class WMSUpdateAppointmentPayload extends $pb.GeneratedMessage {
|
||||
..aOS(2, _omitFieldNames ? '' : 'TimeZone', protoName: 'TimeZone')
|
||||
..aOM<$2.AppointmentContent>(3, _omitFieldNames ? '' : 'Loading', protoName: 'Loading', subBuilder: $2.AppointmentContent.create)
|
||||
..aOM<$2.AppointmentContent>(4, _omitFieldNames ? '' : 'Unloading', protoName: 'Unloading', subBuilder: $2.AppointmentContent.create)
|
||||
..aOS(5, _omitFieldNames ? '' : 'Reason', protoName: 'Reason')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -1099,6 +1102,16 @@ class WMSUpdateAppointmentPayload extends $pb.GeneratedMessage {
|
||||
void clearUnloading() => $_clearField(4);
|
||||
@$pb.TagNumber(4)
|
||||
$2.AppointmentContent ensureUnloading() => $_ensure(3);
|
||||
|
||||
/// In case of no reference, The Reason for which the appointment has no commissions
|
||||
@$pb.TagNumber(5)
|
||||
$core.String get reason => $_getSZ(4);
|
||||
@$pb.TagNumber(5)
|
||||
set reason($core.String value) => $_setString(4, value);
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasReason() => $_has(4);
|
||||
@$pb.TagNumber(5)
|
||||
void clearReason() => $_clearField(5);
|
||||
}
|
||||
|
||||
/// CheckAppointmentEditable
|
||||
|
||||
@@ -270,6 +270,7 @@ const WMSUpdateAppointmentPayload$json = {
|
||||
{'1': 'TimeZone', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'TimeZone'},
|
||||
{'1': 'Loading', '3': 3, '4': 1, '5': 11, '6': '.api.AppointmentContent', '10': 'Loading'},
|
||||
{'1': 'Unloading', '3': 4, '4': 1, '5': 11, '6': '.api.AppointmentContent', '10': 'Unloading'},
|
||||
{'1': 'Reason', '3': 5, '4': 1, '5': 9, '8': {}, '10': 'Reason'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -280,7 +281,9 @@ final $typed_data.Uint8List wMSUpdateAppointmentPayloadDescriptor = $convert.bas
|
||||
'RTbG90ElMKCFRpbWVab25lGAIgASgJQjeSQTQyMlRpbWVab25lIGlzIHJlcXVpcmVkIG9ubHkg'
|
||||
'd2hlbiBhIFdNUyBjYWxscyB0aGUgQVBJUghUaW1lWm9uZRIxCgdMb2FkaW5nGAMgASgLMhcuYX'
|
||||
'BpLkFwcG9pbnRtZW50Q29udGVudFIHTG9hZGluZxI1CglVbmxvYWRpbmcYBCABKAsyFy5hcGku'
|
||||
'QXBwb2ludG1lbnRDb250ZW50UglVbmxvYWRpbmc6DJJBCQoH0gEEU2xvdA==');
|
||||
'QXBwb2ludG1lbnRDb250ZW50UglVbmxvYWRpbmcSXQoGUmVhc29uGAUgASgJQkWSQUIyQFJlYX'
|
||||
'NvbiBpcyByZXF1aXJlZCB0byB1cGRhdGUgYXBwb2ludG1lbnQgd2l0aG91dCBvcmRlciByZWZl'
|
||||
'cmVuY2VSBlJlYXNvbjoMkkEJCgfSAQRTbG90');
|
||||
|
||||
@$core.Deprecated('Use checkBookingAppointmentEditableRequestDescriptor instead')
|
||||
const CheckBookingAppointmentEditableRequest$json = {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: dart_core_sdk
|
||||
description: dart libs from core model proto files
|
||||
version: 1.13.0-SNAPSHOT-260224094954
|
||||
version: 1.13.0-SNAPSHOT-260224100759
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user