Generator Changes at 11/25/2025 2:19:02 AM +03:30
This commit is contained in:
@@ -178,7 +178,7 @@ message SubmitShopBuyOrderResponse
|
||||
{
|
||||
messages.PaymentStatus payment_status = 2;
|
||||
}
|
||||
google.protobuf.Timestamp created = 3;
|
||||
google.protobuf.Timestamp payment_date = 3;
|
||||
oneof PaymentMethod_item
|
||||
{
|
||||
messages.PaymentMethod payment_method = 4;
|
||||
|
||||
@@ -87,7 +87,7 @@ message GetAllUserWalletByFilterFilter
|
||||
google.protobuf.Int64Value id = 1;
|
||||
google.protobuf.Int64Value user_id = 2;
|
||||
google.protobuf.Int64Value balance = 3;
|
||||
int64 network_balance = 4;
|
||||
google.protobuf.Int64Value network_balance = 4;
|
||||
}
|
||||
message GetAllUserWalletByFilterResponse
|
||||
{
|
||||
|
||||
@@ -102,6 +102,7 @@ message GetAllUserWalletChangeLogByFilterFilter
|
||||
google.protobuf.Int64Value change_value = 4;
|
||||
google.protobuf.BoolValue is_increase = 5;
|
||||
google.protobuf.Int64Value refrence_id = 6;
|
||||
google.protobuf.Int64Value user_id = 7;
|
||||
}
|
||||
message GetAllUserWalletChangeLogByFilterResponse
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user