Latest generation

This commit is contained in:
ci core model
2026-04-28 09:37:44 +00:00
parent aa2e22e561
commit 8a70e9e735
6 changed files with 101 additions and 45 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG # CHANGELOG
Lib version: 1.14.0-SNAPSHOT-260427142320 Lib version: 1.14.0-SNAPSHOT-260428093653

View File

@@ -3978,10 +3978,13 @@ class GetBookingSegmentationsRequest extends $pb.GeneratedMessage {
class GetBookingSegmentationsResponse extends $pb.GeneratedMessage { class GetBookingSegmentationsResponse extends $pb.GeneratedMessage {
factory GetBookingSegmentationsResponse({ factory GetBookingSegmentationsResponse({
@$core.Deprecated('This field is deprecated.')
$core.Iterable<$2.Segmentation>? segmentationChoices, $core.Iterable<$2.Segmentation>? segmentationChoices,
$core.Iterable<$3.MetadataElement>? segmentationKeys,
}) { }) {
final result = create(); final result = create();
if (segmentationChoices != null) result.segmentationChoices.addAll(segmentationChoices); if (segmentationChoices != null) result.segmentationChoices.addAll(segmentationChoices);
if (segmentationKeys != null) result.segmentationKeys.addAll(segmentationKeys);
return result; return result;
} }
@@ -3992,6 +3995,7 @@ class GetBookingSegmentationsResponse extends $pb.GeneratedMessage {
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'GetBookingSegmentationsResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'GetBookingSegmentationsResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..pc<$2.Segmentation>(1, _omitFieldNames ? '' : 'SegmentationChoices', $pb.PbFieldType.PM, protoName: 'SegmentationChoices', subBuilder: $2.Segmentation.create) ..pc<$2.Segmentation>(1, _omitFieldNames ? '' : 'SegmentationChoices', $pb.PbFieldType.PM, protoName: 'SegmentationChoices', subBuilder: $2.Segmentation.create)
..pc<$3.MetadataElement>(2, _omitFieldNames ? '' : 'SegmentationKeys', $pb.PbFieldType.PM, protoName: 'SegmentationKeys', subBuilder: $3.MetadataElement.create)
..hasRequiredFields = false ..hasRequiredFields = false
; ;
@@ -4013,8 +4017,12 @@ class GetBookingSegmentationsResponse extends $pb.GeneratedMessage {
static GetBookingSegmentationsResponse? _defaultInstance; static GetBookingSegmentationsResponse? _defaultInstance;
/// Name of the Site /// Name of the Site
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(1) @$pb.TagNumber(1)
$pb.PbList<$2.Segmentation> get segmentationChoices => $_getList(0); $pb.PbList<$2.Segmentation> get segmentationChoices => $_getList(0);
@$pb.TagNumber(2)
$pb.PbList<$3.MetadataElement> get segmentationKeys => $_getList(1);
} }
class GetMyBookingContextRequest extends $pb.GeneratedMessage { class GetMyBookingContextRequest extends $pb.GeneratedMessage {

View File

@@ -559,8 +559,7 @@ const GetBookingContextRequest$json = {
/// Descriptor for `GetBookingContextRequest`. Decode as a `google.protobuf.DescriptorProto`. /// Descriptor for `GetBookingContextRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List getBookingContextRequestDescriptor = $convert.base64Decode( final $typed_data.Uint8List getBookingContextRequestDescriptor = $convert.base64Decode(
'ChhHZXRCb29raW5nQ29udGV4dFJlcXVlc3QSOwoGSGVhZGVyGAEgASgLMhkuYXBpLlJlcXVlc3' 'ChhHZXRCb29raW5nQ29udGV4dFJlcXVlc3QSOwoGSGVhZGVyGAEgASgLMhkuYXBpLlJlcXVlc3'
'RQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyOiqSQScKJdIBBkhlYWRlctIBB0FjdG9y' 'RQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyOg6SQQsKCdIBBkhlYWRlcg==');
'SUTSAQ9BcHBvaW50bWVudFR5cGU=');
@$core.Deprecated('Use getBookingContextResponseDescriptor instead') @$core.Deprecated('Use getBookingContextResponseDescriptor instead')
const GetBookingContextResponse$json = { const GetBookingContextResponse$json = {
@@ -1100,21 +1099,31 @@ final $typed_data.Uint8List getBookingSegmentationsRequestDescriptor = $convert.
'R5cGVSD0FwcG9pbnRtZW50VHlwZRI1CgtDb21taXNzaW9ucxgEIAMoCzIPLmFwaS5Db21taXNz' 'R5cGVSD0FwcG9pbnRtZW50VHlwZRI1CgtDb21taXNzaW9ucxgEIAMoCzIPLmFwaS5Db21taXNz'
'aW9uQgIYAVILQ29tbWlzc2lvbnMSMQoHTG9hZGluZxgFIAEoCzIXLmFwaS5BcHBvaW50bWVudE' 'aW9uQgIYAVILQ29tbWlzc2lvbnMSMQoHTG9hZGluZxgFIAEoCzIXLmFwaS5BcHBvaW50bWVudE'
'NvbnRlbnRSB0xvYWRpbmcSNQoJVW5sb2FkaW5nGAYgASgLMhcuYXBpLkFwcG9pbnRtZW50Q29u' 'NvbnRlbnRSB0xvYWRpbmcSNQoJVW5sb2FkaW5nGAYgASgLMhcuYXBpLkFwcG9pbnRtZW50Q29u'
'dGVudFIJVW5sb2FkaW5nOiqSQScKJdIBBkhlYWRlctIBB0FjdG9ySUTSAQ9BcHBvaW50bWVudF' 'dGVudFIJVW5sb2FkaW5nOiCSQR0KG9IBBkhlYWRlctIBD0FwcG9pbnRtZW50VHlwZQ==');
'R5cGU=');
@$core.Deprecated('Use getBookingSegmentationsResponseDescriptor instead') @$core.Deprecated('Use getBookingSegmentationsResponseDescriptor instead')
const GetBookingSegmentationsResponse$json = { const GetBookingSegmentationsResponse$json = {
'1': 'GetBookingSegmentationsResponse', '1': 'GetBookingSegmentationsResponse',
'2': [ '2': [
{'1': 'SegmentationChoices', '3': 1, '4': 3, '5': 11, '6': '.api.Segmentation', '10': 'SegmentationChoices'}, {
'1': 'SegmentationChoices',
'3': 1,
'4': 3,
'5': 11,
'6': '.api.Segmentation',
'8': {'3': true},
'10': 'SegmentationChoices',
},
{'1': 'SegmentationKeys', '3': 2, '4': 3, '5': 11, '6': '.api.MetadataElement', '10': 'SegmentationKeys'},
], ],
}; };
/// Descriptor for `GetBookingSegmentationsResponse`. Decode as a `google.protobuf.DescriptorProto`. /// Descriptor for `GetBookingSegmentationsResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List getBookingSegmentationsResponseDescriptor = $convert.base64Decode( final $typed_data.Uint8List getBookingSegmentationsResponseDescriptor = $convert.base64Decode(
'Ch9HZXRCb29raW5nU2VnbWVudGF0aW9uc1Jlc3BvbnNlEkMKE1NlZ21lbnRhdGlvbkNob2ljZX' 'Ch9HZXRCb29raW5nU2VnbWVudGF0aW9uc1Jlc3BvbnNlEkcKE1NlZ21lbnRhdGlvbkNob2ljZX'
'MYASADKAsyES5hcGkuU2VnbWVudGF0aW9uUhNTZWdtZW50YXRpb25DaG9pY2Vz'); 'MYASADKAsyES5hcGkuU2VnbWVudGF0aW9uQgIYAVITU2VnbWVudGF0aW9uQ2hvaWNlcxJAChBT'
'ZWdtZW50YXRpb25LZXlzGAIgAygLMhQuYXBpLk1ldGFkYXRhRWxlbWVudFIQU2VnbWVudGF0aW'
'9uS2V5cw==');
@$core.Deprecated('Use getMyBookingContextRequestDescriptor instead') @$core.Deprecated('Use getMyBookingContextRequestDescriptor instead')
const GetMyBookingContextRequest$json = { const GetMyBookingContextRequest$json = {

View File

@@ -25,6 +25,7 @@ class GetBookingSlotsRequest extends $pb.GeneratedMessage {
factory GetBookingSlotsRequest({ factory GetBookingSlotsRequest({
$1.RequestProjectHeader? header, $1.RequestProjectHeader? header,
$2.AppointmentType? appointmentType, $2.AppointmentType? appointmentType,
@$core.Deprecated('This field is deprecated.')
$core.Iterable<$2.SegmentationSelection>? segmentationSelections, $core.Iterable<$2.SegmentationSelection>? segmentationSelections,
$core.String? startDate, $core.String? startDate,
$core.String? endDate, $core.String? endDate,
@@ -33,6 +34,7 @@ class GetBookingSlotsRequest extends $pb.GeneratedMessage {
$2.AppointmentContent? unloading, $2.AppointmentContent? unloading,
$core.Iterable<$1.MetadataElement>? carrierInformation, $core.Iterable<$1.MetadataElement>? carrierInformation,
$core.Iterable<$1.MetadataElement>? metaData, $core.Iterable<$1.MetadataElement>? metaData,
$core.Iterable<$1.MetadataElement>? segmentationKeys,
}) { }) {
final result = create(); final result = create();
if (header != null) result.header = header; if (header != null) result.header = header;
@@ -45,6 +47,7 @@ class GetBookingSlotsRequest extends $pb.GeneratedMessage {
if (unloading != null) result.unloading = unloading; if (unloading != null) result.unloading = unloading;
if (carrierInformation != null) result.carrierInformation.addAll(carrierInformation); if (carrierInformation != null) result.carrierInformation.addAll(carrierInformation);
if (metaData != null) result.metaData.addAll(metaData); if (metaData != null) result.metaData.addAll(metaData);
if (segmentationKeys != null) result.segmentationKeys.addAll(segmentationKeys);
return result; return result;
} }
@@ -64,6 +67,7 @@ class GetBookingSlotsRequest extends $pb.GeneratedMessage {
..aOM<$2.AppointmentContent>(11, _omitFieldNames ? '' : 'Unloading', protoName: 'Unloading', subBuilder: $2.AppointmentContent.create) ..aOM<$2.AppointmentContent>(11, _omitFieldNames ? '' : 'Unloading', protoName: 'Unloading', subBuilder: $2.AppointmentContent.create)
..pc<$1.MetadataElement>(12, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $1.MetadataElement.create) ..pc<$1.MetadataElement>(12, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $1.MetadataElement.create)
..pc<$1.MetadataElement>(13, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $1.MetadataElement.create) ..pc<$1.MetadataElement>(13, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $1.MetadataElement.create)
..pc<$1.MetadataElement>(14, _omitFieldNames ? '' : 'SegmentationKeys', $pb.PbFieldType.PM, protoName: 'SegmentationKeys', subBuilder: $1.MetadataElement.create)
..hasRequiredFields = false ..hasRequiredFields = false
; ;
@@ -106,6 +110,8 @@ class GetBookingSlotsRequest extends $pb.GeneratedMessage {
void clearAppointmentType() => $_clearField(2); void clearAppointmentType() => $_clearField(2);
/// Set of segmentation constraining the slot booking /// Set of segmentation constraining the slot booking
/// TODO delete after upgrade model
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(4) @$pb.TagNumber(4)
$pb.PbList<$2.SegmentationSelection> get segmentationSelections => $_getList(2); $pb.PbList<$2.SegmentationSelection> get segmentationSelections => $_getList(2);
@@ -161,6 +167,9 @@ class GetBookingSlotsRequest extends $pb.GeneratedMessage {
@$pb.TagNumber(13) @$pb.TagNumber(13)
$pb.PbList<$1.MetadataElement> get metaData => $_getList(9); $pb.PbList<$1.MetadataElement> get metaData => $_getList(9);
@$pb.TagNumber(14)
$pb.PbList<$1.MetadataElement> get segmentationKeys => $_getList(10);
} }
class GetBookingSlotsResponse extends $pb.GeneratedMessage { class GetBookingSlotsResponse extends $pb.GeneratedMessage {
@@ -295,6 +304,7 @@ class BookBookingAppointmentRequest extends $pb.GeneratedMessage {
class BookAppointmentPayload extends $pb.GeneratedMessage { class BookAppointmentPayload extends $pb.GeneratedMessage {
factory BookAppointmentPayload({ factory BookAppointmentPayload({
$2.AppointmentType? appointmentType, $2.AppointmentType? appointmentType,
@$core.Deprecated('This field is deprecated.')
$core.Iterable<$2.SegmentationSelection>? segmentationSelections, $core.Iterable<$2.SegmentationSelection>? segmentationSelections,
$core.Iterable<$1.MetadataElement>? carrierInformation, $core.Iterable<$1.MetadataElement>? carrierInformation,
$2.Slot? slot, $2.Slot? slot,
@@ -305,6 +315,7 @@ class BookAppointmentPayload extends $pb.GeneratedMessage {
$2.AppointmentContent? loading, $2.AppointmentContent? loading,
$2.AppointmentContent? unloading, $2.AppointmentContent? unloading,
$core.Iterable<$core.String>? emails, $core.Iterable<$core.String>? emails,
$core.Iterable<$1.MetadataElement>? segmentationKeys,
}) { }) {
final result = create(); final result = create();
if (appointmentType != null) result.appointmentType = appointmentType; if (appointmentType != null) result.appointmentType = appointmentType;
@@ -318,6 +329,7 @@ class BookAppointmentPayload extends $pb.GeneratedMessage {
if (loading != null) result.loading = loading; if (loading != null) result.loading = loading;
if (unloading != null) result.unloading = unloading; if (unloading != null) result.unloading = unloading;
if (emails != null) result.emails.addAll(emails); if (emails != null) result.emails.addAll(emails);
if (segmentationKeys != null) result.segmentationKeys.addAll(segmentationKeys);
return result; return result;
} }
@@ -338,6 +350,7 @@ class BookAppointmentPayload extends $pb.GeneratedMessage {
..aOM<$2.AppointmentContent>(10, _omitFieldNames ? '' : 'Loading', protoName: 'Loading', subBuilder: $2.AppointmentContent.create) ..aOM<$2.AppointmentContent>(10, _omitFieldNames ? '' : 'Loading', protoName: 'Loading', subBuilder: $2.AppointmentContent.create)
..aOM<$2.AppointmentContent>(11, _omitFieldNames ? '' : 'Unloading', protoName: 'Unloading', subBuilder: $2.AppointmentContent.create) ..aOM<$2.AppointmentContent>(11, _omitFieldNames ? '' : 'Unloading', protoName: 'Unloading', subBuilder: $2.AppointmentContent.create)
..pPS(13, _omitFieldNames ? '' : 'Emails', protoName: 'Emails') ..pPS(13, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
..pc<$1.MetadataElement>(14, _omitFieldNames ? '' : 'SegmentationKeys', $pb.PbFieldType.PM, protoName: 'SegmentationKeys', subBuilder: $1.MetadataElement.create)
..hasRequiredFields = false ..hasRequiredFields = false
; ;
@@ -369,6 +382,8 @@ class BookAppointmentPayload extends $pb.GeneratedMessage {
void clearAppointmentType() => $_clearField(1); void clearAppointmentType() => $_clearField(1);
/// Set of segmentation constraining the slot booking /// Set of segmentation constraining the slot booking
/// TODO delete after upgrade model
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(2) @$pb.TagNumber(2)
$pb.PbList<$2.SegmentationSelection> get segmentationSelections => $_getList(1); $pb.PbList<$2.SegmentationSelection> get segmentationSelections => $_getList(1);
@@ -446,6 +461,9 @@ class BookAppointmentPayload extends $pb.GeneratedMessage {
/// User mails being notified on this appointment /// User mails being notified on this appointment
@$pb.TagNumber(13) @$pb.TagNumber(13)
$pb.PbList<$core.String> get emails => $_getList(10); $pb.PbList<$core.String> get emails => $_getList(10);
@$pb.TagNumber(14)
$pb.PbList<$1.MetadataElement> get segmentationKeys => $_getList(11);
} }
class BookBookingAppointmentResponse extends $pb.GeneratedMessage { class BookBookingAppointmentResponse extends $pb.GeneratedMessage {

View File

@@ -20,7 +20,16 @@ const GetBookingSlotsRequest$json = {
'2': [ '2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'}, {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
{'1': 'AppointmentType', '3': 2, '4': 1, '5': 14, '6': '.api.AppointmentType', '8': {}, '10': 'AppointmentType'}, {'1': 'AppointmentType', '3': 2, '4': 1, '5': 14, '6': '.api.AppointmentType', '8': {}, '10': 'AppointmentType'},
{'1': 'SegmentationSelections', '3': 4, '4': 3, '5': 11, '6': '.api.SegmentationSelection', '10': 'SegmentationSelections'}, {
'1': 'SegmentationSelections',
'3': 4,
'4': 3,
'5': 11,
'6': '.api.SegmentationSelection',
'8': {'3': true},
'10': 'SegmentationSelections',
},
{'1': 'SegmentationKeys', '3': 14, '4': 3, '5': 11, '6': '.api.MetadataElement', '8': {}, '10': 'SegmentationKeys'},
{'1': 'StartDate', '3': 5, '4': 1, '5': 9, '8': {}, '10': 'StartDate'}, {'1': 'StartDate', '3': 5, '4': 1, '5': 9, '8': {}, '10': 'StartDate'},
{'1': 'EndDate', '3': 6, '4': 1, '5': 9, '8': {}, '10': 'EndDate'}, {'1': 'EndDate', '3': 6, '4': 1, '5': 9, '8': {}, '10': 'EndDate'},
{'1': 'SkippedAppointmentIDs', '3': 7, '4': 3, '5': 9, '10': 'SkippedAppointmentIDs'}, {'1': 'SkippedAppointmentIDs', '3': 7, '4': 3, '5': 9, '10': 'SkippedAppointmentIDs'},
@@ -36,23 +45,24 @@ const GetBookingSlotsRequest$json = {
final $typed_data.Uint8List getBookingSlotsRequestDescriptor = $convert.base64Decode( final $typed_data.Uint8List getBookingSlotsRequestDescriptor = $convert.base64Decode(
'ChZHZXRCb29raW5nU2xvdHNSZXF1ZXN0EjsKBkhlYWRlchgBIAEoCzIZLmFwaS5SZXF1ZXN0UH' 'ChZHZXRCb29raW5nU2xvdHNSZXF1ZXN0EjsKBkhlYWRlchgBIAEoCzIZLmFwaS5SZXF1ZXN0UH'
'JvamVjdEhlYWRlckII+kIFigECEAFSBkhlYWRlchJICg9BcHBvaW50bWVudFR5cGUYAiABKA4y' 'JvamVjdEhlYWRlckII+kIFigECEAFSBkhlYWRlchJICg9BcHBvaW50bWVudFR5cGUYAiABKA4y'
'FC5hcGkuQXBwb2ludG1lbnRUeXBlQgj6QgWCAQIQAVIPQXBwb2ludG1lbnRUeXBlElIKFlNlZ2' 'FC5hcGkuQXBwb2ludG1lbnRUeXBlQgj6QgWCAQIQAVIPQXBwb2ludG1lbnRUeXBlElYKFlNlZ2'
'1lbnRhdGlvblNlbGVjdGlvbnMYBCADKAsyGi5hcGkuU2VnbWVudGF0aW9uU2VsZWN0aW9uUhZT' '1lbnRhdGlvblNlbGVjdGlvbnMYBCADKAsyGi5hcGkuU2VnbWVudGF0aW9uU2VsZWN0aW9uQgIY'
'ZWdtZW50YXRpb25TZWxlY3Rpb25zEm8KCVN0YXJ0RGF0ZRgFIAEoCUJRkkESigEPXlthLXpBLV' 'AVIWU2VnbWVudGF0aW9uU2VsZWN0aW9ucxJjChBTZWdtZW50YXRpb25LZXlzGA4gAygLMhQuYX'
'owLTktXSsk+kI5cjcyNV4yMFswLTldezJ9LSgwWzEtOV18MVswLTJdKS0oMFsxLTldfFsxMl1b' 'BpLk1ldGFkYXRhRWxlbWVudEIhkkETMhFTZWdtZW50YXRpb24ga2V5c8DBGAHqwRgDS2V5UhBT'
'MC05XXwzWzAxXSkkUglTdGFydERhdGUSawoHRW5kRGF0ZRgGIAEoCUJRkkESigEPXlthLXpBLV' 'ZWdtZW50YXRpb25LZXlzEm8KCVN0YXJ0RGF0ZRgFIAEoCUJRkkESigEPXlthLXpBLVowLTktXS'
'owLTktXSsk+kI5cjcyNV4yMFswLTldezJ9LSgwWzEtOV18MVswLTJdKS0oMFsxLTldfFsxMl1b' 'sk+kI5cjcyNV4yMFswLTldezJ9LSgwWzEtOV18MVswLTJdKS0oMFsxLTldfFsxMl1bMC05XXwz'
'MC05XXwzWzAxXSkkUgdFbmREYXRlEjQKFVNraXBwZWRBcHBvaW50bWVudElEcxgHIAMoCVIVU2' 'WzAxXSkkUglTdGFydERhdGUSawoHRW5kRGF0ZRgGIAEoCUJRkkESigEPXlthLXpBLVowLTktXS'
'tpcHBlZEFwcG9pbnRtZW50SURzEjEKB0xvYWRpbmcYCiABKAsyFy5hcGkuQXBwb2ludG1lbnRD' 'sk+kI5cjcyNV4yMFswLTldezJ9LSgwWzEtOV18MVswLTJdKS0oMFsxLTldfFsxMl1bMC05XXwz'
'b250ZW50UgdMb2FkaW5nEjUKCVVubG9hZGluZxgLIAEoCzIXLmFwaS5BcHBvaW50bWVudENvbn' 'WzAxXSkkUgdFbmREYXRlEjQKFVNraXBwZWRBcHBvaW50bWVudElEcxgHIAMoCVIVU2tpcHBlZE'
'RlbnRSCVVubG9hZGluZxJyChJDYXJyaWVySW5mb3JtYXRpb24YDCADKAsyFC5hcGkuTWV0YWRh' 'FwcG9pbnRtZW50SURzEjEKB0xvYWRpbmcYCiABKAsyFy5hcGkuQXBwb2ludG1lbnRDb250ZW50'
'dGFFbGVtZW50QiySQR4yHENhcnJpZXIgaW5mb3JtYXRpb24gbWV0YWRhdGHAwRgB6sEYA0tleV' 'UgdMb2FkaW5nEjUKCVVubG9hZGluZxgLIAEoCzIXLmFwaS5BcHBvaW50bWVudENvbnRlbnRSCV'
'ISQ2FycmllckluZm9ybWF0aW9uEscBCghNZXRhRGF0YRgNIAMoCzIULmFwaS5NZXRhZGF0YUVs' 'VubG9hZGluZxJyChJDYXJyaWVySW5mb3JtYXRpb24YDCADKAsyFC5hcGkuTWV0YWRhdGFFbGVt'
'ZW1lbnRClAGSQYUBMoIBTWV0YWRhdGEgYXJlIGNoYXJhY3RlcmlzdGljcyBzcGVjaWZpYyB0by' 'ZW50QiySQR4yHENhcnJpZXIgaW5mb3JtYXRpb24gbWV0YWRhdGHAwRgB6sEYA0tleVISQ2Fycm'
'B0aGUgc2l0ZS4gVGhleSBjYW4gYmUgb2Ygc2V2ZXJhbCBkYXRhIGZvcm0gKHN0cmluZywgaW50' 'llckluZm9ybWF0aW9uEscBCghNZXRhRGF0YRgNIAMoCzIULmFwaS5NZXRhZGF0YUVsZW1lbnRC'
'ZWdlciwgZmxvYXQsIGJvb2xlYW4gb3IgdGltZXN0YW1wKcDBGAHqwRgDS2V5UghNZXRhRGF0YT' 'lAGSQYUBMoIBTWV0YWRhdGEgYXJlIGNoYXJhY3RlcmlzdGljcyBzcGVjaWZpYyB0byB0aGUgc2'
'o5kkE2CjTSAQZIZWFkZXLSAQ9BcHBvaW50bWVudFR5cGXSARZTZWdtZW50YXRpb25TZWxlY3Rp' 'l0ZS4gVGhleSBjYW4gYmUgb2Ygc2V2ZXJhbCBkYXRhIGZvcm0gKHN0cmluZywgaW50ZWdlciwg'
'b25z'); 'ZmxvYXQsIGJvb2xlYW4gb3IgdGltZXN0YW1wKcDBGAHqwRgDS2V5UghNZXRhRGF0YTogkkEdCh'
'vSAQZIZWFkZXLSAQ9BcHBvaW50bWVudFR5cGU=');
@$core.Deprecated('Use getBookingSlotsResponseDescriptor instead') @$core.Deprecated('Use getBookingSlotsResponseDescriptor instead')
const GetBookingSlotsResponse$json = { const GetBookingSlotsResponse$json = {
@@ -93,7 +103,16 @@ const BookAppointmentPayload$json = {
'1': 'BookAppointmentPayload', '1': 'BookAppointmentPayload',
'2': [ '2': [
{'1': 'AppointmentType', '3': 1, '4': 1, '5': 14, '6': '.api.AppointmentType', '8': {}, '10': 'AppointmentType'}, {'1': 'AppointmentType', '3': 1, '4': 1, '5': 14, '6': '.api.AppointmentType', '8': {}, '10': 'AppointmentType'},
{'1': 'SegmentationSelections', '3': 2, '4': 3, '5': 11, '6': '.api.SegmentationSelection', '10': 'SegmentationSelections'}, {
'1': 'SegmentationSelections',
'3': 2,
'4': 3,
'5': 11,
'6': '.api.SegmentationSelection',
'8': {'3': true},
'10': 'SegmentationSelections',
},
{'1': 'SegmentationKeys', '3': 14, '4': 3, '5': 11, '6': '.api.MetadataElement', '8': {}, '10': 'SegmentationKeys'},
{'1': 'CarrierInformation', '3': 3, '4': 3, '5': 11, '6': '.api.MetadataElement', '8': {}, '10': 'CarrierInformation'}, {'1': 'CarrierInformation', '3': 3, '4': 3, '5': 11, '6': '.api.MetadataElement', '8': {}, '10': 'CarrierInformation'},
{'1': 'Slot', '3': 4, '4': 1, '5': 11, '6': '.api.Slot', '10': 'Slot'}, {'1': 'Slot', '3': 4, '4': 1, '5': 11, '6': '.api.Slot', '10': 'Slot'},
{'1': 'MetaData', '3': 6, '4': 3, '5': 11, '6': '.api.MetadataElement', '8': {}, '10': 'MetaData'}, {'1': 'MetaData', '3': 6, '4': 3, '5': 11, '6': '.api.MetadataElement', '8': {}, '10': 'MetaData'},
@@ -110,23 +129,25 @@ const BookAppointmentPayload$json = {
/// Descriptor for `BookAppointmentPayload`. Decode as a `google.protobuf.DescriptorProto`. /// Descriptor for `BookAppointmentPayload`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List bookAppointmentPayloadDescriptor = $convert.base64Decode( final $typed_data.Uint8List bookAppointmentPayloadDescriptor = $convert.base64Decode(
'ChZCb29rQXBwb2ludG1lbnRQYXlsb2FkEkgKD0FwcG9pbnRtZW50VHlwZRgBIAEoDjIULmFwaS' 'ChZCb29rQXBwb2ludG1lbnRQYXlsb2FkEkgKD0FwcG9pbnRtZW50VHlwZRgBIAEoDjIULmFwaS'
'5BcHBvaW50bWVudFR5cGVCCPpCBYIBAhABUg9BcHBvaW50bWVudFR5cGUSUgoWU2VnbWVudGF0' '5BcHBvaW50bWVudFR5cGVCCPpCBYIBAhABUg9BcHBvaW50bWVudFR5cGUSVgoWU2VnbWVudGF0'
'aW9uU2VsZWN0aW9ucxgCIAMoCzIaLmFwaS5TZWdtZW50YXRpb25TZWxlY3Rpb25SFlNlZ21lbn' 'aW9uU2VsZWN0aW9ucxgCIAMoCzIaLmFwaS5TZWdtZW50YXRpb25TZWxlY3Rpb25CAhgBUhZTZW'
'RhdGlvblNlbGVjdGlvbnMScgoSQ2FycmllckluZm9ybWF0aW9uGAMgAygLMhQuYXBpLk1ldGFk' 'dtZW50YXRpb25TZWxlY3Rpb25zEmMKEFNlZ21lbnRhdGlvbktleXMYDiADKAsyFC5hcGkuTWV0'
'YXRhRWxlbWVudEIskkEeMhxDYXJyaWVyIGluZm9ybWF0aW9uIG1ldGFkYXRhwMEYAerBGANLZX' 'YWRhdGFFbGVtZW50QiGSQRMyEVNlZ21lbnRhdGlvbiBrZXlzwMEYAerBGANLZXlSEFNlZ21lbn'
'lSEkNhcnJpZXJJbmZvcm1hdGlvbhIdCgRTbG90GAQgASgLMgkuYXBpLlNsb3RSBFNsb3QSxwEK' 'RhdGlvbktleXMScgoSQ2FycmllckluZm9ybWF0aW9uGAMgAygLMhQuYXBpLk1ldGFkYXRhRWxl'
'CE1ldGFEYXRhGAYgAygLMhQuYXBpLk1ldGFkYXRhRWxlbWVudEKUAZJBhQEyggFNZXRhZGF0YS' 'bWVudEIskkEeMhxDYXJyaWVyIGluZm9ybWF0aW9uIG1ldGFkYXRhwMEYAerBGANLZXlSEkNhcn'
'BhcmUgY2hhcmFjdGVyaXN0aWNzIHNwZWNpZmljIHRvIHRoZSBzaXRlLiBUaGV5IGNhbiBiZSBv' 'JpZXJJbmZvcm1hdGlvbhIdCgRTbG90GAQgASgLMgkuYXBpLlNsb3RSBFNsb3QSxwEKCE1ldGFE'
'ZiBzZXZlcmFsIGRhdGEgZm9ybSAoc3RyaW5nLCBpbnRlZ2VyLCBmbG9hdCwgYm9vbGVhbiBvci' 'YXRhGAYgAygLMhQuYXBpLk1ldGFkYXRhRWxlbWVudEKUAZJBhQEyggFNZXRhZGF0YSBhcmUgY2'
'B0aW1lc3RhbXApwMEYAerBGANLZXlSCE1ldGFEYXRhEhYKBlJlYXNvbhgHIAEoCVIGUmVhc29u' 'hhcmFjdGVyaXN0aWNzIHNwZWNpZmljIHRvIHRoZSBzaXRlLiBUaGV5IGNhbiBiZSBvZiBzZXZl'
'EiYKDkluc3RydWN0aW9uQWNrGAggASgIUg5JbnN0cnVjdGlvbkFjaxIaCghUaW1lWm9uZRgJIA' 'cmFsIGRhdGEgZm9ybSAoc3RyaW5nLCBpbnRlZ2VyLCBmbG9hdCwgYm9vbGVhbiBvciB0aW1lc3'
'EoCVIIVGltZVpvbmUSMQoHTG9hZGluZxgKIAEoCzIXLmFwaS5BcHBvaW50bWVudENvbnRlbnRS' 'RhbXApwMEYAerBGANLZXlSCE1ldGFEYXRhEhYKBlJlYXNvbhgHIAEoCVIGUmVhc29uEiYKDklu'
'B0xvYWRpbmcSNQoJVW5sb2FkaW5nGAsgASgLMhcuYXBpLkFwcG9pbnRtZW50Q29udGVudFIJVW' 'c3RydWN0aW9uQWNrGAggASgIUg5JbnN0cnVjdGlvbkFjaxIaCghUaW1lWm9uZRgJIAEoCVIIVG'
'5sb2FkaW5nEn0KBkVtYWlscxgNIAMoCUJlkkFRMh1NdXN0IGJlIGEgdmFsaWQgZW1haWwgYWRk' 'ltZVpvbmUSMQoHTG9hZGluZxgKIAEoCzIXLmFwaS5BcHBvaW50bWVudENvbnRlbnRSB0xvYWRp'
'cmVzc0owWyJKb2huLmRvZUByZWZsZXguY29tIiwgIndpbGwuc21pdGhAcmVmbGV4LmNvbSJd+k' 'bmcSNQoJVW5sb2FkaW5nGAsgASgLMhcuYXBpLkFwcG9pbnRtZW50Q29udGVudFIJVW5sb2FkaW'
'IOkgELCAEiB3IFYAHwAQFSBkVtYWlsczp/kkFkCmIyDUV2ZW50IFBheWxvYWTSAQ9BcHBvaW50' '5nEn0KBkVtYWlscxgNIAMoCUJlkkFRMh1NdXN0IGJlIGEgdmFsaWQgZW1haWwgYWRkcmVzc0ow'
'bWVudFR5cGXSAQRTbG900gEWU2VnbWVudGF0aW9uU2VsZWN0aW9uc9IBEkNhcnJpZXJJbmZvcm' 'WyJKb2huLmRvZUByZWZsZXguY29tIiwgIndpbGwuc21pdGhAcmVmbGV4LmNvbSJd+kIOkgELCA'
'1hdGlvbtIBCUF0dGVuZGVlc6K7GAVFdmVudKi7GAG6uxgHQ3JlYXRlZA=='); 'EiB3IFYAHwAQFSBkVtYWlsczpmkkFLCkkyDUV2ZW50IFBheWxvYWTSAQ9BcHBvaW50bWVudFR5'
'cGXSAQRTbG900gESQ2FycmllckluZm9ybWF0aW9u0gEJQXR0ZW5kZWVzorsYBUV2ZW50qLsYAb'
'q7GAdDcmVhdGVk');
@$core.Deprecated('Use bookBookingAppointmentResponseDescriptor instead') @$core.Deprecated('Use bookBookingAppointmentResponseDescriptor instead')
const BookBookingAppointmentResponse$json = { const BookBookingAppointmentResponse$json = {

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.14.0-SNAPSHOT-260427142320 version: 1.14.0-SNAPSHOT-260428093653
homepage: '' homepage: ''
publish_to: '' publish_to: ''
repository: '' repository: ''