@adtrackify/at-tracking-event-types 3.0.46 → 3.0.48

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.
Files changed (31) hide show
  1. package/dist/cjs/types/api/account.d.ts +7 -0
  2. package/dist/cjs/types/api/account.js.map +1 -1
  3. package/dist/cjs/types/api/destinations/destinations.d.ts +2 -0
  4. package/dist/cjs/types/api/destinations/destinations.js +2 -0
  5. package/dist/cjs/types/api/destinations/destinations.js.map +1 -1
  6. package/dist/cjs/types/api/destinations/third-party-contact-acquisition-configs.d.ts +8 -0
  7. package/dist/cjs/types/api/destinations/third-party-contact-acquisition-configs.js +3 -0
  8. package/dist/cjs/types/api/destinations/third-party-contact-acquisition-configs.js.map +1 -0
  9. package/dist/cjs/types/api/destinations/third-party-destination-configs.d.ts +0 -7
  10. package/dist/cjs/types/api/destinations/third-party-integration-configs.d.ts +7 -0
  11. package/dist/cjs/types/api/destinations/third-party-integration-configs.js +3 -0
  12. package/dist/cjs/types/api/destinations/third-party-integration-configs.js.map +1 -0
  13. package/dist/cjs/types/api/index.d.ts +2 -0
  14. package/dist/cjs/types/api/index.js +2 -0
  15. package/dist/cjs/types/api/index.js.map +1 -1
  16. package/dist/esm/types/api/account.d.ts +7 -0
  17. package/dist/esm/types/api/account.js.map +1 -1
  18. package/dist/esm/types/api/destinations/destinations.d.ts +2 -0
  19. package/dist/esm/types/api/destinations/destinations.js +2 -0
  20. package/dist/esm/types/api/destinations/destinations.js.map +1 -1
  21. package/dist/esm/types/api/destinations/third-party-contact-acquisition-configs.d.ts +8 -0
  22. package/dist/esm/types/api/destinations/third-party-contact-acquisition-configs.js +2 -0
  23. package/dist/esm/types/api/destinations/third-party-contact-acquisition-configs.js.map +1 -0
  24. package/dist/esm/types/api/destinations/third-party-destination-configs.d.ts +0 -7
  25. package/dist/esm/types/api/destinations/third-party-integration-configs.d.ts +7 -0
  26. package/dist/esm/types/api/destinations/third-party-integration-configs.js +2 -0
  27. package/dist/esm/types/api/destinations/third-party-integration-configs.js.map +1 -0
  28. package/dist/esm/types/api/index.d.ts +2 -0
  29. package/dist/esm/types/api/index.js +2 -0
  30. package/dist/esm/types/api/index.js.map +1 -1
  31. package/package.json +2 -2
@@ -12,6 +12,7 @@ export interface Account {
12
12
  ownerId?: string;
13
13
  settings?: AccountSettings;
14
14
  confirmedAt?: string;
15
+ featureFlags?: FeatureFlag[];
15
16
  createdAt: string;
16
17
  updatedAt: string;
17
18
  }
@@ -35,6 +36,12 @@ export interface AccountSettings {
35
36
  countPendingOrders?: boolean;
36
37
  countVoidedOrders?: boolean;
37
38
  }
39
+ export interface FeatureFlag {
40
+ name: FEATURE_FLAG;
41
+ enabled: boolean;
42
+ createdAt: string;
43
+ updatedAt: string;
44
+ }
38
45
  export declare enum FEATURE_FLAG {
39
46
  CONTACT_ACQUISITION = "contactAcquisition"
40
47
  }
@@ -1 +1 @@
1
- {"version":3,"file":"account.js","sourceRoot":"","sources":["../../../../src/types/api/account.ts"],"names":[],"mappings":";;;AA2BA,IAAY,cAIX;AAJD,WAAY,cAAc;IACxB,qCAAmB,CAAA;IACnB,mCAAiB,CAAA;IACjB,uCAAqB,CAAA;AACvB,CAAC,EAJW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAIzB;AAWD,IAAY,YAEX;AAFD,WAAY,YAAY;IACtB,0DAA0C,CAAA;AAC5C,CAAC,EAFW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAEvB"}
1
+ {"version":3,"file":"account.js","sourceRoot":"","sources":["../../../../src/types/api/account.ts"],"names":[],"mappings":";;;AA4BA,IAAY,cAIX;AAJD,WAAY,cAAc;IACxB,qCAAmB,CAAA;IACnB,mCAAiB,CAAA;IACjB,uCAAqB,CAAA;AACvB,CAAC,EAJW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAIzB;AAiBD,IAAY,YAEX;AAFD,WAAY,YAAY;IACtB,0DAA0C,CAAA;AAC5C,CAAC,EAFW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAEvB"}
@@ -37,8 +37,10 @@ export declare enum DESTINATION {
37
37
  PINTEREST = "pinterest",
38
38
  KLAVIYO = "klaviyo",
39
39
  SENDLANE = "sendlane",
40
+ CONTACT_ACQUISITION = "contactAcquisition",
40
41
  FACEBOOK_INTEGRATION = "facebookIntegration",
41
42
  GOOGLE_ADS_INTEGRATION = "googleAdsIntegration",
43
+ CONTACT_ACQUISITION_INTEGRATION = "contactAcquisitionIntegration",
42
44
  KLAVIYO_CONTACT_ACQUISITION = "klaviyoContactAcquisition"
43
45
  }
