@timardex/cluemart-server-shared 1.0.171 → 1.0.172

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.
@@ -8801,6 +8801,7 @@ var VENDOR = gql`
8801
8801
  }
8802
8802
  updatedAt
8803
8803
  vendorType
8804
+ unregisteredVendorId
8804
8805
  }
8805
8806
  ${CATEGORY_FIELDS_FRAGMENT}
8806
8807
  ${VENDOR_DATETIME_FIELDS_FRAGMENT}
@@ -12215,6 +12216,11 @@ var schema9 = new MongooseSchema13(
12215
12216
  required: false,
12216
12217
  type: [resourceRelationsSchema]
12217
12218
  },
12219
+ unregisteredVendorId: {
12220
+ default: null,
12221
+ required: false,
12222
+ type: String
12223
+ },
12218
12224
  vendorInfoId: {
12219
12225
  ref: "VendorInfo",
12220
12226
  required: false,