cmd-control-client-lib 3.0.186 → 3.0.187
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.
|
@@ -60,7 +60,7 @@ export declare class CMDC_STOPMOBILECALL implements ICOMMAND {
|
|
|
60
60
|
}
|
|
61
61
|
export declare class CMDP_LOGOUTOTHERMOBILE implements ICOMMAND {
|
|
62
62
|
action: ACTION;
|
|
63
|
-
params: baseParamsType
|
|
63
|
+
params: baseParamsType;
|
|
64
64
|
}
|
|
65
65
|
export declare class CMDP_LOGOUTOTHERMOBILE_RESPONSE extends CMDP_LOGOUTOTHERMOBILE implements IRESPONSE {
|
|
66
66
|
result: RESULT;
|