cmd-control-client-lib 3.0.60 → 3.0.61
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.
|
@@ -123,5 +123,5 @@ export declare enum ACTION {
|
|
|
123
123
|
CMDP_SCHECKUPLOADEDMEDIA = "CMDP_SCHECKUPLOADEDMEDIA",
|
|
124
124
|
CMDP_SGETUPLOADEDMEDIA = "CMDP_SGETUPLOADEDMEDIA",
|
|
125
125
|
CMDC_CMEDIA = "CMDC_CMEDIA",
|
|
126
|
-
|
|
126
|
+
CMDP_SCLOSETICKET = "CMDP_SCLOSETICKET"
|
|
127
127
|
}
|
|
@@ -56,14 +56,14 @@ export declare class CMDP_SGETTICKETS_PRESPONSE extends CMDP_SGETTICKETS impleme
|
|
|
56
56
|
/**
|
|
57
57
|
* Frontend command for close of ticket.
|
|
58
58
|
*/
|
|
59
|
-
export declare class
|
|
59
|
+
export declare class CMDP_SCLOSETICKET implements ICOMMAND {
|
|
60
60
|
action: ACTION;
|
|
61
61
|
params: baseParamsType & channelIdType;
|
|
62
62
|
}
|
|
63
63
|
/**
|
|
64
64
|
* Response command for CMDP_SCLOSETICKED.
|
|
65
65
|
*/
|
|
66
|
-
export declare class
|
|
66
|
+
export declare class CMDP_SCLOSETICKET_PRESPONSE extends CMDP_SCLOSETICKET implements IRESPONSE {
|
|
67
67
|
result: RESULT;
|
|
68
68
|
commands: ICOMMAND[];
|
|
69
69
|
values: IKeyMaybeValue;
|