ch-admin-api-client-typescript 3.5.8 → 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 +191 -544
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +353 -838
- package/package.json +1 -1
- package/src/api.ts +381 -960
package/lib/api.d.ts
CHANGED
|
@@ -3781,6 +3781,12 @@ export interface CreateDoctorCommand {
|
|
|
3781
3781
|
* @memberof CreateDoctorCommand
|
|
3782
3782
|
*/
|
|
3783
3783
|
'lastName'?: string | null;
|
|
3784
|
+
/**
|
|
3785
|
+
*
|
|
3786
|
+
* @type {string}
|
|
3787
|
+
* @memberof CreateDoctorCommand
|
|
3788
|
+
*/
|
|
3789
|
+
'phone'?: string | null;
|
|
3784
3790
|
/**
|
|
3785
3791
|
*
|
|
3786
3792
|
* @type {Gender}
|
|
@@ -6656,43 +6662,6 @@ export interface FaqCategoriesModel {
|
|
|
6656
6662
|
*/
|
|
6657
6663
|
'metaData'?: PagedListMetaData;
|
|
6658
6664
|
}
|
|
6659
|
-
/**
|
|
6660
|
-
*
|
|
6661
|
-
* @export
|
|
6662
|
-
* @interface FaqCategoryBreadCrumbModel
|
|
6663
|
-
*/
|
|
6664
|
-
export interface FaqCategoryBreadCrumbModel {
|
|
6665
|
-
/**
|
|
6666
|
-
*
|
|
6667
|
-
* @type {string}
|
|
6668
|
-
* @memberof FaqCategoryBreadCrumbModel
|
|
6669
|
-
*/
|
|
6670
|
-
'id'?: string;
|
|
6671
|
-
/**
|
|
6672
|
-
*
|
|
6673
|
-
* @type {string}
|
|
6674
|
-
* @memberof FaqCategoryBreadCrumbModel
|
|
6675
|
-
*/
|
|
6676
|
-
'name'?: string | null;
|
|
6677
|
-
/**
|
|
6678
|
-
*
|
|
6679
|
-
* @type {string}
|
|
6680
|
-
* @memberof FaqCategoryBreadCrumbModel
|
|
6681
|
-
*/
|
|
6682
|
-
'slug'?: string | null;
|
|
6683
|
-
/**
|
|
6684
|
-
*
|
|
6685
|
-
* @type {string}
|
|
6686
|
-
* @memberof FaqCategoryBreadCrumbModel
|
|
6687
|
-
*/
|
|
6688
|
-
'parentId'?: string | null;
|
|
6689
|
-
/**
|
|
6690
|
-
*
|
|
6691
|
-
* @type {boolean}
|
|
6692
|
-
* @memberof FaqCategoryBreadCrumbModel
|
|
6693
|
-
*/
|
|
6694
|
-
'confirmed'?: boolean;
|
|
6695
|
-
}
|
|
6696
6665
|
/**
|
|
6697
6666
|
*
|
|
6698
6667
|
* @export
|
|
@@ -10150,6 +10119,25 @@ export declare enum ReviewType {
|
|
|
10150
10119
|
SurgeryReview = "SurgeryReview",
|
|
10151
10120
|
RealStory = "RealStory"
|
|
10152
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
|
+
}
|
|
10153
10141
|
/**
|
|
10154
10142
|
*
|
|
10155
10143
|
* @export
|
|
@@ -11978,25 +11966,6 @@ export interface UpdateDealServiceCommand {
|
|
|
11978
11966
|
*/
|
|
11979
11967
|
'order'?: number;
|
|
11980
11968
|
}
|
|
11981
|
-
/**
|
|
11982
|
-
*
|
|
11983
|
-
* @export
|
|
11984
|
-
* @interface UpdateDealsSearchIndexCommand
|
|
11985
|
-
*/
|
|
11986
|
-
export interface UpdateDealsSearchIndexCommand {
|
|
11987
|
-
/**
|
|
11988
|
-
*
|
|
11989
|
-
* @type {number}
|
|
11990
|
-
* @memberof UpdateDealsSearchIndexCommand
|
|
11991
|
-
*/
|
|
11992
|
-
'batchSize'?: number | null;
|
|
11993
|
-
/**
|
|
11994
|
-
*
|
|
11995
|
-
* @type {boolean}
|
|
11996
|
-
* @memberof UpdateDealsSearchIndexCommand
|
|
11997
|
-
*/
|
|
11998
|
-
'reCreate'?: boolean | null;
|
|
11999
|
-
}
|
|
12000
11969
|
/**
|
|
12001
11970
|
*
|
|
12002
11971
|
* @export
|
|
@@ -12149,12 +12118,6 @@ export interface UpdateDoctorCommand {
|
|
|
12149
12118
|
* @memberof UpdateDoctorCommand
|
|
12150
12119
|
*/
|
|
12151
12120
|
'lastName'?: string | null;
|
|
12152
|
-
/**
|
|
12153
|
-
*
|
|
12154
|
-
* @type {string}
|
|
12155
|
-
* @memberof UpdateDoctorCommand
|
|
12156
|
-
*/
|
|
12157
|
-
'slug'?: string | null;
|
|
12158
12121
|
/**
|
|
12159
12122
|
*
|
|
12160
12123
|
* @type {string}
|
|
@@ -12191,48 +12154,12 @@ export interface UpdateDoctorCommand {
|
|
|
12191
12154
|
* @memberof UpdateDoctorCommand
|
|
12192
12155
|
*/
|
|
12193
12156
|
'startPracticeDate'?: Date | null;
|
|
12194
|
-
/**
|
|
12195
|
-
*
|
|
12196
|
-
* @type {string}
|
|
12197
|
-
* @memberof UpdateDoctorCommand
|
|
12198
|
-
*/
|
|
12199
|
-
'overview'?: string | null;
|
|
12200
|
-
/**
|
|
12201
|
-
*
|
|
12202
|
-
* @type {boolean}
|
|
12203
|
-
* @memberof UpdateDoctorCommand
|
|
12204
|
-
*/
|
|
12205
|
-
'consultationEnabled'?: boolean | null;
|
|
12206
|
-
/**
|
|
12207
|
-
*
|
|
12208
|
-
* @type {number}
|
|
12209
|
-
* @memberof UpdateDoctorCommand
|
|
12210
|
-
*/
|
|
12211
|
-
'consultationFee'?: number | null;
|
|
12212
12157
|
/**
|
|
12213
12158
|
*
|
|
12214
12159
|
* @type {string}
|
|
12215
12160
|
* @memberof UpdateDoctorCommand
|
|
12216
12161
|
*/
|
|
12217
12162
|
'timeZone'?: string | null;
|
|
12218
|
-
/**
|
|
12219
|
-
*
|
|
12220
|
-
* @type {string}
|
|
12221
|
-
* @memberof UpdateDoctorCommand
|
|
12222
|
-
*/
|
|
12223
|
-
'hospitalId'?: string | null;
|
|
12224
|
-
/**
|
|
12225
|
-
*
|
|
12226
|
-
* @type {string}
|
|
12227
|
-
* @memberof UpdateDoctorCommand
|
|
12228
|
-
*/
|
|
12229
|
-
'languageCode'?: string | null;
|
|
12230
|
-
/**
|
|
12231
|
-
*
|
|
12232
|
-
* @type {boolean}
|
|
12233
|
-
* @memberof UpdateDoctorCommand
|
|
12234
|
-
*/
|
|
12235
|
-
'confirmed'?: boolean;
|
|
12236
12163
|
}
|
|
12237
12164
|
/**
|
|
12238
12165
|
*
|
|
@@ -12328,25 +12255,6 @@ export interface UpdateDoctorSpecialtyCommand {
|
|
|
12328
12255
|
*/
|
|
12329
12256
|
'order'?: number;
|
|
12330
12257
|
}
|
|
12331
|
-
/**
|
|
12332
|
-
*
|
|
12333
|
-
* @export
|
|
12334
|
-
* @interface UpdateDoctorsSearchIndexCommand
|
|
12335
|
-
*/
|
|
12336
|
-
export interface UpdateDoctorsSearchIndexCommand {
|
|
12337
|
-
/**
|
|
12338
|
-
*
|
|
12339
|
-
* @type {number}
|
|
12340
|
-
* @memberof UpdateDoctorsSearchIndexCommand
|
|
12341
|
-
*/
|
|
12342
|
-
'batchSize'?: number | null;
|
|
12343
|
-
/**
|
|
12344
|
-
*
|
|
12345
|
-
* @type {boolean}
|
|
12346
|
-
* @memberof UpdateDoctorsSearchIndexCommand
|
|
12347
|
-
*/
|
|
12348
|
-
'reCreate'?: boolean | null;
|
|
12349
|
-
}
|
|
12350
12258
|
/**
|
|
12351
12259
|
*
|
|
12352
12260
|
* @export
|
|
@@ -12767,25 +12675,6 @@ export interface UpdateHospitalSnsHandleCommand {
|
|
|
12767
12675
|
*/
|
|
12768
12676
|
'handle'?: string | null;
|
|
12769
12677
|
}
|
|
12770
|
-
/**
|
|
12771
|
-
*
|
|
12772
|
-
* @export
|
|
12773
|
-
* @interface UpdateHospitalSpecialtiesSearchIndexCommand
|
|
12774
|
-
*/
|
|
12775
|
-
export interface UpdateHospitalSpecialtiesSearchIndexCommand {
|
|
12776
|
-
/**
|
|
12777
|
-
*
|
|
12778
|
-
* @type {number}
|
|
12779
|
-
* @memberof UpdateHospitalSpecialtiesSearchIndexCommand
|
|
12780
|
-
*/
|
|
12781
|
-
'batchSize'?: number | null;
|
|
12782
|
-
/**
|
|
12783
|
-
*
|
|
12784
|
-
* @type {boolean}
|
|
12785
|
-
* @memberof UpdateHospitalSpecialtiesSearchIndexCommand
|
|
12786
|
-
*/
|
|
12787
|
-
'reCreate'?: boolean | null;
|
|
12788
|
-
}
|
|
12789
12678
|
/**
|
|
12790
12679
|
*
|
|
12791
12680
|
* @export
|
|
@@ -12902,25 +12791,6 @@ export interface UpdateHospitalWorkingDayCommand {
|
|
|
12902
12791
|
*/
|
|
12903
12792
|
'checkHoliday'?: boolean;
|
|
12904
12793
|
}
|
|
12905
|
-
/**
|
|
12906
|
-
*
|
|
12907
|
-
* @export
|
|
12908
|
-
* @interface UpdateHospitalsSearchIndexCommand
|
|
12909
|
-
*/
|
|
12910
|
-
export interface UpdateHospitalsSearchIndexCommand {
|
|
12911
|
-
/**
|
|
12912
|
-
*
|
|
12913
|
-
* @type {number}
|
|
12914
|
-
* @memberof UpdateHospitalsSearchIndexCommand
|
|
12915
|
-
*/
|
|
12916
|
-
'batchSize'?: number | null;
|
|
12917
|
-
/**
|
|
12918
|
-
*
|
|
12919
|
-
* @type {boolean}
|
|
12920
|
-
* @memberof UpdateHospitalsSearchIndexCommand
|
|
12921
|
-
*/
|
|
12922
|
-
'reCreate'?: boolean | null;
|
|
12923
|
-
}
|
|
12924
12794
|
/**
|
|
12925
12795
|
*
|
|
12926
12796
|
* @export
|
|
@@ -13252,6 +13122,19 @@ export interface UpdateProfileCommand {
|
|
|
13252
13122
|
*/
|
|
13253
13123
|
'locations'?: Array<UserLocationModel> | null;
|
|
13254
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
|
+
}
|
|
13255
13138
|
/**
|
|
13256
13139
|
*
|
|
13257
13140
|
* @export
|
|
@@ -13332,25 +13215,6 @@ export interface UpdateServiceReviewCommand {
|
|
|
13332
13215
|
*/
|
|
13333
13216
|
'confirmed'?: boolean;
|
|
13334
13217
|
}
|
|
13335
|
-
/**
|
|
13336
|
-
*
|
|
13337
|
-
* @export
|
|
13338
|
-
* @interface UpdateSpecialtiesSearchIndexCommand
|
|
13339
|
-
*/
|
|
13340
|
-
export interface UpdateSpecialtiesSearchIndexCommand {
|
|
13341
|
-
/**
|
|
13342
|
-
*
|
|
13343
|
-
* @type {number}
|
|
13344
|
-
* @memberof UpdateSpecialtiesSearchIndexCommand
|
|
13345
|
-
*/
|
|
13346
|
-
'batchSize'?: number | null;
|
|
13347
|
-
/**
|
|
13348
|
-
*
|
|
13349
|
-
* @type {boolean}
|
|
13350
|
-
* @memberof UpdateSpecialtiesSearchIndexCommand
|
|
13351
|
-
*/
|
|
13352
|
-
'reCreate'?: boolean | null;
|
|
13353
|
-
}
|
|
13354
13218
|
/**
|
|
13355
13219
|
*
|
|
13356
13220
|
* @export
|
|
@@ -13479,25 +13343,6 @@ export interface UpdateSpecialtyTypeCommand {
|
|
|
13479
13343
|
*/
|
|
13480
13344
|
'content'?: string | null;
|
|
13481
13345
|
}
|
|
13482
|
-
/**
|
|
13483
|
-
*
|
|
13484
|
-
* @export
|
|
13485
|
-
* @interface UpdateSpecialtyTypesSearchIndexCommand
|
|
13486
|
-
*/
|
|
13487
|
-
export interface UpdateSpecialtyTypesSearchIndexCommand {
|
|
13488
|
-
/**
|
|
13489
|
-
*
|
|
13490
|
-
* @type {number}
|
|
13491
|
-
* @memberof UpdateSpecialtyTypesSearchIndexCommand
|
|
13492
|
-
*/
|
|
13493
|
-
'batchSize'?: number | null;
|
|
13494
|
-
/**
|
|
13495
|
-
*
|
|
13496
|
-
* @type {boolean}
|
|
13497
|
-
* @memberof UpdateSpecialtyTypesSearchIndexCommand
|
|
13498
|
-
*/
|
|
13499
|
-
'reCreate'?: boolean | null;
|
|
13500
|
-
}
|
|
13501
13346
|
/**
|
|
13502
13347
|
*
|
|
13503
13348
|
* @export
|
|
@@ -20940,15 +20785,6 @@ export declare class EmailMarketingsApi extends BaseAPI {
|
|
|
20940
20785
|
* @export
|
|
20941
20786
|
*/
|
|
20942
20787
|
export declare const FaqCategoriesApiAxiosParamCreator: (configuration?: Configuration | undefined) => {
|
|
20943
|
-
/**
|
|
20944
|
-
*
|
|
20945
|
-
* @summary Get BreadCrumbs.
|
|
20946
|
-
* @param {string} faqId
|
|
20947
|
-
* @param {string} [languageCode]
|
|
20948
|
-
* @param {*} [options] Override http request option.
|
|
20949
|
-
* @throws {RequiredError}
|
|
20950
|
-
*/
|
|
20951
|
-
apiV1FaqcategoriesBreadcrumbsFaqIdGet: (faqId: string, languageCode?: string | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
20952
20788
|
/**
|
|
20953
20789
|
*
|
|
20954
20790
|
* @summary Delete FaqCategory.
|
|
@@ -21018,15 +20854,6 @@ export declare const FaqCategoriesApiAxiosParamCreator: (configuration?: Configu
|
|
|
21018
20854
|
* @export
|
|
21019
20855
|
*/
|
|
21020
20856
|
export declare const FaqCategoriesApiFp: (configuration?: Configuration | undefined) => {
|
|
21021
|
-
/**
|
|
21022
|
-
*
|
|
21023
|
-
* @summary Get BreadCrumbs.
|
|
21024
|
-
* @param {string} faqId
|
|
21025
|
-
* @param {string} [languageCode]
|
|
21026
|
-
* @param {*} [options] Override http request option.
|
|
21027
|
-
* @throws {RequiredError}
|
|
21028
|
-
*/
|
|
21029
|
-
apiV1FaqcategoriesBreadcrumbsFaqIdGet(faqId: string, languageCode?: string | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<Array<FaqCategoryBreadCrumbModel>>>;
|
|
21030
20857
|
/**
|
|
21031
20858
|
*
|
|
21032
20859
|
* @summary Delete FaqCategory.
|
|
@@ -21096,15 +20923,6 @@ export declare const FaqCategoriesApiFp: (configuration?: Configuration | undefi
|
|
|
21096
20923
|
* @export
|
|
21097
20924
|
*/
|
|
21098
20925
|
export declare const FaqCategoriesApiFactory: (configuration?: Configuration | undefined, basePath?: string | undefined, axios?: AxiosInstance | undefined) => {
|
|
21099
|
-
/**
|
|
21100
|
-
*
|
|
21101
|
-
* @summary Get BreadCrumbs.
|
|
21102
|
-
* @param {string} faqId
|
|
21103
|
-
* @param {string} [languageCode]
|
|
21104
|
-
* @param {*} [options] Override http request option.
|
|
21105
|
-
* @throws {RequiredError}
|
|
21106
|
-
*/
|
|
21107
|
-
apiV1FaqcategoriesBreadcrumbsFaqIdGet(faqId: string, languageCode?: string | undefined, options?: any): AxiosPromise<Array<FaqCategoryBreadCrumbModel>>;
|
|
21108
20926
|
/**
|
|
21109
20927
|
*
|
|
21110
20928
|
* @summary Delete FaqCategory.
|
|
@@ -21176,16 +20994,6 @@ export declare const FaqCategoriesApiFactory: (configuration?: Configuration | u
|
|
|
21176
20994
|
* @extends {BaseAPI}
|
|
21177
20995
|
*/
|
|
21178
20996
|
export declare class FaqCategoriesApi extends BaseAPI {
|
|
21179
|
-
/**
|
|
21180
|
-
*
|
|
21181
|
-
* @summary Get BreadCrumbs.
|
|
21182
|
-
* @param {string} faqId
|
|
21183
|
-
* @param {string} [languageCode]
|
|
21184
|
-
* @param {*} [options] Override http request option.
|
|
21185
|
-
* @throws {RequiredError}
|
|
21186
|
-
* @memberof FaqCategoriesApi
|
|
21187
|
-
*/
|
|
21188
|
-
apiV1FaqcategoriesBreadcrumbsFaqIdGet(faqId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<FaqCategoryBreadCrumbModel[]>>;
|
|
21189
20997
|
/**
|
|
21190
20998
|
*
|
|
21191
20999
|
* @summary Delete FaqCategory.
|
|
@@ -22328,6 +22136,25 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
22328
22136
|
* @throws {RequiredError}
|
|
22329
22137
|
*/
|
|
22330
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>;
|
|
22331
22158
|
/**
|
|
22332
22159
|
*
|
|
22333
22160
|
* @summary Get all HospitalServiceMedias.
|
|
@@ -22383,6 +22210,16 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
22383
22210
|
* @throws {RequiredError}
|
|
22384
22211
|
*/
|
|
22385
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>;
|
|
22386
22223
|
/**
|
|
22387
22224
|
*
|
|
22388
22225
|
* @summary Create HospitalSpecialty.
|
|
@@ -22427,69 +22264,40 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
22427
22264
|
apiV1HospitalsHospitalIdSpecialtiesSlugGet: (hospitalId: string, slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
22428
22265
|
/**
|
|
22429
22266
|
*
|
|
22430
|
-
* @summary
|
|
22267
|
+
* @summary Get all HospitalServices.
|
|
22431
22268
|
* @param {string} hospitalId
|
|
22432
22269
|
* @param {string} specialtyId
|
|
22270
|
+
* @param {string} [id]
|
|
22271
|
+
* @param {string} [name]
|
|
22272
|
+
* @param {string} [slug]
|
|
22273
|
+
* @param {string} [serviceCategoryId]
|
|
22274
|
+
* @param {MarketingType} [marketingType]
|
|
22275
|
+
* @param {Procedure} [procedure]
|
|
22276
|
+
* @param {Date} [created]
|
|
22277
|
+
* @param {boolean} [showHidden]
|
|
22278
|
+
* @param {string} [languageCode]
|
|
22279
|
+
* @param {number} [page]
|
|
22280
|
+
* @param {number} [limit]
|
|
22281
|
+
* @param {Date} [lastRetrieved]
|
|
22433
22282
|
* @param {*} [options] Override http request option.
|
|
22434
22283
|
* @throws {RequiredError}
|
|
22435
22284
|
*/
|
|
22436
|
-
|
|
22285
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet: (hospitalId: string, specialtyId: string, id?: string | undefined, name?: string | undefined, slug?: string | undefined, serviceCategoryId?: string | undefined, marketingType?: MarketingType | undefined, procedure?: Procedure | undefined, created?: Date | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
22437
22286
|
/**
|
|
22438
22287
|
*
|
|
22439
|
-
* @summary
|
|
22288
|
+
* @summary Create HospitalService.
|
|
22440
22289
|
* @param {string} hospitalId
|
|
22441
22290
|
* @param {string} specialtyId
|
|
22442
|
-
* @param {
|
|
22291
|
+
* @param {CreateHospitalServiceCommand} [createHospitalServiceCommand]
|
|
22443
22292
|
* @param {*} [options] Override http request option.
|
|
22444
22293
|
* @throws {RequiredError}
|
|
22445
22294
|
*/
|
|
22446
|
-
|
|
22295
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesPost: (hospitalId: string, specialtyId: string, createHospitalServiceCommand?: CreateHospitalServiceCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
22447
22296
|
/**
|
|
22448
22297
|
*
|
|
22449
|
-
* @summary Update HospitalSpecialty.
|
|
22450
22298
|
* @param {string} hospitalId
|
|
22451
22299
|
* @param {string} specialtyId
|
|
22452
|
-
* @param {
|
|
22453
|
-
* @param {*} [options] Override http request option.
|
|
22454
|
-
* @throws {RequiredError}
|
|
22455
|
-
*/
|
|
22456
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdPut: (hospitalId: string, specialtyId: string, updateHospitalSpecialtyCommand?: UpdateHospitalSpecialtyCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
22457
|
-
/**
|
|
22458
|
-
*
|
|
22459
|
-
* @summary Get all HospitalServices.
|
|
22460
|
-
* @param {string} hospitalId
|
|
22461
|
-
* @param {string} specialtyId
|
|
22462
|
-
* @param {string} [id]
|
|
22463
|
-
* @param {string} [name]
|
|
22464
|
-
* @param {string} [slug]
|
|
22465
|
-
* @param {string} [serviceCategoryId]
|
|
22466
|
-
* @param {MarketingType} [marketingType]
|
|
22467
|
-
* @param {Procedure} [procedure]
|
|
22468
|
-
* @param {Date} [created]
|
|
22469
|
-
* @param {boolean} [showHidden]
|
|
22470
|
-
* @param {string} [languageCode]
|
|
22471
|
-
* @param {number} [page]
|
|
22472
|
-
* @param {number} [limit]
|
|
22473
|
-
* @param {Date} [lastRetrieved]
|
|
22474
|
-
* @param {*} [options] Override http request option.
|
|
22475
|
-
* @throws {RequiredError}
|
|
22476
|
-
*/
|
|
22477
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet: (hospitalId: string, specialtyId: string, id?: string | undefined, name?: string | undefined, slug?: string | undefined, serviceCategoryId?: string | undefined, marketingType?: MarketingType | undefined, procedure?: Procedure | undefined, created?: Date | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
22478
|
-
/**
|
|
22479
|
-
*
|
|
22480
|
-
* @summary Create HospitalService.
|
|
22481
|
-
* @param {string} hospitalId
|
|
22482
|
-
* @param {string} specialtyId
|
|
22483
|
-
* @param {CreateHospitalServiceCommand} [createHospitalServiceCommand]
|
|
22484
|
-
* @param {*} [options] Override http request option.
|
|
22485
|
-
* @throws {RequiredError}
|
|
22486
|
-
*/
|
|
22487
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesPost: (hospitalId: string, specialtyId: string, createHospitalServiceCommand?: CreateHospitalServiceCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
22488
|
-
/**
|
|
22489
|
-
*
|
|
22490
|
-
* @param {string} hospitalId
|
|
22491
|
-
* @param {string} specialtyId
|
|
22492
|
-
* @param {string} serviceId
|
|
22300
|
+
* @param {string} serviceId
|
|
22493
22301
|
* @param {*} [options] Override http request option.
|
|
22494
22302
|
* @throws {RequiredError}
|
|
22495
22303
|
*/
|
|
@@ -23092,6 +22900,25 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
|
|
|
23092
22900
|
* @throws {RequiredError}
|
|
23093
22901
|
*/
|
|
23094
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>>;
|
|
23095
22922
|
/**
|
|
23096
22923
|
*
|
|
23097
22924
|
* @summary Get all HospitalServiceMedias.
|
|
@@ -23147,6 +22974,16 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
|
|
|
23147
22974
|
* @throws {RequiredError}
|
|
23148
22975
|
*/
|
|
23149
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>>;
|
|
23150
22987
|
/**
|
|
23151
22988
|
*
|
|
23152
22989
|
* @summary Create HospitalSpecialty.
|
|
@@ -23189,35 +23026,6 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
|
|
|
23189
23026
|
* @throws {RequiredError}
|
|
23190
23027
|
*/
|
|
23191
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>>;
|
|
23192
|
-
/**
|
|
23193
|
-
*
|
|
23194
|
-
* @summary Delete HospitalSpecialty.
|
|
23195
|
-
* @param {string} hospitalId
|
|
23196
|
-
* @param {string} specialtyId
|
|
23197
|
-
* @param {*} [options] Override http request option.
|
|
23198
|
-
* @throws {RequiredError}
|
|
23199
|
-
*/
|
|
23200
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdDelete(hospitalId: string, specialtyId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
23201
|
-
/**
|
|
23202
|
-
*
|
|
23203
|
-
* @summary Get HospitalSpecialty.
|
|
23204
|
-
* @param {string} hospitalId
|
|
23205
|
-
* @param {string} specialtyId
|
|
23206
|
-
* @param {string} [languageCode]
|
|
23207
|
-
* @param {*} [options] Override http request option.
|
|
23208
|
-
* @throws {RequiredError}
|
|
23209
|
-
*/
|
|
23210
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdGet(hospitalId: string, specialtyId: string, languageCode?: string | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtyModel>>;
|
|
23211
|
-
/**
|
|
23212
|
-
*
|
|
23213
|
-
* @summary Update HospitalSpecialty.
|
|
23214
|
-
* @param {string} hospitalId
|
|
23215
|
-
* @param {string} specialtyId
|
|
23216
|
-
* @param {UpdateHospitalSpecialtyCommand} [updateHospitalSpecialtyCommand]
|
|
23217
|
-
* @param {*} [options] Override http request option.
|
|
23218
|
-
* @throws {RequiredError}
|
|
23219
|
-
*/
|
|
23220
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdPut(hospitalId: string, specialtyId: string, updateHospitalSpecialtyCommand?: UpdateHospitalSpecialtyCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtyModel>>;
|
|
23221
23029
|
/**
|
|
23222
23030
|
*
|
|
23223
23031
|
* @summary Get all HospitalServices.
|
|
@@ -23856,6 +23664,25 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
|
|
|
23856
23664
|
* @throws {RequiredError}
|
|
23857
23665
|
*/
|
|
23858
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>;
|
|
23859
23686
|
/**
|
|
23860
23687
|
*
|
|
23861
23688
|
* @summary Get all HospitalServiceMedias.
|
|
@@ -23911,6 +23738,16 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
|
|
|
23911
23738
|
* @throws {RequiredError}
|
|
23912
23739
|
*/
|
|
23913
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>;
|
|
23914
23751
|
/**
|
|
23915
23752
|
*
|
|
23916
23753
|
* @summary Create HospitalSpecialty.
|
|
@@ -23953,35 +23790,6 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
|
|
|
23953
23790
|
* @throws {RequiredError}
|
|
23954
23791
|
*/
|
|
23955
23792
|
apiV1HospitalsHospitalIdSpecialtiesSlugGet(hospitalId: string, slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, options?: any): AxiosPromise<HospitalSpecialtyModel>;
|
|
23956
|
-
/**
|
|
23957
|
-
*
|
|
23958
|
-
* @summary Delete HospitalSpecialty.
|
|
23959
|
-
* @param {string} hospitalId
|
|
23960
|
-
* @param {string} specialtyId
|
|
23961
|
-
* @param {*} [options] Override http request option.
|
|
23962
|
-
* @throws {RequiredError}
|
|
23963
|
-
*/
|
|
23964
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdDelete(hospitalId: string, specialtyId: string, options?: any): AxiosPromise<boolean>;
|
|
23965
|
-
/**
|
|
23966
|
-
*
|
|
23967
|
-
* @summary Get HospitalSpecialty.
|
|
23968
|
-
* @param {string} hospitalId
|
|
23969
|
-
* @param {string} specialtyId
|
|
23970
|
-
* @param {string} [languageCode]
|
|
23971
|
-
* @param {*} [options] Override http request option.
|
|
23972
|
-
* @throws {RequiredError}
|
|
23973
|
-
*/
|
|
23974
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdGet(hospitalId: string, specialtyId: string, languageCode?: string | undefined, options?: any): AxiosPromise<HospitalSpecialtyModel>;
|
|
23975
|
-
/**
|
|
23976
|
-
*
|
|
23977
|
-
* @summary Update HospitalSpecialty.
|
|
23978
|
-
* @param {string} hospitalId
|
|
23979
|
-
* @param {string} specialtyId
|
|
23980
|
-
* @param {UpdateHospitalSpecialtyCommand} [updateHospitalSpecialtyCommand]
|
|
23981
|
-
* @param {*} [options] Override http request option.
|
|
23982
|
-
* @throws {RequiredError}
|
|
23983
|
-
*/
|
|
23984
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdPut(hospitalId: string, specialtyId: string, updateHospitalSpecialtyCommand?: UpdateHospitalSpecialtyCommand | undefined, options?: any): AxiosPromise<HospitalSpecialtyModel>;
|
|
23985
23793
|
/**
|
|
23986
23794
|
*
|
|
23987
23795
|
* @summary Get all HospitalServices.
|
|
@@ -24660,6 +24468,27 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
24660
24468
|
* @memberof HospitalsApi
|
|
24661
24469
|
*/
|
|
24662
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>>;
|
|
24663
24492
|
/**
|
|
24664
24493
|
*
|
|
24665
24494
|
* @summary Get all HospitalServiceMedias.
|
|
@@ -24720,6 +24549,17 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
24720
24549
|
* @memberof HospitalsApi
|
|
24721
24550
|
*/
|
|
24722
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>>;
|
|
24723
24563
|
/**
|
|
24724
24564
|
*
|
|
24725
24565
|
* @summary Create HospitalSpecialty.
|
|
@@ -24765,38 +24605,6 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
24765
24605
|
* @memberof HospitalsApi
|
|
24766
24606
|
*/
|
|
24767
24607
|
apiV1HospitalsHospitalIdSpecialtiesSlugGet(hospitalId: string, slug: string, languageCode?: string, returnDefaultValue?: boolean, includeServices?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtyModel>>;
|
|
24768
|
-
/**
|
|
24769
|
-
*
|
|
24770
|
-
* @summary Delete HospitalSpecialty.
|
|
24771
|
-
* @param {string} hospitalId
|
|
24772
|
-
* @param {string} specialtyId
|
|
24773
|
-
* @param {*} [options] Override http request option.
|
|
24774
|
-
* @throws {RequiredError}
|
|
24775
|
-
* @memberof HospitalsApi
|
|
24776
|
-
*/
|
|
24777
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdDelete(hospitalId: string, specialtyId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
24778
|
-
/**
|
|
24779
|
-
*
|
|
24780
|
-
* @summary Get HospitalSpecialty.
|
|
24781
|
-
* @param {string} hospitalId
|
|
24782
|
-
* @param {string} specialtyId
|
|
24783
|
-
* @param {string} [languageCode]
|
|
24784
|
-
* @param {*} [options] Override http request option.
|
|
24785
|
-
* @throws {RequiredError}
|
|
24786
|
-
* @memberof HospitalsApi
|
|
24787
|
-
*/
|
|
24788
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdGet(hospitalId: string, specialtyId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtyModel>>;
|
|
24789
|
-
/**
|
|
24790
|
-
*
|
|
24791
|
-
* @summary Update HospitalSpecialty.
|
|
24792
|
-
* @param {string} hospitalId
|
|
24793
|
-
* @param {string} specialtyId
|
|
24794
|
-
* @param {UpdateHospitalSpecialtyCommand} [updateHospitalSpecialtyCommand]
|
|
24795
|
-
* @param {*} [options] Override http request option.
|
|
24796
|
-
* @throws {RequiredError}
|
|
24797
|
-
* @memberof HospitalsApi
|
|
24798
|
-
*/
|
|
24799
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdPut(hospitalId: string, specialtyId: string, updateHospitalSpecialtyCommand?: UpdateHospitalSpecialtyCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtyModel>>;
|
|
24800
24608
|
/**
|
|
24801
24609
|
*
|
|
24802
24610
|
* @summary Get all HospitalServices.
|
|
@@ -26861,52 +26669,13 @@ export declare class ProfilesApi extends BaseAPI {
|
|
|
26861
26669
|
export declare const SearchApiAxiosParamCreator: (configuration?: Configuration | undefined) => {
|
|
26862
26670
|
/**
|
|
26863
26671
|
*
|
|
26864
|
-
* @summary
|
|
26865
|
-
* @param {
|
|
26866
|
-
* @param {
|
|
26867
|
-
* @throws {RequiredError}
|
|
26868
|
-
*/
|
|
26869
|
-
apiV1SearchDealsPost: (updateDealsSearchIndexCommand?: UpdateDealsSearchIndexCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
26870
|
-
/**
|
|
26871
|
-
*
|
|
26872
|
-
* @summary Update or Re-create doctors Azure Search Services Index
|
|
26873
|
-
* @param {UpdateDoctorsSearchIndexCommand} [updateDoctorsSearchIndexCommand]
|
|
26874
|
-
* @param {*} [options] Override http request option.
|
|
26875
|
-
* @throws {RequiredError}
|
|
26876
|
-
*/
|
|
26877
|
-
apiV1SearchDoctorsPost: (updateDoctorsSearchIndexCommand?: UpdateDoctorsSearchIndexCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
26878
|
-
/**
|
|
26879
|
-
*
|
|
26880
|
-
* @summary Update or Re-create hospitals Azure Search Services Index
|
|
26881
|
-
* @param {UpdateHospitalsSearchIndexCommand} [updateHospitalsSearchIndexCommand]
|
|
26672
|
+
* @summary RecreateIndex
|
|
26673
|
+
* @param {SearchIndexType} [searchIndexType]
|
|
26674
|
+
* @param {UpdateSearchIndexCommand} [updateSearchIndexCommand]
|
|
26882
26675
|
* @param {*} [options] Override http request option.
|
|
26883
26676
|
* @throws {RequiredError}
|
|
26884
26677
|
*/
|
|
26885
|
-
|
|
26886
|
-
/**
|
|
26887
|
-
*
|
|
26888
|
-
* @summary Update or Re-create hospitalSpecialties Azure Search Services Index
|
|
26889
|
-
* @param {UpdateHospitalSpecialtiesSearchIndexCommand} [updateHospitalSpecialtiesSearchIndexCommand]
|
|
26890
|
-
* @param {*} [options] Override http request option.
|
|
26891
|
-
* @throws {RequiredError}
|
|
26892
|
-
*/
|
|
26893
|
-
apiV1SearchHospitalspecialtiesPost: (updateHospitalSpecialtiesSearchIndexCommand?: UpdateHospitalSpecialtiesSearchIndexCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
26894
|
-
/**
|
|
26895
|
-
*
|
|
26896
|
-
* @summary Update or Re-create specialties Azure Search Services Index
|
|
26897
|
-
* @param {UpdateSpecialtiesSearchIndexCommand} [updateSpecialtiesSearchIndexCommand]
|
|
26898
|
-
* @param {*} [options] Override http request option.
|
|
26899
|
-
* @throws {RequiredError}
|
|
26900
|
-
*/
|
|
26901
|
-
apiV1SearchSpecialtiesPost: (updateSpecialtiesSearchIndexCommand?: UpdateSpecialtiesSearchIndexCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
26902
|
-
/**
|
|
26903
|
-
*
|
|
26904
|
-
* @summary Update or Re-create specialtyTypes Azure Search Services Index
|
|
26905
|
-
* @param {UpdateSpecialtyTypesSearchIndexCommand} [updateSpecialtyTypesSearchIndexCommand]
|
|
26906
|
-
* @param {*} [options] Override http request option.
|
|
26907
|
-
* @throws {RequiredError}
|
|
26908
|
-
*/
|
|
26909
|
-
apiV1SearchSpecialtytypesPost: (updateSpecialtyTypesSearchIndexCommand?: UpdateSpecialtyTypesSearchIndexCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
26678
|
+
apiV1SearchRecreatePost: (searchIndexType?: SearchIndexType | undefined, updateSearchIndexCommand?: UpdateSearchIndexCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
26910
26679
|
};
|
|
26911
26680
|
/**
|
|
26912
26681
|
* SearchApi - functional programming interface
|
|
@@ -26915,52 +26684,13 @@ export declare const SearchApiAxiosParamCreator: (configuration?: Configuration
|
|
|
26915
26684
|
export declare const SearchApiFp: (configuration?: Configuration | undefined) => {
|
|
26916
26685
|
/**
|
|
26917
26686
|
*
|
|
26918
|
-
* @summary
|
|
26919
|
-
* @param {
|
|
26687
|
+
* @summary RecreateIndex
|
|
26688
|
+
* @param {SearchIndexType} [searchIndexType]
|
|
26689
|
+
* @param {UpdateSearchIndexCommand} [updateSearchIndexCommand]
|
|
26920
26690
|
* @param {*} [options] Override http request option.
|
|
26921
26691
|
* @throws {RequiredError}
|
|
26922
26692
|
*/
|
|
26923
|
-
|
|
26924
|
-
/**
|
|
26925
|
-
*
|
|
26926
|
-
* @summary Update or Re-create doctors Azure Search Services Index
|
|
26927
|
-
* @param {UpdateDoctorsSearchIndexCommand} [updateDoctorsSearchIndexCommand]
|
|
26928
|
-
* @param {*} [options] Override http request option.
|
|
26929
|
-
* @throws {RequiredError}
|
|
26930
|
-
*/
|
|
26931
|
-
apiV1SearchDoctorsPost(updateDoctorsSearchIndexCommand?: UpdateDoctorsSearchIndexCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<string>>;
|
|
26932
|
-
/**
|
|
26933
|
-
*
|
|
26934
|
-
* @summary Update or Re-create hospitals Azure Search Services Index
|
|
26935
|
-
* @param {UpdateHospitalsSearchIndexCommand} [updateHospitalsSearchIndexCommand]
|
|
26936
|
-
* @param {*} [options] Override http request option.
|
|
26937
|
-
* @throws {RequiredError}
|
|
26938
|
-
*/
|
|
26939
|
-
apiV1SearchHospitalsPost(updateHospitalsSearchIndexCommand?: UpdateHospitalsSearchIndexCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<string>>;
|
|
26940
|
-
/**
|
|
26941
|
-
*
|
|
26942
|
-
* @summary Update or Re-create hospitalSpecialties Azure Search Services Index
|
|
26943
|
-
* @param {UpdateHospitalSpecialtiesSearchIndexCommand} [updateHospitalSpecialtiesSearchIndexCommand]
|
|
26944
|
-
* @param {*} [options] Override http request option.
|
|
26945
|
-
* @throws {RequiredError}
|
|
26946
|
-
*/
|
|
26947
|
-
apiV1SearchHospitalspecialtiesPost(updateHospitalSpecialtiesSearchIndexCommand?: UpdateHospitalSpecialtiesSearchIndexCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<string>>;
|
|
26948
|
-
/**
|
|
26949
|
-
*
|
|
26950
|
-
* @summary Update or Re-create specialties Azure Search Services Index
|
|
26951
|
-
* @param {UpdateSpecialtiesSearchIndexCommand} [updateSpecialtiesSearchIndexCommand]
|
|
26952
|
-
* @param {*} [options] Override http request option.
|
|
26953
|
-
* @throws {RequiredError}
|
|
26954
|
-
*/
|
|
26955
|
-
apiV1SearchSpecialtiesPost(updateSpecialtiesSearchIndexCommand?: UpdateSpecialtiesSearchIndexCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<string>>;
|
|
26956
|
-
/**
|
|
26957
|
-
*
|
|
26958
|
-
* @summary Update or Re-create specialtyTypes Azure Search Services Index
|
|
26959
|
-
* @param {UpdateSpecialtyTypesSearchIndexCommand} [updateSpecialtyTypesSearchIndexCommand]
|
|
26960
|
-
* @param {*} [options] Override http request option.
|
|
26961
|
-
* @throws {RequiredError}
|
|
26962
|
-
*/
|
|
26963
|
-
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>>;
|
|
26964
26694
|
};
|
|
26965
26695
|
/**
|
|
26966
26696
|
* SearchApi - factory interface
|
|
@@ -26969,52 +26699,13 @@ export declare const SearchApiFp: (configuration?: Configuration | undefined) =>
|
|
|
26969
26699
|
export declare const SearchApiFactory: (configuration?: Configuration | undefined, basePath?: string | undefined, axios?: AxiosInstance | undefined) => {
|
|
26970
26700
|
/**
|
|
26971
26701
|
*
|
|
26972
|
-
* @summary
|
|
26973
|
-
* @param {
|
|
26974
|
-
* @param {
|
|
26975
|
-
* @throws {RequiredError}
|
|
26976
|
-
*/
|
|
26977
|
-
apiV1SearchDealsPost(updateDealsSearchIndexCommand?: UpdateDealsSearchIndexCommand | undefined, options?: any): AxiosPromise<string>;
|
|
26978
|
-
/**
|
|
26979
|
-
*
|
|
26980
|
-
* @summary Update or Re-create doctors Azure Search Services Index
|
|
26981
|
-
* @param {UpdateDoctorsSearchIndexCommand} [updateDoctorsSearchIndexCommand]
|
|
26982
|
-
* @param {*} [options] Override http request option.
|
|
26983
|
-
* @throws {RequiredError}
|
|
26984
|
-
*/
|
|
26985
|
-
apiV1SearchDoctorsPost(updateDoctorsSearchIndexCommand?: UpdateDoctorsSearchIndexCommand | undefined, options?: any): AxiosPromise<string>;
|
|
26986
|
-
/**
|
|
26987
|
-
*
|
|
26988
|
-
* @summary Update or Re-create hospitals Azure Search Services Index
|
|
26989
|
-
* @param {UpdateHospitalsSearchIndexCommand} [updateHospitalsSearchIndexCommand]
|
|
26990
|
-
* @param {*} [options] Override http request option.
|
|
26991
|
-
* @throws {RequiredError}
|
|
26992
|
-
*/
|
|
26993
|
-
apiV1SearchHospitalsPost(updateHospitalsSearchIndexCommand?: UpdateHospitalsSearchIndexCommand | undefined, options?: any): AxiosPromise<string>;
|
|
26994
|
-
/**
|
|
26995
|
-
*
|
|
26996
|
-
* @summary Update or Re-create hospitalSpecialties Azure Search Services Index
|
|
26997
|
-
* @param {UpdateHospitalSpecialtiesSearchIndexCommand} [updateHospitalSpecialtiesSearchIndexCommand]
|
|
26998
|
-
* @param {*} [options] Override http request option.
|
|
26999
|
-
* @throws {RequiredError}
|
|
27000
|
-
*/
|
|
27001
|
-
apiV1SearchHospitalspecialtiesPost(updateHospitalSpecialtiesSearchIndexCommand?: UpdateHospitalSpecialtiesSearchIndexCommand | undefined, options?: any): AxiosPromise<string>;
|
|
27002
|
-
/**
|
|
27003
|
-
*
|
|
27004
|
-
* @summary Update or Re-create specialties Azure Search Services Index
|
|
27005
|
-
* @param {UpdateSpecialtiesSearchIndexCommand} [updateSpecialtiesSearchIndexCommand]
|
|
27006
|
-
* @param {*} [options] Override http request option.
|
|
27007
|
-
* @throws {RequiredError}
|
|
27008
|
-
*/
|
|
27009
|
-
apiV1SearchSpecialtiesPost(updateSpecialtiesSearchIndexCommand?: UpdateSpecialtiesSearchIndexCommand | undefined, options?: any): AxiosPromise<string>;
|
|
27010
|
-
/**
|
|
27011
|
-
*
|
|
27012
|
-
* @summary Update or Re-create specialtyTypes Azure Search Services Index
|
|
27013
|
-
* @param {UpdateSpecialtyTypesSearchIndexCommand} [updateSpecialtyTypesSearchIndexCommand]
|
|
26702
|
+
* @summary RecreateIndex
|
|
26703
|
+
* @param {SearchIndexType} [searchIndexType]
|
|
26704
|
+
* @param {UpdateSearchIndexCommand} [updateSearchIndexCommand]
|
|
27014
26705
|
* @param {*} [options] Override http request option.
|
|
27015
26706
|
* @throws {RequiredError}
|
|
27016
26707
|
*/
|
|
27017
|
-
|
|
26708
|
+
apiV1SearchRecreatePost(searchIndexType?: SearchIndexType | undefined, updateSearchIndexCommand?: UpdateSearchIndexCommand | undefined, options?: any): AxiosPromise<string>;
|
|
27018
26709
|
};
|
|
27019
26710
|
/**
|
|
27020
26711
|
* SearchApi - object-oriented interface
|
|
@@ -27025,58 +26716,14 @@ export declare const SearchApiFactory: (configuration?: Configuration | undefine
|
|
|
27025
26716
|
export declare class SearchApi extends BaseAPI {
|
|
27026
26717
|
/**
|
|
27027
26718
|
*
|
|
27028
|
-
* @summary
|
|
27029
|
-
* @param {
|
|
27030
|
-
* @param {
|
|
27031
|
-
* @throws {RequiredError}
|
|
27032
|
-
* @memberof SearchApi
|
|
27033
|
-
*/
|
|
27034
|
-
apiV1SearchDealsPost(updateDealsSearchIndexCommand?: UpdateDealsSearchIndexCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string>>;
|
|
27035
|
-
/**
|
|
27036
|
-
*
|
|
27037
|
-
* @summary Update or Re-create doctors Azure Search Services Index
|
|
27038
|
-
* @param {UpdateDoctorsSearchIndexCommand} [updateDoctorsSearchIndexCommand]
|
|
27039
|
-
* @param {*} [options] Override http request option.
|
|
27040
|
-
* @throws {RequiredError}
|
|
27041
|
-
* @memberof SearchApi
|
|
27042
|
-
*/
|
|
27043
|
-
apiV1SearchDoctorsPost(updateDoctorsSearchIndexCommand?: UpdateDoctorsSearchIndexCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string>>;
|
|
27044
|
-
/**
|
|
27045
|
-
*
|
|
27046
|
-
* @summary Update or Re-create hospitals Azure Search Services Index
|
|
27047
|
-
* @param {UpdateHospitalsSearchIndexCommand} [updateHospitalsSearchIndexCommand]
|
|
27048
|
-
* @param {*} [options] Override http request option.
|
|
27049
|
-
* @throws {RequiredError}
|
|
27050
|
-
* @memberof SearchApi
|
|
27051
|
-
*/
|
|
27052
|
-
apiV1SearchHospitalsPost(updateHospitalsSearchIndexCommand?: UpdateHospitalsSearchIndexCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string>>;
|
|
27053
|
-
/**
|
|
27054
|
-
*
|
|
27055
|
-
* @summary Update or Re-create hospitalSpecialties Azure Search Services Index
|
|
27056
|
-
* @param {UpdateHospitalSpecialtiesSearchIndexCommand} [updateHospitalSpecialtiesSearchIndexCommand]
|
|
27057
|
-
* @param {*} [options] Override http request option.
|
|
27058
|
-
* @throws {RequiredError}
|
|
27059
|
-
* @memberof SearchApi
|
|
27060
|
-
*/
|
|
27061
|
-
apiV1SearchHospitalspecialtiesPost(updateHospitalSpecialtiesSearchIndexCommand?: UpdateHospitalSpecialtiesSearchIndexCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string>>;
|
|
27062
|
-
/**
|
|
27063
|
-
*
|
|
27064
|
-
* @summary Update or Re-create specialties Azure Search Services Index
|
|
27065
|
-
* @param {UpdateSpecialtiesSearchIndexCommand} [updateSpecialtiesSearchIndexCommand]
|
|
27066
|
-
* @param {*} [options] Override http request option.
|
|
27067
|
-
* @throws {RequiredError}
|
|
27068
|
-
* @memberof SearchApi
|
|
27069
|
-
*/
|
|
27070
|
-
apiV1SearchSpecialtiesPost(updateSpecialtiesSearchIndexCommand?: UpdateSpecialtiesSearchIndexCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string>>;
|
|
27071
|
-
/**
|
|
27072
|
-
*
|
|
27073
|
-
* @summary Update or Re-create specialtyTypes Azure Search Services Index
|
|
27074
|
-
* @param {UpdateSpecialtyTypesSearchIndexCommand} [updateSpecialtyTypesSearchIndexCommand]
|
|
26719
|
+
* @summary RecreateIndex
|
|
26720
|
+
* @param {SearchIndexType} [searchIndexType]
|
|
26721
|
+
* @param {UpdateSearchIndexCommand} [updateSearchIndexCommand]
|
|
27075
26722
|
* @param {*} [options] Override http request option.
|
|
27076
26723
|
* @throws {RequiredError}
|
|
27077
26724
|
* @memberof SearchApi
|
|
27078
26725
|
*/
|
|
27079
|
-
|
|
26726
|
+
apiV1SearchRecreatePost(searchIndexType?: SearchIndexType, updateSearchIndexCommand?: UpdateSearchIndexCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string>>;
|
|
27080
26727
|
}
|
|
27081
26728
|
/**
|
|
27082
26729
|
* ServiceReviewsApi - axios parameter creator
|