Skip to content

Commit

Permalink
init fix (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
ADandyGuyInSpace authored Mar 29, 2024
1 parent d58449a commit e45b3d9
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

##

### v1.26.1
- Fix porting comments

### v1.26.0
- Endpoint additions
- Package upgrades
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.26.0
1.26.1
12 changes: 12 additions & 0 deletions lib/resources/PortingOrders.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,16 @@ module.exports = TelnyxResource.extend({
path: '/{id}/actions/confirm',
urlParams: ['id'],
}),
createComment: telnyxMethod({
method: 'POST',
path: '/{id}/comments',
methodType: 'create',
urlParams: ['id']
}),
listComments: telnyxMethod({
method: 'GET',
path: '/{id}/comments',
methodType: 'list',
urlParams: ['id']
})
});
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "telnyx",
"version": "1.26.0",
"version": "1.26.1",
"description": "Telnyx API Node SDK",
"keywords": [
"telnyx",
Expand Down

0 comments on commit e45b3d9

Please sign in to comment.