ch-admin-api-client-typescript 5.65.2 → 5.67.1
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.
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import { TranslationAiModel } from './translation-ai-model';
|
|
13
|
-
import { TranslationPersonaType } from './translation-persona-type';
|
|
14
13
|
/**
|
|
15
14
|
*
|
|
16
15
|
* @export
|
|
@@ -47,12 +46,6 @@ export interface TranslateCommand {
|
|
|
47
46
|
* @memberof TranslateCommand
|
|
48
47
|
*/
|
|
49
48
|
'aiModel'?: TranslationAiModel;
|
|
50
|
-
/**
|
|
51
|
-
*
|
|
52
|
-
* @type {TranslationPersonaType}
|
|
53
|
-
* @memberof TranslateCommand
|
|
54
|
-
*/
|
|
55
|
-
'translationPersonaType'?: TranslationPersonaType;
|
|
56
49
|
/**
|
|
57
50
|
*
|
|
58
51
|
* @type {string}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"translate-command.d.ts","sourceRoot":"","sources":["../../src/models/translate-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"translate-command.d.ts","sourceRoot":"","sources":["../../src/models/translate-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAE5D;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;OAIG;IACH,SAAS,CAAC,EAAE,kBAAkB,CAAC;IAC/B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACzC"}
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
export declare const TranslationPersonaType: {
|
|
18
18
|
readonly Simple: "Simple";
|
|
19
19
|
readonly Descriptive: "Descriptive";
|
|
20
|
+
readonly Rewriter: "Rewriter";
|
|
20
21
|
};
|
|
21
22
|
export type TranslationPersonaType = typeof TranslationPersonaType[keyof typeof TranslationPersonaType];
|
|
22
23
|
//# sourceMappingURL=translation-persona-type.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"translation-persona-type.d.ts","sourceRoot":"","sources":["../../src/models/translation-persona-type.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"translation-persona-type.d.ts","sourceRoot":"","sources":["../../src/models/translation-persona-type.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,sBAAsB;;;;CAIzB,CAAC;AAEX,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,MAAM,OAAO,sBAAsB,CAAC,CAAC"}
|