biz-slide-core 1.2.57 → 1.2.58
Sign up to get free protection for your applications and to get access to all the features.
@@ -9,6 +9,7 @@ var PPTSlideSchema = new mongoose_1.Schema({
|
|
9
9
|
slideLayoutRef: { type: mongoose_1.Schema.Types.ObjectId, ref: 'slide-layout' },
|
10
10
|
title: { type: String, default: null },
|
11
11
|
rawData: { type: String, default: "{}" },
|
12
|
+
originalData: { type: String, default: "{}" },
|
12
13
|
images: { type: String, default: "{}" },
|
13
14
|
istmp: { type: Boolean, default: false }
|
14
15
|
}, {
|