feat(wallets): add DiscountBalance to GetAllUserWalletByFilter response; bump proto to 0.0.199
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 15m40s

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
masoodafar-web
2026-05-18 01:13:56 +03:30
parent da1a2fcf8e
commit aac0d4271d
3 changed files with 3 additions and 5 deletions
@@ -168,6 +168,7 @@ message GetAllUserWalletByFilterResponseModel
int64 balance = 3;
int64 network_balance = 4;
string user_name = 5;
int64 discount_balance = 6;
}
// ============= Customer-specific Messages =============