@xylabs/pixel 1.2.1 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,17 @@
1
+ export interface XyLabsTrackingEventJson {
2
+ cid: string;
3
+ create_time?: number;
4
+ email?: string;
5
+ email_hash?: string;
6
+ event?: string;
7
+ exids?: Record<string, string>;
8
+ fields?: Record<string, unknown>;
9
+ host?: string;
10
+ pathname?: string;
11
+ pixel?: string;
12
+ receive_time?: number;
13
+ rid?: string;
14
+ uid?: string;
15
+ utm?: Record<string, string>[] | Record<string, string[]>;
16
+ system?: unknown;
17
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=XyLabsTrackingEventJson.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"XyLabsTrackingEventJson.js","sourceRoot":"","sources":["../src/XyLabsTrackingEventJson.ts"],"names":[],"mappings":""}
@@ -0,0 +1,17 @@
1
+ export interface XyLabsTrackingEventJson {
2
+ cid: string;
3
+ create_time?: number;
4
+ email?: string;
5
+ email_hash?: string;
6
+ event?: string;
7
+ exids?: Record<string, string>;
8
+ fields?: Record<string, unknown>;
9
+ host?: string;
10
+ pathname?: string;
11
+ pixel?: string;
12
+ receive_time?: number;
13
+ rid?: string;
14
+ uid?: string;
15
+ utm?: Record<string, string>[] | Record<string, string[]>;
16
+ system?: unknown;
17
+ }
@@ -9,5 +9,6 @@ import ViewContentFields from './ViewContentFields';
9
9
  import XyUserEventHandler from './XyUserEventHandler';
10
10
  export * from './Api';
11
11
  export * from './Pixel';
12
+ export * from './XyLabsTrackingEventJson';
12
13
  export { Referrer, UniqueUserId, UserEventHandler, UtmFields, XyUserEventHandler };
13
14
  export type { FunnelStartedFields, TestStartedFields, UserClickFields, ViewContentFields };
@@ -0,0 +1,17 @@
1
+ export interface XyLabsTrackingEventJson {
2
+ cid: string;
3
+ create_time?: number;
4
+ email?: string;
5
+ email_hash?: string;
6
+ event?: string;
7
+ exids?: Record<string, string>;
8
+ fields?: Record<string, unknown>;
9
+ host?: string;
10
+ pathname?: string;
11
+ pixel?: string;
12
+ receive_time?: number;
13
+ rid?: string;
14
+ uid?: string;
15
+ utm?: Record<string, string>[] | Record<string, string[]>;
16
+ system?: unknown;
17
+ }
@@ -9,5 +9,6 @@ import ViewContentFields from './ViewContentFields';
9
9
  import XyUserEventHandler from './XyUserEventHandler';
10
10
  export * from './Api';
11
11
  export * from './Pixel';
12
+ export * from './XyLabsTrackingEventJson';
12
13
  export { Referrer, UniqueUserId, UserEventHandler, UtmFields, XyUserEventHandler };
13
14
  export type { FunnelStartedFields, TestStartedFields, UserClickFields, ViewContentFields };
package/dist/index.d.ts CHANGED
@@ -9,5 +9,6 @@ import ViewContentFields from './ViewContentFields';
9
9
  import XyUserEventHandler from './XyUserEventHandler';
10
10
  export * from './Api';
11
11
  export * from './Pixel';
12
+ export * from './XyLabsTrackingEventJson';
12
13
  export { Referrer, UniqueUserId, UserEventHandler, UtmFields, XyUserEventHandler };
13
14
  export type { FunnelStartedFields, TestStartedFields, UserClickFields, ViewContentFields };
package/dist/index.js CHANGED
@@ -5,5 +5,6 @@ import UtmFields from './UtmFields';
5
5
  import XyUserEventHandler from './XyUserEventHandler';
6
6
  export * from './Api';
7
7
  export * from './Pixel';
8
+ export * from './XyLabsTrackingEventJson';
8
9
  export { Referrer, UniqueUserId, UserEventHandler, UtmFields, XyUserEventHandler };
