@adtrackify/at-tracking-event-types 3.1.25 → 3.1.27

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.
@@ -53,9 +53,6 @@ export interface GoogleAdsConfiguration extends UserDestinationConfiguration {
53
53
  export interface HubspotPixelConfiguration extends UserDestinationConfiguration {
54
54
  hubspotId: string;
55
55
  }
56
- export interface SnapchatPixelConfiguration extends UserDestinationConfiguration {
57
- snapchatPixelId: string;
58
- }
59
56
  export interface TwitterPixelConfiguration extends UserDestinationConfiguration {
60
57
  twitterPixelId: string;
61
58
  }
@@ -1 +1 @@
1
- {"version":3,"file":"third-party-destination-configs.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/third-party-destination-configs.ts"],"names":[],"mappings":";;;AAuIA,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC5B,uCAAiB,CAAA;IACjB,uCAAiB,CAAA;IACjB,mCAAa,CAAA;AACf,CAAC,EAJW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAI7B"}
1
+ {"version":3,"file":"third-party-destination-configs.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/third-party-destination-configs.ts"],"names":[],"mappings":";;;AAmIA,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC5B,uCAAiB,CAAA;IACjB,uCAAiB,CAAA;IACjB,mCAAa,CAAA;AACf,CAAC,EAJW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAI7B"}
@@ -150,6 +150,14 @@ export interface AdClickInfo {
150
150
  ttclidCollectedAt?: string;
151
151
  ttp?: string;
152
152
  ttpCollectedAt?: string;
153
+ snapchatSCCid?: string;
154
+ snapchatSCCidCollectedAt?: string;
155
+ snapchatSCCookie?: string;
156
+ snapchatSCCookieCollectedAt?: string;
157
+ pinterestEpik?: string;
158
+ pinterestEpikCollectedAt?: string;
159
+ applovinAxwrt?: string;
160
+ applovinAxwrtCollectedAt?: string;
153
161
  kx?: string;
154
162
  kxCollectedAt?: string;
155
163
  klaviyoCid?: string;
@@ -53,9 +53,6 @@ export interface GoogleAdsConfiguration extends UserDestinationConfiguration {
53
53
  export interface HubspotPixelConfiguration extends UserDestinationConfiguration {
54
54
  hubspotId: string;
55
55
  }
56
- export interface SnapchatPixelConfiguration extends UserDestinationConfiguration {
57
- snapchatPixelId: string;
58
- }
59
56
  export interface TwitterPixelConfiguration extends UserDestinationConfiguration {
60
57
  twitterPixelId: string;
61
58
  }
@@ -1 +1 @@
1
- {"version":3,"file":"third-party-destination-configs.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/third-party-destination-configs.ts"],"names":[],"mappings":"AAuIA,MAAM,CAAN,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC5B,uCAAiB,CAAA;IACjB,uCAAiB,CAAA;IACjB,mCAAa,CAAA;AACf,CAAC,EAJW,kBAAkB,KAAlB,kBAAkB,QAI7B"}
1
+ {"version":3,"file":"third-party-destination-configs.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/third-party-destination-configs.ts"],"names":[],"mappings":"AAmIA,MAAM,CAAN,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC5B,uCAAiB,CAAA;IACjB,uCAAiB,CAAA;IACjB,mCAAa,CAAA;AACf,CAAC,EAJW,kBAAkB,KAAlB,kBAAkB,QAI7B"}
@@ -150,6 +150,14 @@ export interface AdClickInfo {
150
150
  ttclidCollectedAt?: string;
151
151
  ttp?: string;
152
152
  ttpCollectedAt?: string;
153
+ snapchatSCCid?: string;
154
+ snapchatSCCidCollectedAt?: string;
155
+ snapchatSCCookie?: string;
156
+ snapchatSCCookieCollectedAt?: string;
157
+ pinterestEpik?: string;
158
+ pinterestEpikCollectedAt?: string;
159
+ applovinAxwrt?: string;
160
+ applovinAxwrtCollectedAt?: string;
153
161
  kx?: string;
154
162
  kxCollectedAt?: string;
155
163
  klaviyoCid?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adtrackify/at-tracking-event-types",
3
- "version": "3.1.25",
3
+ "version": "3.1.27",
4
4
  "description": "",
5
5
  "files": [
6
6
  "dist/*"