@timardex/cluemart-server-shared 1.0.171 → 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.
@@ -8690,6 +8690,7 @@ var VENDOR = gql`
8690
8690
  ...ResourceImageFields
8691
8691
  }
8692
8692
  createdAt
8693
+ claimed
8693
8694
  description
8694
8695
  deletedAt
8695
8696
  foodTruck
@@ -8730,6 +8731,7 @@ var VENDOR = gql`
8730
8731
  }
8731
8732
  updatedAt
8732
8733
  vendorType
8734
+ unregisteredVendorId
8733
8735
  }
8734
8736
  ${CATEGORY_FIELDS_FRAGMENT}
8735
8737
  ${VENDOR_DATETIME_FIELDS_FRAGMENT}
@@ -10994,8 +10996,10 @@ var defaultVendorFormValues = {
10994
10996
  school: false
10995
10997
  },
10996
10998
  categories: [],
10999
+ claimed: true,
10997
11000
  foodTruck: false,
10998
11001
  products: null,
11002
+ unregisteredVendorId: null,
10999
11003
  vendorType: "Stallholder"
11000
11004
  /* STALLHOLDER */
11001
11005
  };
@@ -12137,6 +12141,7 @@ var schema9 = new MongooseSchema13(
12137
12141
  type: calendarWrapperSchema
12138
12142
  },
12139
12143
  categories: { required: true, type: [CategorySchema] },
12144
+ claimed: { default: true, required: false, type: Boolean },
12140
12145
  foodTruck: { required: true, type: Boolean },
12141
12146
  products: { required: false, type: productWrapperSchema },
12142
12147
  relations: {
@@ -12144,6 +12149,11 @@ var schema9 = new MongooseSchema13(
12144
12149
  required: false,
12145
12150
  type: [resourceRelationsSchema]
12146
12151
  },
12152
+ unregisteredVendorId: {
12153
+ default: null,
12154
+ required: false,
12155
+ type: String
12156
+ },
12147
12157
  vendorInfoId: {
12148
12158
  ref: "VendorInfo",
12149
12159
  required: false,
@@ -12666,4 +12676,4 @@ react/cjs/react.development.js:
12666
12676
  * LICENSE file in the root directory of this source tree.
12667
12677
  *)
12668
12678
  */
12669
- //# sourceMappingURL=chunk-PLTSIORQ.mjs.map
12679
+ //# sourceMappingURL=chunk-ODJX3YV4.mjs.map