Latest generation

This commit is contained in:
ci core model
2025-06-03 08:24:33 +00:00
parent d4dda9c988
commit f6c256c078
4 changed files with 10 additions and 10 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.11.0-SNAPSHOT-250603080512
Lib version: 1.11.0-SNAPSHOT-250603082410

View File

@@ -373,11 +373,11 @@ class SegmentationValue extends $pb.GeneratedMessage {
class Instruction extends $pb.GeneratedMessage {
factory Instruction({
$core.bool? ackRequired,
$core.Iterable<$3.LabelByLanguage>? instructions,
$core.Iterable<$3.LabelByLanguage>? instructionByLanguage,
}) {
final result = create();
if (ackRequired != null) result.ackRequired = ackRequired;
if (instructions != null) result.instructions.addAll(instructions);
if (instructionByLanguage != null) result.instructionByLanguage.addAll(instructionByLanguage);
return result;
}
@@ -388,7 +388,7 @@ class Instruction extends $pb.GeneratedMessage {
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Instruction', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOB(2, _omitFieldNames ? '' : 'AckRequired', protoName: 'AckRequired')
..pc<$3.LabelByLanguage>(15, _omitFieldNames ? '' : 'Instructions', $pb.PbFieldType.PM, protoName: 'Instructions', subBuilder: $3.LabelByLanguage.create)
..pc<$3.LabelByLanguage>(15, _omitFieldNames ? '' : 'InstructionByLanguage', $pb.PbFieldType.PM, protoName: 'InstructionByLanguage', subBuilder: $3.LabelByLanguage.create)
..hasRequiredFields = false
;
@@ -419,7 +419,7 @@ class Instruction extends $pb.GeneratedMessage {
void clearAckRequired() => $_clearField(2);
@$pb.TagNumber(15)
$pb.PbList<$3.LabelByLanguage> get instructions => $_getList(1);
$pb.PbList<$3.LabelByLanguage> get instructionByLanguage => $_getList(1);
}
/// OpeningRule

View File

@@ -200,16 +200,16 @@ final $typed_data.Uint8List segmentationValueDescriptor = $convert.base64Decode(
const Instruction$json = {
'1': 'Instruction',
'2': [
{'1': 'Instructions', '3': 15, '4': 3, '5': 11, '6': '.api.LabelByLanguage', '8': {}, '10': 'Instructions'},
{'1': 'InstructionByLanguage', '3': 15, '4': 3, '5': 11, '6': '.api.LabelByLanguage', '8': {}, '10': 'InstructionByLanguage'},
{'1': 'AckRequired', '3': 2, '4': 1, '5': 8, '10': 'AckRequired'},
],
};
/// Descriptor for `Instruction`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List instructionDescriptor = $convert.base64Decode(
'CgtJbnN0cnVjdGlvbhJVCgxJbnN0cnVjdGlvbnMYDyADKAsyFC5hcGkuTGFiZWxCeUxhbmd1YW'
'dlQhvQwRgB6sEYE0xhbmd1YWdlQ29kZUlTTzYzOTFSDEluc3RydWN0aW9ucxIgCgtBY2tSZXF1'
'aXJlZBgCIAEoCFILQWNrUmVxdWlyZWQ=');
'CgtJbnN0cnVjdGlvbhJnChVJbnN0cnVjdGlvbkJ5TGFuZ3VhZ2UYDyADKAsyFC5hcGkuTGFiZW'
'xCeUxhbmd1YWdlQhvQwRgB6sEYE0xhbmd1YWdlQ29kZUlTTzYzOTFSFUluc3RydWN0aW9uQnlM'
'YW5ndWFnZRIgCgtBY2tSZXF1aXJlZBgCIAEoCFILQWNrUmVxdWlyZWQ=');
@$core.Deprecated('Use openingRuleDescriptor instead')
const OpeningRule$json = {

View File

@@ -1,6 +1,6 @@
name: dart_core_sdk
description: dart libs from core model proto files
version: 1.11.0-SNAPSHOT-250603080512
version: 1.11.0-SNAPSHOT-250603082410
homepage: ''
publish_to: ''
repository: ''