@adtrackify/at-tracking-event-types 3.0.50 → 3.0.52

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.
@@ -13,6 +13,7 @@ export interface ShopifyAppInstall {
13
13
  timestamp?: number;
14
14
  createdAt: string;
15
15
  updatedAt: string;
16
+ updatedBy?: string;
16
17
  }
17
18
  export declare enum SHOPIFY_APP_INSTALL_STATUS {
18
19
  STARTED = "started",
@@ -1 +1 @@
1
- {"version":3,"file":"shopify-app-install.js","sourceRoot":"","sources":["../../../../src/types/api/shopify-app-install.ts"],"names":[],"mappings":";;;AAiBA,IAAY,0BAOX;AAPD,WAAY,0BAA0B;IACpC,iDAAmB,CAAA;IACnB,iDAAmB,CAAA;IACnB,qDAAuB,CAAA;IACvB,yDAA2B,CAAA;IAC3B,+CAAiB,CAAA;IACjB,2CAAa,CAAA;AACf,CAAC,EAPW,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAOrC"}
1
+ {"version":3,"file":"shopify-app-install.js","sourceRoot":"","sources":["../../../../src/types/api/shopify-app-install.ts"],"names":[],"mappings":";;;AAkBA,IAAY,0BAOX;AAPD,WAAY,0BAA0B;IACpC,iDAAmB,CAAA;IACnB,iDAAmB,CAAA;IACnB,qDAAuB,CAAA;IACvB,yDAA2B,CAAA;IAC3B,+CAAiB,CAAA;IACjB,2CAAa,CAAA;AACf,CAAC,EAPW,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAOrC"}
@@ -1,7 +1,6 @@
1
1
  import { EventIdentity as EventIdentity } from './event-context-identity';
2
2
  import { IResult } from 'ua-parser-js';
3
3
  export interface EventContext {
4
- externalId?: string;
5
4
  identity?: EventIdentity;
6
5
  properties?: EventContextProperties;
7
6
  }
@@ -1,8 +1,6 @@
1
1
  import { InternalEvent } from './base/event';
2
2
  import { AddressInfo } from '../common';
3
- import { EventIdentity } from '.';
4
3
  export interface TrackingEvent extends InternalEvent {
5
- identity?: EventIdentity;
6
4
  data?: TrackingEventData;
7
5
  testCode?: string;
8
6
  }
@@ -13,6 +13,7 @@ export interface ShopifyAppInstall {
13
13
  timestamp?: number;
14
14
  createdAt: string;
15
15
  updatedAt: string;
16
+ updatedBy?: string;
16
17
  }
17
18
  export declare enum SHOPIFY_APP_INSTALL_STATUS {
18
19
  STARTED = "started",
@@ -1 +1 @@
1
- {"version":3,"file":"shopify-app-install.js","sourceRoot":"","sources":["../../../../src/types/api/shopify-app-install.ts"],"names":[],"mappings":"AAiBA,MAAM,CAAN,IAAY,0BAOX;AAPD,WAAY,0BAA0B;IACpC,iDAAmB,CAAA;IACnB,iDAAmB,CAAA;IACnB,qDAAuB,CAAA;IACvB,yDAA2B,CAAA;IAC3B,+CAAiB,CAAA;IACjB,2CAAa,CAAA;AACf,CAAC,EAPW,0BAA0B,KAA1B,0BAA0B,QAOrC"}
1
+ {"version":3,"file":"shopify-app-install.js","sourceRoot":"","sources":["../../../../src/types/api/shopify-app-install.ts"],"names":[],"mappings":"AAkBA,MAAM,CAAN,IAAY,0BAOX;AAPD,WAAY,0BAA0B;IACpC,iDAAmB,CAAA;IACnB,iDAAmB,CAAA;IACnB,qDAAuB,CAAA;IACvB,yDAA2B,CAAA;IAC3B,+CAAiB,CAAA;IACjB,2CAAa,CAAA;AACf,CAAC,EAPW,0BAA0B,KAA1B,0BAA0B,QAOrC"}
@@ -1,7 +1,6 @@
1
1
  import { EventIdentity as EventIdentity } from './event-context-identity';
2
2
  import { IResult } from 'ua-parser-js';
3
3
  export interface EventContext {
4
- externalId?: string;
5
4
  identity?: EventIdentity;
6
5
  properties?: EventContextProperties;
7
6
  }
@@ -1,8 +1,6 @@
1
1
  import { InternalEvent } from './base/event';
2
2
  import { AddressInfo } from '../common';
3
- import { EventIdentity } from '.';
4
3
  export interface TrackingEvent extends InternalEvent {
5
- identity?: EventIdentity;
6
4
  data?: TrackingEventData;
7
5
  testCode?: string;
8
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adtrackify/at-tracking-event-types",
3
- "version": "3.0.50",
3
+ "version": "3.0.52",
4
4
  "description": "",
5
5
  "files": [
6
6
  "dist/*"
@@ -81,4 +81,4 @@
81
81
  "author": "",
82
82
  "license": "ISC",
83
83
  "homepage": "https://bitbucket.org/eacap/at-tracking-event-types#readme"
84
- }
84
+ }