cmd-control-client-lib 3.0.183 → 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.
@@ -265,6 +265,7 @@ export declare class CMDP_DEEPL implements ICOMMAND {
265
265
  text: string;
266
266
  sourceLanguage?: string;
267
267
  targetLanguage: string;
268
+ deeplId?: string;
268
269
  };
269
270
  }
270
271
  export declare class CMDP_DEEPL_RESPONSE extends CMDP_DEEPL implements IRESPONSE {
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.183",
4
+ "version": "3.0.184",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },