@timardex/cluemart-server-shared 1.0.172 → 1.0.173

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.
@@ -8761,6 +8761,7 @@ var VENDOR = gql`
8761
8761
  ...ResourceImageFields
8762
8762
  }
8763
8763
  createdAt
8764
+ claimed
8764
8765
  description
8765
8766
  deletedAt
8766
8767
  foodTruck
@@ -11066,8 +11067,10 @@ var defaultVendorFormValues = {
11066
11067
  school: false
11067
11068
  },
11068
11069
  categories: [],
11070
+ claimed: true,
11069
11071
  foodTruck: false,
11070
11072
  products: null,
11073
+ unregisteredVendorId: null,
11071
11074
  vendorType: "Stallholder"
11072
11075
  /* STALLHOLDER */
11073
11076
  };
@@ -12209,6 +12212,7 @@ var schema9 = new MongooseSchema13(
12209
12212
  type: calendarWrapperSchema
12210
12213
  },
12211
12214
  categories: { required: true, type: [CategorySchema] },
12215
+ claimed: { default: true, required: false, type: Boolean },
12212
12216
  foodTruck: { required: true, type: Boolean },
12213
12217
  products: { required: false, type: productWrapperSchema },
12214
12218
  relations: {