Latest generation

This commit is contained in:
ci core model
2025-06-24 13:53:43 +00:00
parent 24d0ab7281
commit 8c48b29fe3
90 changed files with 3405 additions and 3303 deletions

View File

@@ -14,9 +14,9 @@ import 'dart:core' as $core;
import 'package:protobuf/protobuf.dart' as $pb;
import 'collabShared.pb.dart' as $77;
import 'collabShared.pb.dart' as $76;
import 'shared.pb.dart' as $3;
import 'slotbooking.pb.dart' as $72;
import 'slotbooking.pb.dart' as $71;
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
@@ -100,13 +100,13 @@ class Appointment extends $pb.GeneratedMessage {
class AppointmentPayload extends $pb.GeneratedMessage {
factory AppointmentPayload({
$72.AppointmentType? appointmentType,
$core.Iterable<$72.Commission>? commissions,
$core.Iterable<$72.SegmentationSelection>? segmentationSelections,
$core.Iterable<$72.CarrierInformationWithValue>? carrierInformation,
$72.Slot? slot,
$71.AppointmentType? appointmentType,
$core.Iterable<$71.Commission>? commissions,
$core.Iterable<$71.SegmentationSelection>? segmentationSelections,
$core.Iterable<$71.CarrierInformationWithValue>? carrierInformation,
$71.Slot? slot,
$core.Iterable<$core.String>? emails,
$77.AppointmentStatusStruct? status,
$76.AppointmentStatusStruct? status,
$core.String? creationDate,
$core.Iterable<$3.MetadataElement>? metaData,
$core.String? carrierID,
@@ -133,13 +133,13 @@ class AppointmentPayload extends $pb.GeneratedMessage {
factory AppointmentPayload.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..e<$72.AppointmentType>(1, _omitFieldNames ? '' : 'AppointmentType', $pb.PbFieldType.OE, protoName: 'AppointmentType', defaultOrMaker: $72.AppointmentType.APPOINTMENT_TYPE_UNKNOWN, valueOf: $72.AppointmentType.valueOf, enumValues: $72.AppointmentType.values)
..pc<$72.Commission>(2, _omitFieldNames ? '' : 'Commissions', $pb.PbFieldType.PM, protoName: 'Commissions', subBuilder: $72.Commission.create)
..pc<$72.SegmentationSelection>(4, _omitFieldNames ? '' : 'SegmentationSelections', $pb.PbFieldType.PM, protoName: 'SegmentationSelections', subBuilder: $72.SegmentationSelection.create)
..pc<$72.CarrierInformationWithValue>(5, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $72.CarrierInformationWithValue.create)
..aOM<$72.Slot>(6, _omitFieldNames ? '' : 'Slot', protoName: 'Slot', subBuilder: $72.Slot.create)
..e<$71.AppointmentType>(1, _omitFieldNames ? '' : 'AppointmentType', $pb.PbFieldType.OE, protoName: 'AppointmentType', defaultOrMaker: $71.AppointmentType.APPOINTMENT_TYPE_UNKNOWN, valueOf: $71.AppointmentType.valueOf, enumValues: $71.AppointmentType.values)
..pc<$71.Commission>(2, _omitFieldNames ? '' : 'Commissions', $pb.PbFieldType.PM, protoName: 'Commissions', subBuilder: $71.Commission.create)
..pc<$71.SegmentationSelection>(4, _omitFieldNames ? '' : 'SegmentationSelections', $pb.PbFieldType.PM, protoName: 'SegmentationSelections', subBuilder: $71.SegmentationSelection.create)
..pc<$71.CarrierInformationWithValue>(5, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $71.CarrierInformationWithValue.create)
..aOM<$71.Slot>(6, _omitFieldNames ? '' : 'Slot', protoName: 'Slot', subBuilder: $71.Slot.create)
..pPS(7, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
..aOM<$77.AppointmentStatusStruct>(8, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $77.AppointmentStatusStruct.create)
..aOM<$76.AppointmentStatusStruct>(8, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $76.AppointmentStatusStruct.create)
..aOS(9, _omitFieldNames ? '' : 'CreationDate', protoName: 'CreationDate')
..pc<$3.MetadataElement>(10, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $3.MetadataElement.create)
..aOS(11, _omitFieldNames ? '' : 'CarrierID', protoName: 'CarrierID')
@@ -166,9 +166,9 @@ class AppointmentPayload extends $pb.GeneratedMessage {
/// Type of appointment : Expedition / Reception / Both
@$pb.TagNumber(1)
$72.AppointmentType get appointmentType => $_getN(0);
$71.AppointmentType get appointmentType => $_getN(0);
@$pb.TagNumber(1)
set appointmentType($72.AppointmentType value) => $_setField(1, value);
set appointmentType($71.AppointmentType value) => $_setField(1, value);
@$pb.TagNumber(1)
$core.bool hasAppointmentType() => $_has(0);
@$pb.TagNumber(1)
@@ -177,27 +177,27 @@ class AppointmentPayload extends $pb.GeneratedMessage {
/// List of the orders and projects for which the appointment is made, with the quantities
/// TODO ??
@$pb.TagNumber(2)
$pb.PbList<$72.Commission> get commissions => $_getList(1);
$pb.PbList<$71.Commission> get commissions => $_getList(1);
/// Set of segmentation constraining the slot booking
@$pb.TagNumber(4)
$pb.PbList<$72.SegmentationSelection> get segmentationSelections => $_getList(2);
$pb.PbList<$71.SegmentationSelection> get segmentationSelections => $_getList(2);
/// Required carrierInformation, some can be obligatory
@$pb.TagNumber(5)
$pb.PbList<$72.CarrierInformationWithValue> get carrierInformation => $_getList(3);
$pb.PbList<$71.CarrierInformationWithValue> get carrierInformation => $_getList(3);
/// The slot booked for the appointment
@$pb.TagNumber(6)
$72.Slot get slot => $_getN(4);
$71.Slot get slot => $_getN(4);
@$pb.TagNumber(6)
set slot($72.Slot value) => $_setField(6, value);
set slot($71.Slot value) => $_setField(6, value);
@$pb.TagNumber(6)
$core.bool hasSlot() => $_has(4);
@$pb.TagNumber(6)
void clearSlot() => $_clearField(6);
@$pb.TagNumber(6)
$72.Slot ensureSlot() => $_ensure(4);
$71.Slot ensureSlot() => $_ensure(4);
/// User mails being notified on this appointment
/// TODO Need to add a structure to store platform user identifiers which can act on this appointment ?
@@ -206,15 +206,15 @@ class AppointmentPayload extends $pb.GeneratedMessage {
/// Appointment Status and status history
@$pb.TagNumber(8)
$77.AppointmentStatusStruct get status => $_getN(6);
$76.AppointmentStatusStruct get status => $_getN(6);
@$pb.TagNumber(8)
set status($77.AppointmentStatusStruct value) => $_setField(8, value);
set status($76.AppointmentStatusStruct value) => $_setField(8, value);
@$pb.TagNumber(8)
$core.bool hasStatus() => $_has(6);
@$pb.TagNumber(8)
void clearStatus() => $_clearField(8);
@$pb.TagNumber(8)
$77.AppointmentStatusStruct ensureStatus() => $_ensure(6);
$76.AppointmentStatusStruct ensureStatus() => $_ensure(6);
/// Creation date of the appointment
@$pb.TagNumber(9)