diff --git a/CHANGELOG.md b/CHANGELOG.md index 61121b0a..2fa1ef31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # CHANGELOG -Lib version: 1.15.0-SNAPSHOT-260910112436 +Lib version: 1.15.0-SNAPSHOT-260910151748 diff --git a/lib/view.pb.dart b/lib/view.pb.dart index dcbb2d12..a041f5f2 100644 --- a/lib/view.pb.dart +++ b/lib/view.pb.dart @@ -245,10 +245,12 @@ class GetViewFieldsRequest extends $pb.GeneratedMessage { $1.RequestProjectHeader? header, $core.String? domain, $core.String? entity, + @$core.Deprecated('This field is deprecated.') $core.Iterable<$core.String>? ommittedList, $core.String? startingPath, $core.bool? onlySegmentationKeys, $core.String? kpiGroupFilter, + $core.Iterable<$core.String>? whiteList, }) { final result = create(); if (header != null) result.header = header; @@ -258,6 +260,7 @@ class GetViewFieldsRequest extends $pb.GeneratedMessage { if (startingPath != null) result.startingPath = startingPath; if (onlySegmentationKeys != null) result.onlySegmentationKeys = onlySegmentationKeys; if (kpiGroupFilter != null) result.kpiGroupFilter = kpiGroupFilter; + if (whiteList != null) result.whiteList.addAll(whiteList); return result; } @@ -274,6 +277,7 @@ class GetViewFieldsRequest extends $pb.GeneratedMessage { ..aOS(5, _omitFieldNames ? '' : 'StartingPath', protoName: 'StartingPath') ..aOB(6, _omitFieldNames ? '' : 'OnlySegmentationKeys', protoName: 'OnlySegmentationKeys') ..aOS(7, _omitFieldNames ? '' : 'KpiGroupFilter', protoName: 'KpiGroupFilter') + ..pPS(8, _omitFieldNames ? '' : 'WhiteList', protoName: 'WhiteList') ..hasRequiredFields = false ; @@ -325,6 +329,7 @@ class GetViewFieldsRequest extends $pb.GeneratedMessage { void clearEntity() => $_clearField(3); /// Fields that are not used in this entity + @$core.Deprecated('This field is deprecated.') @$pb.TagNumber(4) $pb.PbList<$core.String> get ommittedList => $_getList(3); @@ -354,6 +359,10 @@ class GetViewFieldsRequest extends $pb.GeneratedMessage { $core.bool hasKpiGroupFilter() => $_has(6); @$pb.TagNumber(7) void clearKpiGroupFilter() => $_clearField(7); + + /// Fields that are used in this entity + @$pb.TagNumber(8) + $pb.PbList<$core.String> get whiteList => $_getList(7); } class GetViewFieldsResult extends $pb.GeneratedMessage { @@ -396,162 +405,6 @@ class GetViewFieldsResult extends $pb.GeneratedMessage { $pb.PbList get fields => $_getList(0); } -class GetSiteViewFieldsRequest extends $pb.GeneratedMessage { - factory GetSiteViewFieldsRequest({ - $1.RequestProjectHeader? header, - $core.String? domain, - $core.String? entity, - $core.Iterable<$core.String>? ommittedList, - $core.String? startingPath, - $core.bool? onlySegmentationKeys, - $core.String? kpiGroupFilter, - }) { - final result = create(); - if (header != null) result.header = header; - if (domain != null) result.domain = domain; - if (entity != null) result.entity = entity; - if (ommittedList != null) result.ommittedList.addAll(ommittedList); - if (startingPath != null) result.startingPath = startingPath; - if (onlySegmentationKeys != null) result.onlySegmentationKeys = onlySegmentationKeys; - if (kpiGroupFilter != null) result.kpiGroupFilter = kpiGroupFilter; - return result; - } - - GetSiteViewFieldsRequest._(); - - factory GetSiteViewFieldsRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry); - factory GetSiteViewFieldsRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'GetSiteViewFieldsRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$1.RequestProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.RequestProjectHeader.create) - ..aOS(2, _omitFieldNames ? '' : 'Domain', protoName: 'Domain') - ..aOS(3, _omitFieldNames ? '' : 'Entity', protoName: 'Entity') - ..pPS(4, _omitFieldNames ? '' : 'OmmittedList', protoName: 'OmmittedList') - ..aOS(5, _omitFieldNames ? '' : 'StartingPath', protoName: 'StartingPath') - ..aOB(6, _omitFieldNames ? '' : 'OnlySegmentationKeys', protoName: 'OnlySegmentationKeys') - ..aOS(7, _omitFieldNames ? '' : 'KpiGroupFilter', protoName: 'KpiGroupFilter') - ..hasRequiredFields = false - ; - - @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') - GetSiteViewFieldsRequest clone() => GetSiteViewFieldsRequest()..mergeFromMessage(this); - @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') - GetSiteViewFieldsRequest copyWith(void Function(GetSiteViewFieldsRequest) updates) => super.copyWith((message) => updates(message as GetSiteViewFieldsRequest)) as GetSiteViewFieldsRequest; - - @$core.override - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static GetSiteViewFieldsRequest create() => GetSiteViewFieldsRequest._(); - @$core.override - GetSiteViewFieldsRequest createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static GetSiteViewFieldsRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static GetSiteViewFieldsRequest? _defaultInstance; - - @$pb.TagNumber(1) - $1.RequestProjectHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($1.RequestProjectHeader value) => $_setField(1, value); - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $1.RequestProjectHeader ensureHeader() => $_ensure(0); - - @$pb.TagNumber(2) - $core.String get domain => $_getSZ(1); - @$pb.TagNumber(2) - set domain($core.String value) => $_setString(1, value); - @$pb.TagNumber(2) - $core.bool hasDomain() => $_has(1); - @$pb.TagNumber(2) - void clearDomain() => $_clearField(2); - - /// Entity where the metadata will be created. It can be \"executionflow\", \"handlingunit\", \"item\", \"order\", \"stock\" - @$pb.TagNumber(3) - $core.String get entity => $_getSZ(2); - @$pb.TagNumber(3) - set entity($core.String value) => $_setString(2, value); - @$pb.TagNumber(3) - $core.bool hasEntity() => $_has(2); - @$pb.TagNumber(3) - void clearEntity() => $_clearField(3); - - /// Fields that are not used in this entity - @$pb.TagNumber(4) - $pb.PbList<$core.String> get ommittedList => $_getList(3); - - @$pb.TagNumber(5) - $core.String get startingPath => $_getSZ(4); - @$pb.TagNumber(5) - set startingPath($core.String value) => $_setString(4, value); - @$pb.TagNumber(5) - $core.bool hasStartingPath() => $_has(4); - @$pb.TagNumber(5) - void clearStartingPath() => $_clearField(5); - - @$pb.TagNumber(6) - $core.bool get onlySegmentationKeys => $_getBF(5); - @$pb.TagNumber(6) - set onlySegmentationKeys($core.bool value) => $_setBool(5, value); - @$pb.TagNumber(6) - $core.bool hasOnlySegmentationKeys() => $_has(5); - @$pb.TagNumber(6) - void clearOnlySegmentationKeys() => $_clearField(6); - - @$pb.TagNumber(7) - $core.String get kpiGroupFilter => $_getSZ(6); - @$pb.TagNumber(7) - set kpiGroupFilter($core.String value) => $_setString(6, value); - @$pb.TagNumber(7) - $core.bool hasKpiGroupFilter() => $_has(6); - @$pb.TagNumber(7) - void clearKpiGroupFilter() => $_clearField(7); -} - -class GetSiteViewFieldsResult extends $pb.GeneratedMessage { - factory GetSiteViewFieldsResult({ - $core.Iterable? fields, - }) { - final result = create(); - if (fields != null) result.fields.addAll(fields); - return result; - } - - GetSiteViewFieldsResult._(); - - factory GetSiteViewFieldsResult.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry); - factory GetSiteViewFieldsResult.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'GetSiteViewFieldsResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..pc(1, _omitFieldNames ? '' : 'Fields', $pb.PbFieldType.PM, protoName: 'Fields', subBuilder: FieldView.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') - GetSiteViewFieldsResult clone() => GetSiteViewFieldsResult()..mergeFromMessage(this); - @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') - GetSiteViewFieldsResult copyWith(void Function(GetSiteViewFieldsResult) updates) => super.copyWith((message) => updates(message as GetSiteViewFieldsResult)) as GetSiteViewFieldsResult; - - @$core.override - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static GetSiteViewFieldsResult create() => GetSiteViewFieldsResult._(); - @$core.override - GetSiteViewFieldsResult createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static GetSiteViewFieldsResult getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static GetSiteViewFieldsResult? _defaultInstance; - - @$pb.TagNumber(1) - $pb.PbList get fields => $_getList(0); -} - const $core.bool _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names'); const $core.bool _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names'); diff --git a/lib/view.pbjson.dart b/lib/view.pbjson.dart index a3fd2776..36a3636b 100644 --- a/lib/view.pbjson.dart +++ b/lib/view.pbjson.dart @@ -63,10 +63,18 @@ const GetViewFieldsRequest$json = { {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'}, {'1': 'Domain', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Domain'}, {'1': 'Entity', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'Entity'}, - {'1': 'OmmittedList', '3': 4, '4': 3, '5': 9, '8': {}, '10': 'OmmittedList'}, + { + '1': 'OmmittedList', + '3': 4, + '4': 3, + '5': 9, + '8': {'3': true}, + '10': 'OmmittedList', + }, {'1': 'StartingPath', '3': 5, '4': 1, '5': 9, '10': 'StartingPath'}, {'1': 'OnlySegmentationKeys', '3': 6, '4': 1, '5': 8, '10': 'OnlySegmentationKeys'}, {'1': 'KpiGroupFilter', '3': 7, '4': 1, '5': 9, '8': {}, '10': 'KpiGroupFilter'}, + {'1': 'WhiteList', '3': 8, '4': 3, '5': 9, '8': {}, '10': 'WhiteList'}, ], '7': {}, }; @@ -78,12 +86,13 @@ final $typed_data.Uint8List getViewFieldsRequestDescriptor = $convert.base64Deco 'ZbqBARdyFVIFdHJhZGVSBmNvbGxhYlIEY29yZVIGRG9tYWluEp0BCgZFbnRpdHkYAyABKAlChA' 'GSQXkybkVudGl0eSB3aGVyZSB0aGUgbWV0YWRhdGEgd2lsbCBiZSBjcmVhdGVkLiBJdCBjYW4g' 'YmUgImV4ZWN1dGlvbmZsb3ciLCAiaGFuZGxpbmd1bml0IiwgIml0ZW0iLCAib3JkZXIiLCAic3' - 'RvY2siSgcib3JkZXIiuoEBBHICEAFSBkVudGl0eRJQCgxPbW1pdHRlZExpc3QYBCADKAlCLJJB' - 'KTInRmllbGRzIHRoYXQgYXJlIG5vdCB1c2VkIGluIHRoaXMgZW50aXR5UgxPbW1pdHRlZExpc3' - 'QSIgoMU3RhcnRpbmdQYXRoGAUgASgJUgxTdGFydGluZ1BhdGgSMgoUT25seVNlZ21lbnRhdGlv' - 'bktleXMYBiABKAhSFE9ubHlTZWdtZW50YXRpb25LZXlzElUKDktwaUdyb3VwRmlsdGVyGAcgAS' - 'gJQi2SQSoyKE9ubHkgZmllbGRzIG1hdGNoaW5nIHRoaXMga3BpIGdyb3VwIG5hbWVSDktwaUdy' - 'b3VwRmlsdGVyOheSQRQKEtIBBkhlYWRlctIBBkVudGl0eQ=='); + 'RvY2siSgcib3JkZXIiuoEBBHICEAFSBkVudGl0eRJSCgxPbW1pdHRlZExpc3QYBCADKAlCLhgB' + 'kkEpMidGaWVsZHMgdGhhdCBhcmUgbm90IHVzZWQgaW4gdGhpcyBlbnRpdHlSDE9tbWl0dGVkTG' + 'lzdBIiCgxTdGFydGluZ1BhdGgYBSABKAlSDFN0YXJ0aW5nUGF0aBIyChRPbmx5U2VnbWVudGF0' + 'aW9uS2V5cxgGIAEoCFIUT25seVNlZ21lbnRhdGlvbktleXMSVQoOS3BpR3JvdXBGaWx0ZXIYBy' + 'ABKAlCLZJBKjIoT25seSBmaWVsZHMgbWF0Y2hpbmcgdGhpcyBrcGkgZ3JvdXAgbmFtZVIOS3Bp' + 'R3JvdXBGaWx0ZXISRgoJV2hpdGVMaXN0GAggAygJQiiSQSUyI0ZpZWxkcyB0aGF0IGFyZSB1c2' + 'VkIGluIHRoaXMgZW50aXR5UglXaGl0ZUxpc3Q6F5JBFAoS0gEGSGVhZGVy0gEGRW50aXR5'); @$core.Deprecated('Use getViewFieldsResultDescriptor instead') const GetViewFieldsResult$json = { @@ -98,45 +107,3 @@ final $typed_data.Uint8List getViewFieldsResultDescriptor = $convert.base64Decod 'ChNHZXRWaWV3RmllbGRzUmVzdWx0EiYKBkZpZWxkcxgBIAMoCzIOLmFwaS5GaWVsZFZpZXdSBk' 'ZpZWxkcw=='); -@$core.Deprecated('Use getSiteViewFieldsRequestDescriptor instead') -const GetSiteViewFieldsRequest$json = { - '1': 'GetSiteViewFieldsRequest', - '2': [ - {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'}, - {'1': 'Domain', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Domain'}, - {'1': 'Entity', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'Entity'}, - {'1': 'OmmittedList', '3': 4, '4': 3, '5': 9, '8': {}, '10': 'OmmittedList'}, - {'1': 'StartingPath', '3': 5, '4': 1, '5': 9, '10': 'StartingPath'}, - {'1': 'OnlySegmentationKeys', '3': 6, '4': 1, '5': 8, '10': 'OnlySegmentationKeys'}, - {'1': 'KpiGroupFilter', '3': 7, '4': 1, '5': 9, '8': {}, '10': 'KpiGroupFilter'}, - ], - '7': {}, -}; - -/// Descriptor for `GetSiteViewFieldsRequest`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List getSiteViewFieldsRequestDescriptor = $convert.base64Decode( - 'ChhHZXRTaXRlVmlld0ZpZWxkc1JlcXVlc3QSPAoGSGVhZGVyGAEgASgLMhkuYXBpLlJlcXVlc3' - 'RQcm9qZWN0SGVhZGVyQgm6gQEFigECEAFSBkhlYWRlchI9CgZEb21haW4YAiABKAlCJZJBBzoF' - 'dHJhZGW6gQEXchVSBXRyYWRlUgZjb2xsYWJSBGNvcmVSBkRvbWFpbhKdAQoGRW50aXR5GAMgAS' - 'gJQoQBkkF5Mm5FbnRpdHkgd2hlcmUgdGhlIG1ldGFkYXRhIHdpbGwgYmUgY3JlYXRlZC4gSXQg' - 'Y2FuIGJlICJleGVjdXRpb25mbG93IiwgImhhbmRsaW5ndW5pdCIsICJpdGVtIiwgIm9yZGVyIi' - 'wgInN0b2NrIkoHIm9yZGVyIrqBAQRyAhABUgZFbnRpdHkSUAoMT21taXR0ZWRMaXN0GAQgAygJ' - 'QiySQSkyJ0ZpZWxkcyB0aGF0IGFyZSBub3QgdXNlZCBpbiB0aGlzIGVudGl0eVIMT21taXR0ZW' - 'RMaXN0EiIKDFN0YXJ0aW5nUGF0aBgFIAEoCVIMU3RhcnRpbmdQYXRoEjIKFE9ubHlTZWdtZW50' - 'YXRpb25LZXlzGAYgASgIUhRPbmx5U2VnbWVudGF0aW9uS2V5cxJVCg5LcGlHcm91cEZpbHRlch' - 'gHIAEoCUItkkEqMihPbmx5IGZpZWxkcyBtYXRjaGluZyB0aGlzIGtwaSBncm91cCBuYW1lUg5L' - 'cGlHcm91cEZpbHRlcjoXkkEUChLSAQZIZWFkZXLSAQZFbnRpdHk='); - -@$core.Deprecated('Use getSiteViewFieldsResultDescriptor instead') -const GetSiteViewFieldsResult$json = { - '1': 'GetSiteViewFieldsResult', - '2': [ - {'1': 'Fields', '3': 1, '4': 3, '5': 11, '6': '.api.FieldView', '10': 'Fields'}, - ], -}; - -/// Descriptor for `GetSiteViewFieldsResult`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List getSiteViewFieldsResultDescriptor = $convert.base64Decode( - 'ChdHZXRTaXRlVmlld0ZpZWxkc1Jlc3VsdBImCgZGaWVsZHMYASADKAsyDi5hcGkuRmllbGRWaW' - 'V3UgZGaWVsZHM='); - diff --git a/pubspec.yaml b/pubspec.yaml index bee6eda0..11ba0ad0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dart_core_sdk description: dart libs from core model proto files -version: 1.15.0-SNAPSHOT-260910112436 +version: 1.15.0-SNAPSHOT-260910151748 homepage: '' publish_to: '' repository: ''