ch-admin-api-client-typescript 4.5.2 → 4.5.3
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 +6 -0
- package/lib/api.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/api.ts +6 -0
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
|
*
|