44
46
  export interface UserDestinationConfiguration {
@@ -25,8 +25,10 @@ var DESTINATION;
25
25
  DESTINATION["PINTEREST"] = "pinterest";
26
26
  DESTINATION["KLAVIYO"] = "klaviyo";
27
27
  DESTINATION["SENDLANE"] = "sendlane";
28
+ DESTINATION["CONTACT_ACQUISITION"] = "contactAcquisition";
28
29
  DESTINATION["FACEBOOK_INTEGRATION"] = "facebookIntegration";
29
30
  DESTINATION["GOOGLE_ADS_INTEGRATION"] = "googleAdsIntegration";
31
+ DESTINATION["CONTACT_ACQUISITION_INTEGRATION"] = "contactAcquisitionIntegration";
30
32
  DESTINATION["KLAVIYO_CONTACT_ACQUISITION"] = "klaviyoContactAcquisition";
31
33
  })(DESTINATION = exports.DESTINATION || (exports.DESTINATION = {}));
32
34
  //# sourceMappingURL=destinations.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"destinations.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/destinations.ts"],"names":[],"mappings":";;;AAmBA,IAAY,gBAIX;AAJD,WAAY,gBAAgB;IAC1B,+CAA2B,CAAA;IAC3B,+CAA2B,CAAA;IAC3B,8DAA0C,CAAA;AAC5C,CAAC,EAJW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAI3B;AAED,IAAY,WAyBX;AAzBD,WAAY,WAAW;IAErB,oCAAqB,CAAA;IACrB,gCAAiB,CAAA;IACjB,uCAAwB,CAAA;IACxB,sDAAuC,CAAA;IACvC,kCAAmB,CAAA;IACnB,kCAAmB,CAAA;IACnB,yCAA0B,CAAA;IAC1B,qCAAsB,CAAA;IACtB,oCAAqB,CAAA;IACrB,kCAAmB,CAAA;IACnB,gCAAiB,CAAA;IACjB,oCAAqB,CAAA;IACrB,yCAA0B,CAAA;IAC1B,sCAAuB,CAAA;IACvB,kCAAmB,CAAA;IACnB,oCAAqB,CAAA;IAGrB,2DAA4C,CAAA;IAC5C,8DAA+C,CAAA;IAG/C,wEAAyD,CAAA;AAC3D,CAAC,EAzBW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAyBtB"}
1
+ {"version":3,"file":"destinations.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/destinations.ts"],"names":[],"mappings":";;;AAmBA,IAAY,gBAIX;AAJD,WAAY,gBAAgB;IAC1B,+CAA2B,CAAA;IAC3B,+CAA2B,CAAA;IAC3B,8DAA0C,CAAA;AAC5C,CAAC,EAJW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAI3B;AAED,IAAY,WA2BX;AA3BD,WAAY,WAAW;IAErB,oCAAqB,CAAA;IACrB,gCAAiB,CAAA;IACjB,uCAAwB,CAAA;IACxB,sDAAuC,CAAA;IACvC,kCAAmB,CAAA;IACnB,kCAAmB,CAAA;IACnB,yCAA0B,CAAA;IAC1B,qCAAsB,CAAA;IACtB,oCAAqB,CAAA;IACrB,kCAAmB,CAAA;IACnB,gCAAiB,CAAA;IACjB,oCAAqB,CAAA;IACrB,yCAA0B,CAAA;IAC1B,sCAAuB,CAAA;IACvB,kCAAmB,CAAA;IACnB,oCAAqB,CAAA;IACrB,yDAA0C,CAAA;IAG1C,2DAA4C,CAAA;IAC5C,8DAA+C,CAAA;IAC/C,gFAAiE,CAAA;IAGjE,wEAAyD,CAAA;AAC3D,CAAC,EA3BW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QA2BtB"}
@@ -0,0 +1,8 @@
1
+ import { Destination, UserDestinationConfiguration } from './destinations';
2
+ export interface KlaviyoContactAcquisition extends Destination {
3
+ configuration: KlaviyoContactAcquisitionConfiguration;
4
+ }
5
+ export interface KlaviyoContactAcquisitionConfiguration extends UserDestinationConfiguration {
6
+ apiAccessToken: string;
7
+ listId?: string;
8
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=third-party-contact-acquisition-configs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"third-party-contact-acquisition-configs.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/third-party-contact-acquisition-configs.ts"],"names":[],"mappings":""}
@@ -81,10 +81,3 @@ export declare enum CustomHTMLLocation {
81
81
  FOOTER = "footer",
82
82
  BODY = "body"
83
83
  }
