cmd-control-client-lib 3.0.182 → 3.0.183

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.
@@ -255,6 +255,10 @@ export declare class CMDP_SMSGESTIMATE_RESPONSE extends CMDP_SMSGESTIMATE implem
255
255
  hasPurchasedChannels?: string;
256
256
  };
257
257
  }
258
+ /**
259
+ use https://www.deepl.com/de/docs-api/translate-text/translate-text/
260
+ for sourceLanguage & targetLanguage values
261
+ */
258
262
  export declare class CMDP_DEEPL implements ICOMMAND {
259
263
  action: ACTION;
260
264
  params: baseParamsType & {
@@ -263,14 +267,9 @@ export declare class CMDP_DEEPL implements ICOMMAND {
263
267
  targetLanguage: string;
264
268
  };
265
269
  }
266
- /**
267
- * Response for CMDP_MSGDELETE
268
- */
269
270
  export declare class CMDP_DEEPL_RESPONSE extends CMDP_DEEPL implements IRESPONSE {
270
271
  result: RESULT;
271
- /** unused */
272
272
  commands: ICOMMAND[];
273
- /** unused */
274
273
  values: IKeyMaybeValue & {
275
274
  text: string;
276
275
  detectedLanguage: string;
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.182",
4
+ "version": "3.0.183",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },