@nomalism-com/types 0.32.33 → 0.32.34

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.
@@ -110,6 +110,7 @@ export interface IChat extends ICalendar {
110
110
  }
111
111
  export interface IKafka extends ICalendar {
112
112
  topic: string;
113
+ avg_time_to_complete: number;
113
114
  count: number;
114
115
  error_count: number;
115
116
  }
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.32.33",
12
+ "version": "0.32.34",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [