ch-admin-api-client-typescript 3.3.0 → 3.3.1

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
@@ -1008,43 +1008,6 @@ export interface AwardModel {
1008
1008
  */
1009
1009
  'date'?: Date;
1010
1010
  }
1011
- /**
1012
- *
1013
- * @export
1014
- * @interface AzureSearchModel
1015
- */
1016
- export interface AzureSearchModel {
1017
- /**
1018
- *
1019
- * @type {number}
1020
- * @memberof AzureSearchModel
1021
- */
1022
- 'hospitals'?: number;
1023
- /**
1024
- *
1025
- * @type {number}
1026
- * @memberof AzureSearchModel
1027
- */
1028
- 'doctors'?: number;
1029
- /**
1030
- *
1031
- * @type {number}
1032
- * @memberof AzureSearchModel
1033
- */
1034
- 'deals'?: number;
1035
- /**
1036
- *
1037
- * @type {number}
1038
- * @memberof AzureSearchModel
1039
- */
1040
- 'specialties'?: number;
1041
- /**
1042
- *
1043
- * @type {number}
1044
- * @memberof AzureSearchModel
1045
- */
1046
- 'specialtyTypes'?: number;
1047
- }
1048
1011
  /**
1049
1012
  *
1050
1013
  * @export
@@ -22350,7 +22313,6 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
22350
22313
  * @param {MarketingType} [marketingType]
22351
22314
  * @param {string} [specialtyTypeId]
22352
22315
  * @param {string} [specialtyId]
22353
- * @param {string} [serviceId]
22354
22316
  * @param {string} [exceptHospitalId]
22355
22317
  * @param {boolean} [showHidden]
22356
22318
  * @param {string} [languageCode]
@@ -22363,7 +22325,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
22363
22325
  * @param {*} [options] Override http request option.
22364
22326
  * @throws {RequiredError}
22365
22327
  */
