Latest generation

This commit is contained in:
ci core model
2025-11-24 13:59:35 +00:00
parent b47b30060f
commit db49f71d99
4 changed files with 11 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.12.0-SNAPSHOT-251124132436
Lib version: 1.12.0-SNAPSHOT-251124135900

View File

@@ -1797,6 +1797,7 @@ class Booking extends $pb.GeneratedMessage {
$core.Iterable<Slot>? slots,
$core.String? appointmentKind,
$core.bool? hasReference,
$core.Iterable<$core.String>? emails,
}) {
final result = create();
if (appointmentType != null) result.appointmentType = appointmentType;
@@ -1805,6 +1806,7 @@ class Booking extends $pb.GeneratedMessage {
if (slots != null) result.slots.addAll(slots);
if (appointmentKind != null) result.appointmentKind = appointmentKind;
if (hasReference != null) result.hasReference = hasReference;
if (emails != null) result.emails.addAll(emails);
return result;
}
@@ -1820,6 +1822,7 @@ class Booking extends $pb.GeneratedMessage {
..pc<Slot>(4, _omitFieldNames ? '' : 'Slots', $pb.PbFieldType.PM, protoName: 'Slots', subBuilder: Slot.create)
..aOS(5, _omitFieldNames ? '' : 'AppointmentKind', protoName: 'AppointmentKind')
..aOB(6, _omitFieldNames ? '' : 'HasReference', protoName: 'HasReference')
..pPS(7, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
..hasRequiredFields = false
;
@@ -1875,6 +1878,9 @@ class Booking extends $pb.GeneratedMessage {
$core.bool hasHasReference() => $_has(5);
@$pb.TagNumber(6)
void clearHasReference() => $_clearField(6);
@$pb.TagNumber(7)
$pb.PbList<$core.String> get emails => $_getList(6);
}
class SlotGroup extends $pb.GeneratedMessage {

View File

@@ -525,6 +525,7 @@ const Booking$json = {
{'1': 'Slots', '3': 4, '4': 3, '5': 11, '6': '.api.Slot', '10': 'Slots'},
{'1': 'AppointmentKind', '3': 5, '4': 1, '5': 9, '10': 'AppointmentKind'},
{'1': 'HasReference', '3': 6, '4': 1, '5': 8, '10': 'HasReference'},
{'1': 'Emails', '3': 7, '4': 3, '5': 9, '10': 'Emails'},
],
};
@@ -535,7 +536,8 @@ final $typed_data.Uint8List bookingDescriptor = $convert.base64Decode(
'UgtDb21taXNzaW9ucxJSChZTZWdtZW50YXRpb25TZWxlY3Rpb25zGAMgAygLMhouYXBpLlNlZ2'
'1lbnRhdGlvblNlbGVjdGlvblIWU2VnbWVudGF0aW9uU2VsZWN0aW9ucxIfCgVTbG90cxgEIAMo'
'CzIJLmFwaS5TbG90UgVTbG90cxIoCg9BcHBvaW50bWVudEtpbmQYBSABKAlSD0FwcG9pbnRtZW'
'50S2luZBIiCgxIYXNSZWZlcmVuY2UYBiABKAhSDEhhc1JlZmVyZW5jZQ==');
'50S2luZBIiCgxIYXNSZWZlcmVuY2UYBiABKAhSDEhhc1JlZmVyZW5jZRIWCgZFbWFpbHMYByAD'
'KAlSBkVtYWlscw==');
@$core.Deprecated('Use slotGroupDescriptor instead')
const SlotGroup$json = {

View File

@@ -1,6 +1,6 @@
name: dart_core_sdk
description: dart libs from core model proto files
version: 1.12.0-SNAPSHOT-251124132436
version: 1.12.0-SNAPSHOT-251124135900
homepage: ''
publish_to: ''
repository: ''