Comparing version 4.34.3 to 4.35.0
# Change Log | ||
## [v4.35.0](https://github.com/plivo/plivo-node/tree/v4.35.0) (2022-11-04) | ||
**Brand Usecase Request** | ||
- Brand Usecase Request endpoint added | ||
## [v4.34.3](https://github.com/plivo/plivo-go/tree/v4.34.3) (2022-11-07) | ||
@@ -4,0 +8,0 @@ **Bug fix - List all Endpoint** |
@@ -124,3 +124,3 @@ 'use strict'; | ||
* @method | ||
* @param {object} params | ||
* @param {object} params | ||
* @param {string} brand_alias | ||
@@ -153,2 +153,16 @@ * @param {string} profile_uuid | ||
} | ||
/** | ||
* get BrandUsecases by given id | ||
* @method | ||
* @param {string} brandID - id of brand | ||
* @promise {object} return {@link Brand} object | ||
* @fail {Error} return Error | ||
*/ | ||
}, { | ||
key: 'get_usecases', | ||
value: function get_usecases(brandId) { | ||
return _get(BrandInterface.prototype.__proto__ || Object.getPrototypeOf(BrandInterface.prototype), 'customexecuteAction', this).call(this, action + brandId + '/usecases/', 'GET'); | ||
} | ||
}]); | ||
@@ -155,0 +169,0 @@ |
{ | ||
"name": "plivo", | ||
"version": "4.34.3", | ||
"version": "4.35.0", | ||
"description": "A Node.js SDK to make voice calls and send SMS using Plivo and to generate Plivo XML", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/plivo/plivo-node", |
Sorry, the diff of this file is too big to display
742575
16369