ch-admin-api-client-typescript 5.65.2 → 5.66.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;AAG5D,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAEpE;;;;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,wBAAwB,CAAC,EAAE,sBAAsB,CAAC;IAClD;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACzC"}
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;;;CAGzB,CAAC;AAEX,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,MAAM,OAAO,sBAAsB,CAAC,CAAC"}
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"}
@@ -21,5 +21,6 @@ exports.TranslationPersonaType = void 0;
21
21
  */
22
22
  exports.TranslationPersonaType = {
23
23
  Simple: 'Simple',
24
- Descriptive: 'Descriptive'
24
+ Descriptive: 'Descriptive',
25
+ Rewriter: 'Rewriter'
25
26
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-admin-api-client-typescript",
3
- "version": "5.65.2",
3
+ "version": "5.66.1",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital admin",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",