cmd-control-client-lib 3.0.332 → 3.0.334
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.
package/dist/cmd-connection.d.ts
CHANGED
|
@@ -83,6 +83,7 @@ export declare class CmdConnection {
|
|
|
83
83
|
private _processCmdpNoop;
|
|
84
84
|
private _processCmdpCLogout;
|
|
85
85
|
private _processCmdcDsReload;
|
|
86
|
+
private _processCmdcUpdate;
|
|
86
87
|
private _markAllQueueEntriesAsQueued;
|
|
87
88
|
get isOpened(): boolean;
|
|
88
89
|
private get _hasSessionId();
|