@mparticle/event-models
Advanced tools
Comparing version 1.1.0-alpha.1 to 1.1.0-alpha.2
@@ -130,2 +130,11 @@ export interface ApplicationInformation { | ||
other_id_4?: string; | ||
other_id_5?: string; | ||
other_id_6?: string; | ||
other_id_7?: string; | ||
other_id_8?: string; | ||
other_id_9?: string; | ||
other_id_10?: string; | ||
mobile_number?: string; | ||
phone_number_2?: string; | ||
phone_number_3?: string; | ||
} | ||
@@ -450,5 +459,14 @@ export interface BreadcrumbEvent { | ||
otherId3 = "other_id_3", | ||
otherId4 = "other_id_4" | ||
otherId4 = "other_id_4", | ||
otherId5 = "other_id_5", | ||
otherId6 = "other_id_6", | ||
otherId7 = "other_id_7", | ||
otherId8 = "other_id_8", | ||
otherId9 = "other_id_9", | ||
otherId10 = "other_id_10", | ||
mobileNumber = "mobile_number", | ||
phoneNumber2 = "phone_number_2", | ||
phoneNumber3 = "phone_number_3" | ||
} | ||
export declare type IdentityType = IdentityTypeEnum.other | IdentityTypeEnum.customerId | IdentityTypeEnum.facebook | IdentityTypeEnum.twitter | IdentityTypeEnum.google | IdentityTypeEnum.microsoft | IdentityTypeEnum.yahoo | IdentityTypeEnum.email | IdentityTypeEnum.alias | IdentityTypeEnum.facebookCustomAudienceId | IdentityTypeEnum.otherId2 | IdentityTypeEnum.otherId3 | IdentityTypeEnum.otherId4; | ||
export declare type IdentityType = IdentityTypeEnum.other | IdentityTypeEnum.customerId | IdentityTypeEnum.facebook | IdentityTypeEnum.twitter | IdentityTypeEnum.google | IdentityTypeEnum.microsoft | IdentityTypeEnum.yahoo | IdentityTypeEnum.email | IdentityTypeEnum.alias | IdentityTypeEnum.facebookCustomAudienceId | IdentityTypeEnum.otherId2 | IdentityTypeEnum.otherId3 | IdentityTypeEnum.otherId4 | IdentityTypeEnum.otherId5 | IdentityTypeEnum.otherId6 | IdentityTypeEnum.otherId7 | IdentityTypeEnum.otherId8 | IdentityTypeEnum.otherId9 | IdentityTypeEnum.otherId10 | IdentityTypeEnum.mobileNumber | IdentityTypeEnum.phoneNumber2 | IdentityTypeEnum.phoneNumber3; | ||
export interface NetworkPerformanceEvent { | ||
@@ -455,0 +473,0 @@ data?: NetworkPerformanceEventData; |
@@ -194,2 +194,11 @@ "use strict"; | ||
IdentityTypeEnum["otherId4"] = "other_id_4"; | ||
IdentityTypeEnum["otherId5"] = "other_id_5"; | ||
IdentityTypeEnum["otherId6"] = "other_id_6"; | ||
IdentityTypeEnum["otherId7"] = "other_id_7"; | ||
IdentityTypeEnum["otherId8"] = "other_id_8"; | ||
IdentityTypeEnum["otherId9"] = "other_id_9"; | ||
IdentityTypeEnum["otherId10"] = "other_id_10"; | ||
IdentityTypeEnum["mobileNumber"] = "mobile_number"; | ||
IdentityTypeEnum["phoneNumber2"] = "phone_number_2"; | ||
IdentityTypeEnum["phoneNumber3"] = "phone_number_3"; | ||
})(IdentityTypeEnum = exports.IdentityTypeEnum || (exports.IdentityTypeEnum = {})); | ||
@@ -196,0 +205,0 @@ /** |
{ | ||
"name": "@mparticle/event-models", | ||
"version": "1.1.0-alpha.1", | ||
"version": "1.1.0-alpha.2", | ||
"description": "", | ||
@@ -42,3 +42,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "a7a63b5a8098b5bebd18b40816bfa08f3f64fc69" | ||
"gitHead": "ab0d6586e10b76e69d745b364b2e583e1b45ce21" | ||
} |
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
49762
1127