@nomalism-com/types 0.32.19 → 0.32.20

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,7 +110,7 @@ interface IChat extends ICalendar {
110
110
  processed: number;
111
111
  delivered: number;
112
112
  }
113
- interface IGetDataResponse {
113
+ export interface IGetDataResponse {
114
114
  server: {
115
115
  services: IServiceStatus[];
116
116
  logs: IServiceLogs[];
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.32.19",
12
+ "version": "0.32.20",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [