Latest generation

This commit is contained in:
ci core model
2025-10-21 07:38:30 +00:00
parent cbf2532aec
commit 7c9ccd7ca7
14 changed files with 267 additions and 911 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.12.0-SNAPSHOT-251020135902
Lib version: 1.12.0-SNAPSHOT-251021073739

View File

@@ -103,7 +103,6 @@ class AppointmentPayload extends $pb.GeneratedMessage {
$1.AppointmentType? appointmentType,
$core.Iterable<$1.AppointmentCommission>? commissions,
$core.Iterable<$1.SegmentationSelection>? segmentationSelections,
$core.Iterable<$1.CarrierInformationWithValue>? carrierInformation,
$1.Slot? slot,
$core.Iterable<$core.String>? emails,
$2.AppointmentStatusStruct? status,
@@ -122,7 +121,6 @@ class AppointmentPayload extends $pb.GeneratedMessage {
if (appointmentType != null) result.appointmentType = appointmentType;
if (commissions != null) result.commissions.addAll(commissions);
if (segmentationSelections != null) result.segmentationSelections.addAll(segmentationSelections);
if (carrierInformation != null) result.carrierInformation.addAll(carrierInformation);
if (slot != null) result.slot = slot;
if (emails != null) result.emails.addAll(emails);
if (status != null) result.status = status;
@@ -148,7 +146,6 @@ class AppointmentPayload extends $pb.GeneratedMessage {
..e<$1.AppointmentType>(1, _omitFieldNames ? '' : 'AppointmentType', $pb.PbFieldType.OE, protoName: 'AppointmentType', defaultOrMaker: $1.AppointmentType.APPOINTMENT_TYPE_UNKNOWN, valueOf: $1.AppointmentType.valueOf, enumValues: $1.AppointmentType.values)
..pc<$1.AppointmentCommission>(2, _omitFieldNames ? '' : 'Commissions', $pb.PbFieldType.PM, protoName: 'Commissions', subBuilder: $1.AppointmentCommission.create)
..pc<$1.SegmentationSelection>(4, _omitFieldNames ? '' : 'SegmentationSelections', $pb.PbFieldType.PM, protoName: 'SegmentationSelections', subBuilder: $1.SegmentationSelection.create)
..pc<$1.CarrierInformationWithValue>(5, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $1.CarrierInformationWithValue.create)
..aOM<$1.Slot>(6, _omitFieldNames ? '' : 'Slot', protoName: 'Slot', subBuilder: $1.Slot.create)
..pPS(7, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
..aOM<$2.AppointmentStatusStruct>(8, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $2.AppointmentStatusStruct.create)
@@ -201,113 +198,109 @@ class AppointmentPayload extends $pb.GeneratedMessage {
@$pb.TagNumber(4)
$pb.PbList<$1.SegmentationSelection> get segmentationSelections => $_getList(2);
/// Required carrierInformation, some can be obligatory
@$pb.TagNumber(5)
$pb.PbList<$1.CarrierInformationWithValue> get carrierInformation => $_getList(3);
/// The slot booked for the appointment
@$pb.TagNumber(6)
$1.Slot get slot => $_getN(4);
$1.Slot get slot => $_getN(3);
@$pb.TagNumber(6)
set slot($1.Slot value) => $_setField(6, value);
@$pb.TagNumber(6)
$core.bool hasSlot() => $_has(4);
$core.bool hasSlot() => $_has(3);
@$pb.TagNumber(6)
void clearSlot() => $_clearField(6);
@$pb.TagNumber(6)
$1.Slot ensureSlot() => $_ensure(4);
$1.Slot ensureSlot() => $_ensure(3);
/// User mails being notified on this appointment
/// TODO Need to add a structure to store platform user identifiers which can act on this appointment ?
@$pb.TagNumber(7)
$pb.PbList<$core.String> get emails => $_getList(5);
$pb.PbList<$core.String> get emails => $_getList(4);
/// Appointment Status and status history
@$pb.TagNumber(8)
$2.AppointmentStatusStruct get status => $_getN(6);
$2.AppointmentStatusStruct get status => $_getN(5);
@$pb.TagNumber(8)
set status($2.AppointmentStatusStruct value) => $_setField(8, value);
@$pb.TagNumber(8)
$core.bool hasStatus() => $_has(6);
$core.bool hasStatus() => $_has(5);
@$pb.TagNumber(8)
void clearStatus() => $_clearField(8);
@$pb.TagNumber(8)
$2.AppointmentStatusStruct ensureStatus() => $_ensure(6);
$2.AppointmentStatusStruct ensureStatus() => $_ensure(5);
/// Creation date of the appointment
@$pb.TagNumber(9)
$core.String get creationDate => $_getSZ(7);
$core.String get creationDate => $_getSZ(6);
@$pb.TagNumber(9)
set creationDate($core.String value) => $_setString(7, value);
set creationDate($core.String value) => $_setString(6, value);
@$pb.TagNumber(9)
$core.bool hasCreationDate() => $_has(7);
$core.bool hasCreationDate() => $_has(6);
@$pb.TagNumber(9)
void clearCreationDate() => $_clearField(9);
@$pb.TagNumber(10)
$pb.PbList<$0.MetadataElement> get metaData => $_getList(8);
$pb.PbList<$0.MetadataElement> get metaData => $_getList(7);
@$pb.TagNumber(11)
$core.String get carrierID => $_getSZ(9);
$core.String get carrierID => $_getSZ(8);
@$pb.TagNumber(11)
set carrierID($core.String value) => $_setString(9, value);
set carrierID($core.String value) => $_setString(8, value);
@$pb.TagNumber(11)
$core.bool hasCarrierID() => $_has(9);
$core.bool hasCarrierID() => $_has(8);
@$pb.TagNumber(11)
void clearCarrierID() => $_clearField(11);
@$pb.TagNumber(12)
$core.String get carrierName => $_getSZ(10);
$core.String get carrierName => $_getSZ(9);
@$pb.TagNumber(12)
set carrierName($core.String value) => $_setString(10, value);
set carrierName($core.String value) => $_setString(9, value);
@$pb.TagNumber(12)
$core.bool hasCarrierName() => $_has(10);
$core.bool hasCarrierName() => $_has(9);
@$pb.TagNumber(12)
void clearCarrierName() => $_clearField(12);
@$pb.TagNumber(13)
$pb.PbList<$0.AttachmentSummary> get attachments => $_getList(11);
$pb.PbList<$0.AttachmentSummary> get attachments => $_getList(10);
@$pb.TagNumber(14)
$core.int get attachmentNumber => $_getIZ(12);
$core.int get attachmentNumber => $_getIZ(11);
@$pb.TagNumber(14)
set attachmentNumber($core.int value) => $_setSignedInt32(12, value);
set attachmentNumber($core.int value) => $_setSignedInt32(11, value);
@$pb.TagNumber(14)
$core.bool hasAttachmentNumber() => $_has(12);
$core.bool hasAttachmentNumber() => $_has(11);
@$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(13);
$core.bool get hasCommission => $_getBF(12);
@$pb.TagNumber(15)
set hasCommission($core.bool value) => $_setBool(13, value);
set hasCommission($core.bool value) => $_setBool(12, value);
@$pb.TagNumber(15)
$core.bool hasHasCommission() => $_has(13);
$core.bool hasHasCommission() => $_has(12);
@$pb.TagNumber(15)
void clearHasCommission() => $_clearField(15);
/// Emails removed from the appointment
@$pb.TagNumber(16)
$pb.PbList<$core.String> get removedEmails => $_getList(14);
$pb.PbList<$core.String> get removedEmails => $_getList(13);
/// The Reason for which the appointment has no commission
@$pb.TagNumber(17)
$core.String get reason => $_getSZ(15);
$core.String get reason => $_getSZ(14);
@$pb.TagNumber(17)
set reason($core.String value) => $_setString(15, value);
set reason($core.String value) => $_setString(14, value);
@$pb.TagNumber(17)
$core.bool hasReason() => $_has(15);
$core.bool hasReason() => $_has(14);
@$pb.TagNumber(17)
void clearReason() => $_clearField(17);
/// Acknowledgment of the site instructions
@$pb.TagNumber(18)
$core.bool get instructionAck => $_getBF(16);
$core.bool get instructionAck => $_getBF(15);
@$pb.TagNumber(18)
set instructionAck($core.bool value) => $_setBool(16, value);
set instructionAck($core.bool value) => $_setBool(15, value);
@$pb.TagNumber(18)
$core.bool hasInstructionAck() => $_has(16);
$core.bool hasInstructionAck() => $_has(15);
@$pb.TagNumber(18)
void clearInstructionAck() => $_clearField(18);
}

View File

@@ -39,7 +39,6 @@ const AppointmentPayload$json = {
{'1': 'AppointmentType', '3': 1, '4': 1, '5': 14, '6': '.api.AppointmentType', '10': 'AppointmentType'},
{'1': 'Commissions', '3': 2, '4': 3, '5': 11, '6': '.api.AppointmentCommission', '10': 'Commissions'},
{'1': 'SegmentationSelections', '3': 4, '4': 3, '5': 11, '6': '.api.SegmentationSelection', '10': 'SegmentationSelections'},
{'1': 'CarrierInformation', '3': 5, '4': 3, '5': 11, '6': '.api.CarrierInformationWithValue', '10': 'CarrierInformation'},
{'1': 'Slot', '3': 6, '4': 1, '5': 11, '6': '.api.Slot', '10': 'Slot'},
{'1': 'Emails', '3': 7, '4': 3, '5': 9, '8': {}, '10': 'Emails'},
{'1': 'RemovedEmails', '3': 16, '4': 3, '5': 9, '8': {}, '10': 'RemovedEmails'},
@@ -63,27 +62,25 @@ final $typed_data.Uint8List appointmentPayloadDescriptor = $convert.base64Decode
'9pbnRtZW50VHlwZVIPQXBwb2ludG1lbnRUeXBlEjwKC0NvbW1pc3Npb25zGAIgAygLMhouYXBp'
'LkFwcG9pbnRtZW50Q29tbWlzc2lvblILQ29tbWlzc2lvbnMSUgoWU2VnbWVudGF0aW9uU2VsZW'
'N0aW9ucxgEIAMoCzIaLmFwaS5TZWdtZW50YXRpb25TZWxlY3Rpb25SFlNlZ21lbnRhdGlvblNl'
'bGVjdGlvbnMSUAoSQ2FycmllckluZm9ybWF0aW9uGAUgAygLMiAuYXBpLkNhcnJpZXJJbmZvcm'
'1hdGlvbldpdGhWYWx1ZVISQ2FycmllckluZm9ybWF0aW9uEh0KBFNsb3QYBiABKAsyCS5hcGku'
'U2xvdFIEU2xvdBKbAQoGRW1haWxzGAcgAygJQoIBkkFRMh1NdXN0IGJlIGEgdmFsaWQgZW1haW'
'wgYWRkcmVzc0owWyJKb2huLmRvZUByZWZsZXguY29tIiwgIndpbGwuc21pdGhAcmVmbGV4LmNv'
'bSJd+kIOkgELCAEiB3IFYAHwAQHywRgZRW1haWxzUmVtb3ZlZCxFbWFpbHNBZGRlZFIGRW1haW'
'xzEjwKDVJlbW92ZWRFbWFpbHMYECADKAlCFpJBAkAB8sEYDUVtYWlsc1JlbW92ZWRSDVJlbW92'
'ZWRFbWFpbHMSZQoGU3RhdHVzGAggASgLMhwuYXBpLkFwcG9pbnRtZW50U3RhdHVzU3RydWN0Qi'
'+SQRsyGVN0YXR1cyBvZiB0aGUgYXBwb2ludG1lbnTywRgNU3RhdHVzVXBkYXRlZFIGU3RhdHVz'
'EjsKDENyZWF0aW9uRGF0ZRgJIAEoCUIX+kIFcgPQAQHawhgLCgkKASoSBGRhdGVSDENyZWF0aW'
'9uRGF0ZRLHAQoITWV0YURhdGEYCiADKAsyFC5hcGkuTWV0YWRhdGFFbGVtZW50QpQBkkGFATKC'
'AU1ldGFkYXRhIGFyZSBjaGFyYWN0ZXJpc3RpY3Mgc3BlY2lmaWMgdG8gdGhlIHNpdGUuIFRoZX'
'kgY2FuIGJlIG9mIHNldmVyYWwgZGF0YSBmb3JtIChzdHJpbmcsIGludGVnZXIsIGZsb2F0LCBi'
'b29sZWFuIG9yIHRpbWVzdGFtcCnAwRgB6sEYA0tleVIITWV0YURhdGESHAoJQ2FycmllcklEGA'
'sgASgJUglDYXJyaWVySUQSIAoLQ2Fycmllck5hbWUYDCABKAlSC0NhcnJpZXJOYW1lEoIBCgtB'
'dHRhY2htZW50cxgNIAMoCzIWLmFwaS5BdHRhY2htZW50U3VtbWFyeUJIkkEgMh5OdW1iZXIgb2'
'YgYXR0YWNobWVudHMgcGVyIHR5cGXywRghQXR0YWNobWVudEFkZGVkLEF0dGFjaG1lbnRSZW1v'
'dmVkUgtBdHRhY2htZW50cxJMChBBdHRhY2htZW50TnVtYmVyGA4gASgFQiCSQR0yG1RvdGFsIG'
'51bWJlciBvZiBhdHRhY2htZW50c1IQQXR0YWNobWVudE51bWJlchIkCg1IYXNDb21taXNzaW9u'
'GA8gASgIUg1IYXNDb21taXNzaW9uEhYKBlJlYXNvbhgRIAEoCVIGUmVhc29uEiYKDkluc3RydW'
'N0aW9uQWNrGBIgASgIUg5JbnN0cnVjdGlvbkFjazonkkEkCiLSAQ9BcHBvaW50bWVudFR5cGXS'
'AQ1TZWdtZW50YXRpb25z');
'bGVjdGlvbnMSHQoEU2xvdBgGIAEoCzIJLmFwaS5TbG90UgRTbG90EpsBCgZFbWFpbHMYByADKA'
'lCggGSQVEyHU11c3QgYmUgYSB2YWxpZCBlbWFpbCBhZGRyZXNzSjBbIkpvaG4uZG9lQHJlZmxl'
'eC5jb20iLCAid2lsbC5zbWl0aEByZWZsZXguY29tIl36Qg6SAQsIASIHcgVgAfABAfLBGBlFbW'
'FpbHNSZW1vdmVkLEVtYWlsc0FkZGVkUgZFbWFpbHMSPAoNUmVtb3ZlZEVtYWlscxgQIAMoCUIW'
'kkECQAHywRgNRW1haWxzUmVtb3ZlZFINUmVtb3ZlZEVtYWlscxJlCgZTdGF0dXMYCCABKAsyHC'
'5hcGkuQXBwb2ludG1lbnRTdGF0dXNTdHJ1Y3RCL5JBGzIZU3RhdHVzIG9mIHRoZSBhcHBvaW50'
'bWVudPLBGA1TdGF0dXNVcGRhdGVkUgZTdGF0dXMSOwoMQ3JlYXRpb25EYXRlGAkgASgJQhf6Qg'
'VyA9ABAdrCGAsKCQoBKhIEZGF0ZVIMQ3JlYXRpb25EYXRlEscBCghNZXRhRGF0YRgKIAMoCzIU'
'LmFwaS5NZXRhZGF0YUVsZW1lbnRClAGSQYUBMoIBTWV0YWRhdGEgYXJlIGNoYXJhY3RlcmlzdG'
'ljcyBzcGVjaWZpYyB0byB0aGUgc2l0ZS4gVGhleSBjYW4gYmUgb2Ygc2V2ZXJhbCBkYXRhIGZv'
'cm0gKHN0cmluZywgaW50ZWdlciwgZmxvYXQsIGJvb2xlYW4gb3IgdGltZXN0YW1wKcDBGAHqwR'
'gDS2V5UghNZXRhRGF0YRIcCglDYXJyaWVySUQYCyABKAlSCUNhcnJpZXJJRBIgCgtDYXJyaWVy'
'TmFtZRgMIAEoCVILQ2Fycmllck5hbWUSggEKC0F0dGFjaG1lbnRzGA0gAygLMhYuYXBpLkF0dG'
'FjaG1lbnRTdW1tYXJ5QkiSQSAyHk51bWJlciBvZiBhdHRhY2htZW50cyBwZXIgdHlwZfLBGCFB'
'dHRhY2htZW50QWRkZWQsQXR0YWNobWVudFJlbW92ZWRSC0F0dGFjaG1lbnRzEkwKEEF0dGFjaG'
'1lbnROdW1iZXIYDiABKAVCIJJBHTIbVG90YWwgbnVtYmVyIG9mIGF0dGFjaG1lbnRzUhBBdHRh'
'Y2htZW50TnVtYmVyEiQKDUhhc0NvbW1pc3Npb24YDyABKAhSDUhhc0NvbW1pc3Npb24SFgoGUm'
'Vhc29uGBEgASgJUgZSZWFzb24SJgoOSW5zdHJ1Y3Rpb25BY2sYEiABKAhSDkluc3RydWN0aW9u'
'QWNrOieSQSQKItIBD0FwcG9pbnRtZW50VHlwZdIBDVNlZ21lbnRhdGlvbnM=');
@$core.Deprecated('Use appointmentTripletDescriptor instead')
const AppointmentTriplet$json = {

View File

@@ -27,7 +27,6 @@ class AppointmentNotifyPayload extends $pb.GeneratedMessage {
$0.AppointmentType? appointmentType,
$core.Iterable<$0.AppointmentCommission>? commissions,
$core.Iterable<$0.SegmentationSelection>? segmentationSelections,
$core.Iterable<$0.CarrierInformationWithValue>? carrierInformation,
$0.Slot? slot,
$core.Iterable<$core.String>? emails,
$1.AppointmentStatusStruct? status,
@@ -46,7 +45,6 @@ class AppointmentNotifyPayload extends $pb.GeneratedMessage {
if (appointmentType != null) result.appointmentType = appointmentType;
if (commissions != null) result.commissions.addAll(commissions);
if (segmentationSelections != null) result.segmentationSelections.addAll(segmentationSelections);
if (carrierInformation != null) result.carrierInformation.addAll(carrierInformation);
if (slot != null) result.slot = slot;
if (emails != null) result.emails.addAll(emails);
if (status != null) result.status = status;
@@ -72,7 +70,6 @@ class AppointmentNotifyPayload extends $pb.GeneratedMessage {
..e<$0.AppointmentType>(1, _omitFieldNames ? '' : 'AppointmentType', $pb.PbFieldType.OE, protoName: 'AppointmentType', defaultOrMaker: $0.AppointmentType.APPOINTMENT_TYPE_UNKNOWN, valueOf: $0.AppointmentType.valueOf, enumValues: $0.AppointmentType.values)
..pc<$0.AppointmentCommission>(2, _omitFieldNames ? '' : 'Commissions', $pb.PbFieldType.PM, protoName: 'Commissions', subBuilder: $0.AppointmentCommission.create)
..pc<$0.SegmentationSelection>(4, _omitFieldNames ? '' : 'SegmentationSelections', $pb.PbFieldType.PM, protoName: 'SegmentationSelections', subBuilder: $0.SegmentationSelection.create)
..pc<$0.CarrierInformationWithValue>(5, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $0.CarrierInformationWithValue.create)
..aOM<$0.Slot>(6, _omitFieldNames ? '' : 'Slot', protoName: 'Slot', subBuilder: $0.Slot.create)
..pPS(7, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
..aOM<$1.AppointmentStatusStruct>(8, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $1.AppointmentStatusStruct.create)
@@ -121,103 +118,101 @@ class AppointmentNotifyPayload extends $pb.GeneratedMessage {
@$pb.TagNumber(4)
$pb.PbList<$0.SegmentationSelection> get segmentationSelections => $_getList(2);
@$pb.TagNumber(5)
$pb.PbList<$0.CarrierInformationWithValue> get carrierInformation => $_getList(3);
/// repeated CarrierInformationWithValue CarrierInformation = 5;
@$pb.TagNumber(6)
$0.Slot get slot => $_getN(4);
$0.Slot get slot => $_getN(3);
@$pb.TagNumber(6)
set slot($0.Slot value) => $_setField(6, value);
@$pb.TagNumber(6)
$core.bool hasSlot() => $_has(4);
$core.bool hasSlot() => $_has(3);
@$pb.TagNumber(6)
void clearSlot() => $_clearField(6);
@$pb.TagNumber(6)
$0.Slot ensureSlot() => $_ensure(4);
$0.Slot ensureSlot() => $_ensure(3);
@$pb.TagNumber(7)
$pb.PbList<$core.String> get emails => $_getList(5);
$pb.PbList<$core.String> get emails => $_getList(4);
@$pb.TagNumber(8)
$1.AppointmentStatusStruct get status => $_getN(6);
$1.AppointmentStatusStruct get status => $_getN(5);
@$pb.TagNumber(8)
set status($1.AppointmentStatusStruct value) => $_setField(8, value);
@$pb.TagNumber(8)
$core.bool hasStatus() => $_has(6);
$core.bool hasStatus() => $_has(5);
@$pb.TagNumber(8)
void clearStatus() => $_clearField(8);
@$pb.TagNumber(8)
$1.AppointmentStatusStruct ensureStatus() => $_ensure(6);
$1.AppointmentStatusStruct ensureStatus() => $_ensure(5);
@$pb.TagNumber(9)
$core.String get creationDate => $_getSZ(7);
$core.String get creationDate => $_getSZ(6);
@$pb.TagNumber(9)
set creationDate($core.String value) => $_setString(7, value);
set creationDate($core.String value) => $_setString(6, value);
@$pb.TagNumber(9)
$core.bool hasCreationDate() => $_has(7);
$core.bool hasCreationDate() => $_has(6);
@$pb.TagNumber(9)
void clearCreationDate() => $_clearField(9);
@$pb.TagNumber(10)
$pb.PbList<$2.MetadataElement> get metaData => $_getList(8);
$pb.PbList<$2.MetadataElement> get metaData => $_getList(7);
@$pb.TagNumber(11)
$core.String get carrierID => $_getSZ(9);
$core.String get carrierID => $_getSZ(8);
@$pb.TagNumber(11)
set carrierID($core.String value) => $_setString(9, value);
set carrierID($core.String value) => $_setString(8, value);
@$pb.TagNumber(11)
$core.bool hasCarrierID() => $_has(9);
$core.bool hasCarrierID() => $_has(8);
@$pb.TagNumber(11)
void clearCarrierID() => $_clearField(11);
@$pb.TagNumber(12)
$core.String get carrierName => $_getSZ(10);
$core.String get carrierName => $_getSZ(9);
@$pb.TagNumber(12)
set carrierName($core.String value) => $_setString(10, value);
set carrierName($core.String value) => $_setString(9, value);
@$pb.TagNumber(12)
$core.bool hasCarrierName() => $_has(10);
$core.bool hasCarrierName() => $_has(9);
@$pb.TagNumber(12)
void clearCarrierName() => $_clearField(12);
@$pb.TagNumber(13)
$pb.PbList<$2.AttachmentSummary> get attachments => $_getList(11);
$pb.PbList<$2.AttachmentSummary> get attachments => $_getList(10);
@$pb.TagNumber(14)
$core.int get attachmentNumber => $_getIZ(12);
$core.int get attachmentNumber => $_getIZ(11);
@$pb.TagNumber(14)
set attachmentNumber($core.int value) => $_setSignedInt32(12, value);
set attachmentNumber($core.int value) => $_setSignedInt32(11, value);
@$pb.TagNumber(14)
$core.bool hasAttachmentNumber() => $_has(12);
$core.bool hasAttachmentNumber() => $_has(11);
@$pb.TagNumber(14)
void clearAttachmentNumber() => $_clearField(14);
@$pb.TagNumber(15)
$core.bool get hasCommission => $_getBF(13);
$core.bool get hasCommission => $_getBF(12);
@$pb.TagNumber(15)
set hasCommission($core.bool value) => $_setBool(13, value);
set hasCommission($core.bool value) => $_setBool(12, value);
@$pb.TagNumber(15)
$core.bool hasHasCommission() => $_has(13);
$core.bool hasHasCommission() => $_has(12);
@$pb.TagNumber(15)
void clearHasCommission() => $_clearField(15);
@$pb.TagNumber(16)
$pb.PbList<$core.String> get removedEmails => $_getList(14);
$pb.PbList<$core.String> get removedEmails => $_getList(13);
@$pb.TagNumber(17)
$core.String get reason => $_getSZ(15);
$core.String get reason => $_getSZ(14);
@$pb.TagNumber(17)
set reason($core.String value) => $_setString(15, value);
set reason($core.String value) => $_setString(14, value);
@$pb.TagNumber(17)
$core.bool hasReason() => $_has(15);
$core.bool hasReason() => $_has(14);
@$pb.TagNumber(17)
void clearReason() => $_clearField(17);
@$pb.TagNumber(18)
$core.bool get instructionAck => $_getBF(16);
$core.bool get instructionAck => $_getBF(15);
@$pb.TagNumber(18)
set instructionAck($core.bool value) => $_setBool(16, value);
set instructionAck($core.bool value) => $_setBool(15, value);
@$pb.TagNumber(18)
$core.bool hasInstructionAck() => $_has(16);
$core.bool hasInstructionAck() => $_has(15);
@$pb.TagNumber(18)
void clearInstructionAck() => $_clearField(18);
}

View File

@@ -21,7 +21,6 @@ const AppointmentNotifyPayload$json = {
{'1': 'AppointmentType', '3': 1, '4': 1, '5': 14, '6': '.api.AppointmentType', '10': 'AppointmentType'},
{'1': 'Commissions', '3': 2, '4': 3, '5': 11, '6': '.api.AppointmentCommission', '10': 'Commissions'},
{'1': 'SegmentationSelections', '3': 4, '4': 3, '5': 11, '6': '.api.SegmentationSelection', '10': 'SegmentationSelections'},
{'1': 'CarrierInformation', '3': 5, '4': 3, '5': 11, '6': '.api.CarrierInformationWithValue', '10': 'CarrierInformation'},
{'1': 'Slot', '3': 6, '4': 1, '5': 11, '6': '.api.Slot', '10': 'Slot'},
{'1': 'Emails', '3': 7, '4': 3, '5': 9, '10': 'Emails'},
{'1': 'RemovedEmails', '3': 16, '4': 3, '5': 9, '10': 'RemovedEmails'},
@@ -45,18 +44,16 @@ final $typed_data.Uint8List appointmentNotifyPayloadDescriptor = $convert.base64
'BpLkFwcG9pbnRtZW50VHlwZVIPQXBwb2ludG1lbnRUeXBlEjwKC0NvbW1pc3Npb25zGAIgAygL'
'MhouYXBpLkFwcG9pbnRtZW50Q29tbWlzc2lvblILQ29tbWlzc2lvbnMSUgoWU2VnbWVudGF0aW'
'9uU2VsZWN0aW9ucxgEIAMoCzIaLmFwaS5TZWdtZW50YXRpb25TZWxlY3Rpb25SFlNlZ21lbnRh'
'dGlvblNlbGVjdGlvbnMSUAoSQ2FycmllckluZm9ybWF0aW9uGAUgAygLMiAuYXBpLkNhcnJpZX'
'JJbmZvcm1hdGlvbldpdGhWYWx1ZVISQ2FycmllckluZm9ybWF0aW9uEh0KBFNsb3QYBiABKAsy'
'CS5hcGkuU2xvdFIEU2xvdBIWCgZFbWFpbHMYByADKAlSBkVtYWlscxIkCg1SZW1vdmVkRW1haW'
'xzGBAgAygJUg1SZW1vdmVkRW1haWxzEjQKBlN0YXR1cxgIIAEoCzIcLmFwaS5BcHBvaW50bWVu'
'dFN0YXR1c1N0cnVjdFIGU3RhdHVzEiIKDENyZWF0aW9uRGF0ZRgJIAEoCVIMQ3JlYXRpb25EYX'
'RlEjAKCE1ldGFEYXRhGAogAygLMhQuYXBpLk1ldGFkYXRhRWxlbWVudFIITWV0YURhdGESHAoJ'
'Q2FycmllcklEGAsgASgJUglDYXJyaWVySUQSIAoLQ2Fycmllck5hbWUYDCABKAlSC0NhcnJpZX'
'JOYW1lEjgKC0F0dGFjaG1lbnRzGA0gAygLMhYuYXBpLkF0dGFjaG1lbnRTdW1tYXJ5UgtBdHRh'
'Y2htZW50cxIqChBBdHRhY2htZW50TnVtYmVyGA4gASgFUhBBdHRhY2htZW50TnVtYmVyEiQKDU'
'hhc0NvbW1pc3Npb24YDyABKAhSDUhhc0NvbW1pc3Npb24SFgoGUmVhc29uGBEgASgJUgZSZWFz'
'b24SJgoOSW5zdHJ1Y3Rpb25BY2sYEiABKAhSDkluc3RydWN0aW9uQWNrOhmiuxgHQ29tbWFuZK'
'i7GAGyuxgGTm90aWZ5');
'dGlvblNlbGVjdGlvbnMSHQoEU2xvdBgGIAEoCzIJLmFwaS5TbG90UgRTbG90EhYKBkVtYWlscx'
'gHIAMoCVIGRW1haWxzEiQKDVJlbW92ZWRFbWFpbHMYECADKAlSDVJlbW92ZWRFbWFpbHMSNAoG'
'U3RhdHVzGAggASgLMhwuYXBpLkFwcG9pbnRtZW50U3RhdHVzU3RydWN0UgZTdGF0dXMSIgoMQ3'
'JlYXRpb25EYXRlGAkgASgJUgxDcmVhdGlvbkRhdGUSMAoITWV0YURhdGEYCiADKAsyFC5hcGku'
'TWV0YWRhdGFFbGVtZW50UghNZXRhRGF0YRIcCglDYXJyaWVySUQYCyABKAlSCUNhcnJpZXJJRB'
'IgCgtDYXJyaWVyTmFtZRgMIAEoCVILQ2Fycmllck5hbWUSOAoLQXR0YWNobWVudHMYDSADKAsy'
'Fi5hcGkuQXR0YWNobWVudFN1bW1hcnlSC0F0dGFjaG1lbnRzEioKEEF0dGFjaG1lbnROdW1iZX'
'IYDiABKAVSEEF0dGFjaG1lbnROdW1iZXISJAoNSGFzQ29tbWlzc2lvbhgPIAEoCFINSGFzQ29t'
'bWlzc2lvbhIWCgZSZWFzb24YESABKAlSBlJlYXNvbhImCg5JbnN0cnVjdGlvbkFjaxgSIAEoCF'
'IOSW5zdHJ1Y3Rpb25BY2s6GaK7GAdDb21tYW5kqLsYAbK7GAZOb3RpZnk=');
@$core.Deprecated('Use appointmentNotifyDescriptor instead')
const AppointmentNotify$json = {

View File

@@ -25,7 +25,6 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage {
$1.AppointmentType? appointmentType,
$core.Iterable<$1.AppointmentCommission>? commissions,
$core.Iterable<$1.SegmentationSelection>? segmentationSelections,
$core.Iterable<$1.CarrierInformationWithValue>? carrierInformation,
$1.Slot? slot,
$core.Iterable<$core.String>? emails,
$core.Iterable<$2.MetadataElement>? metaData,
@@ -39,7 +38,6 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage {
if (appointmentType != null) result.appointmentType = appointmentType;
if (commissions != null) result.commissions.addAll(commissions);
if (segmentationSelections != null) result.segmentationSelections.addAll(segmentationSelections);
if (carrierInformation != null) result.carrierInformation.addAll(carrierInformation);
if (slot != null) result.slot = slot;
if (emails != null) result.emails.addAll(emails);
if (metaData != null) result.metaData.addAll(metaData);
@@ -60,7 +58,6 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage {
..e<$1.AppointmentType>(1, _omitFieldNames ? '' : 'AppointmentType', $pb.PbFieldType.OE, protoName: 'AppointmentType', defaultOrMaker: $1.AppointmentType.APPOINTMENT_TYPE_UNKNOWN, valueOf: $1.AppointmentType.valueOf, enumValues: $1.AppointmentType.values)
..pc<$1.AppointmentCommission>(2, _omitFieldNames ? '' : 'Commissions', $pb.PbFieldType.PM, protoName: 'Commissions', subBuilder: $1.AppointmentCommission.create)
..pc<$1.SegmentationSelection>(4, _omitFieldNames ? '' : 'SegmentationSelections', $pb.PbFieldType.PM, protoName: 'SegmentationSelections', subBuilder: $1.SegmentationSelection.create)
..pc<$1.CarrierInformationWithValue>(5, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $1.CarrierInformationWithValue.create)
..aOM<$1.Slot>(6, _omitFieldNames ? '' : 'Slot', protoName: 'Slot', subBuilder: $1.Slot.create)
..pPS(7, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
..pc<$2.MetadataElement>(8, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $2.MetadataElement.create)
@@ -108,72 +105,68 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage {
@$pb.TagNumber(4)
$pb.PbList<$1.SegmentationSelection> get segmentationSelections => $_getList(2);
/// Required carrierInformation, some can be obligatory
@$pb.TagNumber(5)
$pb.PbList<$1.CarrierInformationWithValue> get carrierInformation => $_getList(3);
/// The slot booked for the appointment
@$pb.TagNumber(6)
$1.Slot get slot => $_getN(4);
$1.Slot get slot => $_getN(3);
@$pb.TagNumber(6)
set slot($1.Slot value) => $_setField(6, value);
@$pb.TagNumber(6)
$core.bool hasSlot() => $_has(4);
$core.bool hasSlot() => $_has(3);
@$pb.TagNumber(6)
void clearSlot() => $_clearField(6);
@$pb.TagNumber(6)
$1.Slot ensureSlot() => $_ensure(4);
$1.Slot ensureSlot() => $_ensure(3);
/// User mails being notified on this appointment
/// TODO Need to add a structure to store platform user identifiers which can act on this appointment ?
@$pb.TagNumber(7)
$pb.PbList<$core.String> get emails => $_getList(5);
$pb.PbList<$core.String> get emails => $_getList(4);
@$pb.TagNumber(8)
$pb.PbList<$2.MetadataElement> get metaData => $_getList(6);
$pb.PbList<$2.MetadataElement> get metaData => $_getList(5);
@$pb.TagNumber(10)
$core.String get carrierID => $_getSZ(7);
$core.String get carrierID => $_getSZ(6);
@$pb.TagNumber(10)
set carrierID($core.String value) => $_setString(7, value);
set carrierID($core.String value) => $_setString(6, value);
@$pb.TagNumber(10)
$core.bool hasCarrierID() => $_has(7);
$core.bool hasCarrierID() => $_has(6);
@$pb.TagNumber(10)
void clearCarrierID() => $_clearField(10);
@$pb.TagNumber(11)
$core.String get carrierName => $_getSZ(8);
$core.String get carrierName => $_getSZ(7);
@$pb.TagNumber(11)
set carrierName($core.String value) => $_setString(8, value);
set carrierName($core.String value) => $_setString(7, value);
@$pb.TagNumber(11)
$core.bool hasCarrierName() => $_has(8);
$core.bool hasCarrierName() => $_has(7);
@$pb.TagNumber(11)
void clearCarrierName() => $_clearField(11);
@$pb.TagNumber(12)
$core.String get reason => $_getSZ(9);
$core.String get reason => $_getSZ(8);
@$pb.TagNumber(12)
set reason($core.String value) => $_setString(9, value);
set reason($core.String value) => $_setString(8, value);
@$pb.TagNumber(12)
$core.bool hasReason() => $_has(9);
$core.bool hasReason() => $_has(8);
@$pb.TagNumber(12)
void clearReason() => $_clearField(12);
@$pb.TagNumber(13)
$core.bool get hasCommission => $_getBF(10);
$core.bool get hasCommission => $_getBF(9);
@$pb.TagNumber(13)
set hasCommission($core.bool value) => $_setBool(10, value);
set hasCommission($core.bool value) => $_setBool(9, value);
@$pb.TagNumber(13)
$core.bool hasHasCommission() => $_has(10);
$core.bool hasHasCommission() => $_has(9);
@$pb.TagNumber(13)
void clearHasCommission() => $_clearField(13);
@$pb.TagNumber(14)
$core.bool get instructionAck => $_getBF(11);
$core.bool get instructionAck => $_getBF(10);
@$pb.TagNumber(14)
set instructionAck($core.bool value) => $_setBool(11, value);
set instructionAck($core.bool value) => $_setBool(10, value);
@$pb.TagNumber(14)
$core.bool hasInstructionAck() => $_has(11);
$core.bool hasInstructionAck() => $_has(10);
@$pb.TagNumber(14)
void clearInstructionAck() => $_clearField(14);
}
@@ -1675,265 +1668,6 @@ class AppointmentAttachmentRemovedResponse extends $pb.GeneratedMessage {
$2.EntityID ensureID() => $_ensure(1);
}
/// Event Payload
class AppointmentCarrierInformationUpdatedPayload extends $pb.GeneratedMessage {
factory AppointmentCarrierInformationUpdatedPayload({
$core.Iterable<$1.CarrierInformationWithValue>? carrierInformation,
}) {
final result = create();
if (carrierInformation != null) result.carrierInformation.addAll(carrierInformation);
return result;
}
AppointmentCarrierInformationUpdatedPayload._();
factory AppointmentCarrierInformationUpdatedPayload.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
factory AppointmentCarrierInformationUpdatedPayload.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentCarrierInformationUpdatedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..pc<$1.CarrierInformationWithValue>(1, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $1.CarrierInformationWithValue.create)
..hasRequiredFields = false
;
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
AppointmentCarrierInformationUpdatedPayload clone() => AppointmentCarrierInformationUpdatedPayload()..mergeFromMessage(this);
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
AppointmentCarrierInformationUpdatedPayload copyWith(void Function(AppointmentCarrierInformationUpdatedPayload) updates) => super.copyWith((message) => updates(message as AppointmentCarrierInformationUpdatedPayload)) as AppointmentCarrierInformationUpdatedPayload;
@$core.override
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static AppointmentCarrierInformationUpdatedPayload create() => AppointmentCarrierInformationUpdatedPayload._();
@$core.override
AppointmentCarrierInformationUpdatedPayload createEmptyInstance() => create();
static $pb.PbList<AppointmentCarrierInformationUpdatedPayload> createRepeated() => $pb.PbList<AppointmentCarrierInformationUpdatedPayload>();
@$core.pragma('dart2js:noInline')
static AppointmentCarrierInformationUpdatedPayload getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<AppointmentCarrierInformationUpdatedPayload>(create);
static AppointmentCarrierInformationUpdatedPayload? _defaultInstance;
/// Required carrierInformation, some can be obligatory
@$pb.TagNumber(1)
$pb.PbList<$1.CarrierInformationWithValue> get carrierInformation => $_getList(0);
}
/// Event message
class AppointmentCarrierInformationUpdatedEvent extends $pb.GeneratedMessage {
factory AppointmentCarrierInformationUpdatedEvent({
$2.EventHeader? header,
$2.EntityID? iD,
AppointmentCarrierInformationUpdatedPayload? payload,
}) {
final result = create();
if (header != null) result.header = header;
if (iD != null) result.iD = iD;
if (payload != null) result.payload = payload;
return result;
}
AppointmentCarrierInformationUpdatedEvent._();
factory AppointmentCarrierInformationUpdatedEvent.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
factory AppointmentCarrierInformationUpdatedEvent.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentCarrierInformationUpdatedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$2.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $2.EventHeader.create)
..aOM<$2.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $2.EntityID.create)
..aOM<AppointmentCarrierInformationUpdatedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: AppointmentCarrierInformationUpdatedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
AppointmentCarrierInformationUpdatedEvent clone() => AppointmentCarrierInformationUpdatedEvent()..mergeFromMessage(this);
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
AppointmentCarrierInformationUpdatedEvent copyWith(void Function(AppointmentCarrierInformationUpdatedEvent) updates) => super.copyWith((message) => updates(message as AppointmentCarrierInformationUpdatedEvent)) as AppointmentCarrierInformationUpdatedEvent;
@$core.override
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static AppointmentCarrierInformationUpdatedEvent create() => AppointmentCarrierInformationUpdatedEvent._();
@$core.override
AppointmentCarrierInformationUpdatedEvent createEmptyInstance() => create();
static $pb.PbList<AppointmentCarrierInformationUpdatedEvent> createRepeated() => $pb.PbList<AppointmentCarrierInformationUpdatedEvent>();
@$core.pragma('dart2js:noInline')
static AppointmentCarrierInformationUpdatedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<AppointmentCarrierInformationUpdatedEvent>(create);
static AppointmentCarrierInformationUpdatedEvent? _defaultInstance;
@$pb.TagNumber(1)
$2.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($2.EventHeader value) => $_setField(1, value);
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => $_clearField(1);
@$pb.TagNumber(1)
$2.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$2.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($2.EntityID value) => $_setField(2, value);
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => $_clearField(2);
@$pb.TagNumber(2)
$2.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
AppointmentCarrierInformationUpdatedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(AppointmentCarrierInformationUpdatedPayload value) => $_setField(3, value);
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => $_clearField(3);
@$pb.TagNumber(3)
AppointmentCarrierInformationUpdatedPayload ensurePayload() => $_ensure(2);
}
/// API Request
class AppointmentCarrierInformationUpdatedRequest extends $pb.GeneratedMessage {
factory AppointmentCarrierInformationUpdatedRequest({
$2.RequestProjectHeader? header,
$2.EntityID? iD,
AppointmentCarrierInformationUpdatedPayload? payload,
}) {
final result = create();
if (header != null) result.header = header;
if (iD != null) result.iD = iD;
if (payload != null) result.payload = payload;
return result;
}
AppointmentCarrierInformationUpdatedRequest._();
factory AppointmentCarrierInformationUpdatedRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
factory AppointmentCarrierInformationUpdatedRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentCarrierInformationUpdatedRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$2.RequestProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $2.RequestProjectHeader.create)
..aOM<$2.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $2.EntityID.create)
..aOM<AppointmentCarrierInformationUpdatedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: AppointmentCarrierInformationUpdatedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
AppointmentCarrierInformationUpdatedRequest clone() => AppointmentCarrierInformationUpdatedRequest()..mergeFromMessage(this);
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
AppointmentCarrierInformationUpdatedRequest copyWith(void Function(AppointmentCarrierInformationUpdatedRequest) updates) => super.copyWith((message) => updates(message as AppointmentCarrierInformationUpdatedRequest)) as AppointmentCarrierInformationUpdatedRequest;
@$core.override
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static AppointmentCarrierInformationUpdatedRequest create() => AppointmentCarrierInformationUpdatedRequest._();
@$core.override
AppointmentCarrierInformationUpdatedRequest createEmptyInstance() => create();
static $pb.PbList<AppointmentCarrierInformationUpdatedRequest> createRepeated() => $pb.PbList<AppointmentCarrierInformationUpdatedRequest>();
@$core.pragma('dart2js:noInline')
static AppointmentCarrierInformationUpdatedRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<AppointmentCarrierInformationUpdatedRequest>(create);
static AppointmentCarrierInformationUpdatedRequest? _defaultInstance;
@$pb.TagNumber(1)
$2.RequestProjectHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($2.RequestProjectHeader value) => $_setField(1, value);
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => $_clearField(1);
@$pb.TagNumber(1)
$2.RequestProjectHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$2.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($2.EntityID value) => $_setField(2, value);
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => $_clearField(2);
@$pb.TagNumber(2)
$2.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
AppointmentCarrierInformationUpdatedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(AppointmentCarrierInformationUpdatedPayload value) => $_setField(3, value);
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => $_clearField(3);
@$pb.TagNumber(3)
AppointmentCarrierInformationUpdatedPayload ensurePayload() => $_ensure(2);
}
/// API Response
class AppointmentCarrierInformationUpdatedResponse extends $pb.GeneratedMessage {
factory AppointmentCarrierInformationUpdatedResponse({
$2.ResponseHeader? header,
$2.EntityID? iD,
}) {
final result = create();
if (header != null) result.header = header;
if (iD != null) result.iD = iD;
return result;
}
AppointmentCarrierInformationUpdatedResponse._();
factory AppointmentCarrierInformationUpdatedResponse.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
factory AppointmentCarrierInformationUpdatedResponse.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentCarrierInformationUpdatedResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$2.ResponseHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $2.ResponseHeader.create)
..aOM<$2.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $2.EntityID.create)
..hasRequiredFields = false
;
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
AppointmentCarrierInformationUpdatedResponse clone() => AppointmentCarrierInformationUpdatedResponse()..mergeFromMessage(this);
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
AppointmentCarrierInformationUpdatedResponse copyWith(void Function(AppointmentCarrierInformationUpdatedResponse) updates) => super.copyWith((message) => updates(message as AppointmentCarrierInformationUpdatedResponse)) as AppointmentCarrierInformationUpdatedResponse;
@$core.override
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static AppointmentCarrierInformationUpdatedResponse create() => AppointmentCarrierInformationUpdatedResponse._();
@$core.override
AppointmentCarrierInformationUpdatedResponse createEmptyInstance() => create();
static $pb.PbList<AppointmentCarrierInformationUpdatedResponse> createRepeated() => $pb.PbList<AppointmentCarrierInformationUpdatedResponse>();
@$core.pragma('dart2js:noInline')
static AppointmentCarrierInformationUpdatedResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<AppointmentCarrierInformationUpdatedResponse>(create);
static AppointmentCarrierInformationUpdatedResponse? _defaultInstance;
@$pb.TagNumber(1)
$2.ResponseHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($2.ResponseHeader value) => $_setField(1, value);
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => $_clearField(1);
@$pb.TagNumber(1)
$2.ResponseHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$2.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($2.EntityID value) => $_setField(2, value);
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => $_clearField(2);
@$pb.TagNumber(2)
$2.EntityID ensureID() => $_ensure(1);
}
/// Event Payload
class AppointmentCarrierExpectedPayload extends $pb.GeneratedMessage {
factory AppointmentCarrierExpectedPayload() => create();

View File

@@ -50,10 +50,6 @@ class AppointmentInputAPIClient extends $grpc.Client {
return $createUnaryCall(_$commissionsUpdated, request, options: options);
}
$grpc.ResponseFuture<$0.AppointmentCarrierInformationUpdatedResponse> carrierInformationUpdated($0.AppointmentCarrierInformationUpdatedRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$carrierInformationUpdated, request, options: options);
}
$grpc.ResponseFuture<$0.AppointmentCarrierExpectedResponse> carrierExpected($0.AppointmentCarrierExpectedRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$carrierExpected, request, options: options);
}
@@ -120,10 +116,6 @@ class AppointmentInputAPIClient extends $grpc.Client {
'/api.AppointmentInputAPI/CommissionsUpdated',
($0.AppointmentCommissionsUpdatedRequest value) => value.writeToBuffer(),
$0.AppointmentCommissionsUpdatedResponse.fromBuffer);
static final _$carrierInformationUpdated = $grpc.ClientMethod<$0.AppointmentCarrierInformationUpdatedRequest, $0.AppointmentCarrierInformationUpdatedResponse>(
'/api.AppointmentInputAPI/CarrierInformationUpdated',
($0.AppointmentCarrierInformationUpdatedRequest value) => value.writeToBuffer(),
$0.AppointmentCarrierInformationUpdatedResponse.fromBuffer);
static final _$carrierExpected = $grpc.ClientMethod<$0.AppointmentCarrierExpectedRequest, $0.AppointmentCarrierExpectedResponse>(
'/api.AppointmentInputAPI/CarrierExpected',
($0.AppointmentCarrierExpectedRequest value) => value.writeToBuffer(),
@@ -207,13 +199,6 @@ abstract class AppointmentInputAPIServiceBase extends $grpc.Service {
false,
($core.List<$core.int> value) => $0.AppointmentCommissionsUpdatedRequest.fromBuffer(value),
($0.AppointmentCommissionsUpdatedResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.AppointmentCarrierInformationUpdatedRequest, $0.AppointmentCarrierInformationUpdatedResponse>(
'CarrierInformationUpdated',
carrierInformationUpdated_Pre,
false,
false,
($core.List<$core.int> value) => $0.AppointmentCarrierInformationUpdatedRequest.fromBuffer(value),
($0.AppointmentCarrierInformationUpdatedResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.AppointmentCarrierExpectedRequest, $0.AppointmentCarrierExpectedResponse>(
'CarrierExpected',
carrierExpected_Pre,
@@ -324,12 +309,6 @@ abstract class AppointmentInputAPIServiceBase extends $grpc.Service {
$async.Future<$0.AppointmentCommissionsUpdatedResponse> commissionsUpdated($grpc.ServiceCall call, $0.AppointmentCommissionsUpdatedRequest request);
$async.Future<$0.AppointmentCarrierInformationUpdatedResponse> carrierInformationUpdated_Pre($grpc.ServiceCall $call, $async.Future<$0.AppointmentCarrierInformationUpdatedRequest> $request) async {
return carrierInformationUpdated($call, await $request);
}
$async.Future<$0.AppointmentCarrierInformationUpdatedResponse> carrierInformationUpdated($grpc.ServiceCall call, $0.AppointmentCarrierInformationUpdatedRequest request);
$async.Future<$0.AppointmentCarrierExpectedResponse> carrierExpected_Pre($grpc.ServiceCall $call, $async.Future<$0.AppointmentCarrierExpectedRequest> $request) async {
return carrierExpected($call, await $request);
}

View File

@@ -21,7 +21,6 @@ const AppointmentCreatedPayload$json = {
{'1': 'AppointmentType', '3': 1, '4': 1, '5': 14, '6': '.api.AppointmentType', '8': {}, '10': 'AppointmentType'},
{'1': 'Commissions', '3': 2, '4': 3, '5': 11, '6': '.api.AppointmentCommission', '10': 'Commissions'},
{'1': 'SegmentationSelections', '3': 4, '4': 3, '5': 11, '6': '.api.SegmentationSelection', '10': 'SegmentationSelections'},
{'1': 'CarrierInformation', '3': 5, '4': 3, '5': 11, '6': '.api.CarrierInformationWithValue', '10': 'CarrierInformation'},
{'1': 'Slot', '3': 6, '4': 1, '5': 11, '6': '.api.Slot', '10': 'Slot'},
{'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'},
@@ -40,19 +39,18 @@ final $typed_data.Uint8List appointmentCreatedPayloadDescriptor = $convert.base6
'FwaS5BcHBvaW50bWVudFR5cGVCCPpCBYIBAhABUg9BcHBvaW50bWVudFR5cGUSPAoLQ29tbWlz'
'c2lvbnMYAiADKAsyGi5hcGkuQXBwb2ludG1lbnRDb21taXNzaW9uUgtDb21taXNzaW9ucxJSCh'
'ZTZWdtZW50YXRpb25TZWxlY3Rpb25zGAQgAygLMhouYXBpLlNlZ21lbnRhdGlvblNlbGVjdGlv'
'blIWU2VnbWVudGF0aW9uU2VsZWN0aW9ucxJQChJDYXJyaWVySW5mb3JtYXRpb24YBSADKAsyIC'
'5hcGkuQ2FycmllckluZm9ybWF0aW9uV2l0aFZhbHVlUhJDYXJyaWVySW5mb3JtYXRpb24SHQoE'
'U2xvdBgGIAEoCzIJLmFwaS5TbG90UgRTbG90En0KBkVtYWlscxgHIAMoCUJlkkFRMh1NdXN0IG'
'JlIGEgdmFsaWQgZW1haWwgYWRkcmVzc0owWyJKb2huLmRvZUByZWZsZXguY29tIiwgIndpbGwu'
'c21pdGhAcmVmbGV4LmNvbSJd+kIOkgELCAEiB3IFYAHwAQFSBkVtYWlscxLHAQoITWV0YURhdG'
'EYCCADKAsyFC5hcGkuTWV0YWRhdGFFbGVtZW50QpQBkkGFATKCAU1ldGFkYXRhIGFyZSBjaGFy'
'YWN0ZXJpc3RpY3Mgc3BlY2lmaWMgdG8gdGhlIHNpdGUuIFRoZXkgY2FuIGJlIG9mIHNldmVyYW'
'wgZGF0YSBmb3JtIChzdHJpbmcsIGludGVnZXIsIGZsb2F0LCBib29sZWFuIG9yIHRpbWVzdGFt'
'cCnAwRgB6sEYA0tleVIITWV0YURhdGESHAoJQ2FycmllcklEGAogASgJUglDYXJyaWVySUQSIA'
'oLQ2Fycmllck5hbWUYCyABKAlSC0NhcnJpZXJOYW1lEhYKBlJlYXNvbhgMIAEoCVIGUmVhc29u'
'EiQKDUhhc0NvbW1pc3Npb24YDSABKAhSDUhhc0NvbW1pc3Npb24SJgoOSW5zdHJ1Y3Rpb25BY2'
'sYDiABKAhSDkluc3RydWN0aW9uQWNrOj6SQSMKITINRXZlbnQgUGF5bG9hZNIBD0FwcG9pbnRt'
'ZW50VHlwZaK7GAVFdmVudKi7GAG6uxgHQ3JlYXRlZA==');
'blIWU2VnbWVudGF0aW9uU2VsZWN0aW9ucxIdCgRTbG90GAYgASgLMgkuYXBpLlNsb3RSBFNsb3'
'QSfQoGRW1haWxzGAcgAygJQmWSQVEyHU11c3QgYmUgYSB2YWxpZCBlbWFpbCBhZGRyZXNzSjBb'
'IkpvaG4uZG9lQHJlZmxleC5jb20iLCAid2lsbC5zbWl0aEByZWZsZXguY29tIl36Qg6SAQsIAS'
'IHcgVgAfABAVIGRW1haWxzEscBCghNZXRhRGF0YRgIIAMoCzIULmFwaS5NZXRhZGF0YUVsZW1l'
'bnRClAGSQYUBMoIBTWV0YWRhdGEgYXJlIGNoYXJhY3RlcmlzdGljcyBzcGVjaWZpYyB0byB0aG'
'Ugc2l0ZS4gVGhleSBjYW4gYmUgb2Ygc2V2ZXJhbCBkYXRhIGZvcm0gKHN0cmluZywgaW50ZWdl'
'ciwgZmxvYXQsIGJvb2xlYW4gb3IgdGltZXN0YW1wKcDBGAHqwRgDS2V5UghNZXRhRGF0YRIcCg'
'lDYXJyaWVySUQYCiABKAlSCUNhcnJpZXJJRBIgCgtDYXJyaWVyTmFtZRgLIAEoCVILQ2Fycmll'
'ck5hbWUSFgoGUmVhc29uGAwgASgJUgZSZWFzb24SJAoNSGFzQ29tbWlzc2lvbhgNIAEoCFINSG'
'FzQ29tbWlzc2lvbhImCg5JbnN0cnVjdGlvbkFjaxgOIAEoCFIOSW5zdHJ1Y3Rpb25BY2s6PpJB'
'IwohMg1FdmVudCBQYXlsb2Fk0gEPQXBwb2ludG1lbnRUeXBlorsYBUV2ZW50qLsYAbq7GAdDcm'
'VhdGVk');
@$core.Deprecated('Use appointmentCreatedEventDescriptor instead')
const AppointmentCreatedEvent$json = {
@@ -453,78 +451,6 @@ final $typed_data.Uint8List appointmentAttachmentRemovedResponseDescriptor = $co
'MuYXBpLlJlc3BvbnNlSGVhZGVyUgZIZWFkZXISHQoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURS'
'AklEOiGiuxgIUmVzcG9uc2W6uxgRQXR0YWNobWVudFJlbW92ZWQ=');
@$core.Deprecated('Use appointmentCarrierInformationUpdatedPayloadDescriptor instead')
const AppointmentCarrierInformationUpdatedPayload$json = {
'1': 'AppointmentCarrierInformationUpdatedPayload',
'2': [
{'1': 'CarrierInformation', '3': 1, '4': 3, '5': 11, '6': '.api.CarrierInformationWithValue', '10': 'CarrierInformation'},
],
'7': {},
};
/// Descriptor for `AppointmentCarrierInformationUpdatedPayload`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List appointmentCarrierInformationUpdatedPayloadDescriptor = $convert.base64Decode(
'CitBcHBvaW50bWVudENhcnJpZXJJbmZvcm1hdGlvblVwZGF0ZWRQYXlsb2FkElAKEkNhcnJpZX'
'JJbmZvcm1hdGlvbhgBIAMoCzIgLmFwaS5DYXJyaWVySW5mb3JtYXRpb25XaXRoVmFsdWVSEkNh'
'cnJpZXJJbmZvcm1hdGlvbjo+kkERCg8yDUV2ZW50IFBheWxvYWSiuxgFRXZlbnSouxgBursYGU'
'NhcnJpZXJJbmZvcm1hdGlvblVwZGF0ZWQ=');
@$core.Deprecated('Use appointmentCarrierInformationUpdatedEventDescriptor instead')
const AppointmentCarrierInformationUpdatedEvent$json = {
'1': 'AppointmentCarrierInformationUpdatedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.AppointmentCarrierInformationUpdatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `AppointmentCarrierInformationUpdatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List appointmentCarrierInformationUpdatedEventDescriptor = $convert.base64Decode(
'CilBcHBvaW50bWVudENhcnJpZXJJbmZvcm1hdGlvblVwZGF0ZWRFdmVudBIyCgZIZWFkZXIYAS'
'ABKAsyEC5hcGkuRXZlbnRIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5h'
'cGkuRW50aXR5SURCCPpCBYoBAhABUgJJRBJUCgdQYXlsb2FkGAMgASgLMjAuYXBpLkFwcG9pbn'
'RtZW50Q2FycmllckluZm9ybWF0aW9uVXBkYXRlZFBheWxvYWRCCPpCBYoBAhABUgdQYXlsb2Fk'
'OkOSQRoKGNIBBkhlYWRlctIBAklE0gEHUGF5bG9hZKK7GAVFdmVudLq7GBlDYXJyaWVySW5mb3'
'JtYXRpb25VcGRhdGVk');
@$core.Deprecated('Use appointmentCarrierInformationUpdatedRequestDescriptor instead')
const AppointmentCarrierInformationUpdatedRequest$json = {
'1': 'AppointmentCarrierInformationUpdatedRequest',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.AppointmentCarrierInformationUpdatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `AppointmentCarrierInformationUpdatedRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List appointmentCarrierInformationUpdatedRequestDescriptor = $convert.base64Decode(
'CitBcHBvaW50bWVudENhcnJpZXJJbmZvcm1hdGlvblVwZGF0ZWRSZXF1ZXN0EjsKBkhlYWRlch'
'gBIAEoCzIZLmFwaS5SZXF1ZXN0UHJvamVjdEhlYWRlckII+kIFigECEAFSBkhlYWRlchInCgJJ'
'RBgCIAEoCzINLmFwaS5FbnRpdHlJREII+kIFigECEAFSAklEElQKB1BheWxvYWQYAyABKAsyMC'
'5hcGkuQXBwb2ludG1lbnRDYXJyaWVySW5mb3JtYXRpb25VcGRhdGVkUGF5bG9hZEII+kIFigEC'
'EAFSB1BheWxvYWQ6RZJBGgoY0gEGSGVhZGVy0gECSUTSAQdQYXlsb2FkorsYB1JlcXVlc3S6ux'
'gZQ2FycmllckluZm9ybWF0aW9uVXBkYXRlZA==');
@$core.Deprecated('Use appointmentCarrierInformationUpdatedResponseDescriptor instead')
const AppointmentCarrierInformationUpdatedResponse$json = {
'1': 'AppointmentCarrierInformationUpdatedResponse',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResponseHeader', '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'},
],
'7': {},
};
/// Descriptor for `AppointmentCarrierInformationUpdatedResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List appointmentCarrierInformationUpdatedResponseDescriptor = $convert.base64Decode(
'CixBcHBvaW50bWVudENhcnJpZXJJbmZvcm1hdGlvblVwZGF0ZWRSZXNwb25zZRIrCgZIZWFkZX'
'IYASABKAsyEy5hcGkuUmVzcG9uc2VIZWFkZXJSBkhlYWRlchIdCgJJRBgCIAEoCzINLmFwaS5F'
'bnRpdHlJRFICSUQ6KaK7GAhSZXNwb25zZbq7GBlDYXJyaWVySW5mb3JtYXRpb25VcGRhdGVk');
@$core.Deprecated('Use appointmentCarrierExpectedPayloadDescriptor instead')
const AppointmentCarrierExpectedPayload$json = {
'1': 'AppointmentCarrierExpectedPayload',

View File

@@ -40,7 +40,6 @@ class Site extends $pb.GeneratedMessage {
$core.Iterable<$2.CapacityRule>? capacityRules,
$2.Instruction? instruction,
$core.Iterable<$2.Document>? instructionDocuments,
$core.Iterable<$2.CarrierInformation>? carrierInformation,
$core.int? roundedPeriodInMinutes,
$core.String? timeZone,
$core.Iterable<$core.String>? emails,
@@ -64,7 +63,6 @@ class Site extends $pb.GeneratedMessage {
if (capacityRules != null) result.capacityRules.addAll(capacityRules);
if (instruction != null) result.instruction = instruction;
if (instructionDocuments != null) result.instructionDocuments.addAll(instructionDocuments);
if (carrierInformation != null) result.carrierInformation.addAll(carrierInformation);
if (roundedPeriodInMinutes != null) result.roundedPeriodInMinutes = roundedPeriodInMinutes;
if (timeZone != null) result.timeZone = timeZone;
if (emails != null) result.emails.addAll(emails);
@@ -95,7 +93,6 @@ class Site extends $pb.GeneratedMessage {
..pc<$2.CapacityRule>(14, _omitFieldNames ? '' : 'CapacityRules', $pb.PbFieldType.PM, protoName: 'CapacityRules', subBuilder: $2.CapacityRule.create)
..aOM<$2.Instruction>(15, _omitFieldNames ? '' : 'Instruction', protoName: 'Instruction', subBuilder: $2.Instruction.create)
..pc<$2.Document>(16, _omitFieldNames ? '' : 'InstructionDocuments', $pb.PbFieldType.PM, protoName: 'InstructionDocuments', subBuilder: $2.Document.create)
..pc<$2.CarrierInformation>(17, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $2.CarrierInformation.create)
..a<$core.int>(18, _omitFieldNames ? '' : 'RoundedPeriodInMinutes', $pb.PbFieldType.OU3, protoName: 'RoundedPeriodInMinutes')
..aOS(19, _omitFieldNames ? '' : 'TimeZone', protoName: 'TimeZone')
..pPS(20, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
@@ -230,50 +227,46 @@ class Site extends $pb.GeneratedMessage {
@$pb.TagNumber(16)
$pb.PbList<$2.Document> get instructionDocuments => $_getList(15);
/// Set of required or optional information to ask when a slot is booked
@$pb.TagNumber(17)
$pb.PbList<$2.CarrierInformation> get carrierInformation => $_getList(16);
/// Defines the rounded value to define booking period
@$pb.TagNumber(18)
$core.int get roundedPeriodInMinutes => $_getIZ(17);
$core.int get roundedPeriodInMinutes => $_getIZ(16);
@$pb.TagNumber(18)
set roundedPeriodInMinutes($core.int value) => $_setUnsignedInt32(17, value);
set roundedPeriodInMinutes($core.int value) => $_setUnsignedInt32(16, value);
@$pb.TagNumber(18)
$core.bool hasRoundedPeriodInMinutes() => $_has(17);
$core.bool hasRoundedPeriodInMinutes() => $_has(16);
@$pb.TagNumber(18)
void clearRoundedPeriodInMinutes() => $_clearField(18);
/// Site Time zone
@$pb.TagNumber(19)
$core.String get timeZone => $_getSZ(18);
$core.String get timeZone => $_getSZ(17);
@$pb.TagNumber(19)
set timeZone($core.String value) => $_setString(18, value);
set timeZone($core.String value) => $_setString(17, value);
@$pb.TagNumber(19)
$core.bool hasTimeZone() => $_has(18);
$core.bool hasTimeZone() => $_has(17);
@$pb.TagNumber(19)
void clearTimeZone() => $_clearField(19);
/// Must be a valid email address
@$pb.TagNumber(20)
$pb.PbList<$core.String> get emails => $_getList(19);
$pb.PbList<$core.String> get emails => $_getList(18);
/// Set the fallback language in case of missing translation
@$pb.TagNumber(21)
$core.String get defaultSiteLanguageISO6391 => $_getSZ(20);
$core.String get defaultSiteLanguageISO6391 => $_getSZ(19);
@$pb.TagNumber(21)
set defaultSiteLanguageISO6391($core.String value) => $_setString(20, value);
set defaultSiteLanguageISO6391($core.String value) => $_setString(19, value);
@$pb.TagNumber(21)
$core.bool hasDefaultSiteLanguageISO6391() => $_has(20);
$core.bool hasDefaultSiteLanguageISO6391() => $_has(19);
@$pb.TagNumber(21)
void clearDefaultSiteLanguageISO6391() => $_clearField(21);
@$pb.TagNumber(23)
$core.String get prefixAppointmentID => $_getSZ(21);
$core.String get prefixAppointmentID => $_getSZ(20);
@$pb.TagNumber(23)
set prefixAppointmentID($core.String value) => $_setString(21, value);
set prefixAppointmentID($core.String value) => $_setString(20, value);
@$pb.TagNumber(23)
$core.bool hasPrefixAppointmentID() => $_has(21);
$core.bool hasPrefixAppointmentID() => $_has(20);
@$pb.TagNumber(23)
void clearPrefixAppointmentID() => $_clearField(23);
}
@@ -672,7 +665,6 @@ class UpdateSettingsRequest extends $pb.GeneratedMessage {
$core.Iterable<$2.DurationRule>? durationRules,
$core.Iterable<$2.CapacityRule>? capacityRules,
$2.Instruction? instruction,
$core.Iterable<$2.CarrierInformation>? carrierInformation,
$core.int? roundedPeriodInMinutes,
$core.String? timeZone,
$core.Iterable<$core.String>? emails,
@@ -693,7 +685,6 @@ class UpdateSettingsRequest extends $pb.GeneratedMessage {
if (durationRules != null) result.durationRules.addAll(durationRules);
if (capacityRules != null) result.capacityRules.addAll(capacityRules);
if (instruction != null) result.instruction = instruction;
if (carrierInformation != null) result.carrierInformation.addAll(carrierInformation);
if (roundedPeriodInMinutes != null) result.roundedPeriodInMinutes = roundedPeriodInMinutes;
if (timeZone != null) result.timeZone = timeZone;
if (emails != null) result.emails.addAll(emails);
@@ -721,7 +712,6 @@ class UpdateSettingsRequest extends $pb.GeneratedMessage {
..pc<$2.DurationRule>(13, _omitFieldNames ? '' : 'DurationRules', $pb.PbFieldType.PM, protoName: 'DurationRules', subBuilder: $2.DurationRule.create)
..pc<$2.CapacityRule>(14, _omitFieldNames ? '' : 'CapacityRules', $pb.PbFieldType.PM, protoName: 'CapacityRules', subBuilder: $2.CapacityRule.create)
..aOM<$2.Instruction>(15, _omitFieldNames ? '' : 'Instruction', protoName: 'Instruction', subBuilder: $2.Instruction.create)
..pc<$2.CarrierInformation>(17, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $2.CarrierInformation.create)
..a<$core.int>(18, _omitFieldNames ? '' : 'RoundedPeriodInMinutes', $pb.PbFieldType.OU3, protoName: 'RoundedPeriodInMinutes')
..aOS(19, _omitFieldNames ? '' : 'TimeZone', protoName: 'TimeZone')
..pPS(20, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
@@ -834,50 +824,46 @@ class UpdateSettingsRequest extends $pb.GeneratedMessage {
@$pb.TagNumber(15)
$2.Instruction ensureInstruction() => $_ensure(12);
/// Set of required or optional information to ask when a slot is booked
@$pb.TagNumber(17)
$pb.PbList<$2.CarrierInformation> get carrierInformation => $_getList(13);
/// Defines the rounded value of periods in minutes, must be greater than 0.
@$pb.TagNumber(18)
$core.int get roundedPeriodInMinutes => $_getIZ(14);
$core.int get roundedPeriodInMinutes => $_getIZ(13);
@$pb.TagNumber(18)
set roundedPeriodInMinutes($core.int value) => $_setUnsignedInt32(14, value);
set roundedPeriodInMinutes($core.int value) => $_setUnsignedInt32(13, value);
@$pb.TagNumber(18)
$core.bool hasRoundedPeriodInMinutes() => $_has(14);
$core.bool hasRoundedPeriodInMinutes() => $_has(13);
@$pb.TagNumber(18)
void clearRoundedPeriodInMinutes() => $_clearField(18);
/// Add Site Time zone
@$pb.TagNumber(19)
$core.String get timeZone => $_getSZ(15);
$core.String get timeZone => $_getSZ(14);
@$pb.TagNumber(19)
set timeZone($core.String value) => $_setString(15, value);
set timeZone($core.String value) => $_setString(14, value);
@$pb.TagNumber(19)
$core.bool hasTimeZone() => $_has(15);
$core.bool hasTimeZone() => $_has(14);
@$pb.TagNumber(19)
void clearTimeZone() => $_clearField(19);
/// Must be a valid email address
@$pb.TagNumber(20)
$pb.PbList<$core.String> get emails => $_getList(16);
$pb.PbList<$core.String> get emails => $_getList(15);
/// set the fallback language in case of missing translation
@$pb.TagNumber(21)
$core.String get defaultSiteLanguageISO6391 => $_getSZ(17);
$core.String get defaultSiteLanguageISO6391 => $_getSZ(16);
@$pb.TagNumber(21)
set defaultSiteLanguageISO6391($core.String value) => $_setString(17, value);
set defaultSiteLanguageISO6391($core.String value) => $_setString(16, value);
@$pb.TagNumber(21)
$core.bool hasDefaultSiteLanguageISO6391() => $_has(17);
$core.bool hasDefaultSiteLanguageISO6391() => $_has(16);
@$pb.TagNumber(21)
void clearDefaultSiteLanguageISO6391() => $_clearField(21);
@$pb.TagNumber(22)
$core.String get prefixAppointmentID => $_getSZ(18);
$core.String get prefixAppointmentID => $_getSZ(17);
@$pb.TagNumber(22)
set prefixAppointmentID($core.String value) => $_setString(18, value);
set prefixAppointmentID($core.String value) => $_setString(17, value);
@$pb.TagNumber(22)
$core.bool hasPrefixAppointmentID() => $_has(18);
$core.bool hasPrefixAppointmentID() => $_has(17);
@$pb.TagNumber(22)
void clearPrefixAppointmentID() => $_clearField(22);
}
@@ -1668,7 +1654,6 @@ class BookAppointmentRequest extends $pb.GeneratedMessage {
$2.AppointmentType? appointmentType,
$core.Iterable<$2.Commission>? commissions,
$core.Iterable<$2.SegmentationSelection>? segmentationSelections,
$core.Iterable<$2.CarrierInformationWithValue>? carrierInformation,
$core.Iterable<$2.Slot>? slots,
$core.Iterable<$core.String>? emails,
$core.String? carrierID,
@@ -1682,7 +1667,6 @@ class BookAppointmentRequest extends $pb.GeneratedMessage {
if (appointmentType != null) result.appointmentType = appointmentType;
if (commissions != null) result.commissions.addAll(commissions);
if (segmentationSelections != null) result.segmentationSelections.addAll(segmentationSelections);
if (carrierInformation != null) result.carrierInformation.addAll(carrierInformation);
if (slots != null) result.slots.addAll(slots);
if (emails != null) result.emails.addAll(emails);
if (carrierID != null) result.carrierID = carrierID;
@@ -1703,7 +1687,6 @@ class BookAppointmentRequest 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)
..pc<$2.Commission>(3, _omitFieldNames ? '' : 'Commissions', $pb.PbFieldType.PM, protoName: 'Commissions', subBuilder: $2.Commission.create)
..pc<$2.SegmentationSelection>(4, _omitFieldNames ? '' : 'SegmentationSelections', $pb.PbFieldType.PM, protoName: 'SegmentationSelections', subBuilder: $2.SegmentationSelection.create)
..pc<$2.CarrierInformationWithValue>(5, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $2.CarrierInformationWithValue.create)
..pc<$2.Slot>(6, _omitFieldNames ? '' : 'Slots', $pb.PbFieldType.PM, protoName: 'Slots', subBuilder: $2.Slot.create)
..pPS(8, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
..aOS(9, _omitFieldNames ? '' : 'CarrierID', protoName: 'CarrierID')
@@ -1760,65 +1743,61 @@ class BookAppointmentRequest extends $pb.GeneratedMessage {
@$pb.TagNumber(4)
$pb.PbList<$2.SegmentationSelection> get segmentationSelections => $_getList(3);
/// Required carrierInformation, some can be obligatory
@$pb.TagNumber(5)
$pb.PbList<$2.CarrierInformationWithValue> get carrierInformation => $_getList(4);
/// The slot to book for the appointment
@$pb.TagNumber(6)
$pb.PbList<$2.Slot> get slots => $_getList(5);
$pb.PbList<$2.Slot> get slots => $_getList(4);
/// TODO Need to add a structure to store platform user identifiers which can act on this appointment ?
/// User mails being notified on this appointment
@$pb.TagNumber(8)
$pb.PbList<$core.String> get emails => $_getList(6);
$pb.PbList<$core.String> get emails => $_getList(5);
/// The carrier identifier who requests to book the appointment
@$pb.TagNumber(9)
$core.String get carrierID => $_getSZ(7);
$core.String get carrierID => $_getSZ(6);
@$pb.TagNumber(9)
set carrierID($core.String value) => $_setString(7, value);
set carrierID($core.String value) => $_setString(6, value);
@$pb.TagNumber(9)
$core.bool hasCarrierID() => $_has(7);
$core.bool hasCarrierID() => $_has(6);
@$pb.TagNumber(9)
void clearCarrierID() => $_clearField(9);
/// The carrier name who requests to book the appointment
@$pb.TagNumber(10)
$core.String get carrierName => $_getSZ(8);
$core.String get carrierName => $_getSZ(7);
@$pb.TagNumber(10)
set carrierName($core.String value) => $_setString(8, value);
set carrierName($core.String value) => $_setString(7, value);
@$pb.TagNumber(10)
$core.bool hasCarrierName() => $_has(8);
$core.bool hasCarrierName() => $_has(7);
@$pb.TagNumber(10)
void clearCarrierName() => $_clearField(10);
/// The appointment ID, usually generated using siteCounterServices
@$pb.TagNumber(11)
$core.String get appointmentID => $_getSZ(9);
$core.String get appointmentID => $_getSZ(8);
@$pb.TagNumber(11)
set appointmentID($core.String value) => $_setString(9, value);
set appointmentID($core.String value) => $_setString(8, value);
@$pb.TagNumber(11)
$core.bool hasAppointmentID() => $_has(9);
$core.bool hasAppointmentID() => $_has(8);
@$pb.TagNumber(11)
void clearAppointmentID() => $_clearField(11);
/// Acknowledgment of the site instructions
@$pb.TagNumber(12)
$core.bool get instructionAck => $_getBF(10);
$core.bool get instructionAck => $_getBF(9);
@$pb.TagNumber(12)
set instructionAck($core.bool value) => $_setBool(10, value);
set instructionAck($core.bool value) => $_setBool(9, value);
@$pb.TagNumber(12)
$core.bool hasInstructionAck() => $_has(10);
$core.bool hasInstructionAck() => $_has(9);
@$pb.TagNumber(12)
void clearInstructionAck() => $_clearField(12);
@$pb.TagNumber(13)
$core.String get actorID => $_getSZ(11);
$core.String get actorID => $_getSZ(10);
@$pb.TagNumber(13)
set actorID($core.String value) => $_setString(11, value);
set actorID($core.String value) => $_setString(10, value);
@$pb.TagNumber(13)
$core.bool hasActorID() => $_has(11);
$core.bool hasActorID() => $_has(10);
@$pb.TagNumber(13)
void clearActorID() => $_clearField(13);
}
@@ -1831,7 +1810,6 @@ class BookAppointmentNoReferenceRequest extends $pb.GeneratedMessage {
$core.String? projectID,
$core.Iterable<$2.QuantityByUnit>? quantities,
$core.Iterable<$2.SegmentationSelection>? segmentationSelections,
$core.Iterable<$2.CarrierInformationWithValue>? carrierInformation,
$core.Iterable<$2.Slot>? slots,
$core.Iterable<$core.String>? emails,
$core.String? carrierID,
@@ -1847,7 +1825,6 @@ class BookAppointmentNoReferenceRequest extends $pb.GeneratedMessage {
if (projectID != null) result.projectID = projectID;
if (quantities != null) result.quantities.addAll(quantities);
if (segmentationSelections != null) result.segmentationSelections.addAll(segmentationSelections);
if (carrierInformation != null) result.carrierInformation.addAll(carrierInformation);
if (slots != null) result.slots.addAll(slots);
if (emails != null) result.emails.addAll(emails);
if (carrierID != null) result.carrierID = carrierID;
@@ -1870,7 +1847,6 @@ class BookAppointmentNoReferenceRequest extends $pb.GeneratedMessage {
..aOS(3, _omitFieldNames ? '' : 'ProjectID', protoName: 'ProjectID')
..pc<$2.QuantityByUnit>(4, _omitFieldNames ? '' : 'Quantities', $pb.PbFieldType.PM, protoName: 'Quantities', subBuilder: $2.QuantityByUnit.create)
..pc<$2.SegmentationSelection>(5, _omitFieldNames ? '' : 'SegmentationSelections', $pb.PbFieldType.PM, protoName: 'SegmentationSelections', subBuilder: $2.SegmentationSelection.create)
..pc<$2.CarrierInformationWithValue>(6, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $2.CarrierInformationWithValue.create)
..pc<$2.Slot>(7, _omitFieldNames ? '' : 'Slots', $pb.PbFieldType.PM, protoName: 'Slots', subBuilder: $2.Slot.create)
..pPS(8, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
..aOS(9, _omitFieldNames ? '' : 'CarrierID', protoName: 'CarrierID')
@@ -1938,75 +1914,71 @@ class BookAppointmentNoReferenceRequest extends $pb.GeneratedMessage {
@$pb.TagNumber(5)
$pb.PbList<$2.SegmentationSelection> get segmentationSelections => $_getList(4);
/// Required carrierInformation, some can be obligatory
@$pb.TagNumber(6)
$pb.PbList<$2.CarrierInformationWithValue> get carrierInformation => $_getList(5);
/// The slot to book for the appointment
@$pb.TagNumber(7)
$pb.PbList<$2.Slot> get slots => $_getList(6);
$pb.PbList<$2.Slot> get slots => $_getList(5);
/// TODO Need to add a structure to store platform user identifiers which can act on this appointment ?
/// User mails being notified on this appointment
@$pb.TagNumber(8)
$pb.PbList<$core.String> get emails => $_getList(7);
$pb.PbList<$core.String> get emails => $_getList(6);
/// The carrier identifier who requests to book the appointment
@$pb.TagNumber(9)
$core.String get carrierID => $_getSZ(8);
$core.String get carrierID => $_getSZ(7);
@$pb.TagNumber(9)
set carrierID($core.String value) => $_setString(8, value);
set carrierID($core.String value) => $_setString(7, value);
@$pb.TagNumber(9)
$core.bool hasCarrierID() => $_has(8);
$core.bool hasCarrierID() => $_has(7);
@$pb.TagNumber(9)
void clearCarrierID() => $_clearField(9);
/// The carrier name who requests to book the appointment
@$pb.TagNumber(10)
$core.String get carrierName => $_getSZ(9);
$core.String get carrierName => $_getSZ(8);
@$pb.TagNumber(10)
set carrierName($core.String value) => $_setString(9, value);
set carrierName($core.String value) => $_setString(8, value);
@$pb.TagNumber(10)
$core.bool hasCarrierName() => $_has(9);
$core.bool hasCarrierName() => $_has(8);
@$pb.TagNumber(10)
void clearCarrierName() => $_clearField(10);
/// The appointment ID, usually generated using siteCounterServices
@$pb.TagNumber(11)
$core.String get appointmentID => $_getSZ(10);
$core.String get appointmentID => $_getSZ(9);
@$pb.TagNumber(11)
set appointmentID($core.String value) => $_setString(10, value);
set appointmentID($core.String value) => $_setString(9, value);
@$pb.TagNumber(11)
$core.bool hasAppointmentID() => $_has(10);
$core.bool hasAppointmentID() => $_has(9);
@$pb.TagNumber(11)
void clearAppointmentID() => $_clearField(11);
/// The Reason for which the appointment has no commissions
@$pb.TagNumber(12)
$core.String get reason => $_getSZ(11);
$core.String get reason => $_getSZ(10);
@$pb.TagNumber(12)
set reason($core.String value) => $_setString(11, value);
set reason($core.String value) => $_setString(10, value);
@$pb.TagNumber(12)
$core.bool hasReason() => $_has(11);
$core.bool hasReason() => $_has(10);
@$pb.TagNumber(12)
void clearReason() => $_clearField(12);
/// Acknowledgment of the site instructions
@$pb.TagNumber(13)
$core.bool get instructionAck => $_getBF(12);
$core.bool get instructionAck => $_getBF(11);
@$pb.TagNumber(13)
set instructionAck($core.bool value) => $_setBool(12, value);
set instructionAck($core.bool value) => $_setBool(11, value);
@$pb.TagNumber(13)
$core.bool hasInstructionAck() => $_has(12);
$core.bool hasInstructionAck() => $_has(11);
@$pb.TagNumber(13)
void clearInstructionAck() => $_clearField(13);
@$pb.TagNumber(14)
$core.String get actorID => $_getSZ(13);
$core.String get actorID => $_getSZ(12);
@$pb.TagNumber(14)
set actorID($core.String value) => $_setString(13, value);
set actorID($core.String value) => $_setString(12, value);
@$pb.TagNumber(14)
$core.bool hasActorID() => $_has(13);
$core.bool hasActorID() => $_has(12);
@$pb.TagNumber(14)
void clearActorID() => $_clearField(14);
}
@@ -2089,7 +2061,6 @@ class ForceBookAppointmentRequest extends $pb.GeneratedMessage {
$2.AppointmentType? appointmentType,
$core.Iterable<$2.Commission>? commissions,
$core.Iterable<$2.SegmentationSelection>? segmentationSelections,
$core.Iterable<$2.CarrierInformationWithValue>? carrierInformation,
$core.Iterable<$2.Slot>? slots,
$core.Iterable<$core.String>? emails,
$core.String? carrierID,
@@ -2107,7 +2078,6 @@ class ForceBookAppointmentRequest extends $pb.GeneratedMessage {
if (appointmentType != null) result.appointmentType = appointmentType;
if (commissions != null) result.commissions.addAll(commissions);
if (segmentationSelections != null) result.segmentationSelections.addAll(segmentationSelections);
if (carrierInformation != null) result.carrierInformation.addAll(carrierInformation);
if (slots != null) result.slots.addAll(slots);
if (emails != null) result.emails.addAll(emails);
if (carrierID != null) result.carrierID = carrierID;
@@ -2132,7 +2102,6 @@ class ForceBookAppointmentRequest 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)
..pc<$2.Commission>(3, _omitFieldNames ? '' : 'Commissions', $pb.PbFieldType.PM, protoName: 'Commissions', subBuilder: $2.Commission.create)
..pc<$2.SegmentationSelection>(4, _omitFieldNames ? '' : 'SegmentationSelections', $pb.PbFieldType.PM, protoName: 'SegmentationSelections', subBuilder: $2.SegmentationSelection.create)
..pc<$2.CarrierInformationWithValue>(5, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $2.CarrierInformationWithValue.create)
..pc<$2.Slot>(6, _omitFieldNames ? '' : 'Slots', $pb.PbFieldType.PM, protoName: 'Slots', subBuilder: $2.Slot.create)
..pPS(8, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
..aOS(9, _omitFieldNames ? '' : 'CarrierID', protoName: 'CarrierID')
@@ -2193,99 +2162,95 @@ class ForceBookAppointmentRequest extends $pb.GeneratedMessage {
@$pb.TagNumber(4)
$pb.PbList<$2.SegmentationSelection> get segmentationSelections => $_getList(3);
/// Required carrierInformation, some can be obligatory
@$pb.TagNumber(5)
$pb.PbList<$2.CarrierInformationWithValue> get carrierInformation => $_getList(4);
/// The slot to book for the appointment
@$pb.TagNumber(6)
$pb.PbList<$2.Slot> get slots => $_getList(5);
$pb.PbList<$2.Slot> get slots => $_getList(4);
/// TODO Need to add a structure to store platform user identifiers which can act on this appointment ?
/// User mails being notified on this appointment
@$pb.TagNumber(8)
$pb.PbList<$core.String> get emails => $_getList(6);
$pb.PbList<$core.String> get emails => $_getList(5);
/// The carrier identifier who requests to book the appointment
@$pb.TagNumber(9)
$core.String get carrierID => $_getSZ(7);
$core.String get carrierID => $_getSZ(6);
@$pb.TagNumber(9)
set carrierID($core.String value) => $_setString(7, value);
set carrierID($core.String value) => $_setString(6, value);
@$pb.TagNumber(9)
$core.bool hasCarrierID() => $_has(7);
$core.bool hasCarrierID() => $_has(6);
@$pb.TagNumber(9)
void clearCarrierID() => $_clearField(9);
/// The carrier name who requests to book the appointment
@$pb.TagNumber(10)
$core.String get carrierName => $_getSZ(8);
$core.String get carrierName => $_getSZ(7);
@$pb.TagNumber(10)
set carrierName($core.String value) => $_setString(8, value);
set carrierName($core.String value) => $_setString(7, value);
@$pb.TagNumber(10)
$core.bool hasCarrierName() => $_has(8);
$core.bool hasCarrierName() => $_has(7);
@$pb.TagNumber(10)
void clearCarrierName() => $_clearField(10);
/// time zone, useful only if a WMS send a message
@$pb.TagNumber(11)
$core.String get timeZone => $_getSZ(9);
$core.String get timeZone => $_getSZ(8);
@$pb.TagNumber(11)
set timeZone($core.String value) => $_setString(9, value);
set timeZone($core.String value) => $_setString(8, value);
@$pb.TagNumber(11)
$core.bool hasTimeZone() => $_has(9);
$core.bool hasTimeZone() => $_has(8);
@$pb.TagNumber(11)
void clearTimeZone() => $_clearField(11);
/// The appointment ID, usually generated using siteCounterServices
@$pb.TagNumber(12)
$core.String get appointmentID => $_getSZ(10);
$core.String get appointmentID => $_getSZ(9);
@$pb.TagNumber(12)
set appointmentID($core.String value) => $_setString(10, value);
set appointmentID($core.String value) => $_setString(9, value);
@$pb.TagNumber(12)
$core.bool hasAppointmentID() => $_has(10);
$core.bool hasAppointmentID() => $_has(9);
@$pb.TagNumber(12)
void clearAppointmentID() => $_clearField(12);
/// Acknowledgment of the site instructions
@$pb.TagNumber(13)
$core.bool get instructionAck => $_getBF(11);
$core.bool get instructionAck => $_getBF(10);
@$pb.TagNumber(13)
set instructionAck($core.bool value) => $_setBool(11, value);
set instructionAck($core.bool value) => $_setBool(10, value);
@$pb.TagNumber(13)
$core.bool hasInstructionAck() => $_has(11);
$core.bool hasInstructionAck() => $_has(10);
@$pb.TagNumber(13)
void clearInstructionAck() => $_clearField(13);
/// In case of no reference, Project for which the appointment is made, with the quantities
@$pb.TagNumber(14)
$core.String get projectID => $_getSZ(12);
$core.String get projectID => $_getSZ(11);
@$pb.TagNumber(14)
set projectID($core.String value) => $_setString(12, value);
set projectID($core.String value) => $_setString(11, value);
@$pb.TagNumber(14)
$core.bool hasProjectID() => $_has(12);
$core.bool hasProjectID() => $_has(11);
@$pb.TagNumber(14)
void clearProjectID() => $_clearField(14);
/// In case of no reference, The Reason for which the appointment has no reference
@$pb.TagNumber(15)
$core.String get reason => $_getSZ(13);
$core.String get reason => $_getSZ(12);
@$pb.TagNumber(15)
set reason($core.String value) => $_setString(13, value);
set reason($core.String value) => $_setString(12, value);
@$pb.TagNumber(15)
$core.bool hasReason() => $_has(13);
$core.bool hasReason() => $_has(12);
@$pb.TagNumber(15)
void clearReason() => $_clearField(15);
/// In case of no reference, quantities loaded or to load in the truck
@$pb.TagNumber(16)
$pb.PbList<$2.QuantityByUnit> get quantities => $_getList(14);
$pb.PbList<$2.QuantityByUnit> get quantities => $_getList(13);
@$pb.TagNumber(17)
$core.String get actorID => $_getSZ(15);
$core.String get actorID => $_getSZ(14);
@$pb.TagNumber(17)
set actorID($core.String value) => $_setString(15, value);
set actorID($core.String value) => $_setString(14, value);
@$pb.TagNumber(17)
$core.bool hasActorID() => $_has(15);
$core.bool hasActorID() => $_has(14);
@$pb.TagNumber(17)
void clearActorID() => $_clearField(17);
}

View File

@@ -34,7 +34,6 @@ const Site$json = {
{'1': 'CapacityRules', '3': 14, '4': 3, '5': 11, '6': '.api.CapacityRule', '10': 'CapacityRules'},
{'1': 'Instruction', '3': 15, '4': 1, '5': 11, '6': '.api.Instruction', '10': 'Instruction'},
{'1': 'InstructionDocuments', '3': 16, '4': 3, '5': 11, '6': '.api.Document', '10': 'InstructionDocuments'},
{'1': 'CarrierInformation', '3': 17, '4': 3, '5': 11, '6': '.api.CarrierInformation', '10': 'CarrierInformation'},
{'1': 'RoundedPeriodInMinutes', '3': 18, '4': 1, '5': 13, '10': 'RoundedPeriodInMinutes'},
{'1': 'TimeZone', '3': 19, '4': 1, '5': 9, '8': {}, '10': 'TimeZone'},
{'1': 'Emails', '3': 20, '4': 3, '5': 9, '8': {}, '10': 'Emails'},
@@ -58,19 +57,17 @@ final $typed_data.Uint8List siteDescriptor = $convert.base64Decode(
'KAsyES5hcGkuRHVyYXRpb25SdWxlUg1EdXJhdGlvblJ1bGVzEjcKDUNhcGFjaXR5UnVsZXMYDi'
'ADKAsyES5hcGkuQ2FwYWNpdHlSdWxlUg1DYXBhY2l0eVJ1bGVzEjIKC0luc3RydWN0aW9uGA8g'
'ASgLMhAuYXBpLkluc3RydWN0aW9uUgtJbnN0cnVjdGlvbhJBChRJbnN0cnVjdGlvbkRvY3VtZW'
'50cxgQIAMoCzINLmFwaS5Eb2N1bWVudFIUSW5zdHJ1Y3Rpb25Eb2N1bWVudHMSRwoSQ2Fycmll'
'ckluZm9ybWF0aW9uGBEgAygLMhcuYXBpLkNhcnJpZXJJbmZvcm1hdGlvblISQ2FycmllckluZm'
'9ybWF0aW9uEjYKFlJvdW5kZWRQZXJpb2RJbk1pbnV0ZXMYEiABKA1SFlJvdW5kZWRQZXJpb2RJ'
'bk1pbnV0ZXMSnQEKCFRpbWVab25lGBMgASgJQoABkkFzMmFTaXRlIHRpbWUgem9uZSAgPGEgaH'
'JlZj0naHR0cHM6Ly9lbi53aWtpcGVkaWEub3JnL3dpa2kvTGlzdF9vZl90el9kYXRhYmFzZV90'
'aW1lX3pvbmVzJz5mb3JtYXQ8L2E+Sg4iRXVyb3BlL1BhcmlzIvpCB3IFEAHgAQFSCFRpbWVab2'
'5lElwKBkVtYWlscxgUIAMoCUJEkkEySjBbIkpvaG4uZG9lQHJlZmxleC5jb20iLCAid2lsbC5z'
'bWl0aEByZWZsZXguY29tIl36QgySAQkiB3IFYAHwAQFSBkVtYWlscxK/AQoaRGVmYXVsdFNpdG'
'VMYW5ndWFnZUlTTzYzOTEYFSABKAlCf5JBcDJoPGEgaHJlZj0naHR0cHM6Ly9lbi53aWtpcGVk'
'aWEub3JnL3dpa2kvTGlzdF9vZl9JU09fNjM5X2xhbmd1YWdlX2NvZGVzJz5JU08gNjM5IGNvZG'
'U8L2E+IG1lc3NhZ2UgbGFuZ3VhZ2VKBCJlbiL6QglyBxACGAOAAgFSGkRlZmF1bHRTaXRlTGFu'
'Z3VhZ2VJU082MzkxEjkKE1ByZWZpeEFwcG9pbnRtZW50SUQYFyABKAlCB/pCBHICGAVSE1ByZW'
'ZpeEFwcG9pbnRtZW50SUQ=');
'50cxgQIAMoCzINLmFwaS5Eb2N1bWVudFIUSW5zdHJ1Y3Rpb25Eb2N1bWVudHMSNgoWUm91bmRl'
'ZFBlcmlvZEluTWludXRlcxgSIAEoDVIWUm91bmRlZFBlcmlvZEluTWludXRlcxKdAQoIVGltZV'
'pvbmUYEyABKAlCgAGSQXMyYVNpdGUgdGltZSB6b25lICA8YSBocmVmPSdodHRwczovL2VuLndp'
'a2lwZWRpYS5vcmcvd2lraS9MaXN0X29mX3R6X2RhdGFiYXNlX3RpbWVfem9uZXMnPmZvcm1hdD'
'wvYT5KDiJFdXJvcGUvUGFyaXMi+kIHcgUQAeABAVIIVGltZVpvbmUSXAoGRW1haWxzGBQgAygJ'
'QkSSQTJKMFsiSm9obi5kb2VAcmVmbGV4LmNvbSIsICJ3aWxsLnNtaXRoQHJlZmxleC5jb20iXf'
'pCDJIBCSIHcgVgAfABAVIGRW1haWxzEr8BChpEZWZhdWx0U2l0ZUxhbmd1YWdlSVNPNjM5MRgV'
'IAEoCUJ/kkFwMmg8YSBocmVmPSdodHRwczovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9MaXN0X2'
'9mX0lTT182MzlfbGFuZ3VhZ2VfY29kZXMnPklTTyA2MzkgY29kZTwvYT4gbWVzc2FnZSBsYW5n'
'dWFnZUoEImVuIvpCCXIHEAIYA4ACAVIaRGVmYXVsdFNpdGVMYW5ndWFnZUlTTzYzOTESOQoTUH'
'JlZml4QXBwb2ludG1lbnRJRBgXIAEoCUIH+kIEcgIYBVITUHJlZml4QXBwb2ludG1lbnRJRA==');
@$core.Deprecated('Use createSettingsRequestDescriptor instead')
const CreateSettingsRequest$json = {
@@ -180,7 +177,6 @@ const UpdateSettingsRequest$json = {
{'1': 'DurationRules', '3': 13, '4': 3, '5': 11, '6': '.api.DurationRule', '10': 'DurationRules'},
{'1': 'CapacityRules', '3': 14, '4': 3, '5': 11, '6': '.api.CapacityRule', '10': 'CapacityRules'},
{'1': 'Instruction', '3': 15, '4': 1, '5': 11, '6': '.api.Instruction', '10': 'Instruction'},
{'1': 'CarrierInformation', '3': 17, '4': 3, '5': 11, '6': '.api.CarrierInformation', '10': 'CarrierInformation'},
{'1': 'RoundedPeriodInMinutes', '3': 18, '4': 1, '5': 13, '8': {}, '10': 'RoundedPeriodInMinutes'},
{'1': 'TimeZone', '3': 19, '4': 1, '5': 9, '8': {}, '10': 'TimeZone'},
{'1': 'Emails', '3': 20, '4': 3, '5': 9, '8': {}, '10': 'Emails'},
@@ -204,19 +200,18 @@ final $typed_data.Uint8List updateSettingsRequestDescriptor = $convert.base64Dec
'BlbmluZ1J1bGVzEjcKDUR1cmF0aW9uUnVsZXMYDSADKAsyES5hcGkuRHVyYXRpb25SdWxlUg1E'
'dXJhdGlvblJ1bGVzEjcKDUNhcGFjaXR5UnVsZXMYDiADKAsyES5hcGkuQ2FwYWNpdHlSdWxlUg'
'1DYXBhY2l0eVJ1bGVzEjIKC0luc3RydWN0aW9uGA8gASgLMhAuYXBpLkluc3RydWN0aW9uUgtJ'
'bnN0cnVjdGlvbhJHChJDYXJyaWVySW5mb3JtYXRpb24YESADKAsyFy5hcGkuQ2FycmllckluZm'
'9ybWF0aW9uUhJDYXJyaWVySW5mb3JtYXRpb24SPwoWUm91bmRlZFBlcmlvZEluTWludXRlcxgS'
'IAEoDUIH+kIEKgIgAFIWUm91bmRlZFBlcmlvZEluTWludXRlcxKdAQoIVGltZVpvbmUYEyABKA'
'lCgAGSQXMyYVNpdGUgdGltZSB6b25lICA8YSBocmVmPSdodHRwczovL2VuLndpa2lwZWRpYS5v'
'cmcvd2lraS9MaXN0X29mX3R6X2RhdGFiYXNlX3RpbWVfem9uZXMnPmZvcm1hdDwvYT5KDiJFdX'
'JvcGUvUGFyaXMi+kIHcgUQAeABAVIIVGltZVpvbmUSXAoGRW1haWxzGBQgAygJQkSSQTJKMFsi'
'Sm9obi5kb2VAcmVmbGV4LmNvbSIsICJ3aWxsLnNtaXRoQHJlZmxleC5jb20iXfpCDJIBCSIHcg'
'VgAfABAVIGRW1haWxzEr8BChpEZWZhdWx0U2l0ZUxhbmd1YWdlSVNPNjM5MRgVIAEoCUJ/kkFw'
'Mmg8YSBocmVmPSdodHRwczovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9MaXN0X29mX0lTT182Mz'
'lfbGFuZ3VhZ2VfY29kZXMnPklTTyA2MzkgY29kZTwvYT4gbWVzc2FnZSBsYW5ndWFnZUoEImVu'
'IvpCCXIHEAIYA4ACAVIaRGVmYXVsdFNpdGVMYW5ndWFnZUlTTzYzOTESTgoTUHJlZml4QXBwb2'
'ludG1lbnRJRBgWIAEoCUIckkESigEPXlthLXpBLVowLTktXSsk+kIEcgIYBVITUHJlZml4QXBw'
'b2ludG1lbnRJRDoTkkEQCg7SAQZIZWFkZXLSAQJJRA==');
'bnN0cnVjdGlvbhI/ChZSb3VuZGVkUGVyaW9kSW5NaW51dGVzGBIgASgNQgf6QgQqAiAAUhZSb3'
'VuZGVkUGVyaW9kSW5NaW51dGVzEp0BCghUaW1lWm9uZRgTIAEoCUKAAZJBczJhU2l0ZSB0aW1l'
'IHpvbmUgIDxhIGhyZWY9J2h0dHBzOi8vZW4ud2lraXBlZGlhLm9yZy93aWtpL0xpc3Rfb2ZfdH'
'pfZGF0YWJhc2VfdGltZV96b25lcyc+Zm9ybWF0PC9hPkoOIkV1cm9wZS9QYXJpcyL6QgdyBRAB'
'4AEBUghUaW1lWm9uZRJcCgZFbWFpbHMYFCADKAlCRJJBMkowWyJKb2huLmRvZUByZWZsZXguY2'
'9tIiwgIndpbGwuc21pdGhAcmVmbGV4LmNvbSJd+kIMkgEJIgdyBWAB8AEBUgZFbWFpbHMSvwEK'
'GkRlZmF1bHRTaXRlTGFuZ3VhZ2VJU082MzkxGBUgASgJQn+SQXAyaDxhIGhyZWY9J2h0dHBzOi'
'8vZW4ud2lraXBlZGlhLm9yZy93aWtpL0xpc3Rfb2ZfSVNPXzYzOV9sYW5ndWFnZV9jb2Rlcyc+'
'SVNPIDYzOSBjb2RlPC9hPiBtZXNzYWdlIGxhbmd1YWdlSgQiZW4i+kIJcgcQAhgDgAIBUhpEZW'
'ZhdWx0U2l0ZUxhbmd1YWdlSVNPNjM5MRJOChNQcmVmaXhBcHBvaW50bWVudElEGBYgASgJQhyS'
'QRKKAQ9eW2EtekEtWjAtOS1dKyT6QgRyAhgFUhNQcmVmaXhBcHBvaW50bWVudElEOhOSQRAKDt'
'IBBkhlYWRlctIBAklE');
@$core.Deprecated('Use updateSettingsResponseDescriptor instead')
const UpdateSettingsResponse$json = {
@@ -434,7 +429,6 @@ const BookAppointmentRequest$json = {
{'1': 'AppointmentType', '3': 2, '4': 1, '5': 14, '6': '.api.AppointmentType', '8': {}, '10': 'AppointmentType'},
{'1': 'Commissions', '3': 3, '4': 3, '5': 11, '6': '.api.Commission', '10': 'Commissions'},
{'1': 'SegmentationSelections', '3': 4, '4': 3, '5': 11, '6': '.api.SegmentationSelection', '10': 'SegmentationSelections'},
{'1': 'CarrierInformation', '3': 5, '4': 3, '5': 11, '6': '.api.CarrierInformationWithValue', '10': 'CarrierInformation'},
{'1': 'Slots', '3': 6, '4': 3, '5': 11, '6': '.api.Slot', '10': 'Slots'},
{'1': 'Emails', '3': 8, '4': 3, '5': 9, '8': {}, '10': 'Emails'},
{'1': 'CarrierID', '3': 9, '4': 1, '5': 9, '10': 'CarrierID'},
@@ -453,16 +447,15 @@ final $typed_data.Uint8List bookAppointmentRequestDescriptor = $convert.base64De
'FC5hcGkuQXBwb2ludG1lbnRUeXBlQgj6QgWCAQIQAVIPQXBwb2ludG1lbnRUeXBlEjEKC0NvbW'
'1pc3Npb25zGAMgAygLMg8uYXBpLkNvbW1pc3Npb25SC0NvbW1pc3Npb25zElIKFlNlZ21lbnRh'
'dGlvblNlbGVjdGlvbnMYBCADKAsyGi5hcGkuU2VnbWVudGF0aW9uU2VsZWN0aW9uUhZTZWdtZW'
'50YXRpb25TZWxlY3Rpb25zElAKEkNhcnJpZXJJbmZvcm1hdGlvbhgFIAMoCzIgLmFwaS5DYXJy'
'aWVySW5mb3JtYXRpb25XaXRoVmFsdWVSEkNhcnJpZXJJbmZvcm1hdGlvbhIfCgVTbG90cxgGIA'
'MoCzIJLmFwaS5TbG90UgVTbG90cxJ9CgZFbWFpbHMYCCADKAlCZZJBUTIdTXVzdCBiZSBhIHZh'
'bGlkIGVtYWlsIGFkZHJlc3NKMFsiSm9obi5kb2VAcmVmbGV4LmNvbSIsICJ3aWxsLnNtaXRoQH'
'JlZmxleC5jb20iXfpCDpIBCwgBIgdyBWAB8AEBUgZFbWFpbHMSHAoJQ2FycmllcklEGAkgASgJ'
'UglDYXJyaWVySUQSIAoLQ2Fycmllck5hbWUYCiABKAlSC0NhcnJpZXJOYW1lEjsKDUFwcG9pbn'
'RtZW50SUQYCyABKAlCFZJBEooBD15bYS16QS1aMC05LV0rJFINQXBwb2ludG1lbnRJRBImCg5J'
'bnN0cnVjdGlvbkFjaxgMIAEoCFIOSW5zdHJ1Y3Rpb25BY2sSGAoHQWN0b3JJRBgNIAEoCVIHQW'
'N0b3JJRDpdkkFaCljSAQZIZWFkZXLSAQ9BcHBvaW50bWVudFR5cGXSAQtDb21taXNzaW9uc9IB'
'DVNlZ21lbnRhdGlvbnPSARJDYXJyaWVySW5mb3JtYXRpb27SAQdBY3RvcklE');
'50YXRpb25TZWxlY3Rpb25zEh8KBVNsb3RzGAYgAygLMgkuYXBpLlNsb3RSBVNsb3RzEn0KBkVt'
'YWlscxgIIAMoCUJlkkFRMh1NdXN0IGJlIGEgdmFsaWQgZW1haWwgYWRkcmVzc0owWyJKb2huLm'
'RvZUByZWZsZXguY29tIiwgIndpbGwuc21pdGhAcmVmbGV4LmNvbSJd+kIOkgELCAEiB3IFYAHw'
'AQFSBkVtYWlscxIcCglDYXJyaWVySUQYCSABKAlSCUNhcnJpZXJJRBIgCgtDYXJyaWVyTmFtZR'
'gKIAEoCVILQ2Fycmllck5hbWUSOwoNQXBwb2ludG1lbnRJRBgLIAEoCUIVkkESigEPXlthLXpB'
'LVowLTktXSskUg1BcHBvaW50bWVudElEEiYKDkluc3RydWN0aW9uQWNrGAwgASgIUg5JbnN0cn'
'VjdGlvbkFjaxIYCgdBY3RvcklEGA0gASgJUgdBY3RvcklEOl2SQVoKWNIBBkhlYWRlctIBD0Fw'
'cG9pbnRtZW50VHlwZdIBC0NvbW1pc3Npb25z0gENU2VnbWVudGF0aW9uc9IBEkNhcnJpZXJJbm'
'Zvcm1hdGlvbtIBB0FjdG9ySUQ=');
@$core.Deprecated('Use bookAppointmentNoReferenceRequestDescriptor instead')
const BookAppointmentNoReferenceRequest$json = {
@@ -473,7 +466,6 @@ const BookAppointmentNoReferenceRequest$json = {
{'1': 'ProjectID', '3': 3, '4': 1, '5': 9, '10': 'ProjectID'},
{'1': 'Quantities', '3': 4, '4': 3, '5': 11, '6': '.api.QuantityByUnit', '8': {}, '10': 'Quantities'},
{'1': 'SegmentationSelections', '3': 5, '4': 3, '5': 11, '6': '.api.SegmentationSelection', '10': 'SegmentationSelections'},
{'1': 'CarrierInformation', '3': 6, '4': 3, '5': 11, '6': '.api.CarrierInformationWithValue', '10': 'CarrierInformation'},
{'1': 'Slots', '3': 7, '4': 3, '5': 11, '6': '.api.Slot', '10': 'Slots'},
{'1': 'Emails', '3': 8, '4': 3, '5': 9, '8': {}, '10': 'Emails'},
{'1': 'CarrierID', '3': 9, '4': 1, '5': 9, '10': 'CarrierID'},
@@ -494,16 +486,15 @@ final $typed_data.Uint8List bookAppointmentNoReferenceRequestDescriptor = $conve
'R5cGUSHAoJUHJvamVjdElEGAMgASgJUglQcm9qZWN0SUQSPQoKUXVhbnRpdGllcxgEIAMoCzIT'
'LmFwaS5RdWFudGl0eUJ5VW5pdEII+kIFkgECCAFSClF1YW50aXRpZXMSUgoWU2VnbWVudGF0aW'
'9uU2VsZWN0aW9ucxgFIAMoCzIaLmFwaS5TZWdtZW50YXRpb25TZWxlY3Rpb25SFlNlZ21lbnRh'
'dGlvblNlbGVjdGlvbnMSUAoSQ2FycmllckluZm9ybWF0aW9uGAYgAygLMiAuYXBpLkNhcnJpZX'
'JJbmZvcm1hdGlvbldpdGhWYWx1ZVISQ2FycmllckluZm9ybWF0aW9uEh8KBVNsb3RzGAcgAygL'
'MgkuYXBpLlNsb3RSBVNsb3RzEn0KBkVtYWlscxgIIAMoCUJlkkFRMh1NdXN0IGJlIGEgdmFsaW'
'QgZW1haWwgYWRkcmVzc0owWyJKb2huLmRvZUByZWZsZXguY29tIiwgIndpbGwuc21pdGhAcmVm'
'bGV4LmNvbSJd+kIOkgELCAEiB3IFYAHwAQFSBkVtYWlscxIcCglDYXJyaWVySUQYCSABKAlSCU'
'NhcnJpZXJJRBIgCgtDYXJyaWVyTmFtZRgKIAEoCVILQ2Fycmllck5hbWUSJAoNQXBwb2ludG1l'
'bnRJRBgLIAEoCVINQXBwb2ludG1lbnRJRBIWCgZSZWFzb24YDCABKAlSBlJlYXNvbhImCg5Jbn'
'N0cnVjdGlvbkFjaxgNIAEoCFIOSW5zdHJ1Y3Rpb25BY2sSGAoHQWN0b3JJRBgOIAEoCVIHQWN0'
'b3JJRDpokkFlCmPSAQZIZWFkZXLSAQ9BcHBvaW50bWVudFR5cGXSAQlQcm9qZWN0SUTSAQpRdW'
'FudGl0aWVz0gENU2VnbWVudGF0aW9uc9IBEkNhcnJpZXJJbmZvcm1hdGlvbtIBB0FjdG9ySUQ=');
'dGlvblNlbGVjdGlvbnMSHwoFU2xvdHMYByADKAsyCS5hcGkuU2xvdFIFU2xvdHMSfQoGRW1haW'
'xzGAggAygJQmWSQVEyHU11c3QgYmUgYSB2YWxpZCBlbWFpbCBhZGRyZXNzSjBbIkpvaG4uZG9l'
'QHJlZmxleC5jb20iLCAid2lsbC5zbWl0aEByZWZsZXguY29tIl36Qg6SAQsIASIHcgVgAfABAV'
'IGRW1haWxzEhwKCUNhcnJpZXJJRBgJIAEoCVIJQ2FycmllcklEEiAKC0NhcnJpZXJOYW1lGAog'
'ASgJUgtDYXJyaWVyTmFtZRIkCg1BcHBvaW50bWVudElEGAsgASgJUg1BcHBvaW50bWVudElEEh'
'YKBlJlYXNvbhgMIAEoCVIGUmVhc29uEiYKDkluc3RydWN0aW9uQWNrGA0gASgIUg5JbnN0cnVj'
'dGlvbkFjaxIYCgdBY3RvcklEGA4gASgJUgdBY3RvcklEOmiSQWUKY9IBBkhlYWRlctIBD0FwcG'
'9pbnRtZW50VHlwZdIBCVByb2plY3RJRNIBClF1YW50aXRpZXPSAQ1TZWdtZW50YXRpb25z0gES'
'Q2FycmllckluZm9ybWF0aW9u0gEHQWN0b3JJRA==');
@$core.Deprecated('Use siteActorDescriptor instead')
const SiteActor$json = {
@@ -529,7 +520,6 @@ const ForceBookAppointmentRequest$json = {
{'1': 'AppointmentType', '3': 2, '4': 1, '5': 14, '6': '.api.AppointmentType', '8': {}, '10': 'AppointmentType'},
{'1': 'Commissions', '3': 3, '4': 3, '5': 11, '6': '.api.Commission', '10': 'Commissions'},
{'1': 'SegmentationSelections', '3': 4, '4': 3, '5': 11, '6': '.api.SegmentationSelection', '10': 'SegmentationSelections'},
{'1': 'CarrierInformation', '3': 5, '4': 3, '5': 11, '6': '.api.CarrierInformationWithValue', '10': 'CarrierInformation'},
{'1': 'Slots', '3': 6, '4': 3, '5': 11, '6': '.api.Slot', '10': 'Slots'},
{'1': 'Emails', '3': 8, '4': 3, '5': 9, '8': {}, '10': 'Emails'},
{'1': 'CarrierID', '3': 9, '4': 1, '5': 9, '10': 'CarrierID'},
@@ -552,18 +542,16 @@ final $typed_data.Uint8List forceBookAppointmentRequestDescriptor = $convert.bas
'IAEoDjIULmFwaS5BcHBvaW50bWVudFR5cGVCCPpCBYIBAhABUg9BcHBvaW50bWVudFR5cGUSMQ'
'oLQ29tbWlzc2lvbnMYAyADKAsyDy5hcGkuQ29tbWlzc2lvblILQ29tbWlzc2lvbnMSUgoWU2Vn'
'bWVudGF0aW9uU2VsZWN0aW9ucxgEIAMoCzIaLmFwaS5TZWdtZW50YXRpb25TZWxlY3Rpb25SFl'
'NlZ21lbnRhdGlvblNlbGVjdGlvbnMSUAoSQ2FycmllckluZm9ybWF0aW9uGAUgAygLMiAuYXBp'
'LkNhcnJpZXJJbmZvcm1hdGlvbldpdGhWYWx1ZVISQ2FycmllckluZm9ybWF0aW9uEh8KBVNsb3'
'RzGAYgAygLMgkuYXBpLlNsb3RSBVNsb3RzEn0KBkVtYWlscxgIIAMoCUJlkkFRMh1NdXN0IGJl'
'IGEgdmFsaWQgZW1haWwgYWRkcmVzc0owWyJKb2huLmRvZUByZWZsZXguY29tIiwgIndpbGwuc2'
'1pdGhAcmVmbGV4LmNvbSJd+kIOkgELCAEiB3IFYAHwAQFSBkVtYWlscxIcCglDYXJyaWVySUQY'
'CSABKAlSCUNhcnJpZXJJRBIgCgtDYXJyaWVyTmFtZRgKIAEoCVILQ2Fycmllck5hbWUSGgoIVG'
'ltZVpvbmUYCyABKAlSCFRpbWVab25lEiQKDUFwcG9pbnRtZW50SUQYDCABKAlSDUFwcG9pbnRt'
'ZW50SUQSJgoOSW5zdHJ1Y3Rpb25BY2sYDSABKAhSDkluc3RydWN0aW9uQWNrEhwKCVByb2plY3'
'RJRBgOIAEoCVIJUHJvamVjdElEEhYKBlJlYXNvbhgPIAEoCVIGUmVhc29uEjMKClF1YW50aXRp'
'ZXMYECADKAsyEy5hcGkuUXVhbnRpdHlCeVVuaXRSClF1YW50aXRpZXMSGAoHQWN0b3JJRBgRIA'
'EoCVIHQWN0b3JJRDo6kkE3CjXSAQZIZWFkZXLSAQ9BcHBvaW50bWVudFR5cGXSAQ1TZWdtZW50'
'YXRpb25z0gEHQWN0b3JJRA==');
'NlZ21lbnRhdGlvblNlbGVjdGlvbnMSHwoFU2xvdHMYBiADKAsyCS5hcGkuU2xvdFIFU2xvdHMS'
'fQoGRW1haWxzGAggAygJQmWSQVEyHU11c3QgYmUgYSB2YWxpZCBlbWFpbCBhZGRyZXNzSjBbIk'
'pvaG4uZG9lQHJlZmxleC5jb20iLCAid2lsbC5zbWl0aEByZWZsZXguY29tIl36Qg6SAQsIASIH'
'cgVgAfABAVIGRW1haWxzEhwKCUNhcnJpZXJJRBgJIAEoCVIJQ2FycmllcklEEiAKC0NhcnJpZX'
'JOYW1lGAogASgJUgtDYXJyaWVyTmFtZRIaCghUaW1lWm9uZRgLIAEoCVIIVGltZVpvbmUSJAoN'
'QXBwb2ludG1lbnRJRBgMIAEoCVINQXBwb2ludG1lbnRJRBImCg5JbnN0cnVjdGlvbkFjaxgNIA'
'EoCFIOSW5zdHJ1Y3Rpb25BY2sSHAoJUHJvamVjdElEGA4gASgJUglQcm9qZWN0SUQSFgoGUmVh'
'c29uGA8gASgJUgZSZWFzb24SMwoKUXVhbnRpdGllcxgQIAMoCzITLmFwaS5RdWFudGl0eUJ5VW'
'5pdFIKUXVhbnRpdGllcxIYCgdBY3RvcklEGBEgASgJUgdBY3RvcklEOjqSQTcKNdIBBkhlYWRl'
'ctIBD0FwcG9pbnRtZW50VHlwZdIBDVNlZ21lbnRhdGlvbnPSAQdBY3RvcklE');
@$core.Deprecated('Use bookAppointmentResponseDescriptor instead')
const BookAppointmentResponse$json = {

View File

@@ -1064,156 +1064,6 @@ class SegmentationSelection extends $pb.GeneratedMessage {
void clearSegmentationValueID() => $_clearField(2);
}
/// CarrierInformation
/// The five following messages are pretty similar, for each added object, they can add a translated version
class CarrierInformation extends $pb.GeneratedMessage {
factory CarrierInformation({
$core.String? carrierInformationID,
$core.Iterable<$0.LabelByLanguage>? labels,
CarrierInformationType? type,
$core.bool? isMandatory,
$core.bool? formatCheck,
}) {
final result = create();
if (carrierInformationID != null) result.carrierInformationID = carrierInformationID;
if (labels != null) result.labels.addAll(labels);
if (type != null) result.type = type;
if (isMandatory != null) result.isMandatory = isMandatory;
if (formatCheck != null) result.formatCheck = formatCheck;
return result;
}
CarrierInformation._();
factory CarrierInformation.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
factory CarrierInformation.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CarrierInformation', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOS(1, _omitFieldNames ? '' : 'CarrierInformationID', protoName: 'CarrierInformationID')
..pc<$0.LabelByLanguage>(2, _omitFieldNames ? '' : 'Labels', $pb.PbFieldType.PM, protoName: 'Labels', subBuilder: $0.LabelByLanguage.create)
..e<CarrierInformationType>(3, _omitFieldNames ? '' : 'Type', $pb.PbFieldType.OE, protoName: 'Type', defaultOrMaker: CarrierInformationType.CARRIER_INFORMATION_TYPE_UNKNOWN, valueOf: CarrierInformationType.valueOf, enumValues: CarrierInformationType.values)
..aOB(4, _omitFieldNames ? '' : 'IsMandatory', protoName: 'IsMandatory')
..aOB(5, _omitFieldNames ? '' : 'FormatCheck', protoName: 'FormatCheck')
..hasRequiredFields = false
;
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
CarrierInformation clone() => CarrierInformation()..mergeFromMessage(this);
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
CarrierInformation copyWith(void Function(CarrierInformation) updates) => super.copyWith((message) => updates(message as CarrierInformation)) as CarrierInformation;
@$core.override
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static CarrierInformation create() => CarrierInformation._();
@$core.override
CarrierInformation createEmptyInstance() => create();
static $pb.PbList<CarrierInformation> createRepeated() => $pb.PbList<CarrierInformation>();
@$core.pragma('dart2js:noInline')
static CarrierInformation getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<CarrierInformation>(create);
static CarrierInformation? _defaultInstance;
@$pb.TagNumber(1)
$core.String get carrierInformationID => $_getSZ(0);
@$pb.TagNumber(1)
set carrierInformationID($core.String value) => $_setString(0, value);
@$pb.TagNumber(1)
$core.bool hasCarrierInformationID() => $_has(0);
@$pb.TagNumber(1)
void clearCarrierInformationID() => $_clearField(1);
@$pb.TagNumber(2)
$pb.PbList<$0.LabelByLanguage> get labels => $_getList(1);
@$pb.TagNumber(3)
CarrierInformationType get type => $_getN(2);
@$pb.TagNumber(3)
set type(CarrierInformationType value) => $_setField(3, value);
@$pb.TagNumber(3)
$core.bool hasType() => $_has(2);
@$pb.TagNumber(3)
void clearType() => $_clearField(3);
@$pb.TagNumber(4)
$core.bool get isMandatory => $_getBF(3);
@$pb.TagNumber(4)
set isMandatory($core.bool value) => $_setBool(3, value);
@$pb.TagNumber(4)
$core.bool hasIsMandatory() => $_has(3);
@$pb.TagNumber(4)
void clearIsMandatory() => $_clearField(4);
@$pb.TagNumber(5)
$core.bool get formatCheck => $_getBF(4);
@$pb.TagNumber(5)
set formatCheck($core.bool value) => $_setBool(4, value);
@$pb.TagNumber(5)
$core.bool hasFormatCheck() => $_has(4);
@$pb.TagNumber(5)
void clearFormatCheck() => $_clearField(5);
}
class CarrierInformationWithValue extends $pb.GeneratedMessage {
factory CarrierInformationWithValue({
CarrierInformation? carrierInformation,
$core.String? value,
}) {
final result = create();
if (carrierInformation != null) result.carrierInformation = carrierInformation;
if (value != null) result.value = value;
return result;
}
CarrierInformationWithValue._();
factory CarrierInformationWithValue.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
factory CarrierInformationWithValue.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CarrierInformationWithValue', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<CarrierInformation>(1, _omitFieldNames ? '' : 'CarrierInformation', protoName: 'CarrierInformation', subBuilder: CarrierInformation.create)
..aOS(2, _omitFieldNames ? '' : 'Value', protoName: 'Value')
..hasRequiredFields = false
;
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
CarrierInformationWithValue clone() => CarrierInformationWithValue()..mergeFromMessage(this);
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
CarrierInformationWithValue copyWith(void Function(CarrierInformationWithValue) updates) => super.copyWith((message) => updates(message as CarrierInformationWithValue)) as CarrierInformationWithValue;
@$core.override
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static CarrierInformationWithValue create() => CarrierInformationWithValue._();
@$core.override
CarrierInformationWithValue createEmptyInstance() => create();
static $pb.PbList<CarrierInformationWithValue> createRepeated() => $pb.PbList<CarrierInformationWithValue>();
@$core.pragma('dart2js:noInline')
static CarrierInformationWithValue getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<CarrierInformationWithValue>(create);
static CarrierInformationWithValue? _defaultInstance;
@$pb.TagNumber(1)
CarrierInformation get carrierInformation => $_getN(0);
@$pb.TagNumber(1)
set carrierInformation(CarrierInformation value) => $_setField(1, value);
@$pb.TagNumber(1)
$core.bool hasCarrierInformation() => $_has(0);
@$pb.TagNumber(1)
void clearCarrierInformation() => $_clearField(1);
@$pb.TagNumber(1)
CarrierInformation ensureCarrierInformation() => $_ensure(0);
@$pb.TagNumber(2)
$core.String get value => $_getSZ(1);
@$pb.TagNumber(2)
set value($core.String value) => $_setString(1, value);
@$pb.TagNumber(2)
$core.bool hasValue() => $_has(1);
@$pb.TagNumber(2)
void clearValue() => $_clearField(2);
}
/// Document
/// We anticipate that they want to put several but if they only have one with all the language, it should still work
class Document extends $pb.GeneratedMessage {

View File

@@ -52,23 +52,6 @@ class CapacityRuleScope extends $pb.ProtobufEnum {
const CapacityRuleScope._(super.value, super.name);
}
class CarrierInformationType extends $pb.ProtobufEnum {
static const CarrierInformationType CARRIER_INFORMATION_TYPE_UNKNOWN = CarrierInformationType._(0, _omitEnumNames ? '' : 'CARRIER_INFORMATION_TYPE_UNKNOWN');
static const CarrierInformationType CARRIER_INFORMATION_TYPE_DOCUMENT = CarrierInformationType._(1, _omitEnumNames ? '' : 'CARRIER_INFORMATION_TYPE_DOCUMENT');
static const CarrierInformationType CARRIER_INFORMATION_TYPE_METADATA = CarrierInformationType._(2, _omitEnumNames ? '' : 'CARRIER_INFORMATION_TYPE_METADATA');
static const $core.List<CarrierInformationType> values = <CarrierInformationType> [
CARRIER_INFORMATION_TYPE_UNKNOWN,
CARRIER_INFORMATION_TYPE_DOCUMENT,
CARRIER_INFORMATION_TYPE_METADATA,
];
static final $core.List<CarrierInformationType?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 2);
static CarrierInformationType? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
const CarrierInformationType._(super.value, super.name);
}
class CommandIdentifierEntry extends $pb.ProtobufEnum {
static const CommandIdentifierEntry CommandIdentifierEntry_MandatoryExceptForAllowedUsers = CommandIdentifierEntry._(0, _omitEnumNames ? '' : 'CommandIdentifierEntry_MandatoryExceptForAllowedUsers');
static const CommandIdentifierEntry CommandIdentifierEntry_NotRequired = CommandIdentifierEntry._(1, _omitEnumNames ? '' : 'CommandIdentifierEntry_NotRequired');

View File

@@ -49,22 +49,6 @@ final $typed_data.Uint8List capacityRuleScopeDescriptor = $convert.base64Decode(
'BDQVBBQ0lUWV9SVUxFX1NDT1BFX1NJTVVMVEFORU9VUxABEh0KGUNBUEFDSVRZX1JVTEVfU0NP'
'UEVfREFJTFkQAg==');
@$core.Deprecated('Use carrierInformationTypeDescriptor instead')
const CarrierInformationType$json = {
'1': 'CarrierInformationType',
'2': [
{'1': 'CARRIER_INFORMATION_TYPE_UNKNOWN', '2': 0},
{'1': 'CARRIER_INFORMATION_TYPE_DOCUMENT', '2': 1},
{'1': 'CARRIER_INFORMATION_TYPE_METADATA', '2': 2},
],
};
/// Descriptor for `CarrierInformationType`. Decode as a `google.protobuf.EnumDescriptorProto`.
final $typed_data.Uint8List carrierInformationTypeDescriptor = $convert.base64Decode(
'ChZDYXJyaWVySW5mb3JtYXRpb25UeXBlEiQKIENBUlJJRVJfSU5GT1JNQVRJT05fVFlQRV9VTk'
'tOT1dOEAASJQohQ0FSUklFUl9JTkZPUk1BVElPTl9UWVBFX0RPQ1VNRU5UEAESJQohQ0FSUklF'
'Ul9JTkZPUk1BVElPTl9UWVBFX01FVEFEQVRBEAI=');
@$core.Deprecated('Use commandIdentifierEntryDescriptor instead')
const CommandIdentifierEntry$json = {
'1': 'CommandIdentifierEntry',
@@ -359,41 +343,6 @@ final $typed_data.Uint8List segmentationSelectionDescriptor = $convert.base64Dec
'RhdGlvbklEEjAKE1NlZ21lbnRhdGlvblZhbHVlSUQYAiABKAlSE1NlZ21lbnRhdGlvblZhbHVl'
'SUQ=');
@$core.Deprecated('Use carrierInformationDescriptor instead')
const CarrierInformation$json = {
'1': 'CarrierInformation',
'2': [
{'1': 'CarrierInformationID', '3': 1, '4': 1, '5': 9, '10': 'CarrierInformationID'},
{'1': 'Labels', '3': 2, '4': 3, '5': 11, '6': '.api.LabelByLanguage', '8': {}, '10': 'Labels'},
{'1': 'Type', '3': 3, '4': 1, '5': 14, '6': '.api.CarrierInformationType', '10': 'Type'},
{'1': 'IsMandatory', '3': 4, '4': 1, '5': 8, '10': 'IsMandatory'},
{'1': 'FormatCheck', '3': 5, '4': 1, '5': 8, '10': 'FormatCheck'},
],
};
/// Descriptor for `CarrierInformation`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List carrierInformationDescriptor = $convert.base64Decode(
'ChJDYXJyaWVySW5mb3JtYXRpb24SMgoUQ2FycmllckluZm9ybWF0aW9uSUQYASABKAlSFENhcn'
'JpZXJJbmZvcm1hdGlvbklEEkkKBkxhYmVscxgCIAMoCzIULmFwaS5MYWJlbEJ5TGFuZ3VhZ2VC'
'G9DBGAHqwRgTTGFuZ3VhZ2VDb2RlSVNPNjM5MVIGTGFiZWxzEi8KBFR5cGUYAyABKA4yGy5hcG'
'kuQ2FycmllckluZm9ybWF0aW9uVHlwZVIEVHlwZRIgCgtJc01hbmRhdG9yeRgEIAEoCFILSXNN'
'YW5kYXRvcnkSIAoLRm9ybWF0Q2hlY2sYBSABKAhSC0Zvcm1hdENoZWNr');
@$core.Deprecated('Use carrierInformationWithValueDescriptor instead')
const CarrierInformationWithValue$json = {
'1': 'CarrierInformationWithValue',
'2': [
{'1': 'CarrierInformation', '3': 1, '4': 1, '5': 11, '6': '.api.CarrierInformation', '10': 'CarrierInformation'},
{'1': 'Value', '3': 2, '4': 1, '5': 9, '10': 'Value'},
],
};
/// Descriptor for `CarrierInformationWithValue`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List carrierInformationWithValueDescriptor = $convert.base64Decode(
'ChtDYXJyaWVySW5mb3JtYXRpb25XaXRoVmFsdWUSRwoSQ2FycmllckluZm9ybWF0aW9uGAEgAS'
'gLMhcuYXBpLkNhcnJpZXJJbmZvcm1hdGlvblISQ2FycmllckluZm9ybWF0aW9uEhQKBVZhbHVl'
'GAIgASgJUgVWYWx1ZQ==');
@$core.Deprecated('Use documentDescriptor instead')
const Document$json = {
'1': 'Document',

View File

@@ -1,6 +1,6 @@
name: dart_core_sdk
description: dart libs from core model proto files
version: 1.12.0-SNAPSHOT-251020135902
version: 1.12.0-SNAPSHOT-251021073739
homepage: ''
publish_to: ''
repository: ''