You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# CHANGELOG
|
||||
|
||||
Lib version: 1.11.0-SNAPSHOT-250619093330
|
||||
Lib version: 1.11.0-SNAPSHOT-250619093830
|
||||
|
||||
@@ -1828,13 +1828,13 @@ class Booking extends $pb.GeneratedMessage {
|
||||
factory Booking({
|
||||
AppointmentType? appointmentType,
|
||||
$core.Iterable<Commission>? commissions,
|
||||
$core.Iterable<Segmentation>? segmentations,
|
||||
$core.Iterable<SegmentationSelection>? segmentationSelections,
|
||||
$core.Iterable<Slot>? slots,
|
||||
}) {
|
||||
final result = create();
|
||||
if (appointmentType != null) result.appointmentType = appointmentType;
|
||||
if (commissions != null) result.commissions.addAll(commissions);
|
||||
if (segmentations != null) result.segmentations.addAll(segmentations);
|
||||
if (segmentationSelections != null) result.segmentationSelections.addAll(segmentationSelections);
|
||||
if (slots != null) result.slots.addAll(slots);
|
||||
return result;
|
||||
}
|
||||
@@ -1847,7 +1847,7 @@ class Booking extends $pb.GeneratedMessage {
|
||||
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.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<SegmentationSelection>(3, _omitFieldNames ? '' : 'SegmentationSelections', $pb.PbFieldType.PM, protoName: 'SegmentationSelections', subBuilder: SegmentationSelection.create)
|
||||
..pc<Slot>(4, _omitFieldNames ? '' : 'Slots', $pb.PbFieldType.PM, protoName: 'Slots', subBuilder: Slot.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
@@ -1882,7 +1882,7 @@ class Booking extends $pb.GeneratedMessage {
|
||||
$pb.PbList<Commission> get commissions => $_getList(1);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$pb.PbList<Segmentation> get segmentations => $_getList(2);
|
||||
$pb.PbList<SegmentationSelection> get segmentationSelections => $_getList(2);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$pb.PbList<Slot> get slots => $_getList(3);
|
||||
|
||||
@@ -557,7 +557,7 @@ const Booking$json = {
|
||||
'2': [
|
||||
{'1': 'AppointmentType', '3': 1, '4': 1, '5': 14, '6': '.api.AppointmentType', '10': 'AppointmentType'},
|
||||
{'1': 'Commissions', '3': 2, '4': 3, '5': 11, '6': '.api.Commission', '10': 'Commissions'},
|
||||
{'1': 'Segmentations', '3': 3, '4': 3, '5': 11, '6': '.api.Segmentation', '10': 'Segmentations'},
|
||||
{'1': 'SegmentationSelections', '3': 3, '4': 3, '5': 11, '6': '.api.SegmentationSelection', '10': 'SegmentationSelections'},
|
||||
{'1': 'Slots', '3': 4, '4': 3, '5': 11, '6': '.api.Slot', '10': 'Slots'},
|
||||
],
|
||||
};
|
||||
@@ -566,8 +566,9 @@ const Booking$json = {
|
||||
final $typed_data.Uint8List bookingDescriptor = $convert.base64Decode(
|
||||
'CgdCb29raW5nEj4KD0FwcG9pbnRtZW50VHlwZRgBIAEoDjIULmFwaS5BcHBvaW50bWVudFR5cG'
|
||||
'VSD0FwcG9pbnRtZW50VHlwZRIxCgtDb21taXNzaW9ucxgCIAMoCzIPLmFwaS5Db21taXNzaW9u'
|
||||
'UgtDb21taXNzaW9ucxI3Cg1TZWdtZW50YXRpb25zGAMgAygLMhEuYXBpLlNlZ21lbnRhdGlvbl'
|
||||
'INU2VnbWVudGF0aW9ucxIfCgVTbG90cxgEIAMoCzIJLmFwaS5TbG90UgVTbG90cw==');
|
||||
'UgtDb21taXNzaW9ucxJSChZTZWdtZW50YXRpb25TZWxlY3Rpb25zGAMgAygLMhouYXBpLlNlZ2'
|
||||
'1lbnRhdGlvblNlbGVjdGlvblIWU2VnbWVudGF0aW9uU2VsZWN0aW9ucxIfCgVTbG90cxgEIAMo'
|
||||
'CzIJLmFwaS5TbG90UgVTbG90cw==');
|
||||
|
||||
@$core.Deprecated('Use slotGroupDescriptor instead')
|
||||
const SlotGroup$json = {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: dart_core_sdk
|
||||
description: dart libs from core model proto files
|
||||
version: 1.11.0-SNAPSHOT-250619093330
|
||||
version: 1.11.0-SNAPSHOT-250619093830
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user