ch-admin-api-client-typescript 3.5.1 → 3.5.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/src/api.ts CHANGED
@@ -2720,6 +2720,12 @@ export interface ContributorItemModel {
2720
2720
  * @memberof ContributorItemModel
2721
2721
  */
2722
2722
  'photoThumbnail'?: string | null;
2723
+ /**
2724
+ *
2725
+ * @type {string}
2726
+ * @memberof ContributorItemModel
2727
+ */
2728
+ 'website'?: string | null;
2723
2729
  /**
2724
2730
  *
2725
2731
  * @type {number}
@@ -2811,6 +2817,12 @@ export interface ContributorModel {
2811
2817
  * @memberof ContributorModel
2812
2818
  */
2813
2819
  'photoThumbnail'?: string | null;
2820
+ /**
2821
+ *
2822
+ * @type {string}
2823
+ * @memberof ContributorModel
2824
+ */
2825
+ 'website'?: string | null;
2814
2826
  /**
2815
2827
  *
2816
2828
  * @type {number}
@@ -2935,6 +2947,12 @@ export interface CountryItemModel {
2935
2947
  * @memberof CountryItemModel
2936
2948
  */
2937
2949
  'confirmed'?: boolean;
2950
+ /**
2951
+ *
2952
+ * @type {string}
2953
+ * @memberof CountryItemModel
2954
+ */
2955
+ 'logo'?: string | null;
2938
2956
  /**
2939
2957
  *
2940
2958
  * @type {AuditableEntity}
@@ -2978,6 +2996,12 @@ export interface CountryModel {
2978
2996
  * @memberof CountryModel
2979
2997
  */
2980
2998
  'confirmed'?: boolean;
2999
+ /**
3000
+ *
3001
+ * @type {string}
3002
+ * @memberof CountryModel
3003
+ */
3004
+ 'logo'?: string | null;
2981
3005
  /**
2982
3006
  *
2983
3007
  * @type {AuditableEntity}
@@ -3004,10 +3028,10 @@ export interface CountryModel {
3004
3028
  'content'?: string | null;
3005
3029
  /**
3006
3030
  *
3007
- * @type {string}
3031
+ * @type {Array<MediaModel>}
3008
3032
  * @memberof CountryModel
3009
3033
  */
3010
- 'logo'?: string | null;
3034
+ 'medias'?: Array<MediaModel> | null;
3011
3035
  }
3012
3036
  /**
3013
3037
  *
@@ -7567,6 +7591,12 @@ export interface HospitalItemModel {
7567
7591
  * @memberof HospitalItemModel
7568
7592
  */
7569
7593
  'languageCode'?: string | null;
7594
+ /**
7595
+ *
7596
+ * @type {string}
7597
+ * @memberof HospitalItemModel
7598
+ */
7599
+ 'countryName'?: string | null;
7570
7600
  /**
7571
7601
  *
7572
7602
  * @type {string}
@@ -7702,6 +7732,12 @@ export interface HospitalModel {
7702
7732
  * @memberof HospitalModel
7703
7733
  */
7704
7734
  'languageCode'?: string | null;
7735
+ /**
7736
+ *
7737
+ * @type {string}
7738
+ * @memberof HospitalModel
7739
+ */
7740
+ 'countryName'?: string | null;
7705
7741
  /**
7706
7742
  *
7707
7743
  * @type {string}
@@ -7889,6 +7925,36 @@ export interface HospitalServiceItemModel {
7889
7925
  * @memberof HospitalServiceItemModel
7890
7926
  */
7891
7927
  'confirmed'?: boolean;
