Latest generation

This commit is contained in:
ci core model
2025-11-25 09:29:23 +00:00
parent c541df9334
commit f1d83c793c
15 changed files with 581 additions and 1315 deletions

View File

@@ -183,7 +183,7 @@ class AppointmentPayload extends $pb.GeneratedMessage {
static AppointmentPayload getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<AppointmentPayload>(create);
static AppointmentPayload? _defaultInstance;
/// Type of appointment : Expedition / Reception / Both
/// Type of appointment : Loading / Unloading / Both
@$pb.TagNumber(1)
$1.AppointmentType get appointmentType => $_getN(0);
@$pb.TagNumber(1)