ch-api-client-typescript2 4.1.0 → 4.1.1

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
@@ -775,16 +775,6 @@ export interface ArticleSourcesModel {
775
775
  */
776
776
  'metaData'?: PagedListMetaData;
777
777
  }
778
- /**
779
- *
780
- * @export
781
- * @enum {string}
782
- */
783
- export declare enum ArticleStatus {
784
- Draft = "Draft",
785
- Active = "Active",
786
- Archived = "Archived"
787
- }
788
778
  /**
789
779
  *
790
780
  * @export
@@ -5889,6 +5879,36 @@ export interface HospitalServiceItemModel {
5889
5879
  * @memberof HospitalServiceItemModel
5890
5880
  */
5891
5881
  'hospitalSpecialtySlug'?: string | null;
5882
+ /**
5883
+ *
5884
+ * @type {string}
5885
+ * @memberof HospitalServiceItemModel
5886
+ */
5887
+ 'hospitalSpecialtyId'?: string;
5888
+ /**
5889
+ *
5890
+ * @type {Procedure}
5891
+ * @memberof HospitalServiceItemModel
5892
+ */
5893
+ 'procedure'?: Procedure;
5894
+ /**
5895
+ *
5896
+ * @type {number}
5897
+ * @memberof HospitalServiceItemModel
5898
+ */
5899
+ 'minPrice'?: number | null;
5900
+ /**
5901
+ *
5902
+ * @type {number}
5903
+ * @memberof HospitalServiceItemModel
5904
+ */
5905
+ 'maxPrice'?: number | null;
5906
+ /**
5907
+ *
5908
+ * @type {boolean}
5909
+ * @memberof HospitalServiceItemModel
5910
+ */
5911
+ 'priceReuqest'?: boolean;
5892
5912
  /**
5893
5913
  *
5894
5914
  * @type {number}
@@ -5962,6 +5982,36 @@ export interface HospitalServiceModel {
5962
5982
  * @memberof HospitalServiceModel
5963
5983
  */
5964
5984
  'hospitalSpecialtySlug'?: string | null;
5985
+ /**
5986
+ *
5987
+ * @type {string}
5988
+ * @memberof HospitalServiceModel
5989
+ */
5990
+ 'hospitalSpecialtyId'?: string;
5991
+ /**
5992
+ *
5993
+ * @type {Procedure}
5994
+ * @memberof HospitalServiceModel
5995
+ */
5996
+ 'procedure'?: Procedure;
5997
+ /**
5998
+ *
5999
+ * @type {number}
6000
+ * @memberof HospitalServiceModel
6001
+ */
6002
+ 'minPrice'?: number | null;
6003
+ /**
6004
+ *
6005
+ * @type {number}
6006
+ * @memberof HospitalServiceModel
6007
+ */
6008
+ 'maxPrice'?: number | null;
6009
+ /**
6010
+ *
6011
+ * @type {boolean}
6012
+ * @memberof HospitalServiceModel
6013
+ */
6014
+ 'priceReuqest'?: boolean;
5965
6015
  /**
5966
6016
  *
5967
6017
  * @type {number}
@@ -6040,30 +6090,6 @@ export interface HospitalServiceModel {
6040
6090
  * @memberof HospitalServiceModel
6041
6091
  */
6042
6092
  'serviceCategoryName'?: string | null;
6043
- /**
6044
- *
6045
- * @type {Procedure}
6046
- * @memberof HospitalServiceModel
6047
- */
6048
- 'procedure'?: Procedure;
6049
- /**
6050
- *
6051
- * @type {number}
6052
- * @memberof HospitalServiceModel
6053
- */
6054
- 'minPrice'?: number | null;
6055
- /**
6056
- *
6057
- * @type {number}
6058
- * @memberof HospitalServiceModel
6059
- */
6060
- 'maxPrice'?: number | null;
6061
- /**
6062
- *
6063
- * @type {boolean}
6064
- * @memberof HospitalServiceModel
6065
- */
6066
- 'priceReuqest'?: boolean;
6067
6093
  /**
6068
6094
  *
6069
6095
  * @type {string}
@@ -6274,6 +6300,30 @@ export interface HospitalSpecialtyItemModel {
6274
6300
  * @memberof HospitalSpecialtyItemModel
6275
6301
  */
6276
6302
  'specialtyId'?: string;
