Latest generation

This commit is contained in:
ci core model
2026-09-03 12:48:14 +00:00
parent 5d75b21eba
commit b6dfa10f55
4 changed files with 10 additions and 10 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.15.0-SNAPSHOT-260903100910
Lib version: 1.15.0-SNAPSHOT-260903124721

View File

@@ -516,12 +516,12 @@ class GetCompatibleKpisRequest extends $pb.GeneratedMessage {
factory GetCompatibleKpisRequest({
$1.RequestProjectHeader? header,
$core.String? group,
$core.Iterable<$core.String>? selectedKpis,
$core.Iterable<$core.String>? compatibleWith,
}) {
final result = create();
if (header != null) result.header = header;
if (group != null) result.group = group;
if (selectedKpis != null) result.selectedKpis.addAll(selectedKpis);
if (compatibleWith != null) result.compatibleWith.addAll(compatibleWith);
return result;
}
@@ -533,7 +533,7 @@ class GetCompatibleKpisRequest extends $pb.GeneratedMessage {
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'GetCompatibleKpisRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$1.RequestProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.RequestProjectHeader.create)
..aOS(3, _omitFieldNames ? '' : 'Group', protoName: 'Group')
..pPS(4, _omitFieldNames ? '' : 'SelectedKpis', protoName: 'SelectedKpis')
..pPS(4, _omitFieldNames ? '' : 'CompatibleWith', protoName: 'CompatibleWith')
..hasRequiredFields = false
;
@@ -576,7 +576,7 @@ class GetCompatibleKpisRequest extends $pb.GeneratedMessage {
void clearGroup() => $_clearField(3);
@$pb.TagNumber(4)
$pb.PbList<$core.String> get selectedKpis => $_getList(2);
$pb.PbList<$core.String> get compatibleWith => $_getList(2);
}
class GetCompatibleKpisResult extends $pb.GeneratedMessage {

View File

@@ -143,7 +143,7 @@ const GetCompatibleKpisRequest$json = {
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
{'1': 'Group', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'Group'},
{'1': 'SelectedKpis', '3': 4, '4': 3, '5': 9, '8': {}, '10': 'SelectedKpis'},
{'1': 'CompatibleWith', '3': 4, '4': 3, '5': 9, '8': {}, '10': 'CompatibleWith'},
],
'7': {},
};
@@ -155,9 +155,9 @@ final $typed_data.Uint8List getCompatibleKpisRequestDescriptor = $convert.base64
'SVdpZGdldCBhbmFseXNpcyBjcml0ZXJpb24sIGV4ZWN1dGlvbmZsb3csIHN0b2NrLCBtb3ZlbW'
'VudCBvciBoYW5kbGluZ3VuaXRKDyJleGVjdXRpb25mbG93IrqBAWFyX1INZXhlY3V0aW9uZmxv'
'd1IFc3RvY2tSCG1vdmVtZW50UgxoYW5kbGluZ3VuaXRSBWFjdG9yUgRpdGVtUg5zdG9ja19leH'
'RlbmRlZFIFY2xhaW1SC2FwcG9pbnRtZW50UgVHcm91cBJLCgxTZWxlY3RlZEtwaXMYBCADKAlC'
'J5JBJDIiTGlzdCBvZiBhbHJlYWR5IHNlbGVjdGVkIEtQSSBuYW1lc1IMU2VsZWN0ZWRLcGlzOg'
'6SQQsKCdIBBkhlYWRlcg==');
'RlbmRlZFIFY2xhaW1SC2FwcG9pbnRtZW50UgVHcm91cBJPCg5Db21wYXRpYmxlV2l0aBgEIAMo'
'CUInkkEkMiJMaXN0IG9mIGFscmVhZHkgc2VsZWN0ZWQgS1BJIG5hbWVzUg5Db21wYXRpYmxlV2'
'l0aDoOkkELCgnSAQZIZWFkZXI=');
@$core.Deprecated('Use getCompatibleKpisResultDescriptor instead')
const GetCompatibleKpisResult$json = {

View File

@@ -1,6 +1,6 @@
name: dart_core_sdk
description: dart libs from core model proto files
version: 1.15.0-SNAPSHOT-260903100910
version: 1.15.0-SNAPSHOT-260903124721
homepage: ''
publish_to: ''
repository: ''