@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.
@@ -37,7 +37,7 @@ import {
37
37
  resourceRelationsSchema,
38
38
  termsAgreementSchema,
39
39
  userLicenseSchema
40
- } from "../chunk-UVBT7AW4.mjs";
40
+ } from "../chunk-ODJX3YV4.mjs";
41
41
  import "../chunk-3QS3WKRC.mjs";
42
42
  export {
43
43
  APP_SETTINGS_ID,
@@ -8756,6 +8756,7 @@ var VENDOR = gql`
8756
8756
  ...ResourceImageFields
8757
8757
  }
8758
8758
  createdAt
8759
+ claimed
8759
8760
  description
8760
8761
  deletedAt
8761
8762
  foodTruck
@@ -11061,8 +11062,10 @@ var defaultVendorFormValues = {
11061
11062
  school: false
11062
11063
  },
11063
11064
  categories: [],
11065
+ claimed: true,
11064
11066
  foodTruck: false,
11065
11067
  products: null,
11068
+ unregisteredVendorId: null,
11066
11069
  vendorType: "Stallholder"
11067
11070
  /* STALLHOLDER */
11068
11071
  };
@@ -12338,6 +12341,7 @@ var schema9 = new MongooseSchema13(
12338
12341
  type: calendarWrapperSchema
12339
12342
  },
12340
12343
  categories: { required: true, type: [CategorySchema] },
12344
+ claimed: { default: true, required: false, type: Boolean },
12341
12345
  foodTruck: { required: true, type: Boolean },
12342
12346
  products: { required: false, type: productWrapperSchema },
12343
12347
  relations: {