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

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 CHANGED
@@ -3786,6 +3786,18 @@ export interface CreateHospitalCommand {
3786
3786
  * @memberof CreateHospitalCommand
3787
3787
  */
3788
3788
  'overview'?: string | null;
3789
+ /**
3790
+ *
3791
+ * @type {string}
3792
+ * @memberof CreateHospitalCommand
3793
+ */
3794
+ 'content'?: string | null;
3795
+ /**
3796
+ *
3797
+ * @type {string}
3798
+ * @memberof CreateHospitalCommand
3799
+ */
3800
+ 'customStyle'?: string | null;
3789
3801
  /**
3790
3802
  *
3791
3803
  * @type {number}
@@ -3945,6 +3957,12 @@ export interface CreateHospitalServiceCommand {
3945
3957
  * @memberof CreateHospitalServiceCommand
3946
3958
  */
3947
3959
  'content'?: string | null;
3960
+ /**
3961
+ *
3962
+ * @type {string}
3963
+ * @memberof CreateHospitalServiceCommand
3964
+ */
3965
+ 'customStyle'?: string | null;
3948
3966
  /**
3949
3967
  *
3950
3968
  * @type {number}
@@ -4030,6 +4048,12 @@ export interface CreateHospitalSpecialtyCommand {
4030
4048
  * @memberof CreateHospitalSpecialtyCommand
4031
4049
  */
4032
4050
  'content'?: string | null;
4051
+ /**
4052
+ *
4053
+ * @type {string}
4054
+ * @memberof CreateHospitalSpecialtyCommand
4055
+ */
4056
+ 'customStyle'?: string | null;
4033
4057
  /**
4034
4058
  *
4035
4059
  * @type {number}
@@ -6900,6 +6924,18 @@ export interface HospitalItemModel {
6900
6924
  * @memberof HospitalItemModel
6901
6925
  */
6902
6926
  'overview'?: string | null;
6927
+ /**
6928
+ *
6929
+ * @type {string}
6930
+ * @memberof HospitalItemModel
6931
+ */
6932
+ 'content'?: string | null;
6933
+ /**
6934
+ *
6935
+ * @type {string}
6936
+ * @memberof HospitalItemModel
6937
+ */
6938
+ 'customStyle'?: string | null;
6903
6939
  /**
6904
6940
  *
6905
6941
  * @type {number}
@@ -7123,6 +7159,18 @@ export interface HospitalModel {
7123
7159
  * @memberof HospitalModel
7124
7160
  */
7125
7161
  'overview'?: string | null;
7162
+ /**
7163
+ *
7164
+ * @type {string}
7165
+ * @memberof HospitalModel
7166
+ */
7167
+ 'content'?: string | null;
7168
+ /**
7169
+ *
7170
+ * @type {string}
7171
+ * @memberof HospitalModel
7172
+ */
7173
+ 'customStyle'?: string | null;
7126
7174
  /**
7127
7175
  *
7128
7176
  * @type {number}
@@ -7346,6 +7394,12 @@ export interface HospitalServiceItemModel {
7346
7394
  * @memberof HospitalServiceItemModel
7347
7395
  */
7348
7396
  'content'?: string | null;
7397
+ /**
7398
+ *
7399
+ * @type {string}
7400
+ * @memberof HospitalServiceItemModel
7401
+ */
7402
+ 'customStyle'?: string | null;
7349
7403
  /**
7350
7404
  *
7351
7405
  * @type {string}
@@ -7509,6 +7563,12 @@ export interface HospitalServiceModel {
7509
7563
  * @memberof HospitalServiceModel
7510
7564
  */
7511
7565
  'content'?: string | null;
7566
+ /**
7567
+ *
7568
+ * @type {string}
7569
+ * @memberof HospitalServiceModel
7570
+ */
7571
+ 'customStyle'?: string | null;
7512
7572
  /**
7513
7573
  *
7514
7574
  * @type {string}
@@ -7814,6 +7874,12 @@ export interface HospitalSpecialtyItemModel {
7814
7874
  * @memberof HospitalSpecialtyItemModel
7815
7875
  */
7816
7876
  'content'?: string | null;
7877
+ /**
7878
+ *
7879
+ * @type {string}
7880
+ * @memberof HospitalSpecialtyItemModel
7881
+ */
7882
+ 'customStyle'?: string | null;
7817
7883
  /**
7818
7884
  *
7819
7885
  * @type {number}
@@ -7965,6 +8031,12 @@ export interface HospitalSpecialtyModel {
7965
8031
  * @memberof HospitalSpecialtyModel
7966
8032
  */
7967
8033
  'content'?: string | null;
8034
+ /**
8035
+ *
8036
+ * @type {string}
8037
+ * @memberof HospitalSpecialtyModel
8038
+ */
8039
+ 'customStyle'?: string | null;
7968
8040
  /**
7969
8041
  *
7970
8042
  * @type {number}
@@ -11653,6 +11725,18 @@ export interface UpdateHospitalCommand {
11653
11725
  * @memberof UpdateHospitalCommand
11654
11726
  */
11655
11727
  'overview'?: string | null;
11728
+ /**
11729
+ *
11730
+ * @type {string}
11731
+ * @memberof UpdateHospitalCommand
11732
+ */
11733
+ 'content'?: string | null;
11734
+ /**
11735
+ *
11736
+ * @type {string}
11737
+ * @memberof UpdateHospitalCommand
11738
+ */
11739
+ 'customStyle'?: string | null;
11656
11740
  /**
11657
11741
  *
11658
11742
  * @type {number}
@@ -11799,6 +11883,12 @@ export interface UpdateHospitalServiceCommand {
11799
11883
  * @memberof UpdateHospitalServiceCommand
11800
11884
  */
11801
11885
  'content'?: string | null;
11886
+ /**
11887
+ *
11888
+ * @type {string}
11889
+ * @memberof UpdateHospitalServiceCommand
11890
+ */
11891
+ 'customStyle'?: string | null;
11802
11892
  /**
11803
11893
  *
11804
11894
  * @type {number}
@@ -11896,6 +11986,12 @@ export interface UpdateHospitalSpecialtyCommand {
11896
11986
  * @memberof UpdateHospitalSpecialtyCommand
11897
11987
  */
11898
11988
  'content'?: string | null;
11989
+ /**
11990
+ *
11991
+ * @type {string}
11992
+ * @memberof UpdateHospitalSpecialtyCommand
11993
+ */
11994
+ 'customStyle'?: string | null;
11899
11995
  /**
11900
11996
  *
11901
11997
  * @type {number}