@adtrackify/at-tracking-event-types 3.0.45 → 3.0.47
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.
- package/dist/cjs/types/api/account.d.ts +10 -0
- package/dist/cjs/types/api/account.js +5 -1
- package/dist/cjs/types/api/account.js.map +1 -1
- package/dist/cjs/types/api/destinations/destinations.d.ts +1 -0
- package/dist/cjs/types/api/destinations/destinations.js +1 -0
- package/dist/cjs/types/api/destinations/destinations.js.map +1 -1
- package/dist/esm/types/api/account.d.ts +10 -0
- package/dist/esm/types/api/account.js +4 -0
- package/dist/esm/types/api/account.js.map +1 -1
- package/dist/esm/types/api/destinations/destinations.d.ts +1 -0
- package/dist/esm/types/api/destinations/destinations.js +1 -0
- package/dist/esm/types/api/destinations/destinations.js.map +1 -1
- 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,3 +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
|
+
}
|
|
45
|
+
export declare enum FEATURE_FLAG {
|
|
46
|
+
CONTACT_ACQUISITION = "contactAcquisition"
|
|
47
|
+
}
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ACCOUNT_STATUS = void 0;
|
|
3
|
+
exports.FEATURE_FLAG = exports.ACCOUNT_STATUS = void 0;
|
|
4
4
|
var ACCOUNT_STATUS;
|
|
5
5
|
(function (ACCOUNT_STATUS) {
|
|
6
6
|
ACCOUNT_STATUS["PENDING"] = "pending";
|
|
7
7
|
ACCOUNT_STATUS["ACTIVE"] = "active";
|
|
8
8
|
ACCOUNT_STATUS["INACTIVE"] = "inactive";
|
|
9
9
|
})(ACCOUNT_STATUS = exports.ACCOUNT_STATUS || (exports.ACCOUNT_STATUS = {}));
|
|
10
|
+
var FEATURE_FLAG;
|
|
11
|
+
(function (FEATURE_FLAG) {
|
|
12
|
+
FEATURE_FLAG["CONTACT_ACQUISITION"] = "contactAcquisition";
|
|
13
|
+
})(FEATURE_FLAG = exports.FEATURE_FLAG || (exports.FEATURE_FLAG = {}));
|
|
10
14
|
//# sourceMappingURL=account.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"account.js","sourceRoot":"","sources":["../../../../src/types/api/account.ts"],"names":[],"mappings":";;;
|
|
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,6 +37,7 @@ 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",
|
|
42
43
|
KLAVIYO_CONTACT_ACQUISITION = "klaviyoContactAcquisition"
|
|
@@ -25,6 +25,7 @@ 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";
|
|
30
31
|
DESTINATION["KLAVIYO_CONTACT_ACQUISITION"] = "klaviyoContactAcquisition";
|
|
@@ -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,
|
|
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,WA0BX;AA1BD,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;IAG/C,wEAAyD,CAAA;AAC3D,CAAC,EA1BW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QA0BtB"}
|
|
@@ -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,3 +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
|
+
}
|
|
45
|
+
export declare enum FEATURE_FLAG {
|
|
46
|
+
CONTACT_ACQUISITION = "contactAcquisition"
|
|
47
|
+
}
|
|
@@ -4,4 +4,8 @@ export var ACCOUNT_STATUS;
|
|
|
4
4
|
ACCOUNT_STATUS["ACTIVE"] = "active";
|
|
5
5
|
ACCOUNT_STATUS["INACTIVE"] = "inactive";
|
|
6
6
|
})(ACCOUNT_STATUS || (ACCOUNT_STATUS = {}));
|
|
7
|
+
export var FEATURE_FLAG;
|
|
8
|
+
(function (FEATURE_FLAG) {
|
|
9
|
+
FEATURE_FLAG["CONTACT_ACQUISITION"] = "contactAcquisition";
|
|
10
|
+
})(FEATURE_FLAG || (FEATURE_FLAG = {}));
|
|
7
11
|
//# sourceMappingURL=account.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"account.js","sourceRoot":"","sources":["../../../../src/types/api/account.ts"],"names":[],"mappings":"
|
|
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,6 +37,7 @@ 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",
|
|
42
43
|
KLAVIYO_CONTACT_ACQUISITION = "klaviyoContactAcquisition"
|
|
@@ -22,6 +22,7 @@ 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";
|
|
27
28
|
DESTINATION["KLAVIYO_CONTACT_ACQUISITION"] = "klaviyoContactAcquisition";
|
|
@@ -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,
|
|
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,WA0BX;AA1BD,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;IAG/C,wEAAyD,CAAA;AAC3D,CAAC,EA1BW,WAAW,KAAX,WAAW,QA0BtB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adtrackify/at-tracking-event-types",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.47",
|
|
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
|
+
}
|