6303
+ /**
6304
+ *
6305
+ * @type {string}
6306
+ * @memberof HospitalSpecialtyItemModel
6307
+ */
6308
+ 'specialtyName'?: string | null;
6309
+ /**
6310
+ *
6311
+ * @type {string}
6312
+ * @memberof HospitalSpecialtyItemModel
6313
+ */
6314
+ 'specialtyTypeId'?: string;
6315
+ /**
6316
+ *
6317
+ * @type {string}
6318
+ * @memberof HospitalSpecialtyItemModel
6319
+ */
6320
+ 'specialtyTypeName'?: string | null;
6321
+ /**
6322
+ *
6323
+ * @type {MarketingType}
6324
+ * @memberof HospitalSpecialtyItemModel
6325
+ */
6326
+ 'marketingType'?: MarketingType;
6277
6327
  /**
6278
6328
  *
6279
6329
  * @type {AuditableEntity}
@@ -6361,58 +6411,70 @@ export interface HospitalSpecialtyModel {
6361
6411
  'specialtyId'?: string;
6362
6412
  /**
6363
6413
  *
6364
- * @type {AuditableEntity}
6414
+ * @type {string}
6365
6415
  * @memberof HospitalSpecialtyModel
6366
6416
  */
6367
- 'auditableEntity'?: AuditableEntity;
6417
+ 'specialtyName'?: string | null;
6368
6418
  /**
6369
6419
  *
6370
6420
  * @type {string}
6371
6421
  * @memberof HospitalSpecialtyModel
6372
6422
  */
6373
- 'description'?: string | null;
6423
+ 'specialtyTypeId'?: string;
6374
6424
  /**
6375
6425
  *
6376
6426
  * @type {string}
6377
6427
  * @memberof HospitalSpecialtyModel
6378
6428
  */
6379
- 'overview'?: string | null;
6429
+ 'specialtyTypeName'?: string | null;
6430
+ /**
6431
+ *
6432
+ * @type {MarketingType}
6433
+ * @memberof HospitalSpecialtyModel
6434
+ */
6435
+ 'marketingType'?: MarketingType;
6436
+ /**
6437
+ *
6438
+ * @type {AuditableEntity}
6439
+ * @memberof HospitalSpecialtyModel
6440
+ */
6441
+ 'auditableEntity'?: AuditableEntity;
6380
6442
  /**
6381
6443
  *
6382
6444
  * @type {string}
6383
6445
  * @memberof HospitalSpecialtyModel
6384
6446
  */
6385
- 'content'?: string | null;
6447
+ 'description'?: string | null;
6386
6448
  /**
6387
6449
  *
6388
6450
  * @type {string}
6389
6451
  * @memberof HospitalSpecialtyModel
6390
6452
  */
6391
- 'hospitalId'?: string;
6453
+ 'overview'?: string | null;
6392
6454
  /**
6393
6455
  *
6394
6456
  * @type {string}
6395
6457
  * @memberof HospitalSpecialtyModel
6396
6458
  */
6397
- 'hospitalName'?: string | null;
6459
+ 'content'?: string | null;
6398
6460
  /**
6399
6461
  *
6400
6462
  * @type {string}
6401
6463
  * @memberof HospitalSpecialtyModel
6402
6464
  */
6403
- 'hospitalSlug'?: string | null;
6465
+ 'hospitalId'?: string;
6404
6466
  /**
6405
6467
  *
6406
6468
  * @type {string}
6407
6469
  * @memberof HospitalSpecialtyModel
6408
6470
  */
6409
- 'specialtyName'?: string | null;
6471
+ 'hospitalName'?: string | null;
6410
6472
  /**
6411
6473
  *
6412
6474
  * @type {string}
6413
6475
  * @memberof HospitalSpecialtyModel
6414
6476
  */
6415
- 'specialtyTypeId'?: string;
6477
+ 'hospitalSlug'?: string | null;
6416
6478
  /**
6417
6479
  *
6418
6480
  * @type {string}
@@ -10029,7 +10091,6 @@ export declare const ArticlesApiAxiosParamCreator: (configuration?: Configuratio
10029
10091
  * @param {string} [id]
10030
10092
  * @param {string} [name]
10031
10093
  * @param {string} [description]
10032
- * @param {ArticleStatus} [status]
10033
10094
  * @param {MarketingType} [marketingType]
10034
10095
  * @param {string} [userId]
10035
10096
  * @param {string} [userName]
@@ -10049,7 +10110,7 @@ export declare const ArticlesApiAxiosParamCreator: (configuration?: Configuratio
10049
10110
  * @param {*} [options] Override http request option.
10050
10111
  * @throws {RequiredError}
10051
10112
  */
