@cbm-common/cbm-types 0.0.187 → 0.0.188

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.
@@ -150,7 +150,6 @@ export declare namespace CbmMessageSettingsModel {
150
150
  }
151
151
  }
152
152
  interface UpdateBody {
153
- event_module?: string;
154
153
  code?: string;
155
154
  document?: string;
156
155
  message?: string;
@@ -173,7 +172,6 @@ export declare namespace CbmMessageSettingsModel {
173
172
  }
174
173
  namespace SaveBody {
175
174
  interface Data {
176
- event_module: string;
177
175
  message: string;
178
176
  code: string;
179
177
  document: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cbm-common/cbm-types",
3
- "version": "0.0.187",
3
+ "version": "0.0.188",
4
4
  "main": "index.js",
5
5
  "types": "public-api.d.ts",
6
6
  "exports": {