biz-slide-core 1.2.69 → 1.2.70

Sign up to get free protection for your applications and to get access to all the features.
@@ -19,6 +19,7 @@ var systemSchema = new mongoose_1.Schema({
19
19
  var SlideLayoutSchema = new mongoose_1.Schema({
20
20
  published: { type: Boolean, default: false },
21
21
  name: { type: String, default: "", required: true },
22
+ displayName: { type: String, default: "" },
22
23
  alias: { type: [String], default: [], _id: false },
23
24
  templateTypeId: { type: mongoose_1.Schema.Types.ObjectId, ref: "template-type" },
24
25
  deletedAt: { type: Date, default: null },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz-slide-core",
3
- "version": "1.2.69",
3
+ "version": "1.2.70",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {