@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;
|