forked from Yara724/api
Added expert field mirror flow
This commit is contained in:
@@ -3,11 +3,10 @@ import { IsNotEmpty, IsString } from "class-validator";
|
||||
|
||||
export class SendExpertInitiatedLinkV2Dto {
|
||||
@ApiProperty({
|
||||
description:
|
||||
"Frontend route path (same as add-second-party flow), e.g. requestManagement/firstParty",
|
||||
example: "requestManagement/firstParty",
|
||||
description: "First party phone number. The link SMS will be sent to this number.",
|
||||
example: "09123456789",
|
||||
})
|
||||
@IsString()
|
||||
@IsNotEmpty()
|
||||
frontendRoute: string;
|
||||
phoneNumber: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user