@chopkola/common 1.0.190 → 1.0.192

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.
@@ -2,6 +2,7 @@ import { AddressI } from "./address";
2
2
  import { PromotionTypeEnum, ScopeEnum, VendorStatusEnum } from "./enum/collection";
3
3
  import { AddressPayloadType, UUID } from "./global";
4
4
  import { MenuWithMeals } from "./menu_n_meal";
5
+ import { VendorUser } from "./user";
5
6
  export type CuisineType = "African" | "Asian" | "Continental" | "Mediterranean" | "American";
6
7
  export type AmbienceType = "Casual" | "Fine Dining" | "Family Friendly" | "Romantic" | "Outdoor" | "Rooftop";
7
8
  export type StoreType = "Supermarket" | "Organic Store" | "Wholesale" | "Convenience Store" | "Mini Mart";
@@ -39,6 +40,7 @@ export interface Vendor {
39
40
  is_featured?: boolean;
40
41
  created_at: Date;
41
42
  updated_at: Date;
43
+ owner?: VendorUser;
42
44
  }
43
45
  export interface RestaurantInfo {
44
46
  id: UUID;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chopkola/common",
3
- "version": "1.0.190",
3
+ "version": "1.0.192",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "akrosoft technology ltd",