84
- export interface KlaviyoCADestination extends Destination {
85
- configuration: KlaviyoCAConfiguration;
86
- }
87
- export interface KlaviyoCAConfiguration extends UserDestinationConfiguration {
88
- apiAccessToken: string;
89
- listId?: string;
90
- }
@@ -0,0 +1,7 @@
1
+ import { Destination, UserDestinationConfiguration } from './destinations';
2
+ export interface ContactAcquisitonIntegration extends Destination {
3
+ configuration: ContactAcquisitionIntegrationConfiguration;
4
+ }
5
+ export interface ContactAcquisitionIntegrationConfiguration extends UserDestinationConfiguration {
6
+ mergeToIdentityTraitsEnabled?: boolean;
7
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=third-party-integration-configs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"third-party-integration-configs.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/third-party-integration-configs.ts"],"names":[],"mappings":""}
@@ -1,7 +1,9 @@
1
1
  export * from './account';
2
2
  export * from './destinations/destinations';
3
3
  export * from './destinations/destination-catalog';
4
+ export * from './destinations/third-party-contact-acquisition-configs';
4
5
  export * from './destinations/third-party-destination-configs';
6
+ export * from './destinations/third-party-integration-configs';
5
7
  export * from './shopify-app-install';
6
8
  export * from './subscription';
7
9
  export * from './user';
@@ -17,7 +17,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./account"), exports);
18
18
  __exportStar(require("./destinations/destinations"), exports);
19
19
  __exportStar(require("./destinations/destination-catalog"), exports);
20
+ __exportStar(require("./destinations/third-party-contact-acquisition-configs"), exports);
20
21
  __exportStar(require("./destinations/third-party-destination-configs"), exports);
22
+ __exportStar(require("./destinations/third-party-integration-configs"), exports);
21
23
  __exportStar(require("./shopify-app-install"), exports);
22
24
  __exportStar(require("./subscription"), exports);
