biz-slide-core 1.2.26 → 1.2.27
Sign up to get free protection for your applications and to get access to all the features.
package/entity/slide.entity.js
CHANGED
@@ -18,6 +18,7 @@ var SlideSchema = new mongoose_1.Schema({
|
|
18
18
|
slideLayoutId: { type: mongoose_1.Schema.Types.ObjectId, ref: "slide-layout" },
|
19
19
|
templateId: { type: mongoose_1.Schema.Types.ObjectId, ref: "template" },
|
20
20
|
deletedAt: { type: Date, default: null },
|
21
|
+
isDelete: { type: Boolean, default: false }
|
21
22
|
}, {
|
22
23
|
timestamps: true,
|
23
24
|
});
|