cmd-control-client-lib 3.0.182 → 3.0.184

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,22 +255,22 @@ 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 & {
261
265
  text: string;
262
266
  sourceLanguage?: string;
263
267
  targetLanguage: string;
268
+ deeplId?: string;
264
269
  };
265
270
  }
266
- /**
267
- * Response for CMDP_MSGDELETE
268
- */
269
271
  export declare class CMDP_DEEPL_RESPONSE extends CMDP_DEEPL implements IRESPONSE {
270
272
  result: RESULT;
271
- /** unused */
272
273
  commands: ICOMMAND[];
273
- /** unused */
274
274
  values: IKeyMaybeValue & {
275
275
  text: string;
276
276
  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.184",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },