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