You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -2557,11 +2557,13 @@ class RescheduleAppointmentRequest extends $pb.GeneratedMessage {
|
||||
$3.RequestProjectHeader? header,
|
||||
$core.String? appointmentID,
|
||||
$core.Iterable<$2.Slot>? slots,
|
||||
$core.String? actorID,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (appointmentID != null) result.appointmentID = appointmentID;
|
||||
if (slots != null) result.slots.addAll(slots);
|
||||
if (actorID != null) result.actorID = actorID;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -2574,6 +2576,7 @@ class RescheduleAppointmentRequest extends $pb.GeneratedMessage {
|
||||
..aOM<$3.RequestProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestProjectHeader.create)
|
||||
..aOS(2, _omitFieldNames ? '' : 'AppointmentID', protoName: 'AppointmentID')
|
||||
..pc<$2.Slot>(3, _omitFieldNames ? '' : 'Slots', $pb.PbFieldType.PM, protoName: 'Slots', subBuilder: $2.Slot.create)
|
||||
..aOS(4, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -2617,6 +2620,15 @@ class RescheduleAppointmentRequest extends $pb.GeneratedMessage {
|
||||
/// The slots to book for the appointment
|
||||
@$pb.TagNumber(3)
|
||||
$pb.PbList<$2.Slot> get slots => $_getList(2);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$core.String get actorID => $_getSZ(3);
|
||||
@$pb.TagNumber(4)
|
||||
set actorID($core.String value) => $_setString(3, value);
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasActorID() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
void clearActorID() => $_clearField(4);
|
||||
}
|
||||
|
||||
class UpdateAppointmentRequest extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -672,6 +672,7 @@ const RescheduleAppointmentRequest$json = {
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'AppointmentID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'AppointmentID'},
|
||||
{'1': 'Slots', '3': 3, '4': 3, '5': 11, '6': '.api.Slot', '10': 'Slots'},
|
||||
{'1': 'ActorID', '3': 4, '4': 1, '5': 9, '10': 'ActorID'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -681,8 +682,9 @@ final $typed_data.Uint8List rescheduleAppointmentRequestDescriptor = $convert.ba
|
||||
'ChxSZXNjaGVkdWxlQXBwb2ludG1lbnRSZXF1ZXN0EjsKBkhlYWRlchgBIAEoCzIZLmFwaS5SZX'
|
||||
'F1ZXN0UHJvamVjdEhlYWRlckII+kIFigECEAFSBkhlYWRlchJbCg1BcHBvaW50bWVudElEGAIg'
|
||||
'ASgJQjWSQSgyD1lvdXIgaWRlbnRpZmllckoVIllvdXJfQXBwb2ludG1lbnRfSUQi+kIHcgUQAR'
|
||||
'jAAVINQXBwb2ludG1lbnRJRBIfCgVTbG90cxgDIAMoCzIJLmFwaS5TbG90UgVTbG90czomkkEj'
|
||||
'CiHSAQZIZWFkZXLSAQ1BcHBvaW50bWVudElE0gEFU2xvdHM=');
|
||||
'jAAVINQXBwb2ludG1lbnRJRBIfCgVTbG90cxgDIAMoCzIJLmFwaS5TbG90UgVTbG90cxIYCgdB'
|
||||
'Y3RvcklEGAQgASgJUgdBY3RvcklEOiaSQSMKIdIBBkhlYWRlctIBDUFwcG9pbnRtZW50SUTSAQ'
|
||||
'VTbG90cw==');
|
||||
|
||||
@$core.Deprecated('Use updateAppointmentRequestDescriptor instead')
|
||||
const UpdateAppointmentRequest$json = {
|
||||
|
||||
Reference in New Issue
Block a user