Latest generation

This commit is contained in:
ci core model
2025-06-11 13:13:22 +00:00
parent 849f004aa2
commit aaad3a3f9b
9 changed files with 107 additions and 126 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.11.0-SNAPSHOT-250611082306
Lib version: 1.11.0-SNAPSHOT-250611131258

View File

@@ -133,7 +133,7 @@ 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<$70.AppointmentType>(1, _omitFieldNames ? '' : 'AppointmentType', $pb.PbFieldType.OE, protoName: 'AppointmentType', defaultOrMaker: $70.AppointmentType.APPOINTMENTTYPE_UNKNOWN, valueOf: $70.AppointmentType.valueOf, enumValues: $70.AppointmentType.values)
..e<$70.AppointmentType>(1, _omitFieldNames ? '' : 'AppointmentType', $pb.PbFieldType.OE, protoName: 'AppointmentType', defaultOrMaker: $70.AppointmentType.APPOINTMENT_TYPE_UNKNOWN, valueOf: $70.AppointmentType.valueOf, enumValues: $70.AppointmentType.values)
..pc<$70.Commission>(2, _omitFieldNames ? '' : 'Commissions', $pb.PbFieldType.PM, protoName: 'Commissions', subBuilder: $70.Commission.create)
..pc<$70.Segmentation>(4, _omitFieldNames ? '' : 'Segmentations', $pb.PbFieldType.PM, protoName: 'Segmentations', subBuilder: $70.Segmentation.create)
..pc<$70.CarrierInformationWithValue>(5, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $70.CarrierInformationWithValue.create)

View File

