@adtrackify/at-tracking-event-types 3.1.89 → 3.1.90
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/destinations/third-party-integration-configs.d.ts +1 -0
- package/dist/cjs/types/api/destinations/third-party-integration-configs.js.map +1 -1
- package/dist/cjs/types/api/subscription.d.ts +8 -0
- package/dist/cjs/types/api/subscription.js.map +1 -1
- package/dist/esm/types/api/destinations/third-party-integration-configs.d.ts +1 -0
- package/dist/esm/types/api/destinations/third-party-integration-configs.js.map +1 -1
- package/dist/esm/types/api/subscription.d.ts +8 -0
- package/dist/esm/types/api/subscription.js.map +1 -1
- package/package.json +1 -1
|
@@ -9,6 +9,7 @@ export interface GoogleAdsIntegration extends Destination {
|
|
|
9
9
|
configuration: GoogleAdsIntegrationConfiguration;
|
|
10
10
|
}
|
|
11
11
|
export interface ContactAcquisitionIntegrationConfiguration extends UserDestinationConfiguration {
|
|
12
|
+
sessionScoreThreshold?: number;
|
|
12
13
|
mergeToIdentityTraitsEnabled?: boolean;
|
|
13
14
|
}
|
|
14
15
|
export interface FacebookIntegrationConfiguration extends UserDestinationConfiguration {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"third-party-integration-configs.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/third-party-integration-configs.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"third-party-integration-configs.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/third-party-integration-configs.ts"],"names":[],"mappings":";;;AA6CA,IAAY,6CAMX;AAND,WAAY,6CAA6C;IACvD,8EAA6B,CAAA;IAC7B,kFAAiC,CAAA;IACjC,qGAAoD,CAAA;IACpD,6GAA4D,CAAA;IAC5D,yGAAwD,CAAA;AAC1D,CAAC,EANW,6CAA6C,GAA7C,qDAA6C,KAA7C,qDAA6C,QAMxD"}
|
|
@@ -20,7 +20,15 @@ export interface Subscription {
|
|
|
20
20
|
}
|
|
21
21
|
export interface ContactAcquisition {
|
|
22
22
|
isEnabled: boolean;
|
|
23
|
+
maxContacts: number;
|
|
23
24
|
maxMonthlyBudget: number;
|
|
25
|
+
usage75: number;
|
|
26
|
+
usage90: number;
|
|
27
|
+
lastMonthUsage: number;
|
|
28
|
+
currentMonthUsage: number;
|
|
29
|
+
lastMonthUsageRatio: number;
|
|
30
|
+
currentMonthUsageRatio: number;
|
|
31
|
+
lastThreeMonthsUsage: number;
|
|
24
32
|
adminApproved?: boolean;
|
|
25
33
|
}
|
|
26
34
|
export interface SubscriptionPlan {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"subscription.js","sourceRoot":"","sources":["../../../../src/types/api/subscription.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"subscription.js","sourceRoot":"","sources":["../../../../src/types/api/subscription.ts"],"names":[],"mappings":";;;AAkFA,IAAY,YAGX;AAHD,WAAY,YAAY;IACtB,+BAAe,CAAA;IACf,yCAAyB,CAAA;AAC3B,CAAC,EAHW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAGvB;AAcD,IAAY,sBAGX;AAHD,WAAY,sBAAsB;IAChC,6CAAmB,CAAA;IACnB,2CAAiB,CAAA;AACnB,CAAC,EAHW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAGjC;AAED,IAAY,cAKX;AALD,WAAY,cAAc;IACxB,qCAAmB,CAAA;IACnB,uCAAqB,CAAA;IACrB,yCAAuB,CAAA;IACvB,mCAAiB,CAAA;AACnB,CAAC,EALW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAKzB;AAED,IAAY,mBAQX;AARD,WAAY,mBAAmB;IAC7B,wCAAiB,CAAA;IACjB,8CAAuB,CAAA;IACvB,4CAAqB,CAAA;IACrB,0CAAmB,CAAA;IACnB,wCAAiB,CAAA;IACjB,0CAAmB,CAAA;IACnB,2CAAoB,CAAA;AACtB,CAAC,EARW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAQ9B;AAED,IAAY,eAIX;AAJD,WAAY,eAAe;IACzB,oCAAiB,CAAA;IACjB,oCAAiB,CAAA;IACjB,sCAAmB,CAAA;AACrB,CAAC,EAJW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAI1B;AAkDD,IAAY,UAGX;AAHD,WAAY,UAAU;IACpB,+BAAiB,CAAA;IACjB,+BAAiB,CAAA;AACnB,CAAC,EAHW,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAGrB;AAED,IAAY,oBAIX;AAJD,WAAY,oBAAoB;IAC9B,2CAAmB,CAAA;IACnB,qCAAa,CAAA;IACb,yCAAiB,CAAA;AACnB,CAAC,EAJW,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAI/B"}
|
|
@@ -9,6 +9,7 @@ export interface GoogleAdsIntegration extends Destination {
|
|
|
9
9
|
configuration: GoogleAdsIntegrationConfiguration;
|
|
10
10
|
}
|
|
11
11
|
export interface ContactAcquisitionIntegrationConfiguration extends UserDestinationConfiguration {
|
|
12
|
+
sessionScoreThreshold?: number;
|
|
12
13
|
mergeToIdentityTraitsEnabled?: boolean;
|
|
13
14
|
}
|
|
14
15
|
export interface FacebookIntegrationConfiguration extends UserDestinationConfiguration {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"third-party-integration-configs.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/third-party-integration-configs.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"third-party-integration-configs.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/third-party-integration-configs.ts"],"names":[],"mappings":"AA6CA,MAAM,CAAN,IAAY,6CAMX;AAND,WAAY,6CAA6C;IACvD,8EAA6B,CAAA;IAC7B,kFAAiC,CAAA;IACjC,qGAAoD,CAAA;IACpD,6GAA4D,CAAA;IAC5D,yGAAwD,CAAA;AAC1D,CAAC,EANW,6CAA6C,KAA7C,6CAA6C,QAMxD"}
|
|
@@ -20,7 +20,15 @@ export interface Subscription {
|
|
|
20
20
|
}
|
|
21
21
|
export interface ContactAcquisition {
|
|
22
22
|
isEnabled: boolean;
|
|
23
|
+
maxContacts: number;
|
|
23
24
|
maxMonthlyBudget: number;
|
|
25
|
+
usage75: number;
|
|
26
|
+
usage90: number;
|
|
27
|
+
lastMonthUsage: number;
|
|
28
|
+
currentMonthUsage: number;
|
|
29
|
+
lastMonthUsageRatio: number;
|
|
30
|
+
currentMonthUsageRatio: number;
|
|
31
|
+
lastThreeMonthsUsage: number;
|
|
24
32
|
adminApproved?: boolean;
|
|
25
33
|
}
|
|
26
34
|
export interface SubscriptionPlan {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"subscription.js","sourceRoot":"","sources":["../../../../src/types/api/subscription.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"subscription.js","sourceRoot":"","sources":["../../../../src/types/api/subscription.ts"],"names":[],"mappings":"AAkFA,MAAM,CAAN,IAAY,YAGX;AAHD,WAAY,YAAY;IACtB,+BAAe,CAAA;IACf,yCAAyB,CAAA;AAC3B,CAAC,EAHW,YAAY,KAAZ,YAAY,QAGvB;AAcD,MAAM,CAAN,IAAY,sBAGX;AAHD,WAAY,sBAAsB;IAChC,6CAAmB,CAAA;IACnB,2CAAiB,CAAA;AACnB,CAAC,EAHW,sBAAsB,KAAtB,sBAAsB,QAGjC;AAED,MAAM,CAAN,IAAY,cAKX;AALD,WAAY,cAAc;IACxB,qCAAmB,CAAA;IACnB,uCAAqB,CAAA;IACrB,yCAAuB,CAAA;IACvB,mCAAiB,CAAA;AACnB,CAAC,EALW,cAAc,KAAd,cAAc,QAKzB;AAED,MAAM,CAAN,IAAY,mBAQX;AARD,WAAY,mBAAmB;IAC7B,wCAAiB,CAAA;IACjB,8CAAuB,CAAA;IACvB,4CAAqB,CAAA;IACrB,0CAAmB,CAAA;IACnB,wCAAiB,CAAA;IACjB,0CAAmB,CAAA;IACnB,2CAAoB,CAAA;AACtB,CAAC,EARW,mBAAmB,KAAnB,mBAAmB,QAQ9B;AAED,MAAM,CAAN,IAAY,eAIX;AAJD,WAAY,eAAe;IACzB,oCAAiB,CAAA;IACjB,oCAAiB,CAAA;IACjB,sCAAmB,CAAA;AACrB,CAAC,EAJW,eAAe,KAAf,eAAe,QAI1B;AAkDD,MAAM,CAAN,IAAY,UAGX;AAHD,WAAY,UAAU;IACpB,+BAAiB,CAAA;IACjB,+BAAiB,CAAA;AACnB,CAAC,EAHW,UAAU,KAAV,UAAU,QAGrB;AAED,MAAM,CAAN,IAAY,oBAIX;AAJD,WAAY,oBAAoB;IAC9B,2CAAmB,CAAA;IACnB,qCAAa,CAAA;IACb,yCAAiB,CAAA;AACnB,CAAC,EAJW,oBAAoB,KAApB,oBAAoB,QAI/B"}
|