23
25
  __exportStar(require("./user"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/api/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAA0B;AAC1B,8DAA4C;AAC5C,qEAAmD;AACnD,iFAA+D;AAC/D,wDAAsC;AACtC,iDAA+B;AAC/B,yCAAuB;AACvB,0CAAwB;AACxB,iDAA+B;AAC/B,+CAA6B;AAC7B,oDAAkC;AAClC,+DAA6C;AAC7C,uDAAqC;AACrC,oDAAkC;AAClC,wDAAqC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/api/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAA0B;AAC1B,8DAA4C;AAC5C,qEAAmD;AACnD,yFAAuE;AACvE,iFAA+D;AAC/D,iFAA+D;AAC/D,wDAAsC;AACtC,iDAA+B;AAC/B,yCAAuB;AACvB,0CAAwB;AACxB,iDAA+B;AAC/B,+CAA6B;AAC7B,oDAAkC;AAClC,+DAA6C;AAC7C,uDAAqC;AACrC,oDAAkC;AAClC,wDAAqC"}
@@ -12,6 +12,7 @@ export interface Account {
12
12
  ownerId?: string;
13
13
  settings?: AccountSettings;
14
14
  confirmedAt?: string;
15
+ featureFlags?: FeatureFlag[];
15
16
  createdAt: string;
16
17
  updatedAt: string;
17
18
  }
@@ -35,6 +36,12 @@ export interface AccountSettings {
35
36
  countPendingOrders?: boolean;
36
37
  countVoidedOrders?: boolean;
37
38
  }
39
+ export interface FeatureFlag {
40
+ name: FEATURE_FLAG;
41
+ enabled: boolean;
42
+ createdAt: string;
43
+ updatedAt: string;
44
+ }
38
45
  export declare enum FEATURE_FLAG {
39
46
  CONTACT_ACQUISITION = "contactAcquisition"
40
47
  }
@@ -1 +1 @@
1
- {"version":3,"file":"account.js","sourceRoot":"","sources":["../../../../src/types/api/account.ts"],"names":[],"mappings":"AA2BA,MAAM,CAAN,IAAY,cAIX;AAJD,WAAY,cAAc;IACxB,qCAAmB,CAAA;IACnB,mCAAiB,CAAA;IACjB,uCAAqB,CAAA;AACvB,CAAC,EAJW,cAAc,KAAd,cAAc,QAIzB;AAWD,MAAM,CAAN,IAAY,YAEX;AAFD,WAAY,YAAY;IACtB,0DAA0C,CAAA;AAC5C,CAAC,EAFW,YAAY,KAAZ,YAAY,QAEvB"}
1
+ {"version":3,"file":"account.js","sourceRoot":"","sources":["../../../../src/types/api/account.ts"],"names":[],"mappings":"AA4BA,MAAM,CAAN,IAAY,cAIX;AAJD,WAAY,cAAc;IACxB,qCAAmB,CAAA;IACnB,mCAAiB,CAAA;IACjB,uCAAqB,CAAA;AACvB,CAAC,EAJW,cAAc,KAAd,cAAc,QAIzB;AAiBD,MAAM,CAAN,IAAY,YAEX;AAFD,WAAY,YAAY;IACtB,0DAA0C,CAAA;AAC5C,CAAC,EAFW,YAAY,KAAZ,YAAY,QAEvB"}
@@ -37,8 +37,10 @@ export declare enum DESTINATION {
37
37
  PINTEREST = "pinterest",
38
38
  KLAVIYO = "klaviyo",
39
39
  SENDLANE = "sendlane",
40
+ CONTACT_ACQUISITION = "contactAcquisition",
40
41
  FACEBOOK_INTEGRATION = "facebookIntegration",
41
42
  GOOGLE_ADS_INTEGRATION = "googleAdsIntegration",
43
+ CONTACT_ACQUISITION_INTEGRATION = "contactAcquisitionIntegration",
42
44
  KLAVIYO_CONTACT_ACQUISITION = "klaviyoContactAcquisition"
43
45
  }
44
46
  export interface UserDestinationConfiguration {
@@ -22,8 +22,10 @@ export var DESTINATION;
22
22
  DESTINATION["PINTEREST"] = "pinterest";
23
23
  DESTINATION["KLAVIYO"] = "klaviyo";
24
24
  DESTINATION["SENDLANE"] = "sendlane";
25
+ DESTINATION["CONTACT_ACQUISITION"] = "contactAcquisition";
25
26
  DESTINATION["FACEBOOK_INTEGRATION"] = "facebookIntegration";
26
27
  DESTINATION["GOOGLE_ADS_INTEGRATION"] = "googleAdsIntegration";
28
+ DESTINATION["CONTACT_ACQUISITION_INTEGRATION"] = "contactAcquisitionIntegration";
27
29
  DESTINATION["KLAVIYO_CONTACT_ACQUISITION"] = "klaviyoContactAcquisition";
28
30
  })(DESTINATION || (DESTINATION = {}));
29
31
  //# sourceMappingURL=destinations.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"destinations.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/destinations.ts"],"names":[],"mappings":"AAmBA,MAAM,CAAN,IAAY,gBAIX;AAJD,WAAY,gBAAgB;IAC1B,+CAA2B,CAAA;IAC3B,+CAA2B,CAAA;IAC3B,8DAA0C,CAAA;AAC5C,CAAC,EAJW,gBAAgB,KAAhB,gBAAgB,QAI3B;AAED,MAAM,CAAN,IAAY,WAyBX;AAzBD,WAAY,WAAW;IAErB,oCAAqB,CAAA;IACrB,gCAAiB,CAAA;IACjB,uCAAwB,CAAA;IACxB,sDAAuC,CAAA;IACvC,kCAAmB,CAAA;IACnB,kCAAmB,CAAA;IACnB,yCAA0B,CAAA;IAC1B,qCAAsB,CAAA;IACtB,oCAAqB,CAAA;IACrB,kCAAmB,CAAA;IACnB,gCAAiB,CAAA;IACjB,oCAAqB,CAAA;IACrB,yCAA0B,CAAA;IAC1B,sCAAuB,CAAA;IACvB,kCAAmB,CAAA;IACnB,oCAAqB,CAAA;IAGrB,2DAA4C,CAAA;IAC5C,8DAA+C,CAAA;IAG/C,wEAAyD,CAAA;AAC3D,CAAC,EAzBW,WAAW,KAAX,WAAW,QAyBtB"}
1
+ {"version":3,"file":"destinations.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/destinations.ts"],"names":[],"mappings":"AAmBA,MAAM,CAAN,IAAY,gBAIX;AAJD,WAAY,gBAAgB;IAC1B,+CAA2B,CAAA;IAC3B,+CAA2B,CAAA;IAC3B,8DAA0C,CAAA;AAC5C,CAAC,EAJW,gBAAgB,KAAhB,gBAAgB,QAI3B;AAED,MAAM,CAAN,IAAY,WA2BX;AA3BD,WAAY,WAAW;IAErB,oCAAqB,CAAA;IACrB,gCAAiB,CAAA;IACjB,uCAAwB,CAAA;IACxB,sDAAuC,CAAA;IACvC,kCAAmB,CAAA;IACnB,kCAAmB,CAAA;IACnB,yCAA0B,CAAA;IAC1B,qCAAsB,CAAA;IACtB,oCAAqB,CAAA;IACrB,kCAAmB,CAAA;IACnB,gCAAiB,CAAA;IACjB,oCAAqB,CAAA;IACrB,yCAA0B,CAAA;IAC1B,sCAAuB,CAAA;IACvB,kCAAmB,CAAA;IACnB,oCAAqB,CAAA;IACrB,yDAA0C,CAAA;IAG1C,2DAA4C,CAAA;IAC5C,8DAA+C,CAAA;IAC/C,gFAAiE,CAAA;IAGjE,wEAAyD,CAAA;AAC3D,CAAC,EA3BW,WAAW,KAAX,WAAW,QA2BtB"}
@@ -0,0 +1,8 @@
1
+ import { Destination, UserDestinationConfiguration } from './destinations';
2
+ export interface KlaviyoContactAcquisition extends Destination {
3
+ configuration: KlaviyoContactAcquisitionConfiguration;
4
+ }
5
+ export interface KlaviyoContactAcquisitionConfiguration extends UserDestinationConfiguration {
6
+ apiAccessToken: string;
7
+ listId?: string;
8
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=third-party-contact-acquisition-configs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"third-party-contact-acquisition-configs.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/third-party-contact-acquisition-configs.ts"],"names":[],"mappings":""}
@@ -81,10 +81,3 @@ export declare enum CustomHTMLLocation {
81
81
  FOOTER = "footer",
82
82
  BODY = "body"
83
83
  }
