@mparticle/event-models
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -112,8 +112,3 @@ export interface ApplicationInformation { | ||
} | ||
export interface CCPAConsentState { | ||
opted_out?: boolean; | ||
timestamp_unixtime_ms?: number; | ||
location?: string; | ||
hardware_id?: string; | ||
} | ||
export declare type CCPAConsentState = Omit<GDPRConsentState, 'purpose'>; | ||
export interface CommerceEvent { | ||
@@ -173,3 +168,3 @@ data?: CommerceEventData; | ||
ccpa?: { | ||
[key: string]: CCPAConsentState; | ||
data_sale_opt_out: CCPAConsentState; | ||
}; | ||
@@ -308,3 +303,3 @@ } | ||
export interface GDPRConsentState { | ||
regulation?: string; | ||
purpose?: string; | ||
document?: string; | ||
@@ -311,0 +306,0 @@ consented: boolean; |
{ | ||
"name": "@mparticle/event-models", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -43,2 +43,2 @@ "main": "dist/index.js", | ||
"gitHead": "a7a63b5a8098b5bebd18b40816bfa08f3f64fc69" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
20245
538
1