mirror of
https://github.com/donl/plivo-node.git
synced 2026-06-30 06:12:08 -06:00
Merge branch 'master' into typescript
This commit is contained in:
commit
8f3ac147ce
2 changed files with 5 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue