Latest generation

This commit is contained in:
ci core model
2026-02-23 16:03:18 +00:00
parent 7ed61c4466
commit ac50a20e5c
14 changed files with 560 additions and 24 deletions

View File

@@ -77,7 +77,7 @@ export interface HandlingunitByFilterQuery {
*/
queryContext: string;
/**
* 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
*
* @generated from protobuf field: repeated api.BlockFilter BlockFilters = 7
*/
@@ -130,7 +130,7 @@ export interface HandlingunitByMatchQuery {
*/
Header?: QueryProjectHeader;
/**
* 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
*
* @generated from protobuf field: repeated api.BlockFilter BlockFilters = 5
*/