v2: change name from asset_type to type

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-05-18 14:47:22 +03:30
parent e2b3b41fbb
commit bba9c90c6e
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -140,7 +140,7 @@ message AssetList { repeated Asset list = 1; }
message AssetFilter { message AssetFilter {
repeated int64 ids = 1; repeated int64 ids = 1;
repeated AssetType asset_type = 2; // AssetType repeated AssetType type = 2; // AssetType
repeated AssetType token_type = 3; // AssetType repeated AssetType token_type = 3; // AssetType
repeated AssetStatus status = 4; repeated AssetStatus status = 4;
repeated string name = 5; repeated string name = 5;