From e6b912052baf0e46ebb4f06e0cf72a15bed8fe84 Mon Sep 17 00:00:00 2001 From: masoodafar-web Date: Fri, 14 Nov 2025 15:56:14 +0330 Subject: [PATCH] =?UTF-8?q?Generator=20Changes=20at=2011/14/2025=203:54:39?= =?UTF-8?q?=E2=80=AFPM=20+03:30?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Commands/CreateNewOtpToken/CreateNewOtpTokenCommand.cs | 2 ++ src/CMSMicroservice.Protobuf/Protos/otptoken.proto | 1 + src/CMSMicroservice.Protobuf/Protos/transactions.proto | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/CMSMicroservice.Application/OtpTokenCQ/Commands/CreateNewOtpToken/CreateNewOtpTokenCommand.cs b/src/CMSMicroservice.Application/OtpTokenCQ/Commands/CreateNewOtpToken/CreateNewOtpTokenCommand.cs index dc2181b..56871e8 100644 --- a/src/CMSMicroservice.Application/OtpTokenCQ/Commands/CreateNewOtpToken/CreateNewOtpTokenCommand.cs +++ b/src/CMSMicroservice.Application/OtpTokenCQ/Commands/CreateNewOtpToken/CreateNewOtpTokenCommand.cs @@ -5,5 +5,7 @@ public record CreateNewOtpTokenCommand : IRequest public string Mobile { get; init; } //مقصود public string Purpose { get; init; } + //اطلاعات بیشتر + public string? ExtraInfo { get; init; } } \ No newline at end of file diff --git a/src/CMSMicroservice.Protobuf/Protos/otptoken.proto b/src/CMSMicroservice.Protobuf/Protos/otptoken.proto index 0c787e1..839fc4a 100644 --- a/src/CMSMicroservice.Protobuf/Protos/otptoken.proto +++ b/src/CMSMicroservice.Protobuf/Protos/otptoken.proto @@ -36,6 +36,7 @@ message CreateNewOtpTokenRequest { string mobile = 1; string purpose = 2; + google.protobuf.StringValue extra_info = 3; } message CreateNewOtpTokenResponse { diff --git a/src/CMSMicroservice.Protobuf/Protos/transactions.proto b/src/CMSMicroservice.Protobuf/Protos/transactions.proto index 8da1042..8a31229 100644 --- a/src/CMSMicroservice.Protobuf/Protos/transactions.proto +++ b/src/CMSMicroservice.Protobuf/Protos/transactions.proto @@ -179,7 +179,7 @@ message GetAllTransactionsByFilterFilter google.protobuf.StringValue card_hash = 18; google.protobuf.StringValue card_pan = 19; google.protobuf.StringValue ref_id = 20; - google.protobuf.StringValue order_id = 21; + google.protobuf.Int64Value order_id = 21; oneof Type_item { messages.TransactionType type = 22;