Comparing version 4.32.1 to 4.33.0
# Change Log | ||
## [v4.33.0](https://github.com/plivo/plivo-go/tree/v4.33.0) (2022-07-11) | ||
**Feature - STIR Attestation** | ||
- Add stir attestation param as part of Get CDR and Get live call APIs Response | ||
## [v4.32.1](https://github.com/plivo/plivo-node/tree/v4.32.1) (2022-06-09) | ||
@@ -4,0 +8,0 @@ **Bug fix - Typescript** |
@@ -94,2 +94,3 @@ 'use strict'; | ||
this.stirVerification = params.stirVerification; | ||
this.stirAttestation = params.stirAttestation; | ||
}; | ||
@@ -122,2 +123,3 @@ | ||
this.stirVerification = params.stirVerification; | ||
this.stirAttestation = params.stirAttestation; | ||
}; | ||
@@ -149,2 +151,3 @@ | ||
this.stirVerification = params.stirVerification; | ||
this.stirAttestation = params.stirAttestation; | ||
}; | ||
@@ -151,0 +154,0 @@ |
{ | ||
"name": "plivo", | ||
"version": "4.32.1", | ||
"version": "4.33.0", | ||
"description": "A Node.js SDK to make voice calls and send SMS using Plivo and to generate Plivo XML", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/plivo/plivo-node", |
Sorry, the diff of this file is too big to display
733196
16197