@innovastudio/contentbox 1.6.171 → 1.6.173

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -314,6 +314,12 @@ interface ContentBoxOptions {
314
314
  imageModel?: string;
315
315
  imageSize?: string;
316
316
  imageGenerationModels?: any[];
317
+ imageModels?: any[];
318
+ codeModels?: any[];
319
+ chatModels?: any[];
320
+ systemModel: string;
321
+ clearChatSettings?: boolean;
322
+ defaultChatSettings?: Record<string, any>;
317
323
 
318
324
  //-- Asset Manager
319
325
  listFilesUrl?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.6.171",
4
+ "version": "1.6.173",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "types": "index.d.ts",
@@ -59,8 +59,9 @@
59
59
  "ws": "^8.13.0"
60
60
  },
61
61
  "dependencies": {
62
- "@innovastudio/contentbuilder": "^1.5.179",
62
+ "@innovastudio/contentbuilder": "^1.5.186",
63
63
  "js-beautify": "^1.14.0",
64
+ "marked": "^17.0.0",
64
65
  "sortablejs": "^1.15.2"
65
66
  }
66
67
  }