84
- export interface KlaviyoCADestination extends Destination {
85
- configuration: KlaviyoCAConfiguration;
86
- }
87
- export interface KlaviyoCAConfiguration extends UserDestinationConfiguration {
88
- apiAccessToken: string;
89
- listId?: string;
90
- }
@@ -0,0 +1,7 @@
1
+ import { Destination, UserDestinationConfiguration } from './destinations';
2
+ export interface ContactAcquisitonIntegration extends Destination {
3
+ configuration: ContactAcquisitionIntegrationConfiguration;
4
+ }
5
+ export interface ContactAcquisitionIntegrationConfiguration extends UserDestinationConfiguration {
6
+ mergeToIdentityTraitsEnabled?: boolean;
7
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=third-party-integration-configs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"third-party-integration-configs.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/third-party-integration-configs.ts"],"names":[],"mappings":""}
@@ -1,7 +1,9 @@
1
1
  export * from './account';
2
2
  export * from './destinations/destinations';
3
3
  export * from './destinations/destination-catalog';
4
+ export * from './destinations/third-party-contact-acquisition-configs';
4
5
  export * from './destinations/third-party-destination-configs';
6
+ export * from './destinations/third-party-integration-configs';
5
7
  export * from './shopify-app-install';
6
8
  export * from './subscription';
7
9
  export * from './user';
@@ -1,7 +1,9 @@
1
1
  export * from './account';
2
2
  export * from './destinations/destinations';
3
3
  export * from './destinations/destination-catalog';
4
+ export * from './destinations/third-party-contact-acquisition-configs';
4
5
  export * from './destinations/third-party-destination-configs';
6
+ export * from './destinations/third-party-integration-configs';
5
7
  export * from './shopify-app-install';
6
8
  export * from './subscription';
7
9
  export * from './user';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/api/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,oCAAoC,CAAC;AACnD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,uBAAuB,CAAC;AACtC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/api/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,oCAAoC,CAAC;AACnD,cAAc,wDAAwD,CAAC;AACvE,cAAc,gDAAgD,CAAC;AAC/D,cAAc,gDAAgD,CAAC;AAC/D,cAAc,uBAAuB,CAAC;AACtC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adtrackify/at-tracking-event-types",
3
- "version": "3.0.46",
3
+ "version": "3.0.48",
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
+ }