@adtrackify/at-tracking-event-types 4.61.5 → 4.61.7
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.
|
@@ -96,6 +96,7 @@ export interface CostFilters {
|
|
|
96
96
|
productCollections?: CostFilter;
|
|
97
97
|
products?: CostFilter;
|
|
98
98
|
countries?: CostFilter;
|
|
99
|
+
adPlatforms?: CostFilter;
|
|
99
100
|
}
|
|
100
101
|
export interface CostConfigBase {
|
|
101
102
|
pk: string;
|
|
@@ -191,7 +192,6 @@ export interface VariableCostEntry {
|
|
|
191
192
|
channel: COST_CHANNEL;
|
|
192
193
|
currency: string;
|
|
193
194
|
filters?: CostFilters;
|
|
194
|
-
adPlatforms?: AD_PLATFORM[];
|
|
195
195
|
effectiveFrom?: string;
|
|
196
196
|
effectiveTo?: string;
|
|
197
197
|
createdAt: string;
|
|
@@ -9,23 +9,6 @@ export declare enum COSTS_RECALC_GLOBAL_CHANGE_SCOPE {
|
|
|
9
9
|
HANDLING_FEE = "handlingFee",
|
|
10
10
|
BOTH = "both"
|
|
11
11
|
}
|
|
12
|
-
export interface CostsRecalcQueryHints {
|
|
13
|
-
filters?: {
|
|
14
|
-
orderTags?: string[];
|
|
15
|
-
orderSourceNames?: string[];
|
|
16
|
-
orderPaymentGateways?: string[];
|
|
17
|
-
orderShippingTitles?: string[];
|
|
18
|
-
productVendors?: string[];
|
|
19
|
-
productTypes?: string[];
|
|
20
|
-
productTags?: string[];
|
|
21
|
-
productCategories?: string[];
|
|
22
|
-
productCollections?: string[];
|
|
23
|
-
products?: string[];
|
|
24
|
-
countries?: string[];
|
|
25
|
-
};
|
|
26
|
-
gatewayName?: string;
|
|
27
|
-
shippingCountries?: string[];
|
|
28
|
-
}
|
|
29
12
|
export interface CostsRecalcMessageMetadata {
|
|
30
13
|
jobId: string;
|
|
31
14
|
firstSeen: string;
|
|
@@ -35,9 +18,6 @@ export interface CostsRecalcMessageMetadata {
|
|
|
35
18
|
pageSize?: number;
|
|
36
19
|
cursor?: string;
|
|
37
20
|
}
|
|
38
|
-
export interface CostsRecalcChangedEntry {
|
|
39
|
-
entry: Record<string, unknown>;
|
|
40
|
-
}
|
|
41
21
|
export interface CostsRecalcFindAffectedOrdersMessage {
|
|
42
22
|
pixelId: string;
|
|
43
23
|
costType: COST_TYPE;
|
|
@@ -47,8 +27,7 @@ export interface CostsRecalcFindAffectedOrdersMessage {
|
|
|
47
27
|
productId?: string;
|
|
48
28
|
variantId?: string;
|
|
49
29
|
globalChangeScope?: COSTS_RECALC_GLOBAL_CHANGE_SCOPE;
|
|
50
|
-
|
|
51
|
-
changedEntry?: CostsRecalcChangedEntry;
|
|
30
|
+
entry: Record<string, unknown>;
|
|
52
31
|
messageMetadata: CostsRecalcMessageMetadata;
|
|
53
32
|
}
|
|
54
33
|
export interface CostsRecalcAffectedOrdersResyncMessage {
|
|
@@ -96,6 +96,7 @@ export interface CostFilters {
|
|
|
96
96
|
productCollections?: CostFilter;
|
|
97
97
|
products?: CostFilter;
|
|
98
98
|
countries?: CostFilter;
|
|
99
|
+
adPlatforms?: CostFilter;
|
|
99
100
|
}
|
|
100
101
|
export interface CostConfigBase {
|
|
101
102
|
pk: string;
|
|
@@ -191,7 +192,6 @@ export interface VariableCostEntry {
|
|
|
191
192
|
channel: COST_CHANNEL;
|
|
192
193
|
currency: string;
|
|
193
194
|
filters?: CostFilters;
|
|
194
|
-
adPlatforms?: AD_PLATFORM[];
|
|
195
195
|
effectiveFrom?: string;
|
|
196
196
|
effectiveTo?: string;
|
|
197
197
|
createdAt: string;
|
|
@@ -9,23 +9,6 @@ export declare enum COSTS_RECALC_GLOBAL_CHANGE_SCOPE {
|
|
|
9
9
|
HANDLING_FEE = "handlingFee",
|
|
10
10
|
BOTH = "both"
|
|
11
11
|
}
|
|
12
|
-
export interface CostsRecalcQueryHints {
|
|
13
|
-
filters?: {
|
|
14
|
-
orderTags?: string[];
|
|
15
|
-
orderSourceNames?: string[];
|
|
16
|
-
orderPaymentGateways?: string[];
|
|
17
|
-
orderShippingTitles?: string[];
|
|
18
|
-
productVendors?: string[];
|
|
19
|
-
productTypes?: string[];
|
|
20
|
-
productTags?: string[];
|
|
21
|
-
productCategories?: string[];
|
|
22
|
-
productCollections?: string[];
|
|
23
|
-
products?: string[];
|
|
24
|
-
countries?: string[];
|
|
25
|
-
};
|
|
26
|
-
gatewayName?: string;
|
|
27
|
-
shippingCountries?: string[];
|
|
28
|
-
}
|
|
29
12
|
export interface CostsRecalcMessageMetadata {
|
|
30
13
|
jobId: string;
|
|
31
14
|
firstSeen: string;
|
|
@@ -35,9 +18,6 @@ export interface CostsRecalcMessageMetadata {
|
|
|
35
18
|
pageSize?: number;
|
|
36
19
|
cursor?: string;
|
|
37
20
|
}
|
|
38
|
-
export interface CostsRecalcChangedEntry {
|
|
39
|
-
entry: Record<string, unknown>;
|
|
40
|
-
}
|
|
41
21
|
export interface CostsRecalcFindAffectedOrdersMessage {
|
|
42
22
|
pixelId: string;
|
|
43
23
|
costType: COST_TYPE;
|
|
@@ -47,8 +27,7 @@ export interface CostsRecalcFindAffectedOrdersMessage {
|
|
|
47
27
|
productId?: string;
|
|
48
28
|
variantId?: string;
|
|
49
29
|
globalChangeScope?: COSTS_RECALC_GLOBAL_CHANGE_SCOPE;
|
|
50
|
-
|
|
51
|
-
changedEntry?: CostsRecalcChangedEntry;
|
|
30
|
+
entry: Record<string, unknown>;
|
|
52
31
|
messageMetadata: CostsRecalcMessageMetadata;
|
|
53
32
|
}
|
|
54
33
|
export interface CostsRecalcAffectedOrdersResyncMessage {
|