ch-admin-api-client-typescript 4.0.1 → 4.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/api.d.ts CHANGED
@@ -3942,6 +3942,12 @@ export interface CreateFaqCategoryCommand {
3942
3942
  * @memberof CreateFaqCategoryCommand
3943
3943
  */
3944
3944
  'description'?: string | null;
3945
+ /**
3946
+ *
3947
+ * @type {string}
3948
+ * @memberof CreateFaqCategoryCommand
3949
+ */
3950
+ 'overview'?: string | null;
3945
3951
  /**
3946
3952
  *
3947
3953
  * @type {number}
@@ -5285,6 +5291,12 @@ export interface DealPackageItemModel {
5285
5291
  * @memberof DealPackageItemModel
5286
5292
  */
5287
5293
  'hospitalSlug'?: string | null;
5294
+ /**
5295
+ *
5296
+ * @type {string}
5297
+ * @memberof DealPackageItemModel
5298
+ */
5299
+ 'additionalServices'?: string | null;
5288
5300
  /**
5289
5301
  *
5290
5302
  * @type {RefundPolicy}
@@ -5709,6 +5721,12 @@ export interface DoctorAffiliationItemModel {
5709
5721
  * @memberof DoctorAffiliationItemModel
5710
5722
  */
5711
5723
  'order'?: number;
5724
+ /**
5725
+ *
5726
+ * @type {AuditableEntity}
5727
+ * @memberof DoctorAffiliationItemModel
5728
+ */
5729
+ 'auditableEntity'?: AuditableEntity;
5712
5730
  }
5713
5731
  /**
5714
5732
  *
@@ -5800,6 +5818,12 @@ export interface DoctorAffiliationModel {
5800
5818
  * @memberof DoctorAffiliationModel
5801
5819
  */
5802
5820
  'order'?: number;
5821
+ /**
5822
+ *
5823
+ * @type {AuditableEntity}
5824
+ * @memberof DoctorAffiliationModel
5825
+ */
5826
+ 'auditableEntity'?: AuditableEntity;
5803
5827
  /**
5804
5828
  *
5805
5829
  * @type {string}
@@ -8280,6 +8304,12 @@ export interface HospitalSpecialtyItemModel {
8280
8304
  * @memberof HospitalSpecialtyItemModel
8281
8305
  */
8282
8306
  'marketingType'?: MarketingType;
8307
+ /**
8308
+ *
8309
+ * @type {AuditableEntity}
8310
+ * @memberof HospitalSpecialtyItemModel
8311
+ */
8312
+ 'auditableEntity'?: AuditableEntity;
8283
8313
  }
8284
8314
  /**
8285
8315
  *
@@ -8383,6 +8413,12 @@ export interface HospitalSpecialtyModel {
8383
8413
  * @memberof HospitalSpecialtyModel
8384
8414
  */
8385
8415
  'marketingType'?: MarketingType;
8416
+ /**
8417
+ *
8418
+ * @type {AuditableEntity}
8419
+ * @memberof HospitalSpecialtyModel
8420
+ */
8421
+ 'auditableEntity'?: AuditableEntity;
8386
8422
  /**
8387
8423
  *
8388
8424
  * @type {string}
@@ -10119,6 +10155,25 @@ export declare enum ReviewType {
10119
10155
  SurgeryReview = "SurgeryReview",
10120
10156
  RealStory = "RealStory"
10121
10157
  }
10158
+ /**
10159
+ *
10160
+ * @export
10161
+ * @enum {string}
10162
+ */
10163
+ export declare enum SearchIndexType {
10164
+ Hospitals = "hospitals",
10165
+ Departments = "departments",
10166
+ Specialties = "specialties",
10167
+ Hospitalspecialies = "hospitalspecialies",
10168
+ Doctors = "doctors",
10169
+ Deals = "deals",
10170
+ Articles = "articles",
10171
+ Contributors = "contributors",
10172
+ Countries = "countries",
10173
+ Faqcategories = "faqcategories",
10174
+ Faqs = "faqs",
10175
+ Services = "services"
10176
+ }
10122
10177
  /**
10123
10178
  *
10124
10179
  * @export
@@ -11947,19 +12002,6 @@ export interface UpdateDealServiceCommand {
11947
12002
  */
