telnyx 1.26.0 → 1.26.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  ##
4
4
 
5
+ ### v1.26.1
6
+ - Fix porting comments
7
+
5
8
  ### v1.26.0
6
9
  - Endpoint additions
7
10
  - Package upgrades
package/VERSION CHANGED
@@ -1 +1 @@
1
- 1.26.0
1
+ 1.26.1
@@ -92,4 +92,16 @@ module.exports = TelnyxResource.extend({
92
92
  path: '/{id}/actions/confirm',
93
93
  urlParams: ['id'],
94
94
  }),
95
+ createComment: telnyxMethod({
96
+ method: 'POST',
97
+ path: '/{id}/comments',
98
+ methodType: 'create',
99
+ urlParams: ['id']
100
+ }),
101
+ listComments: telnyxMethod({
102
+ method: 'GET',
103
+ path: '/{id}/comments',
104
+ methodType: 'list',
105
+ urlParams: ['id']
106
+ })
95
107
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "telnyx",
3
- "version": "1.26.0",
3
+ "version": "1.26.1",
4
4
  "description": "Telnyx API Node SDK",
5
5
  "keywords": [
6
6
  "telnyx",