ch-admin-api-client-typescript 4.0.1 → 4.0.2
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 +167 -374
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +442 -835
- package/package.json +1 -1
- package/src/api.ts +343 -734
package/lib/api.d.ts
CHANGED
|
@@ -10119,6 +10119,25 @@ export declare enum ReviewType {
|
|
|
10119
10119
|
SurgeryReview = "SurgeryReview",
|
|
10120
10120
|
RealStory = "RealStory"
|
|
10121
10121
|
}
|
|
10122
|
+
/**
|
|
10123
|
+
*
|
|
10124
|
+
* @export
|
|
10125
|
+
* @enum {string}
|
|
10126
|
+
*/
|
|
10127
|
+
export declare enum SearchIndexType {
|
|
10128
|
+
Hospitals = "hospitals",
|
|
10129
|
+
Specialtytypes = "specialtytypes",
|
|
10130
|
+
Specialties = "specialties",
|
|
10131
|
+
Hospitalspecialies = "hospitalspecialies",
|
|
10132
|
+
Doctors = "doctors",
|
|
10133
|
+
Deals = "deals",
|
|
10134
|
+
Articles = "articles",
|
|
10135
|
+
Contributors = "contributors",
|
|
10136
|
+
Countries = "countries",
|
|
10137
|
+
Faqcategories = "faqcategories",
|
|
10138
|
+
Faqs = "faqs",
|
|
10139
|
+
Services = "services"
|
|
10140
|
+
}
|
|
10122
10141
|
/**
|
|
10123
10142
|
*
|
|
10124
10143
|
* @export
|
|
@@ -11947,19 +11966,6 @@ export interface UpdateDealServiceCommand {
|
|
|
11947
11966
|
*/
|
|
11948
11967
|
'order'?: number;
|
|
11949
11968
|
}
|
|
11950
|
-
/**
|
|
11951
|
-
*
|
|
11952
|
-
* @export
|
|
11953
|
-
* @interface UpdateDealsSearchIndexCommand
|
|
11954
|
-
*/
|
|
11955
|
-
export interface UpdateDealsSearchIndexCommand {
|
|
11956
|
-
/**
|
|
11957
|
-
*
|
|
11958
|
-
* @type {boolean}
|
|
11959
|
-
* @memberof UpdateDealsSearchIndexCommand
|
|
11960
|
-
*/
|
|
11961
|
-
'reCreate'?: boolean | null;
|
|
11962
|
-
}
|
|
11963
11969
|
/**
|
|
11964
11970
|
*
|
|
11965
11971
|
* @export
|
|
@@ -12249,19 +12255,6 @@ export interface UpdateDoctorSpecialtyCommand {
|
|
|
12249
12255
|
*/
|
|
12250
12256
|
'order'?: number;
|
|
12251
12257
|
}
|
|
12252
|
-
/**
|
|
12253
|
-
*
|
|
12254
|
-
* @export
|
|
12255
|
-
* @interface UpdateDoctorsSearchIndexCommand
|
|
12256
|
-
*/
|
|
12257
|
-
export interface UpdateDoctorsSearchIndexCommand {
|
|
12258
|
-
/**
|
|
12259
|
-
*
|
|
12260
|
-
* @type {boolean}
|
|
12261
|
-
* @memberof UpdateDoctorsSearchIndexCommand
|
|
12262
|
-
*/
|
|
12263
|
-
'reCreate'?: boolean | null;
|
|
12264
|
-
}
|
|
12265
12258
|
/**
|
|
12266
12259
|
*
|
|
12267
12260
|
* @export
|
|
@@ -12682,19 +12675,6 @@ export interface UpdateHospitalSnsHandleCommand {
|
|
|
12682
12675
|
*/
|
|
12683
12676
|
'handle'?: string | null;
|
|
12684
12677
|
}
|
|
12685
|
-
/**
|
|
12686
|
-
*
|
|
12687
|
-
* @export
|
|
12688
|
-
* @interface UpdateHospitalSpecialtiesSearchIndexCommand
|
|
12689
|
-
*/
|
|
12690
|
-
export interface UpdateHospitalSpecialtiesSearchIndexCommand {
|
|
12691
|
-
/**
|
|
12692
|
-
*
|
|
12693
|
-
* @type {boolean}
|
|
12694
|
-
* @memberof UpdateHospitalSpecialtiesSearchIndexCommand
|
|
12695
|
-
*/
|
|
12696
|
-
'reCreate'?: boolean | null;
|
|
12697
|
-
}
|
|
12698
12678
|
/**
|
|
12699
12679
|
*
|
|
12700
12680
|
* @export
|
|
@@ -12811,19 +12791,6 @@ export interface UpdateHospitalWorkingDayCommand {
|
|
|
12811
12791
|
*/
|
|
12812
12792
|
'checkHoliday'?: boolean;
|
|
12813
12793
|
}
|
|
12814
|
-
/**
|
|
12815
|
-
*
|
|
12816
|
-
* @export
|
|
12817
|
-
* @interface UpdateHospitalsSearchIndexCommand
|
|
12818
|
-
*/
|
|
12819
|
-
export interface UpdateHospitalsSearchIndexCommand {
|
|
12820
|
-
/**
|
|
12821
|
-
*
|
|
12822
|
-
* @type {boolean}
|
|
12823
|
-
* @memberof UpdateHospitalsSearchIndexCommand
|
|
12824
|
-
*/
|
|
12825
|
-
'reCreate'?: boolean | null;
|
|
12826
|
-
}
|
|
12827
12794
|
/**
|
|
12828
12795
|
*
|
|
12829
12796
|
* @export
|
|
@@ -13155,6 +13122,19 @@ export interface UpdateProfileCommand {
|
|
|
13155
13122
|
*/
|
|
13156
13123
|
'locations'?: Array<UserLocationModel> | null;
|
|
13157
13124
|
}
|
|
13125
|
+
/**
|
|
13126
|
+
*
|
|
13127
|
+
* @export
|
|
13128
|
+
* @interface UpdateSearchIndexCommand
|
|
13129
|
+
*/
|
|
13130
|
+
export interface UpdateSearchIndexCommand {
|
|
13131
|
+
/**
|
|
13132
|
+
*
|
|
13133
|
+
* @type {boolean}
|
|
13134
|
+
* @memberof UpdateSearchIndexCommand
|
|
13135
|
+
*/
|
|
13136
|
+
'reCreate'?: boolean | null;
|
|
13137
|
+
}
|
|
13158
13138
|
/**
|
|
13159
13139
|
*
|
|
13160
13140
|
* @export
|
|
@@ -13235,19 +13215,6 @@ export interface UpdateServiceReviewCommand {
|
|
|
13235
13215
|
*/
|
|
13236
13216
|
'confirmed'?: boolean;
|
|
13237
13217
|
}
|
|
13238
|
-
/**
|
|
13239
|
-
*
|
|
13240
|
-
* @export
|
|
13241
|
-
* @interface UpdateSpecialtiesSearchIndexCommand
|
|
13242
|
-
*/
|
|
13243
|
-
export interface UpdateSpecialtiesSearchIndexCommand {
|
|
13244
|
-
/**
|
|
13245
|
-
*
|
|
13246
|
-
* @type {boolean}
|
|
13247
|
-
* @memberof UpdateSpecialtiesSearchIndexCommand
|
|
13248
|
-
*/
|
|
13249
|
-
'reCreate'?: boolean | null;
|
|
13250
|
-
}
|
|
13251
13218
|
/**
|
|
13252
13219
|
*
|
|
13253
13220
|
* @export
|
|
@@ -13376,19 +13343,6 @@ export interface UpdateSpecialtyTypeCommand {
|
|
|
13376
13343
|
*/
|
|
13377
13344
|
'content'?: string | null;
|
|
13378
13345
|
}
|
|
13379
|
-
/**
|
|
13380
|
-
*
|
|
13381
|
-
* @export
|
|
13382
|
-
* @interface UpdateSpecialtyTypesSearchIndexCommand
|
|
13383
|
-
*/
|
|
13384
|
-
export interface UpdateSpecialtyTypesSearchIndexCommand {
|
|
13385
|
-
/**
|
|
13386
|
-
*
|
|
13387
|
-
* @type {boolean}
|
|
13388
|
-
* @memberof UpdateSpecialtyTypesSearchIndexCommand
|
|
13389
|
-
*/
|
|
13390
|
-
'reCreate'?: boolean | null;
|
|
13391
|
-
}
|
|
13392
13346
|
/**
|
|
13393
13347
|
*
|
|
13394
13348
|
* @export
|
|
@@ -22182,6 +22136,25 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
22182
22136
|
* @throws {RequiredError}
|
|
22183
22137
|
*/
|
|
22184
22138
|
apiV1HospitalsHospitalIdSpecialtiesGet: (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>;
|
|
22139
|
+
/**
|
|
22140
|
+
*
|
|
22141
|
+
* @summary Delete HospitalSpecialty.
|
|
22142
|
+
* @param {string} hospitalId
|
|
22143
|
+
* @param {string} hospitalSpecialtyId
|
|
22144
|
+
* @param {*} [options] Override http request option.
|
|
22145
|
+
* @throws {RequiredError}
|
|
22146
|
+
*/
|
|
22147
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdDelete: (hospitalId: string, hospitalSpecialtyId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
22148
|
+
/**
|
|
22149
|
+
*
|
|
22150
|
+
* @summary Get HospitalSpecialty.
|
|
22151
|
+
* @param {string} hospitalId
|
|
22152
|
+
* @param {string} hospitalSpecialtyId
|
|
22153
|
+
* @param {string} [languageCode]
|
|
22154
|
+
* @param {*} [options] Override http request option.
|
|
22155
|
+
* @throws {RequiredError}
|
|
22156
|
+
*/
|
|
22157
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdGet: (hospitalId: string, hospitalSpecialtyId: string, languageCode?: string | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
22185
22158
|
/**
|
|
22186
22159
|
*
|
|
22187
22160
|
* @summary Get all HospitalServiceMedias.
|
|
@@ -22237,6 +22210,16 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
22237
22210
|
* @throws {RequiredError}
|
|
22238
22211
|
*/
|
|
22239
22212
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasPost: (hospitalId: string, hospitalSpecialtyId: string, createMediaCommand?: CreateMediaCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
22213
|
+
/**
|
|
22214
|
+
*
|
|
22215
|
+
* @summary Update HospitalSpecialty.
|
|
22216
|
+
* @param {string} hospitalId
|
|
22217
|
+
* @param {string} hospitalSpecialtyId
|
|
22218
|
+
* @param {UpdateHospitalSpecialtyCommand} [updateHospitalSpecialtyCommand]
|
|
22219
|
+
* @param {*} [options] Override http request option.
|
|
22220
|
+
* @throws {RequiredError}
|
|
22221
|
+
*/
|
|
22222
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdPut: (hospitalId: string, hospitalSpecialtyId: string, updateHospitalSpecialtyCommand?: UpdateHospitalSpecialtyCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
22240
22223
|
/**
|
|
22241
22224
|
*
|
|
22242
22225
|
* @summary Create HospitalSpecialty.
|
|
@@ -22279,35 +22262,6 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
22279
22262
|
* @throws {RequiredError}
|
|
22280
22263
|
*/
|
|
22281
22264
|
apiV1HospitalsHospitalIdSpecialtiesSlugGet: (hospitalId: string, slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
22282
|
-
/**
|
|
22283
|
-
*
|
|
22284
|
-
* @summary Delete HospitalSpecialty.
|
|
22285
|
-
* @param {string} hospitalId
|
|
22286
|
-
* @param {string} specialtyId
|
|
22287
|
-
* @param {*} [options] Override http request option.
|
|
22288
|
-
* @throws {RequiredError}
|
|
22289
|
-
*/
|
|
22290
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdDelete: (hospitalId: string, specialtyId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
22291
|
-
/**
|
|
22292
|
-
*
|
|
22293
|
-
* @summary Get HospitalSpecialty.
|
|
22294
|
-
* @param {string} hospitalId
|
|
22295
|
-
* @param {string} specialtyId
|
|
22296
|
-
* @param {string} [languageCode]
|
|
22297
|
-
* @param {*} [options] Override http request option.
|
|
22298
|
-
* @throws {RequiredError}
|
|
22299
|
-
*/
|
|
22300
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdGet: (hospitalId: string, specialtyId: string, languageCode?: string | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
22301
|
-
/**
|
|
22302
|
-
*
|
|
22303
|
-
* @summary Update HospitalSpecialty.
|
|
22304
|
-
* @param {string} hospitalId
|
|
22305
|
-
* @param {string} specialtyId
|
|
22306
|
-
* @param {UpdateHospitalSpecialtyCommand} [updateHospitalSpecialtyCommand]
|
|
22307
|
-
* @param {*} [options] Override http request option.
|
|
22308
|
-
* @throws {RequiredError}
|
|
22309
|
-
*/
|
|
22310
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdPut: (hospitalId: string, specialtyId: string, updateHospitalSpecialtyCommand?: UpdateHospitalSpecialtyCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
22311
22265
|
/**
|
|
22312
22266
|
*
|
|
22313
22267
|
* @summary Get all HospitalServices.
|
|
@@ -22946,6 +22900,25 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
|
|
|
22946
22900
|
* @throws {RequiredError}
|
|
22947
22901
|
*/
|
|
22948
22902
|
apiV1HospitalsHospitalIdSpecialtiesGet(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 | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtiesModel>>;
|
|
22903
|
+
/**
|
|
22904
|
+
*
|
|
22905
|
+
* @summary Delete HospitalSpecialty.
|
|
22906
|
+
* @param {string} hospitalId
|
|
22907
|
+
* @param {string} hospitalSpecialtyId
|
|
22908
|
+
* @param {*} [options] Override http request option.
|
|
22909
|
+
* @throws {RequiredError}
|
|
22910
|
+
*/
|
|
22911
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdDelete(hospitalId: string, hospitalSpecialtyId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
22912
|
+
/**
|
|
22913
|
+
*
|
|
22914
|
+
* @summary Get HospitalSpecialty.
|
|
22915
|
+
* @param {string} hospitalId
|
|
22916
|
+
* @param {string} hospitalSpecialtyId
|
|
22917
|
+
* @param {string} [languageCode]
|
|
22918
|
+
* @param {*} [options] Override http request option.
|
|
22919
|
+
* @throws {RequiredError}
|
|
22920
|
+
*/
|
|
22921
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdGet(hospitalId: string, hospitalSpecialtyId: string, languageCode?: string | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtyModel>>;
|
|
22949
22922
|
/**
|
|
22950
22923
|
*
|
|
22951
22924
|
* @summary Get all HospitalServiceMedias.
|
|
@@ -23001,6 +22974,16 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
|
|
|
23001
22974
|
* @throws {RequiredError}
|
|
23002
22975
|
*/
|
|
23003
22976
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasPost(hospitalId: string, hospitalSpecialtyId: string, createMediaCommand?: CreateMediaCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediaModel>>;
|
|
22977
|
+
/**
|
|
22978
|
+
*
|
|
22979
|
+
* @summary Update HospitalSpecialty.
|
|
22980
|
+
* @param {string} hospitalId
|
|
22981
|
+
* @param {string} hospitalSpecialtyId
|
|
22982
|
+
* @param {UpdateHospitalSpecialtyCommand} [updateHospitalSpecialtyCommand]
|
|
22983
|
+
* @param {*} [options] Override http request option.
|
|
22984
|
+
* @throws {RequiredError}
|
|
22985
|
+
*/
|
|
22986
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdPut(hospitalId: string, hospitalSpecialtyId: string, updateHospitalSpecialtyCommand?: UpdateHospitalSpecialtyCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtyModel>>;
|
|
23004
22987
|
/**
|
|
23005
22988
|
*
|
|
23006
22989
|
* @summary Create HospitalSpecialty.
|
|
@@ -23043,35 +23026,6 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
|
|
|
23043
23026
|
* @throws {RequiredError}
|
|
23044
23027
|
*/
|
|
23045
23028
|
apiV1HospitalsHospitalIdSpecialtiesSlugGet(hospitalId: string, slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtyModel>>;
|
|
23046
|
-
/**
|
|
23047
|
-
*
|
|
23048
|
-
* @summary Delete HospitalSpecialty.
|
|
23049
|
-
* @param {string} hospitalId
|
|
23050
|
-
* @param {string} specialtyId
|
|
23051
|
-
* @param {*} [options] Override http request option.
|
|
23052
|
-
* @throws {RequiredError}
|
|
23053
|
-
*/
|
|
23054
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdDelete(hospitalId: string, specialtyId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
23055
|
-
/**
|
|
23056
|
-
*
|
|
23057
|
-
* @summary Get HospitalSpecialty.
|
|
23058
|
-
* @param {string} hospitalId
|
|
23059
|
-
* @param {string} specialtyId
|
|
23060
|
-
* @param {string} [languageCode]
|
|
23061
|
-
* @param {*} [options] Override http request option.
|
|
23062
|
-
* @throws {RequiredError}
|
|
23063
|
-
*/
|
|
23064
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdGet(hospitalId: string, specialtyId: string, languageCode?: string | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtyModel>>;
|
|
23065
|
-
/**
|
|
23066
|
-
*
|
|
23067
|
-
* @summary Update HospitalSpecialty.
|
|
23068
|
-
* @param {string} hospitalId
|
|
23069
|
-
* @param {string} specialtyId
|
|
23070
|
-
* @param {UpdateHospitalSpecialtyCommand} [updateHospitalSpecialtyCommand]
|
|
23071
|
-
* @param {*} [options] Override http request option.
|
|
23072
|
-
* @throws {RequiredError}
|
|
23073
|
-
*/
|
|
23074
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdPut(hospitalId: string, specialtyId: string, updateHospitalSpecialtyCommand?: UpdateHospitalSpecialtyCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtyModel>>;
|
|
23075
23029
|
/**
|
|
23076
23030
|
*
|
|
23077
23031
|
* @summary Get all HospitalServices.
|
|
@@ -23710,6 +23664,25 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
|
|
|
23710
23664
|
* @throws {RequiredError}
|
|
23711
23665
|
*/
|
|
23712
23666
|
apiV1HospitalsHospitalIdSpecialtiesGet(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>;
|
|
23667
|
+
/**
|
|
23668
|
+
*
|
|
23669
|
+
* @summary Delete HospitalSpecialty.
|
|
23670
|
+
* @param {string} hospitalId
|
|
23671
|
+
* @param {string} hospitalSpecialtyId
|
|
23672
|
+
* @param {*} [options] Override http request option.
|
|
23673
|
+
* @throws {RequiredError}
|
|
23674
|
+
*/
|
|
23675
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdDelete(hospitalId: string, hospitalSpecialtyId: string, options?: any): AxiosPromise<boolean>;
|
|
23676
|
+
/**
|
|
23677
|
+
*
|
|
23678
|
+
* @summary Get HospitalSpecialty.
|
|
23679
|
+
* @param {string} hospitalId
|
|
23680
|
+
* @param {string} hospitalSpecialtyId
|
|
23681
|
+
* @param {string} [languageCode]
|
|
23682
|
+
* @param {*} [options] Override http request option.
|
|
23683
|
+
* @throws {RequiredError}
|
|
23684
|
+
*/
|
|
23685
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdGet(hospitalId: string, hospitalSpecialtyId: string, languageCode?: string | undefined, options?: any): AxiosPromise<HospitalSpecialtyModel>;
|
|
23713
23686
|
/**
|
|
23714
23687
|
*
|
|
23715
23688
|
* @summary Get all HospitalServiceMedias.
|
|
@@ -23765,6 +23738,16 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
|
|
|
23765
23738
|
* @throws {RequiredError}
|
|
23766
23739
|
*/
|
|
23767
23740
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasPost(hospitalId: string, hospitalSpecialtyId: string, createMediaCommand?: CreateMediaCommand | undefined, options?: any): AxiosPromise<MediaModel>;
|
|
23741
|
+
/**
|
|
23742
|
+
*
|
|
23743
|
+
* @summary Update HospitalSpecialty.
|
|
23744
|
+
* @param {string} hospitalId
|
|
23745
|
+
* @param {string} hospitalSpecialtyId
|
|
23746
|
+
* @param {UpdateHospitalSpecialtyCommand} [updateHospitalSpecialtyCommand]
|
|
23747
|
+
* @param {*} [options] Override http request option.
|
|
23748
|
+
* @throws {RequiredError}
|
|
23749
|
+
*/
|
|
23750
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdPut(hospitalId: string, hospitalSpecialtyId: string, updateHospitalSpecialtyCommand?: UpdateHospitalSpecialtyCommand | undefined, options?: any): AxiosPromise<HospitalSpecialtyModel>;
|
|
23768
23751
|
/**
|
|
23769
23752
|
*
|
|
23770
23753
|
* @summary Create HospitalSpecialty.
|
|
@@ -23807,35 +23790,6 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
|
|
|
23807
23790
|
* @throws {RequiredError}
|
|
23808
23791
|
*/
|
|
23809
23792
|
apiV1HospitalsHospitalIdSpecialtiesSlugGet(hospitalId: string, slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, options?: any): AxiosPromise<HospitalSpecialtyModel>;
|
|
23810
|
-
/**
|
|
23811
|
-
*
|
|
23812
|
-
* @summary Delete HospitalSpecialty.
|
|
23813
|
-
* @param {string} hospitalId
|
|
23814
|
-
* @param {string} specialtyId
|
|
23815
|
-
* @param {*} [options] Override http request option.
|
|
23816
|
-
* @throws {RequiredError}
|
|
23817
|
-
*/
|
|
23818
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdDelete(hospitalId: string, specialtyId: string, options?: any): AxiosPromise<boolean>;
|
|
23819
|
-
/**
|
|
23820
|
-
*
|
|
23821
|
-
* @summary Get HospitalSpecialty.
|
|
23822
|
-
* @param {string} hospitalId
|
|
23823
|
-
* @param {string} specialtyId
|
|
23824
|
-
* @param {string} [languageCode]
|
|
23825
|
-
* @param {*} [options] Override http request option.
|
|
23826
|
-
* @throws {RequiredError}
|
|
23827
|
-
*/
|
|
23828
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdGet(hospitalId: string, specialtyId: string, languageCode?: string | undefined, options?: any): AxiosPromise<HospitalSpecialtyModel>;
|
|
23829
|
-
/**
|
|
23830
|
-
*
|
|
23831
|
-
* @summary Update HospitalSpecialty.
|
|
23832
|
-
* @param {string} hospitalId
|
|
23833
|
-
* @param {string} specialtyId
|
|
23834
|
-
* @param {UpdateHospitalSpecialtyCommand} [updateHospitalSpecialtyCommand]
|
|
23835
|
-
* @param {*} [options] Override http request option.
|
|
23836
|
-
* @throws {RequiredError}
|
|
23837
|
-
*/
|
|
23838
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdPut(hospitalId: string, specialtyId: string, updateHospitalSpecialtyCommand?: UpdateHospitalSpecialtyCommand | undefined, options?: any): AxiosPromise<HospitalSpecialtyModel>;
|
|
23839
23793
|
/**
|
|
23840
23794
|
*
|
|
23841
23795
|
* @summary Get all HospitalServices.
|
|
@@ -24514,6 +24468,27 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
24514
24468
|
* @memberof HospitalsApi
|
|
24515
24469
|
*/
|
|
24516
24470
|
apiV1HospitalsHospitalIdSpecialtiesGet(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>>;
|
|
24471
|
+
/**
|
|
24472
|
+
*
|
|
24473
|
+
* @summary Delete HospitalSpecialty.
|
|
24474
|
+
* @param {string} hospitalId
|
|
24475
|
+
* @param {string} hospitalSpecialtyId
|
|
24476
|
+
* @param {*} [options] Override http request option.
|
|
24477
|
+
* @throws {RequiredError}
|
|
24478
|
+
* @memberof HospitalsApi
|
|
24479
|
+
*/
|
|
24480
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdDelete(hospitalId: string, hospitalSpecialtyId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
24481
|
+
/**
|
|
24482
|
+
*
|
|
24483
|
+
* @summary Get HospitalSpecialty.
|
|
24484
|
+
* @param {string} hospitalId
|
|
24485
|
+
* @param {string} hospitalSpecialtyId
|
|
24486
|
+
* @param {string} [languageCode]
|
|
24487
|
+
* @param {*} [options] Override http request option.
|
|
24488
|
+
* @throws {RequiredError}
|
|
24489
|
+
* @memberof HospitalsApi
|
|
24490
|
+
*/
|
|
24491
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdGet(hospitalId: string, hospitalSpecialtyId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtyModel>>;
|
|
24517
24492
|
/**
|
|
24518
24493
|
*
|
|
24519
24494
|
* @summary Get all HospitalServiceMedias.
|
|
@@ -24574,6 +24549,17 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
24574
24549
|
* @memberof HospitalsApi
|
|
24575
24550
|
*/
|
|
24576
24551
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasPost(hospitalId: string, hospitalSpecialtyId: string, createMediaCommand?: CreateMediaCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel>>;
|
|
24552
|
+
/**
|
|
24553
|
+
*
|
|
24554
|
+
* @summary Update HospitalSpecialty.
|
|
24555
|
+
* @param {string} hospitalId
|
|
24556
|
+
* @param {string} hospitalSpecialtyId
|
|
24557
|
+
* @param {UpdateHospitalSpecialtyCommand} [updateHospitalSpecialtyCommand]
|
|
24558
|
+
* @param {*} [options] Override http request option.
|
|
24559
|
+
* @throws {RequiredError}
|
|
24560
|
+
* @memberof HospitalsApi
|
|
24561
|
+
*/
|
|
24562
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdPut(hospitalId: string, hospitalSpecialtyId: string, updateHospitalSpecialtyCommand?: UpdateHospitalSpecialtyCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtyModel>>;
|
|
24577
24563
|
/**
|
|
24578
24564
|
*
|
|
24579
24565
|
* @summary Create HospitalSpecialty.
|
|
@@ -24619,38 +24605,6 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
24619
24605
|
* @memberof HospitalsApi
|
|
24620
24606
|
*/
|
|
24621
24607
|
apiV1HospitalsHospitalIdSpecialtiesSlugGet(hospitalId: string, slug: string, languageCode?: string, returnDefaultValue?: boolean, includeServices?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtyModel>>;
|
|
24622
|
-
/**
|
|
24623
|
-
*
|
|
24624
|
-
* @summary Delete HospitalSpecialty.
|
|
24625
|
-
* @param {string} hospitalId
|
|
24626
|
-
* @param {string} specialtyId
|
|
24627
|
-
* @param {*} [options] Override http request option.
|
|
24628
|
-
* @throws {RequiredError}
|
|
24629
|
-
* @memberof HospitalsApi
|
|
24630
|
-
*/
|
|
24631
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdDelete(hospitalId: string, specialtyId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
24632
|
-
/**
|
|
24633
|
-
*
|
|
24634
|
-
* @summary Get HospitalSpecialty.
|
|
24635
|
-
* @param {string} hospitalId
|
|
24636
|
-
* @param {string} specialtyId
|
|
24637
|
-
* @param {string} [languageCode]
|
|
24638
|
-
* @param {*} [options] Override http request option.
|
|
24639
|
-
* @throws {RequiredError}
|
|
24640
|
-
* @memberof HospitalsApi
|
|
24641
|
-
*/
|
|
24642
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdGet(hospitalId: string, specialtyId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtyModel>>;
|
|
24643
|
-
/**
|
|
24644
|
-
*
|
|
24645
|
-
* @summary Update HospitalSpecialty.
|
|
24646
|
-
* @param {string} hospitalId
|
|
24647
|
-
* @param {string} specialtyId
|
|
24648
|
-
* @param {UpdateHospitalSpecialtyCommand} [updateHospitalSpecialtyCommand]
|
|
24649
|
-
* @param {*} [options] Override http request option.
|
|
24650
|
-
* @throws {RequiredError}
|
|
24651
|
-
* @memberof HospitalsApi
|
|
24652
|
-
*/
|
|
24653
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdPut(hospitalId: string, specialtyId: string, updateHospitalSpecialtyCommand?: UpdateHospitalSpecialtyCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtyModel>>;
|
|
24654
24608
|
/**
|
|
24655
24609
|
*
|
|
24656
24610
|
* @summary Get all HospitalServices.
|
|
@@ -26715,52 +26669,13 @@ export declare class ProfilesApi extends BaseAPI {
|
|
|
26715
26669
|
export declare const SearchApiAxiosParamCreator: (configuration?: Configuration | undefined) => {
|
|
26716
26670
|
/**
|
|
26717
26671
|
*
|
|
26718
|
-
* @summary
|
|
26719
|
-
* @param {
|
|
26720
|
-
* @param {
|
|
26721
|
-
* @throws {RequiredError}
|
|
26722
|
-
*/
|
|
26723
|
-
apiV1SearchDealsPost: (updateDealsSearchIndexCommand?: UpdateDealsSearchIndexCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
26724
|
-
/**
|
|
26725
|
-
*
|
|
26726
|
-
* @summary Update or Re-create doctors Azure Search Services Index
|
|
26727
|
-
* @param {UpdateDoctorsSearchIndexCommand} [updateDoctorsSearchIndexCommand]
|
|
26672
|
+
* @summary RecreateIndex
|
|
26673
|
+
* @param {SearchIndexType} [searchIndexType]
|
|
26674
|
+
* @param {UpdateSearchIndexCommand} [updateSearchIndexCommand]
|
|
26728
26675
|
* @param {*} [options] Override http request option.
|
|
26729
26676
|
* @throws {RequiredError}
|
|
26730
26677
|
*/
|
|
26731
|
-
|
|
26732
|
-
/**
|
|
26733
|
-
*
|
|
26734
|
-
* @summary Update or Re-create hospitals Azure Search Services Index
|
|
26735
|
-
* @param {UpdateHospitalsSearchIndexCommand} [updateHospitalsSearchIndexCommand]
|
|
26736
|
-
* @param {*} [options] Override http request option.
|
|
26737
|
-
* @throws {RequiredError}
|
|
26738
|
-
*/
|
|
26739
|
-
apiV1SearchHospitalsPost: (updateHospitalsSearchIndexCommand?: UpdateHospitalsSearchIndexCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
26740
|
-
/**
|
|
26741
|
-
*
|
|
26742
|
-
* @summary Update or Re-create hospitalSpecialties Azure Search Services Index
|
|
26743
|
-
* @param {UpdateHospitalSpecialtiesSearchIndexCommand} [updateHospitalSpecialtiesSearchIndexCommand]
|
|
26744
|
-
* @param {*} [options] Override http request option.
|
|
26745
|
-
* @throws {RequiredError}
|
|
26746
|
-
*/
|
|
26747
|
-
apiV1SearchHospitalspecialtiesPost: (updateHospitalSpecialtiesSearchIndexCommand?: UpdateHospitalSpecialtiesSearchIndexCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
26748
|
-
/**
|
|
26749
|
-
*
|
|
26750
|
-
* @summary Update or Re-create specialties Azure Search Services Index
|
|
26751
|
-
* @param {UpdateSpecialtiesSearchIndexCommand} [updateSpecialtiesSearchIndexCommand]
|
|
26752
|
-
* @param {*} [options] Override http request option.
|
|
26753
|
-
* @throws {RequiredError}
|
|
26754
|
-
*/
|
|
26755
|
-
apiV1SearchSpecialtiesPost: (updateSpecialtiesSearchIndexCommand?: UpdateSpecialtiesSearchIndexCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
26756
|
-
/**
|
|
26757
|
-
*
|
|
26758
|
-
* @summary Update or Re-create specialtyTypes Azure Search Services Index
|
|
26759
|
-
* @param {UpdateSpecialtyTypesSearchIndexCommand} [updateSpecialtyTypesSearchIndexCommand]
|
|
26760
|
-
* @param {*} [options] Override http request option.
|
|
26761
|
-
* @throws {RequiredError}
|
|
26762
|
-
*/
|
|
26763
|
-
apiV1SearchSpecialtytypesPost: (updateSpecialtyTypesSearchIndexCommand?: UpdateSpecialtyTypesSearchIndexCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
26678
|
+
apiV1SearchRecreatePost: (searchIndexType?: SearchIndexType | undefined, updateSearchIndexCommand?: UpdateSearchIndexCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
26764
26679
|
};
|
|
26765
26680
|
/**
|
|
26766
26681
|
* SearchApi - functional programming interface
|
|
@@ -26769,52 +26684,13 @@ export declare const SearchApiAxiosParamCreator: (configuration?: Configuration
|
|
|
26769
26684
|
export declare const SearchApiFp: (configuration?: Configuration | undefined) => {
|
|
26770
26685
|
/**
|
|
26771
26686
|
*
|
|
26772
|
-
* @summary
|
|
26773
|
-
* @param {
|
|
26774
|
-
* @param {
|
|
26775
|
-
* @throws {RequiredError}
|
|
26776
|
-
*/
|
|
26777
|
-
apiV1SearchDealsPost(updateDealsSearchIndexCommand?: UpdateDealsSearchIndexCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<string>>;
|
|
26778
|
-
/**
|
|
26779
|
-
*
|
|
26780
|
-
* @summary Update or Re-create doctors Azure Search Services Index
|
|
26781
|
-
* @param {UpdateDoctorsSearchIndexCommand} [updateDoctorsSearchIndexCommand]
|
|
26687
|
+
* @summary RecreateIndex
|
|
26688
|
+
* @param {SearchIndexType} [searchIndexType]
|
|
26689
|
+
* @param {UpdateSearchIndexCommand} [updateSearchIndexCommand]
|
|
26782
26690
|
* @param {*} [options] Override http request option.
|
|
26783
26691
|
* @throws {RequiredError}
|
|
26784
26692
|
*/
|
|
26785
|
-
|
|
26786
|
-
/**
|
|
26787
|
-
*
|
|
26788
|
-
* @summary Update or Re-create hospitals Azure Search Services Index
|
|
26789
|
-
* @param {UpdateHospitalsSearchIndexCommand} [updateHospitalsSearchIndexCommand]
|
|
26790
|
-
* @param {*} [options] Override http request option.
|
|
26791
|
-
* @throws {RequiredError}
|
|
26792
|
-
*/
|
|
26793
|
-
apiV1SearchHospitalsPost(updateHospitalsSearchIndexCommand?: UpdateHospitalsSearchIndexCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<string>>;
|
|
26794
|
-
/**
|
|
26795
|
-
*
|
|
26796
|
-
* @summary Update or Re-create hospitalSpecialties Azure Search Services Index
|
|
26797
|
-
* @param {UpdateHospitalSpecialtiesSearchIndexCommand} [updateHospitalSpecialtiesSearchIndexCommand]
|
|
26798
|
-
* @param {*} [options] Override http request option.
|
|
26799
|
-
* @throws {RequiredError}
|
|
26800
|
-
*/
|
|
26801
|
-
apiV1SearchHospitalspecialtiesPost(updateHospitalSpecialtiesSearchIndexCommand?: UpdateHospitalSpecialtiesSearchIndexCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<string>>;
|
|
26802
|
-
/**
|
|
26803
|
-
*
|
|
26804
|
-
* @summary Update or Re-create specialties Azure Search Services Index
|
|
26805
|
-
* @param {UpdateSpecialtiesSearchIndexCommand} [updateSpecialtiesSearchIndexCommand]
|
|
26806
|
-
* @param {*} [options] Override http request option.
|
|
26807
|
-
* @throws {RequiredError}
|
|
26808
|
-
*/
|
|
26809
|
-
apiV1SearchSpecialtiesPost(updateSpecialtiesSearchIndexCommand?: UpdateSpecialtiesSearchIndexCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<string>>;
|
|
26810
|
-
/**
|
|
26811
|
-
*
|
|
26812
|
-
* @summary Update or Re-create specialtyTypes Azure Search Services Index
|
|
26813
|
-
* @param {UpdateSpecialtyTypesSearchIndexCommand} [updateSpecialtyTypesSearchIndexCommand]
|
|
26814
|
-
* @param {*} [options] Override http request option.
|
|
26815
|
-
* @throws {RequiredError}
|
|
26816
|
-
*/
|
|
26817
|
-
apiV1SearchSpecialtytypesPost(updateSpecialtyTypesSearchIndexCommand?: UpdateSpecialtyTypesSearchIndexCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<string>>;
|
|
26693
|
+
apiV1SearchRecreatePost(searchIndexType?: SearchIndexType | undefined, updateSearchIndexCommand?: UpdateSearchIndexCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<string>>;
|
|
26818
26694
|
};
|
|
26819
26695
|
/**
|
|
26820
26696
|
* SearchApi - factory interface
|
|
@@ -26823,52 +26699,13 @@ export declare const SearchApiFp: (configuration?: Configuration | undefined) =>
|
|
|
26823
26699
|
export declare const SearchApiFactory: (configuration?: Configuration | undefined, basePath?: string | undefined, axios?: AxiosInstance | undefined) => {
|
|
26824
26700
|
/**
|
|
26825
26701
|
*
|
|
26826
|
-
* @summary
|
|
26827
|
-
* @param {
|
|
26828
|
-
* @param {
|
|
26829
|
-
* @throws {RequiredError}
|
|
26830
|
-
*/
|
|
26831
|
-
apiV1SearchDealsPost(updateDealsSearchIndexCommand?: UpdateDealsSearchIndexCommand | undefined, options?: any): AxiosPromise<string>;
|
|
26832
|
-
/**
|
|
26833
|
-
*
|
|
26834
|
-
* @summary Update or Re-create doctors Azure Search Services Index
|
|
26835
|
-
* @param {UpdateDoctorsSearchIndexCommand} [updateDoctorsSearchIndexCommand]
|
|
26836
|
-
* @param {*} [options] Override http request option.
|
|
26837
|
-
* @throws {RequiredError}
|
|
26838
|
-
*/
|
|
26839
|
-
apiV1SearchDoctorsPost(updateDoctorsSearchIndexCommand?: UpdateDoctorsSearchIndexCommand | undefined, options?: any): AxiosPromise<string>;
|
|
26840
|
-
/**
|
|
26841
|
-
*
|
|
26842
|
-
* @summary Update or Re-create hospitals Azure Search Services Index
|
|
26843
|
-
* @param {UpdateHospitalsSearchIndexCommand} [updateHospitalsSearchIndexCommand]
|
|
26702
|
+
* @summary RecreateIndex
|
|
26703
|
+
* @param {SearchIndexType} [searchIndexType]
|
|
26704
|
+
* @param {UpdateSearchIndexCommand} [updateSearchIndexCommand]
|
|
26844
26705
|
* @param {*} [options] Override http request option.
|
|
26845
26706
|
* @throws {RequiredError}
|
|
26846
26707
|
*/
|
|
26847
|
-
|
|
26848
|
-
/**
|
|
26849
|
-
*
|
|
26850
|
-
* @summary Update or Re-create hospitalSpecialties Azure Search Services Index
|
|
26851
|
-
* @param {UpdateHospitalSpecialtiesSearchIndexCommand} [updateHospitalSpecialtiesSearchIndexCommand]
|
|
26852
|
-
* @param {*} [options] Override http request option.
|
|
26853
|
-
* @throws {RequiredError}
|
|
26854
|
-
*/
|
|
26855
|
-
apiV1SearchHospitalspecialtiesPost(updateHospitalSpecialtiesSearchIndexCommand?: UpdateHospitalSpecialtiesSearchIndexCommand | undefined, options?: any): AxiosPromise<string>;
|
|
26856
|
-
/**
|
|
26857
|
-
*
|
|
26858
|
-
* @summary Update or Re-create specialties Azure Search Services Index
|
|
26859
|
-
* @param {UpdateSpecialtiesSearchIndexCommand} [updateSpecialtiesSearchIndexCommand]
|
|
26860
|
-
* @param {*} [options] Override http request option.
|
|
26861
|
-
* @throws {RequiredError}
|
|
26862
|
-
*/
|
|
26863
|
-
apiV1SearchSpecialtiesPost(updateSpecialtiesSearchIndexCommand?: UpdateSpecialtiesSearchIndexCommand | undefined, options?: any): AxiosPromise<string>;
|
|
26864
|
-
/**
|
|
26865
|
-
*
|
|
26866
|
-
* @summary Update or Re-create specialtyTypes Azure Search Services Index
|
|
26867
|
-
* @param {UpdateSpecialtyTypesSearchIndexCommand} [updateSpecialtyTypesSearchIndexCommand]
|
|
26868
|
-
* @param {*} [options] Override http request option.
|
|
26869
|
-
* @throws {RequiredError}
|
|
26870
|
-
*/
|
|
26871
|
-
apiV1SearchSpecialtytypesPost(updateSpecialtyTypesSearchIndexCommand?: UpdateSpecialtyTypesSearchIndexCommand | undefined, options?: any): AxiosPromise<string>;
|
|
26708
|
+
apiV1SearchRecreatePost(searchIndexType?: SearchIndexType | undefined, updateSearchIndexCommand?: UpdateSearchIndexCommand | undefined, options?: any): AxiosPromise<string>;
|
|
26872
26709
|
};
|
|
26873
26710
|
/**
|
|
26874
26711
|
* SearchApi - object-oriented interface
|
|
@@ -26879,58 +26716,14 @@ export declare const SearchApiFactory: (configuration?: Configuration | undefine
|
|
|
26879
26716
|
export declare class SearchApi extends BaseAPI {
|
|
26880
26717
|
/**
|
|
26881
26718
|
*
|
|
26882
|
-
* @summary
|
|
26883
|
-
* @param {
|
|
26884
|
-
* @param {
|
|
26885
|
-
* @throws {RequiredError}
|
|
26886
|
-
* @memberof SearchApi
|
|
26887
|
-
*/
|
|
26888
|
-
apiV1SearchDealsPost(updateDealsSearchIndexCommand?: UpdateDealsSearchIndexCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string>>;
|
|
26889
|
-
/**
|
|
26890
|
-
*
|
|
26891
|
-
* @summary Update or Re-create doctors Azure Search Services Index
|
|
26892
|
-
* @param {UpdateDoctorsSearchIndexCommand} [updateDoctorsSearchIndexCommand]
|
|
26893
|
-
* @param {*} [options] Override http request option.
|
|
26894
|
-
* @throws {RequiredError}
|
|
26895
|
-
* @memberof SearchApi
|
|
26896
|
-
*/
|
|
26897
|
-
apiV1SearchDoctorsPost(updateDoctorsSearchIndexCommand?: UpdateDoctorsSearchIndexCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string>>;
|
|
26898
|
-
/**
|
|
26899
|
-
*
|
|
26900
|
-
* @summary Update or Re-create hospitals Azure Search Services Index
|
|
26901
|
-
* @param {UpdateHospitalsSearchIndexCommand} [updateHospitalsSearchIndexCommand]
|
|
26902
|
-
* @param {*} [options] Override http request option.
|
|
26903
|
-
* @throws {RequiredError}
|
|
26904
|
-
* @memberof SearchApi
|
|
26905
|
-
*/
|
|
26906
|
-
apiV1SearchHospitalsPost(updateHospitalsSearchIndexCommand?: UpdateHospitalsSearchIndexCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string>>;
|
|
26907
|
-
/**
|
|
26908
|
-
*
|
|
26909
|
-
* @summary Update or Re-create hospitalSpecialties Azure Search Services Index
|
|
26910
|
-
* @param {UpdateHospitalSpecialtiesSearchIndexCommand} [updateHospitalSpecialtiesSearchIndexCommand]
|
|
26911
|
-
* @param {*} [options] Override http request option.
|
|
26912
|
-
* @throws {RequiredError}
|
|
26913
|
-
* @memberof SearchApi
|
|
26914
|
-
*/
|
|
26915
|
-
apiV1SearchHospitalspecialtiesPost(updateHospitalSpecialtiesSearchIndexCommand?: UpdateHospitalSpecialtiesSearchIndexCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string>>;
|
|
26916
|
-
/**
|
|
26917
|
-
*
|
|
26918
|
-
* @summary Update or Re-create specialties Azure Search Services Index
|
|
26919
|
-
* @param {UpdateSpecialtiesSearchIndexCommand} [updateSpecialtiesSearchIndexCommand]
|
|
26920
|
-
* @param {*} [options] Override http request option.
|
|
26921
|
-
* @throws {RequiredError}
|
|
26922
|
-
* @memberof SearchApi
|
|
26923
|
-
*/
|
|
26924
|
-
apiV1SearchSpecialtiesPost(updateSpecialtiesSearchIndexCommand?: UpdateSpecialtiesSearchIndexCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string>>;
|
|
26925
|
-
/**
|
|
26926
|
-
*
|
|
26927
|
-
* @summary Update or Re-create specialtyTypes Azure Search Services Index
|
|
26928
|
-
* @param {UpdateSpecialtyTypesSearchIndexCommand} [updateSpecialtyTypesSearchIndexCommand]
|
|
26719
|
+
* @summary RecreateIndex
|
|
26720
|
+
* @param {SearchIndexType} [searchIndexType]
|
|
26721
|
+
* @param {UpdateSearchIndexCommand} [updateSearchIndexCommand]
|
|
26929
26722
|
* @param {*} [options] Override http request option.
|
|
26930
26723
|
* @throws {RequiredError}
|
|
26931
26724
|
* @memberof SearchApi
|
|
26932
26725
|
*/
|
|
26933
|
-
|
|
26726
|
+
apiV1SearchRecreatePost(searchIndexType?: SearchIndexType, updateSearchIndexCommand?: UpdateSearchIndexCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string>>;
|
|
26934
26727
|
}
|
|
26935
26728
|
/**
|
|
26936
26729
|
* ServiceReviewsApi - axios parameter creator
|