11948
12003
  'order'?: number;
11949
12004
  }
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
12005
  /**
11964
12006
  *
11965
12007
  * @export
@@ -12249,19 +12291,6 @@ export interface UpdateDoctorSpecialtyCommand {
12249
12291
  */
12250
12292
  'order'?: number;
12251
12293
  }
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
12294
  /**
12266
12295
  *
12267
12296
  * @export
@@ -12286,6 +12315,12 @@ export interface UpdateFaqCategoryCommand {
12286
12315
  * @memberof UpdateFaqCategoryCommand
12287
12316
  */
12288
12317
  'description'?: string | null;
12318
+ /**
12319
+ *
12320
+ * @type {string}
12321
+ * @memberof UpdateFaqCategoryCommand
12322
+ */
12323
+ 'overview'?: string | null;
12289
12324
  /**
12290
12325
  *
12291
12326
  * @type {number}
@@ -12682,19 +12717,6 @@ export interface UpdateHospitalSnsHandleCommand {
12682
12717
  */
12683
12718
  'handle'?: string | null;
12684
12719
  }
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
12720
  /**
12699
12721
  *
12700
12722
  * @export
@@ -12811,19 +12833,6 @@ export interface UpdateHospitalWorkingDayCommand {
12811
12833
  */
12812
12834
  'checkHoliday'?: boolean;
12813
12835
  }
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
12836
  /**
12828
12837
  *
12829
12838
  * @export
@@ -13155,6 +13164,19 @@ export interface UpdateProfileCommand {
13155
13164
  */
13156
13165
  'locations'?: Array<UserLocationModel> | null;
13157
13166
  }
13167
+ /**
13168
+ *
13169
+ * @export
13170
+ * @interface UpdateSearchIndexCommand
13171
+ */
13172
+ export interface UpdateSearchIndexCommand {
13173
+ /**
13174
+ *
13175
+ * @type {boolean}
13176
+ * @memberof UpdateSearchIndexCommand
13177
+ */
13178
+ 'reCreate'?: boolean | null;
13179
+ }
13158
13180
  /**
13159
13181
  *
13160
13182
  * @export
@@ -13235,19 +13257,6 @@ export interface UpdateServiceReviewCommand {
13235
13257
  */
13236
13258
  'confirmed'?: boolean;
13237
13259
  }
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
13260
  /**
13252
13261
  *
13253
13262
  * @export
@@ -13309,12 +13318,6 @@ export interface UpdateSpecialtyCommand {
13309
13318
  * @interface UpdateSpecialtyTypeCommand
13310
13319
  */
