Latest generation

This commit is contained in:
ci core model
2025-08-05 13:20:13 +00:00
parent 2adecb73a7
commit d5ed3d038e
8 changed files with 158 additions and 18 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.11.0-SNAPSHOT-250804132317
Lib version: 1.11.0-SNAPSHOT-250805131952

View File

@@ -113,7 +113,9 @@ class AppointmentPayload extends $pb.GeneratedMessage {
$core.String? carrierName,
$core.Iterable<$0.AttachmentSummary>? attachments,
$core.int? attachmentNumber,
$core.bool? hasCommission,
$core.Iterable<$core.String>? removedEmails,
$core.String? reason,
}) {
final result = create();
if (appointmentType != null) result.appointmentType = appointmentType;
@@ -129,7 +131,9 @@ class AppointmentPayload extends $pb.GeneratedMessage {
if (carrierName != null) result.carrierName = carrierName;
if (attachments != null) result.attachments.addAll(attachments);
if (attachmentNumber != null) result.attachmentNumber = attachmentNumber;
if (hasCommission != null) result.hasCommission = hasCommission;
if (removedEmails != null) result.removedEmails.addAll(removedEmails);
if (reason != null) result.reason = reason;
return result;
}
@@ -152,7 +156,9 @@ class AppointmentPayload extends $pb.GeneratedMessage {
..aOS(12, _omitFieldNames ? '' : 'CarrierName', protoName: 'CarrierName')
..pc<$0.AttachmentSummary>(13, _omitFieldNames ? '' : 'Attachments', $pb.PbFieldType.PM, protoName: 'Attachments', subBuilder: $0.AttachmentSummary.create)
..a<$core.int>(14, _omitFieldNames ? '' : 'AttachmentNumber', $pb.PbFieldType.O3, protoName: 'AttachmentNumber')
..aOB(15, _omitFieldNames ? '' : 'HasCommission', protoName: 'HasCommission')
..pPS(16, _omitFieldNames ? '' : 'RemovedEmails', protoName: 'RemovedEmails')
..aOS(17, _omitFieldNames ? '' : 'Reason', protoName: 'Reason')
..hasRequiredFields = false
;
@@ -268,9 +274,27 @@ class AppointmentPayload extends $pb.GeneratedMessage {
@$pb.TagNumber(14)
void clearAttachmentNumber() => $_clearField(14);
@$pb.TagNumber(15)
$core.bool get hasCommission => $_getBF(13);
@$pb.TagNumber(15)
set hasCommission($core.bool value) => $_setBool(13, value);
@$pb.TagNumber(15)
$core.bool hasHasCommission() => $_has(13);
@$pb.TagNumber(15)
void clearHasCommission() => $_clearField(15);
/// Emails removed from the appointment
@$pb.TagNumber(16)
$pb.PbList<$core.String> get removedEmails => $_getList(13);
$pb.PbList<$core.String> get removedEmails => $_getList(14);
@$pb.TagNumber(17)
$core.String get reason => $_getSZ(15);
@$pb.TagNumber(17)
set reason($core.String value) => $_setString(15, value);
@$pb.TagNumber(17)
$core.bool hasReason() => $_has(15);
@$pb.TagNumber(17)
void clearReason() => $_clearField(17);
}
class AppointmentTriplet extends $pb.GeneratedMessage {

View File

@@ -50,6 +50,8 @@ const AppointmentPayload$json = {
{'1': 'CarrierName', '3': 12, '4': 1, '5': 9, '10': 'CarrierName'},
{'1': 'Attachments', '3': 13, '4': 3, '5': 11, '6': '.api.AttachmentSummary', '8': {}, '10': 'Attachments'},
{'1': 'AttachmentNumber', '3': 14, '4': 1, '5': 5, '8': {}, '10': 'AttachmentNumber'},
{'1': 'HasCommission', '3': 15, '4': 1, '5': 8, '10': 'HasCommission'},
{'1': 'Reason', '3': 17, '4': 1, '5': 9, '10': 'Reason'},
],
'7': {},
};
@@ -76,8 +78,9 @@ final $typed_data.Uint8List appointmentPayloadDescriptor = $convert.base64Decode
'JpZXJOYW1lEoIBCgtBdHRhY2htZW50cxgNIAMoCzIWLmFwaS5BdHRhY2htZW50U3VtbWFyeUJI'
'kkEgMh5OdW1iZXIgb2YgYXR0YWNobWVudHMgcGVyIHR5cGXywRghQXR0YWNobWVudEFkZGVkLE'
'F0dGFjaG1lbnRSZW1vdmVkUgtBdHRhY2htZW50cxJMChBBdHRhY2htZW50TnVtYmVyGA4gASgF'
'QiCSQR0yG1RvdGFsIG51bWJlciBvZiBhdHRhY2htZW50c1IQQXR0YWNobWVudE51bWJlcjonkk'
'EkCiLSAQ9BcHBvaW50bWVudFR5cGXSAQ1TZWdtZW50YXRpb25z');
'QiCSQR0yG1RvdGFsIG51bWJlciBvZiBhdHRhY2htZW50c1IQQXR0YWNobWVudE51bWJlchIkCg'
'1IYXNDb21taXNzaW9uGA8gASgIUg1IYXNDb21taXNzaW9uEhYKBlJlYXNvbhgRIAEoCVIGUmVh'
'c29uOieSQSQKItIBD0FwcG9pbnRtZW50VHlwZdIBDVNlZ21lbnRhdGlvbnM=');
@$core.Deprecated('Use appointmentTripletDescriptor instead')
const AppointmentTriplet$json = {

View File

@@ -1949,6 +1949,7 @@ class BookAppointmentRequest extends $pb.GeneratedMessage {
$core.Iterable<$core.String>? emails,
$core.String? carrierID,
$core.String? carrierName,
$core.String? appointmentID,
}) {
final result = create();
if (header != null) result.header = header;
@@ -1960,6 +1961,7 @@ class BookAppointmentRequest extends $pb.GeneratedMessage {
if (emails != null) result.emails.addAll(emails);
if (carrierID != null) result.carrierID = carrierID;
if (carrierName != null) result.carrierName = carrierName;
if (appointmentID != null) result.appointmentID = appointmentID;
return result;
}
@@ -1978,6 +1980,7 @@ class BookAppointmentRequest extends $pb.GeneratedMessage {
..pPS(8, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
..aOS(9, _omitFieldNames ? '' : 'CarrierID', protoName: 'CarrierID')
..aOS(10, _omitFieldNames ? '' : 'CarrierName', protoName: 'CarrierName')
..aOS(11, _omitFieldNames ? '' : 'AppointmentID', protoName: 'AppointmentID')
..hasRequiredFields = false
;
@@ -2059,6 +2062,16 @@ class BookAppointmentRequest extends $pb.GeneratedMessage {
$core.bool hasCarrierName() => $_has(8);
@$pb.TagNumber(10)
void clearCarrierName() => $_clearField(10);
/// The appointment ID, usually generated using siteCounterServices
@$pb.TagNumber(11)
$core.String get appointmentID => $_getSZ(9);
@$pb.TagNumber(11)
set appointmentID($core.String value) => $_setString(9, value);
@$pb.TagNumber(11)
$core.bool hasAppointmentID() => $_has(9);
@$pb.TagNumber(11)
void clearAppointmentID() => $_clearField(11);
}
/// BookAppointment
@@ -2074,6 +2087,8 @@ class BookAppointmentNoReferenceRequest extends $pb.GeneratedMessage {
$core.Iterable<$core.String>? emails,
$core.String? carrierID,
$core.String? carrierName,
$core.String? appointmentID,
$core.String? reason,
}) {
final result = create();
if (header != null) result.header = header;
@@ -2086,6 +2101,8 @@ class BookAppointmentNoReferenceRequest extends $pb.GeneratedMessage {
if (emails != null) result.emails.addAll(emails);
if (carrierID != null) result.carrierID = carrierID;
if (carrierName != null) result.carrierName = carrierName;
if (appointmentID != null) result.appointmentID = appointmentID;
if (reason != null) result.reason = reason;
return result;
}
@@ -2105,6 +2122,8 @@ class BookAppointmentNoReferenceRequest extends $pb.GeneratedMessage {
..pPS(8, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
..aOS(9, _omitFieldNames ? '' : 'CarrierID', protoName: 'CarrierID')
..aOS(10, _omitFieldNames ? '' : 'CarrierName', protoName: 'CarrierName')
..aOS(11, _omitFieldNames ? '' : 'AppointmentID', protoName: 'AppointmentID')
..aOS(12, _omitFieldNames ? '' : 'Reason', protoName: 'Reason')
..hasRequiredFields = false
;
@@ -2196,6 +2215,26 @@ class BookAppointmentNoReferenceRequest extends $pb.GeneratedMessage {
$core.bool hasCarrierName() => $_has(9);
@$pb.TagNumber(10)
void clearCarrierName() => $_clearField(10);
/// The appointment ID, usually generated using siteCounterServices
@$pb.TagNumber(11)
$core.String get appointmentID => $_getSZ(10);
@$pb.TagNumber(11)
set appointmentID($core.String value) => $_setString(10, value);
@$pb.TagNumber(11)
$core.bool hasAppointmentID() => $_has(10);
@$pb.TagNumber(11)
void clearAppointmentID() => $_clearField(11);
/// The Reason for which the appointment has no commissions
@$pb.TagNumber(12)
$core.String get reason => $_getSZ(11);
@$pb.TagNumber(12)
set reason($core.String value) => $_setString(11, value);
@$pb.TagNumber(12)
$core.bool hasReason() => $_has(11);
@$pb.TagNumber(12)
void clearReason() => $_clearField(12);
}
/// BookAppointment
@@ -2211,6 +2250,7 @@ class WMSBookAppointmentRequest extends $pb.GeneratedMessage {
$core.String? carrierID,
$core.String? carrierName,
$core.String? timeZone,
$core.String? appointmentID,
}) {
final result = create();
if (header != null) result.header = header;
@@ -2223,6 +2263,7 @@ class WMSBookAppointmentRequest extends $pb.GeneratedMessage {
if (carrierID != null) result.carrierID = carrierID;
if (carrierName != null) result.carrierName = carrierName;
if (timeZone != null) result.timeZone = timeZone;
if (appointmentID != null) result.appointmentID = appointmentID;
return result;
}
@@ -2242,6 +2283,7 @@ class WMSBookAppointmentRequest extends $pb.GeneratedMessage {
..aOS(9, _omitFieldNames ? '' : 'CarrierID', protoName: 'CarrierID')
..aOS(10, _omitFieldNames ? '' : 'CarrierName', protoName: 'CarrierName')
..aOS(11, _omitFieldNames ? '' : 'TimeZone', protoName: 'TimeZone')
..aOS(12, _omitFieldNames ? '' : 'AppointmentID', protoName: 'AppointmentID')
..hasRequiredFields = false
;
@@ -2333,6 +2375,16 @@ class WMSBookAppointmentRequest extends $pb.GeneratedMessage {
$core.bool hasTimeZone() => $_has(9);
@$pb.TagNumber(11)
void clearTimeZone() => $_clearField(11);
/// The appointment ID, usually generated using siteCounterServices
@$pb.TagNumber(12)
$core.String get appointmentID => $_getSZ(10);
@$pb.TagNumber(12)
set appointmentID($core.String value) => $_setString(10, value);
@$pb.TagNumber(12)
$core.bool hasAppointmentID() => $_has(10);
@$pb.TagNumber(12)
void clearAppointmentID() => $_clearField(12);
}
/// BookAppointment
@@ -2349,6 +2401,8 @@ class WMSBookAppointmentNoReferenceRequest extends $pb.GeneratedMessage {
$core.String? carrierID,
$core.String? carrierName,
$core.String? timeZone,
$core.String? appointmentID,
$core.String? reason,
}) {
final result = create();
if (header != null) result.header = header;
@@ -2362,6 +2416,8 @@ class WMSBookAppointmentNoReferenceRequest extends $pb.GeneratedMessage {
if (carrierID != null) result.carrierID = carrierID;
if (carrierName != null) result.carrierName = carrierName;
if (timeZone != null) result.timeZone = timeZone;
if (appointmentID != null) result.appointmentID = appointmentID;
if (reason != null) result.reason = reason;
return result;
}
@@ -2382,6 +2438,8 @@ class WMSBookAppointmentNoReferenceRequest extends $pb.GeneratedMessage {
..aOS(9, _omitFieldNames ? '' : 'CarrierID', protoName: 'CarrierID')
..aOS(10, _omitFieldNames ? '' : 'CarrierName', protoName: 'CarrierName')
..aOS(11, _omitFieldNames ? '' : 'TimeZone', protoName: 'TimeZone')
..aOS(12, _omitFieldNames ? '' : 'AppointmentID', protoName: 'AppointmentID')
..aOS(13, _omitFieldNames ? '' : 'Reason', protoName: 'Reason')
..hasRequiredFields = false
;
@@ -2483,6 +2541,26 @@ class WMSBookAppointmentNoReferenceRequest extends $pb.GeneratedMessage {
$core.bool hasTimeZone() => $_has(10);
@$pb.TagNumber(11)
void clearTimeZone() => $_clearField(11);
/// The appointment ID, usually generated using siteCounterServices
@$pb.TagNumber(12)
$core.String get appointmentID => $_getSZ(11);
@$pb.TagNumber(12)
set appointmentID($core.String value) => $_setString(11, value);
@$pb.TagNumber(12)
$core.bool hasAppointmentID() => $_has(11);
@$pb.TagNumber(12)
void clearAppointmentID() => $_clearField(12);
/// The Reason for which the appointment has no commissions
@$pb.TagNumber(13)
$core.String get reason => $_getSZ(12);
@$pb.TagNumber(13)
set reason($core.String value) => $_setString(12, value);
@$pb.TagNumber(13)
$core.bool hasReason() => $_has(12);
@$pb.TagNumber(13)
void clearReason() => $_clearField(13);
}
class BookAppointmentResponse extends $pb.GeneratedMessage {

View File

@@ -529,6 +529,7 @@ const BookAppointmentRequest$json = {
{'1': 'Emails', '3': 8, '4': 3, '5': 9, '8': {}, '10': 'Emails'},
{'1': 'CarrierID', '3': 9, '4': 1, '5': 9, '10': 'CarrierID'},
{'1': 'CarrierName', '3': 10, '4': 1, '5': 9, '10': 'CarrierName'},
{'1': 'AppointmentID', '3': 11, '4': 1, '5': 9, '10': 'AppointmentID'},
],
'7': {},
};
@@ -545,9 +546,9 @@ final $typed_data.Uint8List bookAppointmentRequestDescriptor = $convert.base64De
'IJLmFwaS5TbG90UgVTbG90cxJ9CgZFbWFpbHMYCCADKAlCZZJBUTIdTXVzdCBiZSBhIHZhbGlk'
'IGVtYWlsIGFkZHJlc3NKMFsiSm9obi5kb2VAcmVmbGV4LmNvbSIsICJ3aWxsLnNtaXRoQHJlZm'
'xleC5jb20iXfpCDpIBCwgBIgdyBWAB8AEBUgZFbWFpbHMSHAoJQ2FycmllcklEGAkgASgJUglD'
'YXJyaWVySUQSIAoLQ2Fycmllck5hbWUYCiABKAlSC0NhcnJpZXJOYW1lOlOSQVAKTtIBBkhlYW'
'RlctIBD0FwcG9pbnRtZW50VHlwZdIBC0NvbW1pc3Npb25z0gENU2VnbWVudGF0aW9uc9IBEkNh'
'cnJpZXJJbmZvcm1hdGlvbg==');
'YXJyaWVySUQSIAoLQ2Fycmllck5hbWUYCiABKAlSC0NhcnJpZXJOYW1lEiQKDUFwcG9pbnRtZW'
'50SUQYCyABKAlSDUFwcG9pbnRtZW50SUQ6U5JBUApO0gEGSGVhZGVy0gEPQXBwb2ludG1lbnRU'
'eXBl0gELQ29tbWlzc2lvbnPSAQ1TZWdtZW50YXRpb25z0gESQ2FycmllckluZm9ybWF0aW9u');
@$core.Deprecated('Use bookAppointmentNoReferenceRequestDescriptor instead')
const BookAppointmentNoReferenceRequest$json = {
@@ -563,6 +564,8 @@ const BookAppointmentNoReferenceRequest$json = {
{'1': 'Emails', '3': 8, '4': 3, '5': 9, '8': {}, '10': 'Emails'},
{'1': 'CarrierID', '3': 9, '4': 1, '5': 9, '10': 'CarrierID'},
{'1': 'CarrierName', '3': 10, '4': 1, '5': 9, '10': 'CarrierName'},
{'1': 'AppointmentID', '3': 11, '4': 1, '5': 9, '10': 'AppointmentID'},
{'1': 'Reason', '3': 12, '4': 1, '5': 9, '10': 'Reason'},
],
'7': {},
};
@@ -580,9 +583,10 @@ final $typed_data.Uint8List bookAppointmentNoReferenceRequestDescriptor = $conve
'YXBpLlNsb3RSBVNsb3RzEn0KBkVtYWlscxgIIAMoCUJlkkFRMh1NdXN0IGJlIGEgdmFsaWQgZW'
'1haWwgYWRkcmVzc0owWyJKb2huLmRvZUByZWZsZXguY29tIiwgIndpbGwuc21pdGhAcmVmbGV4'
'LmNvbSJd+kIOkgELCAEiB3IFYAHwAQFSBkVtYWlscxIcCglDYXJyaWVySUQYCSABKAlSCUNhcn'
'JpZXJJRBIgCgtDYXJyaWVyTmFtZRgKIAEoCVILQ2Fycmllck5hbWU6XpJBWwpZ0gEGSGVhZGVy'
'0gEPQXBwb2ludG1lbnRUeXBl0gEJUHJvamVjdElE0gEKUXVhbnRpdGllc9IBDVNlZ21lbnRhdG'
'lvbnPSARJDYXJyaWVySW5mb3JtYXRpb24=');
'JpZXJJRBIgCgtDYXJyaWVyTmFtZRgKIAEoCVILQ2Fycmllck5hbWUSJAoNQXBwb2ludG1lbnRJ'
'RBgLIAEoCVINQXBwb2ludG1lbnRJRBIWCgZSZWFzb24YDCABKAlSBlJlYXNvbjpekkFbClnSAQ'
'ZIZWFkZXLSAQ9BcHBvaW50bWVudFR5cGXSAQlQcm9qZWN0SUTSAQpRdWFudGl0aWVz0gENU2Vn'
'bWVudGF0aW9uc9IBEkNhcnJpZXJJbmZvcm1hdGlvbg==');
@$core.Deprecated('Use wMSBookAppointmentRequestDescriptor instead')
const WMSBookAppointmentRequest$json = {
@@ -598,6 +602,7 @@ const WMSBookAppointmentRequest$json = {
{'1': 'CarrierID', '3': 9, '4': 1, '5': 9, '10': 'CarrierID'},
{'1': 'CarrierName', '3': 10, '4': 1, '5': 9, '10': 'CarrierName'},
{'1': 'TimeZone', '3': 11, '4': 1, '5': 9, '10': 'TimeZone'},
{'1': 'AppointmentID', '3': 12, '4': 1, '5': 9, '10': 'AppointmentID'},
],
'7': {},
};
@@ -615,9 +620,9 @@ final $typed_data.Uint8List wMSBookAppointmentRequestDescriptor = $convert.base6
'bGlkIGVtYWlsIGFkZHJlc3NKMFsiSm9obi5kb2VAcmVmbGV4LmNvbSIsICJ3aWxsLnNtaXRoQH'
'JlZmxleC5jb20iXfpCDpIBCwgBIgdyBWAB8AEBUgZFbWFpbHMSHAoJQ2FycmllcklEGAkgASgJ'
'UglDYXJyaWVySUQSIAoLQ2Fycmllck5hbWUYCiABKAlSC0NhcnJpZXJOYW1lEhoKCFRpbWVab2'
'5lGAsgASgJUghUaW1lWm9uZTpekkFbClnSAQZIZWFkZXLSAQ9BcHBvaW50bWVudFR5cGXSAQtD'
'b21taXNzaW9uc9IBDVNlZ21lbnRhdGlvbnPSARJDYXJyaWVySW5mb3JtYXRpb27SAQhUaW1lWm'
'9uZQ==');
'5lGAsgASgJUghUaW1lWm9uZRIkCg1BcHBvaW50bWVudElEGAwgASgJUg1BcHBvaW50bWVudElE'
'Ol6SQVsKWdIBBkhlYWRlctIBD0FwcG9pbnRtZW50VHlwZdIBC0NvbW1pc3Npb25z0gENU2VnbW'
'VudGF0aW9uc9IBEkNhcnJpZXJJbmZvcm1hdGlvbtIBCFRpbWVab25l');
@$core.Deprecated('Use wMSBookAppointmentNoReferenceRequestDescriptor instead')
const WMSBookAppointmentNoReferenceRequest$json = {
@@ -634,6 +639,8 @@ const WMSBookAppointmentNoReferenceRequest$json = {
{'1': 'CarrierID', '3': 9, '4': 1, '5': 9, '10': 'CarrierID'},
{'1': 'CarrierName', '3': 10, '4': 1, '5': 9, '10': 'CarrierName'},
{'1': 'TimeZone', '3': 11, '4': 1, '5': 9, '10': 'TimeZone'},
{'1': 'AppointmentID', '3': 12, '4': 1, '5': 9, '10': 'AppointmentID'},
{'1': 'Reason', '3': 13, '4': 1, '5': 9, '10': 'Reason'},
],
'7': {},
};
@@ -652,9 +659,10 @@ final $typed_data.Uint8List wMSBookAppointmentNoReferenceRequestDescriptor = $co
'QgZW1haWwgYWRkcmVzc0owWyJKb2huLmRvZUByZWZsZXguY29tIiwgIndpbGwuc21pdGhAcmVm'
'bGV4LmNvbSJd+kIOkgELCAEiB3IFYAHwAQFSBkVtYWlscxIcCglDYXJyaWVySUQYCSABKAlSCU'
'NhcnJpZXJJRBIgCgtDYXJyaWVyTmFtZRgKIAEoCVILQ2Fycmllck5hbWUSGgoIVGltZVpvbmUY'
'CyABKAlSCFRpbWVab25lOmmSQWYKZNIBBkhlYWRlctIBD0FwcG9pbnRtZW50VHlwZdIBCVByb2'
'plY3RJRNIBClF1YW50aXRpZXPSAQ1TZWdtZW50YXRpb25z0gESQ2FycmllckluZm9ybWF0aW9u'
'0gEIVGltZVpvbmU=');
'CyABKAlSCFRpbWVab25lEiQKDUFwcG9pbnRtZW50SUQYDCABKAlSDUFwcG9pbnRtZW50SUQSFg'
'oGUmVhc29uGA0gASgJUgZSZWFzb246aZJBZgpk0gEGSGVhZGVy0gEPQXBwb2ludG1lbnRUeXBl'
'0gEJUHJvamVjdElE0gEKUXVhbnRpdGllc9IBDVNlZ21lbnRhdGlvbnPSARJDYXJyaWVySW5mb3'
'JtYXRpb27SAQhUaW1lWm9uZQ==');
@$core.Deprecated('Use bookAppointmentResponseDescriptor instead')
const BookAppointmentResponse$json = {

View File

@@ -1796,12 +1796,16 @@ class Booking extends $pb.GeneratedMessage {
$core.Iterable<Commission>? commissions,
$core.Iterable<SegmentationSelection>? segmentationSelections,
$core.Iterable<Slot>? slots,
$core.String? appointmentKind,
$core.bool? hasReference,
}) {
final result = create();
if (appointmentType != null) result.appointmentType = appointmentType;
if (commissions != null) result.commissions.addAll(commissions);
if (segmentationSelections != null) result.segmentationSelections.addAll(segmentationSelections);
if (slots != null) result.slots.addAll(slots);
if (appointmentKind != null) result.appointmentKind = appointmentKind;
if (hasReference != null) result.hasReference = hasReference;
return result;
}
@@ -1815,6 +1819,8 @@ class Booking extends $pb.GeneratedMessage {
..pc<Commission>(2, _omitFieldNames ? '' : 'Commissions', $pb.PbFieldType.PM, protoName: 'Commissions', subBuilder: Commission.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)
..aOS(5, _omitFieldNames ? '' : 'AppointmentKind', protoName: 'AppointmentKind')
..aOB(6, _omitFieldNames ? '' : 'HasReference', protoName: 'HasReference')
..hasRequiredFields = false
;
@@ -1852,6 +1858,24 @@ class Booking extends $pb.GeneratedMessage {
@$pb.TagNumber(4)
$pb.PbList<Slot> get slots => $_getList(3);
@$pb.TagNumber(5)
$core.String get appointmentKind => $_getSZ(4);
@$pb.TagNumber(5)
set appointmentKind($core.String value) => $_setString(4, value);
@$pb.TagNumber(5)
$core.bool hasAppointmentKind() => $_has(4);
@$pb.TagNumber(5)
void clearAppointmentKind() => $_clearField(5);
@$pb.TagNumber(6)
$core.bool get hasReference => $_getBF(5);
@$pb.TagNumber(6)
set hasReference($core.bool value) => $_setBool(5, value);
@$pb.TagNumber(6)
$core.bool hasHasReference() => $_has(5);
@$pb.TagNumber(6)
void clearHasReference() => $_clearField(6);
}
class SlotGroup extends $pb.GeneratedMessage {

View File

@@ -534,6 +534,8 @@ const Booking$json = {
{'1': 'Commissions', '3': 2, '4': 3, '5': 11, '6': '.api.Commission', '10': 'Commissions'},
{'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'},
{'1': 'AppointmentKind', '3': 5, '4': 1, '5': 9, '10': 'AppointmentKind'},
{'1': 'HasReference', '3': 6, '4': 1, '5': 8, '10': 'HasReference'},
],
};
@@ -543,7 +545,8 @@ final $typed_data.Uint8List bookingDescriptor = $convert.base64Decode(
'VSD0FwcG9pbnRtZW50VHlwZRIxCgtDb21taXNzaW9ucxgCIAMoCzIPLmFwaS5Db21taXNzaW9u'
'UgtDb21taXNzaW9ucxJSChZTZWdtZW50YXRpb25TZWxlY3Rpb25zGAMgAygLMhouYXBpLlNlZ2'
'1lbnRhdGlvblNlbGVjdGlvblIWU2VnbWVudGF0aW9uU2VsZWN0aW9ucxIfCgVTbG90cxgEIAMo'
'CzIJLmFwaS5TbG90UgVTbG90cw==');
'CzIJLmFwaS5TbG90UgVTbG90cxIoCg9BcHBvaW50bWVudEtpbmQYBSABKAlSD0FwcG9pbnRtZW'
'50S2luZBIiCgxIYXNSZWZlcmVuY2UYBiABKAhSDEhhc1JlZmVyZW5jZQ==');
@$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.11.0-SNAPSHOT-250804132317
version: 1.11.0-SNAPSHOT-250805131952
homepage: ''
publish_to: ''
repository: ''