@adtrackify/at-tracking-event-types 4.64.3 → 4.64.4

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.
@@ -174,6 +174,7 @@ export interface ShippingProfile {
174
174
  currency: string;
175
175
  effectiveFrom?: string;
176
176
  effectiveTo?: string;
177
+ filters?: CostFilters;
177
178
  createdAt: string;
178
179
  updatedAt: string;
179
180
  }
@@ -174,6 +174,7 @@ export interface ShippingProfile {
174
174
  currency: string;
175
175
  effectiveFrom?: string;
176
176
  effectiveTo?: string;
177
+ filters?: CostFilters;
177
178
  createdAt: string;
178
179
  updatedAt: string;
179
180
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adtrackify/at-tracking-event-types",
3
- "version": "4.64.3",
3
+ "version": "4.64.4",
4
4
  "description": "",
5
5
  "files": [
6
6
  "dist/*"