cogito-client 1.0.8 → 1.0.10

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +4 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -140,6 +140,10 @@ export declare interface CogitoSurfaceUpdate {
140
140
  state: {
141
141
  [k: string]: unknown;
142
142
  };
143
+ /**
144
+ * If specified, will cause the AI to respond to the specified message
145
+ */
146
+ userMessage?: string;
143
147
  }
144
148
 
145
149
  export declare interface CogitoSurfaceUpdatePayload {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cogito-client",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"