biz-slide-core 1.2.14 → 1.2.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,6 +5,7 @@ var mongoose_1 = require("mongoose");
5
5
  var TrainingQueueSchema = new mongoose_1.Schema({
6
6
  filename: { type: String, default: null },
7
7
  isCompleted: { type: Boolean, default: false },
8
+ userId: { type: String, default: null },
8
9
  isLocked: { type: Boolean, default: false },
9
10
  deletedAt: { type: Date, default: null },
10
11
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz-slide-core",
3
- "version": "1.2.14",
3
+ "version": "1.2.15",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {