Skip to content

Commit

Permalink
bump to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasassisrosa committed Oct 10, 2024
1 parent 7ddc895 commit 5319f81
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@

## v2

### v2.0.0-alpha.8
### v2.0.0-beta.0

- Move `AutorespConfigs` resource to be nested in `MessagingProfiles`
- Fix nested resources in `Calls`, `MessagingProfiles` and `Conferences` ID usage instead of using constructors data
- Fix nested resources `Calls`, `MessagingProfiles` and `Conferences` method names
- Fix `Brand` resources method name
- Fix bug on `DELETE` operations empty `responseBody` JSON Parsing
- Update types on resources methods with multiple urlParams
- FIX: README Typo by @mpareja-godaddy in https://github.com/team-telnyx/telnyx-node/pull/186

### v2.0.0-alpha.7

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0-alpha.8
2.0.0-beta.0
1 change: 1 addition & 0 deletions examples/call-control/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import Telnyx from 'telnyx';

const telnyx = new Telnyx(process.env.TELNYX_API_KEY || '');

// update these params accordingly
const params: Telnyx.CallsCreateParams = {
to: '+18005550100 or sip:username@sip.telnyx.com',
from: '+18005550101',
Expand Down
4 changes: 2 additions & 2 deletions package-lock.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": "2.0.0-alpha.8",
"version": "2.0.0-beta.0",
"description": "Telnyx API Node SDK",
"keywords": [
"telnyx",
Expand Down

0 comments on commit 5319f81

Please sign in to comment.