cogito-client 1.0.65 → 1.0.66

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 +2 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -541,6 +541,8 @@ export declare interface CogitoMessageWebhook {
541
541
  type?: "message";
542
542
  mode?: string;
543
543
  role: string;
544
+ from?: string;
545
+ to?: string;
544
546
  conversationId?: string;
545
547
  messageId?: string;
546
548
  content: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cogito-client",
3
- "version": "1.0.65",
3
+ "version": "1.0.66",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"