biz-slide-core 1.2.44 → 1.2.46

Sign up to get free protection for your applications and to get access to all the features.
@@ -25,6 +25,7 @@ var PPTSchema = new mongoose_1.Schema({
25
25
  sessionId: { type: String, default: null },
26
26
  fileCreateCount: { type: Number, default: 0 },
27
27
  language: { type: String, default: "English" },
28
+ addtionalInfoUrl: { type: String, default: null }
28
29
  }, {
29
30
  timestamps: true,
30
31
  });
@@ -12,6 +12,9 @@ var questionSchema = new mongoose_1.Schema({
12
12
  keyId: { type: String },
13
13
  answerKeyName: { type: String },
14
14
  systemMessage: { type: String },
15
+ caption: { type: String },
16
+ question: { type: String },
17
+ placeholder: { type: String },
15
18
  language: {
16
19
  type: Map,
17
20
  of: questionLanguageSchema
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz-slide-core",
3
- "version": "1.2.44",
3
+ "version": "1.2.46",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {