Merge branch 'got_package_update' of github.com:plivo/plivo-node into got_package_update

This commit is contained in:
Nixon 2021-01-29 13:14:10 +05:30
commit 0191c46de0
3 changed files with 2 additions and 4 deletions

View file

@ -1,5 +1,4 @@
import { extend } from './utils/common.js';
import axios from 'axios';
let actionKey = Symbol('api action');
let klassKey = Symbol('constructor');

View file

@ -495,7 +495,7 @@ export class CallInterface extends PlivoResourceInterface {
* @promise {object[]} returns list of Call Object
* @fail {Error} returns Error
*/
list(params) {
list(params = {}) {
params.isVoiceRequest = 'true';
let client = this[clientKey];

View file

@ -58,11 +58,10 @@
"test": "gulp"
},
"dependencies": {
"@types/node": "^14.14.14",
"axios": "^0.19.2",
"base-64": "^0.1.0",
"build-url": "^1.0.10",
"got": "^11.8.1",
"querystring": "^0.2.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.4",
"querystring": "^0.2.0",