biz-slide-core 1.2.31 → 1.2.33

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,6 +24,8 @@ var TemplateTypeSchema = new mongoose_1.Schema({
24
24
  predefineSystemMessage: { type: String, default: "" },
25
25
  layouts: [layoutsSchema],
26
26
  suggestionPrompts: { type: [String], default: [], _id: false },
27
+ topicSystemPrompt: { type: String, default: "" },
28
+ layoutSystemPrompt: { type: String, default: "" },
27
29
  deletedAt: { type: Date, default: null },
28
30
  }, {
29
31
  timestamps: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz-slide-core",
3
- "version": "1.2.31",
3
+ "version": "1.2.33",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -19,4 +19,3 @@ __exportStar(require("./createFolder"), exports);
19
19
  __exportStar(require("./encryptionUtils"), exports);
20
20
  __exportStar(require("./pngSvgCategories"), exports);
21
21
  __exportStar(require("./hasAbusiveWords"), exports);
22
- __exportStar(require("./sendEmail"), exports);