From 98378aaa6acdf8e1e16b160237d301a46090faf9 Mon Sep 17 00:00:00 2001 From: abinaya-plivo Date: Tue, 7 Dec 2021 12:48:57 +0530 Subject: [PATCH] VT-3755 StirShaken phase 2 - SDK implementation --- lib/resources/call.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/resources/call.js b/lib/resources/call.js index b4c1944..4bc181b 100644 --- a/lib/resources/call.js +++ b/lib/resources/call.js @@ -76,6 +76,7 @@ export class GetLiveCallResponse { this.sessionStart = params.sessionStart; this.to = params.to; this.stirVerification = params.stirVerification; + this.stirAttestation = params.stirAttestation; } } export class RetrieveCallResponse { @@ -102,6 +103,7 @@ export class RetrieveCallResponse { this.totalAmount = params.totalAmount; this.totalRate = params.totalRate; this.stirVerification = params.stirVerification; + this.stirAttestation = params.stirAttestation } } @@ -128,6 +130,7 @@ export class ListAllCallsResponse { this.totalAmount = params.totalAmount; this.totalRate = params.totalRate; this.stirVerification = params.stirVerification; + this.stirAttestation = params.stirAttestation } }