@transcend-io/airgap.js-types
Advanced tools
Comparing version 8.24.0 to 8.25.0
@@ -381,4 +381,6 @@ import * as t from 'io-ts'; | ||
confirmed: boolean; | ||
/** Consent last-modified timestamp (ISO 8601) */ | ||
/** Consent resolution/last-modified timestamp (ISO 8601) */ | ||
timestamp: string; | ||
/** Has the consent been updated (including no-change confirmation) since default resolution */ | ||
updated?: boolean; | ||
/** Whether or not the UI has been shown to the end-user (undefined in older versions of airgap.js) */ | ||
@@ -385,0 +387,0 @@ prompted?: boolean; |
@@ -5,3 +5,3 @@ { | ||
"description": "TypeScript types for airgap.js interoperability with custom consent UIs", | ||
"version": "8.24.0", | ||
"version": "8.25.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
131966
1499