@amplitude/analytics-types
Advanced tools
Comparing version 0.13.0 to 0.14.0
@@ -5,7 +5,8 @@ import { BaseEvent } from './base-event'; | ||
export interface UTMParameters { | ||
utm_campaign: string | undefined; | ||
utm_content: string | undefined; | ||
utm_id: string | undefined; | ||
utm_medium: string | undefined; | ||
utm_source: string | undefined; | ||
utm_medium: string | undefined; | ||
utm_campaign: string | undefined; | ||
utm_term: string | undefined; | ||
utm_content: string | undefined; | ||
} | ||
@@ -12,0 +13,0 @@ export interface ReferrerParameters { |
@@ -7,2 +7,3 @@ export interface UserSession { | ||
optOut: boolean; | ||
lastEventId?: number; | ||
} | ||
@@ -25,3 +26,5 @@ export interface SessionManagerOptions { | ||
setOptOut(optOut: boolean): void; | ||
getLastEventId(): number | undefined; | ||
setLastEventId(lastEventId: number): void; | ||
} | ||
//# sourceMappingURL=session-manager.d.ts.map |
@@ -5,7 +5,8 @@ import { BaseEvent } from './base-event'; | ||
export interface UTMParameters { | ||
utm_campaign: string | undefined; | ||
utm_content: string | undefined; | ||
utm_id: string | undefined; | ||
utm_medium: string | undefined; | ||
utm_source: string | undefined; | ||
utm_medium: string | undefined; | ||
utm_campaign: string | undefined; | ||
utm_term: string | undefined; | ||
utm_content: string | undefined; | ||
} | ||
@@ -12,0 +13,0 @@ export interface ReferrerParameters { |
@@ -7,2 +7,3 @@ export interface UserSession { | ||
optOut: boolean; | ||
lastEventId?: number; | ||
} | ||
@@ -25,3 +26,5 @@ export interface SessionManagerOptions { | ||
setOptOut(optOut: boolean): void; | ||
getLastEventId(): number | undefined; | ||
setLastEventId(lastEventId: number): void; | ||
} | ||
//# sourceMappingURL=session-manager.d.ts.map |
{ | ||
"name": "@amplitude/analytics-types", | ||
"version": "0.13.0", | ||
"version": "0.14.0", | ||
"description": "", | ||
@@ -37,3 +37,3 @@ "author": "Amplitude Inc", | ||
], | ||
"gitHead": "c67ec6c06b029eaeaa01ffbe14852334bee9370c" | ||
"gitHead": "e4e95ad7ee239eaa9712eec347ad0ebe43bf2993" | ||
} |
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
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
191217
2008