Latest generation

This commit is contained in:
ci core model
2025-11-21 08:37:59 +00:00
parent 38587135a6
commit dcfbd67a58
10 changed files with 228 additions and 363 deletions

View File

@@ -1657,8 +1657,6 @@ class BookAppointmentRequest extends $pb.GeneratedMessage {
$core.Iterable<$2.SegmentationSelection>? segmentationSelections,
$core.Iterable<$2.Slot>? slots,
$core.Iterable<$core.String>? emails,
$core.String? carrierID,
$core.String? carrierName,
$core.String? appointmentID,
$core.bool? instructionAck,
$core.String? actorID,
@@ -1672,8 +1670,6 @@ class BookAppointmentRequest extends $pb.GeneratedMessage {
if (segmentationSelections != null) result.segmentationSelections.addAll(segmentationSelections);
if (slots != null) result.slots.addAll(slots);
if (emails != null) result.emails.addAll(emails);
if (carrierID != null) result.carrierID = carrierID;
if (carrierName != null) result.carrierName = carrierName;
if (appointmentID != null) result.appointmentID = appointmentID;
if (instructionAck != null) result.instructionAck = instructionAck;
if (actorID != null) result.actorID = actorID;
@@ -1694,8 +1690,6 @@ class BookAppointmentRequest extends $pb.GeneratedMessage {
..pc<$2.SegmentationSelection>(4, _omitFieldNames ? '' : 'SegmentationSelections', $pb.PbFieldType.PM, protoName: 'SegmentationSelections', subBuilder: $2.SegmentationSelection.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')
..aOS(10, _omitFieldNames ? '' : 'CarrierName', protoName: 'CarrierName')
..aOS(11, _omitFieldNames ? '' : 'AppointmentID', protoName: 'AppointmentID')
..aOB(12, _omitFieldNames ? '' : 'InstructionAck', protoName: 'InstructionAck')
..aOS(13, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
@@ -1759,61 +1753,41 @@ class BookAppointmentRequest extends $pb.GeneratedMessage {
@$pb.TagNumber(8)
$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(6);
@$pb.TagNumber(9)
set carrierID($core.String value) => $_setString(6, value);
@$pb.TagNumber(9)
$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(7);
@$pb.TagNumber(10)
set carrierName($core.String value) => $_setString(7, value);
@$pb.TagNumber(10)
$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(8);
$core.String get appointmentID => $_getSZ(6);
@$pb.TagNumber(11)
set appointmentID($core.String value) => $_setString(8, value);
set appointmentID($core.String value) => $_setString(6, value);
@$pb.TagNumber(11)
$core.bool hasAppointmentID() => $_has(8);
$core.bool hasAppointmentID() => $_has(6);
@$pb.TagNumber(11)
void clearAppointmentID() => $_clearField(11);
/// Acknowledgment of the site instructions
@$pb.TagNumber(12)
$core.bool get instructionAck => $_getBF(9);
$core.bool get instructionAck => $_getBF(7);
@$pb.TagNumber(12)
set instructionAck($core.bool value) => $_setBool(9, value);
set instructionAck($core.bool value) => $_setBool(7, value);
@$pb.TagNumber(12)
$core.bool hasInstructionAck() => $_has(9);
$core.bool hasInstructionAck() => $_has(7);
@$pb.TagNumber(12)
void clearInstructionAck() => $_clearField(12);
@$pb.TagNumber(13)
$core.String get actorID => $_getSZ(10);
$core.String get actorID => $_getSZ(8);
@$pb.TagNumber(13)
set actorID($core.String value) => $_setString(10, value);
set actorID($core.String value) => $_setString(8, value);
@$pb.TagNumber(13)
$core.bool hasActorID() => $_has(10);
$core.bool hasActorID() => $_has(8);
@$pb.TagNumber(13)
void clearActorID() => $_clearField(13);
/// Carrier information metadata definition
@$pb.TagNumber(14)
$pb.PbList<$3.MetadataElement> get carrierInformation => $_getList(11);
$pb.PbList<$3.MetadataElement> get carrierInformation => $_getList(9);
@$pb.TagNumber(15)
$pb.PbList<$3.MetadataElement> get metaData => $_getList(12);
$pb.PbList<$3.MetadataElement> get metaData => $_getList(10);
}
/// BookAppointmentNoReference
@@ -1826,8 +1800,6 @@ class BookAppointmentNoReferenceRequest extends $pb.GeneratedMessage {
$core.Iterable<$2.SegmentationSelection>? segmentationSelections,
$core.Iterable<$2.Slot>? slots,
$core.Iterable<$core.String>? emails,
$core.String? carrierID,
$core.String? carrierName,
$core.String? appointmentID,
$core.String? reason,
$core.bool? instructionAck,
@@ -1843,8 +1815,6 @@ class BookAppointmentNoReferenceRequest extends $pb.GeneratedMessage {
if (segmentationSelections != null) result.segmentationSelections.addAll(segmentationSelections);
if (slots != null) result.slots.addAll(slots);
if (emails != null) result.emails.addAll(emails);
if (carrierID != null) result.carrierID = carrierID;
if (carrierName != null) result.carrierName = carrierName;
if (appointmentID != null) result.appointmentID = appointmentID;
if (reason != null) result.reason = reason;
if (instructionAck != null) result.instructionAck = instructionAck;
@@ -1867,8 +1837,6 @@ class BookAppointmentNoReferenceRequest extends $pb.GeneratedMessage {
..pc<$2.SegmentationSelection>(5, _omitFieldNames ? '' : 'SegmentationSelections', $pb.PbFieldType.PM, protoName: 'SegmentationSelections', subBuilder: $2.SegmentationSelection.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')
..aOS(10, _omitFieldNames ? '' : 'CarrierName', protoName: 'CarrierName')
..aOS(11, _omitFieldNames ? '' : 'AppointmentID', protoName: 'AppointmentID')
..aOS(12, _omitFieldNames ? '' : 'Reason', protoName: 'Reason')
..aOB(13, _omitFieldNames ? '' : 'InstructionAck', protoName: 'InstructionAck')
@@ -1943,71 +1911,55 @@ class BookAppointmentNoReferenceRequest extends $pb.GeneratedMessage {
@$pb.TagNumber(8)
$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(7);
@$pb.TagNumber(9)
set carrierID($core.String value) => $_setString(7, value);
@$pb.TagNumber(9)
$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(8);
@$pb.TagNumber(10)
set carrierName($core.String value) => $_setString(8, value);
@$pb.TagNumber(10)
$core.bool hasCarrierName() => $_has(8);
@$pb.TagNumber(10)
void clearCarrierName() => $_clearField(10);
/// The appointment ID, usually generated using siteCounterServices
/// The carrier identifier who requests to book the appointment
/// string CarrierID = 9;
/// The carrier name who requests to book the appointment
/// string CarrierName = 10;
/// The appointment ID, usually generated using siteCounterServices
@$pb.TagNumber(11)
$core.String get appointmentID => $_getSZ(9);
$core.String get appointmentID => $_getSZ(7);
@$pb.TagNumber(11)
set appointmentID($core.String value) => $_setString(9, value);
set appointmentID($core.String value) => $_setString(7, value);
@$pb.TagNumber(11)
$core.bool hasAppointmentID() => $_has(9);
$core.bool hasAppointmentID() => $_has(7);
@$pb.TagNumber(11)
void clearAppointmentID() => $_clearField(11);
/// The Reason for which the appointment has no commissions
@$pb.TagNumber(12)
$core.String get reason => $_getSZ(10);
$core.String get reason => $_getSZ(8);
@$pb.TagNumber(12)
set reason($core.String value) => $_setString(10, value);
set reason($core.String value) => $_setString(8, value);
@$pb.TagNumber(12)
$core.bool hasReason() => $_has(10);
$core.bool hasReason() => $_has(8);
@$pb.TagNumber(12)
void clearReason() => $_clearField(12);
/// Acknowledgment of the site instructions
@$pb.TagNumber(13)
$core.bool get instructionAck => $_getBF(11);
$core.bool get instructionAck => $_getBF(9);
@$pb.TagNumber(13)
set instructionAck($core.bool value) => $_setBool(11, value);
set instructionAck($core.bool value) => $_setBool(9, value);
@$pb.TagNumber(13)
$core.bool hasInstructionAck() => $_has(11);
$core.bool hasInstructionAck() => $_has(9);
@$pb.TagNumber(13)
void clearInstructionAck() => $_clearField(13);
@$pb.TagNumber(14)
$core.String get actorID => $_getSZ(12);
$core.String get actorID => $_getSZ(10);
@$pb.TagNumber(14)
set actorID($core.String value) => $_setString(12, value);
set actorID($core.String value) => $_setString(10, value);
@$pb.TagNumber(14)
$core.bool hasActorID() => $_has(12);
$core.bool hasActorID() => $_has(10);
@$pb.TagNumber(14)
void clearActorID() => $_clearField(14);
/// Carrier information metadata definition
@$pb.TagNumber(15)
$pb.PbList<$3.MetadataElement> get carrierInformation => $_getList(13);
$pb.PbList<$3.MetadataElement> get carrierInformation => $_getList(11);
@$pb.TagNumber(16)
$pb.PbList<$3.MetadataElement> get metaData => $_getList(14);
$pb.PbList<$3.MetadataElement> get metaData => $_getList(12);
}
/// SiteActor: connection between an actor in a project and a Site
@@ -2240,8 +2192,6 @@ class ForceBookAppointmentRequest extends $pb.GeneratedMessage {
$core.Iterable<$2.SegmentationSelection>? segmentationSelections,
$core.Iterable<$2.Slot>? slots,
$core.Iterable<$core.String>? emails,
$core.String? carrierID,
$core.String? carrierName,
$core.String? timeZone,
$core.String? appointmentID,
$core.bool? instructionAck,
@@ -2259,8 +2209,6 @@ class ForceBookAppointmentRequest extends $pb.GeneratedMessage {
if (segmentationSelections != null) result.segmentationSelections.addAll(segmentationSelections);
if (slots != null) result.slots.addAll(slots);
if (emails != null) result.emails.addAll(emails);
if (carrierID != null) result.carrierID = carrierID;
if (carrierName != null) result.carrierName = carrierName;
if (timeZone != null) result.timeZone = timeZone;
if (appointmentID != null) result.appointmentID = appointmentID;
if (instructionAck != null) result.instructionAck = instructionAck;
@@ -2285,8 +2233,6 @@ class ForceBookAppointmentRequest extends $pb.GeneratedMessage {
..pc<$2.SegmentationSelection>(4, _omitFieldNames ? '' : 'SegmentationSelections', $pb.PbFieldType.PM, protoName: 'SegmentationSelections', subBuilder: $2.SegmentationSelection.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')
..aOS(10, _omitFieldNames ? '' : 'CarrierName', protoName: 'CarrierName')
..aOS(11, _omitFieldNames ? '' : 'TimeZone', protoName: 'TimeZone')
..aOS(12, _omitFieldNames ? '' : 'AppointmentID', protoName: 'AppointmentID')
..aOB(13, _omitFieldNames ? '' : 'InstructionAck', protoName: 'InstructionAck')
@@ -2354,95 +2300,75 @@ class ForceBookAppointmentRequest extends $pb.GeneratedMessage {
@$pb.TagNumber(8)
$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(6);
@$pb.TagNumber(9)
set carrierID($core.String value) => $_setString(6, value);
@$pb.TagNumber(9)
$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(7);
@$pb.TagNumber(10)
set carrierName($core.String value) => $_setString(7, value);
@$pb.TagNumber(10)
$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(8);
$core.String get timeZone => $_getSZ(6);
@$pb.TagNumber(11)
set timeZone($core.String value) => $_setString(8, value);
set timeZone($core.String value) => $_setString(6, value);
@$pb.TagNumber(11)
$core.bool hasTimeZone() => $_has(8);
$core.bool hasTimeZone() => $_has(6);
@$pb.TagNumber(11)
void clearTimeZone() => $_clearField(11);
/// The appointment ID, usually generated using siteCounterServices
@$pb.TagNumber(12)
$core.String get appointmentID => $_getSZ(9);
$core.String get appointmentID => $_getSZ(7);
@$pb.TagNumber(12)
set appointmentID($core.String value) => $_setString(9, value);
set appointmentID($core.String value) => $_setString(7, value);
@$pb.TagNumber(12)
$core.bool hasAppointmentID() => $_has(9);
$core.bool hasAppointmentID() => $_has(7);
@$pb.TagNumber(12)
void clearAppointmentID() => $_clearField(12);
/// Acknowledgment of the site instructions
@$pb.TagNumber(13)
$core.bool get instructionAck => $_getBF(10);
$core.bool get instructionAck => $_getBF(8);
@$pb.TagNumber(13)
set instructionAck($core.bool value) => $_setBool(10, value);
set instructionAck($core.bool value) => $_setBool(8, value);
@$pb.TagNumber(13)
$core.bool hasInstructionAck() => $_has(10);
$core.bool hasInstructionAck() => $_has(8);
@$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(11);
$core.String get projectID => $_getSZ(9);
@$pb.TagNumber(14)
set projectID($core.String value) => $_setString(11, value);
set projectID($core.String value) => $_setString(9, value);
@$pb.TagNumber(14)
$core.bool hasProjectID() => $_has(11);
$core.bool hasProjectID() => $_has(9);
@$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(12);
$core.String get reason => $_getSZ(10);
@$pb.TagNumber(15)
set reason($core.String value) => $_setString(12, value);
set reason($core.String value) => $_setString(10, value);
@$pb.TagNumber(15)
$core.bool hasReason() => $_has(12);
$core.bool hasReason() => $_has(10);
@$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(13);
$pb.PbList<$2.QuantityByUnit> get quantities => $_getList(11);
@$pb.TagNumber(17)
$core.String get actorID => $_getSZ(14);
$core.String get actorID => $_getSZ(12);
@$pb.TagNumber(17)
set actorID($core.String value) => $_setString(14, value);
set actorID($core.String value) => $_setString(12, value);
@$pb.TagNumber(17)
$core.bool hasActorID() => $_has(14);
$core.bool hasActorID() => $_has(12);
@$pb.TagNumber(17)
void clearActorID() => $_clearField(17);
/// Carrier information metadata definition
@$pb.TagNumber(18)
$pb.PbList<$3.MetadataElement> get carrierInformation => $_getList(15);
$pb.PbList<$3.MetadataElement> get carrierInformation => $_getList(13);
@$pb.TagNumber(19)
$pb.PbList<$3.MetadataElement> get metaData => $_getList(16);
$pb.PbList<$3.MetadataElement> get metaData => $_getList(14);
}
class BookAppointmentResponse extends $pb.GeneratedMessage {