You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -35,7 +35,6 @@ class AppointmentNotifyPayload extends $pb.GeneratedMessage {
|
||||
$core.Iterable<$2.MetadataElement>? metaData,
|
||||
$core.Iterable<$2.AttachmentSummary>? attachments,
|
||||
$core.int? attachmentNumber,
|
||||
$core.bool? hasCommission,
|
||||
$core.Iterable<$core.String>? removedEmails,
|
||||
$core.String? reason,
|
||||
$core.bool? instructionAck,
|
||||
@@ -52,7 +51,6 @@ class AppointmentNotifyPayload extends $pb.GeneratedMessage {
|
||||
if (metaData != null) result.metaData.addAll(metaData);
|
||||
if (attachments != null) result.attachments.addAll(attachments);
|
||||
if (attachmentNumber != null) result.attachmentNumber = attachmentNumber;
|
||||
if (hasCommission != null) result.hasCommission = hasCommission;
|
||||
if (removedEmails != null) result.removedEmails.addAll(removedEmails);
|
||||
if (reason != null) result.reason = reason;
|
||||
if (instructionAck != null) result.instructionAck = instructionAck;
|
||||
@@ -76,7 +74,6 @@ class AppointmentNotifyPayload extends $pb.GeneratedMessage {
|
||||
..pc<$2.MetadataElement>(10, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $2.MetadataElement.create)
|
||||
..pc<$2.AttachmentSummary>(13, _omitFieldNames ? '' : 'Attachments', $pb.PbFieldType.PM, protoName: 'Attachments', subBuilder: $2.AttachmentSummary.create)
|
||||
..a<$core.int>(14, _omitFieldNames ? '' : 'AttachmentNumber', $pb.PbFieldType.O3, protoName: 'AttachmentNumber')
|
||||
..aOB(15, _omitFieldNames ? '' : 'HasCommission', protoName: 'HasCommission')
|
||||
..pPS(16, _omitFieldNames ? '' : 'RemovedEmails', protoName: 'RemovedEmails')
|
||||
..aOS(17, _omitFieldNames ? '' : 'Reason', protoName: 'Reason')
|
||||
..aOB(18, _omitFieldNames ? '' : 'InstructionAck', protoName: 'InstructionAck')
|
||||
@@ -167,38 +164,29 @@ class AppointmentNotifyPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(14)
|
||||
void clearAttachmentNumber() => $_clearField(14);
|
||||
|
||||
@$pb.TagNumber(15)
|
||||
$core.bool get hasCommission => $_getBF(10);
|
||||
@$pb.TagNumber(15)
|
||||
set hasCommission($core.bool value) => $_setBool(10, value);
|
||||
@$pb.TagNumber(15)
|
||||
$core.bool hasHasCommission() => $_has(10);
|
||||
@$pb.TagNumber(15)
|
||||
void clearHasCommission() => $_clearField(15);
|
||||
|
||||
@$pb.TagNumber(16)
|
||||
$pb.PbList<$core.String> get removedEmails => $_getList(11);
|
||||
$pb.PbList<$core.String> get removedEmails => $_getList(10);
|
||||
|
||||
@$pb.TagNumber(17)
|
||||
$core.String get reason => $_getSZ(12);
|
||||
$core.String get reason => $_getSZ(11);
|
||||
@$pb.TagNumber(17)
|
||||
set reason($core.String value) => $_setString(12, value);
|
||||
set reason($core.String value) => $_setString(11, value);
|
||||
@$pb.TagNumber(17)
|
||||
$core.bool hasReason() => $_has(12);
|
||||
$core.bool hasReason() => $_has(11);
|
||||
@$pb.TagNumber(17)
|
||||
void clearReason() => $_clearField(17);
|
||||
|
||||
@$pb.TagNumber(18)
|
||||
$core.bool get instructionAck => $_getBF(13);
|
||||
$core.bool get instructionAck => $_getBF(12);
|
||||
@$pb.TagNumber(18)
|
||||
set instructionAck($core.bool value) => $_setBool(13, value);
|
||||
set instructionAck($core.bool value) => $_setBool(12, value);
|
||||
@$pb.TagNumber(18)
|
||||
$core.bool hasInstructionAck() => $_has(13);
|
||||
$core.bool hasInstructionAck() => $_has(12);
|
||||
@$pb.TagNumber(18)
|
||||
void clearInstructionAck() => $_clearField(18);
|
||||
|
||||
@$pb.TagNumber(19)
|
||||
$pb.PbList<$2.MetadataElement> get carrierInformation => $_getList(14);
|
||||
$pb.PbList<$2.MetadataElement> get carrierInformation => $_getList(13);
|
||||
}
|
||||
|
||||
class AppointmentNotify extends $pb.GeneratedMessage {
|
||||
@@ -320,7 +308,6 @@ class AppointmentMailPayload extends $pb.GeneratedMessage {
|
||||
$core.Iterable<$2.MetadataElement>? metaData,
|
||||
$core.Iterable<$2.AttachmentSummary>? attachments,
|
||||
$core.int? attachmentNumber,
|
||||
$core.bool? hasCommission,
|
||||
$core.Iterable<$core.String>? removedEmails,
|
||||
$core.String? reason,
|
||||
$3.Address? address,
|
||||
@@ -338,7 +325,6 @@ class AppointmentMailPayload extends $pb.GeneratedMessage {
|
||||
if (metaData != null) result.metaData.addAll(metaData);
|
||||
if (attachments != null) result.attachments.addAll(attachments);
|
||||
if (attachmentNumber != null) result.attachmentNumber = attachmentNumber;
|
||||
if (hasCommission != null) result.hasCommission = hasCommission;
|
||||
if (removedEmails != null) result.removedEmails.addAll(removedEmails);
|
||||
if (reason != null) result.reason = reason;
|
||||
if (address != null) result.address = address;
|
||||
@@ -363,7 +349,6 @@ class AppointmentMailPayload extends $pb.GeneratedMessage {
|
||||
..pc<$2.MetadataElement>(10, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $2.MetadataElement.create)
|
||||
..pc<$2.AttachmentSummary>(13, _omitFieldNames ? '' : 'Attachments', $pb.PbFieldType.PM, protoName: 'Attachments', subBuilder: $2.AttachmentSummary.create)
|
||||
..a<$core.int>(14, _omitFieldNames ? '' : 'AttachmentNumber', $pb.PbFieldType.O3, protoName: 'AttachmentNumber')
|
||||
..aOB(15, _omitFieldNames ? '' : 'HasCommission', protoName: 'HasCommission')
|
||||
..pPS(16, _omitFieldNames ? '' : 'RemovedEmails', protoName: 'RemovedEmails')
|
||||
..aOS(17, _omitFieldNames ? '' : 'Reason', protoName: 'Reason')
|
||||
..aOM<$3.Address>(18, _omitFieldNames ? '' : 'Address', protoName: 'Address', subBuilder: $3.Address.create)
|
||||
@@ -455,49 +440,40 @@ class AppointmentMailPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(14)
|
||||
void clearAttachmentNumber() => $_clearField(14);
|
||||
|
||||
@$pb.TagNumber(15)
|
||||
$core.bool get hasCommission => $_getBF(10);
|
||||
@$pb.TagNumber(15)
|
||||
set hasCommission($core.bool value) => $_setBool(10, value);
|
||||
@$pb.TagNumber(15)
|
||||
$core.bool hasHasCommission() => $_has(10);
|
||||
@$pb.TagNumber(15)
|
||||
void clearHasCommission() => $_clearField(15);
|
||||
|
||||
@$pb.TagNumber(16)
|
||||
$pb.PbList<$core.String> get removedEmails => $_getList(11);
|
||||
$pb.PbList<$core.String> get removedEmails => $_getList(10);
|
||||
|
||||
@$pb.TagNumber(17)
|
||||
$core.String get reason => $_getSZ(12);
|
||||
$core.String get reason => $_getSZ(11);
|
||||
@$pb.TagNumber(17)
|
||||
set reason($core.String value) => $_setString(12, value);
|
||||
set reason($core.String value) => $_setString(11, value);
|
||||
@$pb.TagNumber(17)
|
||||
$core.bool hasReason() => $_has(12);
|
||||
$core.bool hasReason() => $_has(11);
|
||||
@$pb.TagNumber(17)
|
||||
void clearReason() => $_clearField(17);
|
||||
|
||||
/// Address of the appointment site
|
||||
@$pb.TagNumber(18)
|
||||
$3.Address get address => $_getN(13);
|
||||
$3.Address get address => $_getN(12);
|
||||
@$pb.TagNumber(18)
|
||||
set address($3.Address value) => $_setField(18, value);
|
||||
@$pb.TagNumber(18)
|
||||
$core.bool hasAddress() => $_has(13);
|
||||
$core.bool hasAddress() => $_has(12);
|
||||
@$pb.TagNumber(18)
|
||||
void clearAddress() => $_clearField(18);
|
||||
@$pb.TagNumber(18)
|
||||
$3.Address ensureAddress() => $_ensure(13);
|
||||
$3.Address ensureAddress() => $_ensure(12);
|
||||
|
||||
@$pb.TagNumber(19)
|
||||
$pb.PbList<$2.MetadataElement> get carrierInformation => $_getList(14);
|
||||
$pb.PbList<$2.MetadataElement> get carrierInformation => $_getList(13);
|
||||
|
||||
/// Name of the appointment site
|
||||
@$pb.TagNumber(20)
|
||||
$core.String get siteName => $_getSZ(15);
|
||||
$core.String get siteName => $_getSZ(14);
|
||||
@$pb.TagNumber(20)
|
||||
set siteName($core.String value) => $_setString(15, value);
|
||||
set siteName($core.String value) => $_setString(14, value);
|
||||
@$pb.TagNumber(20)
|
||||
$core.bool hasSiteName() => $_has(15);
|
||||
$core.bool hasSiteName() => $_has(14);
|
||||
@$pb.TagNumber(20)
|
||||
void clearSiteName() => $_clearField(20);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user