@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.mjs CHANGED
@@ -8751,6 +8751,7 @@ var VENDOR = gql`
8751
8751
  }
8752
8752
  updatedAt
8753
8753
  vendorType
8754
+ unregisteredVendorId
8754
8755
  }
8755
8756
  ${CATEGORY_FIELDS_FRAGMENT}
8756
8757
  ${VENDOR_DATETIME_FIELDS_FRAGMENT}
@@ -12165,6 +12166,11 @@ var schema9 = new MongooseSchema13(
12165
12166
  required: false,
12166
12167
  type: [resourceRelationsSchema]
12167
12168
  },
12169
+ unregisteredVendorId: {
12170
+ default: null,
12171
+ required: false,
12172
+ type: String
12173
+ },
12168
12174
  vendorInfoId: {
12169
12175
  ref: "VendorInfo",
12170
12176
  required: false,