7928
+ /**
7929
+ *
7930
+ * @type {string}
7931
+ * @memberof HospitalServiceItemModel
7932
+ */
7933
+ 'hospitalId'?: string;
7934
+ /**
7935
+ *
7936
+ * @type {string}
7937
+ * @memberof HospitalServiceItemModel
7938
+ */
7939
+ 'hospitalName'?: string | null;
7940
+ /**
7941
+ *
7942
+ * @type {string}
7943
+ * @memberof HospitalServiceItemModel
7944
+ */
7945
+ 'hospitalSlug'?: string | null;
7946
+ /**
7947
+ *
7948
+ * @type {string}
7949
+ * @memberof HospitalServiceItemModel
7950
+ */
7951
+ 'specialtyId'?: string;
7952
+ /**
7953
+ *
7954
+ * @type {string}
7955
+ * @memberof HospitalServiceItemModel
7956
+ */
7957
+ 'specialtyName'?: string | null;
7892
7958
  /**
7893
7959
  *
7894
7960
  * @type {number}
@@ -7952,76 +8018,76 @@ export interface HospitalServiceModel {
7952
8018
  'confirmed'?: boolean;
7953
8019
  /**
7954
8020
  *
7955
- * @type {number}
8021
+ * @type {string}
7956
8022
  * @memberof HospitalServiceModel
7957
8023
  */
7958
- 'order'?: number;
8024
+ 'hospitalId'?: string;
7959
8025
  /**
7960
8026
  *
7961
8027
  * @type {string}
7962
8028
  * @memberof HospitalServiceModel
7963
8029
  */
7964
- 'photo'?: string | null;
8030
+ 'hospitalName'?: string | null;
7965
8031
  /**
7966
8032
  *
7967
8033
  * @type {string}
7968
8034
  * @memberof HospitalServiceModel
7969
8035
  */
7970
- 'photoThumbnail'?: string | null;
8036
+ 'hospitalSlug'?: string | null;
7971
8037
  /**
7972
8038
  *
7973
- * @type {AuditableEntity}
8039
+ * @type {string}
7974
8040
  * @memberof HospitalServiceModel
7975
8041
  */
7976
- 'auditableEntity'?: AuditableEntity;
8042
+ 'specialtyId'?: string;
7977
8043
  /**
7978
8044
  *
7979
8045
  * @type {string}
7980
8046
  * @memberof HospitalServiceModel
7981
8047
  */
7982
- 'description'?: string | null;
8048
+ 'specialtyName'?: string | null;
7983
8049
  /**
7984
8050
  *
7985
- * @type {string}
8051
+ * @type {number}
7986
8052
  * @memberof HospitalServiceModel
7987
8053
  */
7988
- 'overview'?: string | null;
8054
+ 'order'?: number;
7989
8055
  /**
7990
8056
  *
7991
8057
  * @type {string}
7992
8058
  * @memberof HospitalServiceModel
7993
8059
  */
7994
- 'content'?: string | null;
8060
+ 'photo'?: string | null;
7995
8061
  /**
7996
8062
  *
7997
8063
  * @type {string}
7998
8064
  * @memberof HospitalServiceModel
7999
8065
  */
8000
- 'hospitalId'?: string;
8066
+ 'photoThumbnail'?: string | null;
8001
8067
  /**
8002
8068
  *
8003
- * @type {string}
8069
+ * @type {AuditableEntity}
8004
8070
  * @memberof HospitalServiceModel
8005
8071
  */
8006
- 'hospitalName'?: string | null;
8072
+ 'auditableEntity'?: AuditableEntity;
8007
8073
  /**
8008
8074
  *
8009
8075
  * @type {string}
8010
8076
  * @memberof HospitalServiceModel
8011
8077
  */
8012
- 'hospitalSlug'?: string | null;
8078
+ 'description'?: string | null;
8013
8079
  /**
8014
8080
  *
8015
8081
  * @type {string}
8016
8082
  * @memberof HospitalServiceModel
8017
8083
  */
8018
- 'specialtyId'?: string;
8084
+ 'overview'?: string | null;
8019
8085
  /**
8020
8086
  *
8021
8087
  * @type {string}
8022
8088
  * @memberof HospitalServiceModel
8023
8089
  */
8024
- 'specialtyName'?: string | null;
8090
+ 'content'?: string | null;
8025
8091
  /**
8026
8092
  *
8027
8093
  * @type {string}
@@ -8274,6 +8340,30 @@ export interface HospitalSpecialtyItemModel {
8274
8340
  * @memberof HospitalSpecialtyItemModel
8275
8341
  */
