You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# CHANGELOG
|
||||
|
||||
Lib version: 1.12.0-SNAPSHOT-251205105738
|
||||
Lib version: 1.12.0-SNAPSHOT-251205140338
|
||||
|
||||
@@ -111,7 +111,6 @@ class AppointmentPayload extends $pb.GeneratedMessage {
|
||||
$core.Iterable<$0.MetadataElement>? metaData,
|
||||
$core.Iterable<$0.AttachmentSummary>? attachments,
|
||||
$core.int? attachmentNumber,
|
||||
$core.bool? hasCommission,
|
||||
$core.Iterable<$core.String>? removedEmails,
|
||||
$core.String? reason,
|
||||
$core.bool? instructionAck,
|
||||
@@ -131,7 +130,6 @@ class AppointmentPayload 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;
|
||||
@@ -158,7 +156,6 @@ class AppointmentPayload extends $pb.GeneratedMessage {
|
||||
..pc<$0.MetadataElement>(10, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $0.MetadataElement.create)
|
||||
..pc<$0.AttachmentSummary>(13, _omitFieldNames ? '' : 'Attachments', $pb.PbFieldType.PM, protoName: 'Attachments', subBuilder: $0.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')
|
||||
@@ -259,73 +256,63 @@ class AppointmentPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(14)
|
||||
void clearAttachmentNumber() => $_clearField(14);
|
||||
|
||||
/// This boolean will be used to either check reason or check the commissions for informations
|
||||
@$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);
|
||||
|
||||
/// Emails removed from the appointment
|
||||
@$pb.TagNumber(16)
|
||||
$pb.PbList<$core.String> get removedEmails => $_getList(11);
|
||||
$pb.PbList<$core.String> get removedEmails => $_getList(10);
|
||||
|
||||
/// The Reason for which the appointment has no commission
|
||||
@$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);
|
||||
|
||||
/// Acknowledgment of the site instructions
|
||||
@$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);
|
||||
|
||||
/// Carrier information metadata
|
||||
@$pb.TagNumber(19)
|
||||
$pb.PbList<$0.MetadataElement> get carrierInformation => $_getList(14);
|
||||
$pb.PbList<$0.MetadataElement> get carrierInformation => $_getList(13);
|
||||
|
||||
/// Empty attribute, just used for inpout api payloads to resolve the site resource from project context with actor alias
|
||||
@$pb.TagNumber(20)
|
||||
$core.String get actorID => $_getSZ(15);
|
||||
$core.String get actorID => $_getSZ(14);
|
||||
@$pb.TagNumber(20)
|
||||
set actorID($core.String value) => $_setString(15, value);
|
||||
set actorID($core.String value) => $_setString(14, value);
|
||||
@$pb.TagNumber(20)
|
||||
$core.bool hasActorID() => $_has(15);
|
||||
$core.bool hasActorID() => $_has(14);
|
||||
@$pb.TagNumber(20)
|
||||
void clearActorID() => $_clearField(20);
|
||||
|
||||
/// Address of the appointment site
|
||||
@$pb.TagNumber(21)
|
||||
$3.Address get address => $_getN(16);
|
||||
$3.Address get address => $_getN(15);
|
||||
@$pb.TagNumber(21)
|
||||
set address($3.Address value) => $_setField(21, value);
|
||||
@$pb.TagNumber(21)
|
||||
$core.bool hasAddress() => $_has(16);
|
||||
$core.bool hasAddress() => $_has(15);
|
||||
@$pb.TagNumber(21)
|
||||
void clearAddress() => $_clearField(21);
|
||||
@$pb.TagNumber(21)
|
||||
$3.Address ensureAddress() => $_ensure(16);
|
||||
$3.Address ensureAddress() => $_ensure(15);
|
||||
|
||||
/// Name of the appointment site
|
||||
@$pb.TagNumber(22)
|
||||
$core.String get siteName => $_getSZ(17);
|
||||
$core.String get siteName => $_getSZ(16);
|
||||
@$pb.TagNumber(22)
|
||||
set siteName($core.String value) => $_setString(17, value);
|
||||
set siteName($core.String value) => $_setString(16, value);
|
||||
@$pb.TagNumber(22)
|
||||
$core.bool hasSiteName() => $_has(17);
|
||||
$core.bool hasSiteName() => $_has(16);
|
||||
@$pb.TagNumber(22)
|
||||
void clearSiteName() => $_clearField(22);
|
||||
}
|
||||
|
||||
@@ -48,7 +48,6 @@ const AppointmentPayload$json = {
|
||||
{'1': 'MetaData', '3': 10, '4': 3, '5': 11, '6': '.api.MetadataElement', '8': {}, '10': 'MetaData'},
|
||||
{'1': 'Attachments', '3': 13, '4': 3, '5': 11, '6': '.api.AttachmentSummary', '8': {}, '10': 'Attachments'},
|
||||
{'1': 'AttachmentNumber', '3': 14, '4': 1, '5': 5, '8': {}, '10': 'AttachmentNumber'},
|
||||
{'1': 'HasCommission', '3': 15, '4': 1, '5': 8, '10': 'HasCommission'},
|
||||
{'1': 'Reason', '3': 17, '4': 1, '5': 9, '10': 'Reason'},
|
||||
{'1': 'InstructionAck', '3': 18, '4': 1, '5': 8, '10': 'InstructionAck'},
|
||||
{'1': 'ActorID', '3': 20, '4': 1, '5': 9, '8': {}, '10': 'ActorID'},
|
||||
@@ -81,16 +80,16 @@ final $typed_data.Uint8List appointmentPayloadDescriptor = $convert.base64Decode
|
||||
'ZW50U3VtbWFyeUJIkkEgMh5OdW1iZXIgb2YgYXR0YWNobWVudHMgcGVyIHR5cGXywRghQXR0YW'
|
||||
'NobWVudEFkZGVkLEF0dGFjaG1lbnRSZW1vdmVkUgtBdHRhY2htZW50cxJMChBBdHRhY2htZW50'
|
||||
'TnVtYmVyGA4gASgFQiCSQR0yG1RvdGFsIG51bWJlciBvZiBhdHRhY2htZW50c1IQQXR0YWNobW'
|
||||
'VudE51bWJlchIkCg1IYXNDb21taXNzaW9uGA8gASgIUg1IYXNDb21taXNzaW9uEhYKBlJlYXNv'
|
||||
'bhgRIAEoCVIGUmVhc29uEiYKDkluc3RydWN0aW9uQWNrGBIgASgIUg5JbnN0cnVjdGlvbkFjax'
|
||||
'LGAgoHQWN0b3JJRBgUIAEoCUKrAvLBGKYCQ3JlYXRlZCxDYW5jZWxlZCxTbG90VXBkYXRlZCxD'
|
||||
'b21taXNzaW9uc1VwZGF0ZWQsQ2FycmllckluZm9ybWF0aW9uVXBkYXRlZCxDYXJyaWVyRXhwZW'
|
||||
'N0ZWQsQ2FycmllckFycml2ZWQsTG9hZGluZ1N0YXJ0ZWQsTG9hZGluZ0NvbXBsZXRlZCxVbmxv'
|
||||
'YWRpbmdTdGFydGVkLFVubG9hZGluZ0NvbXBsZXRlZCxDYXJyaWVyRGVwYXJ0ZWQsTWV0YURhdG'
|
||||
'FVcGRhdGVkLEF0dGFjaG1lbnRBZGRlZCxBdHRhY2htZW50UmVtb3ZlZCxFbWFpbHNBZGRlZCxF'
|
||||
'bWFpbHNSZW1vdmVkLFNhbml0aXNlZCxDdXN0b21GaWVsZHNVcGRhdGVkUgdBY3RvcklEEiYKB0'
|
||||
'FkZHJlc3MYFSABKAsyDC5hcGkuQWRkcmVzc1IHQWRkcmVzcxIaCghTaXRlTmFtZRgWIAEoCVII'
|
||||
'U2l0ZU5hbWU6J5JBJAoi0gEPQXBwb2ludG1lbnRUeXBl0gENU2VnbWVudGF0aW9ucw==');
|
||||
'VudE51bWJlchIWCgZSZWFzb24YESABKAlSBlJlYXNvbhImCg5JbnN0cnVjdGlvbkFjaxgSIAEo'
|
||||
'CFIOSW5zdHJ1Y3Rpb25BY2sSxgIKB0FjdG9ySUQYFCABKAlCqwLywRimAkNyZWF0ZWQsQ2FuY2'
|
||||
'VsZWQsU2xvdFVwZGF0ZWQsQ29tbWlzc2lvbnNVcGRhdGVkLENhcnJpZXJJbmZvcm1hdGlvblVw'
|
||||
'ZGF0ZWQsQ2FycmllckV4cGVjdGVkLENhcnJpZXJBcnJpdmVkLExvYWRpbmdTdGFydGVkLExvYW'
|
||||
'RpbmdDb21wbGV0ZWQsVW5sb2FkaW5nU3RhcnRlZCxVbmxvYWRpbmdDb21wbGV0ZWQsQ2Fycmll'
|
||||
'ckRlcGFydGVkLE1ldGFEYXRhVXBkYXRlZCxBdHRhY2htZW50QWRkZWQsQXR0YWNobWVudFJlbW'
|
||||
'92ZWQsRW1haWxzQWRkZWQsRW1haWxzUmVtb3ZlZCxTYW5pdGlzZWQsQ3VzdG9tRmllbGRzVXBk'
|
||||
'YXRlZFIHQWN0b3JJRBImCgdBZGRyZXNzGBUgASgLMgwuYXBpLkFkZHJlc3NSB0FkZHJlc3MSGg'
|
||||
'oIU2l0ZU5hbWUYFiABKAlSCFNpdGVOYW1lOieSQSQKItIBD0FwcG9pbnRtZW50VHlwZdIBDVNl'
|
||||
'Z21lbnRhdGlvbnM=');
|
||||
|
||||
@$core.Deprecated('Use appointmentTripletDescriptor instead')
|
||||
const AppointmentTriplet$json = {
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -30,7 +30,6 @@ const AppointmentNotifyPayload$json = {
|
||||
{'1': 'MetaData', '3': 10, '4': 3, '5': 11, '6': '.api.MetadataElement', '10': 'MetaData'},
|
||||
{'1': 'Attachments', '3': 13, '4': 3, '5': 11, '6': '.api.AttachmentSummary', '10': 'Attachments'},
|
||||
{'1': 'AttachmentNumber', '3': 14, '4': 1, '5': 5, '10': 'AttachmentNumber'},
|
||||
{'1': 'HasCommission', '3': 15, '4': 1, '5': 8, '10': 'HasCommission'},
|
||||
{'1': 'Reason', '3': 17, '4': 1, '5': 9, '10': 'Reason'},
|
||||
{'1': 'InstructionAck', '3': 18, '4': 1, '5': 8, '10': 'InstructionAck'},
|
||||
],
|
||||
@@ -50,9 +49,9 @@ final $typed_data.Uint8List appointmentNotifyPayloadDescriptor = $convert.base64
|
||||
'dFIGU3RhdHVzEiIKDENyZWF0aW9uRGF0ZRgJIAEoCVIMQ3JlYXRpb25EYXRlEjAKCE1ldGFEYX'
|
||||
'RhGAogAygLMhQuYXBpLk1ldGFkYXRhRWxlbWVudFIITWV0YURhdGESOAoLQXR0YWNobWVudHMY'
|
||||
'DSADKAsyFi5hcGkuQXR0YWNobWVudFN1bW1hcnlSC0F0dGFjaG1lbnRzEioKEEF0dGFjaG1lbn'
|
||||
'ROdW1iZXIYDiABKAVSEEF0dGFjaG1lbnROdW1iZXISJAoNSGFzQ29tbWlzc2lvbhgPIAEoCFIN'
|
||||
'SGFzQ29tbWlzc2lvbhIWCgZSZWFzb24YESABKAlSBlJlYXNvbhImCg5JbnN0cnVjdGlvbkFjax'
|
||||
'gSIAEoCFIOSW5zdHJ1Y3Rpb25BY2s6GaK7GAdDb21tYW5kqLsYAbK7GAZOb3RpZnk=');
|
||||
'ROdW1iZXIYDiABKAVSEEF0dGFjaG1lbnROdW1iZXISFgoGUmVhc29uGBEgASgJUgZSZWFzb24S'
|
||||
'JgoOSW5zdHJ1Y3Rpb25BY2sYEiABKAhSDkluc3RydWN0aW9uQWNrOhmiuxgHQ29tbWFuZKi7GA'
|
||||
'GyuxgGTm90aWZ5');
|
||||
|
||||
@$core.Deprecated('Use appointmentNotifyDescriptor instead')
|
||||
const AppointmentNotify$json = {
|
||||
@@ -92,7 +91,6 @@ const AppointmentMailPayload$json = {
|
||||
{'1': 'MetaData', '3': 10, '4': 3, '5': 11, '6': '.api.MetadataElement', '10': 'MetaData'},
|
||||
{'1': 'Attachments', '3': 13, '4': 3, '5': 11, '6': '.api.AttachmentSummary', '10': 'Attachments'},
|
||||
{'1': 'AttachmentNumber', '3': 14, '4': 1, '5': 5, '10': 'AttachmentNumber'},
|
||||
{'1': 'HasCommission', '3': 15, '4': 1, '5': 8, '10': 'HasCommission'},
|
||||
{'1': 'Reason', '3': 17, '4': 1, '5': 9, '10': 'Reason'},
|
||||
{'1': 'Address', '3': 18, '4': 1, '5': 11, '6': '.api.Address', '10': 'Address'},
|
||||
{'1': 'SiteName', '3': 20, '4': 1, '5': 9, '10': 'SiteName'},
|
||||
@@ -113,10 +111,9 @@ final $typed_data.Uint8List appointmentMailPayloadDescriptor = $convert.base64De
|
||||
'BlN0YXR1cxIiCgxDcmVhdGlvbkRhdGUYCSABKAlSDENyZWF0aW9uRGF0ZRIwCghNZXRhRGF0YR'
|
||||
'gKIAMoCzIULmFwaS5NZXRhZGF0YUVsZW1lbnRSCE1ldGFEYXRhEjgKC0F0dGFjaG1lbnRzGA0g'
|
||||
'AygLMhYuYXBpLkF0dGFjaG1lbnRTdW1tYXJ5UgtBdHRhY2htZW50cxIqChBBdHRhY2htZW50Tn'
|
||||
'VtYmVyGA4gASgFUhBBdHRhY2htZW50TnVtYmVyEiQKDUhhc0NvbW1pc3Npb24YDyABKAhSDUhh'
|
||||
'c0NvbW1pc3Npb24SFgoGUmVhc29uGBEgASgJUgZSZWFzb24SJgoHQWRkcmVzcxgSIAEoCzIMLm'
|
||||
'FwaS5BZGRyZXNzUgdBZGRyZXNzEhoKCFNpdGVOYW1lGBQgASgJUghTaXRlTmFtZToXorsYB0Nv'
|
||||
'bW1hbmSouxgBsrsYBE1haWw=');
|
||||
'VtYmVyGA4gASgFUhBBdHRhY2htZW50TnVtYmVyEhYKBlJlYXNvbhgRIAEoCVIGUmVhc29uEiYK'
|
||||
'B0FkZHJlc3MYEiABKAsyDC5hcGkuQWRkcmVzc1IHQWRkcmVzcxIaCghTaXRlTmFtZRgUIAEoCV'
|
||||
'IIU2l0ZU5hbWU6F6K7GAdDb21tYW5kqLsYAbK7GARNYWls');
|
||||
|
||||
@$core.Deprecated('Use appointmentMailDescriptor instead')
|
||||
const AppointmentMail$json = {
|
||||
|
||||
@@ -30,7 +30,6 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage {
|
||||
$core.Iterable<$core.String>? emails,
|
||||
$core.Iterable<$2.MetadataElement>? metaData,
|
||||
$core.String? reason,
|
||||
$core.bool? hasCommission,
|
||||
$core.bool? instructionAck,
|
||||
$core.Iterable<$2.MetadataElement>? carrierInformation,
|
||||
$core.String? actorID,
|
||||
@@ -45,7 +44,6 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage {
|
||||
if (emails != null) result.emails.addAll(emails);
|
||||
if (metaData != null) result.metaData.addAll(metaData);
|
||||
if (reason != null) result.reason = reason;
|
||||
if (hasCommission != null) result.hasCommission = hasCommission;
|
||||
if (instructionAck != null) result.instructionAck = instructionAck;
|
||||
if (carrierInformation != null) result.carrierInformation.addAll(carrierInformation);
|
||||
if (actorID != null) result.actorID = actorID;
|
||||
@@ -67,7 +65,6 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage {
|
||||
..pPS(7, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
|
||||
..pc<$2.MetadataElement>(8, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $2.MetadataElement.create)
|
||||
..aOS(12, _omitFieldNames ? '' : 'Reason', protoName: 'Reason')
|
||||
..aOB(13, _omitFieldNames ? '' : 'HasCommission', protoName: 'HasCommission')
|
||||
..aOB(14, _omitFieldNames ? '' : 'InstructionAck', protoName: 'InstructionAck')
|
||||
..pc<$2.MetadataElement>(15, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $2.MetadataElement.create)
|
||||
..aOS(16, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
|
||||
@@ -143,56 +140,47 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(12)
|
||||
void clearReason() => $_clearField(12);
|
||||
|
||||
@$pb.TagNumber(13)
|
||||
$core.bool get hasCommission => $_getBF(7);
|
||||
@$pb.TagNumber(13)
|
||||
set hasCommission($core.bool value) => $_setBool(7, value);
|
||||
@$pb.TagNumber(13)
|
||||
$core.bool hasHasCommission() => $_has(7);
|
||||
@$pb.TagNumber(13)
|
||||
void clearHasCommission() => $_clearField(13);
|
||||
|
||||
@$pb.TagNumber(14)
|
||||
$core.bool get instructionAck => $_getBF(8);
|
||||
$core.bool get instructionAck => $_getBF(7);
|
||||
@$pb.TagNumber(14)
|
||||
set instructionAck($core.bool value) => $_setBool(8, value);
|
||||
set instructionAck($core.bool value) => $_setBool(7, value);
|
||||
@$pb.TagNumber(14)
|
||||
$core.bool hasInstructionAck() => $_has(8);
|
||||
$core.bool hasInstructionAck() => $_has(7);
|
||||
@$pb.TagNumber(14)
|
||||
void clearInstructionAck() => $_clearField(14);
|
||||
|
||||
/// Carrier information metadata
|
||||
@$pb.TagNumber(15)
|
||||
$pb.PbList<$2.MetadataElement> get carrierInformation => $_getList(9);
|
||||
$pb.PbList<$2.MetadataElement> get carrierInformation => $_getList(8);
|
||||
|
||||
@$pb.TagNumber(16)
|
||||
$core.String get actorID => $_getSZ(10);
|
||||
$core.String get actorID => $_getSZ(9);
|
||||
@$pb.TagNumber(16)
|
||||
set actorID($core.String value) => $_setString(10, value);
|
||||
set actorID($core.String value) => $_setString(9, value);
|
||||
@$pb.TagNumber(16)
|
||||
$core.bool hasActorID() => $_has(10);
|
||||
$core.bool hasActorID() => $_has(9);
|
||||
@$pb.TagNumber(16)
|
||||
void clearActorID() => $_clearField(16);
|
||||
|
||||
/// Address of the appointment site
|
||||
@$pb.TagNumber(17)
|
||||
$3.Address get address => $_getN(11);
|
||||
$3.Address get address => $_getN(10);
|
||||
@$pb.TagNumber(17)
|
||||
set address($3.Address value) => $_setField(17, value);
|
||||
@$pb.TagNumber(17)
|
||||
$core.bool hasAddress() => $_has(11);
|
||||
$core.bool hasAddress() => $_has(10);
|
||||
@$pb.TagNumber(17)
|
||||
void clearAddress() => $_clearField(17);
|
||||
@$pb.TagNumber(17)
|
||||
$3.Address ensureAddress() => $_ensure(11);
|
||||
$3.Address ensureAddress() => $_ensure(10);
|
||||
|
||||
/// Name of the appointment site
|
||||
@$pb.TagNumber(18)
|
||||
$core.String get siteName => $_getSZ(12);
|
||||
$core.String get siteName => $_getSZ(11);
|
||||
@$pb.TagNumber(18)
|
||||
set siteName($core.String value) => $_setString(12, value);
|
||||
set siteName($core.String value) => $_setString(11, value);
|
||||
@$pb.TagNumber(18)
|
||||
$core.bool hasSiteName() => $_has(12);
|
||||
$core.bool hasSiteName() => $_has(11);
|
||||
@$pb.TagNumber(18)
|
||||
void clearSiteName() => $_clearField(18);
|
||||
}
|
||||
|
||||
@@ -26,7 +26,6 @@ const AppointmentCreatedPayload$json = {
|
||||
{'1': 'Emails', '3': 7, '4': 3, '5': 9, '8': {}, '10': 'Emails'},
|
||||
{'1': 'MetaData', '3': 8, '4': 3, '5': 11, '6': '.api.MetadataElement', '8': {}, '10': 'MetaData'},
|
||||
{'1': 'Reason', '3': 12, '4': 1, '5': 9, '10': 'Reason'},
|
||||
{'1': 'HasCommission', '3': 13, '4': 1, '5': 8, '10': 'HasCommission'},
|
||||
{'1': 'InstructionAck', '3': 14, '4': 1, '5': 8, '10': 'InstructionAck'},
|
||||
{'1': 'ActorID', '3': 16, '4': 1, '5': 9, '10': 'ActorID'},
|
||||
{'1': 'Address', '3': 17, '4': 1, '5': 11, '6': '.api.Address', '10': 'Address'},
|
||||
@@ -50,11 +49,11 @@ final $typed_data.Uint8List appointmentCreatedPayloadDescriptor = $convert.base6
|
||||
'RWxlbWVudEKUAZJBhQEyggFNZXRhZGF0YSBhcmUgY2hhcmFjdGVyaXN0aWNzIHNwZWNpZmljIH'
|
||||
'RvIHRoZSBzaXRlLiBUaGV5IGNhbiBiZSBvZiBzZXZlcmFsIGRhdGEgZm9ybSAoc3RyaW5nLCBp'
|
||||
'bnRlZ2VyLCBmbG9hdCwgYm9vbGVhbiBvciB0aW1lc3RhbXApwMEYAerBGANLZXlSCE1ldGFEYX'
|
||||
'RhEhYKBlJlYXNvbhgMIAEoCVIGUmVhc29uEiQKDUhhc0NvbW1pc3Npb24YDSABKAhSDUhhc0Nv'
|
||||
'bW1pc3Npb24SJgoOSW5zdHJ1Y3Rpb25BY2sYDiABKAhSDkluc3RydWN0aW9uQWNrEhgKB0FjdG'
|
||||
'9ySUQYECABKAlSB0FjdG9ySUQSJgoHQWRkcmVzcxgRIAEoCzIMLmFwaS5BZGRyZXNzUgdBZGRy'
|
||||
'ZXNzEhoKCFNpdGVOYW1lGBIgASgJUghTaXRlTmFtZTo+kkEjCiEyDUV2ZW50IFBheWxvYWTSAQ'
|
||||
'9BcHBvaW50bWVudFR5cGWiuxgFRXZlbnSouxgBursYB0NyZWF0ZWQ=');
|
||||
'RhEhYKBlJlYXNvbhgMIAEoCVIGUmVhc29uEiYKDkluc3RydWN0aW9uQWNrGA4gASgIUg5JbnN0'
|
||||
'cnVjdGlvbkFjaxIYCgdBY3RvcklEGBAgASgJUgdBY3RvcklEEiYKB0FkZHJlc3MYESABKAsyDC'
|
||||
'5hcGkuQWRkcmVzc1IHQWRkcmVzcxIaCghTaXRlTmFtZRgSIAEoCVIIU2l0ZU5hbWU6PpJBIwoh'
|
||||
'Mg1FdmVudCBQYXlsb2Fk0gEPQXBwb2ludG1lbnRUeXBlorsYBUV2ZW50qLsYAbq7GAdDcmVhdG'
|
||||
'Vk');
|
||||
|
||||
@$core.Deprecated('Use appointmentCreatedEventDescriptor instead')
|
||||
const AppointmentCreatedEvent$json = {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: dart_core_sdk
|
||||
description: dart libs from core model proto files
|
||||
version: 1.12.0-SNAPSHOT-251205105738
|
||||
version: 1.12.0-SNAPSHOT-251205140338
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user