Skip to content

Commit 4ececf3

Browse files
authored
Merge pull request #58 from nash-io/fix-typing-for-updated-account-balances
fix typing for updated account balances
2 parents 90553d0 + 99b8b5f commit 4ececf3

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="5.2.27"></a>
6+
## [5.2.27](https://github.com/nash-io/api-client-typescript/compare/v5.2.25...v5.2.27) (2020-12-16)
7+
8+
9+
510
<a name="5.2.25"></a>
611
## [5.2.25](https://github.com/nash-io/api-client-typescript/compare/v5.2.23...v5.2.25) (2020-12-15)
712

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neon-exchange/api-client-typescript",
3-
"version": "5.2.25",
3+
"version": "5.2.27",
44
"description": "Official TypeScript client for interacting with the Nash exchange",
55
"main": "build/main/index.js",
66
"typings": "build/main/index.d.ts",

src/types/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export interface NashSocketEvents {
115115
variables: { currency?: string },
116116
handlers: SubscriptionHandlers<{
117117
data: {
118-
newTrades: AccountBalance[]
118+
updatedAccountBalances: AccountBalance[]
119119
}
120120
}>
121121
): void

0 commit comments

Comments
 (0)