Comparing version 4.56.1 to 4.56.2
# Change Log | ||
## [v4.56.2](https://github.com/plivo/plivo-node/tree/v4.56.2) (2023-09-01) | ||
**Bug fix - Unable to build TypeScript on Version 4.56.0** | ||
- Fix TypeScript build error | ||
## [v4.56.1](https://github.com/plivo/plivo-node/tree/v4.56.1) (2023-09-01) | ||
@@ -7,3 +11,2 @@ **Bug Fix - unrent powerpack number** | ||
## [v4.56.0](https://github.com/plivo/plivo-node/tree/v4.56.0) (2023-08-25) | ||
@@ -10,0 +13,0 @@ **Feature - Added New Param 'carrier_fees', 'carrier_fees_rate', 'destination_network' in Get Message and List Message APIs** |
@@ -144,3 +144,3 @@ export class CreateMaskingSessionResponse { | ||
*/ | ||
listMaskingSession(params ? : {}): Promise < ListMaskingSessionResponse > ; | ||
listMaskingSession(params ? : {}): Promise < ListMaskingSessionResponse > ; | ||
@@ -163,2 +163,6 @@ /** | ||
deleteMaskingSession(sessionUuid: string): Promise < DeleteMaskingSessionResponse > ; | ||
} | ||
} | ||
import { | ||
PlivoResource, | ||
PlivoResourceInterface | ||
} from "../base"; |
{ | ||
"name": "plivo", | ||
"version": "4.56.1", | ||
"version": "4.56.2", | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
836026
17984