ch-api-client-typescript2 2.8.8 → 2.8.11
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 +58 -57
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +28 -117
- package/package.json +1 -1
- package/src/api.ts +72 -112
package/lib/api.d.ts
CHANGED
|
@@ -5546,6 +5546,12 @@ export interface HospitalItemModel {
|
|
|
5546
5546
|
* @memberof HospitalItemModel
|
|
5547
5547
|
*/
|
|
5548
5548
|
'timeZone'?: string | null;
|
|
5549
|
+
/**
|
|
5550
|
+
*
|
|
5551
|
+
* @type {string}
|
|
5552
|
+
* @memberof HospitalItemModel
|
|
5553
|
+
*/
|
|
5554
|
+
'websiteUrl'?: string | null;
|
|
5549
5555
|
/**
|
|
5550
5556
|
*
|
|
5551
5557
|
* @type {number}
|
|
@@ -5763,6 +5769,12 @@ export interface HospitalModel {
|
|
|
5763
5769
|
* @memberof HospitalModel
|
|
5764
5770
|
*/
|
|
5765
5771
|
'timeZone'?: string | null;
|
|
5772
|
+
/**
|
|
5773
|
+
*
|
|
5774
|
+
* @type {string}
|
|
5775
|
+
* @memberof HospitalModel
|
|
5776
|
+
*/
|
|
5777
|
+
'websiteUrl'?: string | null;
|
|
5766
5778
|
/**
|
|
5767
5779
|
*
|
|
5768
5780
|
* @type {number}
|
|
@@ -6022,6 +6034,12 @@ export interface HospitalServiceItemModel {
|
|
|
6022
6034
|
* @memberof HospitalServiceItemModel
|
|
6023
6035
|
*/
|
|
6024
6036
|
'photoThumbnail'?: string | null;
|
|
6037
|
+
/**
|
|
6038
|
+
*
|
|
6039
|
+
* @type {Array<MediaModel>}
|
|
6040
|
+
* @memberof HospitalServiceItemModel
|
|
6041
|
+
*/
|
|
6042
|
+
'medias'?: Array<MediaModel> | null;
|
|
6025
6043
|
/**
|
|
6026
6044
|
*
|
|
6027
6045
|
* @type {AuditableEntity}
|
|
@@ -6173,6 +6191,12 @@ export interface HospitalServiceModel {
|
|
|
6173
6191
|
* @memberof HospitalServiceModel
|
|
6174
6192
|
*/
|
|
6175
6193
|
'photoThumbnail'?: string | null;
|
|
6194
|
+
/**
|
|
6195
|
+
*
|
|
6196
|
+
* @type {Array<MediaModel>}
|
|
6197
|
+
* @memberof HospitalServiceModel
|
|
6198
|
+
*/
|
|
6199
|
+
'medias'?: Array<MediaModel> | null;
|
|
6176
6200
|
/**
|
|
6177
6201
|
*
|
|
6178
6202
|
* @type {AuditableEntity}
|
|
@@ -6576,6 +6600,12 @@ export interface HospitalSpecialtySimpleItemModel {
|
|
|
6576
6600
|
* @memberof HospitalSpecialtySimpleItemModel
|
|
6577
6601
|
*/
|
|
6578
6602
|
'id'?: string;
|
|
6603
|
+
/**
|
|
6604
|
+
*
|
|
6605
|
+
* @type {string}
|
|
6606
|
+
* @memberof HospitalSpecialtySimpleItemModel
|
|
6607
|
+
*/
|
|
6608
|
+
'title'?: string | null;
|
|
6579
6609
|
/**
|
|
6580
6610
|
*
|
|
6581
6611
|
* @type {string}
|
|
@@ -8236,6 +8266,12 @@ export interface SpecialtyItemModel {
|
|
|
8236
8266
|
* @memberof SpecialtyItemModel
|
|
8237
8267
|
*/
|
|
8238
8268
|
'returnDefaultValue'?: boolean | null;
|
|
8269
|
+
/**
|
|
8270
|
+
*
|
|
8271
|
+
* @type {Array<MediaModel>}
|
|
8272
|
+
* @memberof SpecialtyItemModel
|
|
8273
|
+
*/
|
|
8274
|
+
'medias'?: Array<MediaModel> | null;
|
|
8239
8275
|
}
|
|
8240
8276
|
/**
|
|
8241
8277
|
*
|
|
@@ -8315,6 +8351,12 @@ export interface SpecialtyModel {
|
|
|
8315
8351
|
* @memberof SpecialtyModel
|
|
8316
8352
|
*/
|
|
8317
8353
|
'returnDefaultValue'?: boolean | null;
|
|
8354
|
+
/**
|
|
8355
|
+
*
|
|
8356
|
+
* @type {Array<MediaModel>}
|
|
8357
|
+
* @memberof SpecialtyModel
|
|
8358
|
+
*/
|
|
8359
|
+
'medias'?: Array<MediaModel> | null;
|
|
8318
8360
|
/**
|
|
8319
8361
|
*
|
|
8320
8362
|
* @type {string}
|
|
@@ -13548,6 +13590,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
13548
13590
|
* @param {string} [specialtyId]
|
|
13549
13591
|
* @param {string} [specialtyName]
|
|
13550
13592
|
* @param {string} [specialtyTypeId]
|
|
13593
|
+
* @param {string} [hospitalSpecialtySlug]
|
|
13551
13594
|
* @param {string} [title]
|
|
13552
13595
|
* @param {MarketingType} [marketingType]
|
|
13553
13596
|
* @param {string} [languageCode]
|
|
@@ -13560,7 +13603,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
13560
13603
|
* @param {*} [options] Override http request option.
|
|
13561
13604
|
* @throws {RequiredError}
|
|
13562
13605
|
*/
|
|
13563
|
-
apiV2HospitalsHospitalIdSpecialtiesGet: (hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, title?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
13606
|
+
apiV2HospitalsHospitalIdSpecialtiesGet: (hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, hospitalSpecialtySlug?: string | undefined, title?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
13564
13607
|
/**
|
|
13565
13608
|
*
|
|
13566
13609
|
* @summary Get all HospitalSpecialties.
|
|
@@ -13570,6 +13613,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
13570
13613
|
* @param {string} [specialtyId]
|
|
13571
13614
|
* @param {string} [specialtyName]
|
|
13572
13615
|
* @param {string} [specialtyTypeId]
|
|
13616
|
+
* @param {string} [hospitalSpecialtySlug]
|
|
13573
13617
|
* @param {string} [title]
|
|
13574
13618
|
* @param {MarketingType} [marketingType]
|
|
13575
13619
|
* @param {string} [languageCode]
|
|
@@ -13582,7 +13626,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
13582
13626
|
* @param {*} [options] Override http request option.
|
|
13583
13627
|
* @throws {RequiredError}
|
|
13584
13628
|
*/
|
|
13585
|
-
apiV2HospitalsHospitalIdSpecialtiesSimpleGet: (hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, title?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
13629
|
+
apiV2HospitalsHospitalIdSpecialtiesSimpleGet: (hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, hospitalSpecialtySlug?: string | undefined, title?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
13586
13630
|
/**
|
|
13587
13631
|
*
|
|
13588
13632
|
* @summary Get HospitalSpecialty.
|
|
@@ -13659,18 +13703,6 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
13659
13703
|
* @throws {RequiredError}
|
|
13660
13704
|
*/
|
|
13661
13705
|
apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet: (hospitalId: string, specialtyId: string, serviceId: string, mediaId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
13662
|
-
/**
|
|
13663
|
-
*
|
|
13664
|
-
* @summary Get HospitalSpecialty by Specialty slug
|
|
13665
|
-
* @param {string} hospitalId
|
|
13666
|
-
* @param {string} specialtySlug
|
|
13667
|
-
* @param {string} [languageCode]
|
|
13668
|
-
* @param {boolean} [returnDefaultValue]
|
|
13669
|
-
* @param {boolean} [includeServices]
|
|
13670
|
-
* @param {*} [options] Override http request option.
|
|
13671
|
-
* @throws {RequiredError}
|
|
13672
|
-
*/
|
|
13673
|
-
apiV2HospitalsHospitalIdSpecialtiesSpecialtySlugGet: (hospitalId: string, specialtySlug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
13674
13706
|
/**
|
|
13675
13707
|
*
|
|
13676
13708
|
* @summary Get all Hospitals.
|
|
@@ -13868,6 +13900,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
|
|
|
13868
13900
|
* @param {string} [specialtyId]
|
|
13869
13901
|
* @param {string} [specialtyName]
|
|
13870
13902
|
* @param {string} [specialtyTypeId]
|
|
13903
|
+
* @param {string} [hospitalSpecialtySlug]
|
|
13871
13904
|
* @param {string} [title]
|
|
13872
13905
|
* @param {MarketingType} [marketingType]
|
|
13873
13906
|
* @param {string} [languageCode]
|
|
@@ -13880,7 +13913,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
|
|
|
13880
13913
|
* @param {*} [options] Override http request option.
|
|
13881
13914
|
* @throws {RequiredError}
|
|
13882
13915
|
*/
|
|
13883
|
-
apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, title?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtiesModel>>;
|
|
13916
|
+
apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, hospitalSpecialtySlug?: string | undefined, title?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtiesModel>>;
|
|
13884
13917
|
/**
|
|
13885
13918
|
*
|
|
13886
13919
|
* @summary Get all HospitalSpecialties.
|
|
@@ -13890,6 +13923,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
|
|
|
13890
13923
|
* @param {string} [specialtyId]
|
|
13891
13924
|
* @param {string} [specialtyName]
|
|
13892
13925
|
* @param {string} [specialtyTypeId]
|
|
13926
|
+
* @param {string} [hospitalSpecialtySlug]
|
|
13893
13927
|
* @param {string} [title]
|
|
13894
13928
|
* @param {MarketingType} [marketingType]
|
|
13895
13929
|
* @param {string} [languageCode]
|
|
@@ -13902,7 +13936,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
|
|
|
13902
13936
|
* @param {*} [options] Override http request option.
|
|
13903
13937
|
* @throws {RequiredError}
|
|
13904
13938
|
*/
|
|
13905
|
-
apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, title?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtiesSimpleModel>>;
|
|
13939
|
+
apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, hospitalSpecialtySlug?: string | undefined, title?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtiesSimpleModel>>;
|
|
13906
13940
|
/**
|
|
13907
13941
|
*
|
|
13908
13942
|
* @summary Get HospitalSpecialty.
|
|
@@ -13979,18 +14013,6 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
|
|
|
13979
14013
|
* @throws {RequiredError}
|
|
13980
14014
|
*/
|
|
13981
14015
|
apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet(hospitalId: string, specialtyId: string, serviceId: string, mediaId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediaModel>>;
|
|
13982
|
-
/**
|
|
13983
|
-
*
|
|
13984
|
-
* @summary Get HospitalSpecialty by Specialty slug
|
|
13985
|
-
* @param {string} hospitalId
|
|
13986
|
-
* @param {string} specialtySlug
|
|
13987
|
-
* @param {string} [languageCode]
|
|
13988
|
-
* @param {boolean} [returnDefaultValue]
|
|
13989
|
-
* @param {boolean} [includeServices]
|
|
13990
|
-
* @param {*} [options] Override http request option.
|
|
13991
|
-
* @throws {RequiredError}
|
|
13992
|
-
*/
|
|
13993
|
-
apiV2HospitalsHospitalIdSpecialtiesSpecialtySlugGet(hospitalId: string, specialtySlug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtyModel>>;
|
|
13994
14016
|
/**
|
|
13995
14017
|
*
|
|
13996
14018
|
* @summary Get all Hospitals.
|
|
@@ -14188,6 +14210,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
|
|
|
14188
14210
|
* @param {string} [specialtyId]
|
|
14189
14211
|
* @param {string} [specialtyName]
|
|
14190
14212
|
* @param {string} [specialtyTypeId]
|
|
14213
|
+
* @param {string} [hospitalSpecialtySlug]
|
|
14191
14214
|
* @param {string} [title]
|
|
14192
14215
|
* @param {MarketingType} [marketingType]
|
|
14193
14216
|
* @param {string} [languageCode]
|
|
@@ -14200,7 +14223,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
|
|
|
14200
14223
|
* @param {*} [options] Override http request option.
|
|
14201
14224
|
* @throws {RequiredError}
|
|
14202
14225
|
*/
|
|
14203
|
-
apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, title?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalSpecialtiesModel>;
|
|
14226
|
+
apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, hospitalSpecialtySlug?: string | undefined, title?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalSpecialtiesModel>;
|
|
14204
14227
|
/**
|
|
14205
14228
|
*
|
|
14206
14229
|
* @summary Get all HospitalSpecialties.
|
|
@@ -14210,6 +14233,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
|
|
|
14210
14233
|
* @param {string} [specialtyId]
|
|
14211
14234
|
* @param {string} [specialtyName]
|
|
14212
14235
|
* @param {string} [specialtyTypeId]
|
|
14236
|
+
* @param {string} [hospitalSpecialtySlug]
|
|
14213
14237
|
* @param {string} [title]
|
|
14214
14238
|
* @param {MarketingType} [marketingType]
|
|
14215
14239
|
* @param {string} [languageCode]
|
|
@@ -14222,7 +14246,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
|
|
|
14222
14246
|
* @param {*} [options] Override http request option.
|
|
14223
14247
|
* @throws {RequiredError}
|
|
14224
14248
|
*/
|
|
14225
|
-
apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, title?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalSpecialtiesSimpleModel>;
|
|
14249
|
+
apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, hospitalSpecialtySlug?: string | undefined, title?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalSpecialtiesSimpleModel>;
|
|
14226
14250
|
/**
|
|
14227
14251
|
*
|
|
14228
14252
|
* @summary Get HospitalSpecialty.
|
|
@@ -14299,18 +14323,6 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
|
|
|
14299
14323
|
* @throws {RequiredError}
|
|
14300
14324
|
*/
|
|
14301
14325
|
apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet(hospitalId: string, specialtyId: string, serviceId: string, mediaId: string, options?: any): AxiosPromise<MediaModel>;
|
|
14302
|
-
/**
|
|
14303
|
-
*
|
|
14304
|
-
* @summary Get HospitalSpecialty by Specialty slug
|
|
14305
|
-
* @param {string} hospitalId
|
|
14306
|
-
* @param {string} specialtySlug
|
|
14307
|
-
* @param {string} [languageCode]
|
|
14308
|
-
* @param {boolean} [returnDefaultValue]
|
|
14309
|
-
* @param {boolean} [includeServices]
|
|
14310
|
-
* @param {*} [options] Override http request option.
|
|
14311
|
-
* @throws {RequiredError}
|
|
14312
|
-
*/
|
|
14313
|
-
apiV2HospitalsHospitalIdSpecialtiesSpecialtySlugGet(hospitalId: string, specialtySlug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, options?: any): AxiosPromise<HospitalSpecialtyModel>;
|
|
14314
14326
|
/**
|
|
14315
14327
|
*
|
|
14316
14328
|
* @summary Get all Hospitals.
|
|
@@ -14522,6 +14534,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
14522
14534
|
* @param {string} [specialtyId]
|
|
14523
14535
|
* @param {string} [specialtyName]
|
|
14524
14536
|
* @param {string} [specialtyTypeId]
|
|
14537
|
+
* @param {string} [hospitalSpecialtySlug]
|
|
14525
14538
|
* @param {string} [title]
|
|
14526
14539
|
* @param {MarketingType} [marketingType]
|
|
14527
14540
|
* @param {string} [languageCode]
|
|
@@ -14535,7 +14548,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
14535
14548
|
* @throws {RequiredError}
|
|
14536
14549
|
* @memberof HospitalsApi
|
|
14537
14550
|
*/
|
|
14538
|
-
apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, hospitalName?: string, hospitalSlug?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, title?: string, marketingType?: MarketingType, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, includeServices?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtiesModel, any>>;
|
|
14551
|
+
apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, hospitalName?: string, hospitalSlug?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, hospitalSpecialtySlug?: string, title?: string, marketingType?: MarketingType, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, includeServices?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtiesModel, any>>;
|
|
14539
14552
|
/**
|
|
14540
14553
|
*
|
|
14541
14554
|
* @summary Get all HospitalSpecialties.
|
|
@@ -14545,6 +14558,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
14545
14558
|
* @param {string} [specialtyId]
|
|
14546
14559
|
* @param {string} [specialtyName]
|
|
14547
14560
|
* @param {string} [specialtyTypeId]
|
|
14561
|
+
* @param {string} [hospitalSpecialtySlug]
|
|
14548
14562
|
* @param {string} [title]
|
|
14549
14563
|
* @param {MarketingType} [marketingType]
|
|
14550
14564
|
* @param {string} [languageCode]
|
|
@@ -14558,7 +14572,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
14558
14572
|
* @throws {RequiredError}
|
|
14559
14573
|
* @memberof HospitalsApi
|
|
14560
14574
|
*/
|
|
14561
|
-
apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, hospitalName?: string, hospitalSlug?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, title?: string, marketingType?: MarketingType, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, includeServices?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtiesSimpleModel, any>>;
|
|
14575
|
+
apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, hospitalName?: string, hospitalSlug?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, hospitalSpecialtySlug?: string, title?: string, marketingType?: MarketingType, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, includeServices?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtiesSimpleModel, any>>;
|
|
14562
14576
|
/**
|
|
14563
14577
|
*
|
|
14564
14578
|
* @summary Get HospitalSpecialty.
|
|
@@ -14640,19 +14654,6 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
14640
14654
|
* @memberof HospitalsApi
|
|
14641
14655
|
*/
|
|
14642
14656
|
apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet(hospitalId: string, specialtyId: string, serviceId: string, mediaId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
|
|
14643
|
-
/**
|
|
14644
|
-
*
|
|
14645
|
-
* @summary Get HospitalSpecialty by Specialty slug
|
|
14646
|
-
* @param {string} hospitalId
|
|
14647
|
-
* @param {string} specialtySlug
|
|
14648
|
-
* @param {string} [languageCode]
|
|
14649
|
-
* @param {boolean} [returnDefaultValue]
|
|
14650
|
-
* @param {boolean} [includeServices]
|
|
14651
|
-
* @param {*} [options] Override http request option.
|
|
14652
|
-
* @throws {RequiredError}
|
|
14653
|
-
* @memberof HospitalsApi
|
|
14654
|
-
*/
|
|
14655
|
-
apiV2HospitalsHospitalIdSpecialtiesSpecialtySlugGet(hospitalId: string, specialtySlug: string, languageCode?: string, returnDefaultValue?: boolean, includeServices?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtyModel, any>>;
|
|
14656
14657
|
/**
|
|
14657
14658
|
*
|
|
14658
14659
|
* @summary Get all Hospitals.
|