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 +289 -1
- package/lib/api.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/api.ts +289 -1
package/package.json
CHANGED
package/src/api.ts
CHANGED
|
@@ -677,6 +677,30 @@ export interface ArticleItemModel {
|
|
|
677
677
|
* @memberof ArticleItemModel
|
|
678
678
|
*/
|
|
679
679
|
'youtubeUrl'?: string | null;
|
|
680
|
+
/**
|
|
681
|
+
*
|
|
682
|
+
* @type {string}
|
|
683
|
+
* @memberof ArticleItemModel
|
|
684
|
+
*/
|
|
685
|
+
'photo'?: string | null;
|
|
686
|
+
/**
|
|
687
|
+
*
|
|
688
|
+
* @type {string}
|
|
689
|
+
* @memberof ArticleItemModel
|
|
690
|
+
*/
|
|
691
|
+
'photoThumbnail'?: string | null;
|
|
692
|
+
/**
|
|
693
|
+
*
|
|
694
|
+
* @type {string}
|
|
695
|
+
* @memberof ArticleItemModel
|
|
696
|
+
*/
|
|
697
|
+
'background'?: string | null;
|
|
698
|
+
/**
|
|
699
|
+
*
|
|
700
|
+
* @type {string}
|
|
701
|
+
* @memberof ArticleItemModel
|
|
702
|
+
*/
|
|
703
|
+
'backgroundThumbnail'?: string | null;
|
|
680
704
|
/**
|
|
681
705
|
*
|
|
682
706
|
* @type {Array<ArticleTagItemModel>}
|
|
@@ -774,6 +798,30 @@ export interface ArticleModel {
|
|
|
774
798
|
* @memberof ArticleModel
|
|
775
799
|
*/
|
|
776
800
|
'youtubeUrl'?: string | null;
|
|
801
|
+
/**
|
|
802
|
+
*
|
|
803
|
+
* @type {string}
|
|
804
|
+
* @memberof ArticleModel
|
|
805
|
+
*/
|
|
806
|
+
'photo'?: string | null;
|
|
807
|
+
/**
|
|
808
|
+
*
|
|
809
|
+
* @type {string}
|
|
810
|
+
* @memberof ArticleModel
|
|
811
|
+
*/
|
|
812
|
+
'photoThumbnail'?: string | null;
|
|
813
|
+
/**
|
|
814
|
+
*
|
|
815
|
+
* @type {string}
|
|
816
|
+
* @memberof ArticleModel
|
|
817
|
+
*/
|
|
818
|
+
'background'?: string | null;
|
|
819
|
+
/**
|
|
820
|
+
*
|
|
821
|
+
* @type {string}
|
|
822
|
+
* @memberof ArticleModel
|
|
823
|
+
*/
|
|
824
|
+
'backgroundThumbnail'?: string | null;
|
|
777
825
|
/**
|
|
778
826
|
*
|
|
779
827
|
* @type {Array<ArticleTagItemModel>}
|
|
@@ -3249,6 +3297,12 @@ export interface CreateArticleCommand {
|
|
|
3249
3297
|
* @memberof CreateArticleCommand
|
|
3250
3298
|
*/
|
|
3251
3299
|
'content'?: string | null;
|
|
3300
|
+
/**
|
|
3301
|
+
*
|
|
3302
|
+
* @type {string}
|
|
3303
|
+
* @memberof CreateArticleCommand
|
|
3304
|
+
*/
|
|
3305
|
+
'hospitalId'?: string;
|
|
3252
3306
|
/**
|
|
3253
3307
|
*
|
|
3254
3308
|
* @type {ArticleStatus}
|
|
@@ -3272,7 +3326,25 @@ export interface CreateArticleCommand {
|
|
|
3272
3326
|
* @type {string}
|
|
3273
3327
|
* @memberof CreateArticleCommand
|
|
3274
3328
|
*/
|
|
3275
|
-
'
|
|
3329
|
+
'photo'?: string | null;
|
|
3330
|
+
/**
|
|
3331
|
+
*
|
|
3332
|
+
* @type {string}
|
|
3333
|
+
* @memberof CreateArticleCommand
|
|
3334
|
+
*/
|
|
3335
|
+
'photoThumbnail'?: string | null;
|
|
3336
|
+
/**
|
|
3337
|
+
*
|
|
3338
|
+
* @type {string}
|
|
3339
|
+
* @memberof CreateArticleCommand
|
|
3340
|
+
*/
|
|
3341
|
+
'background'?: string | null;
|
|
3342
|
+
/**
|
|
3343
|
+
*
|
|
3344
|
+
* @type {string}
|
|
3345
|
+
* @memberof CreateArticleCommand
|
|
3346
|
+
*/
|
|
3347
|
+
'backgroundThumbnail'?: string | null;
|
|
3276
3348
|
/**
|
|
3277
3349
|
*
|
|
3278
3350
|
* @type {Array<ArticleTagItemModel>}
|
|
@@ -4976,6 +5048,30 @@ export interface CreateSpecialtyCommand {
|
|
|
4976
5048
|
* @memberof CreateSpecialtyCommand
|
|
4977
5049
|
*/
|
|
4978
5050
|
'content'?: string | null;
|
|
5051
|
+
/**
|
|
5052
|
+
*
|
|
5053
|
+
* @type {string}
|
|
5054
|
+
* @memberof CreateSpecialtyCommand
|
|
5055
|
+
*/
|
|
5056
|
+
'photo'?: string | null;
|
|
5057
|
+
/**
|
|
5058
|
+
*
|
|
5059
|
+
* @type {string}
|
|
5060
|
+
* @memberof CreateSpecialtyCommand
|
|
5061
|
+
*/
|
|
5062
|
+
'photoThumbnail'?: string | null;
|
|
5063
|
+
/**
|
|
5064
|
+
*
|
|
5065
|
+
* @type {string}
|
|
5066
|
+
* @memberof CreateSpecialtyCommand
|
|
5067
|
+
*/
|
|
5068
|
+
'background'?: string | null;
|
|
5069
|
+
/**
|
|
5070
|
+
*
|
|
5071
|
+
* @type {string}
|
|
5072
|
+
* @memberof CreateSpecialtyCommand
|
|
5073
|
+
*/
|
|
5074
|
+
'backgroundThumbnail'?: string | null;
|
|
4979
5075
|
/**
|
|
4980
5076
|
*
|
|
4981
5077
|
* @type {string}
|
|
@@ -5019,6 +5115,30 @@ export interface CreateSpecialtyTypeCommand {
|
|
|
5019
5115
|
* @memberof CreateSpecialtyTypeCommand
|
|
5020
5116
|
*/
|
|
5021
5117
|
'marketingType'?: MarketingType;
|
|
5118
|
+
/**
|
|
5119
|
+
*
|
|
5120
|
+
* @type {string}
|
|
5121
|
+
* @memberof CreateSpecialtyTypeCommand
|
|
5122
|
+
*/
|
|
5123
|
+
'photo'?: string | null;
|
|
5124
|
+
/**
|
|
5125
|
+
*
|
|
5126
|
+
* @type {string}
|
|
5127
|
+
* @memberof CreateSpecialtyTypeCommand
|
|
5128
|
+
*/
|
|
5129
|
+
'photoThumbnail'?: string | null;
|
|
5130
|
+
/**
|
|
5131
|
+
*
|
|
5132
|
+
* @type {string}
|
|
5133
|
+
* @memberof CreateSpecialtyTypeCommand
|
|
5134
|
+
*/
|
|
5135
|
+
'background'?: string | null;
|
|
5136
|
+
/**
|
|
5137
|
+
*
|
|
5138
|
+
* @type {string}
|
|
5139
|
+
* @memberof CreateSpecialtyTypeCommand
|
|
5140
|
+
*/
|
|
5141
|
+
'backgroundThumbnail'?: string | null;
|
|
5022
5142
|
/**
|
|
5023
5143
|
*
|
|
5024
5144
|
* @type {Array<MediaModel>}
|
|
@@ -10948,6 +11068,30 @@ export interface SpecialtyItemModel {
|
|
|
10948
11068
|
* @memberof SpecialtyItemModel
|
|
10949
11069
|
*/
|
|
10950
11070
|
'confirmed'?: boolean;
|
|
11071
|
+
/**
|
|
11072
|
+
*
|
|
11073
|
+
* @type {string}
|
|
11074
|
+
* @memberof SpecialtyItemModel
|
|
11075
|
+
*/
|
|
11076
|
+
'photo'?: string | null;
|
|
11077
|
+
/**
|
|
11078
|
+
*
|
|
11079
|
+
* @type {string}
|
|
11080
|
+
* @memberof SpecialtyItemModel
|
|
11081
|
+
*/
|
|
11082
|
+
'photoThumbnail'?: string | null;
|
|
11083
|
+
/**
|
|
11084
|
+
*
|
|
11085
|
+
* @type {string}
|
|
11086
|
+
* @memberof SpecialtyItemModel
|
|
11087
|
+
*/
|
|
11088
|
+
'background'?: string | null;
|
|
11089
|
+
/**
|
|
11090
|
+
*
|
|
11091
|
+
* @type {string}
|
|
11092
|
+
* @memberof SpecialtyItemModel
|
|
11093
|
+
*/
|
|
11094
|
+
'backgroundThumbnail'?: string | null;
|
|
10951
11095
|
/**
|
|
10952
11096
|
*
|
|
10953
11097
|
* @type {string}
|
|
@@ -11058,6 +11202,30 @@ export interface SpecialtyModel {
|
|
|
11058
11202
|
* @memberof SpecialtyModel
|
|
11059
11203
|
*/
|
|
11060
11204
|
'confirmed'?: boolean;
|
|
11205
|
+
/**
|
|
11206
|
+
*
|
|
11207
|
+
* @type {string}
|
|
11208
|
+
* @memberof SpecialtyModel
|
|
11209
|
+
*/
|
|
11210
|
+
'photo'?: string | null;
|
|
11211
|
+
/**
|
|
11212
|
+
*
|
|
11213
|
+
* @type {string}
|
|
11214
|
+
* @memberof SpecialtyModel
|
|
11215
|
+
*/
|
|
11216
|
+
'photoThumbnail'?: string | null;
|
|
11217
|
+
/**
|
|
11218
|
+
*
|
|
11219
|
+
* @type {string}
|
|
11220
|
+
* @memberof SpecialtyModel
|
|
11221
|
+
*/
|
|
11222
|
+
'background'?: string | null;
|
|
11223
|
+
/**
|
|
11224
|
+
*
|
|
11225
|
+
* @type {string}
|
|
11226
|
+
* @memberof SpecialtyModel
|
|
11227
|
+
*/
|
|
11228
|
+
'backgroundThumbnail'?: string | null;
|
|
11061
11229
|
/**
|
|
11062
11230
|
*
|
|
11063
11231
|
* @type {string}
|
|
@@ -11143,6 +11311,30 @@ export interface SpecialtyTypeItemModel {
|
|
|
11143
11311
|
* @memberof SpecialtyTypeItemModel
|
|
11144
11312
|
*/
|
|
11145
11313
|
'confirmed'?: boolean;
|
|
11314
|
+
/**
|
|
11315
|
+
*
|
|
11316
|
+
* @type {string}
|
|
11317
|
+
* @memberof SpecialtyTypeItemModel
|
|
11318
|
+
*/
|
|
11319
|
+
'photo'?: string | null;
|
|
11320
|
+
/**
|
|
11321
|
+
*
|
|
11322
|
+
* @type {string}
|
|
11323
|
+
* @memberof SpecialtyTypeItemModel
|
|
11324
|
+
*/
|
|
11325
|
+
'photoThumbnail'?: string | null;
|
|
11326
|
+
/**
|
|
11327
|
+
*
|
|
11328
|
+
* @type {string}
|
|
11329
|
+
* @memberof SpecialtyTypeItemModel
|
|
11330
|
+
*/
|
|
11331
|
+
'background'?: string | null;
|
|
11332
|
+
/**
|
|
11333
|
+
*
|
|
11334
|
+
* @type {string}
|
|
11335
|
+
* @memberof SpecialtyTypeItemModel
|
|
11336
|
+
*/
|
|
11337
|
+
'backgroundThumbnail'?: string | null;
|
|
11146
11338
|
/**
|
|
11147
11339
|
*
|
|
11148
11340
|
* @type {string}
|
|
@@ -11210,6 +11402,30 @@ export interface SpecialtyTypeModel {
|
|
|
11210
11402
|
* @memberof SpecialtyTypeModel
|
|
11211
11403
|
*/
|
|
11212
11404
|
'confirmed'?: boolean;
|
|
11405
|
+
/**
|
|
11406
|
+
*
|
|
11407
|
+
* @type {string}
|
|
11408
|
+
* @memberof SpecialtyTypeModel
|
|
11409
|
+
*/
|
|
11410
|
+
'photo'?: string | null;
|
|
11411
|
+
/**
|
|
11412
|
+
*
|
|
11413
|
+
* @type {string}
|
|
11414
|
+
* @memberof SpecialtyTypeModel
|
|
11415
|
+
*/
|
|
11416
|
+
'photoThumbnail'?: string | null;
|
|
11417
|
+
/**
|
|
11418
|
+
*
|
|
11419
|
+
* @type {string}
|
|
11420
|
+
* @memberof SpecialtyTypeModel
|
|
11421
|
+
*/
|
|
11422
|
+
'background'?: string | null;
|
|
11423
|
+
/**
|
|
11424
|
+
*
|
|
11425
|
+
* @type {string}
|
|
11426
|
+
* @memberof SpecialtyTypeModel
|
|
11427
|
+
*/
|
|
11428
|
+
'backgroundThumbnail'?: string | null;
|
|
11213
11429
|
/**
|
|
11214
11430
|
*
|
|
11215
11431
|
* @type {string}
|
|
@@ -11783,6 +11999,30 @@ export interface UpdateArticleCommand {
|
|
|
11783
11999
|
* @memberof UpdateArticleCommand
|
|
11784
12000
|
*/
|
|
11785
12001
|
'youtubeUrl'?: string | null;
|
|
12002
|
+
/**
|
|
12003
|
+
*
|
|
12004
|
+
* @type {string}
|
|
12005
|
+
* @memberof UpdateArticleCommand
|
|
12006
|
+
*/
|
|
12007
|
+
'photo'?: string | null;
|
|
12008
|
+
/**
|
|
12009
|
+
*
|
|
12010
|
+
* @type {string}
|
|
12011
|
+
* @memberof UpdateArticleCommand
|
|
12012
|
+
*/
|
|
12013
|
+
'photoThumbnail'?: string | null;
|
|
12014
|
+
/**
|
|
12015
|
+
*
|
|
12016
|
+
* @type {string}
|
|
12017
|
+
* @memberof UpdateArticleCommand
|
|
12018
|
+
*/
|
|
12019
|
+
'background'?: string | null;
|
|
12020
|
+
/**
|
|
12021
|
+
*
|
|
12022
|
+
* @type {string}
|
|
12023
|
+
* @memberof UpdateArticleCommand
|
|
12024
|
+
*/
|
|
12025
|
+
'backgroundThumbnail'?: string | null;
|
|
11786
12026
|
/**
|
|
11787
12027
|
*
|
|
11788
12028
|
* @type {Array<ArticleTagItemModel>}
|
|
@@ -13566,6 +13806,30 @@ export interface UpdateSpecialtyCommand {
|
|
|
13566
13806
|
* @memberof UpdateSpecialtyCommand
|
|
13567
13807
|
*/
|
|
13568
13808
|
'languageCode'?: string | null;
|
|
13809
|
+
/**
|
|
13810
|
+
*
|
|
13811
|
+
* @type {string}
|
|
13812
|
+
* @memberof UpdateSpecialtyCommand
|
|
13813
|
+
*/
|
|
13814
|
+
'photo'?: string | null;
|
|
13815
|
+
/**
|
|
13816
|
+
*
|
|
13817
|
+
* @type {string}
|
|
13818
|
+
* @memberof UpdateSpecialtyCommand
|
|
13819
|
+
*/
|
|
13820
|
+
'photoThumbnail'?: string | null;
|
|
13821
|
+
/**
|
|
13822
|
+
*
|
|
13823
|
+
* @type {string}
|
|
13824
|
+
* @memberof UpdateSpecialtyCommand
|
|
13825
|
+
*/
|
|
13826
|
+
'background'?: string | null;
|
|
13827
|
+
/**
|
|
13828
|
+
*
|
|
13829
|
+
* @type {string}
|
|
13830
|
+
* @memberof UpdateSpecialtyCommand
|
|
13831
|
+
*/
|
|
13832
|
+
'backgroundThumbnail'?: string | null;
|
|
13569
13833
|
/**
|
|
13570
13834
|
*
|
|
13571
13835
|
* @type {string}
|
|
@@ -13621,6 +13885,30 @@ export interface UpdateSpecialtyTypeCommand {
|
|
|
13621
13885
|
* @memberof UpdateSpecialtyTypeCommand
|
|
13622
13886
|
*/
|
|
13623
13887
|
'marketingType'?: MarketingType;
|
|
13888
|
+
/**
|
|
13889
|
+
*
|
|
13890
|
+
* @type {string}
|
|
13891
|
+
* @memberof UpdateSpecialtyTypeCommand
|
|
13892
|
+
*/
|
|
13893
|
+
'photo'?: string | null;
|
|
13894
|
+
/**
|
|
13895
|
+
*
|
|
13896
|
+
* @type {string}
|
|
13897
|
+
* @memberof UpdateSpecialtyTypeCommand
|
|
13898
|
+
*/
|
|
13899
|
+
'photoThumbnail'?: string | null;
|
|
13900
|
+
/**
|
|
13901
|
+
*
|
|
13902
|
+
* @type {string}
|
|
13903
|
+
* @memberof UpdateSpecialtyTypeCommand
|
|
13904
|
+
*/
|
|
13905
|
+
'background'?: string | null;
|
|
13906
|
+
/**
|
|
13907
|
+
*
|
|
13908
|
+
* @type {string}
|
|
13909
|
+
* @memberof UpdateSpecialtyTypeCommand
|
|
13910
|
+
*/
|
|
13911
|
+
'backgroundThumbnail'?: string | null;
|
|
13624
13912
|
/**
|
|
13625
13913
|
*
|
|
13626
13914
|
* @type {string}
|