ch-admin-api-client-typescript 4.5.3 → 4.5.5
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.
- package/lib/api.d.ts +12 -12
- package/lib/api.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/api.ts +12 -12
package/lib/api.d.ts
CHANGED
|
@@ -8908,6 +8908,18 @@ export interface HospitalServiceModel {
|
|
|
8908
8908
|
* @memberof HospitalServiceModel
|
|
8909
8909
|
*/
|
|
8910
8910
|
'specialtyName'?: string | null;
|
|
8911
|
+
/**
|
|
8912
|
+
*
|
|
8913
|
+
* @type {string}
|
|
8914
|
+
* @memberof HospitalServiceModel
|
|
8915
|
+
*/
|
|
8916
|
+
'hospitalSpecialtyName'?: string | null;
|
|
8917
|
+
/**
|
|
8918
|
+
*
|
|
8919
|
+
* @type {string}
|
|
8920
|
+
* @memberof HospitalServiceModel
|
|
8921
|
+
*/
|
|
8922
|
+
'hospitalSpecialtySlug'?: string | null;
|
|
8911
8923
|
/**
|
|
8912
8924
|
*
|
|
8913
8925
|
* @type {string}
|
|
@@ -8980,18 +8992,6 @@ export interface HospitalServiceModel {
|
|
|
8980
8992
|
* @memberof HospitalServiceModel
|
|
8981
8993
|
*/
|
|
8982
8994
|
'content'?: string | null;
|
|
8983
|
-
/**
|
|
8984
|
-
*
|
|
8985
|
-
* @type {string}
|
|
8986
|
-
* @memberof HospitalServiceModel
|
|
8987
|
-
*/
|
|
8988
|
-
'hospitalSpecialtyName'?: string | null;
|
|
8989
|
-
/**
|
|
8990
|
-
*
|
|
8991
|
-
* @type {string}
|
|
8992
|
-
* @memberof HospitalServiceModel
|
|
8993
|
-
*/
|
|
8994
|
-
'hospitalSpecialtySlug'?: string | null;
|
|
8995
8995
|
/**
|
|
8996
8996
|
*
|
|
8997
8997
|
* @type {string}
|