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/package.json
CHANGED
package/src/api.ts
CHANGED
|
@@ -8521,6 +8521,12 @@ export interface HospitalLanguageItemModel {
|
|
|
8521
8521
|
* @memberof HospitalLanguageItemModel
|
|
8522
8522
|
*/
|
|
8523
8523
|
'name'?: string | null;
|
|
8524
|
+
/**
|
|
8525
|
+
*
|
|
8526
|
+
* @type {boolean}
|
|
8527
|
+
* @memberof HospitalLanguageItemModel
|
|
8528
|
+
*/
|
|
8529
|
+
'published'?: boolean;
|
|
8524
8530
|
}
|
|
8525
8531
|
/**
|
|
8526
8532
|
*
|