cmd-control-client-lib 3.0.238 → 3.0.241
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.
|
@@ -24,6 +24,7 @@ export declare class CMDP_SETMOBILETOKEN implements ICOMMAND {
|
|
|
24
24
|
params: baseParamsType & deviceIdType & {
|
|
25
25
|
type: EnumMobileTokenType;
|
|
26
26
|
token: string;
|
|
27
|
+
bundleId?: string;
|
|
27
28
|
};
|
|
28
29
|
}
|
|
29
30
|
export declare class CMDP_SETMOBILETOKEN_RESPONSE extends CMDP_SETMOBILETOKEN implements IRESPONSE {
|
|
@@ -16,7 +16,9 @@ export declare class CMDC_MVCSCHEDULE implements ICOMMAND {
|
|
|
16
16
|
}
|
|
17
17
|
export declare class CMDP_SGETMVCSCHEDULE implements ICOMMAND {
|
|
18
18
|
action: ACTION;
|
|
19
|
-
params: baseParamsType &
|
|
19
|
+
params: baseParamsType & {
|
|
20
|
+
scheduleId?: string;
|
|
21
|
+
};
|
|
20
22
|
}
|
|
21
23
|
export declare class CMDP_SGETMVCSCHEDULE_RESPONSE extends CMDP_SGETMVCSCHEDULE implements IRESPONSE {
|
|
22
24
|
result: RESULT;
|