forked from Yara724/api
YARA-1154
This commit is contained in:
@@ -2319,6 +2319,7 @@ export class RequestManagementService {
|
||||
const url = this.smsOrchestrationService.buildInviteLink(
|
||||
frontendRoute,
|
||||
requestId,
|
||||
"v1",
|
||||
);
|
||||
await this.smsOrchestrationService.sendInviteLink(
|
||||
secondPartyPhone,
|
||||
@@ -2372,6 +2373,7 @@ export class RequestManagementService {
|
||||
const url = this.smsOrchestrationService.buildInviteLink(
|
||||
frontendRoute,
|
||||
requestId,
|
||||
"v1",
|
||||
);
|
||||
await this.smsOrchestrationService.sendInviteLink(
|
||||
phoneNumber,
|
||||
@@ -3485,6 +3487,7 @@ export class RequestManagementService {
|
||||
const URL = this.smsOrchestrationService.buildInviteLink(
|
||||
frontendRoutes,
|
||||
requestId,
|
||||
"v1",
|
||||
);
|
||||
await this.smsOrchestrationService.sendInviteLink(
|
||||
phoneNumber,
|
||||
@@ -4927,6 +4930,7 @@ export class RequestManagementService {
|
||||
const firstLink = this.smsOrchestrationService.buildBlamePartyLink(
|
||||
requestId,
|
||||
"FIRST",
|
||||
"v2",
|
||||
);
|
||||
const smsSent = await this.smsOrchestrationService.sendFieldExpertLink({
|
||||
receptor: phone,
|
||||
@@ -8365,6 +8369,7 @@ export class RequestManagementService {
|
||||
targetPhone === request?.parties[0]?.person.phoneNumber
|
||||
? "FIRST"
|
||||
: "SECOND",
|
||||
"v1",
|
||||
);
|
||||
await this.smsOrchestrationService.sendThirdPartyDamagedPartyClaimLinkNotice(
|
||||
{
|
||||
@@ -10229,7 +10234,7 @@ export class RequestManagementService {
|
||||
req.parties[firstIdx].person.userId = userId;
|
||||
|
||||
const expertName = `${agent?.lastName || ""}`.trim() || "اپراتور";
|
||||
const firstLink = this.smsOrchestrationService.buildBlamePartyLink(requestId, "FIRST");
|
||||
const firstLink = this.smsOrchestrationService.buildBlamePartyLink(requestId, "FIRST", "v6");
|
||||
const smsSent = await this.smsOrchestrationService.sendFieldExpertLink({
|
||||
receptor: phone,
|
||||
type: req.type,
|
||||
|
||||
Reference in New Issue
Block a user