cmd-control-client-lib 3.0.257 → 3.0.258
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.
|
@@ -277,7 +277,9 @@ export declare type getHistoryParamsType = IMayHaveChannelId & IMayHaveSearchAft
|
|
|
277
277
|
*/
|
|
278
278
|
export declare class CMDP_GETHISTORY implements ICOMMAND {
|
|
279
279
|
action: ACTION;
|
|
280
|
-
params: baseParamsType & getHistoryParamsType
|
|
280
|
+
params: baseParamsType & getHistoryParamsType & {
|
|
281
|
+
getUnseenButDeleted?: EnumBooleanStringified;
|
|
282
|
+
};
|
|
281
283
|
}
|
|
282
284
|
/**
|
|
283
285
|
* Response for CMDP_GETHISTORY
|