@transcend-io/airgap.js-types
Advanced tools
Comparing version 12.2.0 to 12.3.0
@@ -61,7 +61,7 @@ import * as t from 'io-ts'; | ||
/** Get the current active language */ | ||
getTranscendPolicies: (input?: GetTranscendPolicies) => Promise<TranscendPolicy[]>; | ||
getPolicies: (input?: GetTranscendPolicies) => Promise<TranscendPolicy[]>; | ||
/** Callback that sets any dynamic variables that should be exposed to the consent UI messages */ | ||
setTranscendUiVariables: (variables: ObjByString) => Promise<void>; | ||
setUiVariables: (variables: ObjByString) => Promise<void>; | ||
/** Get the current value of Transcend UI variables */ | ||
getTranscendUiVariables: () => ObjByString; | ||
getUiVariables: () => ObjByString; | ||
/** Set consent change authorization key */ | ||
@@ -68,0 +68,0 @@ setAuth?: (key: AirgapAuthMap['key']) => void; |
@@ -61,7 +61,7 @@ import * as t from 'io-ts'; | ||
/** Get the current active language */ | ||
getTranscendPolicies: (input?: GetTranscendPolicies) => Promise<TranscendPolicy[]>; | ||
getPolicies: (input?: GetTranscendPolicies) => Promise<TranscendPolicy[]>; | ||
/** Callback that sets any dynamic variables that should be exposed to the consent UI messages */ | ||
setTranscendUiVariables: (variables: ObjByString) => Promise<void>; | ||
setUiVariables: (variables: ObjByString) => Promise<void>; | ||
/** Get the current value of Transcend UI variables */ | ||
getTranscendUiVariables: () => ObjByString; | ||
getUiVariables: () => ObjByString; | ||
/** Set consent change authorization key */ | ||
@@ -68,0 +68,0 @@ setAuth?: (key: AirgapAuthMap['key']) => void; |
@@ -5,3 +5,3 @@ { | ||
"description": "TypeScript types for airgap.js interoperability with custom consent UIs", | ||
"version": "12.2.0", | ||
"version": "12.3.0", | ||
"homepage": "https://github.com/transcend-io/airgap.js-types", | ||
@@ -8,0 +8,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
449580