10052
- apiV2ArticlesGet: (id?: string | undefined, name?: string | undefined, description?: string | undefined, status?: ArticleStatus | undefined, marketingType?: MarketingType | undefined, userId?: string | undefined, userName?: string | undefined, hospitalId?: string | undefined, hospitalName?: string | undefined, countryId?: string | undefined, tag?: string | undefined, exceptArticleId?: string | undefined, exceptHospitalId?: string | undefined, contributorId?: string | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10113
+ apiV2ArticlesGet: (id?: string | undefined, name?: string | undefined, description?: string | undefined, marketingType?: MarketingType | undefined, userId?: string | undefined, userName?: string | undefined, hospitalId?: string | undefined, hospitalName?: string | undefined, countryId?: string | undefined, tag?: string | undefined, exceptArticleId?: string | undefined, exceptHospitalId?: string | undefined, contributorId?: string | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10053
10114
  /**
10054
10115
  *
10055
10116
  * @param {string} slug
@@ -10171,7 +10232,6 @@ export declare const ArticlesApiFp: (configuration?: Configuration | undefined)
10171
10232
  * @param {string} [id]
10172
10233
  * @param {string} [name]
10173
10234
  * @param {string} [description]
10174
- * @param {ArticleStatus} [status]
10175
10235
  * @param {MarketingType} [marketingType]
10176
10236
  * @param {string} [userId]
10177
10237
  * @param {string} [userName]
@@ -10191,7 +10251,7 @@ export declare const ArticlesApiFp: (configuration?: Configuration | undefined)
10191
10251
  * @param {*} [options] Override http request option.
10192
10252
  * @throws {RequiredError}
10193
10253
  */
10194
- apiV2ArticlesGet(id?: string | undefined, name?: string | undefined, description?: string | undefined, status?: ArticleStatus | undefined, marketingType?: MarketingType | undefined, userId?: string | undefined, userName?: string | undefined, hospitalId?: string | undefined, hospitalName?: string | undefined, countryId?: string | undefined, tag?: string | undefined, exceptArticleId?: string | undefined, exceptHospitalId?: string | undefined, contributorId?: string | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ArticlesModel>>;
10254
+ apiV2ArticlesGet(id?: string | undefined, name?: string | undefined, description?: string | undefined, marketingType?: MarketingType | undefined, userId?: string | undefined, userName?: string | undefined, hospitalId?: string | undefined, hospitalName?: string | undefined, countryId?: string | undefined, tag?: string | undefined, exceptArticleId?: string | undefined, exceptHospitalId?: string | undefined, contributorId?: string | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ArticlesModel>>;
10195
10255
  /**
10196
10256
  *
10197
10257
  * @param {string} slug
@@ -10313,7 +10373,6 @@ export declare const ArticlesApiFactory: (configuration?: Configuration | undefi
10313
10373
  * @param {string} [id]
10314
10374
  * @param {string} [name]
10315
10375
  * @param {string} [description]
10316
- * @param {ArticleStatus} [status]
10317
10376
  * @param {MarketingType} [marketingType]
10318
10377
  * @param {string} [userId]
10319
10378
  * @param {string} [userName]
@@ -10333,7 +10392,7 @@ export declare const ArticlesApiFactory: (configuration?: Configuration | undefi
10333
10392
  * @param {*} [options] Override http request option.
10334
10393
  * @throws {RequiredError}
10335
10394
  */
10336
- apiV2ArticlesGet(id?: string | undefined, name?: string | undefined, description?: string | undefined, status?: ArticleStatus | undefined, marketingType?: MarketingType | undefined, userId?: string | undefined, userName?: string | undefined, hospitalId?: string | undefined, hospitalName?: string | undefined, countryId?: string | undefined, tag?: string | undefined, exceptArticleId?: string | undefined, exceptHospitalId?: string | undefined, contributorId?: string | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<ArticlesModel>;
10395
+ apiV2ArticlesGet(id?: string | undefined, name?: string | undefined, description?: string | undefined, marketingType?: MarketingType | undefined, userId?: string | undefined, userName?: string | undefined, hospitalId?: string | undefined, hospitalName?: string | undefined, countryId?: string | undefined, tag?: string | undefined, exceptArticleId?: string | undefined, exceptHospitalId?: string | undefined, contributorId?: string | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<ArticlesModel>;
10337
10396
  /**
10338
10397
  *
10339
10398
  * @param {string} slug
@@ -10466,7 +10525,6 @@ export declare class ArticlesApi extends BaseAPI {
10466
10525
  * @param {string} [id]
10467
10526
  * @param {string} [name]
10468
10527
  * @param {string} [description]
10469
- * @param {ArticleStatus} [status]
10470
10528
  * @param {MarketingType} [marketingType]
10471
10529
  * @param {string} [userId]
10472
10530
  * @param {string} [userName]
@@ -10487,7 +10545,7 @@ export declare class ArticlesApi extends BaseAPI {
10487
10545
  * @throws {RequiredError}
10488
10546
  * @memberof ArticlesApi
10489
10547
  */
10490
- apiV2ArticlesGet(id?: string, name?: string, description?: string, status?: ArticleStatus, marketingType?: MarketingType, userId?: string, userName?: string, hospitalId?: string, hospitalName?: string, countryId?: string, tag?: string, exceptArticleId?: string, exceptHospitalId?: string, contributorId?: string, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ArticlesModel, any>>;
10548
+ apiV2ArticlesGet(id?: string, name?: string, description?: string, marketingType?: MarketingType, userId?: string, userName?: string, hospitalId?: string, hospitalName?: string, countryId?: string, tag?: string, exceptArticleId?: string, exceptHospitalId?: string, contributorId?: string, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ArticlesModel, any>>;
10491
10549
  /**
10492
10550
  *
10493
10551
  * @param {string} slug
@@ -14401,13 +14459,14 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
14401
14459
  * @param {string} [slug]
14402
14460
  * @param {MarketingType} [marketingType]
14403
14461
  * @param {string} [languageCode]
14462
+ * @param {boolean} [showHidden]
14404
14463
  * @param {number} [page]
14405
14464
  * @param {number} [limit]
14406
14465
  * @param {Date} [lastRetrieved]
14407
14466
  * @param {*} [options] Override http request option.
14408
14467
  * @throws {RequiredError}
14409
14468
  */
14410
- apiV2HospitalsHospitalIdSpecialtiesGet: (hospitalId: string, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, specialtyTypeName?: string | undefined, hospitalSpecialtyId?: string | undefined, name?: string | undefined, slug?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
14469
+ apiV2HospitalsHospitalIdSpecialtiesGet: (hospitalId: string, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, specialtyTypeName?: string | undefined, hospitalSpecialtyId?: string | undefined, name?: string | undefined, slug?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
14411
14470
  /**
14412
14471
  *
14413
14472
  * @summary Get all HospitalServiceMedias.
@@ -14445,13 +14504,14 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
14445
14504
  * @param {string} [slug]
14446
14505
  * @param {MarketingType} [marketingType]
14447
14506
  * @param {string} [languageCode]
14507
+ * @param {boolean} [showHidden]
14448
14508
  * @param {number} [page]
14449
14509
  * @param {number} [limit]
14450
14510
  * @param {Date} [lastRetrieved]
14451
14511
  * @param {*} [options] Override http request option.
14452
14512
  * @throws {RequiredError}
14453
14513
  */
14454
- apiV2HospitalsHospitalIdSpecialtiesSimpleGet: (hospitalId: string, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, specialtyTypeName?: string | undefined, hospitalSpecialtyId?: string | undefined, name?: string | undefined, slug?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
14514
+ apiV2HospitalsHospitalIdSpecialtiesSimpleGet: (hospitalId: string, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, specialtyTypeName?: string | undefined, hospitalSpecialtyId?: string | undefined, name?: string | undefined, slug?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
14455
14515
  /**
14456
14516
  *
14457
14517
  * @summary Get HospitalSpecialty by slug.
@@ -14780,13 +14840,14 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
14780
14840
  * @param {string} [slug]
14781
14841
  * @param {MarketingType} [marketingType]
14782
14842
  * @param {string} [languageCode]
14843
+ * @param {boolean} [showHidden]
14783
14844
  * @param {number} [page]
14784
14845
  * @param {number} [limit]
14785
14846
  * @param {Date} [lastRetrieved]
14786
14847
  * @param {*} [options] Override http request option.
14787
14848
  * @throws {RequiredError}
14788
14849
  */
14789
- apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, specialtyTypeName?: string | undefined, hospitalSpecialtyId?: string | undefined, name?: string | undefined, slug?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtiesModel>>;
14850
+ apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, specialtyTypeName?: string | undefined, hospitalSpecialtyId?: string | undefined, name?: string | undefined, slug?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtiesModel>>;
14790
14851
  /**
14791
14852
  *
14792
14853
  * @summary Get all HospitalServiceMedias.
@@ -14824,13 +14885,14 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
14824
14885
  * @param {string} [slug]
14825
14886
  * @param {MarketingType} [marketingType]
14826
14887
  * @param {string} [languageCode]
14888
+ * @param {boolean} [showHidden]
14827
14889
  * @param {number} [page]
14828
14890
  * @param {number} [limit]
14829
14891
  * @param {Date} [lastRetrieved]
14830
14892
  * @param {*} [options] Override http request option.
14831
14893
  * @throws {RequiredError}
14832
14894
  */
14833
- apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, specialtyTypeName?: string | undefined, hospitalSpecialtyId?: string | undefined, name?: string | undefined, slug?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtiesSimpleModel>>;
14895
+ apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, specialtyTypeName?: string | undefined, hospitalSpecialtyId?: string | undefined, name?: string | undefined, slug?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtiesSimpleModel>>;
14834
14896
  /**
14835
14897
  *
14836
14898
  * @summary Get HospitalSpecialty by slug.
@@ -15159,13 +15221,14 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
15159
15221
  * @param {string} [slug]
15160
15222
  * @param {MarketingType} [marketingType]
15161
15223
  * @param {string} [languageCode]
15224
+ * @param {boolean} [showHidden]
15162
15225
  * @param {number} [page]
15163
15226
  * @param {number} [limit]
15164
15227
  * @param {Date} [lastRetrieved]
15165
15228
  * @param {*} [options] Override http request option.
15166
15229
  * @throws {RequiredError}
15167
15230
  */
15168
- apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, specialtyTypeName?: string | undefined, hospitalSpecialtyId?: string | undefined, name?: string | undefined, slug?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalSpecialtiesModel>;
15231
+ apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, specialtyTypeName?: string | undefined, hospitalSpecialtyId?: string | undefined, name?: string | undefined, slug?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalSpecialtiesModel>;
15169
15232
  /**
15170
15233
  *
15171
15234
  * @summary Get all HospitalServiceMedias.
@@ -15203,13 +15266,14 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
15203
15266
  * @param {string} [slug]
15204
15267
  * @param {MarketingType} [marketingType]
15205
15268
  * @param {string} [languageCode]
15269
+ * @param {boolean} [showHidden]
15206
15270
  * @param {number} [page]
15207
15271
  * @param {number} [limit]
15208
15272
  * @param {Date} [lastRetrieved]
15209
15273
  * @param {*} [options] Override http request option.
15210
15274
  * @throws {RequiredError}
15211
15275
  */
15212
- apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, specialtyTypeName?: string | undefined, hospitalSpecialtyId?: string | undefined, name?: string | undefined, slug?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalSpecialtiesSimpleModel>;
15276
+ apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, specialtyTypeName?: string | undefined, hospitalSpecialtyId?: string | undefined, name?: string | undefined, slug?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalSpecialtiesSimpleModel>;
15213
15277
  /**
15214
15278
  *
15215
15279
  * @summary Get HospitalSpecialty by slug.
@@ -15554,6 +15618,7 @@ export declare class HospitalsApi extends BaseAPI {
15554
15618
  * @param {string} [slug]
15555
15619
  * @param {MarketingType} [marketingType]
15556
15620
  * @param {string} [languageCode]
15621
+ * @param {boolean} [showHidden]
15557
15622
  * @param {number} [page]
15558
15623
  * @param {number} [limit]
15559
15624
  * @param {Date} [lastRetrieved]
@@ -15561,7 +15626,7 @@ export declare class HospitalsApi extends BaseAPI {
15561
15626
  * @throws {RequiredError}
15562
15627
  * @memberof HospitalsApi
15563
15628
  */
15564
- apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtiesModel, any>>;
15629
+ apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtiesModel, any>>;
15565
15630
  /**
15566
15631
  *
15567
15632
  * @summary Get all HospitalServiceMedias.
@@ -15601,6 +15666,7 @@ export declare class HospitalsApi extends BaseAPI {
15601
15666
  * @param {string} [slug]
15602
15667
  * @param {MarketingType} [marketingType]
15603
15668
  * @param {string} [languageCode]
15669
+ * @param {boolean} [showHidden]
15604
15670
  * @param {number} [page]
15605
15671
  * @param {number} [limit]
15606
15672
  * @param {Date} [lastRetrieved]
@@ -15608,7 +15674,7 @@ export declare class HospitalsApi extends BaseAPI {
15608
15674
  * @throws {RequiredError}
15609
15675
  * @memberof HospitalsApi
15610
15676
  */
15611
- apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtiesSimpleModel, any>>;
15677
+ apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtiesSimpleModel, any>>;
15612
15678
  /**
15613
15679
  *
15614
15680
  * @summary Get HospitalSpecialty by slug.