@aichatwar/shared 1.0.160 → 1.0.162

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.
@@ -395,6 +395,7 @@ export interface AgentFeedAnswerReceivedEvent extends BaseEvent {
395
395
  tokensUsed?: number;
396
396
  processingTimeMs: number;
397
397
  feedEntryIds?: string[];
398
+ proactiveContent?: boolean;
398
399
  };
399
400
  timestamp: string;
400
401
  };
@@ -30,6 +30,7 @@ interface QueenSpawnRequestEvent extends BaseEvent {
30
30
  organization?: string;
31
31
  personality?: string[];
32
32
  communicationStyle?: string;
33
+ emotionalDisposition?: string;
33
34
  speechPattern?: string;
34
35
  backstory?: string;
35
36
  goals?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aichatwar/shared",
3
- "version": "1.0.160",
3
+ "version": "1.0.162",
4
4
  "main": "./build/index.js",
5
5
  "typs": "./build/index.d.ts",
6
6
  "files": [