lumnisai 0.1.1 → 0.1.2

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/dist/index.d.cts CHANGED
@@ -308,6 +308,7 @@ interface ResponseObject {
308
308
  inputMessages: Message[];
309
309
  outputText?: string | null;
310
310
  content?: string | null;
311
+ responseTitle?: string | null;
311
312
  structuredResponse?: Record<string, any> | null;
312
313
  artifacts?: ResponseArtifact[] | null;
313
314
  createdAt: string;
package/dist/index.d.mts CHANGED
@@ -308,6 +308,7 @@ interface ResponseObject {
308
308
  inputMessages: Message[];
309
309
  outputText?: string | null;
310
310
  content?: string | null;
311
+ responseTitle?: string | null;
311
312
  structuredResponse?: Record<string, any> | null;
312
313
  artifacts?: ResponseArtifact[] | null;
313
314
  createdAt: string;
package/dist/index.d.ts CHANGED
@@ -308,6 +308,7 @@ interface ResponseObject {
308
308
  inputMessages: Message[];
309
309
  outputText?: string | null;
310
310
  content?: string | null;
311
+ responseTitle?: string | null;
311
312
  structuredResponse?: Record<string, any> | null;
312
313
  artifacts?: ResponseArtifact[] | null;
313
314
  createdAt: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lumnisai",
3
3
  "type": "module",
4
- "version": "0.1.1",
4
+ "version": "0.1.2",
5
5
  "description": "Official Node.js SDK for the Lumnis AI API",
6
6
  "author": "Lumnis AI",
7
7
  "license": "MIT",