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/package.json
CHANGED
package/src/api.ts
CHANGED
|
@@ -8933,6 +8933,18 @@ export interface HospitalServiceModel {
|
|
|
8933
8933
|
* @memberof HospitalServiceModel
|
|
8934
8934
|
*/
|
|
8935
8935
|
'specialtyName'?: string | null;
|
|
8936
|
+
/**
|
|
8937
|
+
*
|
|
8938
|
+
* @type {string}
|
|
8939
|
+
* @memberof HospitalServiceModel
|
|
8940
|
+
*/
|
|
8941
|
+
'hospitalSpecialtyName'?: string | null;
|
|
8942
|
+
/**
|
|
8943
|
+
*
|
|
8944
|
+
* @type {string}
|
|
8945
|
+
* @memberof HospitalServiceModel
|
|
8946
|
+
*/
|
|
8947
|
+
'hospitalSpecialtySlug'?: string | null;
|
|
8936
8948
|
/**
|
|
8937
8949
|
*
|
|
8938
8950
|
* @type {string}
|
|
@@ -9005,18 +9017,6 @@ export interface HospitalServiceModel {
|
|
|
9005
9017
|
* @memberof HospitalServiceModel
|
|
9006
9018
|
*/
|
|
9007
9019
|
'content'?: string | null;
|
|
9008
|
-
/**
|
|
9009
|
-
*
|
|
9010
|
-
* @type {string}
|
|
9011
|
-
* @memberof HospitalServiceModel
|
|
9012
|
-
*/
|
|
9013
|
-
'hospitalSpecialtyName'?: string | null;
|
|
9014
|
-
/**
|
|
9015
|
-
*
|
|
9016
|
-
* @type {string}
|
|
9017
|
-
* @memberof HospitalServiceModel
|
|
9018
|
-
*/
|
|
9019
|
-
'hospitalSpecialtySlug'?: string | null;
|
|
9020
9020
|
/**
|
|
9021
9021
|
*
|
|
9022
9022
|
* @type {string}
|