biz-slide-core 1.2.3 → 1.2.4
Sign up to get free protection for your applications and to get access to all the features.
- package/entity/png-svg.entity.js +1 -0
- package/package.json +1 -1
package/entity/png-svg.entity.js
CHANGED
@@ -7,6 +7,7 @@ var PngSvgSchema = new mongoose_1.Schema({
|
|
7
7
|
updatedAt: { type: Date, default: Date.now() },
|
8
8
|
deletedAt: { type: Date, default: null },
|
9
9
|
isLocked: { type: Boolean, default: false },
|
10
|
+
isDownloaded: { type: Boolean, default: false },
|
10
11
|
isCompleted: { type: Boolean, default: false },
|
11
12
|
userId: { type: String, default: null },
|
12
13
|
title: { type: String, default: null },
|