@transcend-io/airgap.js-types
Advanced tools
Comparing version 8.10.2 to 8.10.3
@@ -102,2 +102,3 @@ import * as t from 'io-ts'; | ||
CPA: unknown; | ||
UCPA: unknown; | ||
}>; | ||
@@ -104,0 +105,0 @@ /** type overload */ |
@@ -14,4 +14,6 @@ /** Potentially applicable data privacy legal regimes */ | ||
/** Colorado Privacy Act */ | ||
CPA = "CPA" | ||
CPA = "CPA", | ||
/** Utah Consumer Privacy Act */ | ||
UCPA = "UCPA" | ||
} | ||
//# sourceMappingURL=privacyRegime.d.ts.map |
@@ -19,3 +19,5 @@ "use strict"; | ||
PrivacyRegimeEnum["CPA"] = "CPA"; | ||
/** Utah Consumer Privacy Act */ | ||
PrivacyRegimeEnum["UCPA"] = "UCPA"; | ||
})(PrivacyRegimeEnum = exports.PrivacyRegimeEnum || (exports.PrivacyRegimeEnum = {})); | ||
//# sourceMappingURL=privacyRegime.js.map |
@@ -118,2 +118,11 @@ import * as t from 'io-ts'; | ||
}>; | ||
UCPA: t.KeyofC<{ | ||
QuickOptions: unknown; | ||
AcceptAll: unknown; | ||
AcceptOrRejectAll: unknown; | ||
NoticeAndDoNotSell: unknown; | ||
DoNotSellDisclosure: unknown; | ||
CompleteOptions: unknown; | ||
Hidden: unknown; | ||
}>; | ||
}>; | ||
@@ -129,2 +138,3 @@ /** type overload */ | ||
CPA: unknown; | ||
UCPA: unknown; | ||
}>, t.KeyofC<{ | ||
@@ -171,2 +181,3 @@ QuickOptions: unknown; | ||
CPA: unknown; | ||
UCPA: unknown; | ||
}>, t.KeyofC<{ | ||
@@ -219,2 +230,3 @@ QuickOptions: unknown; | ||
CPA: unknown; | ||
UCPA: unknown; | ||
}>, t.KeyofC<{ | ||
@@ -221,0 +233,0 @@ QuickOptions: unknown; |
@@ -77,6 +77,9 @@ "use strict"; | ||
LGPD: enums_1.InitialViewState.QuickOptions, | ||
// Virginia (unreachable as we don't detect this regime yet) | ||
// Virginia | ||
CDPA: enums_1.InitialViewState.NoticeAndDoNotSell, | ||
// Colorado (unreachable as we don't detect this regime yet) | ||
// Colorado | ||
CPA: enums_1.InitialViewState.NoticeAndDoNotSell, | ||
// Utah | ||
// TODO: https://transcend.height.app/T-17644 - change Utah default view state once UCPA is in effect | ||
UCPA: enums_1.InitialViewState.Hidden, | ||
// Other | ||
@@ -83,0 +86,0 @@ Unknown: enums_1.InitialViewState.Hidden, |
@@ -5,3 +5,3 @@ { | ||
"description": "TypeScript types for airgap.js interoperability with custom consent UIs", | ||
"version": "8.10.2", | ||
"version": "8.10.3", | ||
"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
Sorry, the diff of this file is not supported yet
115349
1147