8276
8342
  'specialtyId'?: string;
8343
+ /**
8344
+ *
8345
+ * @type {string}
8346
+ * @memberof HospitalSpecialtyItemModel
8347
+ */
8348
+ 'specialtyName'?: string | null;
8349
+ /**
8350
+ *
8351
+ * @type {string}
8352
+ * @memberof HospitalSpecialtyItemModel
8353
+ */
8354
+ 'specialtyTypeId'?: string;
8355
+ /**
8356
+ *
8357
+ * @type {string}
8358
+ * @memberof HospitalSpecialtyItemModel
8359
+ */
8360
+ 'specialtyTypeName'?: string | null;
8361
+ /**
8362
+ *
8363
+ * @type {MarketingType}
8364
+ * @memberof HospitalSpecialtyItemModel
8365
+ */
8366
+ 'marketingType'?: MarketingType;
8277
8367
  }
8278
8368
  /**
8279
8369
  *
@@ -8358,49 +8448,61 @@ export interface HospitalSpecialtyModel {
8358
8448
  * @type {string}
8359
8449
  * @memberof HospitalSpecialtyModel
8360
8450
  */
8361
- 'description'?: string | null;
8451
+ 'specialtyName'?: string | null;
8362
8452
  /**
8363
8453
  *
8364
8454
  * @type {string}
8365
8455
  * @memberof HospitalSpecialtyModel
8366
8456
  */
8367
- 'overview'?: string | null;
8457
+ 'specialtyTypeId'?: string;
8368
8458
  /**
8369
8459
  *
8370
8460
  * @type {string}
8371
8461
  * @memberof HospitalSpecialtyModel
8372
8462
  */
8373
- 'content'?: string | null;
8463
+ 'specialtyTypeName'?: string | null;
8464
+ /**
8465
+ *
8466
+ * @type {MarketingType}
8467
+ * @memberof HospitalSpecialtyModel
8468
+ */
8469
+ 'marketingType'?: MarketingType;
8374
8470
  /**
8375
8471
  *
8376
8472
  * @type {string}
8377
8473
  * @memberof HospitalSpecialtyModel
8378
8474
  */
8379
- 'hospitalId'?: string;
8475
+ 'description'?: string | null;
8380
8476
  /**
8381
8477
  *
8382
8478
  * @type {string}
8383
8479
  * @memberof HospitalSpecialtyModel
8384
8480
  */
8385
- 'hospitalName'?: string | null;
8481
+ 'overview'?: string | null;
8386
8482
  /**
8387
8483
  *
8388
8484
  * @type {string}
8389
8485
  * @memberof HospitalSpecialtyModel
8390
8486
  */
8391
- 'hospitalSlug'?: string | null;
8487
+ 'content'?: string | null;
8392
8488
  /**
8393
8489
  *
8394
8490
  * @type {string}
8395
8491
  * @memberof HospitalSpecialtyModel
8396
8492
  */
8397
- 'specialtyName'?: string | null;
8493
+ 'hospitalId'?: string;
8398
8494
  /**
8399
8495
  *
8400
8496
  * @type {string}
8401
8497
  * @memberof HospitalSpecialtyModel
8402
8498
  */
8403
- 'specialtyTypeId'?: string;
8499
+ 'hospitalName'?: string | null;
8500
+ /**
8501
+ *
8502
+ * @type {string}
8503
+ * @memberof HospitalSpecialtyModel
8504
+ */
8505
+ 'hospitalSlug'?: string | null;
8404
8506
  /**
8405
8507
  *
8406
8508
  * @type {string}
@@ -12733,6 +12835,25 @@ export interface UpdateHospitalSnsHandleCommand {
12733
12835
  */
12734
12836
  'handle'?: string | null;
12735
12837
  }
