Latest generation

This commit is contained in:
ci core model
2025-04-30 08:00:19 +00:00
parent cc97b5bd31
commit d891d5f570
8 changed files with 172 additions and 87 deletions

View File

@@ -13,6 +13,20 @@ import 'dart:convert' as $convert;
import 'dart:core' as $core;
import 'dart:typed_data' as $typed_data;
@$core.Deprecated('Use workDayDescriptor instead')
const WorkDay$json = {
'1': 'WorkDay',
'2': [
{'1': 'WeekDay', '3': 1, '4': 1, '5': 14, '6': '.api.WeekDay', '10': 'WeekDay'},
{'1': 'TimeRanges', '3': 2, '4': 3, '5': 11, '6': '.api.TimeRange', '10': 'TimeRanges'},
],
};
/// Descriptor for `WorkDay`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List workDayDescriptor = $convert.base64Decode(
'CgdXb3JrRGF5EiYKB1dlZWtEYXkYASABKA4yDC5hcGkuV2Vla0RheVIHV2Vla0RheRIuCgpUaW'
'1lUmFuZ2VzGAIgAygLMg4uYXBpLlRpbWVSYW5nZVIKVGltZVJhbmdlcw==');
@$core.Deprecated('Use exceptionnalClosureDescriptor instead')
const ExceptionnalClosure$json = {
'1': 'ExceptionnalClosure',
@@ -47,6 +61,7 @@ const Calendar$json = {
{'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': 'WorkDays', '3': 7, '4': 3, '5': 11, '6': '.api.WorkDay', '8': {}, '10': 'WorkDays'},
],
};
@@ -56,7 +71,8 @@ final $typed_data.Uint8List calendarDescriptor = $convert.base64Decode(
'FwaS5SZXNvdXJjZVR5cGVSB1JzY1R5cGUSHgoKUmVzb3VyY2VJRBgDIAEoCVIKUmVzb3VyY2VJ'
'RBISCgROYW1lGAQgASgJUgROYW1lEikKC0Rlc2NyaXB0aW9uGAUgASgJQgf6QgRyAhABUgtEZX'
'NjcmlwdGlvbhJMChRFeGNlcHRpb25uYWxDbG9zdXJlcxgGIAMoCzIYLmFwaS5FeGNlcHRpb25u'
'YWxDbG9zdXJlUhRFeGNlcHRpb25uYWxDbG9zdXJlcw==');
'YWxDbG9zdXJlUhRFeGNlcHRpb25uYWxDbG9zdXJlcxI1CghXb3JrRGF5cxgHIAMoCzIMLmFwaS'
'5Xb3JrRGF5QgvqwRgHV2Vla0RheVIIV29ya0RheXM=');
@$core.Deprecated('Use createCalendarOnOrganisationRequestDescriptor instead')
const CreateCalendarOnOrganisationRequest$json = {