Comparing version 1.26.0 to 1.26.1
@@ -5,2 +5,5 @@ # CHANGELOG | ||
### v1.26.1 | ||
- Fix porting comments | ||
### v1.26.0 | ||
@@ -7,0 +10,0 @@ - Endpoint additions |
@@ -95,2 +95,14 @@ 'use strict'; | ||
}), | ||
createComment: telnyxMethod({ | ||
method: 'POST', | ||
path: '/{id}/comments', | ||
methodType: 'create', | ||
urlParams: ['id'] | ||
}), | ||
listComments: telnyxMethod({ | ||
method: 'GET', | ||
path: '/{id}/comments', | ||
methodType: 'list', | ||
urlParams: ['id'] | ||
}) | ||
}); |
{ | ||
"name": "telnyx", | ||
"version": "1.26.0", | ||
"version": "1.26.1", | ||
"description": "Telnyx API Node SDK", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
171461
4954