feat(wallet): add current discount balance and change discount value to wallet history response DTOs and Protobuf definitions
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<Version>0.0.199</Version>
|
||||
<Version>0.0.200</Version>
|
||||
<DebugType>None</DebugType>
|
||||
<DebugSymbols>False</DebugSymbols>
|
||||
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
|
||||
|
||||
@@ -88,6 +88,8 @@ message GetUserWalletHistoryResponse
|
||||
bool is_increase = 7;
|
||||
google.protobuf.Int64Value refrence_id = 8;
|
||||
google.protobuf.Timestamp created_at = 9;
|
||||
int64 current_discount_balance = 10;
|
||||
int64 change_discount_value = 11;
|
||||
}
|
||||
message GetAllUserWalletHistoryByFilterRequest
|
||||
{
|
||||
@@ -121,4 +123,6 @@ message GetAllUserWalletHistoryByFilterResponseModel
|
||||
bool is_increase = 7;
|
||||
google.protobuf.Int64Value refrence_id = 8;
|
||||
google.protobuf.Timestamp created_at = 9;
|
||||
int64 current_discount_balance = 10;
|
||||
int64 change_discount_value = 11;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user