22366
- apiV1HospitalsGet: (hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, serviceId?: string | undefined, exceptHospitalId?: string | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, paymentEnabled?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
22328
+ apiV1HospitalsGet: (hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, exceptHospitalId?: string | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, paymentEnabled?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
22367
22329
  /**
22368
22330
  *
22369
22331
  * @summary Delete HospitalAccreditation.
@@ -23039,7 +23001,6 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
23039
23001
  * @param {MarketingType} [marketingType]
23040
23002
  * @param {string} [specialtyTypeId]
23041
23003
  * @param {string} [specialtyId]
23042
- * @param {string} [serviceId]
23043
23004
  * @param {string} [exceptHospitalId]
23044
23005
  * @param {boolean} [showHidden]
23045
23006
  * @param {string} [languageCode]
@@ -23052,7 +23013,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
23052
23013
  * @param {*} [options] Override http request option.
23053
23014
  * @throws {RequiredError}
23054
23015
  */
23055
- apiV1HospitalsSimpleGet: (hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, serviceId?: string | undefined, exceptHospitalId?: string | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, paymentEnabled?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
23016
+ apiV1HospitalsSimpleGet: (hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, exceptHospitalId?: string | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, paymentEnabled?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
23056
23017
  /**
23057
23018
  *
23058
23019
  * @param {string} slug
@@ -23078,7 +23039,6 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
23078
23039
  * @param {MarketingType} [marketingType]
23079
23040
  * @param {string} [specialtyTypeId]
23080
23041
  * @param {string} [specialtyId]
23081
- * @param {string} [serviceId]
23082
23042
  * @param {string} [exceptHospitalId]
23083
23043
  * @param {boolean} [showHidden]
23084
23044
  * @param {string} [languageCode]
@@ -23091,7 +23051,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
23091
23051
  * @param {*} [options] Override http request option.
23092
23052
  * @throws {RequiredError}
23093
23053
  */
23094
- apiV1HospitalsGet(hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, serviceId?: string | undefined, exceptHospitalId?: string | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, paymentEnabled?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalsModel>>;
23054
+ apiV1HospitalsGet(hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, exceptHospitalId?: string | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, paymentEnabled?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalsModel>>;
23095
23055
  /**
23096
23056
  *
23097
23057
  * @summary Delete HospitalAccreditation.
@@ -23767,7 +23727,6 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
23767
23727
  * @param {MarketingType} [marketingType]
23768
23728
  * @param {string} [specialtyTypeId]
23769
23729
  * @param {string} [specialtyId]
23770
- * @param {string} [serviceId]
23771
23730
  * @param {string} [exceptHospitalId]
23772
23731
  * @param {boolean} [showHidden]
23773
23732
  * @param {string} [languageCode]
@@ -23780,7 +23739,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
23780
23739
  * @param {*} [options] Override http request option.
23781
23740
  * @throws {RequiredError}
23782
23741
  */
23783
- apiV1HospitalsSimpleGet(hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, serviceId?: string | undefined, exceptHospitalId?: string | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, paymentEnabled?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalsSimpleModel>>;
23742
+ apiV1HospitalsSimpleGet(hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, exceptHospitalId?: string | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, paymentEnabled?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalsSimpleModel>>;
23784
23743
  /**
23785
23744
  *
23786
23745
  * @param {string} slug
@@ -23806,7 +23765,6 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
23806
23765
  * @param {MarketingType} [marketingType]
23807
23766
  * @param {string} [specialtyTypeId]
23808
23767
  * @param {string} [specialtyId]
23809
- * @param {string} [serviceId]
23810
23768
  * @param {string} [exceptHospitalId]
23811
23769
  * @param {boolean} [showHidden]
23812
23770
  * @param {string} [languageCode]
@@ -23819,7 +23777,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
23819
23777
  * @param {*} [options] Override http request option.
23820
23778
  * @throws {RequiredError}
23821
23779
  */
23822
- apiV1HospitalsGet(hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, serviceId?: string | undefined, exceptHospitalId?: string | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, paymentEnabled?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalsModel>;
23780
+ apiV1HospitalsGet(hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, exceptHospitalId?: string | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, paymentEnabled?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalsModel>;
23823
23781
  /**
23824
23782
  *
23825
23783
  * @summary Delete HospitalAccreditation.
@@ -24495,7 +24453,6 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
24495
24453
  * @param {MarketingType} [marketingType]
24496
24454
  * @param {string} [specialtyTypeId]
24497
24455
  * @param {string} [specialtyId]
24498
- * @param {string} [serviceId]
24499
24456
  * @param {string} [exceptHospitalId]
24500
24457
  * @param {boolean} [showHidden]
24501
24458
  * @param {string} [languageCode]
@@ -24508,7 +24465,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
24508
24465
  * @param {*} [options] Override http request option.
24509
24466
  * @throws {RequiredError}
24510
24467
  */
24511
- apiV1HospitalsSimpleGet(hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, serviceId?: string | undefined, exceptHospitalId?: string | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, paymentEnabled?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalsSimpleModel>;
24468
+ apiV1HospitalsSimpleGet(hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, exceptHospitalId?: string | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, paymentEnabled?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalsSimpleModel>;
24512
24469
  /**
24513
24470
  *
24514
24471
  * @param {string} slug
@@ -24536,7 +24493,6 @@ export declare class HospitalsApi extends BaseAPI {
24536
24493
  * @param {MarketingType} [marketingType]
24537
24494
  * @param {string} [specialtyTypeId]
24538
24495
  * @param {string} [specialtyId]
24539
- * @param {string} [serviceId]
24540
24496
  * @param {string} [exceptHospitalId]
24541
24497
  * @param {boolean} [showHidden]
24542
24498
  * @param {string} [languageCode]
@@ -24550,7 +24506,7 @@ export declare class HospitalsApi extends BaseAPI {
24550
24506
  * @throws {RequiredError}
24551
24507
  * @memberof HospitalsApi
24552
24508
  */
24553
- apiV1HospitalsGet(hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, serviceId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalsModel>>;
24509
+ apiV1HospitalsGet(hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalsModel>>;
24554
24510
  /**
24555
24511
  *
24556
24512
  * @summary Delete HospitalAccreditation.
@@ -25286,7 +25242,6 @@ export declare class HospitalsApi extends BaseAPI {
25286
25242
  * @param {MarketingType} [marketingType]
25287
25243
  * @param {string} [specialtyTypeId]
25288
25244
  * @param {string} [specialtyId]
25289
- * @param {string} [serviceId]
25290
25245
  * @param {string} [exceptHospitalId]
25291
25246
  * @param {boolean} [showHidden]
25292
25247
  * @param {string} [languageCode]
@@ -25300,7 +25255,7 @@ export declare class HospitalsApi extends BaseAPI {
25300
25255
  * @throws {RequiredError}
25301
25256
  * @memberof HospitalsApi
25302
25257
  */
25303
- apiV1HospitalsSimpleGet(hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, serviceId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalsSimpleModel>>;
25258
+ apiV1HospitalsSimpleGet(hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalsSimpleModel>>;
25304
25259
  /**
25305
25260
  *
25306
25261
  * @param {string} slug
@@ -27124,22 +27079,6 @@ export declare class ProfilesApi extends BaseAPI {
27124
27079
  * @export
27125
27080
  */
27126
27081
  export declare const SearchApiAxiosParamCreator: (configuration?: Configuration | undefined) => {
27127
- /**
27128
- *
27129
- * @summary Search deals using Azure Search Service
27130
- * @param {string} [searchTerm]
27131
- * @param {boolean} [countOnly]
27132
- * @param {string} [countryId]
27133
- * @param {string} [hospitalId]
27134
- * @param {MarketingType} [marketingType]
27135
- * @param {string} [languageCode]
27136
- * @param {number} [page]
27137
- * @param {number} [limit]
27138
- * @param {Date} [lastRetrieved]
27139
- * @param {*} [options] Override http request option.
27140
- * @throws {RequiredError}
27141
- */
27142
- apiV1SearchDealsGet: (searchTerm?: string | undefined, countOnly?: boolean | undefined, countryId?: string | undefined, hospitalId?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
27143
27082
  /**
27144
27083
  *
27145
27084
  * @summary Update or Re-create deals Azure Search Services Index
@@ -27148,22 +27087,6 @@ export declare const SearchApiAxiosParamCreator: (configuration?: Configuration
27148
27087
  * @throws {RequiredError}
27149
27088
  */
27150
27089
  apiV1SearchDealsPost: (updateDealsSearchIndexCommand?: UpdateDealsSearchIndexCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
27151
- /**
27152
- *
27153
- * @summary Search doctors using Azure Search Services
27154
- * @param {string} [searchTerm]
27155
- * @param {boolean} [countOnly]
27156
- * @param {string} [countryId]
27157
- * @param {string} [hospitalId]
27158
- * @param {MarketingType} [marketingType]
27159
- * @param {string} [languageCode]
27160
- * @param {number} [page]
27161
- * @param {number} [limit]
27162
- * @param {Date} [lastRetrieved]
27163
- * @param {*} [options] Override http request option.
27164
- * @throws {RequiredError}
27165
- */
27166
- apiV1SearchDoctorsGet: (searchTerm?: string | undefined, countOnly?: boolean | undefined, countryId?: string | undefined, hospitalId?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
27167
27090
  /**
27168
27091
  *
27169
27092
  * @summary Update or Re-create doctors Azure Search Services Index
@@ -27172,38 +27095,6 @@ export declare const SearchApiAxiosParamCreator: (configuration?: Configuration
27172
27095
  * @throws {RequiredError}
27173
27096
  */
27174
27097
  apiV1SearchDoctorsPost: (updateDoctorsSearchIndexCommand?: UpdateDoctorsSearchIndexCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
27175
- /**
27176
- *
27177
- * @summary Get the number of items in each search index
27178
- * @param {string} [searchTerm]
27179
- * @param {boolean} [countOnly]
27180
- * @param {string} [countryId]
27181
- * @param {string} [hospitalId]
27182
- * @param {MarketingType} [marketingType]
27183
- * @param {string} [languageCode]
27184
- * @param {number} [page]
27185
- * @param {number} [limit]
27186
- * @param {Date} [lastRetrieved]
27187
- * @param {*} [options] Override http request option.
27188
- * @throws {RequiredError}
27189
- */
27190
- apiV1SearchGetcountGet: (searchTerm?: string | undefined, countOnly?: boolean | undefined, countryId?: string | undefined, hospitalId?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
27191
- /**
27192
- *
27193
- * @summary Search hospitals using Azure Search Services
27194
- * @param {string} [searchTerm]
27195
- * @param {boolean} [countOnly]
27196
- * @param {string} [countryId]
27197
- * @param {string} [hospitalId]
27198
- * @param {MarketingType} [marketingType]
27199
- * @param {string} [languageCode]
27200
- * @param {number} [page]
27201
- * @param {number} [limit]
27202
- * @param {Date} [lastRetrieved]
27203
- * @param {*} [options] Override http request option.
27204
- * @throws {RequiredError}
27205
- */
27206
- apiV1SearchHospitalsGet: (searchTerm?: string | undefined, countOnly?: boolean | undefined, countryId?: string | undefined, hospitalId?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
27207
27098
  /**
27208
27099
  *
27209
27100
  * @summary Update or Re-create hospitals Azure Search Services Index
@@ -27212,22 +27103,6 @@ export declare const SearchApiAxiosParamCreator: (configuration?: Configuration
27212
27103
  * @throws {RequiredError}
27213
27104
  */
27214
27105
  apiV1SearchHospitalsPost: (updateHospitalsSearchIndexCommand?: UpdateHospitalsSearchIndexCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
27215
- /**
27216
- *
27217
- * @summary Search specialties using Azure Search Service
27218
- * @param {string} [searchTerm]
27219
- * @param {boolean} [countOnly]
27220
- * @param {string} [countryId]
27221
- * @param {string} [hospitalId]
27222
- * @param {MarketingType} [marketingType]
27223
- * @param {string} [languageCode]
27224
- * @param {number} [page]
27225
- * @param {number} [limit]
27226
- * @param {Date} [lastRetrieved]
27227
- * @param {*} [options] Override http request option.
27228
- * @throws {RequiredError}
27229
- */
27230
- apiV1SearchSpecialtiesGet: (searchTerm?: string | undefined, countOnly?: boolean | undefined, countryId?: string | undefined, hospitalId?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
27231
27106
  /**
27232
27107
  *
27233
27108
  * @summary Update or Re-create specialties Azure Search Services Index
@@ -27236,22 +27111,6 @@ export declare const SearchApiAxiosParamCreator: (configuration?: Configuration
27236
27111
  * @throws {RequiredError}
27237
27112
  */
27238
27113
  apiV1SearchSpecialtiesPost: (updateSpecialtiesSearchIndexCommand?: UpdateSpecialtiesSearchIndexCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
27239
- /**
27240
- *
27241
- * @summary Search specialtyTypes using Azure Search Services
27242
- * @param {string} [searchTerm]
27243
- * @param {boolean} [countOnly]
27244
- * @param {string} [countryId]
27245
- * @param {string} [hospitalId]
27246
- * @param {MarketingType} [marketingType]
27247
- * @param {string} [languageCode]
27248
- * @param {number} [page]
27249
- * @param {number} [limit]
27250
- * @param {Date} [lastRetrieved]
27251
- * @param {*} [options] Override http request option.
27252
- * @throws {RequiredError}
27253
- */
27254
- apiV1SearchSpecialtytypesGet: (searchTerm?: string | undefined, countOnly?: boolean | undefined, countryId?: string | undefined, hospitalId?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
27255
27114
  /**
27256
27115
  *
27257
27116
  * @summary Update or Re-create specialtyTypes Azure Search Services Index
@@ -27266,22 +27125,6 @@ export declare const SearchApiAxiosParamCreator: (configuration?: Configuration
27266
27125
  * @export
27267
27126
  */
27268
27127
  export declare const SearchApiFp: (configuration?: Configuration | undefined) => {
27269
- /**
27270
- *
27271
- * @summary Search deals using Azure Search Service
27272
- * @param {string} [searchTerm]
27273
- * @param {boolean} [countOnly]
27274
- * @param {string} [countryId]
27275
- * @param {string} [hospitalId]
27276
- * @param {MarketingType} [marketingType]
27277
- * @param {string} [languageCode]
27278
- * @param {number} [page]
27279
- * @param {number} [limit]
27280
- * @param {Date} [lastRetrieved]
27281
- * @param {*} [options] Override http request option.
27282
- * @throws {RequiredError}
27283
- */
27284
- apiV1SearchDealsGet(searchTerm?: string | undefined, countOnly?: boolean | undefined, countryId?: string | undefined, hospitalId?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DealsModel>>;
27285
27128
  /**
27286
27129
  *
27287
27130
  * @summary Update or Re-create deals Azure Search Services Index
@@ -27290,22 +27133,6 @@ export declare const SearchApiFp: (configuration?: Configuration | undefined) =>
27290
27133
  * @throws {RequiredError}
27291
27134
  */
27292
27135
  apiV1SearchDealsPost(updateDealsSearchIndexCommand?: UpdateDealsSearchIndexCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<string>>;
27293
- /**
27294
- *
27295
- * @summary Search doctors using Azure Search Services
27296
- * @param {string} [searchTerm]
27297
- * @param {boolean} [countOnly]
27298
- * @param {string} [countryId]
27299
- * @param {string} [hospitalId]
27300
- * @param {MarketingType} [marketingType]
27301
- * @param {string} [languageCode]
27302
- * @param {number} [page]
27303
- * @param {number} [limit]
27304
- * @param {Date} [lastRetrieved]
27305
- * @param {*} [options] Override http request option.
27306
- * @throws {RequiredError}
27307
- */
27308
- apiV1SearchDoctorsGet(searchTerm?: string | undefined, countOnly?: boolean | undefined, countryId?: string | undefined, hospitalId?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorsModel>>;
27309
27136
  /**
27310
27137
  *
27311
27138
  * @summary Update or Re-create doctors Azure Search Services Index
@@ -27314,38 +27141,6 @@ export declare const SearchApiFp: (configuration?: Configuration | undefined) =>
27314
27141
  * @throws {RequiredError}
27315
27142
  */
27316
27143
  apiV1SearchDoctorsPost(updateDoctorsSearchIndexCommand?: UpdateDoctorsSearchIndexCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<string>>;
27317
- /**
27318
- *
27319
- * @summary Get the number of items in each search index
27320
- * @param {string} [searchTerm]
27321
- * @param {boolean} [countOnly]
27322
- * @param {string} [countryId]
27323
- * @param {string} [hospitalId]
27324
- * @param {MarketingType} [marketingType]
27325
- * @param {string} [languageCode]
27326
- * @param {number} [page]
27327
- * @param {number} [limit]
27328
- * @param {Date} [lastRetrieved]
27329
- * @param {*} [options] Override http request option.
27330
- * @throws {RequiredError}
27331
- */
27332
- apiV1SearchGetcountGet(searchTerm?: string | undefined, countOnly?: boolean | undefined, countryId?: string | undefined, hospitalId?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<AzureSearchModel>>;
27333
- /**
27334
- *
27335
- * @summary Search hospitals using Azure Search Services
27336
- * @param {string} [searchTerm]
27337
- * @param {boolean} [countOnly]
27338
- * @param {string} [countryId]
27339
- * @param {string} [hospitalId]
27340
- * @param {MarketingType} [marketingType]
27341
- * @param {string} [languageCode]
27342
- * @param {number} [page]
27343
- * @param {number} [limit]
27344
- * @param {Date} [lastRetrieved]
27345
- * @param {*} [options] Override http request option.
27346
- * @throws {RequiredError}
27347
- */
27348
- apiV1SearchHospitalsGet(searchTerm?: string | undefined, countOnly?: boolean | undefined, countryId?: string | undefined, hospitalId?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalsModel>>;
27349
27144
  /**
27350
27145
  *
27351
27146
  * @summary Update or Re-create hospitals Azure Search Services Index
@@ -27354,22 +27149,6 @@ export declare const SearchApiFp: (configuration?: Configuration | undefined) =>
27354
27149
  * @throws {RequiredError}
27355
27150
  */
27356
27151
  apiV1SearchHospitalsPost(updateHospitalsSearchIndexCommand?: UpdateHospitalsSearchIndexCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<string>>;
27357
- /**
27358
- *
27359
- * @summary Search specialties using Azure Search Service
27360
- * @param {string} [searchTerm]
27361
- * @param {boolean} [countOnly]
27362
- * @param {string} [countryId]
27363
- * @param {string} [hospitalId]
27364
- * @param {MarketingType} [marketingType]
27365
- * @param {string} [languageCode]
27366
- * @param {number} [page]
27367
- * @param {number} [limit]
27368
- * @param {Date} [lastRetrieved]
27369
- * @param {*} [options] Override http request option.
27370
- * @throws {RequiredError}
27371
- */
27372
- apiV1SearchSpecialtiesGet(searchTerm?: string | undefined, countOnly?: boolean | undefined, countryId?: string | undefined, hospitalId?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SpecialtiesModel>>;
27373
27152
  /**
27374
27153
  *
27375
27154
  * @summary Update or Re-create specialties Azure Search Services Index
@@ -27378,22 +27157,6 @@ export declare const SearchApiFp: (configuration?: Configuration | undefined) =>
27378
27157
  * @throws {RequiredError}
27379
27158
  */
27380
27159
  apiV1SearchSpecialtiesPost(updateSpecialtiesSearchIndexCommand?: UpdateSpecialtiesSearchIndexCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<string>>;
27381
- /**
27382
- *
27383
- * @summary Search specialtyTypes using Azure Search Services
27384
- * @param {string} [searchTerm]
27385
- * @param {boolean} [countOnly]
27386
- * @param {string} [countryId]
27387
- * @param {string} [hospitalId]
27388
- * @param {MarketingType} [marketingType]
27389
- * @param {string} [languageCode]
27390
- * @param {number} [page]
27391
- * @param {number} [limit]
27392
- * @param {Date} [lastRetrieved]
27393
- * @param {*} [options] Override http request option.
27394
- * @throws {RequiredError}
27395
- */
27396
- apiV1SearchSpecialtytypesGet(searchTerm?: string | undefined, countOnly?: boolean | undefined, countryId?: string | undefined, hospitalId?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SpecialtyTypesModel>>;
27397
27160
  /**
27398
27161
  *
27399
27162
  * @summary Update or Re-create specialtyTypes Azure Search Services Index
@@ -27408,22 +27171,6 @@ export declare const SearchApiFp: (configuration?: Configuration | undefined) =>
27408
27171
  * @export
27409
27172
  */
27410
27173
  export declare const SearchApiFactory: (configuration?: Configuration | undefined, basePath?: string | undefined, axios?: AxiosInstance | undefined) => {
27411
- /**
27412
- *
27413
- * @summary Search deals using Azure Search Service
27414
- * @param {string} [searchTerm]
27415
- * @param {boolean} [countOnly]
27416
- * @param {string} [countryId]
27417
- * @param {string} [hospitalId]
27418
- * @param {MarketingType} [marketingType]
27419
- * @param {string} [languageCode]
27420
- * @param {number} [page]
27421
- * @param {number} [limit]
27422
- * @param {Date} [lastRetrieved]
27423
- * @param {*} [options] Override http request option.
27424
- * @throws {RequiredError}
27425
- */
27426
- apiV1SearchDealsGet(searchTerm?: string | undefined, countOnly?: boolean | undefined, countryId?: string | undefined, hospitalId?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DealsModel>;
27427
27174
  /**
27428
27175
  *
27429
27176
  * @summary Update or Re-create deals Azure Search Services Index
@@ -27432,22 +27179,6 @@ export declare const SearchApiFactory: (configuration?: Configuration | undefine
27432
27179
  * @throws {RequiredError}
27433
27180
  */
27434
27181
  apiV1SearchDealsPost(updateDealsSearchIndexCommand?: UpdateDealsSearchIndexCommand | undefined, options?: any): AxiosPromise<string>;
27435
- /**
27436
- *
27437
- * @summary Search doctors using Azure Search Services
27438
- * @param {string} [searchTerm]
27439
- * @param {boolean} [countOnly]
27440
- * @param {string} [countryId]
27441
- * @param {string} [hospitalId]
27442
- * @param {MarketingType} [marketingType]
27443
- * @param {string} [languageCode]
27444
- * @param {number} [page]
27445
- * @param {number} [limit]
27446
- * @param {Date} [lastRetrieved]
27447
- * @param {*} [options] Override http request option.
27448
- * @throws {RequiredError}
27449
- */
27450
- apiV1SearchDoctorsGet(searchTerm?: string | undefined, countOnly?: boolean | undefined, countryId?: string | undefined, hospitalId?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DoctorsModel>;
27451
27182
  /**
27452
27183
  *
27453
27184
  * @summary Update or Re-create doctors Azure Search Services Index
@@ -27456,38 +27187,6 @@ export declare const SearchApiFactory: (configuration?: Configuration | undefine
27456
27187
  * @throws {RequiredError}
27457
27188
  */
27458
27189
  apiV1SearchDoctorsPost(updateDoctorsSearchIndexCommand?: UpdateDoctorsSearchIndexCommand | undefined, options?: any): AxiosPromise<string>;
27459
- /**
27460
- *
27461
- * @summary Get the number of items in each search index
27462
- * @param {string} [searchTerm]
27463
- * @param {boolean} [countOnly]
27464
- * @param {string} [countryId]
27465
- * @param {string} [hospitalId]
27466
- * @param {MarketingType} [marketingType]
27467
- * @param {string} [languageCode]
27468
- * @param {number} [page]
27469
- * @param {number} [limit]
27470
- * @param {Date} [lastRetrieved]
27471
- * @param {*} [options] Override http request option.
27472
- * @throws {RequiredError}
27473
- */
27474
- apiV1SearchGetcountGet(searchTerm?: string | undefined, countOnly?: boolean | undefined, countryId?: string | undefined, hospitalId?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<AzureSearchModel>;
27475
- /**
27476
- *
27477
- * @summary Search hospitals using Azure Search Services
27478
- * @param {string} [searchTerm]
27479
- * @param {boolean} [countOnly]
27480
- * @param {string} [countryId]
27481
- * @param {string} [hospitalId]
27482
- * @param {MarketingType} [marketingType]
27483
- * @param {string} [languageCode]
27484
- * @param {number} [page]
27485
- * @param {number} [limit]
27486
- * @param {Date} [lastRetrieved]
27487
- * @param {*} [options] Override http request option.
27488
- * @throws {RequiredError}
27489
- */
27490
- apiV1SearchHospitalsGet(searchTerm?: string | undefined, countOnly?: boolean | undefined, countryId?: string | undefined, hospitalId?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalsModel>;
27491
27190
  /**
27492
27191
  *
27493
27192
  * @summary Update or Re-create hospitals Azure Search Services Index
@@ -27496,22 +27195,6 @@ export declare const SearchApiFactory: (configuration?: Configuration | undefine
27496
27195
  * @throws {RequiredError}
27497
27196
  */
27498
27197
  apiV1SearchHospitalsPost(updateHospitalsSearchIndexCommand?: UpdateHospitalsSearchIndexCommand | undefined, options?: any): AxiosPromise<string>;
27499
- /**
27500
- *
27501
- * @summary Search specialties using Azure Search Service
27502
- * @param {string} [searchTerm]
27503
- * @param {boolean} [countOnly]
27504
- * @param {string} [countryId]
27505
- * @param {string} [hospitalId]
27506
- * @param {MarketingType} [marketingType]
27507
- * @param {string} [languageCode]
27508
- * @param {number} [page]
27509
- * @param {number} [limit]
27510
- * @param {Date} [lastRetrieved]
27511
- * @param {*} [options] Override http request option.
27512
- * @throws {RequiredError}
27513
- */
27514
- apiV1SearchSpecialtiesGet(searchTerm?: string | undefined, countOnly?: boolean | undefined, countryId?: string | undefined, hospitalId?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<SpecialtiesModel>;
27515
27198
  /**
27516
27199
  *
27517
27200
  * @summary Update or Re-create specialties Azure Search Services Index
@@ -27520,22 +27203,6 @@ export declare const SearchApiFactory: (configuration?: Configuration | undefine
27520
27203
  * @throws {RequiredError}
27521
27204
  */
27522
27205
  apiV1SearchSpecialtiesPost(updateSpecialtiesSearchIndexCommand?: UpdateSpecialtiesSearchIndexCommand | undefined, options?: any): AxiosPromise<string>;
27523
- /**
27524
- *
27525
- * @summary Search specialtyTypes using Azure Search Services
27526
- * @param {string} [searchTerm]
27527
- * @param {boolean} [countOnly]
27528
- * @param {string} [countryId]
27529
- * @param {string} [hospitalId]
27530
- * @param {MarketingType} [marketingType]
27531
- * @param {string} [languageCode]
27532
- * @param {number} [page]
27533
- * @param {number} [limit]
27534
- * @param {Date} [lastRetrieved]
27535
- * @param {*} [options] Override http request option.
27536
- * @throws {RequiredError}
27537
- */
27538
- apiV1SearchSpecialtytypesGet(searchTerm?: string | undefined, countOnly?: boolean | undefined, countryId?: string | undefined, hospitalId?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<SpecialtyTypesModel>;
27539
27206
  /**
27540
27207
  *
27541
27208
  * @summary Update or Re-create specialtyTypes Azure Search Services Index
@@ -27552,23 +27219,6 @@ export declare const SearchApiFactory: (configuration?: Configuration | undefine
27552
27219
  * @extends {BaseAPI}
27553
27220
  */
27554
27221
  export declare class SearchApi extends BaseAPI {
27555
- /**
27556
- *
27557
- * @summary Search deals using Azure Search Service
27558
- * @param {string} [searchTerm]
27559
- * @param {boolean} [countOnly]
27560
- * @param {string} [countryId]
27561
- * @param {string} [hospitalId]
27562
- * @param {MarketingType} [marketingType]
27563
- * @param {string} [languageCode]
27564
- * @param {number} [page]
27565
- * @param {number} [limit]
27566
- * @param {Date} [lastRetrieved]
27567
- * @param {*} [options] Override http request option.
27568
- * @throws {RequiredError}
27569
- * @memberof SearchApi
27570
- */
27571
- apiV1SearchDealsGet(searchTerm?: string, countOnly?: boolean, countryId?: string, hospitalId?: string, marketingType?: MarketingType, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealsModel>>;
27572
27222
  /**
27573
27223
  *
27574
27224
  * @summary Update or Re-create deals Azure Search Services Index
@@ -27578,23 +27228,6 @@ export declare class SearchApi extends BaseAPI {
27578
27228
  * @memberof SearchApi
27579
27229
  */
27580
27230
  apiV1SearchDealsPost(updateDealsSearchIndexCommand?: UpdateDealsSearchIndexCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string>>;
27581
- /**
27582
- *
27583
- * @summary Search doctors using Azure Search Services
27584
- * @param {string} [searchTerm]
27585
- * @param {boolean} [countOnly]
27586
- * @param {string} [countryId]
27587
- * @param {string} [hospitalId]
27588
- * @param {MarketingType} [marketingType]
27589
- * @param {string} [languageCode]
27590
- * @param {number} [page]
27591
- * @param {number} [limit]
27592
- * @param {Date} [lastRetrieved]
27593
- * @param {*} [options] Override http request option.
27594
- * @throws {RequiredError}
27595
- * @memberof SearchApi
27596
- */
27597
- apiV1SearchDoctorsGet(searchTerm?: string, countOnly?: boolean, countryId?: string, hospitalId?: string, marketingType?: MarketingType, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorsModel>>;
27598
27231
  /**
27599
27232
  *
27600
27233
  * @summary Update or Re-create doctors Azure Search Services Index
@@ -27604,40 +27237,6 @@ export declare class SearchApi extends BaseAPI {
27604
27237
  * @memberof SearchApi
27605
27238
  */
27606
27239
  apiV1SearchDoctorsPost(updateDoctorsSearchIndexCommand?: UpdateDoctorsSearchIndexCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string>>;
27607
- /**
27608
- *
27609
- * @summary Get the number of items in each search index
27610
- * @param {string} [searchTerm]
27611
- * @param {boolean} [countOnly]
27612
- * @param {string} [countryId]
27613
- * @param {string} [hospitalId]
27614
- * @param {MarketingType} [marketingType]
27615
- * @param {string} [languageCode]
27616
- * @param {number} [page]
27617
- * @param {number} [limit]
27618
- * @param {Date} [lastRetrieved]
27619
- * @param {*} [options] Override http request option.
27620
- * @throws {RequiredError}
27621
- * @memberof SearchApi
27622
- */
27623
- apiV1SearchGetcountGet(searchTerm?: string, countOnly?: boolean, countryId?: string, hospitalId?: string, marketingType?: MarketingType, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AzureSearchModel>>;
27624
- /**
27625
- *
27626
- * @summary Search hospitals using Azure Search Services
27627
- * @param {string} [searchTerm]
27628
- * @param {boolean} [countOnly]
27629
- * @param {string} [countryId]
27630
- * @param {string} [hospitalId]
27631
- * @param {MarketingType} [marketingType]
27632
- * @param {string} [languageCode]
27633
- * @param {number} [page]
27634
- * @param {number} [limit]
27635
- * @param {Date} [lastRetrieved]
27636
- * @param {*} [options] Override http request option.
27637
- * @throws {RequiredError}
27638
- * @memberof SearchApi
27639
- */
27640
- apiV1SearchHospitalsGet(searchTerm?: string, countOnly?: boolean, countryId?: string, hospitalId?: string, marketingType?: MarketingType, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalsModel>>;
27641
27240
  /**
27642
27241
  *
27643
27242
  * @summary Update or Re-create hospitals Azure Search Services Index
@@ -27647,23 +27246,6 @@ export declare class SearchApi extends BaseAPI {
27647
27246
  * @memberof SearchApi
27648
27247
  */
27649
27248
  apiV1SearchHospitalsPost(updateHospitalsSearchIndexCommand?: UpdateHospitalsSearchIndexCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string>>;
27650
- /**
27651
- *
27652
- * @summary Search specialties using Azure Search Service
27653
- * @param {string} [searchTerm]
27654
- * @param {boolean} [countOnly]
27655
- * @param {string} [countryId]
27656
- * @param {string} [hospitalId]
27657
- * @param {MarketingType} [marketingType]
27658
- * @param {string} [languageCode]
27659
- * @param {number} [page]
27660
- * @param {number} [limit]
27661
- * @param {Date} [lastRetrieved]
27662
- * @param {*} [options] Override http request option.
27663
- * @throws {RequiredError}
27664
- * @memberof SearchApi
27665
- */
27666
- apiV1SearchSpecialtiesGet(searchTerm?: string, countOnly?: boolean, countryId?: string, hospitalId?: string, marketingType?: MarketingType, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtiesModel>>;
27667
27249
  /**
27668
27250
  *
27669
27251
  * @summary Update or Re-create specialties Azure Search Services Index
@@ -27673,23 +27255,6 @@ export declare class SearchApi extends BaseAPI {
27673
27255
  * @memberof SearchApi
27674
27256
  */
27675
27257
  apiV1SearchSpecialtiesPost(updateSpecialtiesSearchIndexCommand?: UpdateSpecialtiesSearchIndexCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string>>;
27676
- /**
27677
- *
27678
- * @summary Search specialtyTypes using Azure Search Services
27679
- * @param {string} [searchTerm]
27680
- * @param {boolean} [countOnly]
27681
- * @param {string} [countryId]
27682
- * @param {string} [hospitalId]
27683
- * @param {MarketingType} [marketingType]
27684
- * @param {string} [languageCode]
27685
- * @param {number} [page]
27686
- * @param {number} [limit]
27687
- * @param {Date} [lastRetrieved]
27688
- * @param {*} [options] Override http request option.
27689
- * @throws {RequiredError}
27690
- * @memberof SearchApi
27691
- */
27692
- apiV1SearchSpecialtytypesGet(searchTerm?: string, countOnly?: boolean, countryId?: string, hospitalId?: string, marketingType?: MarketingType, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtyTypesModel>>;
27693
27258
  /**
27694
27259
  *
27695
27260
  * @summary Update or Re-create specialtyTypes Azure Search Services Index