ch-api-client-typescript2 5.21.18 → 5.22.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.
@@ -27,6 +27,12 @@ export interface DoctorSpecialtyItemModel {
27
27
  * @memberof DoctorSpecialtyItemModel
28
28
  */
29
29
  'specialtyId'?: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof DoctorSpecialtyItemModel
34
+ */
35
+ 'specialtyTypeName'?: string | null;
30
36
  /**
31
37
  *
32
38
  * @type {string}
@@ -1 +1 @@
1
- {"version":3,"file":"doctor-specialty-item-model.d.ts","sourceRoot":"","sources":["../../src/models/doctor-specialty-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
1
+ {"version":3,"file":"doctor-specialty-item-model.d.ts","sourceRoot":"","sources":["../../src/models/doctor-specialty-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-api-client-typescript2",
3
- "version": "5.21.18",
3
+ "version": "5.22.1",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -32,6 +32,12 @@ export interface DoctorSpecialtyItemModel {
32
32
  * @memberof DoctorSpecialtyItemModel
33
33
  */
34
34
  'specialtyId'?: string;
35
+ /**
36
+ *
37
+ * @type {string}
38
+ * @memberof DoctorSpecialtyItemModel
39
+ */
40
+ 'specialtyTypeName'?: string | null;
35
41
  /**
36
42
  *
37
43
  * @type {string}