Generator Changes at 10/13/2025 12:07:53 PM

This commit is contained in:
MeysamMoghaddam
2025-10-13 12:09:06 +03:30
parent cac1b1e3bc
commit 4e56dd1204
35 changed files with 1156 additions and 40 deletions

View File

@@ -50,8 +50,7 @@ message CreateNewUserOrderRequest
google.protobuf.Int64Value transaction_id = 3;
bool payment_status = 4;
google.protobuf.Timestamp payment_date = 5;
int64 user_id = 6;
int64 user_address_id = 7;
int64 user_address_id = 6;
}
message CreateNewUserOrderResponse
{
@@ -60,12 +59,7 @@ message CreateNewUserOrderResponse
message UpdateUserOrderRequest
{
int64 id = 1;
int64 price = 2;
int64 package_id = 3;
google.protobuf.Int64Value transaction_id = 4;
bool payment_status = 5;
google.protobuf.Timestamp payment_date = 6;
int64 user_id = 7;
google.protobuf.Int64Value transaction_id = 2;
}
message DeleteUserOrderRequest
{