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

@@ -82,7 +82,7 @@ export interface ClaimByFilterQuery {
*/
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 = 6
*/
@@ -135,7 +135,7 @@ export interface ClaimByMatchQuery {
*/
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
*/