Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
asein-sinch committed May 13, 2024
1 parent fe735c8 commit b462924
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,15 +136,15 @@ console.log(`The SMS has been sent successfully. Here is the batch id: ${respons

Here is the list of the Sinch products and their level of support by the Node.js SDK:

| API Category | API Name | Status |
|------------------------|--------------------------|:------:|
| Messaging | SMS API ||
| | Conversation API ||
| | Fax API ||
| Voice and Video | Voice API ||
| | Elastic SIP Trunking API ||
| Numbers & Connectivity | Numbers API ||
| Verification | Verification API ||
| API Category | API Name | Status |
|------------------------|---------------------------------|:------:|
| Messaging | SMS API ||
| | Conversation API ||
| | Fax API ||
| Voice and Video | Voice API ||
| | Elastic SIP Trunking API (beta) ||
| Numbers & Connectivity | Numbers API ||
| Verification | Verification API ||

### Packages

Expand Down
2 changes: 1 addition & 1 deletion packages/elastic-sip-trunking/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version 1.0.1
# Version 1.1.0
- Initial version. Support for:
- SIP Trunks
- Access Control List
Expand Down
2 changes: 1 addition & 1 deletion packages/elastic-sip-trunking/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sinch/elastic-sip-trunking",
"version": "1.0.0",
"version": "1.1.0",
"description": "Sinch Elastic SIP Trunking API",
"homepage": "",
"repository": {
Expand Down
22 changes: 11 additions & 11 deletions packages/sdk-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,11 @@ Each API exposes dedicated parameters to override the default hostname and regio
| Authentication | authHostname | N/A |
| SMS | smsHostname | smsRegion |
| Conversation | conversationHostname | conversationRegion |
| | conversationTemplatesHostname | |
| | conversationTemplatesHostname | conversationRegion |
| Elastic SIP Trunking | elasticSipTrunkingHostname | N/A |
| Fax | faxHostname | faxRegion |
| Voice | voiceHostname | voiceRegion |
| | voiceApplicationManagementHostname | |
| | voiceApplicationManagementHostname | N/A |
| Numbers | numbersHostname | N/A |
| Verification | verificationHostname | N/A |

Expand Down Expand Up @@ -341,12 +341,12 @@ Developer Experience team: [[email protected]](mailto:[email protected])

Here is the list of the Sinch API and there level of support by the Node.js SDK:

| API Category | API Name | Status |
|------------------------|--------------------------|:------:|
| Messaging | SMS API ||
| | Conversation API ||
| | Fax API ||
| Voice and Video | Voice API ||
| | Elastic SIP Trunking API ||
| Numbers & Connectivity | Numbers API ||
| Verification | Verification API ||
| API Category | API Name | Status |
|------------------------|---------------------------------|:------:|
| Messaging | SMS API ||
| | Conversation API ||
| | Fax API ||
| Voice and Video | Voice API ||
| | Elastic SIP Trunking API (beta) ||
| Numbers & Connectivity | Numbers API ||
| Verification | Verification API ||
2 changes: 1 addition & 1 deletion packages/sdk-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@sinch/conversation": "^1.0.0",
"@sinch/elastic-sip-trunking": "^1.0.0",
"@sinch/elastic-sip-trunking": "^1.1.0",
"@sinch/fax": "^1.0.0",
"@sinch/numbers": "^1.0.0",
"@sinch/sms": "^1.0.0",
Expand Down

0 comments on commit b462924

Please sign in to comment.