ch-admin-api-client-typescript 4.4.0 → 4.4.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/lib/api.d.ts CHANGED
@@ -916,6 +916,12 @@ export interface ArticleModel {
916
916
  * @memberof ArticleModel
917
917
  */
918
918
  'content'?: string | null;
919
+ /**
920
+ *
921
+ * @type {string}
922
+ * @memberof ArticleModel
923
+ */
924
+ 'customStyle'?: string | null;
919
925
  }
920
926
  /**
921
927
  *
@@ -3415,6 +3421,12 @@ export interface CountryModel {
3415
3421
  * @memberof CountryModel
3416
3422
  */
3417
3423
  'content'?: string | null;
3424
+ /**
3425
+ *
3426
+ * @type {string}
3427
+ * @memberof CountryModel
3428
+ */
3429
+ 'customStyle'?: string | null;
3418
3430
  /**
3419
3431
  *
3420
3432
  * @type {Array<MediaModel>}
@@ -3605,6 +3617,12 @@ export interface CreateArticleCommand {
3605
3617
  * @memberof CreateArticleCommand
3606
3618
  */
3607
3619
  'backgroundThumbnail'?: string | null;
3620
+ /**
3621
+ *
3622
+ * @type {string}
3623
+ * @memberof CreateArticleCommand
3624
+ */
3625
+ 'customStyle'?: string | null;
3608
3626
  /**
3609
3627
  *
3610
3628
  * @type {Array<ArticleTagItemModel>}
@@ -3968,6 +3986,12 @@ export interface CreateCountryCommand {
3968
3986
  * @memberof CreateCountryCommand
3969
3987
  */
3970
3988
  'logo'?: string | null;
3989
+ /**
3990
+ *
3991
+ * @type {string}
3992
+ * @memberof CreateCountryCommand
3993
+ */
3994
+ 'customStyle'?: string | null;
3971
3995
  /**
3972
3996
  *
3973
3997
  * @type {Array<MediaModel>}
@@ -4460,6 +4484,12 @@ export interface CreateFaqCommand {
4460
4484
  * @memberof CreateFaqCommand
4461
4485
  */
4462
4486
  'order'?: number;
4487
+ /**
4488
+ *
4489
+ * @type {string}
4490
+ * @memberof CreateFaqCommand
4491
+ */
4492
+ 'customStyle'?: string | null;
4463
4493
  /**
4464
4494
  *
4465
4495
  * @type {string}
@@ -5443,6 +5473,12 @@ export interface CreateSpecialtyCommand {
5443
5473
  * @memberof CreateSpecialtyCommand
5444
5474
  */
5445
5475
  'backgroundThumbnail'?: string | null;
5476
+ /**
5477
+ *
5478
+ * @type {string}
5479
+ * @memberof CreateSpecialtyCommand
5480
+ */
5481
+ 'customStyle'?: string | null;
5446
5482
  /**
5447
5483
  *
5448
5484
  * @type {string}
@@ -5510,6 +5546,12 @@ export interface CreateSpecialtyTypeCommand {
5510
5546
  * @memberof CreateSpecialtyTypeCommand
5511
5547
  */
5512
5548
  'backgroundThumbnail'?: string | null;
5549
+ /**
5550
+ *
5551
+ * @type {string}
5552
+ * @memberof CreateSpecialtyTypeCommand
5553
+ */
5554
+ 'customStyle'?: string | null;
5513
5555
  /**
5514
5556
  *
5515
5557
  * @type {Array<MediaModel>}
@@ -7781,6 +7823,12 @@ export interface FaqModel {
7781
7823
  * @memberof FaqModel
7782
7824
  */
7783
7825
  'content'?: string | null;
7826
+ /**
7827
+ *
7828
+ * @type {string}
7829
+ * @memberof FaqModel
7830
+ */
7831
+ 'customStyle'?: string | null;
7784
7832
  }
7785
7833
  /**
7786
7834
  *
@@ -12293,6 +12341,12 @@ export interface SpecialtyModel {
12293
12341
  * @memberof SpecialtyModel
12294
12342
  */
12295
12343
  'content'?: string | null;
12344
+ /**
12345
+ *
12346
+ * @type {string}
12347
+ * @memberof SpecialtyModel
12348
+ */
12349
+ 'customStyle'?: string | null;
12296
12350
  }
12297
12351
  /**
12298
12352
  *
@@ -12487,6 +12541,12 @@ export interface SpecialtyTypeModel {
12487
12541
  * @memberof SpecialtyTypeModel
12488
12542
  */
12489
12543
  'content'?: string | null;
12544
+ /**
12545
+ *
12546
+ * @type {string}
12547
+ * @memberof SpecialtyTypeModel
12548
+ */
12549
+ 'customStyle'?: string | null;
12490
12550
  }
12491
12551
  /**
12492
12552
  *
@@ -13048,6 +13108,12 @@ export interface UpdateArticleCommand {
13048
13108
  * @memberof UpdateArticleCommand
13049
13109
  */
13050
13110
  'backgroundThumbnail'?: string | null;
13111
+ /**
13112
+ *
13113
+ * @type {string}
13114
+ * @memberof UpdateArticleCommand
13115
+ */
13116
+ 'customStyle'?: string | null;
13051
13117
  /**
13052
13118
  *
13053
13119
  * @type {Array<ArticleTagItemModel>}
@@ -13410,6 +13476,12 @@ export interface UpdateCountryCommand {
13410
13476
  * @memberof UpdateCountryCommand
13411
13477
  */
13412
13478
  'content'?: string | null;
13479
+ /**
13480
+ *
13481
+ * @type {string}
13482
+ * @memberof UpdateCountryCommand
13483
+ */
13484
+ 'customStyle'?: string | null;
13413
13485
  /**
13414
13486
  *
13415
13487
  * @type {string}
@@ -13932,6 +14004,12 @@ export interface UpdateFaqCommand {
13932
14004
  * @memberof UpdateFaqCommand
13933
14005
  */
13934
14006
  'order'?: number;
14007
+ /**
14008
+ *
14009
+ * @type {string}
14010
+ * @memberof UpdateFaqCommand
14011
+ */
14012
+ 'customStyle'?: string | null;
13935
14013
  /**
13936
14014
  *
13937
14015
  * @type {Array<FaqTagItemModel>}
@@ -14984,6 +15062,12 @@ export interface UpdateSpecialtyCommand {
14984
15062
  * @memberof UpdateSpecialtyCommand
14985
15063
  */
14986
15064
  'backgroundThumbnail'?: string | null;
15065
+ /**
15066
+ *
15067
+ * @type {string}
15068
+ * @memberof UpdateSpecialtyCommand
15069
+ */
15070
+ 'customStyle'?: string | null;
14987
15071
  /**
14988
15072
  *
14989
15073
  * @type {string}
@@ -15063,6 +15147,12 @@ export interface UpdateSpecialtyTypeCommand {
15063
15147
  * @memberof UpdateSpecialtyTypeCommand
15064
15148
  */
15065
15149
  'backgroundThumbnail'?: string | null;
15150
+ /**
15151
+ *
15152
+ * @type {string}
15153
+ * @memberof UpdateSpecialtyTypeCommand
15154
+ */
15155
+ 'customStyle'?: string | null;
15066
15156
  /**
15067
15157
  *
15068
15158
  * @type {string}