ch-admin-api-client-typescript 3.2.2 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-admin-api-client-typescript",
3
- "version": "3.2.2",
3
+ "version": "3.2.4",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital admin",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/src/api.ts CHANGED
@@ -3736,6 +3736,12 @@ export interface CreateCountryCommand {
3736
3736
  * @memberof CreateCountryCommand
3737
3737
  */
3738
3738
  'logo'?: string | null;
3739
+ /**
3740
+ *
3741
+ * @type {Array<MediaModel>}
3742
+ * @memberof CreateCountryCommand
3743
+ */
3744
+ 'medias'?: Array<MediaModel> | null;
3739
3745
  }
3740
3746
  /**
3741
3747
  *
@@ -4991,6 +4997,12 @@ export interface CreateSpecialtyTypeCommand {
4991
4997
  * @memberof CreateSpecialtyTypeCommand
4992
4998
  */
4993
4999
  'marketingType'?: MarketingType;
5000
+ /**
5001
+ *
5002
+ * @type {Array<MediaModel>}
5003
+ * @memberof CreateSpecialtyTypeCommand
5004
+ */
5005
+ 'medias'?: Array<MediaModel> | null;
4994
5006
  }
4995
5007
  /**
4996
5008
  *
@@ -11233,6 +11245,12 @@ export interface SpecialtyTypeItemModel {
11233
11245
  * @memberof SpecialtyTypeItemModel
11234
11246
  */
11235
11247
  'confirmed'?: boolean;
11248
+ /**
11249
+ *
11250
+ * @type {Array<MediaModel>}
11251
+ * @memberof SpecialtyTypeItemModel
11252
+ */
11253
+ 'medias'?: Array<MediaModel> | null;
11236
11254
  }
11237
11255
  /**
11238
11256
  *
@@ -11306,6 +11324,12 @@ export interface SpecialtyTypeModel {
11306
11324
  * @memberof SpecialtyTypeModel
11307
11325
  */
11308
11326
  'confirmed'?: boolean;
11327
+ /**
11328
+ *
11329
+ * @type {Array<MediaModel>}
11330
+ * @memberof SpecialtyTypeModel
11331
+ */
11332
+ 'medias'?: Array<MediaModel> | null;
11309
11333
  /**
11310
11334
  *
11311
11335
  * @type {string}
@@ -12180,6 +12204,12 @@ export interface UpdateCountryCommand {
12180
12204
  * @memberof UpdateCountryCommand
12181
12205
  */
12182
12206
  'confirmed'?: boolean;
12207
+ /**
12208
+ *
12209
+ * @type {Array<MediaModel>}
12210
+ * @memberof UpdateCountryCommand
12211
+ */
12212
+ 'medias'?: Array<MediaModel> | null;
12183
12213
  }
12184
12214
  /**
12185
12215
  *
@@ -13646,6 +13676,12 @@ export interface UpdateSpecialtyTypeCommand {
13646
13676
  * @memberof UpdateSpecialtyTypeCommand
13647
13677
  */
13648
13678
  'confirmed'?: boolean;
13679
+ /**
13680
+ *
13681
+ * @type {Array<MediaModel>}
13682
+ * @memberof UpdateSpecialtyTypeCommand
13683
+ */
13684
+ 'medias'?: Array<MediaModel> | null;
13649
13685
  /**
13650
13686
  *
13651
13687
  * @type {string}