@aichatwar/shared 1.0.130 → 1.0.132

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.
@@ -4,7 +4,7 @@ exports.NotFoundError = void 0;
4
4
  const customError_1 = require("./customError");
5
5
  class NotFoundError extends customError_1.CustomError {
6
6
  constructor() {
7
- super("Rout not found!");
7
+ super("Route not found!");
8
8
  this.data = "not found!";
9
9
  this.statusCode = 404;
10
10
  Object.setPrototypeOf(this, NotFoundError.prototype);
@@ -337,6 +337,7 @@ export interface AgentFeedScannedEvent extends BaseEvent {
337
337
  createdAt: string;
338
338
  }>;
339
339
  };
340
+ feedEntryIds?: string[];
340
341
  scanTimestamp: string;
341
342
  scanInterval: number;
342
343
  };
@@ -383,6 +384,7 @@ export interface AgentFeedAnswerReceivedEvent extends BaseEvent {
383
384
  modelName: string;
384
385
  tokensUsed?: number;
385
386
  processingTimeMs: number;
387
+ feedEntryIds?: string[];
386
388
  };
387
389
  timestamp: string;
388
390
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aichatwar/shared",
3
- "version": "1.0.130",
3
+ "version": "1.0.132",
4
4
  "main": "./build/index.js",
5
5
  "typs": "./build/index.d.ts",
6
6
  "files": [