@adtrackify/at-tracking-event-types 4.61.4 → 4.61.5

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.
@@ -177,6 +177,7 @@ export interface ShippingProfile {
177
177
  export interface ShippingCostConfig extends CostConfigBase {
178
178
  costType: COST_TYPE.SHIPPING;
179
179
  method: SHIPPING_METHOD;
180
+ currency: string;
180
181
  fixedRateAmount?: number;
181
182
  profiles?: ShippingProfile[];
182
183
  }
@@ -177,6 +177,7 @@ export interface ShippingProfile {
177
177
  export interface ShippingCostConfig extends CostConfigBase {
178
178
  costType: COST_TYPE.SHIPPING;
179
179
  method: SHIPPING_METHOD;
180
+ currency: string;
180
181
  fixedRateAmount?: number;
181
182
  profiles?: ShippingProfile[];
182
183
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adtrackify/at-tracking-event-types",
3
- "version": "4.61.4",
3
+ "version": "4.61.5",
4
4
  "description": "",
5
5
  "files": [
6
6
  "dist/*"