Generator Changes at 11/16/2025 2:40:32 AM +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? SignGuid { get; init; }
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -156,6 +156,7 @@ message CreateNewOtpTokenRequest
|
|||||||
{
|
{
|
||||||
string mobile = 1;
|
string mobile = 1;
|
||||||
string purpose = 2;
|
string purpose = 2;
|
||||||
|
google.protobuf.StringValue sign_guid = 3;
|
||||||
}
|
}
|
||||||
message CreateNewOtpTokenResponse
|
message CreateNewOtpTokenResponse
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user