cogito-client 1.0.10 → 1.0.11

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
@@ -144,6 +144,10 @@ export declare interface CogitoSurfaceUpdate {
144
144
  * If specified, will cause the AI to respond to the specified message
145
145
  */
146
146
  userMessage?: string;
147
+ /**
148
+ * If specified, will cause the surface type to change
149
+ */
150
+ type?: string;
147
151
  }
148
152
 
149
153
  export declare interface CogitoSurfaceUpdatePayload {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cogito-client",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"