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
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz-slide-core",
3
- "version": "1.2.57",
3
+ "version": "1.2.58",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {