mirror of
https://github.com/donl/plivo-node.git
synced 2026-05-30 06:12:14 -06:00
Add field number_priority to powerpack api
This commit is contained in:
parent
58c9f231bb
commit
dbcaa8162d
1 changed files with 3 additions and 0 deletions
|
|
@ -173,6 +173,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
|
||||
|
|
@ -401,6 +402,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
|
||||
*/
|
||||
|
|
@ -432,6 +434,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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue