Latest generation

This commit is contained in:
ci core model
2026-02-23 16:03:13 +00:00
parent 4ada00ad57
commit e81916fcd4
17 changed files with 580 additions and 24 deletions

View File

@@ -224,7 +224,7 @@ class HandlingunitByFilterQuery extends $pb.GeneratedMessage {
@$pb.TagNumber(5)
void clearQueryContext() => $_clearField(5);
/// list of blockFilters structure for Find query, each element (BlockFilter) in the list is an "OR" part of the query, if not empty, simpleFilters (deprecated) & rangeFilters (deprecated) will be ignored
/// list of blockFilters structure for Find query, each element (BlockFilter) in the list is an "OR" part of the query
@$pb.TagNumber(7)
$pb.PbList<$1.BlockFilter> get blockFilters => $_getList(3);
@@ -423,7 +423,7 @@ class HandlingunitByMatchQuery extends $pb.GeneratedMessage {
@$pb.TagNumber(1)
$1.QueryProjectHeader ensureHeader() => $_ensure(0);
/// list of blockFilters structure for Find query, each element (BlockFilter) in the list is an "OR" part of the query, if not empty, simpleFilters (deprecated) & rangeFilters (deprecated) will be ignored
/// list of blockFilters structure for Find query, each element (BlockFilter) in the list is an "OR" part of the query
@$pb.TagNumber(5)
$pb.PbList<$1.BlockFilter> get blockFilters => $_getList(1);