ch-api-client-typescript2 5.28.0 → 5.30.0

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,6 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import { DoctorPortfolioItemSimpleModel } from './doctor-portfolio-item-simple-model';
13
+ import { DoctorPrefix } from './doctor-prefix';
13
14
  /**
14
15
  *
15
16
  * @export
@@ -34,6 +35,12 @@ export interface HospitalDoctorPortfolioItemModel {
34
35
  * @memberof HospitalDoctorPortfolioItemModel
35
36
  */
36
37
  'doctorName'?: string | null;
38
+ /**
39
+ *
40
+ * @type {DoctorPrefix}
41
+ * @memberof HospitalDoctorPortfolioItemModel
42
+ */
43
+ 'prefix'?: DoctorPrefix;
37
44
  /**
38
45
  *
39
46
  * @type {Array<DoctorPortfolioItemSimpleModel>}
@@ -1 +1 @@
1
- {"version":3,"file":"hospital-doctor-portfolio-item-model.d.ts","sourceRoot":"","sources":["../../src/models/hospital-doctor-portfolio-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AAEtF;;;;GAIG;AACH,MAAM,WAAW,gCAAgC;IAC7C;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,8BAA8B,CAAC,GAAG,IAAI,CAAC;CAC/D"}
1
+ {"version":3,"file":"hospital-doctor-portfolio-item-model.d.ts","sourceRoot":"","sources":["../../src/models/hospital-doctor-portfolio-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AAGtF,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE/C;;;;GAIG;AACH,MAAM,WAAW,gCAAgC;IAC7C;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB;;;;OAIG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,8BAA8B,CAAC,GAAG,IAAI,CAAC;CAC/D"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-api-client-typescript2",
3
- "version": "5.28.0",
3
+ "version": "5.30.0",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -16,6 +16,9 @@
16
16
  // May contain unused imports in some cases
17
17
  // @ts-ignore
18
18
  import { DoctorPortfolioItemSimpleModel } from './doctor-portfolio-item-simple-model';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import { DoctorPrefix } from './doctor-prefix';
19
22
 
20
23
  /**
21
24
  *
@@ -41,6 +44,12 @@ export interface HospitalDoctorPortfolioItemModel {
41
44
  * @memberof HospitalDoctorPortfolioItemModel
42
45
  */
43
46
  'doctorName'?: string | null;
47
+ /**
48
+ *
49
+ * @type {DoctorPrefix}
50
+ * @memberof HospitalDoctorPortfolioItemModel
51
+ */
52
+ 'prefix'?: DoctorPrefix;
44
53
  /**
45
54
  *
46
55
  * @type {Array<DoctorPortfolioItemSimpleModel>}