Latest generation

This commit is contained in:
ci core model
2025-05-15 07:49:42 +00:00
parent b61709b2fa
commit b5fdb55740
7 changed files with 107 additions and 107 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.11.0-SNAPSHOT-250514132301
Lib version: 1.11.0-SNAPSHOT-250515074855

View File

@@ -93,8 +93,8 @@ class WorkTimeDay extends $pb.GeneratedMessage {
$pb.PbList<$3.TimeRange> get timeRanges => $_getList(2);
}
class ExceptionnalClosure extends $pb.GeneratedMessage {
factory ExceptionnalClosure({
class ExceptionalClosure extends $pb.GeneratedMessage {
factory ExceptionalClosure({
$core.Iterable<$3.LabelByLanguage>? label,
$core.String? startDate,
$core.String? endDate,
@@ -123,11 +123,11 @@ class ExceptionnalClosure extends $pb.GeneratedMessage {
}
return $result;
}
ExceptionnalClosure._() : super();
factory ExceptionnalClosure.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory ExceptionnalClosure.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
ExceptionalClosure._() : super();
factory ExceptionalClosure.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory ExceptionalClosure.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExceptionnalClosure', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExceptionalClosure', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..pc<$3.LabelByLanguage>(1, _omitFieldNames ? '' : 'Label', $pb.PbFieldType.PM, protoName: 'Label', subBuilder: $3.LabelByLanguage.create)
..aOS(2, _omitFieldNames ? '' : 'StartDate', protoName: 'StartDate')
..aOS(3, _omitFieldNames ? '' : 'EndDate', protoName: 'EndDate')
@@ -141,28 +141,28 @@ class ExceptionnalClosure extends $pb.GeneratedMessage {
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
ExceptionnalClosure clone() => ExceptionnalClosure()..mergeFromMessage(this);
ExceptionalClosure clone() => ExceptionalClosure()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
ExceptionnalClosure copyWith(void Function(ExceptionnalClosure) updates) => super.copyWith((message) => updates(message as ExceptionnalClosure)) as ExceptionnalClosure;
ExceptionalClosure copyWith(void Function(ExceptionalClosure) updates) => super.copyWith((message) => updates(message as ExceptionalClosure)) as ExceptionalClosure;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static ExceptionnalClosure create() => ExceptionnalClosure._();
ExceptionnalClosure createEmptyInstance() => create();
static $pb.PbList<ExceptionnalClosure> createRepeated() => $pb.PbList<ExceptionnalClosure>();
static ExceptionalClosure create() => ExceptionalClosure._();
ExceptionalClosure createEmptyInstance() => create();
static $pb.PbList<ExceptionalClosure> createRepeated() => $pb.PbList<ExceptionalClosure>();
@$core.pragma('dart2js:noInline')
static ExceptionnalClosure getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ExceptionnalClosure>(create);
static ExceptionnalClosure? _defaultInstance;
static ExceptionalClosure getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ExceptionalClosure>(create);
static ExceptionalClosure? _defaultInstance;
/// Name of the holiday
@$pb.TagNumber(1)
$pb.PbList<$3.LabelByLanguage> get label => $_getList(0);
/// Start of the ExceptionnalClosure, format yyyy-mm-dd //TODO are we sure about the format
/// Start of the ExceptionalClosure, format yyyy-mm-dd //TODO are we sure about the format
@$pb.TagNumber(2)
$core.String get startDate => $_getSZ(1);
@$pb.TagNumber(2)
@@ -172,7 +172,7 @@ class ExceptionnalClosure extends $pb.GeneratedMessage {
@$pb.TagNumber(2)
void clearStartDate() => $_clearField(2);
/// End of the ExceptionnalClosure, format yyyy-mm-dd //TODO are we sure about the format
/// End of the ExceptionalClosure, format yyyy-mm-dd //TODO are we sure about the format
@$pb.TagNumber(3)
$core.String get endDate => $_getSZ(2);
@$pb.TagNumber(3)
@@ -182,7 +182,7 @@ class ExceptionnalClosure extends $pb.GeneratedMessage {
@$pb.TagNumber(3)
void clearEndDate() => $_clearField(3);
/// Set to true if the ExceptionnalClosure is a complete closure for the impacted days
/// Set to true if the ExceptionalClosure is a complete closure for the impacted days
@$pb.TagNumber(4)
$core.bool get fullDay => $_getBF(3);
@$pb.TagNumber(4)
@@ -192,7 +192,7 @@ class ExceptionnalClosure extends $pb.GeneratedMessage {
@$pb.TagNumber(4)
void clearFullDay() => $_clearField(4);
/// Start of the ExceptionnalClosure hour if FullDay is set to false, format hh:mm
/// Start of the ExceptionalClosure hour if FullDay is set to false, format hh:mm
@$pb.TagNumber(5)
$core.String get startHour => $_getSZ(4);
@$pb.TagNumber(5)
@@ -202,7 +202,7 @@ class ExceptionnalClosure extends $pb.GeneratedMessage {
@$pb.TagNumber(5)
void clearStartHour() => $_clearField(5);
/// End of the ExceptionnalClosure hour if FullDay is set to false, format hh:mm
/// End of the ExceptionalClosure hour if FullDay is set to false, format hh:mm
@$pb.TagNumber(6)
$core.String get endHour => $_getSZ(5);
@$pb.TagNumber(6)
@@ -220,7 +220,7 @@ class Calendar extends $pb.GeneratedMessage {
$core.String? resourceID,
$core.String? name,
$core.String? description,
$core.Iterable<ExceptionnalClosure>? exceptionnalClosures,
$core.Iterable<ExceptionalClosure>? exceptionalClosures,
$core.Iterable<WorkTimeDay>? workTimeDays,
}) {
final $result = create();
@@ -239,8 +239,8 @@ class Calendar extends $pb.GeneratedMessage {
if (description != null) {
$result.description = description;
}
if (exceptionnalClosures != null) {
$result.exceptionnalClosures.addAll(exceptionnalClosures);
if (exceptionalClosures != null) {
$result.exceptionalClosures.addAll(exceptionalClosures);
}
if (workTimeDays != null) {
$result.workTimeDays.addAll(workTimeDays);
@@ -257,7 +257,7 @@ class Calendar extends $pb.GeneratedMessage {
..aOS(3, _omitFieldNames ? '' : 'ResourceID', protoName: 'ResourceID')
..aOS(4, _omitFieldNames ? '' : 'Name', protoName: 'Name')
..aOS(5, _omitFieldNames ? '' : 'Description', protoName: 'Description')
..pc<ExceptionnalClosure>(6, _omitFieldNames ? '' : 'ExceptionnalClosures', $pb.PbFieldType.PM, protoName: 'ExceptionnalClosures', subBuilder: ExceptionnalClosure.create)
..pc<ExceptionalClosure>(6, _omitFieldNames ? '' : 'ExceptionalClosures', $pb.PbFieldType.PM, protoName: 'ExceptionalClosures', subBuilder: ExceptionalClosure.create)
..pc<WorkTimeDay>(7, _omitFieldNames ? '' : 'WorkTimeDays', $pb.PbFieldType.PM, protoName: 'WorkTimeDays', subBuilder: WorkTimeDay.create)
..hasRequiredFields = false
;
@@ -332,9 +332,9 @@ class Calendar extends $pb.GeneratedMessage {
@$pb.TagNumber(5)
void clearDescription() => $_clearField(5);
/// List of exceptionnal closure
/// List of Exceptional closure
@$pb.TagNumber(6)
$pb.PbList<ExceptionnalClosure> get exceptionnalClosures => $_getList(5);
$pb.PbList<ExceptionalClosure> get exceptionalClosures => $_getList(5);
/// Definition of the opening hours by week day
@$pb.TagNumber(7)
@@ -347,7 +347,7 @@ class CreateCalendarOnOrganisationRequest extends $pb.GeneratedMessage {
$3.RequestOrganisationHeader? header,
$core.String? name,
$core.String? description,
$core.Iterable<ExceptionnalClosure>? exceptionnalClosures,
$core.Iterable<ExceptionalClosure>? exceptionalClosures,
$core.Iterable<WorkTimeDay>? workTimeDays,
}) {
final $result = create();
@@ -360,8 +360,8 @@ class CreateCalendarOnOrganisationRequest extends $pb.GeneratedMessage {
if (description != null) {
$result.description = description;
}
if (exceptionnalClosures != null) {
$result.exceptionnalClosures.addAll(exceptionnalClosures);
if (exceptionalClosures != null) {
$result.exceptionalClosures.addAll(exceptionalClosures);
}
if (workTimeDays != null) {
$result.workTimeDays.addAll(workTimeDays);
@@ -376,7 +376,7 @@ class CreateCalendarOnOrganisationRequest extends $pb.GeneratedMessage {
..aOM<$3.RequestOrganisationHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestOrganisationHeader.create)
..aOS(2, _omitFieldNames ? '' : 'Name', protoName: 'Name')
..aOS(3, _omitFieldNames ? '' : 'Description', protoName: 'Description')
..pc<ExceptionnalClosure>(4, _omitFieldNames ? '' : 'ExceptionnalClosures', $pb.PbFieldType.PM, protoName: 'ExceptionnalClosures', subBuilder: ExceptionnalClosure.create)
..pc<ExceptionalClosure>(4, _omitFieldNames ? '' : 'ExceptionalClosures', $pb.PbFieldType.PM, protoName: 'ExceptionalClosures', subBuilder: ExceptionalClosure.create)
..pc<WorkTimeDay>(7, _omitFieldNames ? '' : 'WorkTimeDays', $pb.PbFieldType.PM, protoName: 'WorkTimeDays', subBuilder: WorkTimeDay.create)
..hasRequiredFields = false
;
@@ -433,9 +433,9 @@ class CreateCalendarOnOrganisationRequest extends $pb.GeneratedMessage {
@$pb.TagNumber(3)
void clearDescription() => $_clearField(3);
/// List of exceptionnal closure
/// List of Exceptional closure
@$pb.TagNumber(4)
$pb.PbList<ExceptionnalClosure> get exceptionnalClosures => $_getList(3);
$pb.PbList<ExceptionalClosure> get exceptionalClosures => $_getList(3);
/// Definition of the opening hours by week day
@$pb.TagNumber(7)
@@ -717,7 +717,7 @@ class UpdateCalendarOnOrganisationRequest extends $pb.GeneratedMessage {
$core.String? iD,
$core.String? name,
$core.String? description,
$core.Iterable<ExceptionnalClosure>? exceptionnalClosures,
$core.Iterable<ExceptionalClosure>? exceptionalClosures,
$core.Iterable<WorkTimeDay>? workTimeDays,
}) {
final $result = create();
@@ -733,8 +733,8 @@ class UpdateCalendarOnOrganisationRequest extends $pb.GeneratedMessage {
if (description != null) {
$result.description = description;
}
if (exceptionnalClosures != null) {
$result.exceptionnalClosures.addAll(exceptionnalClosures);
if (exceptionalClosures != null) {
$result.exceptionalClosures.addAll(exceptionalClosures);
}
if (workTimeDays != null) {
$result.workTimeDays.addAll(workTimeDays);
@@ -750,7 +750,7 @@ class UpdateCalendarOnOrganisationRequest extends $pb.GeneratedMessage {
..aOS(2, _omitFieldNames ? '' : 'ID', protoName: 'ID')
..aOS(3, _omitFieldNames ? '' : 'Name', protoName: 'Name')
..aOS(4, _omitFieldNames ? '' : 'Description', protoName: 'Description')
..pc<ExceptionnalClosure>(5, _omitFieldNames ? '' : 'ExceptionnalClosures', $pb.PbFieldType.PM, protoName: 'ExceptionnalClosures', subBuilder: ExceptionnalClosure.create)
..pc<ExceptionalClosure>(5, _omitFieldNames ? '' : 'ExceptionalClosures', $pb.PbFieldType.PM, protoName: 'ExceptionalClosures', subBuilder: ExceptionalClosure.create)
..pc<WorkTimeDay>(7, _omitFieldNames ? '' : 'WorkTimeDays', $pb.PbFieldType.PM, protoName: 'WorkTimeDays', subBuilder: WorkTimeDay.create)
..hasRequiredFields = false
;
@@ -817,9 +817,9 @@ class UpdateCalendarOnOrganisationRequest extends $pb.GeneratedMessage {
@$pb.TagNumber(4)
void clearDescription() => $_clearField(4);
/// List of exceptionnal closure
/// List of Exceptional closure
@$pb.TagNumber(5)
$pb.PbList<ExceptionnalClosure> get exceptionnalClosures => $_getList(4);
$pb.PbList<ExceptionalClosure> get exceptionalClosures => $_getList(4);
/// Definition of the opening hours by week day
@$pb.TagNumber(7)
@@ -1250,7 +1250,7 @@ class CreateCalendarOnSiteRequest extends $pb.GeneratedMessage {
$3.RequestSiteHeader? header,
$core.String? name,
$core.String? description,
$core.Iterable<ExceptionnalClosure>? exceptionnalClosures,
$core.Iterable<ExceptionalClosure>? exceptionalClosures,
$core.Iterable<WorkTimeDay>? workTimeDays,
}) {
final $result = create();
@@ -1263,8 +1263,8 @@ class CreateCalendarOnSiteRequest extends $pb.GeneratedMessage {
if (description != null) {
$result.description = description;
}
if (exceptionnalClosures != null) {
$result.exceptionnalClosures.addAll(exceptionnalClosures);
if (exceptionalClosures != null) {
$result.exceptionalClosures.addAll(exceptionalClosures);
}
if (workTimeDays != null) {
$result.workTimeDays.addAll(workTimeDays);
@@ -1279,7 +1279,7 @@ class CreateCalendarOnSiteRequest extends $pb.GeneratedMessage {
..aOM<$3.RequestSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestSiteHeader.create)
..aOS(2, _omitFieldNames ? '' : 'Name', protoName: 'Name')
..aOS(3, _omitFieldNames ? '' : 'Description', protoName: 'Description')
..pc<ExceptionnalClosure>(4, _omitFieldNames ? '' : 'ExceptionnalClosures', $pb.PbFieldType.PM, protoName: 'ExceptionnalClosures', subBuilder: ExceptionnalClosure.create)
..pc<ExceptionalClosure>(4, _omitFieldNames ? '' : 'ExceptionalClosures', $pb.PbFieldType.PM, protoName: 'ExceptionalClosures', subBuilder: ExceptionalClosure.create)
..pc<WorkTimeDay>(7, _omitFieldNames ? '' : 'WorkTimeDays', $pb.PbFieldType.PM, protoName: 'WorkTimeDays', subBuilder: WorkTimeDay.create)
..hasRequiredFields = false
;
@@ -1336,9 +1336,9 @@ class CreateCalendarOnSiteRequest extends $pb.GeneratedMessage {
@$pb.TagNumber(3)
void clearDescription() => $_clearField(3);
/// List of exceptionnal closure
/// List of Exceptional closure
@$pb.TagNumber(4)
$pb.PbList<ExceptionnalClosure> get exceptionnalClosures => $_getList(3);
$pb.PbList<ExceptionalClosure> get exceptionalClosures => $_getList(3);
/// Definition of the opening hours by week day
@$pb.TagNumber(7)
@@ -1620,7 +1620,7 @@ class UpdateCalendarOnSiteRequest extends $pb.GeneratedMessage {
$core.String? iD,
$core.String? name,
$core.String? description,
$core.Iterable<ExceptionnalClosure>? exceptionnalClosures,
$core.Iterable<ExceptionalClosure>? exceptionalClosures,
$core.Iterable<WorkTimeDay>? workTimeDays,
}) {
final $result = create();
@@ -1636,8 +1636,8 @@ class UpdateCalendarOnSiteRequest extends $pb.GeneratedMessage {
if (description != null) {
$result.description = description;
}
if (exceptionnalClosures != null) {
$result.exceptionnalClosures.addAll(exceptionnalClosures);
if (exceptionalClosures != null) {
$result.exceptionalClosures.addAll(exceptionalClosures);
}
if (workTimeDays != null) {
$result.workTimeDays.addAll(workTimeDays);
@@ -1653,7 +1653,7 @@ class UpdateCalendarOnSiteRequest extends $pb.GeneratedMessage {
..aOS(2, _omitFieldNames ? '' : 'ID', protoName: 'ID')
..aOS(3, _omitFieldNames ? '' : 'Name', protoName: 'Name')
..aOS(4, _omitFieldNames ? '' : 'Description', protoName: 'Description')
..pc<ExceptionnalClosure>(5, _omitFieldNames ? '' : 'ExceptionnalClosures', $pb.PbFieldType.PM, protoName: 'ExceptionnalClosures', subBuilder: ExceptionnalClosure.create)
..pc<ExceptionalClosure>(5, _omitFieldNames ? '' : 'ExceptionalClosures', $pb.PbFieldType.PM, protoName: 'ExceptionalClosures', subBuilder: ExceptionalClosure.create)
..pc<WorkTimeDay>(7, _omitFieldNames ? '' : 'WorkTimeDays', $pb.PbFieldType.PM, protoName: 'WorkTimeDays', subBuilder: WorkTimeDay.create)
..hasRequiredFields = false
;
@@ -1720,9 +1720,9 @@ class UpdateCalendarOnSiteRequest extends $pb.GeneratedMessage {
@$pb.TagNumber(4)
void clearDescription() => $_clearField(4);
/// List of exceptionnal closure
/// List of Exceptional closure
@$pb.TagNumber(5)
$pb.PbList<ExceptionnalClosure> get exceptionnalClosures => $_getList(4);
$pb.PbList<ExceptionalClosure> get exceptionalClosures => $_getList(4);
/// Definition of the opening hours by week day
@$pb.TagNumber(7)

View File

@@ -29,9 +29,9 @@ final $typed_data.Uint8List workTimeDayDescriptor = $convert.base64Decode(
'oMSXNXb3JraW5nRGF5GAIgASgIUgxJc1dvcmtpbmdEYXkSLgoKVGltZVJhbmdlcxgDIAMoCzIO'
'LmFwaS5UaW1lUmFuZ2VSClRpbWVSYW5nZXM=');
@$core.Deprecated('Use exceptionnalClosureDescriptor instead')
const ExceptionnalClosure$json = {
'1': 'ExceptionnalClosure',
@$core.Deprecated('Use exceptionalClosureDescriptor instead')
const ExceptionalClosure$json = {
'1': 'ExceptionalClosure',
'2': [
{'1': 'Label', '3': 1, '4': 3, '5': 11, '6': '.api.LabelByLanguage', '10': 'Label'},
{'1': 'StartDate', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'StartDate'},
@@ -42,16 +42,16 @@ const ExceptionnalClosure$json = {
],
};
/// Descriptor for `ExceptionnalClosure`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List exceptionnalClosureDescriptor = $convert.base64Decode(
'ChNFeGNlcHRpb25uYWxDbG9zdXJlEioKBUxhYmVsGAEgAygLMhQuYXBpLkxhYmVsQnlMYW5ndW'
'FnZVIFTGFiZWwSWgoJU3RhcnREYXRlGAIgASgJQjz6QjlyNzI1XjIwWzAtOV17Mn0tKDBbMS05'
'XXwxWzAtMl0pLSgwWzEtOV18WzEyXVswLTldfDNbMDFdKSRSCVN0YXJ0RGF0ZRJWCgdFbmREYX'
'RlGAMgASgJQjz6QjlyNzI1XjIwWzAtOV17Mn0tKDBbMS05XXwxWzAtMl0pLSgwWzEtOV18WzEy'
'XVswLTldfDNbMDFdKSRSB0VuZERhdGUSGAoHRnVsbERheRgEIAEoCFIHRnVsbERheRJGCglTdG'
'FydEhvdXIYBSABKAlCKPpCJXIjMiFeKD86WzAxXVswLTldfDJbMC0zXSk6WzAtNV1bMC05XSRS'
'CVN0YXJ0SG91chJCCgdFbmRIb3VyGAYgASgJQij6QiVyIzIhXig/OlswMV1bMC05XXwyWzAtM1'
'0pOlswLTVdWzAtOV0kUgdFbmRIb3Vy');
/// Descriptor for `ExceptionalClosure`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List exceptionalClosureDescriptor = $convert.base64Decode(
'ChJFeGNlcHRpb25hbENsb3N1cmUSKgoFTGFiZWwYASADKAsyFC5hcGkuTGFiZWxCeUxhbmd1YW'
'dlUgVMYWJlbBJaCglTdGFydERhdGUYAiABKAlCPPpCOXI3MjVeMjBbMC05XXsyfS0oMFsxLTld'
'fDFbMC0yXSktKDBbMS05XXxbMTJdWzAtOV18M1swMV0pJFIJU3RhcnREYXRlElYKB0VuZERhdG'
'UYAyABKAlCPPpCOXI3MjVeMjBbMC05XXsyfS0oMFsxLTldfDFbMC0yXSktKDBbMS05XXxbMTJd'
'WzAtOV18M1swMV0pJFIHRW5kRGF0ZRIYCgdGdWxsRGF5GAQgASgIUgdGdWxsRGF5EkYKCVN0YX'
'J0SG91chgFIAEoCUIo+kIlciMyIV4oPzpbMDFdWzAtOV18MlswLTNdKTpbMC01XVswLTldJFIJ'
'U3RhcnRIb3VyEkIKB0VuZEhvdXIYBiABKAlCKPpCJXIjMiFeKD86WzAxXVswLTldfDJbMC0zXS'
'k6WzAtNV1bMC05XSRSB0VuZEhvdXI=');
@$core.Deprecated('Use calendarDescriptor instead')
const Calendar$json = {
@@ -62,7 +62,7 @@ const Calendar$json = {
{'1': 'ResourceID', '3': 3, '4': 1, '5': 9, '10': 'ResourceID'},
{'1': 'Name', '3': 4, '4': 1, '5': 9, '10': 'Name'},
{'1': 'Description', '3': 5, '4': 1, '5': 9, '8': {}, '10': 'Description'},
{'1': 'ExceptionnalClosures', '3': 6, '4': 3, '5': 11, '6': '.api.ExceptionnalClosure', '10': 'ExceptionnalClosures'},
{'1': 'ExceptionalClosures', '3': 6, '4': 3, '5': 11, '6': '.api.ExceptionalClosure', '10': 'ExceptionalClosures'},
{'1': 'WorkTimeDays', '3': 7, '4': 3, '5': 11, '6': '.api.WorkTimeDay', '8': {}, '10': 'WorkTimeDays'},
],
};
@@ -72,9 +72,9 @@ final $typed_data.Uint8List calendarDescriptor = $convert.base64Decode(
'CghDYWxlbmRhchIXCgJJRBgBIAEoCUIH+kIEcgIQAVICSUQSKwoHUnNjVHlwZRgCIAEoDjIRLm'
'FwaS5SZXNvdXJjZVR5cGVSB1JzY1R5cGUSHgoKUmVzb3VyY2VJRBgDIAEoCVIKUmVzb3VyY2VJ'
'RBISCgROYW1lGAQgASgJUgROYW1lEikKC0Rlc2NyaXB0aW9uGAUgASgJQgf6QgRyAhABUgtEZX'
'NjcmlwdGlvbhJMChRFeGNlcHRpb25uYWxDbG9zdXJlcxgGIAMoCzIYLmFwaS5FeGNlcHRpb25u'
'YWxDbG9zdXJlUhRFeGNlcHRpb25uYWxDbG9zdXJlcxJBCgxXb3JrVGltZURheXMYByADKAsyEC'
'5hcGkuV29ya1RpbWVEYXlCC+rBGAdXZWVrRGF5UgxXb3JrVGltZURheXM=');
'NjcmlwdGlvbhJJChNFeGNlcHRpb25hbENsb3N1cmVzGAYgAygLMhcuYXBpLkV4Y2VwdGlvbmFs'
'Q2xvc3VyZVITRXhjZXB0aW9uYWxDbG9zdXJlcxJBCgxXb3JrVGltZURheXMYByADKAsyEC5hcG'
'kuV29ya1RpbWVEYXlCC+rBGAdXZWVrRGF5UgxXb3JrVGltZURheXM=');
@$core.Deprecated('Use createCalendarOnOrganisationRequestDescriptor instead')
const CreateCalendarOnOrganisationRequest$json = {
@@ -83,7 +83,7 @@ const CreateCalendarOnOrganisationRequest$json = {
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestOrganisationHeader', '8': {}, '10': 'Header'},
{'1': 'Name', '3': 2, '4': 1, '5': 9, '10': 'Name'},
{'1': 'Description', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'Description'},
{'1': 'ExceptionnalClosures', '3': 4, '4': 3, '5': 11, '6': '.api.ExceptionnalClosure', '10': 'ExceptionnalClosures'},
{'1': 'ExceptionalClosures', '3': 4, '4': 3, '5': 11, '6': '.api.ExceptionalClosure', '10': 'ExceptionalClosures'},
{'1': 'WorkTimeDays', '3': 7, '4': 3, '5': 11, '6': '.api.WorkTimeDay', '8': {}, '10': 'WorkTimeDays'},
],
'7': {},
@@ -94,9 +94,9 @@ final $typed_data.Uint8List createCalendarOnOrganisationRequestDescriptor = $con
'CiNDcmVhdGVDYWxlbmRhck9uT3JnYW5pc2F0aW9uUmVxdWVzdBJACgZIZWFkZXIYASABKAsyHi'
'5hcGkuUmVxdWVzdE9yZ2FuaXNhdGlvbkhlYWRlckII+kIFigECEAFSBkhlYWRlchISCgROYW1l'
'GAIgASgJUgROYW1lEikKC0Rlc2NyaXB0aW9uGAMgASgJQgf6QgRyAhABUgtEZXNjcmlwdGlvbh'
'JMChRFeGNlcHRpb25uYWxDbG9zdXJlcxgEIAMoCzIYLmFwaS5FeGNlcHRpb25uYWxDbG9zdXJl'
'UhRFeGNlcHRpb25uYWxDbG9zdXJlcxJBCgxXb3JrVGltZURheXMYByADKAsyEC5hcGkuV29ya1'
'RpbWVEYXlCC+rBGAdXZWVrRGF5UgxXb3JrVGltZURheXM6DpJBCwoJ0gEGSGVhZGVy');
'JJChNFeGNlcHRpb25hbENsb3N1cmVzGAQgAygLMhcuYXBpLkV4Y2VwdGlvbmFsQ2xvc3VyZVIT'
'RXhjZXB0aW9uYWxDbG9zdXJlcxJBCgxXb3JrVGltZURheXMYByADKAsyEC5hcGkuV29ya1RpbW'
'VEYXlCC+rBGAdXZWVrRGF5UgxXb3JrVGltZURheXM6DpJBCwoJ0gEGSGVhZGVy');
@$core.Deprecated('Use createCalendarOnOrganisationResponseDescriptor instead')
const CreateCalendarOnOrganisationResponse$json = {
@@ -176,7 +176,7 @@ const UpdateCalendarOnOrganisationRequest$json = {
{'1': 'ID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'ID'},
{'1': 'Name', '3': 3, '4': 1, '5': 9, '10': 'Name'},
{'1': 'Description', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'Description'},
{'1': 'ExceptionnalClosures', '3': 5, '4': 3, '5': 11, '6': '.api.ExceptionnalClosure', '10': 'ExceptionnalClosures'},
{'1': 'ExceptionalClosures', '3': 5, '4': 3, '5': 11, '6': '.api.ExceptionalClosure', '10': 'ExceptionalClosures'},
{'1': 'WorkTimeDays', '3': 7, '4': 3, '5': 11, '6': '.api.WorkTimeDay', '8': {}, '10': 'WorkTimeDays'},
],
'7': {},
@@ -187,10 +187,10 @@ final $typed_data.Uint8List updateCalendarOnOrganisationRequestDescriptor = $con
'CiNVcGRhdGVDYWxlbmRhck9uT3JnYW5pc2F0aW9uUmVxdWVzdBJACgZIZWFkZXIYASABKAsyHi'
'5hcGkuUmVxdWVzdE9yZ2FuaXNhdGlvbkhlYWRlckII+kIFigECEAFSBkhlYWRlchIXCgJJRBgC'
'IAEoCUIH+kIEcgIQAVICSUQSEgoETmFtZRgDIAEoCVIETmFtZRIpCgtEZXNjcmlwdGlvbhgEIA'
'EoCUIH+kIEcgIQAVILRGVzY3JpcHRpb24STAoURXhjZXB0aW9ubmFsQ2xvc3VyZXMYBSADKAsy'
'GC5hcGkuRXhjZXB0aW9ubmFsQ2xvc3VyZVIURXhjZXB0aW9ubmFsQ2xvc3VyZXMSQQoMV29ya1'
'RpbWVEYXlzGAcgAygLMhAuYXBpLldvcmtUaW1lRGF5QgvqwRgHV2Vla0RheVIMV29ya1RpbWVE'
'YXlzOhOSQRAKDtIBBkhlYWRlctIBAklE');
'EoCUIH+kIEcgIQAVILRGVzY3JpcHRpb24SSQoTRXhjZXB0aW9uYWxDbG9zdXJlcxgFIAMoCzIX'
'LmFwaS5FeGNlcHRpb25hbENsb3N1cmVSE0V4Y2VwdGlvbmFsQ2xvc3VyZXMSQQoMV29ya1RpbW'
'VEYXlzGAcgAygLMhAuYXBpLldvcmtUaW1lRGF5QgvqwRgHV2Vla0RheVIMV29ya1RpbWVEYXlz'
'OhOSQRAKDtIBBkhlYWRlctIBAklE');
@$core.Deprecated('Use updateCalendarOnOrganisationResponseDescriptor instead')
const UpdateCalendarOnOrganisationResponse$json = {
@@ -298,7 +298,7 @@ const CreateCalendarOnSiteRequest$json = {
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'},
{'1': 'Name', '3': 2, '4': 1, '5': 9, '10': 'Name'},
{'1': 'Description', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'Description'},
{'1': 'ExceptionnalClosures', '3': 4, '4': 3, '5': 11, '6': '.api.ExceptionnalClosure', '10': 'ExceptionnalClosures'},
{'1': 'ExceptionalClosures', '3': 4, '4': 3, '5': 11, '6': '.api.ExceptionalClosure', '10': 'ExceptionalClosures'},
{'1': 'WorkTimeDays', '3': 7, '4': 3, '5': 11, '6': '.api.WorkTimeDay', '8': {}, '10': 'WorkTimeDays'},
],
'7': {},
@@ -308,10 +308,10 @@ const CreateCalendarOnSiteRequest$json = {
final $typed_data.Uint8List createCalendarOnSiteRequestDescriptor = $convert.base64Decode(
'ChtDcmVhdGVDYWxlbmRhck9uU2l0ZVJlcXVlc3QSOAoGSGVhZGVyGAEgASgLMhYuYXBpLlJlcX'
'Vlc3RTaXRlSGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEhIKBE5hbWUYAiABKAlSBE5hbWUSKQoL'
'RGVzY3JpcHRpb24YAyABKAlCB/pCBHICEAFSC0Rlc2NyaXB0aW9uEkwKFEV4Y2VwdGlvbm5hbE'
'Nsb3N1cmVzGAQgAygLMhguYXBpLkV4Y2VwdGlvbm5hbENsb3N1cmVSFEV4Y2VwdGlvbm5hbENs'
'b3N1cmVzEkEKDFdvcmtUaW1lRGF5cxgHIAMoCzIQLmFwaS5Xb3JrVGltZURheUIL6sEYB1dlZW'
'tEYXlSDFdvcmtUaW1lRGF5czoOkkELCgnSAQZIZWFkZXI=');
'RGVzY3JpcHRpb24YAyABKAlCB/pCBHICEAFSC0Rlc2NyaXB0aW9uEkkKE0V4Y2VwdGlvbmFsQ2'
'xvc3VyZXMYBCADKAsyFy5hcGkuRXhjZXB0aW9uYWxDbG9zdXJlUhNFeGNlcHRpb25hbENsb3N1'
'cmVzEkEKDFdvcmtUaW1lRGF5cxgHIAMoCzIQLmFwaS5Xb3JrVGltZURheUIL6sEYB1dlZWtEYX'
'lSDFdvcmtUaW1lRGF5czoOkkELCgnSAQZIZWFkZXI=');
@$core.Deprecated('Use createCalendarOnSiteResponseDescriptor instead')
const CreateCalendarOnSiteResponse$json = {
@@ -390,7 +390,7 @@ const UpdateCalendarOnSiteRequest$json = {
{'1': 'ID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'ID'},
{'1': 'Name', '3': 3, '4': 1, '5': 9, '10': 'Name'},
{'1': 'Description', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'Description'},
{'1': 'ExceptionnalClosures', '3': 5, '4': 3, '5': 11, '6': '.api.ExceptionnalClosure', '10': 'ExceptionnalClosures'},
{'1': 'ExceptionalClosures', '3': 5, '4': 3, '5': 11, '6': '.api.ExceptionalClosure', '10': 'ExceptionalClosures'},
{'1': 'WorkTimeDays', '3': 7, '4': 3, '5': 11, '6': '.api.WorkTimeDay', '8': {}, '10': 'WorkTimeDays'},
],
'7': {},
@@ -401,10 +401,10 @@ final $typed_data.Uint8List updateCalendarOnSiteRequestDescriptor = $convert.bas
'ChtVcGRhdGVDYWxlbmRhck9uU2l0ZVJlcXVlc3QSOAoGSGVhZGVyGAEgASgLMhYuYXBpLlJlcX'
'Vlc3RTaXRlSGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEhcKAklEGAIgASgJQgf6QgRyAhABUgJJ'
'RBISCgROYW1lGAMgASgJUgROYW1lEikKC0Rlc2NyaXB0aW9uGAQgASgJQgf6QgRyAhABUgtEZX'
'NjcmlwdGlvbhJMChRFeGNlcHRpb25uYWxDbG9zdXJlcxgFIAMoCzIYLmFwaS5FeGNlcHRpb25u'
'YWxDbG9zdXJlUhRFeGNlcHRpb25uYWxDbG9zdXJlcxJBCgxXb3JrVGltZURheXMYByADKAsyEC'
'5hcGkuV29ya1RpbWVEYXlCC+rBGAdXZWVrRGF5UgxXb3JrVGltZURheXM6E5JBEAoO0gEGSGVh'
'ZGVy0gECSUQ=');
'NjcmlwdGlvbhJJChNFeGNlcHRpb25hbENsb3N1cmVzGAUgAygLMhcuYXBpLkV4Y2VwdGlvbmFs'
'Q2xvc3VyZVITRXhjZXB0aW9uYWxDbG9zdXJlcxJBCgxXb3JrVGltZURheXMYByADKAsyEC5hcG'
'kuV29ya1RpbWVEYXlCC+rBGAdXZWVrRGF5UgxXb3JrVGltZURheXM6E5JBEAoO0gEGSGVhZGVy'
'0gECSUQ=');
@$core.Deprecated('Use updateCalendarOnSiteResponseDescriptor instead')
const UpdateCalendarOnSiteResponse$json = {

View File

@@ -690,7 +690,7 @@ class UpdateSiteRequest extends $pb.GeneratedMessage {
$core.Iterable<$70.Document>? instructionDocuments,
$core.Iterable<$70.CarrierInformation>? carrierInformations,
$fixnum.Int64? roundedPeriodInMinutes,
$core.String? targetTimeZone,
$core.String? timeZone,
$core.Iterable<$core.String>? emails,
$core.String? defaultSiteLanguageISO6391,
}) {
@@ -749,8 +749,8 @@ class UpdateSiteRequest extends $pb.GeneratedMessage {
if (roundedPeriodInMinutes != null) {
$result.roundedPeriodInMinutes = roundedPeriodInMinutes;
}
if (targetTimeZone != null) {
$result.targetTimeZone = targetTimeZone;
if (timeZone != null) {
$result.timeZone = timeZone;
}
if (emails != null) {
$result.emails.addAll(emails);
@@ -783,7 +783,7 @@ class UpdateSiteRequest extends $pb.GeneratedMessage {
..pc<$70.Document>(16, _omitFieldNames ? '' : 'InstructionDocuments', $pb.PbFieldType.PM, protoName: 'InstructionDocuments', subBuilder: $70.Document.create)
..pc<$70.CarrierInformation>(17, _omitFieldNames ? '' : 'CarrierInformations', $pb.PbFieldType.PM, protoName: 'CarrierInformations', subBuilder: $70.CarrierInformation.create)
..aInt64(18, _omitFieldNames ? '' : 'RoundedPeriodInMinutes', protoName: 'RoundedPeriodInMinutes')
..aOS(19, _omitFieldNames ? '' : 'TargetTimeZone', protoName: 'TargetTimeZone')
..aOS(19, _omitFieldNames ? '' : 'TimeZone', protoName: 'TimeZone')
..pPS(20, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
..aOS(21, _omitFieldNames ? '' : 'DefaultSiteLanguageISO6391', protoName: 'DefaultSiteLanguageISO6391')
..hasRequiredFields = false
@@ -929,13 +929,13 @@ class UpdateSiteRequest extends $pb.GeneratedMessage {
/// Add Site Time zone
@$pb.TagNumber(19)
$core.String get targetTimeZone => $_getSZ(18);
$core.String get timeZone => $_getSZ(18);
@$pb.TagNumber(19)
set targetTimeZone($core.String v) { $_setString(18, v); }
set timeZone($core.String v) { $_setString(18, v); }
@$pb.TagNumber(19)
$core.bool hasTargetTimeZone() => $_has(18);
$core.bool hasTimeZone() => $_has(18);
@$pb.TagNumber(19)
void clearTargetTimeZone() => $_clearField(19);
void clearTimeZone() => $_clearField(19);
/// Must be a valid email address
@$pb.TagNumber(20)

View File

@@ -179,7 +179,7 @@ const UpdateSiteRequest$json = {
{'1': 'InstructionDocuments', '3': 16, '4': 3, '5': 11, '6': '.api.Document', '10': 'InstructionDocuments'},
{'1': 'CarrierInformations', '3': 17, '4': 3, '5': 11, '6': '.api.CarrierInformation', '10': 'CarrierInformations'},
{'1': 'RoundedPeriodInMinutes', '3': 18, '4': 1, '5': 3, '10': 'RoundedPeriodInMinutes'},
{'1': 'TargetTimeZone', '3': 19, '4': 1, '5': 9, '8': {}, '10': 'TargetTimeZone'},
{'1': 'TimeZone', '3': 19, '4': 1, '5': 9, '8': {}, '10': 'TimeZone'},
{'1': 'Emails', '3': 20, '4': 3, '5': 9, '8': {}, '10': 'Emails'},
{'1': 'DefaultSiteLanguageISO6391', '3': 21, '4': 1, '5': 9, '8': {}, '10': 'DefaultSiteLanguageISO6391'},
],
@@ -205,16 +205,16 @@ final $typed_data.Uint8List updateSiteRequestDescriptor = $convert.base64Decode(
'cnVjdGlvbnMSQQoUSW5zdHJ1Y3Rpb25Eb2N1bWVudHMYECADKAsyDS5hcGkuRG9jdW1lbnRSFE'
'luc3RydWN0aW9uRG9jdW1lbnRzEkkKE0NhcnJpZXJJbmZvcm1hdGlvbnMYESADKAsyFy5hcGku'
'Q2FycmllckluZm9ybWF0aW9uUhNDYXJyaWVySW5mb3JtYXRpb25zEjYKFlJvdW5kZWRQZXJpb2'
'RJbk1pbnV0ZXMYEiABKANSFlJvdW5kZWRQZXJpb2RJbk1pbnV0ZXMSsAEKDlRhcmdldFRpbWVa'
'b25lGBMgASgJQocBkkF6MmhUYXJnZXQgc2l0ZSB0aW1lIHpvbmUgIDxhIGhyZWY9J2h0dHBzOi'
'8vZW4ud2lraXBlZGlhLm9yZy93aWtpL0xpc3Rfb2ZfdHpfZGF0YWJhc2VfdGltZV96b25lcyc+'
'Zm9ybWF0PC9hPkoOIkV1cm9wZS9QYXJpcyL6QgdyBRAB4AEBUg5UYXJnZXRUaW1lWm9uZRJcCg'
'ZFbWFpbHMYFCADKAlCRJJBMkowWyJKb2huLmRvZUByZWZsZXguY29tIiwgIndpbGwuc21pdGhA'
'cmVmbGV4LmNvbSJd+kIMkgEJIgdyBWAB8AEBUgZFbWFpbHMSvwEKGkRlZmF1bHRTaXRlTGFuZ3'
'VhZ2VJU082MzkxGBUgASgJQn+SQXAyaDxhIGhyZWY9J2h0dHBzOi8vZW4ud2lraXBlZGlhLm9y'
'Zy93aWtpL0xpc3Rfb2ZfSVNPXzYzOV9sYW5ndWFnZV9jb2Rlcyc+SVNPIDYzOSBjb2RlPC9hPi'
'BtZXNzYWdlIGxhbmd1YWdlSgQiZW4i+kIJcgcQAhgDgAIBUhpEZWZhdWx0U2l0ZUxhbmd1YWdl'
'SVNPNjM5MToTkkEQCg7SAQZIZWFkZXLSAQJJRA==');
'RJbk1pbnV0ZXMYEiABKANSFlJvdW5kZWRQZXJpb2RJbk1pbnV0ZXMSnQEKCFRpbWVab25lGBMg'
'ASgJQoABkkFzMmFTaXRlIHRpbWUgem9uZSAgPGEgaHJlZj0naHR0cHM6Ly9lbi53aWtpcGVkaW'
'Eub3JnL3dpa2kvTGlzdF9vZl90el9kYXRhYmFzZV90aW1lX3pvbmVzJz5mb3JtYXQ8L2E+Sg4i'
'RXVyb3BlL1BhcmlzIvpCB3IFEAHgAQFSCFRpbWVab25lElwKBkVtYWlscxgUIAMoCUJEkkEySj'
'BbIkpvaG4uZG9lQHJlZmxleC5jb20iLCAid2lsbC5zbWl0aEByZWZsZXguY29tIl36QgySAQki'
'B3IFYAHwAQFSBkVtYWlscxK/AQoaRGVmYXVsdFNpdGVMYW5ndWFnZUlTTzYzOTEYFSABKAlCf5'
'JBcDJoPGEgaHJlZj0naHR0cHM6Ly9lbi53aWtpcGVkaWEub3JnL3dpa2kvTGlzdF9vZl9JU09f'
'NjM5X2xhbmd1YWdlX2NvZGVzJz5JU08gNjM5IGNvZGU8L2E+IG1lc3NhZ2UgbGFuZ3VhZ2VKBC'
'JlbiL6QglyBxACGAOAAgFSGkRlZmF1bHRTaXRlTGFuZ3VhZ2VJU082MzkxOhOSQRAKDtIBBkhl'
'YWRlctIBAklE');
@$core.Deprecated('Use updateSiteResponseDescriptor instead')
const UpdateSiteResponse$json = {

View File

@@ -101,10 +101,10 @@ packages:
dependency: transitive
description:
name: meta
sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c
sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394"
url: "https://pub.dev"
source: hosted
version: "1.16.0"
version: "1.17.0"
path:
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-250514132301
version: 1.11.0-SNAPSHOT-250515074855
homepage: ''
publish_to: ''
repository: ''