13311
13320
  export interface UpdateSpecialtyTypeCommand {
13312
- /**
13313
- *
13314
- * @type {string}
13315
- * @memberof UpdateSpecialtyTypeCommand
13316
- */
13317
- 'languageCode'?: string | null;
13318
13321
  /**
13319
13322
  *
13320
13323
  * @type {string}
@@ -13329,65 +13332,40 @@ export interface UpdateSpecialtyTypeCommand {
13329
13332
  'slug'?: string | null;
13330
13333
  /**
13331
13334
  *
13332
- * @type {boolean}
13335
+ * @type {string}
13333
13336
  * @memberof UpdateSpecialtyTypeCommand
13334
13337
  */
13335
- 'confirmed'?: boolean;
13338
+ 'description'?: string | null;
13336
13339
  /**
13337
13340
  *
13338
13341
  * @type {string}
13339
13342
  * @memberof UpdateSpecialtyTypeCommand
13340
13343
  */
13341
- 'description'?: string | null;
13344
+ 'content'?: string | null;
13342
13345
  /**
13343
13346
  *
13344
13347
  * @type {MarketingType}
13345
13348
  * @memberof UpdateSpecialtyTypeCommand
13346
13349
  */
13347
13350
  'marketingType'?: MarketingType;
13348
- /**
13349
- *
13350
- * @type {number}
13351
- * @memberof UpdateSpecialtyTypeCommand
13352
- */
13353
- 'specialtiesCount'?: number;
13354
- /**
13355
- *
13356
- * @type {Array<MediaModel>}
13357
- * @memberof UpdateSpecialtyTypeCommand
13358
- */
13359
- 'medias'?: Array<MediaModel> | null;
13360
- /**
13361
- *
13362
- * @type {AuditableEntity}
13363
- * @memberof UpdateSpecialtyTypeCommand
13364
- */
13365
- 'auditableEntity'?: AuditableEntity;
13366
13351
  /**
13367
13352
  *
13368
13353
  * @type {string}
13369
13354
  * @memberof UpdateSpecialtyTypeCommand
13370
13355
  */
13371
- 'overview'?: string | null;
13356
+ 'languageCode'?: string | null;
13372
13357
  /**
13373
13358
  *
13374
- * @type {string}
13359
+ * @type {boolean}
13375
13360
  * @memberof UpdateSpecialtyTypeCommand
13376
13361
  */
13377
- 'content'?: string | null;
13378
- }
13379
- /**
13380
- *
13381
- * @export
13382
- * @interface UpdateSpecialtyTypesSearchIndexCommand
13383
- */
13384
- export interface UpdateSpecialtyTypesSearchIndexCommand {
13362
+ 'confirmed'?: boolean;
13385
13363
  /**
13386
13364
  *
13387
- * @type {boolean}
13388
- * @memberof UpdateSpecialtyTypesSearchIndexCommand
13365
+ * @type {Array<MediaModel>}
13366
+ * @memberof UpdateSpecialtyTypeCommand
13389
13367
  */
13390
- 'reCreate'?: boolean | null;
13368
+ 'medias'?: Array<MediaModel> | null;
13391
13369
  }
13392
13370
  /**
13393
13371
  *
@@ -17974,13 +17952,14 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration |
17974
17952
  *
17975
17953
  * @summary Get all DealService.
17976
17954
  * @param {string} dealId
17955
+ * @param {string} [languageCode]
17977
17956
  * @param {number} [page]
17978
17957
  * @param {number} [limit]
17979
17958
  * @param {Date} [lastRetrieved]
17980
17959
  * @param {*} [options] Override http request option.
17981
17960
  * @throws {RequiredError}
17982
17961
  */
