mirror of
https://github.com/donl/plivo-node.git
synced 2026-05-25 14:22:32 -06:00
Merge branch 'master' into SMS-4444-Brand-Usecase
This commit is contained in:
commit
42380401ab
3 changed files with 6 additions and 3 deletions
4
.github/workflows/unitTests.yml
vendored
4
.github/workflows/unitTests.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [6.x, 7.x, 8.x, 9.x, 10.x, 11.x, 12.x, 13.x, 14.x, 15.x]
|
||||
node-version: [8.x, 9.x, 10.x, 11.x, 12.x, 13.x, 14.x, 15.x, 16.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [15.x]
|
||||
node-version: [16.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
|
|
@ -4,6 +4,10 @@
|
|||
**Brand Usecase Request**
|
||||
- Brand Usecase Request endpoint added
|
||||
|
||||
## [v4.34.3](https://github.com/plivo/plivo-go/tree/v4.34.3) (2022-11-07)
|
||||
**Bug fix - List all Endpoint**
|
||||
- Removed duplicate responses
|
||||
|
||||
## [v4.34.2](https://github.com/plivo/plivo-go/tree/v4.34.2) (2022-10-17)
|
||||
**List Endpoint query param support**
|
||||
- Adding limit and offset to fetch list of endpoints.
|
||||
|
|
|
|||
|
|
@ -198,7 +198,6 @@ export class EndpointInterface extends PlivoResourceInterface {
|
|||
response.body.objects.forEach(item => {
|
||||
objects.push(new ListAllEndpointResponse(item, client));
|
||||
});
|
||||
console.log(objects)
|
||||
resolve(objects);
|
||||
})
|
||||
.catch(error => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue