ch-admin-api-client-typescript 2.8.13 → 2.8.14

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": "2.8.13",
3
+ "version": "2.8.14",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital admin",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/src/api.ts CHANGED
@@ -3805,6 +3805,18 @@ export interface CreateHospitalCommand {
3805
3805
  * @memberof CreateHospitalCommand
3806
3806
  */
3807
3807
  'overview'?: string | null;
3808
+ /**
3809
+ *
3810
+ * @type {string}
3811
+ * @memberof CreateHospitalCommand
3812
+ */
3813
+ 'content'?: string | null;
3814
+ /**
3815
+ *
3816
+ * @type {string}
3817
+ * @memberof CreateHospitalCommand
3818
+ */
3819
+ 'customStyle'?: string | null;
3808
3820
  /**
3809
3821
  *
3810
3822
  * @type {number}
@@ -3964,6 +3976,12 @@ export interface CreateHospitalServiceCommand {
3964
3976
  * @memberof CreateHospitalServiceCommand
3965
3977
  */
3966
3978
  'content'?: string | null;
3979
+ /**
3980
+ *
3981
+ * @type {string}
3982
+ * @memberof CreateHospitalServiceCommand
3983
+ */
3984
+ 'customStyle'?: string | null;
3967
3985
  /**
3968
3986
  *
3969
3987
  * @type {number}
@@ -4049,6 +4067,12 @@ export interface CreateHospitalSpecialtyCommand {
4049
4067
  * @memberof CreateHospitalSpecialtyCommand
4050
4068
  */
4051
4069
  'content'?: string | null;
4070
+ /**
4071
+ *
4072
+ * @type {string}
4073
+ * @memberof CreateHospitalSpecialtyCommand
4074
+ */
4075
+ 'customStyle'?: string | null;
4052
4076
  /**
4053
4077
  *
4054
4078
  * @type {number}
@@ -6923,6 +6947,18 @@ export interface HospitalItemModel {
6923
6947
  * @memberof HospitalItemModel
6924
6948
  */
6925
6949
  'overview'?: string | null;
6950
+ /**
6951
+ *
6952
+ * @type {string}
6953
+ * @memberof HospitalItemModel
6954
+ */
6955
+ 'content'?: string | null;
6956
+ /**
6957
+ *
6958
+ * @type {string}
6959
+ * @memberof HospitalItemModel
6960
+ */
6961
+ 'customStyle'?: string | null;
6926
6962
  /**
6927
6963
  *
6928
6964
  * @type {number}
@@ -7146,6 +7182,18 @@ export interface HospitalModel {
7146
7182
  * @memberof HospitalModel
7147
7183
  */
7148
7184
  'overview'?: string | null;
7185
+ /**
7186
+ *
7187
+ * @type {string}
7188
+ * @memberof HospitalModel
7189
+ */
7190
+ 'content'?: string | null;
7191
+ /**
7192
+ *
7193
+ * @type {string}
7194
+ * @memberof HospitalModel
7195
+ */
7196
+ 'customStyle'?: string | null;
7149
7197
  /**
7150
7198
  *
7151
7199
  * @type {number}
@@ -7369,6 +7417,12 @@ export interface HospitalServiceItemModel {
7369
7417
  * @memberof HospitalServiceItemModel
7370
7418
  */
7371
7419
  'content'?: string | null;
7420
+ /**
7421
+ *
7422
+ * @type {string}
7423
+ * @memberof HospitalServiceItemModel
7424
+ */
7425
+ 'customStyle'?: string | null;
7372
7426
  /**
7373
7427
  *
7374
7428
  * @type {string}
@@ -7532,6 +7586,12 @@ export interface HospitalServiceModel {
7532
7586
  * @memberof HospitalServiceModel
7533
7587
  */
7534
7588
  'content'?: string | null;
7589
+ /**
7590
+ *
7591
+ * @type {string}
7592
+ * @memberof HospitalServiceModel
7593
+ */
7594
+ 'customStyle'?: string | null;
7535
7595
  /**
7536
7596
  *
7537
7597
  * @type {string}
@@ -7837,6 +7897,12 @@ export interface HospitalSpecialtyItemModel {
7837
7897
  * @memberof HospitalSpecialtyItemModel
7838
7898
  */
7839
7899
  'content'?: string | null;
7900
+ /**
7901
+ *
7902
+ * @type {string}
7903
+ * @memberof HospitalSpecialtyItemModel
7904
+ */
7905
+ 'customStyle'?: string | null;
7840
7906
  /**
7841
7907
  *
7842
7908
  * @type {number}
@@ -7988,6 +8054,12 @@ export interface HospitalSpecialtyModel {
7988
8054
  * @memberof HospitalSpecialtyModel
7989
8055
  */
7990
8056
  'content'?: string | null;
8057
+ /**
8058
+ *
8059
+ * @type {string}
8060
+ * @memberof HospitalSpecialtyModel
8061
+ */
8062
+ 'customStyle'?: string | null;
7991
8063
  /**
7992
8064
  *
7993
8065
  * @type {number}
@@ -11695,6 +11767,18 @@ export interface UpdateHospitalCommand {
11695
11767
  * @memberof UpdateHospitalCommand
11696
11768
  */
11697
11769
  'overview'?: string | null;
11770
+ /**
11771
+ *
11772
+ * @type {string}
11773
+ * @memberof UpdateHospitalCommand
11774
+ */
11775
+ 'content'?: string | null;
11776
+ /**
11777
+ *
11778
+ * @type {string}
11779
+ * @memberof UpdateHospitalCommand
11780
+ */
11781
+ 'customStyle'?: string | null;
11698
11782
  /**
11699
11783
  *
11700
11784
  * @type {number}
@@ -11841,6 +11925,12 @@ export interface UpdateHospitalServiceCommand {
11841
11925
  * @memberof UpdateHospitalServiceCommand
11842
11926
  */
11843
11927
  'content'?: string | null;
11928
+ /**
11929
+ *
11930
+ * @type {string}
11931
+ * @memberof UpdateHospitalServiceCommand
11932
+ */
11933
+ 'customStyle'?: string | null;
11844
11934
  /**
11845
11935
  *
11846
11936
  * @type {number}
@@ -11938,6 +12028,12 @@ export interface UpdateHospitalSpecialtyCommand {
11938
12028
  * @memberof UpdateHospitalSpecialtyCommand
11939
12029
  */
11940
12030
  'content'?: string | null;
12031
+ /**
12032
+ *
12033
+ * @type {string}
12034
+ * @memberof UpdateHospitalSpecialtyCommand
12035
+ */
12036
+ 'customStyle'?: string | null;
11941
12037
  /**
11942
12038
  *
11943
12039
  * @type {number}