17983
- apiV1DealsDealIdServicesGet: (dealId: string, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
17962
+ apiV1DealsDealIdServicesGet: (dealId: string, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
17984
17963
  /**
17985
17964
  *
17986
17965
  * @summary Create DealService.
@@ -18004,10 +17983,11 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration |
18004
17983
  * @summary Get DealService.
18005
17984
  * @param {string} dealId
18006
17985
  * @param {string} serviceId
17986
+ * @param {string} [languageCode]
18007
17987
  * @param {*} [options] Override http request option.
18008
17988
  * @throws {RequiredError}
18009
17989
  */
18010
- apiV1DealsDealIdServicesServiceIdGet: (dealId: string, serviceId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
17990
+ apiV1DealsDealIdServicesServiceIdGet: (dealId: string, serviceId: string, languageCode?: string | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
18011
17991
  /**
18012
17992
  *
18013
17993
  * @summary Update DealService.
@@ -18187,13 +18167,14 @@ export declare const DealsApiFp: (configuration?: Configuration | undefined) =>
18187
18167
  *
18188
18168
  * @summary Get all DealService.
18189
18169
  * @param {string} dealId
18170
+ * @param {string} [languageCode]
18190
18171
  * @param {number} [page]
18191
18172
  * @param {number} [limit]
18192
18173
  * @param {Date} [lastRetrieved]
18193
18174
  * @param {*} [options] Override http request option.
18194
18175
  * @throws {RequiredError}
18195
18176
  */
18196
- apiV1DealsDealIdServicesGet(dealId: string, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DealServicesModel>>;
18177
+ apiV1DealsDealIdServicesGet(dealId: string, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DealServicesModel>>;
18197
18178
  /**
18198
18179
  *
18199
18180
  * @summary Create DealService.
@@ -18217,10 +18198,11 @@ export declare const DealsApiFp: (configuration?: Configuration | undefined) =>
18217
18198
  * @summary Get DealService.
18218
18199
  * @param {string} dealId
18219
18200
  * @param {string} serviceId
18201
+ * @param {string} [languageCode]
18220
18202
  * @param {*} [options] Override http request option.
18221
18203
  * @throws {RequiredError}
18222
18204
  */
18223
- apiV1DealsDealIdServicesServiceIdGet(dealId: string, serviceId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DealServiceModel>>;
18205
+ apiV1DealsDealIdServicesServiceIdGet(dealId: string, serviceId: string, languageCode?: string | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DealServiceModel>>;
18224
18206
  /**
18225
18207
  *
18226
18208
  * @summary Update DealService.
@@ -18400,13 +18382,14 @@ export declare const DealsApiFactory: (configuration?: Configuration | undefined
18400
18382
  *
18401
18383
  * @summary Get all DealService.
18402
18384
  * @param {string} dealId
18385
+ * @param {string} [languageCode]
18403
18386
  * @param {number} [page]
18404
18387
  * @param {number} [limit]
18405
18388
  * @param {Date} [lastRetrieved]
18406
18389
  * @param {*} [options] Override http request option.
18407
18390
  * @throws {RequiredError}
18408
18391
  */
18409
- apiV1DealsDealIdServicesGet(dealId: string, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DealServicesModel>;
18392
+ apiV1DealsDealIdServicesGet(dealId: string, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DealServicesModel>;
18410
18393
  /**
18411
18394
  *
18412
18395
  * @summary Create DealService.
@@ -18430,10 +18413,11 @@ export declare const DealsApiFactory: (configuration?: Configuration | undefined
18430
18413
  * @summary Get DealService.
18431
18414
  * @param {string} dealId
18432
18415
  * @param {string} serviceId
18416
+ * @param {string} [languageCode]
18433
18417
  * @param {*} [options] Override http request option.
18434
18418
  * @throws {RequiredError}
18435
18419
  */
18436
- apiV1DealsDealIdServicesServiceIdGet(dealId: string, serviceId: string, options?: any): AxiosPromise<DealServiceModel>;
18420
+ apiV1DealsDealIdServicesServiceIdGet(dealId: string, serviceId: string, languageCode?: string | undefined, options?: any): AxiosPromise<DealServiceModel>;
18437
18421
  /**
18438
18422
  *
18439
18423
  * @summary Update DealService.
@@ -18623,6 +18607,7 @@ export declare class DealsApi extends BaseAPI {
18623
18607
  *
18624
18608
  * @summary Get all DealService.
18625
18609
  * @param {string} dealId
18610
+ * @param {string} [languageCode]
18626
18611
  * @param {number} [page]
18627
18612
  * @param {number} [limit]
18628
18613
  * @param {Date} [lastRetrieved]
@@ -18630,7 +18615,7 @@ export declare class DealsApi extends BaseAPI {
18630
18615
  * @throws {RequiredError}
18631
18616
  * @memberof DealsApi
18632
18617
  */
18633
- apiV1DealsDealIdServicesGet(dealId: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealServicesModel>>;
18618
+ apiV1DealsDealIdServicesGet(dealId: string, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealServicesModel>>;
18634
18619
  /**
18635
18620
  *
18636
18621
  * @summary Create DealService.
@@ -18656,11 +18641,12 @@ export declare class DealsApi extends BaseAPI {
18656
18641
  * @summary Get DealService.
18657
18642
  * @param {string} dealId
18658
18643
  * @param {string} serviceId
18644
+ * @param {string} [languageCode]
18659
18645
  * @param {*} [options] Override http request option.
18660
18646
  * @throws {RequiredError}
18661
18647
  * @memberof DealsApi
18662
18648
  */
18663
- apiV1DealsDealIdServicesServiceIdGet(dealId: string, serviceId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealServiceModel>>;
18649
+ apiV1DealsDealIdServicesServiceIdGet(dealId: string, serviceId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealServiceModel>>;
18664
18650
  /**
18665
18651
  *
18666
18652
  * @summary Update DealService.
@@ -22182,6 +22168,25 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
22182
22168
  * @throws {RequiredError}
22183
22169
  */
22184
22170
  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>;
22171
+ /**
22172
+ *
22173
+ * @summary Delete HospitalSpecialty.
22174
+ * @param {string} hospitalId
22175
+ * @param {string} hospitalSpecialtyId
22176
+ * @param {*} [options] Override http request option.
22177
+ * @throws {RequiredError}
22178
+ */
22179
+ apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdDelete: (hospitalId: string, hospitalSpecialtyId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
22180
+ /**
22181
+ *
22182
+ * @summary Get HospitalSpecialty.
22183
+ * @param {string} hospitalId
22184
+ * @param {string} hospitalSpecialtyId
22185
+ * @param {string} [languageCode]
22186
+ * @param {*} [options] Override http request option.
22187
+ * @throws {RequiredError}
22188
+ */
22189
+ apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdGet: (hospitalId: string, hospitalSpecialtyId: string, languageCode?: string | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
22185
22190
  /**
22186
22191
  *
22187
22192
  * @summary Get all HospitalServiceMedias.
@@ -22237,6 +22242,16 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
22237
22242
  * @throws {RequiredError}
22238
22243
  */
22239
22244
  apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasPost: (hospitalId: string, hospitalSpecialtyId: string, createMediaCommand?: CreateMediaCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
22245
+ /**
22246
+ *
22247
+ * @summary Update HospitalSpecialty.
22248
+ * @param {string} hospitalId
22249
+ * @param {string} hospitalSpecialtyId
22250
+ * @param {UpdateHospitalSpecialtyCommand} [updateHospitalSpecialtyCommand]
22251
+ * @param {*} [options] Override http request option.
22252
+ * @throws {RequiredError}
22253
+ */
22254
+ apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdPut: (hospitalId: string, hospitalSpecialtyId: string, updateHospitalSpecialtyCommand?: UpdateHospitalSpecialtyCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
22240
22255
  /**
22241
22256
  *
22242
22257
  * @summary Create HospitalSpecialty.
@@ -22279,35 +22294,6 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
22279
22294
  * @throws {RequiredError}
22280
22295
  */
22281
22296
  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
22297
  /**
22312
22298
  *
22313
22299
  * @summary Get all HospitalServices.
@@ -22946,6 +22932,25 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
22946
22932
  * @throws {RequiredError}
22947
22933
  */
22948
22934
  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>>;
22935
+ /**
22936
+ *
22937
+ * @summary Delete HospitalSpecialty.
22938
+ * @param {string} hospitalId
22939
+ * @param {string} hospitalSpecialtyId
22940
+ * @param {*} [options] Override http request option.
22941
+ * @throws {RequiredError}
22942
+ */
22943
+ apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdDelete(hospitalId: string, hospitalSpecialtyId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
22944
+ /**
22945
+ *
22946
+ * @summary Get HospitalSpecialty.
22947
+ * @param {string} hospitalId
22948
+ * @param {string} hospitalSpecialtyId
22949
+ * @param {string} [languageCode]
22950
+ * @param {*} [options] Override http request option.
22951
+ * @throws {RequiredError}
22952
+ */
22953
+ apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdGet(hospitalId: string, hospitalSpecialtyId: string, languageCode?: string | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtyModel>>;
22949
22954
  /**
22950
22955
  *
22951
22956
  * @summary Get all HospitalServiceMedias.
@@ -23001,6 +23006,16 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
23001
23006
  * @throws {RequiredError}
23002
23007
  */
23003
23008
  apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasPost(hospitalId: string, hospitalSpecialtyId: string, createMediaCommand?: CreateMediaCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediaModel>>;
23009
+ /**
23010
+ *
23011
+ * @summary Update HospitalSpecialty.
23012
+ * @param {string} hospitalId
23013
+ * @param {string} hospitalSpecialtyId
23014
+ * @param {UpdateHospitalSpecialtyCommand} [updateHospitalSpecialtyCommand]
23015
+ * @param {*} [options] Override http request option.
23016
+ * @throws {RequiredError}
23017
+ */
23018
+ apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdPut(hospitalId: string, hospitalSpecialtyId: string, updateHospitalSpecialtyCommand?: UpdateHospitalSpecialtyCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtyModel>>;
23004
23019
  /**
23005
23020
  *
23006
23021
  * @summary Create HospitalSpecialty.
@@ -23043,35 +23058,6 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
23043
23058
  * @throws {RequiredError}
23044
23059
  */
23045
23060
  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
23061
  /**
23076
23062
  *
23077
23063
  * @summary Get all HospitalServices.
@@ -23710,6 +23696,25 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
23710
23696
  * @throws {RequiredError}
23711
23697
  */
23712
23698
  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>;
23699
+ /**
23700
+ *
23701
+ * @summary Delete HospitalSpecialty.
23702
+ * @param {string} hospitalId
23703
+ * @param {string} hospitalSpecialtyId
23704
+ * @param {*} [options] Override http request option.
23705
+ * @throws {RequiredError}
23706
+ */
23707
+ apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdDelete(hospitalId: string, hospitalSpecialtyId: string, options?: any): AxiosPromise<boolean>;
23708
+ /**
23709
+ *
23710
+ * @summary Get HospitalSpecialty.
23711
+ * @param {string} hospitalId
23712
+ * @param {string} hospitalSpecialtyId
23713
+ * @param {string} [languageCode]
23714
+ * @param {*} [options] Override http request option.
23715
+ * @throws {RequiredError}
23716
+ */
23717
+ apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdGet(hospitalId: string, hospitalSpecialtyId: string, languageCode?: string | undefined, options?: any): AxiosPromise<HospitalSpecialtyModel>;
23713
23718
  /**
23714
23719
  *
23715
23720
  * @summary Get all HospitalServiceMedias.
@@ -23765,6 +23770,16 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
23765
23770
  * @throws {RequiredError}
23766
23771
  */
23767
23772
  apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasPost(hospitalId: string, hospitalSpecialtyId: string, createMediaCommand?: CreateMediaCommand | undefined, options?: any): AxiosPromise<MediaModel>;
23773
+ /**
23774
+ *
23775
+ * @summary Update HospitalSpecialty.
23776
+ * @param {string} hospitalId
23777
+ * @param {string} hospitalSpecialtyId
23778
+ * @param {UpdateHospitalSpecialtyCommand} [updateHospitalSpecialtyCommand]
23779
+ * @param {*} [options] Override http request option.
23780
+ * @throws {RequiredError}
23781
+ */
23782
+ apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdPut(hospitalId: string, hospitalSpecialtyId: string, updateHospitalSpecialtyCommand?: UpdateHospitalSpecialtyCommand | undefined, options?: any): AxiosPromise<HospitalSpecialtyModel>;
23768
23783
  /**
23769
23784
  *
23770
23785
  * @summary Create HospitalSpecialty.
@@ -23807,35 +23822,6 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
23807
23822
  * @throws {RequiredError}
23808
23823
  */
23809
23824
  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
23825
  /**
23840
23826
  *
23841
23827
  * @summary Get all HospitalServices.
@@ -24514,6 +24500,27 @@ export declare class HospitalsApi extends BaseAPI {
24514
24500
  * @memberof HospitalsApi
24515
24501
  */
24516
24502
  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>>;
24503
+ /**
24504
+ *
24505
+ * @summary Delete HospitalSpecialty.
24506
+ * @param {string} hospitalId
24507
+ * @param {string} hospitalSpecialtyId
24508
+ * @param {*} [options] Override http request option.
24509
+ * @throws {RequiredError}
24510
+ * @memberof HospitalsApi
24511
+ */
24512
+ apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdDelete(hospitalId: string, hospitalSpecialtyId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
24513
+ /**
24514
+ *
24515
+ * @summary Get HospitalSpecialty.
24516
+ * @param {string} hospitalId
24517
+ * @param {string} hospitalSpecialtyId
24518
+ * @param {string} [languageCode]
24519
+ * @param {*} [options] Override http request option.
24520
+ * @throws {RequiredError}
24521
+ * @memberof HospitalsApi
24522
+ */
24523
+ apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdGet(hospitalId: string, hospitalSpecialtyId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtyModel>>;
24517
24524
  /**
24518
24525
  *
24519
24526
  * @summary Get all HospitalServiceMedias.
@@ -24574,6 +24581,17 @@ export declare class HospitalsApi extends BaseAPI {
24574
24581
  * @memberof HospitalsApi
24575
24582
  */
24576
24583
  apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasPost(hospitalId: string, hospitalSpecialtyId: string, createMediaCommand?: CreateMediaCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel>>;
24584
+ /**
24585
+ *
24586
+ * @summary Update HospitalSpecialty.
24587
+ * @param {string} hospitalId
24588
+ * @param {string} hospitalSpecialtyId
24589
+ * @param {UpdateHospitalSpecialtyCommand} [updateHospitalSpecialtyCommand]
24590
+ * @param {*} [options] Override http request option.
24591
+ * @throws {RequiredError}
24592
+ * @memberof HospitalsApi
24593
+ */
24594
+ apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdPut(hospitalId: string, hospitalSpecialtyId: string, updateHospitalSpecialtyCommand?: UpdateHospitalSpecialtyCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtyModel>>;
24577
24595
  /**
24578
24596
  *
24579
24597
  * @summary Create HospitalSpecialty.
@@ -24619,38 +24637,6 @@ export declare class HospitalsApi extends BaseAPI {
24619
24637
  * @memberof HospitalsApi
24620
24638
  */
24621
24639
  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
24640
  /**
24655
24641
  *
24656
24642
  * @summary Get all HospitalServices.
@@ -26715,52 +26701,13 @@ export declare class ProfilesApi extends BaseAPI {
26715
26701
  export declare const SearchApiAxiosParamCreator: (configuration?: Configuration | undefined) => {
26716
26702
  /**
26717
26703
  *
26718
- * @summary Update or Re-create deals Azure Search Services Index
26719
- * @param {UpdateDealsSearchIndexCommand} [updateDealsSearchIndexCommand]
26720
- * @param {*} [options] Override http request option.
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]
26728
- * @param {*} [options] Override http request option.
26729
- * @throws {RequiredError}
26730
- */
26731
- apiV1SearchDoctorsPost: (updateDoctorsSearchIndexCommand?: UpdateDoctorsSearchIndexCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
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]
26704
+ * @summary RecreateIndex
26705
+ * @param {SearchIndexType} [searchIndexType]
26706
+ * @param {UpdateSearchIndexCommand} [updateSearchIndexCommand]
26744
26707
  * @param {*} [options] Override http request option.
26745
26708
  * @throws {RequiredError}
26746
26709
  */
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>;
26710
+ apiV1SearchRecreatePost: (searchIndexType?: SearchIndexType | undefined, updateSearchIndexCommand?: UpdateSearchIndexCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
26764
26711
  };
26765
26712
  /**
26766
26713
  * SearchApi - functional programming interface
@@ -26769,52 +26716,13 @@ export declare const SearchApiAxiosParamCreator: (configuration?: Configuration
26769
26716
  export declare const SearchApiFp: (configuration?: Configuration | undefined) => {
26770
26717
  /**
26771
26718
  *
26772
- * @summary Update or Re-create deals Azure Search Services Index
26773
- * @param {UpdateDealsSearchIndexCommand} [updateDealsSearchIndexCommand]
26774
- * @param {*} [options] Override http request option.
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]
26782
- * @param {*} [options] Override http request option.
26783
- * @throws {RequiredError}
26784
- */
26785
- apiV1SearchDoctorsPost(updateDoctorsSearchIndexCommand?: UpdateDoctorsSearchIndexCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<string>>;
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]
26719
+ * @summary RecreateIndex
26720
+ * @param {SearchIndexType} [searchIndexType]
26721
+ * @param {UpdateSearchIndexCommand} [updateSearchIndexCommand]
26806
26722
  * @param {*} [options] Override http request option.
26807
26723
  * @throws {RequiredError}
26808
26724
  */
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>>;
26725
+ apiV1SearchRecreatePost(searchIndexType?: SearchIndexType | undefined, updateSearchIndexCommand?: UpdateSearchIndexCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<string>>;
26818
26726
  };
26819
26727
  /**
26820
26728
  * SearchApi - factory interface
@@ -26823,52 +26731,13 @@ export declare const SearchApiFp: (configuration?: Configuration | undefined) =>
26823
26731
  export declare const SearchApiFactory: (configuration?: Configuration | undefined, basePath?: string | undefined, axios?: AxiosInstance | undefined) => {
26824
26732
  /**
26825
26733
  *
26826
- * @summary Update or Re-create deals Azure Search Services Index
26827
- * @param {UpdateDealsSearchIndexCommand} [updateDealsSearchIndexCommand]
26828
- * @param {*} [options] Override http request option.
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]
26844
- * @param {*} [options] Override http request option.
26845
- * @throws {RequiredError}
26846
- */
26847
- apiV1SearchHospitalsPost(updateHospitalsSearchIndexCommand?: UpdateHospitalsSearchIndexCommand | undefined, options?: any): AxiosPromise<string>;
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]
26734
+ * @summary RecreateIndex
26735
+ * @param {SearchIndexType} [searchIndexType]
26736
+ * @param {UpdateSearchIndexCommand} [updateSearchIndexCommand]
26868
26737
  * @param {*} [options] Override http request option.
26869
26738
  * @throws {RequiredError}
26870
26739
  */
26871
- apiV1SearchSpecialtytypesPost(updateSpecialtyTypesSearchIndexCommand?: UpdateSpecialtyTypesSearchIndexCommand | undefined, options?: any): AxiosPromise<string>;
26740
+ apiV1SearchRecreatePost(searchIndexType?: SearchIndexType | undefined, updateSearchIndexCommand?: UpdateSearchIndexCommand | undefined, options?: any): AxiosPromise<string>;
26872
26741
  };
26873
26742
  /**
26874
26743
  * SearchApi - object-oriented interface
@@ -26879,58 +26748,14 @@ export declare const SearchApiFactory: (configuration?: Configuration | undefine
26879
26748
  export declare class SearchApi extends BaseAPI {
26880
26749
  /**
26881
26750
  *
26882
- * @summary Update or Re-create deals Azure Search Services Index
26883
- * @param {UpdateDealsSearchIndexCommand} [updateDealsSearchIndexCommand]
26884
- * @param {*} [options] Override http request option.
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]
26751
+ * @summary RecreateIndex
26752
+ * @param {SearchIndexType} [searchIndexType]
26753
+ * @param {UpdateSearchIndexCommand} [updateSearchIndexCommand]
26929
26754
  * @param {*} [options] Override http request option.
26930
26755
  * @throws {RequiredError}
26931
26756
  * @memberof SearchApi
26932
26757
  */
26933
- apiV1SearchSpecialtytypesPost(updateSpecialtyTypesSearchIndexCommand?: UpdateSpecialtyTypesSearchIndexCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string>>;
26758
+ apiV1SearchRecreatePost(searchIndexType?: SearchIndexType, updateSearchIndexCommand?: UpdateSearchIndexCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string>>;
26934
26759
  }
26935
26760
  /**
26936
26761
  * ServiceReviewsApi - axios parameter creator