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

View File

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

View File

@@ -690,7 +690,7 @@ class UpdateSiteRequest extends $pb.GeneratedMessage {
$core.Iterable<$70.Document>? instructionDocuments, $core.Iterable<$70.Document>? instructionDocuments,
$core.Iterable<$70.CarrierInformation>? carrierInformations, $core.Iterable<$70.CarrierInformation>? carrierInformations,
$fixnum.Int64? roundedPeriodInMinutes, $fixnum.Int64? roundedPeriodInMinutes,
$core.String? targetTimeZone, $core.String? timeZone,
$core.Iterable<$core.String>? emails, $core.Iterable<$core.String>? emails,
$core.String? defaultSiteLanguageISO6391, $core.String? defaultSiteLanguageISO6391,
}) { }) {
@@ -749,8 +749,8 @@ class UpdateSiteRequest extends $pb.GeneratedMessage {
if (roundedPeriodInMinutes != null) { if (roundedPeriodInMinutes != null) {
$result.roundedPeriodInMinutes = roundedPeriodInMinutes; $result.roundedPeriodInMinutes = roundedPeriodInMinutes;
} }
if (targetTimeZone != null) { if (timeZone != null) {
$result.targetTimeZone = targetTimeZone; $result.timeZone = timeZone;
} }
if (emails != null) { if (emails != null) {
$result.emails.addAll(emails); $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.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) ..pc<$70.CarrierInformation>(17, _omitFieldNames ? '' : 'CarrierInformations', $pb.PbFieldType.PM, protoName: 'CarrierInformations', subBuilder: $70.CarrierInformation.create)
..aInt64(18, _omitFieldNames ? '' : 'RoundedPeriodInMinutes', protoName: 'RoundedPeriodInMinutes') ..aInt64(18, _omitFieldNames ? '' : 'RoundedPeriodInMinutes', protoName: 'RoundedPeriodInMinutes')
..aOS(19, _omitFieldNames ? '' : 'TargetTimeZone', protoName: 'TargetTimeZone') ..aOS(19, _omitFieldNames ? '' : 'TimeZone', protoName: 'TimeZone')
..pPS(20, _omitFieldNames ? '' : 'Emails', protoName: 'Emails') ..pPS(20, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
..aOS(21, _omitFieldNames ? '' : 'DefaultSiteLanguageISO6391', protoName: 'DefaultSiteLanguageISO6391') ..aOS(21, _omitFieldNames ? '' : 'DefaultSiteLanguageISO6391', protoName: 'DefaultSiteLanguageISO6391')
..hasRequiredFields = false ..hasRequiredFields = false
@@ -929,13 +929,13 @@ class UpdateSiteRequest extends $pb.GeneratedMessage {
/// Add Site Time zone /// Add Site Time zone
@$pb.TagNumber(19) @$pb.TagNumber(19)
$core.String get targetTimeZone => $_getSZ(18); $core.String get timeZone => $_getSZ(18);
@$pb.TagNumber(19) @$pb.TagNumber(19)
set targetTimeZone($core.String v) { $_setString(18, v); } set timeZone($core.String v) { $_setString(18, v); }
@$pb.TagNumber(19) @$pb.TagNumber(19)
$core.bool hasTargetTimeZone() => $_has(18); $core.bool hasTimeZone() => $_has(18);
@$pb.TagNumber(19) @$pb.TagNumber(19)
void clearTargetTimeZone() => $_clearField(19); void clearTimeZone() => $_clearField(19);
/// Must be a valid email address /// Must be a valid email address
@$pb.TagNumber(20) @$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': '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': 'CarrierInformations', '3': 17, '4': 3, '5': 11, '6': '.api.CarrierInformation', '10': 'CarrierInformations'},
{'1': 'RoundedPeriodInMinutes', '3': 18, '4': 1, '5': 3, '10': 'RoundedPeriodInMinutes'}, {'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': 'Emails', '3': 20, '4': 3, '5': 9, '8': {}, '10': 'Emails'},
{'1': 'DefaultSiteLanguageISO6391', '3': 21, '4': 1, '5': 9, '8': {}, '10': 'DefaultSiteLanguageISO6391'}, {'1': 'DefaultSiteLanguageISO6391', '3': 21, '4': 1, '5': 9, '8': {}, '10': 'DefaultSiteLanguageISO6391'},
], ],
@@ -205,16 +205,16 @@ final $typed_data.Uint8List updateSiteRequestDescriptor = $convert.base64Decode(
'cnVjdGlvbnMSQQoUSW5zdHJ1Y3Rpb25Eb2N1bWVudHMYECADKAsyDS5hcGkuRG9jdW1lbnRSFE' 'cnVjdGlvbnMSQQoUSW5zdHJ1Y3Rpb25Eb2N1bWVudHMYECADKAsyDS5hcGkuRG9jdW1lbnRSFE'
'luc3RydWN0aW9uRG9jdW1lbnRzEkkKE0NhcnJpZXJJbmZvcm1hdGlvbnMYESADKAsyFy5hcGku' 'luc3RydWN0aW9uRG9jdW1lbnRzEkkKE0NhcnJpZXJJbmZvcm1hdGlvbnMYESADKAsyFy5hcGku'
'Q2FycmllckluZm9ybWF0aW9uUhNDYXJyaWVySW5mb3JtYXRpb25zEjYKFlJvdW5kZWRQZXJpb2' 'Q2FycmllckluZm9ybWF0aW9uUhNDYXJyaWVySW5mb3JtYXRpb25zEjYKFlJvdW5kZWRQZXJpb2'
'RJbk1pbnV0ZXMYEiABKANSFlJvdW5kZWRQZXJpb2RJbk1pbnV0ZXMSsAEKDlRhcmdldFRpbWVa' 'RJbk1pbnV0ZXMYEiABKANSFlJvdW5kZWRQZXJpb2RJbk1pbnV0ZXMSnQEKCFRpbWVab25lGBMg'
'b25lGBMgASgJQocBkkF6MmhUYXJnZXQgc2l0ZSB0aW1lIHpvbmUgIDxhIGhyZWY9J2h0dHBzOi' 'ASgJQoABkkFzMmFTaXRlIHRpbWUgem9uZSAgPGEgaHJlZj0naHR0cHM6Ly9lbi53aWtpcGVkaW'
'8vZW4ud2lraXBlZGlhLm9yZy93aWtpL0xpc3Rfb2ZfdHpfZGF0YWJhc2VfdGltZV96b25lcyc+' 'Eub3JnL3dpa2kvTGlzdF9vZl90el9kYXRhYmFzZV90aW1lX3pvbmVzJz5mb3JtYXQ8L2E+Sg4i'
'Zm9ybWF0PC9hPkoOIkV1cm9wZS9QYXJpcyL6QgdyBRAB4AEBUg5UYXJnZXRUaW1lWm9uZRJcCg' 'RXVyb3BlL1BhcmlzIvpCB3IFEAHgAQFSCFRpbWVab25lElwKBkVtYWlscxgUIAMoCUJEkkEySj'
'ZFbWFpbHMYFCADKAlCRJJBMkowWyJKb2huLmRvZUByZWZsZXguY29tIiwgIndpbGwuc21pdGhA' 'BbIkpvaG4uZG9lQHJlZmxleC5jb20iLCAid2lsbC5zbWl0aEByZWZsZXguY29tIl36QgySAQki'
'cmVmbGV4LmNvbSJd+kIMkgEJIgdyBWAB8AEBUgZFbWFpbHMSvwEKGkRlZmF1bHRTaXRlTGFuZ3' 'B3IFYAHwAQFSBkVtYWlscxK/AQoaRGVmYXVsdFNpdGVMYW5ndWFnZUlTTzYzOTEYFSABKAlCf5'
'VhZ2VJU082MzkxGBUgASgJQn+SQXAyaDxhIGhyZWY9J2h0dHBzOi8vZW4ud2lraXBlZGlhLm9y' 'JBcDJoPGEgaHJlZj0naHR0cHM6Ly9lbi53aWtpcGVkaWEub3JnL3dpa2kvTGlzdF9vZl9JU09f'
'Zy93aWtpL0xpc3Rfb2ZfSVNPXzYzOV9sYW5ndWFnZV9jb2Rlcyc+SVNPIDYzOSBjb2RlPC9hPi' 'NjM5X2xhbmd1YWdlX2NvZGVzJz5JU08gNjM5IGNvZGU8L2E+IG1lc3NhZ2UgbGFuZ3VhZ2VKBC'
'BtZXNzYWdlIGxhbmd1YWdlSgQiZW4i+kIJcgcQAhgDgAIBUhpEZWZhdWx0U2l0ZUxhbmd1YWdl' 'JlbiL6QglyBxACGAOAAgFSGkRlZmF1bHRTaXRlTGFuZ3VhZ2VJU082MzkxOhOSQRAKDtIBBkhl'
'SVNPNjM5MToTkkEQCg7SAQZIZWFkZXLSAQJJRA=='); 'YWRlctIBAklE');
@$core.Deprecated('Use updateSiteResponseDescriptor instead') @$core.Deprecated('Use updateSiteResponseDescriptor instead')
const UpdateSiteResponse$json = { const UpdateSiteResponse$json = {

View File

@@ -101,10 +101,10 @@ packages:
dependency: transitive dependency: transitive
description: description:
name: meta name: meta
sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "1.16.0" version: "1.17.0"
path: path:
dependency: transitive dependency: transitive
description: description:

View File

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