cmd-control-client-lib 3.0.146 → 3.0.149
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.
|
@@ -3,8 +3,13 @@ export declare enum EnumProductLinks {
|
|
|
3
3
|
CHAT_SETTINGS = "chatSettings",
|
|
4
4
|
HELP = "help",
|
|
5
5
|
HELP_TOY = "helpToy",
|
|
6
|
+
HELP_LOVENSE = "helpLovense",
|
|
7
|
+
HELP_SOFTWARE = "helpSoftware",
|
|
6
8
|
MESSAGING = "messaging",
|
|
7
9
|
PICTURE_TOOL = "picturePool",
|
|
10
|
+
PICTURE_TOOL_SEDCARD12 = "sedcardVX12",
|
|
11
|
+
PICTURE_TOOL_SEDCARD16 = "sedcardVX16",
|
|
12
|
+
PICTURE_TOOL_SEDCARD18 = "sedcardVX18",
|
|
8
13
|
PROFILE = "profile",
|
|
9
14
|
PASSWORD_RESET = "passwordReset",
|
|
10
15
|
SERVICE0900 = "service0900"
|
|
@@ -6,19 +6,6 @@ export declare enum EnumPlayerEventType {
|
|
|
6
6
|
Warn = "Warn",
|
|
7
7
|
Info = "Info"
|
|
8
8
|
}
|
|
9
|
-
/** for EnumStreamStatusType.MEDIA_PLAYER_EVENT, value = JSON.stringify(MediaPlayerEvent) */
|
|
10
|
-
export declare class MediaPlayerEvent {
|
|
11
|
-
/** the messageId with media */
|
|
12
|
-
messageId: string;
|
|
13
|
-
/** player name. hlsjs, native, etc */
|
|
14
|
-
player: string;
|
|
15
|
-
/** the url of media */
|
|
16
|
-
mediaUrl: string;
|
|
17
|
-
/** the event type */
|
|
18
|
-
eventType: EnumPlayerEventType;
|
|
19
|
-
/**detailed info: error details, player details. etc. JSON.stringify(object)*/
|
|
20
|
-
eventData: string;
|
|
21
|
-
}
|
|
22
9
|
/** */
|
|
23
10
|
export declare class CMDP_SSTATUS implements ICOMMAND {
|
|
24
11
|
action: ACTION;
|