9
10
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,QAAQ,MAAM,YAAY,CAAA;AAEjC,OAAO,YAAY,MAAM,gBAAgB,CAAA;AAEzC,OAAO,gBAAgB,MAAM,oBAAoB,CAAA;AACjD,OAAO,SAAS,MAAM,aAAa,CAAA;AAEnC,OAAO,kBAAkB,MAAM,sBAAsB,CAAA;AAErD,cAAc,OAAO,CAAA;AACrB,cAAc,SAAS,CAAA;AAEvB,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,gBAAgB,EAAE,SAAS,EAAE,kBAAkB,EAAE,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,QAAQ,MAAM,YAAY,CAAA;AAEjC,OAAO,YAAY,MAAM,gBAAgB,CAAA;AAEzC,OAAO,gBAAgB,MAAM,oBAAoB,CAAA;AACjD,OAAO,SAAS,MAAM,aAAa,CAAA;AAEnC,OAAO,kBAAkB,MAAM,sBAAsB,CAAA;AAErD,cAAc,OAAO,CAAA;AACrB,cAAc,SAAS,CAAA;AACvB,cAAc,2BAA2B,CAAA;AAEzC,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,gBAAgB,EAAE,SAAS,EAAE,kBAAkB,EAAE,CAAA"}
@@ -0,0 +1,17 @@
1
+ export interface XyLabsTrackingEventJson {
2
+ cid: string;
3
+ create_time?: number;
4
+ email?: string;
5
+ email_hash?: string;
6
+ event?: string;
7
+ exids?: Record<string, string>;
8
+ fields?: Record<string, unknown>;
9
+ host?: string;
10
+ pathname?: string;
11
+ pixel?: string;
12
+ receive_time?: number;
13
+ rid?: string;
14
+ uid?: string;
15
+ utm?: Record<string, string>[] | Record<string, string[]>;
16
+ system?: unknown;
17
+ }
@@ -9,5 +9,6 @@ import ViewContentFields from './ViewContentFields';
9
9
  import XyUserEventHandler from './XyUserEventHandler';
10
10
  export * from './Api';
11
11
  export * from './Pixel';
12
+ export * from './XyLabsTrackingEventJson';
12
13
  export { Referrer, UniqueUserId, UserEventHandler, UtmFields, XyUserEventHandler };
13
14
  export type { FunnelStartedFields, TestStartedFields, UserClickFields, ViewContentFields };
@@ -0,0 +1,17 @@
1
+ export interface XyLabsTrackingEventJson {
2
+ cid: string;
3
+ create_time?: number;
4
+ email?: string;
5
+ email_hash?: string;
6
+ event?: string;
7
+ exids?: Record<string, string>;
8
+ fields?: Record<string, unknown>;
9
+ host?: string;
10
+ pathname?: string;
11
+ pixel?: string;
12
+ receive_time?: number;
13
+ rid?: string;
14
+ uid?: string;
15
+ utm?: Record<string, string>[] | Record<string, string[]>;
16
+ system?: unknown;
17
+ }
@@ -9,5 +9,6 @@ import ViewContentFields from './ViewContentFields';
9
9
  import XyUserEventHandler from './XyUserEventHandler';
10
10
  export * from './Api';
11
11
  export * from './Pixel';
12
+ export * from './XyLabsTrackingEventJson';
12
13
  export { Referrer, UniqueUserId, UserEventHandler, UtmFields, XyUserEventHandler };
13
14
  export type { FunnelStartedFields, TestStartedFields, UserClickFields, ViewContentFields };
package/package.json CHANGED
@@ -88,5 +88,5 @@
88
88
  "sideEffects": false,
89
89
  "type": "module",
90
90
  "typings": "dist/index.d.ts",
91
- "version": "1.2.1"
91
+ "version": "1.2.2"
92
92
  }
@@ -0,0 +1,17 @@
1
+ export interface XyLabsTrackingEventJson {
2
+ cid: string
3
+ create_time?: number
4
+ email?: string
5
+ email_hash?: string
6
+ event?: string
7
+ exids?: Record<string, string>
8
+ fields?: Record<string, unknown>
9
+ host?: string
10
+ pathname?: string
11
+ pixel?: string
12
+ receive_time?: number
13
+ rid?: string
14
+ uid?: string
15
+ utm?: Record<string, string>[] | Record<string, string[]>
16
+ system?: unknown
17
+ }
package/src/index.ts CHANGED
@@ -10,6 +10,7 @@ import XyUserEventHandler from './XyUserEventHandler'
10
10
 
11
11
  export * from './Api'
12
12
  export * from './Pixel'
13
+ export * from './XyLabsTrackingEventJson'
13
14
 
14
15
  export { Referrer, UniqueUserId, UserEventHandler, UtmFields, XyUserEventHandler }
15
16
  export type { FunnelStartedFields, TestStartedFields, UserClickFields, ViewContentFields }