feat(transactions): enhance transaction filtering and summary capabilities
Build and Deploy to Kubernetes / build-and-deploy (push) Has been cancelled
Build and Deploy to Kubernetes / build-and-deploy (push) Has been cancelled
- Added new date range filters (CreatedFrom, CreatedTo, PaymentDateFrom, PaymentDateTo) to GetAllTransactionsByFilterQuery for improved transaction querying. - Updated GetAllTransactionsByFilterQueryHandler to apply new filters and return detailed transaction models. - Introduced GetTransactionSummary RPC method in Protobuf for summarizing transaction data. - Enhanced mapping configurations to accommodate new filter properties and response models. - Bumped Protobuf project version to reflect the addition of new features.
This commit is contained in:
@@ -109,6 +109,13 @@ enum TransactionType
|
||||
DepositIpg = 1;
|
||||
DepositExternal1 = 2;
|
||||
Withdraw = 3;
|
||||
NetworkCommission = 10;
|
||||
ClubActivation = 11;
|
||||
DiscountWalletCharge = 12;
|
||||
DiscountShopPurchase = 13;
|
||||
MagicWalletDeposit = 14;
|
||||
MagicWalletBonus = 15;
|
||||
CreditWalletCharge = 16;
|
||||
}
|
||||
enum ContractType
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user