12838
+ /**
12839
+ *
12840
+ * @export
12841
+ * @interface UpdateHospitalSpecialtiesSearchIndexCommand
12842
+ */
12843
+ export interface UpdateHospitalSpecialtiesSearchIndexCommand {
12844
+ /**
12845
+ *
12846
+ * @type {number}
12847
+ * @memberof UpdateHospitalSpecialtiesSearchIndexCommand
12848
+ */
12849
+ 'batchSize'?: number | null;
12850
+ /**
12851
+ *
12852
+ * @type {boolean}
12853
+ * @memberof UpdateHospitalSpecialtiesSearchIndexCommand
12854
+ */
12855
+ 'reCreate'?: boolean | null;
12856
+ }
12736
12857
  /**
12737
12858
  *
12738
12859
  * @export
@@ -24266,6 +24387,7 @@ export const DoctorAffiliationsApiAxiosParamCreator = function (configuration?:
24266
24387
  * @param {string} [doctorId]
24267
24388
  * @param {string} [doctorName]
24268
24389
  * @param {string} [doctorSlug]
24390
+ * @param {string} [specialtyId]
24269
24391
  * @param {string} [languageCode]
24270
24392
  * @param {boolean} [showHidden]
24271
24393
  * @param {number} [page]
@@ -24274,7 +24396,7 @@ export const DoctorAffiliationsApiAxiosParamCreator = function (configuration?:
24274
24396
  * @param {*} [options] Override http request option.
24275
24397
  * @throws {RequiredError}
24276
24398
  */
