Latest generation

This commit is contained in:
ci core model
2026-03-26 10:57:03 +00:00
parent b2dba0e706
commit 2cd967b6ff
6 changed files with 47 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.13.0-SNAPSHOT-260326095432
Lib version: 1.13.0-SNAPSHOT-260326105613

View File

@@ -1409,6 +1409,8 @@ class GetAvailableSlotsRequest extends $pb.GeneratedMessage {
$core.String? endDate,
$core.Iterable<$core.String>? skippedAppointmentIDs,
$core.String? actorID,
$core.Iterable<$3.MetadataElement>? carrierInformation,
$core.Iterable<$3.MetadataElement>? metaData,
}) {
final result = create();
if (header != null) result.header = header;
@@ -1419,6 +1421,8 @@ class GetAvailableSlotsRequest extends $pb.GeneratedMessage {
if (endDate != null) result.endDate = endDate;
if (skippedAppointmentIDs != null) result.skippedAppointmentIDs.addAll(skippedAppointmentIDs);
if (actorID != null) result.actorID = actorID;
if (carrierInformation != null) result.carrierInformation.addAll(carrierInformation);
if (metaData != null) result.metaData.addAll(metaData);
return result;
}
@@ -1436,6 +1440,8 @@ class GetAvailableSlotsRequest extends $pb.GeneratedMessage {
..aOS(6, _omitFieldNames ? '' : 'EndDate', protoName: 'EndDate')
..pPS(7, _omitFieldNames ? '' : 'SkippedAppointmentIDs', protoName: 'SkippedAppointmentIDs')
..aOS(8, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
..pc<$3.MetadataElement>(9, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $3.MetadataElement.create)
..pc<$3.MetadataElement>(10, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $3.MetadataElement.create)
..hasRequiredFields = false
;
@@ -1515,6 +1521,13 @@ class GetAvailableSlotsRequest extends $pb.GeneratedMessage {
$core.bool hasActorID() => $_has(7);
@$pb.TagNumber(8)
void clearActorID() => $_clearField(8);
/// Carrier information metadata
@$pb.TagNumber(9)
$pb.PbList<$3.MetadataElement> get carrierInformation => $_getList(8);
@$pb.TagNumber(10)
$pb.PbList<$3.MetadataElement> get metaData => $_getList(9);
}
class GetAvailableSlotsResponse extends $pb.GeneratedMessage {

View File

@@ -375,6 +375,8 @@ const GetAvailableSlotsRequest$json = {
{'1': 'EndDate', '3': 6, '4': 1, '5': 9, '8': {}, '10': 'EndDate'},
{'1': 'SkippedAppointmentIDs', '3': 7, '4': 3, '5': 9, '10': 'SkippedAppointmentIDs'},
{'1': 'ActorID', '3': 8, '4': 1, '5': 9, '10': 'ActorID'},
{'1': 'CarrierInformation', '3': 9, '4': 3, '5': 11, '6': '.api.MetadataElement', '8': {}, '10': 'CarrierInformation'},
{'1': 'MetaData', '3': 10, '4': 3, '5': 11, '6': '.api.MetadataElement', '8': {}, '10': 'MetaData'},
],
'7': {},
};
@@ -391,7 +393,13 @@ final $typed_data.Uint8List getAvailableSlotsRequestDescriptor = $convert.base64
'JWCgdFbmREYXRlGAYgASgJQjz6QjlyNzI1XjIwWzAtOV17Mn0tKDBbMS05XXwxWzAtMl0pLSgw'
'WzEtOV18WzEyXVswLTldfDNbMDFdKSRSB0VuZERhdGUSNAoVU2tpcHBlZEFwcG9pbnRtZW50SU'
'RzGAcgAygJUhVTa2lwcGVkQXBwb2ludG1lbnRJRHMSGAoHQWN0b3JJRBgIIAEoCVIHQWN0b3JJ'
'RDowkkEtCivSAQZIZWFkZXLSARVTZWdtZW50YXRpb25TZWxlY3Rpb27SAQdBY3RvcklE');
'RBJyChJDYXJyaWVySW5mb3JtYXRpb24YCSADKAsyFC5hcGkuTWV0YWRhdGFFbGVtZW50QiySQR'
'4yHENhcnJpZXIgaW5mb3JtYXRpb24gbWV0YWRhdGHAwRgB6sEYA0tleVISQ2FycmllckluZm9y'
'bWF0aW9uEscBCghNZXRhRGF0YRgKIAMoCzIULmFwaS5NZXRhZGF0YUVsZW1lbnRClAGSQYUBMo'
'IBTWV0YWRhdGEgYXJlIGNoYXJhY3RlcmlzdGljcyBzcGVjaWZpYyB0byB0aGUgc2l0ZS4gVGhl'
'eSBjYW4gYmUgb2Ygc2V2ZXJhbCBkYXRhIGZvcm0gKHN0cmluZywgaW50ZWdlciwgZmxvYXQsIG'
'Jvb2xlYW4gb3IgdGltZXN0YW1wKcDBGAHqwRgDS2V5UghNZXRhRGF0YTowkkEtCivSAQZIZWFk'
'ZXLSARVTZWdtZW50YXRpb25TZWxlY3Rpb27SAQdBY3RvcklE');
@$core.Deprecated('Use getAvailableSlotsResponseDescriptor instead')
const GetAvailableSlotsResponse$json = {

View File

@@ -31,6 +31,8 @@ class GetBookingSlotsRequest extends $pb.GeneratedMessage {
$core.Iterable<$core.String>? skippedAppointmentIDs,
$2.AppointmentContent? loading,
$2.AppointmentContent? unloading,
$core.Iterable<$1.MetadataElement>? carrierInformation,
$core.Iterable<$1.MetadataElement>? metaData,
}) {
final result = create();
if (header != null) result.header = header;
@@ -41,6 +43,8 @@ class GetBookingSlotsRequest extends $pb.GeneratedMessage {
if (skippedAppointmentIDs != null) result.skippedAppointmentIDs.addAll(skippedAppointmentIDs);
if (loading != null) result.loading = loading;
if (unloading != null) result.unloading = unloading;
if (carrierInformation != null) result.carrierInformation.addAll(carrierInformation);
if (metaData != null) result.metaData.addAll(metaData);
return result;
}
@@ -58,6 +62,8 @@ class GetBookingSlotsRequest extends $pb.GeneratedMessage {
..pPS(7, _omitFieldNames ? '' : 'SkippedAppointmentIDs', protoName: 'SkippedAppointmentIDs')
..aOM<$2.AppointmentContent>(10, _omitFieldNames ? '' : 'Loading', protoName: 'Loading', 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>(13, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $1.MetadataElement.create)
..hasRequiredFields = false
;
@@ -148,6 +154,13 @@ class GetBookingSlotsRequest extends $pb.GeneratedMessage {
void clearUnloading() => $_clearField(11);
@$pb.TagNumber(11)
$2.AppointmentContent ensureUnloading() => $_ensure(7);
/// Carrier information metadata
@$pb.TagNumber(12)
$pb.PbList<$1.MetadataElement> get carrierInformation => $_getList(8);
@$pb.TagNumber(13)
$pb.PbList<$1.MetadataElement> get metaData => $_getList(9);
}
class GetBookingSlotsResponse extends $pb.GeneratedMessage {

View File

@@ -26,6 +26,8 @@ const GetBookingSlotsRequest$json = {
{'1': 'SkippedAppointmentIDs', '3': 7, '4': 3, '5': 9, '10': 'SkippedAppointmentIDs'},
{'1': 'Loading', '3': 10, '4': 1, '5': 11, '6': '.api.AppointmentContent', '10': 'Loading'},
{'1': 'Unloading', '3': 11, '4': 1, '5': 11, '6': '.api.AppointmentContent', '10': 'Unloading'},
{'1': 'CarrierInformation', '3': 12, '4': 3, '5': 11, '6': '.api.MetadataElement', '8': {}, '10': 'CarrierInformation'},
{'1': 'MetaData', '3': 13, '4': 3, '5': 11, '6': '.api.MetadataElement', '8': {}, '10': 'MetaData'},
],
'7': {},
};
@@ -42,8 +44,14 @@ final $typed_data.Uint8List getBookingSlotsRequestDescriptor = $convert.base64De
'0oMFsxLTldfFsxMl1bMC05XXwzWzAxXSkkUgdFbmREYXRlEjQKFVNraXBwZWRBcHBvaW50bWVu'
'dElEcxgHIAMoCVIVU2tpcHBlZEFwcG9pbnRtZW50SURzEjEKB0xvYWRpbmcYCiABKAsyFy5hcG'
'kuQXBwb2ludG1lbnRDb250ZW50UgdMb2FkaW5nEjUKCVVubG9hZGluZxgLIAEoCzIXLmFwaS5B'
'cHBvaW50bWVudENvbnRlbnRSCVVubG9hZGluZzo5kkE2CjTSAQZIZWFkZXLSAQ9BcHBvaW50bW'
'VudFR5cGXSARZTZWdtZW50YXRpb25TZWxlY3Rpb25z');
'cHBvaW50bWVudENvbnRlbnRSCVVubG9hZGluZxJyChJDYXJyaWVySW5mb3JtYXRpb24YDCADKA'
'syFC5hcGkuTWV0YWRhdGFFbGVtZW50QiySQR4yHENhcnJpZXIgaW5mb3JtYXRpb24gbWV0YWRh'
'dGHAwRgB6sEYA0tleVISQ2FycmllckluZm9ybWF0aW9uEscBCghNZXRhRGF0YRgNIAMoCzIULm'
'FwaS5NZXRhZGF0YUVsZW1lbnRClAGSQYUBMoIBTWV0YWRhdGEgYXJlIGNoYXJhY3RlcmlzdGlj'
'cyBzcGVjaWZpYyB0byB0aGUgc2l0ZS4gVGhleSBjYW4gYmUgb2Ygc2V2ZXJhbCBkYXRhIGZvcm'
'0gKHN0cmluZywgaW50ZWdlciwgZmxvYXQsIGJvb2xlYW4gb3IgdGltZXN0YW1wKcDBGAHqwRgD'
'S2V5UghNZXRhRGF0YTo5kkE2CjTSAQZIZWFkZXLSAQ9BcHBvaW50bWVudFR5cGXSARZTZWdtZW'
'50YXRpb25TZWxlY3Rpb25z');
@$core.Deprecated('Use getBookingSlotsResponseDescriptor instead')
const GetBookingSlotsResponse$json = {

View File

@@ -1,6 +1,6 @@
name: dart_core_sdk
description: dart libs from core model proto files
version: 1.13.0-SNAPSHOT-260326095432
version: 1.13.0-SNAPSHOT-260326105613
homepage: ''
publish_to: ''
repository: ''