Latest generation

This commit is contained in:
ci core model
2025-10-16 07:44:20 +00:00
parent feb58290eb
commit 9ef878054b
4 changed files with 9 additions and 9 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.12.0-SNAPSHOT-251015143152
Lib version: 1.12.0-SNAPSHOT-251016074352

View File

@@ -3995,7 +3995,7 @@ class GetPossibleSegmentationOnSiteForBookingRequest extends $pb.GeneratedMessag
class GetPossibleSegmentationOnSiteForBookingResponse extends $pb.GeneratedMessage {
factory GetPossibleSegmentationOnSiteForBookingResponse({
$core.Iterable<$2.SegmentationFilter>? segmentationChoices,
$core.Iterable<$2.Segmentation>? segmentationChoices,
}) {
final result = create();
if (segmentationChoices != null) result.segmentationChoices.addAll(segmentationChoices);
@@ -4008,7 +4008,7 @@ class GetPossibleSegmentationOnSiteForBookingResponse extends $pb.GeneratedMessa
factory GetPossibleSegmentationOnSiteForBookingResponse.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'GetPossibleSegmentationOnSiteForBookingResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..pc<$2.SegmentationFilter>(1, _omitFieldNames ? '' : 'SegmentationChoices', $pb.PbFieldType.PM, protoName: 'SegmentationChoices', subBuilder: $2.SegmentationFilter.create)
..pc<$2.Segmentation>(1, _omitFieldNames ? '' : 'SegmentationChoices', $pb.PbFieldType.PM, protoName: 'SegmentationChoices', subBuilder: $2.Segmentation.create)
..hasRequiredFields = false
;
@@ -4031,7 +4031,7 @@ class GetPossibleSegmentationOnSiteForBookingResponse extends $pb.GeneratedMessa
/// Name of the Site
@$pb.TagNumber(1)
$pb.PbList<$2.SegmentationFilter> get segmentationChoices => $_getList(0);
$pb.PbList<$2.Segmentation> get segmentationChoices => $_getList(0);
}

View File

@@ -1022,13 +1022,13 @@ final $typed_data.Uint8List getPossibleSegmentationOnSiteForBookingRequestDescri
const GetPossibleSegmentationOnSiteForBookingResponse$json = {
'1': 'GetPossibleSegmentationOnSiteForBookingResponse',
'2': [
{'1': 'SegmentationChoices', '3': 1, '4': 3, '5': 11, '6': '.api.SegmentationFilter', '10': 'SegmentationChoices'},
{'1': 'SegmentationChoices', '3': 1, '4': 3, '5': 11, '6': '.api.Segmentation', '10': 'SegmentationChoices'},
],
};
/// Descriptor for `GetPossibleSegmentationOnSiteForBookingResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List getPossibleSegmentationOnSiteForBookingResponseDescriptor = $convert.base64Decode(
'Ci9HZXRQb3NzaWJsZVNlZ21lbnRhdGlvbk9uU2l0ZUZvckJvb2tpbmdSZXNwb25zZRJJChNTZW'
'dtZW50YXRpb25DaG9pY2VzGAEgAygLMhcuYXBpLlNlZ21lbnRhdGlvbkZpbHRlclITU2VnbWVu'
'dGF0aW9uQ2hvaWNlcw==');
'Ci9HZXRQb3NzaWJsZVNlZ21lbnRhdGlvbk9uU2l0ZUZvckJvb2tpbmdSZXNwb25zZRJDChNTZW'
'dtZW50YXRpb25DaG9pY2VzGAEgAygLMhEuYXBpLlNlZ21lbnRhdGlvblITU2VnbWVudGF0aW9u'
'Q2hvaWNlcw==');

View File

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