Comparing version 0.24.0 to 0.24.1
@@ -8,2 +8,4 @@ # Changelog | ||
## [Unreleased] | ||
## [0.24.0] - 2020-01-22 | ||
### Added | ||
@@ -10,0 +12,0 @@ - Add a method to replace a card (`models.card.replace`) |
@@ -0,1 +1,2 @@ | ||
import { Token } from "client-oauth2"; | ||
import { HttpRequest } from "../request"; | ||
@@ -19,3 +20,3 @@ import { TokenManager } from "./tokenManager"; | ||
*/ | ||
getConfirmedToken: () => Promise<unknown>; | ||
getConfirmedToken: () => Promise<Token>; | ||
/** | ||
@@ -22,0 +23,0 @@ * Clear pending MFA confirmation |
@@ -378,2 +378,3 @@ export declare type Maybe<T> = T | null; | ||
type: CardType; | ||
cardHolderRepresentation?: Maybe<Scalars['String']>; | ||
}; | ||
@@ -380,0 +381,0 @@ export declare type MutationActivateCardArgs = { |
{ | ||
"name": "kontist", | ||
"version": "0.24.0", | ||
"version": "0.24.1", | ||
"description": "Kontist client SDK", | ||
@@ -5,0 +5,0 @@ "main": "dist/lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
477651
7101