24277
- apiV1DoctoraffiliationsGet: async (hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, doctorSlug?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
24399
+ apiV1DoctoraffiliationsGet: async (hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, doctorSlug?: string, specialtyId?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
24278
24400
  const localVarPath = `/api/v1/doctoraffiliations`;
24279
24401
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
24280
24402
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -24311,6 +24433,10 @@ export const DoctorAffiliationsApiAxiosParamCreator = function (configuration?:
24311
24433
  localVarQueryParameter['DoctorSlug'] = doctorSlug;
24312
24434
  }
24313
24435
 
24436
+ if (specialtyId !== undefined) {
24437
+ localVarQueryParameter['SpecialtyId'] = specialtyId;
24438
+ }
24439
+
24314
24440
  if (languageCode !== undefined) {
24315
24441
  localVarQueryParameter['LanguageCode'] = languageCode;
24316
24442
  }
@@ -24522,6 +24648,7 @@ export const DoctorAffiliationsApiFp = function(configuration?: Configuration) {
24522
24648
  * @param {string} [doctorId]
24523
24649
  * @param {string} [doctorName]
24524
24650
  * @param {string} [doctorSlug]
24651
+ * @param {string} [specialtyId]
24525
24652
  * @param {string} [languageCode]
24526
24653
  * @param {boolean} [showHidden]
24527
24654
  * @param {number} [page]
@@ -24530,8 +24657,8 @@ export const DoctorAffiliationsApiFp = function(configuration?: Configuration) {
24530
24657
  * @param {*} [options] Override http request option.
24531
24658
  * @throws {RequiredError}
24532
24659
  */
24533
- async apiV1DoctoraffiliationsGet(hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, doctorSlug?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorAffiliationsModel>> {
24534
- const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1DoctoraffiliationsGet(hospitalId, hospitalName, doctorId, doctorName, doctorSlug, languageCode, showHidden, page, limit, lastRetrieved, options);
24660
+ async apiV1DoctoraffiliationsGet(hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, doctorSlug?: string, specialtyId?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorAffiliationsModel>> {
24661
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1DoctoraffiliationsGet(hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, languageCode, showHidden, page, limit, lastRetrieved, options);
24535
24662
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
24536
24663
  },
24537
24664
  /**
@@ -24597,6 +24724,7 @@ export const DoctorAffiliationsApiFactory = function (configuration?: Configurat
24597
24724
  * @param {string} [doctorId]
24598
24725
  * @param {string} [doctorName]
24599
24726
  * @param {string} [doctorSlug]
24727
+ * @param {string} [specialtyId]
24600
24728
  * @param {string} [languageCode]
24601
24729
  * @param {boolean} [showHidden]
24602
24730
  * @param {number} [page]
@@ -24605,8 +24733,8 @@ export const DoctorAffiliationsApiFactory = function (configuration?: Configurat
24605
24733
  * @param {*} [options] Override http request option.
24606
24734
  * @throws {RequiredError}
24607
24735
  */
24608
- apiV1DoctoraffiliationsGet(hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, doctorSlug?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DoctorAffiliationsModel> {
24609
- return localVarFp.apiV1DoctoraffiliationsGet(hospitalId, hospitalName, doctorId, doctorName, doctorSlug, languageCode, showHidden, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
24736
+ apiV1DoctoraffiliationsGet(hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, doctorSlug?: string, specialtyId?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DoctorAffiliationsModel> {
24737
+ return localVarFp.apiV1DoctoraffiliationsGet(hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, languageCode, showHidden, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
24610
24738
  },
24611
24739
  /**
24612
24740
  *
@@ -24667,6 +24795,7 @@ export class DoctorAffiliationsApi extends BaseAPI {
24667
24795
  * @param {string} [doctorId]
24668
24796
  * @param {string} [doctorName]
24669
24797
  * @param {string} [doctorSlug]
24798
+ * @param {string} [specialtyId]
24670
24799
  * @param {string} [languageCode]
24671
24800
  * @param {boolean} [showHidden]
24672
24801
  * @param {number} [page]
@@ -24676,8 +24805,8 @@ export class DoctorAffiliationsApi extends BaseAPI {
24676
24805
  * @throws {RequiredError}
24677
24806
  * @memberof DoctorAffiliationsApi
24678
24807
  */
24679
- public apiV1DoctoraffiliationsGet(hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, doctorSlug?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
24680
- return DoctorAffiliationsApiFp(this.configuration).apiV1DoctoraffiliationsGet(hospitalId, hospitalName, doctorId, doctorName, doctorSlug, languageCode, showHidden, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
24808
+ public apiV1DoctoraffiliationsGet(hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, doctorSlug?: string, specialtyId?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
24809
+ return DoctorAffiliationsApiFp(this.configuration).apiV1DoctoraffiliationsGet(hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, languageCode, showHidden, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
24681
24810
  }
24682
24811
 
24683
24812
  /**
@@ -41057,6 +41186,44 @@ export const SearchApiAxiosParamCreator = function (configuration?: Configuratio
41057
41186
  options: localVarRequestOptions,
41058
41187
  };
41059
41188
  },
41189
+ /**
41190
+ *
41191
+ * @summary Update or Re-create hospitalSpecialties Azure Search Services Index
41192
+ * @param {UpdateHospitalSpecialtiesSearchIndexCommand} [updateHospitalSpecialtiesSearchIndexCommand]
41193
+ * @param {*} [options] Override http request option.
41194
+ * @throws {RequiredError}
41195
+ */
41196
+ apiV1SearchHospitalspecialtiesPost: async (updateHospitalSpecialtiesSearchIndexCommand?: UpdateHospitalSpecialtiesSearchIndexCommand, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
41197
+ const localVarPath = `/api/v1/search/hospitalspecialties`;
41198
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
41199
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
41200
+ let baseOptions;
41201
+ if (configuration) {
41202
+ baseOptions = configuration.baseOptions;
41203
+ }
41204
+
41205
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
41206
+ const localVarHeaderParameter = {} as any;
41207
+ const localVarQueryParameter = {} as any;
41208
+
41209
+ // authentication oauth2 required
41210
+ // oauth required
41211
+ await setOAuthToObject(localVarHeaderParameter, "oauth2", ["CloudHospital_admin_api", "IdentityServerApi"], configuration)
41212
+
41213
+
41214
+
41215
+ localVarHeaderParameter['Content-Type'] = 'application/json';
41216
+
41217
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
41218
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
41219
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
41220
+ localVarRequestOptions.data = serializeDataIfNeeded(updateHospitalSpecialtiesSearchIndexCommand, localVarRequestOptions, configuration)
41221
+
41222
+ return {
41223
+ url: toPathString(localVarUrlObj),
41224
+ options: localVarRequestOptions,
41225
+ };
41226
+ },
41060
41227
  /**
41061
41228
  *
41062
41229
  * @summary Update or Re-create specialties Azure Search Services Index
@@ -41176,6 +41343,17 @@ export const SearchApiFp = function(configuration?: Configuration) {
41176
41343
  const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1SearchHospitalsPost(updateHospitalsSearchIndexCommand, options);
41177
41344
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
41178
41345
  },
41346
+ /**
41347
+ *
41348
+ * @summary Update or Re-create hospitalSpecialties Azure Search Services Index
41349
+ * @param {UpdateHospitalSpecialtiesSearchIndexCommand} [updateHospitalSpecialtiesSearchIndexCommand]
41350
+ * @param {*} [options] Override http request option.
41351
+ * @throws {RequiredError}
41352
+ */
41353
+ async apiV1SearchHospitalspecialtiesPost(updateHospitalSpecialtiesSearchIndexCommand?: UpdateHospitalSpecialtiesSearchIndexCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
41354
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1SearchHospitalspecialtiesPost(updateHospitalSpecialtiesSearchIndexCommand, options);
41355
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
41356
+ },
41179
41357
  /**
41180
41358
  *
41181
41359
  * @summary Update or Re-create specialties Azure Search Services Index
@@ -41238,6 +41416,16 @@ export const SearchApiFactory = function (configuration?: Configuration, basePat
41238
41416
  apiV1SearchHospitalsPost(updateHospitalsSearchIndexCommand?: UpdateHospitalsSearchIndexCommand, options?: any): AxiosPromise<string> {
41239
41417
  return localVarFp.apiV1SearchHospitalsPost(updateHospitalsSearchIndexCommand, options).then((request) => request(axios, basePath));
41240
41418
  },
41419
+ /**
41420
+ *
41421
+ * @summary Update or Re-create hospitalSpecialties Azure Search Services Index
41422
+ * @param {UpdateHospitalSpecialtiesSearchIndexCommand} [updateHospitalSpecialtiesSearchIndexCommand]
41423
+ * @param {*} [options] Override http request option.
41424
+ * @throws {RequiredError}
41425
+ */
41426
+ apiV1SearchHospitalspecialtiesPost(updateHospitalSpecialtiesSearchIndexCommand?: UpdateHospitalSpecialtiesSearchIndexCommand, options?: any): AxiosPromise<string> {
41427
+ return localVarFp.apiV1SearchHospitalspecialtiesPost(updateHospitalSpecialtiesSearchIndexCommand, options).then((request) => request(axios, basePath));
41428
+ },
41241
41429
  /**
41242
41430
  *
41243
41431
  * @summary Update or Re-create specialties Azure Search Services Index
@@ -41304,6 +41492,18 @@ export class SearchApi extends BaseAPI {
41304
41492
  return SearchApiFp(this.configuration).apiV1SearchHospitalsPost(updateHospitalsSearchIndexCommand, options).then((request) => request(this.axios, this.basePath));
41305
41493
  }
41306
41494
 
41495
+ /**
41496
+ *
41497
+ * @summary Update or Re-create hospitalSpecialties Azure Search Services Index
41498
+ * @param {UpdateHospitalSpecialtiesSearchIndexCommand} [updateHospitalSpecialtiesSearchIndexCommand]
41499
+ * @param {*} [options] Override http request option.
41500
+ * @throws {RequiredError}
41501
+ * @memberof SearchApi
41502
+ */
41503
+ public apiV1SearchHospitalspecialtiesPost(updateHospitalSpecialtiesSearchIndexCommand?: UpdateHospitalSpecialtiesSearchIndexCommand, options?: AxiosRequestConfig) {
41504
+ return SearchApiFp(this.configuration).apiV1SearchHospitalspecialtiesPost(updateHospitalSpecialtiesSearchIndexCommand, options).then((request) => request(this.axios, this.basePath));
41505
+ }
41506
+
41307
41507
  /**
41308
41508
  *
41309
41509
  * @summary Update or Re-create specialties Azure Search Services Index