ch-admin-api-client-typescript 4.5.2 → 4.5.4
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 +18 -12
- package/lib/api.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/api.ts +18 -12
package/lib/api.d.ts
CHANGED
|
@@ -8496,6 +8496,12 @@ export interface HospitalLanguageItemModel {
|
|
|
8496
8496
|
* @memberof HospitalLanguageItemModel
|
|
8497
8497
|
*/
|
|
8498
8498
|
'name'?: string | null;
|
|
8499
|
+
/**
|
|
8500
|
+
*
|
|
8501
|
+
* @type {boolean}
|
|
8502
|
+
* @memberof HospitalLanguageItemModel
|
|
8503
|
+
*/
|
|
8504
|
+
'published'?: boolean;
|
|
8499
8505
|
}
|
|
8500
8506
|
/**
|
|
8501
8507
|
*
|
|
@@ -8902,6 +8908,18 @@ export interface HospitalServiceModel {
|
|
|
8902
8908
|
* @memberof HospitalServiceModel
|
|
8903
8909
|
*/
|
|
8904
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;
|
|
8905
8923
|
/**
|
|
8906
8924
|
*
|
|
8907
8925
|
* @type {string}
|
|
@@ -8974,18 +8992,6 @@ export interface HospitalServiceModel {
|
|
|
8974
8992
|
* @memberof HospitalServiceModel
|
|
8975
8993
|
*/
|
|
8976
8994
|
'content'?: string | null;
|
|
8977
|
-
/**
|
|
8978
|
-
*
|
|
8979
|
-
* @type {string}
|
|
8980
|
-
* @memberof HospitalServiceModel
|
|
8981
|
-
*/
|
|
8982
|
-
'hospitalSpecialtyName'?: string | null;
|
|
8983
|
-
/**
|
|
8984
|
-
*
|
|
8985
|
-
* @type {string}
|
|
8986
|
-
* @memberof HospitalServiceModel
|
|
8987
|
-
*/
|
|
8988
|
-
'hospitalSpecialtySlug'?: string | null;
|
|
8989
8995
|
/**
|
|
8990
8996
|
*
|
|
8991
8997
|
* @type {string}
|