@chopkola/common 1.0.192 → 1.0.193

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.
@@ -101,8 +101,8 @@ export interface GroceryVendorAggregate extends Vendor {
101
101
  }
102
102
  export type VendorAggregate = RestaurantVendorAggregate | GroceryVendorAggregate;
103
103
  export type VendorAggregateForWeb = VendorAggregate & {
104
- distance?: string;
105
- duration?: string;
104
+ distance?: string | number;
105
+ duration?: string | number;
106
106
  deliveryFee?: number;
107
107
  reviews?: number;
108
108
  rating?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chopkola/common",
3
- "version": "1.0.192",
3
+ "version": "1.0.193",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "akrosoft technology ltd",