You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -1825,6 +1825,7 @@ class BookAppointmentNoReferenceRequest extends $pb.GeneratedMessage {
|
||||
$core.String? reason,
|
||||
$core.bool? instructionAck,
|
||||
$core.String? actorID,
|
||||
$core.Iterable<$3.MetadataElement>? carrierInformation,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
@@ -1840,6 +1841,7 @@ class BookAppointmentNoReferenceRequest extends $pb.GeneratedMessage {
|
||||
if (reason != null) result.reason = reason;
|
||||
if (instructionAck != null) result.instructionAck = instructionAck;
|
||||
if (actorID != null) result.actorID = actorID;
|
||||
if (carrierInformation != null) result.carrierInformation.addAll(carrierInformation);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -1862,6 +1864,7 @@ class BookAppointmentNoReferenceRequest extends $pb.GeneratedMessage {
|
||||
..aOS(12, _omitFieldNames ? '' : 'Reason', protoName: 'Reason')
|
||||
..aOB(13, _omitFieldNames ? '' : 'InstructionAck', protoName: 'InstructionAck')
|
||||
..aOS(14, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
|
||||
..pc<$3.MetadataElement>(15, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $3.MetadataElement.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -1988,6 +1991,10 @@ class BookAppointmentNoReferenceRequest extends $pb.GeneratedMessage {
|
||||
$core.bool hasActorID() => $_has(12);
|
||||
@$pb.TagNumber(14)
|
||||
void clearActorID() => $_clearField(14);
|
||||
|
||||
/// Carrier information metadata definition
|
||||
@$pb.TagNumber(15)
|
||||
$pb.PbList<$3.MetadataElement> get carrierInformation => $_getList(13);
|
||||
}
|
||||
|
||||
/// SiteActor: connection between an actor in a project and a Site
|
||||
@@ -2079,6 +2086,7 @@ class ForceBookAppointmentRequest extends $pb.GeneratedMessage {
|
||||
$core.String? reason,
|
||||
$core.Iterable<$2.QuantityByUnit>? quantities,
|
||||
$core.String? actorID,
|
||||
$core.Iterable<$3.MetadataElement>? carrierInformation,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
@@ -2096,6 +2104,7 @@ class ForceBookAppointmentRequest extends $pb.GeneratedMessage {
|
||||
if (reason != null) result.reason = reason;
|
||||
if (quantities != null) result.quantities.addAll(quantities);
|
||||
if (actorID != null) result.actorID = actorID;
|
||||
if (carrierInformation != null) result.carrierInformation.addAll(carrierInformation);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -2120,6 +2129,7 @@ class ForceBookAppointmentRequest extends $pb.GeneratedMessage {
|
||||
..aOS(15, _omitFieldNames ? '' : 'Reason', protoName: 'Reason')
|
||||
..pc<$2.QuantityByUnit>(16, _omitFieldNames ? '' : 'Quantities', $pb.PbFieldType.PM, protoName: 'Quantities', subBuilder: $2.QuantityByUnit.create)
|
||||
..aOS(17, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
|
||||
..pc<$3.MetadataElement>(18, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $3.MetadataElement.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -2260,6 +2270,10 @@ class ForceBookAppointmentRequest extends $pb.GeneratedMessage {
|
||||
$core.bool hasActorID() => $_has(14);
|
||||
@$pb.TagNumber(17)
|
||||
void clearActorID() => $_clearField(17);
|
||||
|
||||
/// Carrier information metadata definition
|
||||
@$pb.TagNumber(18)
|
||||
$pb.PbList<$3.MetadataElement> get carrierInformation => $_getList(15);
|
||||
}
|
||||
|
||||
class BookAppointmentResponse extends $pb.GeneratedMessage {
|
||||
|
||||
Reference in New Issue
Block a user