You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -1641,15 +1641,18 @@ class CheckAppointmentCommissionRequest extends $pb.GeneratedMessage {
|
||||
factory CheckAppointmentCommissionRequest({
|
||||
$3.RequestProjectHeader? header,
|
||||
$2.AppointmentType? appointmentType,
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
$2.Commission? commission,
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
$core.String? actorID,
|
||||
$2.AppointmentCommission? appointmentCommission,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (appointmentType != null) result.appointmentType = appointmentType;
|
||||
if (commission != null) result.commission = commission;
|
||||
if (actorID != null) result.actorID = actorID;
|
||||
if (appointmentCommission != null) result.appointmentCommission = appointmentCommission;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -1663,6 +1666,7 @@ class CheckAppointmentCommissionRequest extends $pb.GeneratedMessage {
|
||||
..e<$2.AppointmentType>(2, _omitFieldNames ? '' : 'AppointmentType', $pb.PbFieldType.OE, protoName: 'AppointmentType', defaultOrMaker: $2.AppointmentType.APPOINTMENT_TYPE_UNKNOWN, valueOf: $2.AppointmentType.valueOf, enumValues: $2.AppointmentType.values)
|
||||
..aOM<$2.Commission>(3, _omitFieldNames ? '' : 'Commission', protoName: 'Commission', subBuilder: $2.Commission.create)
|
||||
..aOS(4, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
|
||||
..aOM<$2.AppointmentCommission>(5, _omitFieldNames ? '' : 'AppointmentCommission', protoName: 'AppointmentCommission', subBuilder: $2.AppointmentCommission.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -1705,14 +1709,19 @@ class CheckAppointmentCommissionRequest extends $pb.GeneratedMessage {
|
||||
void clearAppointmentType() => $_clearField(2);
|
||||
|
||||
/// Definition of the commission to check
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(3)
|
||||
$2.Commission get commission => $_getN(2);
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(3)
|
||||
set commission($2.Commission value) => $_setField(3, value);
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasCommission() => $_has(2);
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(3)
|
||||
void clearCommission() => $_clearField(3);
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(3)
|
||||
$2.Commission ensureCommission() => $_ensure(2);
|
||||
|
||||
@@ -1729,6 +1738,18 @@ class CheckAppointmentCommissionRequest extends $pb.GeneratedMessage {
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(4)
|
||||
void clearActorID() => $_clearField(4);
|
||||
|
||||
/// Definition of the commission to check
|
||||
@$pb.TagNumber(5)
|
||||
$2.AppointmentCommission get appointmentCommission => $_getN(4);
|
||||
@$pb.TagNumber(5)
|
||||
set appointmentCommission($2.AppointmentCommission value) => $_setField(5, value);
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasAppointmentCommission() => $_has(4);
|
||||
@$pb.TagNumber(5)
|
||||
void clearAppointmentCommission() => $_clearField(5);
|
||||
@$pb.TagNumber(5)
|
||||
$2.AppointmentCommission ensureAppointmentCommission() => $_ensure(4);
|
||||
}
|
||||
|
||||
class CheckAppointmentCommissionResponse extends $pb.GeneratedMessage {
|
||||
|
||||
Reference in New Issue
Block a user