Add CategoryId filter to product query and proto
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<Version>0.0.137</Version>
|
||||
<Version>0.0.138</Version>
|
||||
<DebugType>None</DebugType>
|
||||
<DebugSymbols>False</DebugSymbols>
|
||||
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
|
||||
|
||||
@@ -130,6 +130,7 @@ message GetAllProductsByFilterFilter
|
||||
google.protobuf.Int32Value sale_count = 11;
|
||||
google.protobuf.Int32Value view_count = 12;
|
||||
google.protobuf.Int32Value remaining_count = 13;
|
||||
google.protobuf.Int64Value category_id = 14;
|
||||
}
|
||||
message GetAllProductsByFilterResponse
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user