shopoflex-types 1.0.15 → 1.0.16

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.
@@ -479,7 +479,7 @@ export interface IZone {
479
479
  lat: number;
480
480
  lng: number;
481
481
  };
482
- countries?: string[];
482
+ country?: string;
483
483
  }
484
484
  export interface IDeliverySettings {
485
485
  enabled?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shopoflex-types",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "description": "Shared TypeScript types for Shopoflex applications",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",