Merge pull request #163 from plivo/number-priority

Add field number_priority to powerpack api
This commit is contained in:
nixonsam 2020-11-17 11:59:48 +05:30 committed by GitHub
commit 1ded1fcc7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,8 @@
# Change Log
## [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

@ -196,6 +196,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
@ -437,6 +438,7 @@ export class PowerpackInterface extends PlivoResourceInterface {
* @param {string} [params.local_connect]
* @param {string} [params.application_type]
* @param {string} [params.application_id]
* @param {list} [params.number_priority]
* @promise {object} return {@link PlivoGenericResponse} object
* @fail {Error} return Error
*/
@ -468,6 +470,7 @@ export class PowerpackInterface extends PlivoResourceInterface {
* @param {string} [params.local_connect]
* @param {string} [params.application_type]
* @param {string} [params.application_id]
* @param {list} [params.number_priority]
* @promise {object} return {@link Powerpack} object
* @fail {Error} return Error
*/

View file

@ -1,6 +1,6 @@
{
"name": "plivo",
"version": "4.11.0",
"version": "4.12.0",
"description": "A Node.js SDK to make voice calls and send SMS using Plivo and to generate Plivo XML",
"homepage": "https://github.com/plivo/plivo-node",
"files": [