cmd-control-client-lib 3.0.118 → 3.0.119

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.
@@ -136,7 +136,7 @@ export declare enum ACTION {
136
136
  CMDP_SGETGROUPCHANNELS = "CMDP_SGETGROUPCHANNELS",
137
137
  CMDP_SGETCHANNELGROUPS = "CMDP_SGETCHANNELGROUPS",
138
138
  CMDP_SADDCHANNELTOGROUP = "CMDP_SADDCHANNELTOGROUP",
139
- CMDP_SDELLCHANNELFROMGROUP = "CMDP_SDELLCHANNELFROMGROUP",
139
+ CMDP_SDELCHANNELFROMGROUP = "CMDP_SDELCHANNELFROMGROUP",
140
140
  CMDC_CTICKETSHOW = "CMDC_CTICKETSHOW",
141
141
  CMDP_SGETTICKETSHOWS = "CMDP_SGETTICKETSHOWS",
142
142
  CMDP_SUPSERTTICKETSHOW = "CMDP_SUPSERTTICKETSHOW",
@@ -88,11 +88,11 @@ export declare class CMDP_SADDCHANNELTOGROUP_RESPONSE extends CMDP_SADDCHANNELTO
88
88
  commands: CMDC_CHANNELGROUP[];
89
89
  values: IKeyMaybeValue;
90
90
  }
91
- export declare class CMDP_SDELLCHANNELFROMGROUP implements ICOMMAND {
91
+ export declare class CMDP_SDELCHANNELFROMGROUP implements ICOMMAND {
92
92
  action: ACTION;
93
93
  params: baseParamsType & channelIdType & groupIdType;
94
94
  }
95
- export declare class CMDP_SDELLCHANNELFROMGROUP_RESPONSE extends CMDP_SDELLCHANNELFROMGROUP {
95
+ export declare class CMDP_SDELCHANNELFROMGROUP_RESPONSE extends CMDP_SDELCHANNELFROMGROUP {
96
96
  commands: CMDC_CHANNELGROUP[];
97
97
  values: IKeyMaybeValue;
98
98
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cmd-control-client-lib",
3
3
  "description": "Cmd-Client-Library",
4
- "version": "3.0.118",
4
+ "version": "3.0.119",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },