Changelog
[0.22.0] - 2019-11-26
models.transaction.subscribe
)models.transfer.fetch
, models.transfer.fetchAll
)models.transaction
to models.transaction.fetchAll
.Changelog
[0.21.0] - 2019-11-22
Transaction.category
changed from string
to TransactionCategory
enum. This is a breaking change.Changelog
[0.20.0] - 2019-11-18
cancelTransfer
and confirmCancelTransfer
)npx kontist token
#35Auth
module with separate namespaces:
auth.push
for push notification MFAauth.device
for device binding MFAauth.tokenManager
for token management logic and state. Note: existing methods on the auth
namespace (getAuthUri
, fetchToken
, fetchTokenFromCredentials
, refresh
, setToken
, and token
) are deprecated and will be removed in an upcoming major version. They were all moved to this new auth.tokenManager
namespace.