Merge branch 'master' into typescript

This commit is contained in:
Mohammed Huzaif 2021-01-19 13:37:00 +05:30 committed by GitHub
commit 8f3ac147ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View file

@ -1,8 +1,11 @@
# Change Log
## [4.12.0](https://github.com/plivo/plivo-node/releases/tag/v4.12.0)(2021-01-19)
## [4.13.0](https://github.com/plivo/plivo-node/releases/tag/v4.13.0)(2021-01-19)
- Add Typescript support.
## [4.12.0](https://github.com/plivo/plivo-node/releases/tag/v4.12.0)(2020-11-17)
- Add number_priority support for Powerpack API.
## [4.11.0](https://github.com/plivo/plivo-node/releases/tag/v4.11.0)(2020-10-30)
- Change lookup API endpoint and response.

View file

@ -455,6 +455,7 @@ export class Powerpack extends PlivoResource {
* @param {string} [params.application_id]
* @param {string} [params.sticky_sender]
* @param {string} [params.local_connect]
* @param {list} [params.number_priority]
* @promise {object} return {@link Powerpack} object
* @fail {Error} return Error
@ -697,7 +698,6 @@ export class PowerpackInterface extends PlivoResourceInterface {
get(uuid) {
return super.get(uuid);
}
/**
* create Powerpack
* @method