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/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.4",
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
  *
@@ -8927,6 +8933,18 @@ export interface HospitalServiceModel {
8927
8933
  * @memberof HospitalServiceModel
8928
8934
  */
8929
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;
8930
8948
  /**
8931
8949
  *
8932
8950
  * @type {string}
@@ -8999,18 +9017,6 @@ export interface HospitalServiceModel {
8999
9017
  * @memberof HospitalServiceModel
9000
9018
  */
9001
9019
  'content'?: string | null;
9002
- /**
9003
- *
9004
- * @type {string}
9005
- * @memberof HospitalServiceModel
9006
- */
9007
- 'hospitalSpecialtyName'?: string | null;
9008
- /**
9009
- *
9010
- * @type {string}
9011
- * @memberof HospitalServiceModel
9012
- */
9013
- 'hospitalSpecialtySlug'?: string | null;
9014
9020
  /**
9015
9021
  *
9016
9022
  * @type {string}