@adtrackify/at-tracking-event-types 4.61.4 → 4.61.6
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;
|
|
@@ -177,6 +178,7 @@ export interface ShippingProfile {
|
|
|
177
178
|
export interface ShippingCostConfig extends CostConfigBase {
|
|
178
179
|
costType: COST_TYPE.SHIPPING;
|
|
179
180
|
method: SHIPPING_METHOD;
|
|
181
|
+
currency: string;
|
|
180
182
|
fixedRateAmount?: number;
|
|
181
183
|
profiles?: ShippingProfile[];
|
|
182
184
|
}
|
|
@@ -190,7 +192,6 @@ export interface VariableCostEntry {
|
|
|
190
192
|
channel: COST_CHANNEL;
|
|
191
193
|
currency: string;
|
|
192
194
|
filters?: CostFilters;
|
|
193
|
-
adPlatforms?: AD_PLATFORM[];
|
|
194
195
|
effectiveFrom?: string;
|
|
195
196
|
effectiveTo?: string;
|
|
196
197
|
createdAt: string;
|
|
@@ -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;
|
|
@@ -177,6 +178,7 @@ export interface ShippingProfile {
|
|
|
177
178
|
export interface ShippingCostConfig extends CostConfigBase {
|
|
178
179
|
costType: COST_TYPE.SHIPPING;
|
|
179
180
|
method: SHIPPING_METHOD;
|
|
181
|
+
currency: string;
|
|
180
182
|
fixedRateAmount?: number;
|
|
181
183
|
profiles?: ShippingProfile[];
|
|
182
184
|
}
|
|
@@ -190,7 +192,6 @@ export interface VariableCostEntry {
|
|
|
190
192
|
channel: COST_CHANNEL;
|
|
191
193
|
currency: string;
|
|
192
194
|
filters?: CostFilters;
|
|
193
|
-
adPlatforms?: AD_PLATFORM[];
|
|
194
195
|
effectiveFrom?: string;
|
|
195
196
|
effectiveTo?: string;
|
|
196
197
|
createdAt: string;
|