@adtrackify/at-tracking-event-types 4.61.5 → 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;
@@ -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;
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adtrackify/at-tracking-event-types",
3
- "version": "4.61.5",
3
+ "version": "4.61.6",
4
4
  "description": "",
5
5
  "files": [
6
6
  "dist/*"