@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.
package/dist/index.cjs CHANGED
@@ -8812,6 +8812,7 @@ var VENDOR = gql`
8812
8812
  }
8813
8813
  updatedAt
8814
8814
  vendorType
8815
+ unregisteredVendorId
8815
8816
  }
8816
8817
  ${CATEGORY_FIELDS_FRAGMENT}
8817
8818
  ${VENDOR_DATETIME_FIELDS_FRAGMENT}
@@ -12226,6 +12227,11 @@ var schema9 = new MongooseSchema13(
12226
12227
  required: false,
12227
12228
  type: [resourceRelationsSchema]
12228
12229
  },
12230
+ unregisteredVendorId: {
12231
+ default: null,
12232
+ required: false,
12233
+ type: String
12234
+ },
12229
12235
  vendorInfoId: {
12230
12236
  ref: "VendorInfo",
12231
12237
  required: false,