biz-slide-core 1.2.78 → 1.2.79

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,8 @@ var EmailTemplateStatusSchema = new mongoose_1.Schema({
10
10
  });
11
11
  var CustomerSchema = new mongoose_1.Schema({
12
12
  appName: { type: String, required: true },
13
- userId: { type: String, default: "" },
13
+ userId: { type: String, required: true },
14
+ emailId: { type: String, default: "" },
14
15
  emailTemplateStatus: { type: Map, of: EmailTemplateStatusSchema }
15
16
  }, {
16
17
  timestamps: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz-slide-core",
3
- "version": "1.2.78",
3
+ "version": "1.2.79",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "tsc",