ch-api-client-typescript2 2.7.3 → 2.7.6
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 +105 -29
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +35 -49
- package/package.json +1 -1
- package/src/api.ts +121 -53
package/lib/api.d.ts
CHANGED
|
@@ -923,6 +923,12 @@ export interface BookingItemModel {
|
|
|
923
923
|
* @memberof BookingItemModel
|
|
924
924
|
*/
|
|
925
925
|
'hospitalSlug'?: string | null;
|
|
926
|
+
/**
|
|
927
|
+
*
|
|
928
|
+
* @type {string}
|
|
929
|
+
* @memberof BookingItemModel
|
|
930
|
+
*/
|
|
931
|
+
'hospitalTimeZone'?: string | null;
|
|
926
932
|
/**
|
|
927
933
|
*
|
|
928
934
|
* @type {string}
|
|
@@ -1122,6 +1128,12 @@ export interface BookingModel {
|
|
|
1122
1128
|
* @memberof BookingModel
|
|
1123
1129
|
*/
|
|
1124
1130
|
'hospitalSlug'?: string | null;
|
|
1131
|
+
/**
|
|
1132
|
+
*
|
|
1133
|
+
* @type {string}
|
|
1134
|
+
* @memberof BookingModel
|
|
1135
|
+
*/
|
|
1136
|
+
'hospitalTimeZone'?: string | null;
|
|
1125
1137
|
/**
|
|
1126
1138
|
*
|
|
1127
1139
|
* @type {string}
|
|
@@ -1559,6 +1571,12 @@ export interface ConsultationItemModel {
|
|
|
1559
1571
|
* @memberof ConsultationItemModel
|
|
1560
1572
|
*/
|
|
1561
1573
|
'hospitalSlug'?: string | null;
|
|
1574
|
+
/**
|
|
1575
|
+
*
|
|
1576
|
+
* @type {string}
|
|
1577
|
+
* @memberof ConsultationItemModel
|
|
1578
|
+
*/
|
|
1579
|
+
'hospitalTimeZone'?: string | null;
|
|
1562
1580
|
/**
|
|
1563
1581
|
*
|
|
1564
1582
|
* @type {string}
|
|
@@ -1818,6 +1836,12 @@ export interface ConsultationModel {
|
|
|
1818
1836
|
* @memberof ConsultationModel
|
|
1819
1837
|
*/
|
|
1820
1838
|
'hospitalSlug'?: string | null;
|
|
1839
|
+
/**
|
|
1840
|
+
*
|
|
1841
|
+
* @type {string}
|
|
1842
|
+
* @memberof ConsultationModel
|
|
1843
|
+
*/
|
|
1844
|
+
'hospitalTimeZone'?: string | null;
|
|
1821
1845
|
/**
|
|
1822
1846
|
*
|
|
1823
1847
|
* @type {string}
|
|
@@ -2867,7 +2891,7 @@ export interface CreateServiceReviewCommand {
|
|
|
2867
2891
|
* @type {string}
|
|
2868
2892
|
* @memberof CreateServiceReviewCommand
|
|
2869
2893
|
*/
|
|
2870
|
-
'patientId'?: string;
|
|
2894
|
+
'patientId'?: string | null;
|
|
2871
2895
|
/**
|
|
2872
2896
|
*
|
|
2873
2897
|
* @type {string}
|
|
@@ -5878,6 +5902,36 @@ export interface HospitalSpecialtyItemModel {
|
|
|
5878
5902
|
* @memberof HospitalSpecialtyItemModel
|
|
5879
5903
|
*/
|
|
5880
5904
|
'order'?: number;
|
|
5905
|
+
/**
|
|
5906
|
+
*
|
|
5907
|
+
* @type {string}
|
|
5908
|
+
* @memberof HospitalSpecialtyItemModel
|
|
5909
|
+
*/
|
|
5910
|
+
'title'?: string | null;
|
|
5911
|
+
/**
|
|
5912
|
+
*
|
|
5913
|
+
* @type {string}
|
|
5914
|
+
* @memberof HospitalSpecialtyItemModel
|
|
5915
|
+
*/
|
|
5916
|
+
'description'?: string | null;
|
|
5917
|
+
/**
|
|
5918
|
+
*
|
|
5919
|
+
* @type {string}
|
|
5920
|
+
* @memberof HospitalSpecialtyItemModel
|
|
5921
|
+
*/
|
|
5922
|
+
'body'?: string | null;
|
|
5923
|
+
/**
|
|
5924
|
+
*
|
|
5925
|
+
* @type {string}
|
|
5926
|
+
* @memberof HospitalSpecialtyItemModel
|
|
5927
|
+
*/
|
|
5928
|
+
'photo'?: string | null;
|
|
5929
|
+
/**
|
|
5930
|
+
*
|
|
5931
|
+
* @type {string}
|
|
5932
|
+
* @memberof HospitalSpecialtyItemModel
|
|
5933
|
+
*/
|
|
5934
|
+
'photoThumbnail'?: string | null;
|
|
5881
5935
|
}
|
|
5882
5936
|
/**
|
|
5883
5937
|
*
|
|
@@ -5939,6 +5993,36 @@ export interface HospitalSpecialtyModel {
|
|
|
5939
5993
|
* @memberof HospitalSpecialtyModel
|
|
5940
5994
|
*/
|
|
5941
5995
|
'order'?: number;
|
|
5996
|
+
/**
|
|
5997
|
+
*
|
|
5998
|
+
* @type {string}
|
|
5999
|
+
* @memberof HospitalSpecialtyModel
|
|
6000
|
+
*/
|
|
6001
|
+
'title'?: string | null;
|
|
6002
|
+
/**
|
|
6003
|
+
*
|
|
6004
|
+
* @type {string}
|
|
6005
|
+
* @memberof HospitalSpecialtyModel
|
|
6006
|
+
*/
|
|
6007
|
+
'description'?: string | null;
|
|
6008
|
+
/**
|
|
6009
|
+
*
|
|
6010
|
+
* @type {string}
|
|
6011
|
+
* @memberof HospitalSpecialtyModel
|
|
6012
|
+
*/
|
|
6013
|
+
'body'?: string | null;
|
|
6014
|
+
/**
|
|
6015
|
+
*
|
|
6016
|
+
* @type {string}
|
|
6017
|
+
* @memberof HospitalSpecialtyModel
|
|
6018
|
+
*/
|
|
6019
|
+
'photo'?: string | null;
|
|
6020
|
+
/**
|
|
6021
|
+
*
|
|
6022
|
+
* @type {string}
|
|
6023
|
+
* @memberof HospitalSpecialtyModel
|
|
6024
|
+
*/
|
|
6025
|
+
'photoThumbnail'?: string | null;
|
|
5942
6026
|
}
|
|
5943
6027
|
/**
|
|
5944
6028
|
*
|
|
@@ -12468,7 +12552,6 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
12468
12552
|
* @summary Get all Hospitals.
|
|
12469
12553
|
* @param {string} [hospitalId]
|
|
12470
12554
|
* @param {string} [name]
|
|
12471
|
-
* @param {string} [description]
|
|
12472
12555
|
* @param {string} [countryId]
|
|
12473
12556
|
* @param {Date} [created]
|
|
12474
12557
|
* @param {MarketingType} [marketingType]
|
|
@@ -12486,7 +12569,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
12486
12569
|
* @param {*} [options] Override http request option.
|
|
12487
12570
|
* @throws {RequiredError}
|
|
12488
12571
|
*/
|
|
12489
|
-
apiV2HospitalsGet: (hospitalId?: string | undefined, name?: string | undefined,
|
|
12572
|
+
apiV2HospitalsGet: (hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, serviceId?: string | undefined, exceptHospitalId?: string | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
12490
12573
|
/**
|
|
12491
12574
|
*
|
|
12492
12575
|
* @summary Get HospitalAccreditation.
|
|
@@ -12623,6 +12706,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
12623
12706
|
* @param {string} [specialtyId]
|
|
12624
12707
|
* @param {string} [specialtyName]
|
|
12625
12708
|
* @param {string} [specialtyTypeId]
|
|
12709
|
+
* @param {string} [title]
|
|
12626
12710
|
* @param {MarketingType} [marketingType]
|
|
12627
12711
|
* @param {Date} [created]
|
|
12628
12712
|
* @param {number} [page]
|
|
@@ -12631,7 +12715,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
12631
12715
|
* @param {*} [options] Override http request option.
|
|
12632
12716
|
* @throws {RequiredError}
|
|
12633
12717
|
*/
|
|
12634
|
-
apiV2HospitalsHospitalIdSpecialtiesGet: (hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, marketingType?: MarketingType | undefined, created?: Date | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
12718
|
+
apiV2HospitalsHospitalIdSpecialtiesGet: (hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, title?: string | undefined, marketingType?: MarketingType | undefined, created?: Date | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
12635
12719
|
/**
|
|
12636
12720
|
*
|
|
12637
12721
|
* @summary Get HospitalSpecialty.
|
|
@@ -12710,7 +12794,6 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
12710
12794
|
* @summary Get all Hospitals.
|
|
12711
12795
|
* @param {string} [hospitalId]
|
|
12712
12796
|
* @param {string} [name]
|
|
12713
|
-
* @param {string} [description]
|
|
12714
12797
|
* @param {string} [countryId]
|
|
12715
12798
|
* @param {Date} [created]
|
|
12716
12799
|
* @param {MarketingType} [marketingType]
|
|
@@ -12728,7 +12811,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
12728
12811
|
* @param {*} [options] Override http request option.
|
|
12729
12812
|
* @throws {RequiredError}
|
|
12730
12813
|
*/
|
|
12731
|
-
apiV2HospitalsSimpleGet: (hospitalId?: string | undefined, name?: string | undefined,
|
|
12814
|
+
apiV2HospitalsSimpleGet: (hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, serviceId?: string | undefined, exceptHospitalId?: string | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
12732
12815
|
/**
|
|
12733
12816
|
*
|
|
12734
12817
|
* @param {string} slug
|
|
@@ -12749,7 +12832,6 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
|
|
|
12749
12832
|
* @summary Get all Hospitals.
|
|
12750
12833
|
* @param {string} [hospitalId]
|
|
12751
12834
|
* @param {string} [name]
|
|
12752
|
-
* @param {string} [description]
|
|
12753
12835
|
* @param {string} [countryId]
|
|
12754
12836
|
* @param {Date} [created]
|
|
12755
12837
|
* @param {MarketingType} [marketingType]
|
|
@@ -12767,7 +12849,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
|
|
|
12767
12849
|
* @param {*} [options] Override http request option.
|
|
12768
12850
|
* @throws {RequiredError}
|
|
12769
12851
|
*/
|
|
12770
|
-
apiV2HospitalsGet(hospitalId?: string | undefined, name?: string | undefined,
|
|
12852
|
+
apiV2HospitalsGet(hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, serviceId?: string | undefined, exceptHospitalId?: string | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalsModel>>;
|
|
12771
12853
|
/**
|
|
12772
12854
|
*
|
|
12773
12855
|
* @summary Get HospitalAccreditation.
|
|
@@ -12904,6 +12986,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
|
|
|
12904
12986
|
* @param {string} [specialtyId]
|
|
12905
12987
|
* @param {string} [specialtyName]
|
|
12906
12988
|
* @param {string} [specialtyTypeId]
|
|
12989
|
+
* @param {string} [title]
|
|
12907
12990
|
* @param {MarketingType} [marketingType]
|
|
12908
12991
|
* @param {Date} [created]
|
|
12909
12992
|
* @param {number} [page]
|
|
@@ -12912,7 +12995,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
|
|
|
12912
12995
|
* @param {*} [options] Override http request option.
|
|
12913
12996
|
* @throws {RequiredError}
|
|
12914
12997
|
*/
|
|
12915
|
-
apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, marketingType?: MarketingType | undefined, created?: Date | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtiesModel>>;
|
|
12998
|
+
apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, title?: string | undefined, marketingType?: MarketingType | undefined, created?: Date | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtiesModel>>;
|
|
12916
12999
|
/**
|
|
12917
13000
|
*
|
|
12918
13001
|
* @summary Get HospitalSpecialty.
|
|
@@ -12991,7 +13074,6 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
|
|
|
12991
13074
|
* @summary Get all Hospitals.
|
|
12992
13075
|
* @param {string} [hospitalId]
|
|
12993
13076
|
* @param {string} [name]
|
|
12994
|
-
* @param {string} [description]
|
|
12995
13077
|
* @param {string} [countryId]
|
|
12996
13078
|
* @param {Date} [created]
|
|
12997
13079
|
* @param {MarketingType} [marketingType]
|
|
@@ -13009,7 +13091,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
|
|
|
13009
13091
|
* @param {*} [options] Override http request option.
|
|
13010
13092
|
* @throws {RequiredError}
|
|
13011
13093
|
*/
|
|
13012
|
-
apiV2HospitalsSimpleGet(hospitalId?: string | undefined, name?: string | undefined,
|
|
13094
|
+
apiV2HospitalsSimpleGet(hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, serviceId?: string | undefined, exceptHospitalId?: string | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalsSimpleModel>>;
|
|
13013
13095
|
/**
|
|
13014
13096
|
*
|
|
13015
13097
|
* @param {string} slug
|
|
@@ -13030,7 +13112,6 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
|
|
|
13030
13112
|
* @summary Get all Hospitals.
|
|
13031
13113
|
* @param {string} [hospitalId]
|
|
13032
13114
|
* @param {string} [name]
|
|
13033
|
-
* @param {string} [description]
|
|
13034
13115
|
* @param {string} [countryId]
|
|
13035
13116
|
* @param {Date} [created]
|
|
13036
13117
|
* @param {MarketingType} [marketingType]
|
|
@@ -13048,7 +13129,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
|
|
|
13048
13129
|
* @param {*} [options] Override http request option.
|
|
13049
13130
|
* @throws {RequiredError}
|
|
13050
13131
|
*/
|
|
13051
|
-
apiV2HospitalsGet(hospitalId?: string | undefined, name?: string | undefined,
|
|
13132
|
+
apiV2HospitalsGet(hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, serviceId?: string | undefined, exceptHospitalId?: string | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalsModel>;
|
|
13052
13133
|
/**
|
|
13053
13134
|
*
|
|
13054
13135
|
* @summary Get HospitalAccreditation.
|
|
@@ -13185,6 +13266,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
|
|
|
13185
13266
|
* @param {string} [specialtyId]
|
|
13186
13267
|
* @param {string} [specialtyName]
|
|
13187
13268
|
* @param {string} [specialtyTypeId]
|
|
13269
|
+
* @param {string} [title]
|
|
13188
13270
|
* @param {MarketingType} [marketingType]
|
|
13189
13271
|
* @param {Date} [created]
|
|
13190
13272
|
* @param {number} [page]
|
|
@@ -13193,7 +13275,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
|
|
|
13193
13275
|
* @param {*} [options] Override http request option.
|
|
13194
13276
|
* @throws {RequiredError}
|
|
13195
13277
|
*/
|
|
13196
|
-
apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, marketingType?: MarketingType | undefined, created?: Date | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalSpecialtiesModel>;
|
|
13278
|
+
apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, title?: string | undefined, marketingType?: MarketingType | undefined, created?: Date | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalSpecialtiesModel>;
|
|
13197
13279
|
/**
|
|
13198
13280
|
*
|
|
13199
13281
|
* @summary Get HospitalSpecialty.
|
|
@@ -13272,7 +13354,6 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
|
|
|
13272
13354
|
* @summary Get all Hospitals.
|
|
13273
13355
|
* @param {string} [hospitalId]
|
|
13274
13356
|
* @param {string} [name]
|
|
13275
|
-
* @param {string} [description]
|
|
13276
13357
|
* @param {string} [countryId]
|
|
13277
13358
|
* @param {Date} [created]
|
|
13278
13359
|
* @param {MarketingType} [marketingType]
|
|
@@ -13290,7 +13371,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
|
|
|
13290
13371
|
* @param {*} [options] Override http request option.
|
|
13291
13372
|
* @throws {RequiredError}
|
|
13292
13373
|
*/
|
|
13293
|
-
apiV2HospitalsSimpleGet(hospitalId?: string | undefined, name?: string | undefined,
|
|
13374
|
+
apiV2HospitalsSimpleGet(hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, serviceId?: string | undefined, exceptHospitalId?: string | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalsSimpleModel>;
|
|
13294
13375
|
/**
|
|
13295
13376
|
*
|
|
13296
13377
|
* @param {string} slug
|
|
@@ -13313,7 +13394,6 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
13313
13394
|
* @summary Get all Hospitals.
|
|
13314
13395
|
* @param {string} [hospitalId]
|
|
13315
13396
|
* @param {string} [name]
|
|
13316
|
-
* @param {string} [description]
|
|
13317
13397
|
* @param {string} [countryId]
|
|
13318
13398
|
* @param {Date} [created]
|
|
13319
13399
|
* @param {MarketingType} [marketingType]
|
|
@@ -13332,7 +13412,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
13332
13412
|
* @throws {RequiredError}
|
|
13333
13413
|
* @memberof HospitalsApi
|
|
13334
13414
|
*/
|
|
13335
|
-
apiV2HospitalsGet(hospitalId?: string, name?: string,
|
|
13415
|
+
apiV2HospitalsGet(hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, serviceId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalsModel>>;
|
|
13336
13416
|
/**
|
|
13337
13417
|
*
|
|
13338
13418
|
* @summary Get HospitalAccreditation.
|
|
@@ -13480,6 +13560,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
13480
13560
|
* @param {string} [specialtyId]
|
|
13481
13561
|
* @param {string} [specialtyName]
|
|
13482
13562
|
* @param {string} [specialtyTypeId]
|
|
13563
|
+
* @param {string} [title]
|
|
13483
13564
|
* @param {MarketingType} [marketingType]
|
|
13484
13565
|
* @param {Date} [created]
|
|
13485
13566
|
* @param {number} [page]
|
|
@@ -13489,7 +13570,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
13489
13570
|
* @throws {RequiredError}
|
|
13490
13571
|
* @memberof HospitalsApi
|
|
13491
13572
|
*/
|
|
13492
|
-
apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, hospitalName?: string, hospitalSlug?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, marketingType?: MarketingType, created?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtiesModel>>;
|
|
13573
|
+
apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, hospitalName?: string, hospitalSlug?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, title?: string, marketingType?: MarketingType, created?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtiesModel>>;
|
|
13493
13574
|
/**
|
|
13494
13575
|
*
|
|
13495
13576
|
* @summary Get HospitalSpecialty.
|
|
@@ -13573,7 +13654,6 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
13573
13654
|
* @summary Get all Hospitals.
|
|
13574
13655
|
* @param {string} [hospitalId]
|
|
13575
13656
|
* @param {string} [name]
|
|
13576
|
-
* @param {string} [description]
|
|
13577
13657
|
* @param {string} [countryId]
|
|
13578
13658
|
* @param {Date} [created]
|
|
13579
13659
|
* @param {MarketingType} [marketingType]
|
|
@@ -13592,7 +13672,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
13592
13672
|
* @throws {RequiredError}
|
|
13593
13673
|
* @memberof HospitalsApi
|
|
13594
13674
|
*/
|
|
13595
|
-
apiV2HospitalsSimpleGet(hospitalId?: string, name?: string,
|
|
13675
|
+
apiV2HospitalsSimpleGet(hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, serviceId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalsSimpleModel>>;
|
|
13596
13676
|
/**
|
|
13597
13677
|
*
|
|
13598
13678
|
* @param {string} slug
|
|
@@ -15720,14 +15800,13 @@ export declare const ServicesCategoriesApiAxiosParamCreator: (configuration?: Co
|
|
|
15720
15800
|
* @summary Get all ServiceCategories.
|
|
15721
15801
|
* @param {string} [id]
|
|
15722
15802
|
* @param {string} [name]
|
|
15723
|
-
* @param {string} [description]
|
|
15724
15803
|
* @param {number} [page]
|
|
15725
15804
|
* @param {number} [limit]
|
|
15726
15805
|
* @param {Date} [lastRetrieved]
|
|
15727
15806
|
* @param {*} [options] Override http request option.
|
|
15728
15807
|
* @throws {RequiredError}
|
|
15729
15808
|
*/
|
|
15730
|
-
apiV2ServicescategoriesGet: (id?: string | undefined, name?: string | undefined,
|
|
15809
|
+
apiV2ServicescategoriesGet: (id?: string | undefined, name?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
15731
15810
|
/**
|
|
15732
15811
|
*
|
|
15733
15812
|
* @summary Get ServiceCategory.
|
|
@@ -15747,14 +15826,13 @@ export declare const ServicesCategoriesApiFp: (configuration?: Configuration | u
|
|
|
15747
15826
|
* @summary Get all ServiceCategories.
|
|
15748
15827
|
* @param {string} [id]
|
|
15749
15828
|
* @param {string} [name]
|
|
15750
|
-
* @param {string} [description]
|
|
15751
15829
|
* @param {number} [page]
|
|
15752
15830
|
* @param {number} [limit]
|
|
15753
15831
|
* @param {Date} [lastRetrieved]
|
|
15754
15832
|
* @param {*} [options] Override http request option.
|
|
15755
15833
|
* @throws {RequiredError}
|
|
15756
15834
|
*/
|
|
15757
|
-
apiV2ServicescategoriesGet(id?: string | undefined, name?: string | undefined,
|
|
15835
|
+
apiV2ServicescategoriesGet(id?: string | undefined, name?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ServiceCategoriesModel>>;
|
|
15758
15836
|
/**
|
|
15759
15837
|
*
|
|
15760
15838
|
* @summary Get ServiceCategory.
|
|
@@ -15774,14 +15852,13 @@ export declare const ServicesCategoriesApiFactory: (configuration?: Configuratio
|
|
|
15774
15852
|
* @summary Get all ServiceCategories.
|
|
15775
15853
|
* @param {string} [id]
|
|
15776
15854
|
* @param {string} [name]
|
|
15777
|
-
* @param {string} [description]
|
|
15778
15855
|
* @param {number} [page]
|
|
15779
15856
|
* @param {number} [limit]
|
|
15780
15857
|
* @param {Date} [lastRetrieved]
|
|
15781
15858
|
* @param {*} [options] Override http request option.
|
|
15782
15859
|
* @throws {RequiredError}
|
|
15783
15860
|
*/
|
|
15784
|
-
apiV2ServicescategoriesGet(id?: string | undefined, name?: string | undefined,
|
|
15861
|
+
apiV2ServicescategoriesGet(id?: string | undefined, name?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<ServiceCategoriesModel>;
|
|
15785
15862
|
/**
|
|
15786
15863
|
*
|
|
15787
15864
|
* @summary Get ServiceCategory.
|
|
@@ -15803,7 +15880,6 @@ export declare class ServicesCategoriesApi extends BaseAPI {
|
|
|
15803
15880
|
* @summary Get all ServiceCategories.
|
|
15804
15881
|
* @param {string} [id]
|
|
15805
15882
|
* @param {string} [name]
|
|
15806
|
-
* @param {string} [description]
|
|
15807
15883
|
* @param {number} [page]
|
|
15808
15884
|
* @param {number} [limit]
|
|
15809
15885
|
* @param {Date} [lastRetrieved]
|
|
@@ -15811,7 +15887,7 @@ export declare class ServicesCategoriesApi extends BaseAPI {
|
|
|
15811
15887
|
* @throws {RequiredError}
|
|
15812
15888
|
* @memberof ServicesCategoriesApi
|
|
15813
15889
|
*/
|
|
15814
|
-
apiV2ServicescategoriesGet(id?: string, name?: string,
|
|
15890
|
+
apiV2ServicescategoriesGet(id?: string, name?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceCategoriesModel>>;
|
|
15815
15891
|
/**
|
|
15816
15892
|
*
|
|
15817
15893
|
* @summary Get ServiceCategory.
|