@transcend-io/airgap.js-types
Advanced tools
Comparing version 8.11.1 to 8.12.0
@@ -102,4 +102,2 @@ import * as t from 'io-ts'; | ||
CPA: unknown; | ||
UCPA: unknown; | ||
"Nevada SB220": unknown; | ||
}>; | ||
@@ -106,0 +104,0 @@ /** type overload */ |
@@ -14,8 +14,4 @@ /** Potentially applicable data privacy legal regimes */ | ||
/** Colorado Privacy Act */ | ||
CPA = "CPA", | ||
/** Utah Consumer Privacy Act */ | ||
UCPA = "UCPA", | ||
/** Nevada Privacy Law (SB220) */ | ||
'Nevada SB220' = "Nevada SB220" | ||
CPA = "CPA" | ||
} | ||
//# sourceMappingURL=privacyRegime.d.ts.map |
@@ -19,7 +19,3 @@ "use strict"; | ||
PrivacyRegimeEnum["CPA"] = "CPA"; | ||
/** Utah Consumer Privacy Act */ | ||
PrivacyRegimeEnum["UCPA"] = "UCPA"; | ||
/** Nevada Privacy Law (SB220) */ | ||
PrivacyRegimeEnum["Nevada SB220"] = "Nevada SB220"; | ||
})(PrivacyRegimeEnum = exports.PrivacyRegimeEnum || (exports.PrivacyRegimeEnum = {})); | ||
//# sourceMappingURL=privacyRegime.js.map |
@@ -118,20 +118,2 @@ import * as t from 'io-ts'; | ||
}>; | ||
UCPA: t.KeyofC<{ | ||
QuickOptions: unknown; | ||
AcceptAll: unknown; | ||
AcceptOrRejectAll: unknown; | ||
NoticeAndDoNotSell: unknown; | ||
DoNotSellDisclosure: unknown; | ||
CompleteOptions: unknown; | ||
Hidden: unknown; | ||
}>; | ||
"Nevada SB220": t.KeyofC<{ | ||
QuickOptions: unknown; | ||
AcceptAll: unknown; | ||
AcceptOrRejectAll: unknown; | ||
NoticeAndDoNotSell: unknown; | ||
DoNotSellDisclosure: unknown; | ||
CompleteOptions: unknown; | ||
Hidden: unknown; | ||
}>; | ||
}>; | ||
@@ -147,4 +129,2 @@ /** type overload */ | ||
CPA: unknown; | ||
UCPA: unknown; | ||
"Nevada SB220": unknown; | ||
}>, t.KeyofC<{ | ||
@@ -191,4 +171,2 @@ QuickOptions: unknown; | ||
CPA: unknown; | ||
UCPA: unknown; | ||
"Nevada SB220": unknown; | ||
}>, t.KeyofC<{ | ||
@@ -241,4 +219,2 @@ QuickOptions: unknown; | ||
CPA: unknown; | ||
UCPA: unknown; | ||
"Nevada SB220": unknown; | ||
}>, t.KeyofC<{ | ||
@@ -245,0 +221,0 @@ QuickOptions: unknown; |
@@ -77,10 +77,6 @@ "use strict"; | ||
LGPD: enums_1.InitialViewState.QuickOptions, | ||
// Virginia | ||
// Virginia (unreachable as we don't detect this regime yet) | ||
CDPA: enums_1.InitialViewState.NoticeAndDoNotSell, | ||
// Colorado | ||
// Colorado (unreachable as we don't detect this regime yet) | ||
CPA: enums_1.InitialViewState.NoticeAndDoNotSell, | ||
// Nevada | ||
'Nevada SB220': enums_1.InitialViewState.NoticeAndDoNotSell, | ||
// Utah (law not yet in effect) | ||
UCPA: enums_1.InitialViewState.Hidden, | ||
// Other | ||
@@ -87,0 +83,0 @@ Unknown: enums_1.InitialViewState.Hidden, |
@@ -5,3 +5,3 @@ { | ||
"description": "TypeScript types for airgap.js interoperability with custom consent UIs", | ||
"version": "8.11.1", | ||
"version": "8.12.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
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
114661
1127