vezgo-sdk-js
Advanced tools
Comparing version 1.0.15 to 1.0.16
@@ -7,2 +7,5 @@ # Changelog | ||
## [1.0.16] | ||
- Add support for exclude_fields parameter in `user.transactions.getList()`. | ||
## [1.0.13] | ||
@@ -143,3 +146,6 @@ - Added vezgo-direct-api example app | ||
[Unreleased]: https://github.com/wealthica/vezgo-sdk-js/compare/v1.0.13...HEAD | ||
[Unreleased]: https://github.com/wealthica/vezgo-sdk-js/compare/v1.0.16...HEAD | ||
[1.0.16]: https://github.com/wealthica/vezgo-sdk-js/compare/v1.0.15...v1.0.16 | ||
[1.0.15]: https://github.com/wealthica/vezgo-sdk-js/compare/v1.0.14...v1.0.15 | ||
[1.0.14]: https://github.com/wealthica/vezgo-sdk-js/compare/v1.0.13...v1.0.14 | ||
[1.0.13]: https://github.com/wealthica/vezgo-sdk-js/compare/v1.0.12...v1.0.13 | ||
@@ -146,0 +152,0 @@ [1.0.12]: https://github.com/wealthica/vezgo-sdk-js/compare/v1.0.11...v1.0.12 |
@@ -109,2 +109,3 @@ import { ApisauceInstance } from "apisauce"; | ||
types?: string; | ||
exclude_fields?: string; | ||
} | ||
@@ -111,0 +112,0 @@ |
@@ -109,2 +109,3 @@ import { ApisauceInstance } from "apisauce"; | ||
types?: string; | ||
exclude_fields?: string; | ||
} | ||
@@ -111,0 +112,0 @@ |
@@ -109,2 +109,3 @@ import { ApisauceInstance } from "apisauce"; | ||
types?: string; | ||
exclude_fields?: string; | ||
} | ||
@@ -111,0 +112,0 @@ |
@@ -109,2 +109,3 @@ import { ApisauceInstance } from "apisauce"; | ||
types?: string; | ||
exclude_fields?: string; | ||
} | ||
@@ -111,0 +112,0 @@ |
{ | ||
"name": "vezgo-sdk-js", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"description": "Official Vezgo JS SDK for the Browser & NodeJS", | ||
@@ -5,0 +5,0 @@ "author": "Wealthica Financial Technology Inc. <hello@wealthica.com> (https://wealthica.com/)", |
@@ -435,3 +435,3 @@ # Official Vezgo JS SDK for the Browser & NodeJS | ||
#### user.transactions.getList({ accountId, ticker, from, to, wallet, last, limit, sort, types }) | ||
#### user.transactions.getList({ accountId, ticker, from, to, wallet, last, limit, sort, types, exclude_fields }) | ||
@@ -452,3 +452,4 @@ This method retrieves the list of transactions for an account. | ||
sort: 'asc', // optional, asc | desc | ||
types: 'trade,deposit' // optional | ||
types: 'trade,deposit', // optional | ||
exclude_fields: 'other_parties,transaction_hash' // optional | ||
}); | ||
@@ -455,0 +456,0 @@ ``` |
7767183
128052
677