cmd-control-client-lib 3.0.39 → 3.0.40
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.
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ACTION, baseParamsType, IBACKENDPAYLOAD, ICOMMAND, IKeyMaybeValue, IRESPONSE, RESULT } from "../cmd-protocol";
|
|
2
2
|
import { channelIdType } from "./channel";
|
|
3
|
+
import { MayHaveChannelId } from "./media";
|
|
3
4
|
import { Currency, EnumTicketType, MediaFile, MediaPrice, MessageId } from "./message";
|
|
4
5
|
export declare type PriceInstruction = {
|
|
5
6
|
min: string;
|
|
@@ -27,7 +28,7 @@ export declare type MediaPrices = {
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class CMDP_SMEDIAGETPRICES implements ICOMMAND {
|
|
29
30
|
action: ACTION;
|
|
30
|
-
params: baseParamsType &
|
|
31
|
+
params: baseParamsType & MayHaveChannelId;
|
|
31
32
|
}
|
|
32
33
|
/**
|
|
33
34
|
* Response command for CMDP_SMEDIAGETPRICES
|