cmd-control-client-lib 3.0.207 → 3.0.208
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.
|
@@ -6,7 +6,7 @@ import { IKeyMaybeValue, IRESPONSE, RESULT } from "../command/icommand";
|
|
|
6
6
|
* SELECT CHAT_FLAG_SHORT || ' = "' || CHAT_FLAG_SHORT || '",// ' || CHAT_FLAG_DESCRIPTION FROM CHAT_FLAGS order by CHAT_FLAG_VAL
|
|
7
7
|
*/
|
|
8
8
|
export declare enum ChatFlags {
|
|
9
|
-
|
|
9
|
+
VIDEO = "VIDEO",
|
|
10
10
|
VOYEUR = "VOYEUR",
|
|
11
11
|
CAM2CAM = "CAM2CAM",
|
|
12
12
|
SINGLE = "SINGLE",
|