Latest generation

This commit is contained in:
ci core model
2025-11-18 16:41:46 +00:00
parent eabd46cca4
commit 9a49637776
4 changed files with 14 additions and 13 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.12.0-SNAPSHOT-251118142518
Lib version: 1.12.0-SNAPSHOT-251118164118

View File

@@ -15,6 +15,7 @@ import 'dart:core' as $core;
import 'package:fixnum/fixnum.dart' as $fixnum;
import 'package:protobuf/protobuf.dart' as $pb;
import 'metadatadef.pb.dart' as $4;
import 'repositoryShared.pb.dart' as $1;
import 'shared.pb.dart' as $3;
import 'slotbooking.pb.dart' as $2;
@@ -2156,8 +2157,8 @@ class GetBookingContextResponse extends $pb.GeneratedMessage {
factory GetBookingContextResponse({
$core.Iterable<$core.String>? unitIDs,
$core.Iterable<$2.SegmentationFilter>? segmentations,
$core.Iterable<$3.MetadataElement>? carrierInformation,
$core.Iterable<$3.MetadataElement>? metaData,
$core.Iterable<$4.PrjMetadata>? carrierInformation,
$core.Iterable<$4.PrjMetadata>? metaData,
}) {
final result = create();
if (unitIDs != null) result.unitIDs.addAll(unitIDs);
@@ -2175,8 +2176,8 @@ class GetBookingContextResponse extends $pb.GeneratedMessage {
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'GetBookingContextResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..pPS(1, _omitFieldNames ? '' : 'UnitIDs', protoName: 'UnitIDs')
..pc<$2.SegmentationFilter>(2, _omitFieldNames ? '' : 'Segmentations', $pb.PbFieldType.PM, protoName: 'Segmentations', subBuilder: $2.SegmentationFilter.create)
..pc<$3.MetadataElement>(3, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $3.MetadataElement.create)
..pc<$3.MetadataElement>(4, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $3.MetadataElement.create)
..pc<$4.PrjMetadata>(3, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $4.PrjMetadata.create)
..pc<$4.PrjMetadata>(4, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $4.PrjMetadata.create)
..hasRequiredFields = false
;
@@ -2204,10 +2205,10 @@ class GetBookingContextResponse extends $pb.GeneratedMessage {
$pb.PbList<$2.SegmentationFilter> get segmentations => $_getList(1);
@$pb.TagNumber(3)
$pb.PbList<$3.MetadataElement> get carrierInformation => $_getList(2);
$pb.PbList<$4.PrjMetadata> get carrierInformation => $_getList(2);
@$pb.TagNumber(4)
$pb.PbList<$3.MetadataElement> get metaData => $_getList(3);
$pb.PbList<$4.PrjMetadata> get metaData => $_getList(3);
}
/// ForceBookAppointment

View File

@@ -556,8 +556,8 @@ const GetBookingContextResponse$json = {
'2': [
{'1': 'UnitIDs', '3': 1, '4': 3, '5': 9, '10': 'UnitIDs'},
{'1': 'Segmentations', '3': 2, '4': 3, '5': 11, '6': '.api.SegmentationFilter', '10': 'Segmentations'},
{'1': 'CarrierInformation', '3': 3, '4': 3, '5': 11, '6': '.api.MetadataElement', '10': 'CarrierInformation'},
{'1': 'MetaData', '3': 4, '4': 3, '5': 11, '6': '.api.MetadataElement', '10': 'MetaData'},
{'1': 'CarrierInformation', '3': 3, '4': 3, '5': 11, '6': '.api.PrjMetadata', '10': 'CarrierInformation'},
{'1': 'MetaData', '3': 4, '4': 3, '5': 11, '6': '.api.PrjMetadata', '10': 'MetaData'},
],
};
@@ -565,9 +565,9 @@ const GetBookingContextResponse$json = {
final $typed_data.Uint8List getBookingContextResponseDescriptor = $convert.base64Decode(
'ChlHZXRCb29raW5nQ29udGV4dFJlc3BvbnNlEhgKB1VuaXRJRHMYASADKAlSB1VuaXRJRHMSPQ'
'oNU2VnbWVudGF0aW9ucxgCIAMoCzIXLmFwaS5TZWdtZW50YXRpb25GaWx0ZXJSDVNlZ21lbnRh'
'dGlvbnMSRAoSQ2FycmllckluZm9ybWF0aW9uGAMgAygLMhQuYXBpLk1ldGFkYXRhRWxlbWVudF'
'ISQ2FycmllckluZm9ybWF0aW9uEjAKCE1ldGFEYXRhGAQgAygLMhQuYXBpLk1ldGFkYXRhRWxl'
'bWVudFIITWV0YURhdGE=');
'dGlvbnMSQAoSQ2FycmllckluZm9ybWF0aW9uGAMgAygLMhAuYXBpLlByak1ldGFkYXRhUhJDYX'
'JyaWVySW5mb3JtYXRpb24SLAoITWV0YURhdGEYBCADKAsyEC5hcGkuUHJqTWV0YWRhdGFSCE1l'
'dGFEYXRh');
@$core.Deprecated('Use forceBookAppointmentRequestDescriptor instead')
const ForceBookAppointmentRequest$json = {

View File

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