Generator Changes at 11/14/2025 3:54:39 PM +03:30
This commit is contained in:
@@ -5,5 +5,7 @@ public record CreateNewOtpTokenCommand : IRequest<CreateNewOtpTokenResponseDto>
|
|||||||
public string Mobile { get; init; }
|
public string Mobile { get; init; }
|
||||||
//مقصود
|
//مقصود
|
||||||
public string Purpose { get; init; }
|
public string Purpose { get; init; }
|
||||||
|
//اطلاعات بیشتر
|
||||||
|
public string? ExtraInfo { get; init; }
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -36,6 +36,7 @@ message CreateNewOtpTokenRequest
|
|||||||
{
|
{
|
||||||
string mobile = 1;
|
string mobile = 1;
|
||||||
string purpose = 2;
|
string purpose = 2;
|
||||||
|
google.protobuf.StringValue extra_info = 3;
|
||||||
}
|
}
|
||||||
message CreateNewOtpTokenResponse
|
message CreateNewOtpTokenResponse
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -179,7 +179,7 @@ message GetAllTransactionsByFilterFilter
|
|||||||
google.protobuf.StringValue card_hash = 18;
|
google.protobuf.StringValue card_hash = 18;
|
||||||
google.protobuf.StringValue card_pan = 19;
|
google.protobuf.StringValue card_pan = 19;
|
||||||
google.protobuf.StringValue ref_id = 20;
|
google.protobuf.StringValue ref_id = 20;
|
||||||
google.protobuf.StringValue order_id = 21;
|
google.protobuf.Int64Value order_id = 21;
|
||||||
oneof Type_item
|
oneof Type_item
|
||||||
{
|
{
|
||||||
messages.TransactionType type = 22;
|
messages.TransactionType type = 22;
|
||||||
|
|||||||
Reference in New Issue
Block a user