cmd-control-client-lib 3.0.156 → 3.0.158
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.
|
@@ -115,14 +115,17 @@ export declare class CMDC_UPDATE_CHAT implements ICOMMAND {
|
|
|
115
115
|
action: ACTION;
|
|
116
116
|
params: SChatInfo & ChatOnlineStats;
|
|
117
117
|
}
|
|
118
|
-
/**
|
|
118
|
+
/** CMDC_CEXIT & CMDP_CLOGOUT */
|
|
119
119
|
export declare enum EndChatType {
|
|
120
120
|
PREPARED = "PREPARED",
|
|
121
|
-
LOBBY = "LOBBY
|
|
121
|
+
LOBBY = "LOBBY",
|
|
122
|
+
ADMIN = "ADMIN",
|
|
122
123
|
SINGLEC2C = "SINGLEC2C",
|
|
124
|
+
SINGLE = "SINGLE",
|
|
123
125
|
LIVE = "LIVE",
|
|
124
126
|
VOYEUR = "VOYEUR",
|
|
125
127
|
VOYEUR2S = "VOYEUR2S",
|
|
128
|
+
PREVIEW = "PREVIEW",
|
|
126
129
|
PREVIEW_VIP = "PREVIEW_VIP",
|
|
127
130
|
PREVIEW_SHORT = "PREVIEW_SHORT",
|
|
128
131
|
PREVIEW_VOUCHER = "PREVIEW_VOUCHER"
|
|
@@ -215,6 +215,8 @@ export declare class CMDP_SMSGREACTION implements ICOMMAND {
|
|
|
215
215
|
text?: string;
|
|
216
216
|
/** if the text is empty or not set, the code musst be set to one of CMDP_SINIT.values.reactions */
|
|
217
217
|
code?: string;
|
|
218
|
+
/** reset reaction, if true then text & code are ignored */
|
|
219
|
+
reset?: EnumBooleanStringified;
|
|
218
220
|
};
|
|
219
221
|
}
|
|
220
222
|
/**
|