Skip to content

Commit

Permalink
New endpoints release (#37)
Browse files Browse the repository at this point in the history
* Added Members endpoint for getMembers

* updated member type to resemble accurate response from API

* Added message type for generic message responses

* added removeMember method for members endpoint

* Added getScopes to sdk

* removed unused code

* added update to scopes SDK functionality

* added param comments to the new code added

* Added invite endpoint functionality

* Added billing endpoint functionality

* updated changelog

* 1.3.0

* updated package-lock with new version

* updated comments

* updated changelog
  • Loading branch information
briancbarrow authored Mar 22, 2022
1 parent 0dd7dfe commit b579785
Show file tree
Hide file tree
Showing 17 changed files with 263 additions and 5,994 deletions.
29 changes: 24 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

---

## [1.3.0]

### Added

- Added Message Class for generic message responses
- Added member endpoint functionality
- This includes the `listMembers` and `removeMember` methods
- Added Member and MemberList Class
- Added scopes endpoint functionality
- This includes the `get` and `update` methods
- Added ScopeList Class
- Added invites endpoint functionality
- This includes the `list`, `send`, `leave` and `delete` methods
- Added InvitationOptions and InvitationList Class
- Added balances endpoint functionality
- This includes the `listBalances` and `getBalance` methods
- Added Balance and BalanceList Class

## [1.2.4]

### Fixed
Expand All @@ -28,15 +46,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- Fixed a bug that caused real-time transcriptions to not close correctly. This
would result in the user not received the final transcription.
would result in the user not received the final transcription.

## [1.2.0]

### Updated

- Updated the `keys.create` function to allow new `expirationDate` or `timeToLive`
values. These are optional and one at most can be provided. Providing both will
throw an error.
values. These are optional and one at most can be provided. Providing both will
throw an error.

## [1.1.0]

Expand Down Expand Up @@ -158,8 +176,9 @@ throw an error.

---

[unreleased]: https://github.com/deepgram/node-sdk/compare/1.2.4...HEAD
[1.2.2]: https://github.com/deepgram/node-sdk/compare/1.2.2...1.2.4
[unreleased]: https://github.com/deepgram/node-sdk/compare/1.3.0...HEAD
[1.3.0]: https://github.com/deepgram/node-sdk/compare/1.2.2...1.2.4
[1.2.4]: https://github.com/deepgram/node-sdk/compare/1.2.2...1.2.4
[1.2.2]: https://github.com/deepgram/node-sdk/compare/1.2.1...1.2.2
[1.2.1]: https://github.com/deepgram/node-sdk/compare/1.2.0...1.2.1
[1.2.0]: https://github.com/deepgram/node-sdk/compare/1.1.0...1.2.0
Expand Down
Loading

0 comments on commit b579785

Please sign in to comment.