@jitsu/types
Advanced tools
Comparing version 0.3.1-alpha.0 to 0.4.1-alpha.1
@@ -56,2 +56,3 @@ /** | ||
export type UtmTags = "source" | "medium" | "campaign" | "term" | "content" | "name"; | ||
/** | ||
@@ -88,3 +89,3 @@ * Default structure of Jitsu event object | ||
utm?: Record<string, string>; //utm tags (without utm prefix, e.g key will be "source", not utm_source. See | ||
utm?: Partial<Record<UtmTags, string>>; //utm tags (without utm prefix, e.g key will be "source", not utm_source. See | ||
click_id?: Record<string, string>; //all external click ids (passed through URL). See CLICK_IDS for supported all supported click ids | ||
@@ -91,0 +92,0 @@ |
@@ -70,3 +70,3 @@ import { DefaultJitsuEvent } from "./event"; | ||
*/ | ||
export declare type TransformationFunction<E = DefaultJitsuEvent> = (event: E) => ObjectSet<E>; | ||
export declare type TransformationFunction<E = DefaultJitsuEvent> = (event: E) => ObjectSet<any>; | ||
@@ -73,0 +73,0 @@ /** |
{ | ||
"name": "@jitsu/types", | ||
"version": "0.3.1-alpha.0", | ||
"version": "0.4.1-alpha.1+2cd9b45", | ||
"publishConfig": { | ||
@@ -20,3 +20,3 @@ "access": "public" | ||
}, | ||
"gitHead": "120161bceedd95853a88a71468df29238c117c84" | ||
"gitHead": "2cd9b45d9dfe065766d23dd030154d314206af09" | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the 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
14187
9
367
1