Add CategoryId filter to product query and proto

This commit is contained in:
masoodafar-web
2025-11-28 11:00:36 +03:30
parent ce2bf3f1f0
commit a3c7033d95
4 changed files with 5 additions and 1 deletions

View File

@@ -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>

View File

@@ -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
{