@nomalism-com/types 0.32.16 → 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,12 +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;
298
300
  done: boolean;
299
301
  };
300
302
  [IBrokerTopic.error_log]: {
301
303
  service: string;
302
- type: 'prisma' | 'unhandled' | 'axios' | 'webapp' | 'moloni' | 'kafka';
304
+ type: 'prisma' | 'unhandled' | 'axios' | 'webapp' | 'moloni';
303
305
  error: {
304
306
  name: string;
305
307
  message: string;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.32.16",
12
+ "version": "0.32.17",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [