@nomalism-com/types 0.32.15 → 0.32.17

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.
@@ -294,11 +294,14 @@ export type IBrokerTopicPayload = {
294
294
  [IBrokerTopic.kafka_log]: {
295
295
  id: string;
296
296
  topic: string;
297
- value: unknown;
297
+ payload: unknown;
298
+ error?: unknown;
299
+ output?: unknown;
300
+ done: boolean;
298
301
  };
299
302
  [IBrokerTopic.error_log]: {
300
303
  service: string;
301
- type: 'prisma' | 'unhandled' | 'axios' | 'webapp' | 'moloni' | 'kafka';
304
+ type: 'prisma' | 'unhandled' | 'axios' | 'webapp' | 'moloni';
302
305
  error: {
303
306
  name: string;
304
307
  message: string;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.32.15",
12
+ "version": "0.32.17",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [