biz-slide-core 1.2.17 → 1.2.18
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
@@ -5,6 +5,7 @@ var mongoose_1 = require("mongoose");
|
|
5
5
|
var PngSvgSchema = new mongoose_1.Schema({
|
6
6
|
deletedAt: { type: Date, default: null },
|
7
7
|
isLocked: { type: Boolean, default: false },
|
8
|
+
optionsDownloaded: mongoose_1.Schema.Types.Mixed,
|
8
9
|
isDownloaded: { type: Boolean, default: false },
|
9
10
|
isCompleted: { type: Boolean, default: false },
|
10
11
|
userId: { type: String, default: null },
|