@@ -51,7 +51,7 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage {
factory AppointmentCreatedPayload.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentCreatedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..e<$70.AppointmentType>(1, _omitFieldNames ? '' : 'AppointmentType', $pb.PbFieldType.OE, protoName: 'AppointmentType', defaultOrMaker: $70.AppointmentType.APPOINTMENTTYPE_UNKNOWN, valueOf: $70.AppointmentType.valueOf, enumValues: $70.AppointmentType.values)
..e<$70.AppointmentType>(1, _omitFieldNames ? '' : 'AppointmentType', $pb.PbFieldType.OE, protoName: 'AppointmentType', defaultOrMaker: $70.AppointmentType.APPOINTMENT_TYPE_UNKNOWN, valueOf: $70.AppointmentType.valueOf, enumValues: $70.AppointmentType.values)
..pc<$70.Commission>(2, _omitFieldNames ? '' : 'Commissions', $pb.PbFieldType.PM, protoName: 'Commissions', subBuilder: $70.Commission.create)
..pc<$70.Segmentation>(4, _omitFieldNames ? '' : 'Segmentations', $pb.PbFieldType.PM, protoName: 'Segmentations', subBuilder: $70.Segmentation.create)
..pc<$70.CarrierInformationWithValue>(5, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $70.CarrierInformationWithValue.create)

View File

@@ -255,7 +255,7 @@ class Site extends $pb.GeneratedMessage {
@$pb.TagNumber(20)
$pb.PbList<$core.String> get emails => $_getList(19);
/// set the fallback language in case of missing translation
/// Set the fallback language in case of missing translation
@$pb.TagNumber(21)
$core.String get defaultSiteLanguageISO6391 => $_getSZ(20);
@$pb.TagNumber(21)
@@ -1095,7 +1095,7 @@ class GetAvailableSlotsRequest extends $pb.GeneratedMessage {
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'GetAvailableSlotsRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$3.RequestSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestSiteHeader.create)
..e<$70.AppointmentType>(2, _omitFieldNames ? '' : 'AppointmentType', $pb.PbFieldType.OE, protoName: 'AppointmentType', defaultOrMaker: $70.AppointmentType.APPOINTMENTTYPE_UNKNOWN, valueOf: $70.AppointmentType.valueOf, enumValues: $70.AppointmentType.values)
..e<$70.AppointmentType>(2, _omitFieldNames ? '' : 'AppointmentType', $pb.PbFieldType.OE, protoName: 'AppointmentType', defaultOrMaker: $70.AppointmentType.APPOINTMENT_TYPE_UNKNOWN, valueOf: $70.AppointmentType.valueOf, enumValues: $70.AppointmentType.values)
..pc<$70.Commission>(3, _omitFieldNames ? '' : 'Commissions', $pb.PbFieldType.PM, protoName: 'Commissions', subBuilder: $70.Commission.create)
..pc<$70.Segmentation>(4, _omitFieldNames ? '' : 'Segmentations', $pb.PbFieldType.PM, protoName: 'Segmentations', subBuilder: $70.Segmentation.create)
..aOS(5, _omitFieldNames ? '' : 'StartDate', protoName: 'StartDate')
@@ -1149,7 +1149,7 @@ class GetAvailableSlotsRequest extends $pb.GeneratedMessage {
@$pb.TagNumber(4)
$pb.PbList<$70.Segmentation> get segmentations => $_getList(3);
/// Start date of the range to look for available slots
/// format yyyy-mm-dd, Start date of the range to look for available slots
@$pb.TagNumber(5)
$core.String get startDate => $_getSZ(4);
@$pb.TagNumber(5)
@@ -1159,7 +1159,7 @@ class GetAvailableSlotsRequest extends $pb.GeneratedMessage {
@$pb.TagNumber(5)
void clearStartDate() => $_clearField(5);
/// End date of the range to look for available slots
/// format yyyy-mm-dd, End date of the range to look for available slots
@$pb.TagNumber(6)
$core.String get endDate => $_getSZ(5);
@$pb.TagNumber(6)
@@ -1243,7 +1243,7 @@ class BookAppointmentRequest extends $pb.GeneratedMessage {
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'BookAppointmentRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$3.RequestSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestSiteHeader.create)
..e<$70.AppointmentType>(2, _omitFieldNames ? '' : 'AppointmentType', $pb.PbFieldType.OE, protoName: 'AppointmentType', defaultOrMaker: $70.AppointmentType.APPOINTMENTTYPE_UNKNOWN, valueOf: $70.AppointmentType.valueOf, enumValues: $70.AppointmentType.values)
..e<$70.AppointmentType>(2, _omitFieldNames ? '' : 'AppointmentType', $pb.PbFieldType.OE, protoName: 'AppointmentType', defaultOrMaker: $70.AppointmentType.APPOINTMENT_TYPE_UNKNOWN, valueOf: $70.AppointmentType.valueOf, enumValues: $70.AppointmentType.values)
..pc<$70.Commission>(3, _omitFieldNames ? '' : 'Commissions', $pb.PbFieldType.PM, protoName: 'Commissions', subBuilder: $70.Commission.create)
..pc<$70.Segmentation>(4, _omitFieldNames ? '' : 'Segmentations', $pb.PbFieldType.PM, protoName: 'Segmentations', subBuilder: $70.Segmentation.create)
..pc<$70.CarrierInformationWithValue>(5, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $70.CarrierInformationWithValue.create)
@@ -1308,8 +1308,8 @@ class BookAppointmentRequest extends $pb.GeneratedMessage {
@$pb.TagNumber(6)
$pb.PbList<$70.Slot> get slots => $_getList(5);
/// User mails being notified on this appointment
/// 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);

View File

@@ -153,7 +153,7 @@ class Period extends $pb.GeneratedMessage {
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Period', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aInt64(1, _omitFieldNames ? '' : 'Value', protoName: 'Value')
..e<PeriodUnit>(2, _omitFieldNames ? '' : 'Unit', $pb.PbFieldType.OE, protoName: 'Unit', defaultOrMaker: PeriodUnit.PERIODUNIT_UNDEFINED, valueOf: PeriodUnit.valueOf, enumValues: PeriodUnit.values)
..e<PeriodUnit>(2, _omitFieldNames ? '' : 'Unit', $pb.PbFieldType.OE, protoName: 'Unit', defaultOrMaker: PeriodUnit.PERIOD_UNIT_UNDEFINED, valueOf: PeriodUnit.valueOf, enumValues: PeriodUnit.values)
..hasRequiredFields = false
;
@@ -471,7 +471,6 @@ class OpeningRule extends $pb.GeneratedMessage {
static OpeningRule getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<OpeningRule>(create);
static OpeningRule? _defaultInstance;
/// Start date of the opening rule validity, format yyyy-mm-jj
/// TODO Add time
@$pb.TagNumber(1)
$core.String get startDate => $_getSZ(0);
@@ -482,7 +481,6 @@ class OpeningRule extends $pb.GeneratedMessage {
@$pb.TagNumber(1)
void clearStartDate() => $_clearField(1);
/// End date of the opening rule validity, format yyyy-mm-jj
@$pb.TagNumber(2)
$core.String get endDate => $_getSZ(1);
@$pb.TagNumber(2)
@@ -492,11 +490,9 @@ class OpeningRule extends $pb.GeneratedMessage {
@$pb.TagNumber(2)
void clearEndDate() => $_clearField(2);
/// Definition of the opening rules by week day
@$pb.TagNumber(3)
$pb.PbList<OpeningDay> get openingDays => $_getList(2);
/// The identifier of the calendar to be used within this period of time
@$pb.TagNumber(4)
$core.String get calendarID => $_getSZ(3);
@$pb.TagNumber(4)
@@ -506,7 +502,6 @@ class OpeningRule extends $pb.GeneratedMessage {
@$pb.TagNumber(4)
void clearCalendarID() => $_clearField(4);
/// Label of the Rule
@$pb.TagNumber(5)
$core.String get label => $_getSZ(4);
@$pb.TagNumber(5)
@@ -556,7 +551,6 @@ class OpeningDay extends $pb.GeneratedMessage {
static OpeningDay getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<OpeningDay>(create);
static OpeningDay? _defaultInstance;
/// Day of the week
@$pb.TagNumber(1)
$3.WeekDay get weekDay => $_getN(0);
@$pb.TagNumber(1)
@@ -566,7 +560,6 @@ class OpeningDay extends $pb.GeneratedMessage {
@$pb.TagNumber(1)
void clearWeekDay() => $_clearField(1);
/// Opening hours definition according to filters
@$pb.TagNumber(2)
$pb.PbList<OpeningDayDefinition> get definition => $_getList(1);
}
@@ -613,11 +606,9 @@ class OpeningDayDefinition extends $pb.GeneratedMessage {
static OpeningDayDefinition getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<OpeningDayDefinition>(create);
static OpeningDayDefinition? _defaultInstance;
/// List of opening hours
@$pb.TagNumber(2)
$pb.PbList<$3.TimeRange> get timeRanges => $_getList(0);
/// Validity filters for this opening rule definition
@$pb.TagNumber(3)
RuleFilter get filter => $_getN(1);
@$pb.TagNumber(3)
@@ -629,7 +620,6 @@ class OpeningDayDefinition extends $pb.GeneratedMessage {
@$pb.TagNumber(3)
RuleFilter ensureFilter() => $_ensure(1);
/// Order in which the Rule will be applied
@$pb.TagNumber(4)
$core.int get orderAppliance => $_getIZ(2);
@$pb.TagNumber(4)
@@ -689,7 +679,6 @@ class CapacityRule extends $pb.GeneratedMessage {
static CapacityRule getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<CapacityRule>(create);
static CapacityRule? _defaultInstance;
/// Start date of the capacity rule validity, format yyyy-mm-jj.
@$pb.TagNumber(1)
$core.String get startDate => $_getSZ(0);
@$pb.TagNumber(1)
@@ -699,7 +688,6 @@ class CapacityRule extends $pb.GeneratedMessage {
@$pb.TagNumber(1)
void clearStartDate() => $_clearField(1);
/// End date of the capacity rule validity, format yyyy-mm-jj.
@$pb.TagNumber(2)
$core.String get endDate => $_getSZ(1);
@$pb.TagNumber(2)
@@ -709,15 +697,12 @@ class CapacityRule extends $pb.GeneratedMessage {
@$pb.TagNumber(2)
void clearEndDate() => $_clearField(2);
/// List of the days on which this rule is applied.
@$pb.TagNumber(3)
$pb.PbList<$3.WeekDay> get days => $_getList(2);
/// Definition of the capacity rules.
@$pb.TagNumber(4)
$pb.PbList<CapacityDefinition> get capacities => $_getList(3);
/// Label of the Rule
@$pb.TagNumber(5)
$core.String get label => $_getSZ(4);
@$pb.TagNumber(5)
@@ -750,7 +735,7 @@ class CapacityDefinition extends $pb.GeneratedMessage {
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CapacityDefinition', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<RuleFilter>(1, _omitFieldNames ? '' : 'Filter', protoName: 'Filter', subBuilder: RuleFilter.create)
..e<CapacityRuleScope>(2, _omitFieldNames ? '' : 'Scope', $pb.PbFieldType.OE, protoName: 'Scope', defaultOrMaker: CapacityRuleScope.CAPACITYRULESCOPE_UNKNOWN, valueOf: CapacityRuleScope.valueOf, enumValues: CapacityRuleScope.values)
..e<CapacityRuleScope>(2, _omitFieldNames ? '' : 'Scope', $pb.PbFieldType.OE, protoName: 'Scope', defaultOrMaker: CapacityRuleScope.CAPACITY_RULE_SCOPE_UNKNOWN, valueOf: CapacityRuleScope.valueOf, enumValues: CapacityRuleScope.values)
..aInt64(3, _omitFieldNames ? '' : 'MaximalCapacity', protoName: 'MaximalCapacity')
..aOS(4, _omitFieldNames ? '' : 'UnitID', protoName: 'UnitID')
..hasRequiredFields = false
@@ -773,7 +758,6 @@ class CapacityDefinition extends $pb.GeneratedMessage {
static CapacityDefinition getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<CapacityDefinition>(create);
static CapacityDefinition? _defaultInstance;
/// Validity filters for this capacity rule definition.
@$pb.TagNumber(1)
RuleFilter get filter => $_getN(0);
@$pb.TagNumber(1)
@@ -785,7 +769,6 @@ class CapacityDefinition extends $pb.GeneratedMessage {
@$pb.TagNumber(1)
RuleFilter ensureFilter() => $_ensure(0);
/// Scope of the rule, simultaneous or daily.
@$pb.TagNumber(2)
CapacityRuleScope get scope => $_getN(1);
@$pb.TagNumber(2)
@@ -795,7 +778,6 @@ class CapacityDefinition extends $pb.GeneratedMessage {
@$pb.TagNumber(2)
void clearScope() => $_clearField(2);
/// The capacity constraint to apply.
@$pb.TagNumber(3)
$fixnum.Int64 get maximalCapacity => $_getI64(2);
@$pb.TagNumber(3)
@@ -805,7 +787,6 @@ class CapacityDefinition extends $pb.GeneratedMessage {
@$pb.TagNumber(3)
void clearMaximalCapacity() => $_clearField(3);
/// Site unit identifier of the capacity if not 'APPOINTMENT'.
@$pb.TagNumber(4)
$core.String get unitID => $_getSZ(3);
@$pb.TagNumber(4)
@@ -979,7 +960,7 @@ class RuleFilter extends $pb.GeneratedMessage {
factory RuleFilter.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'RuleFilter', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..e<AppointmentType>(1, _omitFieldNames ? '' : 'Type', $pb.PbFieldType.OE, protoName: 'Type', defaultOrMaker: AppointmentType.APPOINTMENTTYPE_UNKNOWN, valueOf: AppointmentType.valueOf, enumValues: AppointmentType.values)
..e<AppointmentType>(1, _omitFieldNames ? '' : 'Type', $pb.PbFieldType.OE, protoName: 'Type', defaultOrMaker: AppointmentType.APPOINTMENT_TYPE_UNKNOWN, valueOf: AppointmentType.valueOf, enumValues: AppointmentType.values)
..pPS(2, _omitFieldNames ? '' : 'ProjectID', protoName: 'ProjectID')
..pc<SegmentationFilter>(3, _omitFieldNames ? '' : 'SegmentationKeys', $pb.PbFieldType.PM, protoName: 'SegmentationKeys', subBuilder: SegmentationFilter.create)
..hasRequiredFields = false
@@ -1102,7 +1083,7 @@ class CarrierInformation extends $pb.GeneratedMessage {
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CarrierInformation', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOS(1, _omitFieldNames ? '' : 'CarrierInformationID', protoName: 'CarrierInformationID')
..pc<$3.LabelByLanguage>(2, _omitFieldNames ? '' : 'Labels', $pb.PbFieldType.PM, protoName: 'Labels', subBuilder: $3.LabelByLanguage.create)
..e<CarrierInformationType>(3, _omitFieldNames ? '' : 'Type', $pb.PbFieldType.OE, protoName: 'Type', defaultOrMaker: CarrierInformationType.CARRIERINFORMATIONTYPE_UNKNOWN, valueOf: CarrierInformationType.valueOf, enumValues: CarrierInformationType.values)
..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
@@ -1725,7 +1706,7 @@ class SegmentationActorConstraint extends $pb.GeneratedMessage {
..aOS(1, _omitFieldNames ? '' : 'SegmentationID', protoName: 'SegmentationID')
..pPS(2, _omitFieldNames ? '' : 'RestrictedValueIDs', protoName: 'RestrictedValueIDs')
..aOB(3, _omitFieldNames ? '' : 'AllValues', protoName: 'AllValues')
..e<SegmentationConstraintType>(4, _omitFieldNames ? '' : 'Type', $pb.PbFieldType.OE, protoName: 'Type', defaultOrMaker: SegmentationConstraintType.SEGMENTATIONCONSTRAINTTYPE_UNKNOWN, valueOf: SegmentationConstraintType.valueOf, enumValues: SegmentationConstraintType.values)
..e<SegmentationConstraintType>(4, _omitFieldNames ? '' : 'Type', $pb.PbFieldType.OE, protoName: 'Type', defaultOrMaker: SegmentationConstraintType.SEGMENTATION_CONSTRAINT_TYPE_UNKNOWN, valueOf: SegmentationConstraintType.valueOf, enumValues: SegmentationConstraintType.values)
..aOS(5, _omitFieldNames ? '' : 'AttributePath', protoName: 'AttributePath')
..hasRequiredFields = false
;
@@ -1877,7 +1858,7 @@ class Booking extends $pb.GeneratedMessage {
factory Booking.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Booking', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..e<AppointmentType>(1, _omitFieldNames ? '' : 'AppointmentType', $pb.PbFieldType.OE, protoName: 'AppointmentType', defaultOrMaker: AppointmentType.APPOINTMENTTYPE_UNKNOWN, valueOf: AppointmentType.valueOf, enumValues: AppointmentType.values)
..e<AppointmentType>(1, _omitFieldNames ? '' : 'AppointmentType', $pb.PbFieldType.OE, protoName: 'AppointmentType', defaultOrMaker: AppointmentType.APPOINTMENT_TYPE_UNKNOWN, valueOf: AppointmentType.valueOf, enumValues: AppointmentType.values)
..pc<Commission>(2, _omitFieldNames ? '' : 'Commissions', $pb.PbFieldType.PM, protoName: 'Commissions', subBuilder: Commission.create)
..pc<Segmentation>(3, _omitFieldNames ? '' : 'Segmentations', $pb.PbFieldType.PM, protoName: 'Segmentations', subBuilder: Segmentation.create)
..pc<Slot>(4, _omitFieldNames ? '' : 'Slots', $pb.PbFieldType.PM, protoName: 'Slots', subBuilder: Slot.create)

View File

@@ -15,18 +15,18 @@ import 'dart:core' as $core;
import 'package:protobuf/protobuf.dart' as $pb;
class AppointmentType extends $pb.ProtobufEnum {
static const AppointmentType APPOINTMENTTYPE_UNKNOWN = AppointmentType._(0, _omitEnumNames ? '' : 'APPOINTMENTTYPE_UNKNOWN');
static const AppointmentType APPOINTMENTTYPE_EXPEDITION = AppointmentType._(1, _omitEnumNames ? '' : 'APPOINTMENTTYPE_EXPEDITION');
static const AppointmentType APPOINTMENTTYPE_RECEPTION = AppointmentType._(2, _omitEnumNames ? '' : 'APPOINTMENTTYPE_RECEPTION');
static const AppointmentType APPOINTMENTTYPE_UNDEFINED = AppointmentType._(3, _omitEnumNames ? '' : 'APPOINTMENTTYPE_UNDEFINED');
static const AppointmentType APPOINTMENTTYPE_BOTH = AppointmentType._(4, _omitEnumNames ? '' : 'APPOINTMENTTYPE_BOTH');
static const AppointmentType APPOINTMENT_TYPE_UNKNOWN = AppointmentType._(0, _omitEnumNames ? '' : 'APPOINTMENT_TYPE_UNKNOWN');
static const AppointmentType APPOINTMENT_TYPE_EXPEDITION = AppointmentType._(1, _omitEnumNames ? '' : 'APPOINTMENT_TYPE_EXPEDITION');
static const AppointmentType APPOINTMENT_TYPE_RECEPTION = AppointmentType._(2, _omitEnumNames ? '' : 'APPOINTMENT_TYPE_RECEPTION');
static const AppointmentType APPOINTMENT_TYPE_UNDEFINED = AppointmentType._(3, _omitEnumNames ? '' : 'APPOINTMENT_TYPE_UNDEFINED');
static const AppointmentType APPOINTMENT_TYPE_BOTH = AppointmentType._(4, _omitEnumNames ? '' : 'APPOINTMENT_TYPE_BOTH');
static const $core.List<AppointmentType> values = <AppointmentType> [
APPOINTMENTTYPE_UNKNOWN,
APPOINTMENTTYPE_EXPEDITION,
APPOINTMENTTYPE_RECEPTION,
APPOINTMENTTYPE_UNDEFINED,
APPOINTMENTTYPE_BOTH,
APPOINTMENT_TYPE_UNKNOWN,
APPOINTMENT_TYPE_EXPEDITION,
APPOINTMENT_TYPE_RECEPTION,
APPOINTMENT_TYPE_UNDEFINED,
APPOINTMENT_TYPE_BOTH,
];
static final $core.List<AppointmentType?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 4);
@@ -36,16 +36,16 @@ class AppointmentType extends $pb.ProtobufEnum {
}
class PeriodUnit extends $pb.ProtobufEnum {
static const PeriodUnit PERIODUNIT_UNDEFINED = PeriodUnit._(0, _omitEnumNames ? '' : 'PERIODUNIT_UNDEFINED');
static const PeriodUnit PERIODUNIT_WORK_HOUR = PeriodUnit._(1, _omitEnumNames ? '' : 'PERIODUNIT_WORK_HOUR');
static const PeriodUnit PERIODUNIT_WORK_DAY = PeriodUnit._(2, _omitEnumNames ? '' : 'PERIODUNIT_WORK_DAY');
static const PeriodUnit PERIODUNIT_CALENDAR_DAY = PeriodUnit._(3, _omitEnumNames ? '' : 'PERIODUNIT_CALENDAR_DAY');
static const PeriodUnit PERIOD_UNIT_UNDEFINED = PeriodUnit._(0, _omitEnumNames ? '' : 'PERIOD_UNIT_UNDEFINED');
static const PeriodUnit PERIOD_UNIT_WORK_HOUR = PeriodUnit._(1, _omitEnumNames ? '' : 'PERIOD_UNIT_WORK_HOUR');
static const PeriodUnit PERIOD_UNIT_WORK_DAY = PeriodUnit._(2, _omitEnumNames ? '' : 'PERIOD_UNIT_WORK_DAY');
static const PeriodUnit PERIOD_UNIT_CALENDAR_DAY = PeriodUnit._(3, _omitEnumNames ? '' : 'PERIOD_UNIT_CALENDAR_DAY');
static const $core.List<PeriodUnit> values = <PeriodUnit> [
PERIODUNIT_UNDEFINED,
PERIODUNIT_WORK_HOUR,
PERIODUNIT_WORK_DAY,
PERIODUNIT_CALENDAR_DAY,
PERIOD_UNIT_UNDEFINED,
PERIOD_UNIT_WORK_HOUR,
PERIOD_UNIT_WORK_DAY,
PERIOD_UNIT_CALENDAR_DAY,
];
static final $core.List<PeriodUnit?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 3);
@@ -55,14 +55,14 @@ class PeriodUnit extends $pb.ProtobufEnum {
}
class CapacityRuleScope extends $pb.ProtobufEnum {
static const CapacityRuleScope CAPACITYRULESCOPE_UNKNOWN = CapacityRuleScope._(0, _omitEnumNames ? '' : 'CAPACITYRULESCOPE_UNKNOWN');
static const CapacityRuleScope CAPACITYRULESCOPE_SIMULTANEOUS = CapacityRuleScope._(1, _omitEnumNames ? '' : 'CAPACITYRULESCOPE_SIMULTANEOUS');
static const CapacityRuleScope CAPACITYRULESCOPE_DAILY = CapacityRuleScope._(2, _omitEnumNames ? '' : 'CAPACITYRULESCOPE_DAILY');
static const CapacityRuleScope CAPACITY_RULE_SCOPE_UNKNOWN = CapacityRuleScope._(0, _omitEnumNames ? '' : 'CAPACITY_RULE_SCOPE_UNKNOWN');
static const CapacityRuleScope CAPACITY_RULE_SCOPE_SIMULTANEOUS = CapacityRuleScope._(1, _omitEnumNames ? '' : 'CAPACITY_RULE_SCOPE_SIMULTANEOUS');
static const CapacityRuleScope CAPACITY_RULE_SCOPE_DAILY = CapacityRuleScope._(2, _omitEnumNames ? '' : 'CAPACITY_RULE_SCOPE_DAILY');
static const $core.List<CapacityRuleScope> values = <CapacityRuleScope> [
CAPACITYRULESCOPE_UNKNOWN,
CAPACITYRULESCOPE_SIMULTANEOUS,
CAPACITYRULESCOPE_DAILY,
CAPACITY_RULE_SCOPE_UNKNOWN,
CAPACITY_RULE_SCOPE_SIMULTANEOUS,
CAPACITY_RULE_SCOPE_DAILY,
];
static final $core.List<CapacityRuleScope?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 2);
@@ -72,22 +72,22 @@ class CapacityRuleScope extends $pb.ProtobufEnum {
}
class CarrierInformationType extends $pb.ProtobufEnum {
static const CarrierInformationType CARRIERINFORMATIONTYPE_UNKNOWN = CarrierInformationType._(0, _omitEnumNames ? '' : 'CARRIERINFORMATIONTYPE_UNKNOWN');
static const CarrierInformationType CARRIERINFORMATIONTYPE_SHORT_TEXT = CarrierInformationType._(1, _omitEnumNames ? '' : 'CARRIERINFORMATIONTYPE_SHORT_TEXT');
static const CarrierInformationType CARRIERINFORMATIONTYPE_LONG_TEXT = CarrierInformationType._(2, _omitEnumNames ? '' : 'CARRIERINFORMATIONTYPE_LONG_TEXT');
static const CarrierInformationType CARRIERINFORMATIONTYPE_PHONE = CarrierInformationType._(3, _omitEnumNames ? '' : 'CARRIERINFORMATIONTYPE_PHONE');
static const CarrierInformationType CARRIERINFORMATIONTYPE_MAIL = CarrierInformationType._(4, _omitEnumNames ? '' : 'CARRIERINFORMATIONTYPE_MAIL');
static const CarrierInformationType CARRIERINFORMATIONTYPE_LICENSE_NUMBER = CarrierInformationType._(5, _omitEnumNames ? '' : 'CARRIERINFORMATIONTYPE_LICENSE_NUMBER');
static const CarrierInformationType CARRIERINFORMATIONTYPE_DOCUMENT = CarrierInformationType._(6, _omitEnumNames ? '' : 'CARRIERINFORMATIONTYPE_DOCUMENT');
static const CarrierInformationType CARRIER_INFORMATION_TYPE_UNKNOWN = CarrierInformationType._(0, _omitEnumNames ? '' : 'CARRIER_INFORMATION_TYPE_UNKNOWN');
static const CarrierInformationType CARRIER_INFORMATION_TYPE_SHORT_TEXT = CarrierInformationType._(1, _omitEnumNames ? '' : 'CARRIER_INFORMATION_TYPE_SHORT_TEXT');
static const CarrierInformationType CARRIER_INFORMATION_TYPE_LONG_TEXT = CarrierInformationType._(2, _omitEnumNames ? '' : 'CARRIER_INFORMATION_TYPE_LONG_TEXT');
static const CarrierInformationType CARRIER_INFORMATION_TYPE_PHONE = CarrierInformationType._(3, _omitEnumNames ? '' : 'CARRIER_INFORMATION_TYPE_PHONE');
static const CarrierInformationType CARRIER_INFORMATION_TYPE_MAIL = CarrierInformationType._(4, _omitEnumNames ? '' : 'CARRIER_INFORMATION_TYPE_MAIL');
static const CarrierInformationType CARRIER_INFORMATION_TYPE_LICENSE_NUMBER = CarrierInformationType._(5, _omitEnumNames ? '' : 'CARRIER_INFORMATION_TYPE_LICENSE_NUMBER');
static const CarrierInformationType CARRIER_INFORMATION_TYPE_DOCUMENT = CarrierInformationType._(6, _omitEnumNames ? '' : 'CARRIER_INFORMATION_TYPE_DOCUMENT');
static const $core.List<CarrierInformationType> values = <CarrierInformationType> [
CARRIERINFORMATIONTYPE_UNKNOWN,
CARRIERINFORMATIONTYPE_SHORT_TEXT,
CARRIERINFORMATIONTYPE_LONG_TEXT,
CARRIERINFORMATIONTYPE_PHONE,
CARRIERINFORMATIONTYPE_MAIL,
CARRIERINFORMATIONTYPE_LICENSE_NUMBER,
CARRIERINFORMATIONTYPE_DOCUMENT,
CARRIER_INFORMATION_TYPE_UNKNOWN,
CARRIER_INFORMATION_TYPE_SHORT_TEXT,
CARRIER_INFORMATION_TYPE_LONG_TEXT,
CARRIER_INFORMATION_TYPE_PHONE,
CARRIER_INFORMATION_TYPE_MAIL,
CARRIER_INFORMATION_TYPE_LICENSE_NUMBER,
CARRIER_INFORMATION_TYPE_DOCUMENT,
];
static final $core.List<CarrierInformationType?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 6);
@@ -97,16 +97,16 @@ class CarrierInformationType extends $pb.ProtobufEnum {
}
class SegmentationConstraintType extends $pb.ProtobufEnum {
static const SegmentationConstraintType SEGMENTATIONCONSTRAINTTYPE_UNKNOWN = SegmentationConstraintType._(0, _omitEnumNames ? '' : 'SEGMENTATIONCONSTRAINTTYPE_UNKNOWN');
static const SegmentationConstraintType SEGMENTATIONCONSTRAINTTYPE_USER_CHOICE = SegmentationConstraintType._(1, _omitEnumNames ? '' : 'SEGMENTATIONCONSTRAINTTYPE_USER_CHOICE');
static const SegmentationConstraintType SEGMENTATIONCONSTRAINTTYPE_ORDER_ATTRIBUTE = SegmentationConstraintType._(2, _omitEnumNames ? '' : 'SEGMENTATIONCONSTRAINTTYPE_ORDER_ATTRIBUTE');
static const SegmentationConstraintType SEGMENTATIONCONSTRAINTTYPE_ENFORCED = SegmentationConstraintType._(3, _omitEnumNames ? '' : 'SEGMENTATIONCONSTRAINTTYPE_ENFORCED');
static const SegmentationConstraintType SEGMENTATION_CONSTRAINT_TYPE_UNKNOWN = SegmentationConstraintType._(0, _omitEnumNames ? '' : 'SEGMENTATION_CONSTRAINT_TYPE_UNKNOWN');
static const SegmentationConstraintType SEGMENTATION_CONSTRAINT_TYPE_USER_CHOICE = SegmentationConstraintType._(1, _omitEnumNames ? '' : 'SEGMENTATION_CONSTRAINT_TYPE_USER_CHOICE');
static const SegmentationConstraintType SEGMENTATION_CONSTRAINT_TYPE_ORDER_ATTRIBUTE = SegmentationConstraintType._(2, _omitEnumNames ? '' : 'SEGMENTATION_CONSTRAINT_TYPE_ORDER_ATTRIBUTE');
static const SegmentationConstraintType SEGMENTATION_CONSTRAINT_TYPE_ENFORCED = SegmentationConstraintType._(3, _omitEnumNames ? '' : 'SEGMENTATION_CONSTRAINT_TYPE_ENFORCED');
static const $core.List<SegmentationConstraintType> values = <SegmentationConstraintType> [
SEGMENTATIONCONSTRAINTTYPE_UNKNOWN,
SEGMENTATIONCONSTRAINTTYPE_USER_CHOICE,
SEGMENTATIONCONSTRAINTTYPE_ORDER_ATTRIBUTE,
SEGMENTATIONCONSTRAINTTYPE_ENFORCED,
SEGMENTATION_CONSTRAINT_TYPE_UNKNOWN,
SEGMENTATION_CONSTRAINT_TYPE_USER_CHOICE,
SEGMENTATION_CONSTRAINT_TYPE_ORDER_ATTRIBUTE,
SEGMENTATION_CONSTRAINT_TYPE_ENFORCED,
];
static final $core.List<SegmentationConstraintType?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 3);

View File

@@ -18,94 +18,94 @@ import 'dart:typed_data' as $typed_data;
const AppointmentType$json = {
'1': 'AppointmentType',
'2': [
{'1': 'APPOINTMENTTYPE_UNKNOWN', '2': 0},
{'1': 'APPOINTMENTTYPE_EXPEDITION', '2': 1},
{'1': 'APPOINTMENTTYPE_RECEPTION', '2': 2},
{'1': 'APPOINTMENTTYPE_UNDEFINED', '2': 3},
{'1': 'APPOINTMENTTYPE_BOTH', '2': 4},
{'1': 'APPOINTMENT_TYPE_UNKNOWN', '2': 0},
{'1': 'APPOINTMENT_TYPE_EXPEDITION', '2': 1},
{'1': 'APPOINTMENT_TYPE_RECEPTION', '2': 2},
{'1': 'APPOINTMENT_TYPE_UNDEFINED', '2': 3},
{'1': 'APPOINTMENT_TYPE_BOTH', '2': 4},
],
};
/// Descriptor for `AppointmentType`. Decode as a `google.protobuf.EnumDescriptorProto`.
final $typed_data.Uint8List appointmentTypeDescriptor = $convert.base64Decode(
'Cg9BcHBvaW50bWVudFR5cGUSGwoXQVBQT0lOVE1FTlRUWVBFX1VOS05PV04QABIeChpBUFBPSU'
'5UTUVOVFRZUEVfRVhQRURJVElPThABEh0KGUFQUE9JTlRNRU5UVFlQRV9SRUNFUFRJT04QAhId'
'ChlBUFBPSU5UTUVOVFRZUEVfVU5ERUZJTkVEEAMSGAoUQVBQT0lOVE1FTlRUWVBFX0JPVEgQBA'
'==');
'Cg9BcHBvaW50bWVudFR5cGUSHAoYQVBQT0lOVE1FTlRfVFlQRV9VTktOT1dOEAASHwobQVBQT0'
'lOVE1FTlRfVFlQRV9FWFBFRElUSU9OEAESHgoaQVBQT0lOVE1FTlRfVFlQRV9SRUNFUFRJT04Q'
'AhIeChpBUFBPSU5UTUVOVF9UWVBFX1VOREVGSU5FRBADEhkKFUFQUE9JTlRNRU5UX1RZUEVfQk'
'9USBAE');
@$core.Deprecated('Use periodUnitDescriptor instead')
const PeriodUnit$json = {
'1': 'PeriodUnit',
'2': [
{'1': 'PERIODUNIT_UNDEFINED', '2': 0},
{'1': 'PERIODUNIT_WORK_HOUR', '2': 1},
{'1': 'PERIODUNIT_WORK_DAY', '2': 2},
{'1': 'PERIODUNIT_CALENDAR_DAY', '2': 3},
{'1': 'PERIOD_UNIT_UNDEFINED', '2': 0},
{'1': 'PERIOD_UNIT_WORK_HOUR', '2': 1},
{'1': 'PERIOD_UNIT_WORK_DAY', '2': 2},
{'1': 'PERIOD_UNIT_CALENDAR_DAY', '2': 3},
],
};
/// Descriptor for `PeriodUnit`. Decode as a `google.protobuf.EnumDescriptorProto`.
final $typed_data.Uint8List periodUnitDescriptor = $convert.base64Decode(
'CgpQZXJpb2RVbml0EhgKFFBFUklPRFVOSVRfVU5ERUZJTkVEEAASGAoUUEVSSU9EVU5JVF9XT1'
'JLX0hPVVIQARIXChNQRVJJT0RVTklUX1dPUktfREFZEAISGwoXUEVSSU9EVU5JVF9DQUxFTkRB'
'Ul9EQVkQAw==');
'CgpQZXJpb2RVbml0EhkKFVBFUklPRF9VTklUX1VOREVGSU5FRBAAEhkKFVBFUklPRF9VTklUX1'
'dPUktfSE9VUhABEhgKFFBFUklPRF9VTklUX1dPUktfREFZEAISHAoYUEVSSU9EX1VOSVRfQ0FM'
'RU5EQVJfREFZEAM=');
@$core.Deprecated('Use capacityRuleScopeDescriptor instead')
const CapacityRuleScope$json = {
'1': 'CapacityRuleScope',
'2': [
{'1': 'CAPACITYRULESCOPE_UNKNOWN', '2': 0},
{'1': 'CAPACITYRULESCOPE_SIMULTANEOUS', '2': 1},
{'1': 'CAPACITYRULESCOPE_DAILY', '2': 2},
{'1': 'CAPACITY_RULE_SCOPE_UNKNOWN', '2': 0},
{'1': 'CAPACITY_RULE_SCOPE_SIMULTANEOUS', '2': 1},
{'1': 'CAPACITY_RULE_SCOPE_DAILY', '2': 2},
],
};
/// Descriptor for `CapacityRuleScope`. Decode as a `google.protobuf.EnumDescriptorProto`.
final $typed_data.Uint8List capacityRuleScopeDescriptor = $convert.base64Decode(
'ChFDYXBhY2l0eVJ1bGVTY29wZRIdChlDQVBBQ0lUWVJVTEVTQ09QRV9VTktOT1dOEAASIgoeQ0'
'FQQUNJVFlSVUxFU0NPUEVfU0lNVUxUQU5FT1VTEAESGwoXQ0FQQUNJVFlSVUxFU0NPUEVfREFJ'
'TFkQAg==');
'ChFDYXBhY2l0eVJ1bGVTY29wZRIfChtDQVBBQ0lUWV9SVUxFX1NDT1BFX1VOS05PV04QABIkCi'
'BDQVBBQ0lUWV9SVUxFX1NDT1BFX1NJTVVMVEFORU9VUxABEh0KGUNBUEFDSVRZX1JVTEVfU0NP'
'UEVfREFJTFkQAg==');
@$core.Deprecated('Use carrierInformationTypeDescriptor instead')
const CarrierInformationType$json = {
'1': 'CarrierInformationType',
'2': [
{'1': 'CARRIERINFORMATIONTYPE_UNKNOWN', '2': 0},
{'1': 'CARRIERINFORMATIONTYPE_SHORT_TEXT', '2': 1},
{'1': 'CARRIERINFORMATIONTYPE_LONG_TEXT', '2': 2},
{'1': 'CARRIERINFORMATIONTYPE_PHONE', '2': 3},
{'1': 'CARRIERINFORMATIONTYPE_MAIL', '2': 4},
{'1': 'CARRIERINFORMATIONTYPE_LICENSE_NUMBER', '2': 5},
{'1': 'CARRIERINFORMATIONTYPE_DOCUMENT', '2': 6},
{'1': 'CARRIER_INFORMATION_TYPE_UNKNOWN', '2': 0},
{'1': 'CARRIER_INFORMATION_TYPE_SHORT_TEXT', '2': 1},
{'1': 'CARRIER_INFORMATION_TYPE_LONG_TEXT', '2': 2},
{'1': 'CARRIER_INFORMATION_TYPE_PHONE', '2': 3},
{'1': 'CARRIER_INFORMATION_TYPE_MAIL', '2': 4},
{'1': 'CARRIER_INFORMATION_TYPE_LICENSE_NUMBER', '2': 5},
{'1': 'CARRIER_INFORMATION_TYPE_DOCUMENT', '2': 6},
],
};
/// Descriptor for `CarrierInformationType`. Decode as a `google.protobuf.EnumDescriptorProto`.
final $typed_data.Uint8List carrierInformationTypeDescriptor = $convert.base64Decode(
'ChZDYXJyaWVySW5mb3JtYXRpb25UeXBlEiIKHkNBUlJJRVJJTkZPUk1BVElPTlRZUEVfVU5LTk'
'9XThAAEiUKIUNBUlJJRVJJTkZPUk1BVElPTlRZUEVfU0hPUlRfVEVYVBABEiQKIENBUlJJRVJJ'
'TkZPUk1BVElPTlRZUEVfTE9OR19URVhUEAISIAocQ0FSUklFUklORk9STUFUSU9OVFlQRV9QSE'
'9ORRADEh8KG0NBUlJJRVJJTkZPUk1BVElPTlRZUEVfTUFJTBAEEikKJUNBUlJJRVJJTkZPUk1B'
'VElPTlRZUEVfTElDRU5TRV9OVU1CRVIQBRIjCh9DQVJSSUVSSU5GT1JNQVRJT05UWVBFX0RPQ1'
'VNRU5UEAY=');
'ChZDYXJyaWVySW5mb3JtYXRpb25UeXBlEiQKIENBUlJJRVJfSU5GT1JNQVRJT05fVFlQRV9VTk'
'tOT1dOEAASJwojQ0FSUklFUl9JTkZPUk1BVElPTl9UWVBFX1NIT1JUX1RFWFQQARImCiJDQVJS'
'SUVSX0lORk9STUFUSU9OX1RZUEVfTE9OR19URVhUEAISIgoeQ0FSUklFUl9JTkZPUk1BVElPTl'
'9UWVBFX1BIT05FEAMSIQodQ0FSUklFUl9JTkZPUk1BVElPTl9UWVBFX01BSUwQBBIrCidDQVJS'
'SUVSX0lORk9STUFUSU9OX1RZUEVfTElDRU5TRV9OVU1CRVIQBRIlCiFDQVJSSUVSX0lORk9STU'
'FUSU9OX1RZUEVfRE9DVU1FTlQQBg==');
@$core.Deprecated('Use segmentationConstraintTypeDescriptor instead')
const SegmentationConstraintType$json = {
'1': 'SegmentationConstraintType',
'2': [
{'1': 'SEGMENTATIONCONSTRAINTTYPE_UNKNOWN', '2': 0},
{'1': 'SEGMENTATIONCONSTRAINTTYPE_USER_CHOICE', '2': 1},
{'1': 'SEGMENTATIONCONSTRAINTTYPE_ORDER_ATTRIBUTE', '2': 2},
{'1': 'SEGMENTATIONCONSTRAINTTYPE_ENFORCED', '2': 3},
{'1': 'SEGMENTATION_CONSTRAINT_TYPE_UNKNOWN', '2': 0},
{'1': 'SEGMENTATION_CONSTRAINT_TYPE_USER_CHOICE', '2': 1},
{'1': 'SEGMENTATION_CONSTRAINT_TYPE_ORDER_ATTRIBUTE', '2': 2},
{'1': 'SEGMENTATION_CONSTRAINT_TYPE_ENFORCED', '2': 3},
],
};
/// Descriptor for `SegmentationConstraintType`. Decode as a `google.protobuf.EnumDescriptorProto`.
final $typed_data.Uint8List segmentationConstraintTypeDescriptor = $convert.base64Decode(
'ChpTZWdtZW50YXRpb25Db25zdHJhaW50VHlwZRImCiJTRUdNRU5UQVRJT05DT05TVFJBSU5UVF'
'lQRV9VTktOT1dOEAASKgomU0VHTUVOVEFUSU9OQ09OU1RSQUlOVFRZUEVfVVNFUl9DSE9JQ0UQ'
'ARIuCipTRUdNRU5UQVRJT05DT05TVFJBSU5UVFlQRV9PUkRFUl9BVFRSSUJVVEUQAhInCiNTRU'
'dNRU5UQVRJT05DT05TVFJBSU5UVFlQRV9FTkZPUkNFRBAD');
'ChpTZWdtZW50YXRpb25Db25zdHJhaW50VHlwZRIoCiRTRUdNRU5UQVRJT05fQ09OU1RSQUlOVF'
'9UWVBFX1VOS05PV04QABIsCihTRUdNRU5UQVRJT05fQ09OU1RSQUlOVF9UWVBFX1VTRVJfQ0hP'
'SUNFEAESMAosU0VHTUVOVEFUSU9OX0NPTlNUUkFJTlRfVFlQRV9PUkRFUl9BVFRSSUJVVEUQAh'
'IpCiVTRUdNRU5UQVRJT05fQ09OU1RSQUlOVF9UWVBFX0VORk9SQ0VEEAM=');
@$core.Deprecated('Use unitDescriptor instead')
const Unit$json = {

View File

@@ -69,10 +69,10 @@ packages:
dependency: "direct main"
description:
name: grpc
sha256: "30e1edae6846b163a64f6d8716e3443980fe1f7d2d1f086f011d24ea186f2582"
sha256: "2dde469ddd8bbd7a33a0765da417abe1ad2142813efce3a86c512041294e2b26"
url: "https://pub.dev"
source: hosted
version: "4.0.4"
version: "4.1.0"
http:
dependency: transitive
description:

View File

@@ -1,6 +1,6 @@
name: dart_core_sdk
description: dart libs from core model proto files
version: 1.11.0-SNAPSHOT-250611082306
version: 1.11.0-SNAPSHOT-250611131258
homepage: ''
publish_to: ''
repository: ''