ch-admin-api-client-typescript 3.2.1 → 3.2.7
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 +36 -0
- package/lib/api.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/api.ts +36 -0
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
|
*
|
|
@@ -4972,6 +4978,12 @@ export interface CreateSpecialtyTypeCommand {
|
|
|
4972
4978
|
* @memberof CreateSpecialtyTypeCommand
|
|
4973
4979
|
*/
|
|
4974
4980
|
'marketingType'?: MarketingType;
|
|
4981
|
+
/**
|
|
4982
|
+
*
|
|
4983
|
+
* @type {Array<MediaModel>}
|
|
4984
|
+
* @memberof CreateSpecialtyTypeCommand
|
|
4985
|
+
*/
|
|
4986
|
+
'medias'?: Array<MediaModel> | null;
|
|
4975
4987
|
}
|
|
4976
4988
|
/**
|
|
4977
4989
|
*
|
|
@@ -11189,6 +11201,12 @@ export interface SpecialtyTypeItemModel {
|
|
|
11189
11201
|
* @memberof SpecialtyTypeItemModel
|
|
11190
11202
|
*/
|
|
11191
11203
|
'confirmed'?: boolean;
|
|
11204
|
+
/**
|
|
11205
|
+
*
|
|
11206
|
+
* @type {Array<MediaModel>}
|
|
11207
|
+
* @memberof SpecialtyTypeItemModel
|
|
11208
|
+
*/
|
|
11209
|
+
'medias'?: Array<MediaModel> | null;
|
|
11192
11210
|
}
|
|
11193
11211
|
/**
|
|
11194
11212
|
*
|
|
@@ -11262,6 +11280,12 @@ export interface SpecialtyTypeModel {
|
|
|
11262
11280
|
* @memberof SpecialtyTypeModel
|
|
11263
11281
|
*/
|
|
11264
11282
|
'confirmed'?: boolean;
|
|
11283
|
+
/**
|
|
11284
|
+
*
|
|
11285
|
+
* @type {Array<MediaModel>}
|
|
11286
|
+
* @memberof SpecialtyTypeModel
|
|
11287
|
+
*/
|
|
11288
|
+
'medias'?: Array<MediaModel> | null;
|
|
11265
11289
|
/**
|
|
11266
11290
|
*
|
|
11267
11291
|
* @type {string}
|
|
@@ -12136,6 +12160,12 @@ export interface UpdateCountryCommand {
|
|
|
12136
12160
|
* @memberof UpdateCountryCommand
|
|
12137
12161
|
*/
|
|
12138
12162
|
'confirmed'?: boolean;
|
|
12163
|
+
/**
|
|
12164
|
+
*
|
|
12165
|
+
* @type {Array<MediaModel>}
|
|
12166
|
+
* @memberof UpdateCountryCommand
|
|
12167
|
+
*/
|
|
12168
|
+
'medias'?: Array<MediaModel> | null;
|
|
12139
12169
|
}
|
|
12140
12170
|
/**
|
|
12141
12171
|
*
|
|
@@ -13602,6 +13632,12 @@ export interface UpdateSpecialtyTypeCommand {
|
|
|
13602
13632
|
* @memberof UpdateSpecialtyTypeCommand
|
|
13603
13633
|
*/
|
|
13604
13634
|
'confirmed'?: boolean;
|
|
13635
|
+
/**
|
|
13636
|
+
*
|
|
13637
|
+
* @type {Array<MediaModel>}
|
|
13638
|
+
* @memberof UpdateSpecialtyTypeCommand
|
|
13639
|
+
*/
|
|
13640
|
+
'medias'?: Array<MediaModel> | null;
|
|
13605
13641
|
/**
|
|
13606
13642
|
*
|
|
13607
13643
|
* @type {string}
|