ch-admin-api-client-typescript 3.2.0 → 3.2.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
@@ -3717,6 +3717,12 @@ export interface CreateCountryCommand {
3717
3717
  * @memberof CreateCountryCommand
3718
3718
  */
3719
3719
  'logo'?: string | null;
3720
+ /**
3721
+ *
3722
+ * @type {Array<MediaModel>}
3723
+ * @memberof CreateCountryCommand
3724
+ */
3725
+ 'medias'?: Array<MediaModel> | null;
3720
3726
  }
3721
3727
  /**
3722
3728
  *
@@ -3766,6 +3772,12 @@ export interface CreateDealCommand {
3766
3772
  * @memberof CreateDealCommand
3767
3773
  */
3768
3774
  'serviceDuration'?: number;
3775
+ /**
3776
+ *
3777
+ * @type {number}
3778
+ * @memberof CreateDealCommand
3779
+ */
3780
+ 'order'?: number;
3769
3781
  }
3770
3782
  /**
3771
3783
  *
@@ -4966,6 +4978,12 @@ export interface CreateSpecialtyTypeCommand {
4966
4978
  * @memberof CreateSpecialtyTypeCommand
4967
4979
  */
4968
4980
  'marketingType'?: MarketingType;
4981
+ /**
4982
+ *
4983
+ * @type {Array<MediaModel>}
4984
+ * @memberof CreateSpecialtyTypeCommand
4985
+ */
4986
+ 'medias'?: Array<MediaModel> | null;
4969
4987
  }
4970
4988
  /**
4971
4989
  *
@@ -11183,6 +11201,12 @@ export interface SpecialtyTypeItemModel {
11183
11201
  * @memberof SpecialtyTypeItemModel
11184
11202
  */
11185
11203
  'confirmed'?: boolean;
11204
+ /**
11205
+ *
11206
+ * @type {Array<MediaModel>}
11207
+ * @memberof SpecialtyTypeItemModel
11208
+ */
11209
+ 'medias'?: Array<MediaModel> | null;
11186
11210
  }
11187
11211
  /**
11188
11212
  *
@@ -11256,6 +11280,12 @@ export interface SpecialtyTypeModel {
11256
11280
  * @memberof SpecialtyTypeModel
11257
11281
  */
11258
11282
  'confirmed'?: boolean;
11283
+ /**
11284
+ *
11285
+ * @type {Array<MediaModel>}
11286
+ * @memberof SpecialtyTypeModel
11287
+ */
11288
+ 'medias'?: Array<MediaModel> | null;
11259
11289
  /**
11260
11290
  *
11261
11291
  * @type {string}
@@ -12130,6 +12160,12 @@ export interface UpdateCountryCommand {
12130
12160
  * @memberof UpdateCountryCommand
12131
12161
  */
12132
12162
  'confirmed'?: boolean;
12163
+ /**
12164
+ *
12165
+ * @type {Array<MediaModel>}
12166
+ * @memberof UpdateCountryCommand
12167
+ */
12168
+ 'medias'?: Array<MediaModel> | null;
12133
12169
  }
12134
12170
  /**
12135
12171
  *
@@ -13596,6 +13632,12 @@ export interface UpdateSpecialtyTypeCommand {
13596
13632
  * @memberof UpdateSpecialtyTypeCommand
13597
13633
  */
13598
13634
  'confirmed'?: boolean;
13635
+ /**
13636
+ *
13637
+ * @type {Array<MediaModel>}
13638
+ * @memberof UpdateSpecialtyTypeCommand
13639
+ */
13640
+ 'medias'?: Array<MediaModel> | null;
13599
13641
  /**
13600
13642
  *
13601
13643
  * @type {string}