ch-admin-api-client-typescript 4.2.10 → 4.3.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 CHANGED
@@ -668,6 +668,30 @@ export interface ArticleItemModel {
668
668
  * @memberof ArticleItemModel
669
669
  */
670
670
  'youtubeUrl'?: string | null;
671
+ /**
672
+ *
673
+ * @type {string}
674
+ * @memberof ArticleItemModel
675
+ */
676
+ 'photo'?: string | null;
677
+ /**
678
+ *
679
+ * @type {string}
680
+ * @memberof ArticleItemModel
681
+ */
682
+ 'photoThumbnail'?: string | null;
683
+ /**
684
+ *
685
+ * @type {string}
686
+ * @memberof ArticleItemModel
687
+ */
688
+ 'background'?: string | null;
689
+ /**
690
+ *
691
+ * @type {string}
692
+ * @memberof ArticleItemModel
693
+ */
694
+ 'backgroundThumbnail'?: string | null;
671
695
  /**
672
696
  *
673
697
  * @type {Array<ArticleTagItemModel>}
@@ -765,6 +789,30 @@ export interface ArticleModel {
765
789
  * @memberof ArticleModel
766
790
  */
767
791
  'youtubeUrl'?: string | null;
792
+ /**
793
+ *
794
+ * @type {string}
795
+ * @memberof ArticleModel
796
+ */
797
+ 'photo'?: string | null;
798
+ /**
799
+ *
800
+ * @type {string}
801
+ * @memberof ArticleModel
802
+ */
803
+ 'photoThumbnail'?: string | null;
804
+ /**
805
+ *
806
+ * @type {string}
807
+ * @memberof ArticleModel
808
+ */
809
+ 'background'?: string | null;
810
+ /**
811
+ *
812
+ * @type {string}
813
+ * @memberof ArticleModel
814
+ */
815
+ 'backgroundThumbnail'?: string | null;
768
816
  /**
769
817
  *
770
818
  * @type {Array<ArticleTagItemModel>}
@@ -3230,6 +3278,12 @@ export interface CreateArticleCommand {
3230
3278
  * @memberof CreateArticleCommand
3231
3279
  */
3232
3280
  'content'?: string | null;
3281
+ /**
3282
+ *
3283
+ * @type {string}
3284
+ * @memberof CreateArticleCommand
3285
+ */
3286
+ 'hospitalId'?: string;
3233
3287
  /**
3234
3288
  *
3235
3289
  * @type {ArticleStatus}
@@ -3253,7 +3307,25 @@ export interface CreateArticleCommand {
3253
3307
  * @type {string}
3254
3308
  * @memberof CreateArticleCommand
3255
3309
  */
3256
- 'hospitalId'?: string;
3310
+ 'photo'?: string | null;
3311
+ /**
3312
+ *
3313
+ * @type {string}
3314
+ * @memberof CreateArticleCommand
3315
+ */
3316
+ 'photoThumbnail'?: string | null;
3317
+ /**
3318
+ *
3319
+ * @type {string}
3320
+ * @memberof CreateArticleCommand
3321
+ */
3322
+ 'background'?: string | null;
3323
+ /**
3324
+ *
3325
+ * @type {string}
3326
+ * @memberof CreateArticleCommand
3327
+ */
3328
+ 'backgroundThumbnail'?: string | null;
3257
3329
  /**
3258
3330
  *
3259
3331
  * @type {Array<ArticleTagItemModel>}
@@ -4957,6 +5029,30 @@ export interface CreateSpecialtyCommand {
4957
5029
  * @memberof CreateSpecialtyCommand
4958
5030
  */
4959
5031
  'content'?: string | null;
5032
+ /**
5033
+ *
5034
+ * @type {string}
5035
+ * @memberof CreateSpecialtyCommand
5036
+ */
5037
+ 'photo'?: string | null;
5038
+ /**
5039
+ *
5040
+ * @type {string}
5041
+ * @memberof CreateSpecialtyCommand
5042
+ */
5043
+ 'photoThumbnail'?: string | null;
5044
+ /**
5045
+ *
5046
+ * @type {string}
5047
+ * @memberof CreateSpecialtyCommand
5048
+ */
5049
+ 'background'?: string | null;
5050
+ /**
5051
+ *
5052
+ * @type {string}
5053
+ * @memberof CreateSpecialtyCommand
5054
+ */
5055
+ 'backgroundThumbnail'?: string | null;
4960
5056
  /**
4961
5057
  *
4962
5058
  * @type {string}
@@ -5000,6 +5096,30 @@ export interface CreateSpecialtyTypeCommand {
5000
5096
  * @memberof CreateSpecialtyTypeCommand
5001
5097
  */
5002
5098
  'marketingType'?: MarketingType;
5099
+ /**
5100
+ *
5101
+ * @type {string}
5102
+ * @memberof CreateSpecialtyTypeCommand
5103
+ */
5104
+ 'photo'?: string | null;
5105
+ /**
5106
+ *
5107
+ * @type {string}
5108
+ * @memberof CreateSpecialtyTypeCommand
5109
+ */
5110
+ 'photoThumbnail'?: string | null;
5111
+ /**
5112
+ *
5113
+ * @type {string}
5114
+ * @memberof CreateSpecialtyTypeCommand
5115
+ */
5116
+ 'background'?: string | null;
5117
+ /**
5118
+ *
5119
+ * @type {string}
5120
+ * @memberof CreateSpecialtyTypeCommand
5121
+ */
5122
+ 'backgroundThumbnail'?: string | null;
5003
5123
  /**
5004
5124
  *
5005
5125
  * @type {Array<MediaModel>}
@@ -10900,6 +11020,30 @@ export interface SpecialtyItemModel {
10900
11020
  * @memberof SpecialtyItemModel
10901
11021
  */
10902
11022
  'confirmed'?: boolean;
11023
+ /**
11024
+ *
11025
+ * @type {string}
11026
+ * @memberof SpecialtyItemModel
11027
+ */
11028
+ 'photo'?: string | null;
11029
+ /**
11030
+ *
11031
+ * @type {string}
11032
+ * @memberof SpecialtyItemModel
11033
+ */
11034
+ 'photoThumbnail'?: string | null;
11035
+ /**
11036
+ *
11037
+ * @type {string}
11038
+ * @memberof SpecialtyItemModel
11039
+ */
11040
+ 'background'?: string | null;
11041
+ /**
11042
+ *
11043
+ * @type {string}
11044
+ * @memberof SpecialtyItemModel
11045
+ */
11046
+ 'backgroundThumbnail'?: string | null;
10903
11047
  /**
10904
11048
  *
10905
11049
  * @type {string}
@@ -11010,6 +11154,30 @@ export interface SpecialtyModel {
11010
11154
  * @memberof SpecialtyModel
11011
11155
  */
11012
11156
  'confirmed'?: boolean;
11157
+ /**
11158
+ *
11159
+ * @type {string}
11160
+ * @memberof SpecialtyModel
11161
+ */
11162
+ 'photo'?: string | null;
11163
+ /**
11164
+ *
11165
+ * @type {string}
11166
+ * @memberof SpecialtyModel
11167
+ */
11168
+ 'photoThumbnail'?: string | null;
11169
+ /**
11170
+ *
11171
+ * @type {string}
11172
+ * @memberof SpecialtyModel
11173
+ */
11174
+ 'background'?: string | null;
11175
+ /**
11176
+ *
11177
+ * @type {string}
11178
+ * @memberof SpecialtyModel
11179
+ */
11180
+ 'backgroundThumbnail'?: string | null;
11013
11181
  /**
11014
11182
  *
11015
11183
  * @type {string}
@@ -11095,6 +11263,30 @@ export interface SpecialtyTypeItemModel {
11095
11263
  * @memberof SpecialtyTypeItemModel
11096
11264
  */
11097
11265
  'confirmed'?: boolean;
11266
+ /**
11267
+ *
11268
+ * @type {string}
11269
+ * @memberof SpecialtyTypeItemModel
11270
+ */
11271
+ 'photo'?: string | null;
11272
+ /**
11273
+ *
11274
+ * @type {string}
11275
+ * @memberof SpecialtyTypeItemModel
11276
+ */
11277
+ 'photoThumbnail'?: string | null;
11278
+ /**
11279
+ *
11280
+ * @type {string}
11281
+ * @memberof SpecialtyTypeItemModel
11282
+ */
11283
+ 'background'?: string | null;
11284
+ /**
11285
+ *
11286
+ * @type {string}
11287
+ * @memberof SpecialtyTypeItemModel
11288
+ */
11289
+ 'backgroundThumbnail'?: string | null;
11098
11290
  /**
11099
11291
  *
11100
11292
  * @type {string}
@@ -11162,6 +11354,30 @@ export interface SpecialtyTypeModel {
11162
11354
  * @memberof SpecialtyTypeModel
11163
11355
  */
11164
11356
  'confirmed'?: boolean;
11357
+ /**
11358
+ *
11359
+ * @type {string}
11360
+ * @memberof SpecialtyTypeModel
11361
+ */
11362
+ 'photo'?: string | null;
11363
+ /**
11364
+ *
11365
+ * @type {string}
11366
+ * @memberof SpecialtyTypeModel
11367
+ */
11368
+ 'photoThumbnail'?: string | null;
11369
+ /**
11370
+ *
11371
+ * @type {string}
11372
+ * @memberof SpecialtyTypeModel
11373
+ */
11374
+ 'background'?: string | null;
11375
+ /**
11376
+ *
11377
+ * @type {string}
11378
+ * @memberof SpecialtyTypeModel
11379
+ */
11380
+ 'backgroundThumbnail'?: string | null;
11165
11381
  /**
11166
11382
  *
11167
11383
  * @type {string}
@@ -11735,6 +11951,30 @@ export interface UpdateArticleCommand {
11735
11951
  * @memberof UpdateArticleCommand
11736
11952
  */
11737
11953
  'youtubeUrl'?: string | null;
11954
+ /**
11955
+ *
11956
+ * @type {string}
11957
+ * @memberof UpdateArticleCommand
11958
+ */
11959
+ 'photo'?: string | null;
11960
+ /**
11961
+ *
11962
+ * @type {string}
11963
+ * @memberof UpdateArticleCommand
11964
+ */
11965
+ 'photoThumbnail'?: string | null;
11966
+ /**
11967
+ *
11968
+ * @type {string}
11969
+ * @memberof UpdateArticleCommand
11970
+ */
11971
+ 'background'?: string | null;
11972
+ /**
11973
+ *
11974
+ * @type {string}
11975
+ * @memberof UpdateArticleCommand
11976
+ */
11977
+ 'backgroundThumbnail'?: string | null;
11738
11978
  /**
11739
11979
  *
11740
11980
  * @type {Array<ArticleTagItemModel>}
@@ -13518,6 +13758,30 @@ export interface UpdateSpecialtyCommand {
13518
13758
  * @memberof UpdateSpecialtyCommand
13519
13759
  */
13520
13760
  'languageCode'?: string | null;
13761
+ /**
13762
+ *
13763
+ * @type {string}
13764
+ * @memberof UpdateSpecialtyCommand
13765
+ */
13766
+ 'photo'?: string | null;
13767
+ /**
13768
+ *
13769
+ * @type {string}
13770
+ * @memberof UpdateSpecialtyCommand
13771
+ */
13772
+ 'photoThumbnail'?: string | null;
13773
+ /**
13774
+ *
13775
+ * @type {string}
13776
+ * @memberof UpdateSpecialtyCommand
13777
+ */
13778
+ 'background'?: string | null;
13779
+ /**
13780
+ *
13781
+ * @type {string}
13782
+ * @memberof UpdateSpecialtyCommand
13783
+ */
13784
+ 'backgroundThumbnail'?: string | null;
13521
13785
  /**
13522
13786
  *
13523
13787
  * @type {string}
@@ -13573,6 +13837,30 @@ export interface UpdateSpecialtyTypeCommand {
13573
13837
  * @memberof UpdateSpecialtyTypeCommand
13574
13838
  */
13575
13839
  'marketingType'?: MarketingType;
13840
+ /**
13841
+ *
13842
+ * @type {string}
13843
+ * @memberof UpdateSpecialtyTypeCommand
13844
+ */
13845
+ 'photo'?: string | null;
13846
+ /**
13847
+ *
13848
+ * @type {string}
13849
+ * @memberof UpdateSpecialtyTypeCommand
13850
+ */
13851
+ 'photoThumbnail'?: string | null;
13852
+ /**
13853
+ *
13854
+ * @type {string}
13855
+ * @memberof UpdateSpecialtyTypeCommand
13856
+ */
13857
+ 'background'?: string | null;
13858
+ /**
13859
+ *
13860
+ * @type {string}
13861
+ * @memberof UpdateSpecialtyTypeCommand
13862
+ */
13863
+ 'backgroundThumbnail'?: string | null;
13576
13864
  /**
13577
13865
  *
13578
13866
  * @type {string}