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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-admin-api-client-typescript",
3
- "version": "4.5.2",
3
+ "version": "4.5.3",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital admin",
5
5
  "main": "index.js",
6
6
  "scripts": {
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
  *