@timardex/cluemart-server-shared 1.0.87 → 1.0.88

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.
@@ -12156,7 +12156,7 @@ var schema13 = new MongooseSchema18(
12156
12156
  resource: {
12157
12157
  required: false,
12158
12158
  type: {
12159
- resourceId: { required: true, type: import_mongoose18.Schema.Types.ObjectId },
12159
+ resourceId: { required: true, type: String },
12160
12160
  resourceType: {
12161
12161
  enum: Object.values(EnumResourceType),
12162
12162
  required: true,