ch-api-client-typescript2 2.8.2 → 2.8.3

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
@@ -13234,7 +13234,7 @@ export declare const AccreditationsApiFp: (configuration?: Configuration | undef
13234
13234
  * @param {*} [options] Override http request option.
13235
13235
  * @throws {RequiredError}
13236
13236
  */
13237
- apiV2AccreditationsAccreditationIdGet(accreditationId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<AccreditationModel>>;
13237
+ apiV2AccreditationsAccreditationIdGet(accreditationId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<AccreditationModel>>;
13238
13238
  /**
13239
13239
  *
13240
13240
  * @summary Get all Accreditations.
@@ -13247,7 +13247,7 @@ export declare const AccreditationsApiFp: (configuration?: Configuration | undef
13247
13247
  * @param {*} [options] Override http request option.
13248
13248
  * @throws {RequiredError}
13249
13249
  */
13250
- apiV2AccreditationsGet(name?: string | undefined, logo?: string | undefined, country?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<AccreditationsModel>>;
13250
+ apiV2AccreditationsGet(name?: string | undefined, logo?: string | undefined, country?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<AccreditationsModel>>;
13251
13251
  };
13252
13252
  /**
13253
13253
  * AccreditationsApi - factory interface
@@ -13291,7 +13291,7 @@ export declare class AccreditationsApi extends BaseAPI {
13291
13291
  * @throws {RequiredError}
13292
13292
  * @memberof AccreditationsApi
13293
13293
  */
13294
- apiV2AccreditationsAccreditationIdGet(accreditationId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccreditationModel>>;
13294
+ apiV2AccreditationsAccreditationIdGet(accreditationId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccreditationModel, any>>;
13295
13295
  /**
13296
13296
  *
13297
13297
  * @summary Get all Accreditations.
@@ -13305,7 +13305,7 @@ export declare class AccreditationsApi extends BaseAPI {
13305
13305
  * @throws {RequiredError}
13306
13306
  * @memberof AccreditationsApi
13307
13307
  */
13308
- apiV2AccreditationsGet(name?: string, logo?: string, country?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccreditationsModel>>;
13308
+ apiV2AccreditationsGet(name?: string, logo?: string, country?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccreditationsModel, any>>;
13309
13309
  }
13310
13310
  /**
13311
13311
  * ArticlesApi - axios parameter creator
@@ -13461,7 +13461,7 @@ export declare const ArticlesApiFp: (configuration?: Configuration | undefined)
13461
13461
  * @param {*} [options] Override http request option.
13462
13462
  * @throws {RequiredError}
13463
13463
  */
13464
- apiV2ArticlesArticleIdContributorsContributorIdGet(articleId: string, contributorId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ArticleContributorModel>>;
13464
+ apiV2ArticlesArticleIdContributorsContributorIdGet(articleId: string, contributorId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ArticleContributorModel>>;
13465
13465
  /**
13466
13466
  *
13467
13467
  * @summary GetAll ArticleContributors.
@@ -13479,7 +13479,7 @@ export declare const ArticlesApiFp: (configuration?: Configuration | undefined)
13479
13479
  * @param {*} [options] Override http request option.
13480
13480
  * @throws {RequiredError}
13481
13481
  */
13482
- apiV2ArticlesArticleIdContributorsGet(articleId: string, articleName?: string | undefined, contributorId?: string | undefined, contributorName?: string | undefined, email?: string | undefined, description?: string | undefined, website?: string | undefined, contributionType?: ContributionType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ArticleContributorsModel>>;
13482
+ apiV2ArticlesArticleIdContributorsGet(articleId: string, articleName?: string | undefined, contributorId?: string | undefined, contributorName?: string | undefined, email?: string | undefined, description?: string | undefined, website?: string | undefined, contributionType?: ContributionType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ArticleContributorsModel>>;
13483
13483
  /**
13484
13484
  *
13485
13485
  * @summary Get Article.
@@ -13489,7 +13489,7 @@ export declare const ArticlesApiFp: (configuration?: Configuration | undefined)
13489
13489
  * @param {*} [options] Override http request option.
13490
13490
  * @throws {RequiredError}
13491
13491
  */
13492
- apiV2ArticlesArticleIdGet(articleId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ArticleModel>>;
13492
+ apiV2ArticlesArticleIdGet(articleId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ArticleModel>>;
13493
13493
  /**
13494
13494
  *
13495
13495
  * @summary Get all ArticleMedias.
@@ -13502,7 +13502,7 @@ export declare const ArticlesApiFp: (configuration?: Configuration | undefined)
13502
13502
  * @param {*} [options] Override http request option.
13503
13503
  * @throws {RequiredError}
13504
13504
  */
13505
- apiV2ArticlesArticleIdMediasGet(articleId: string, id?: string | undefined, mediaType?: MediaType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediasModel>>;
13505
+ apiV2ArticlesArticleIdMediasGet(articleId: string, id?: string | undefined, mediaType?: MediaType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediasModel>>;
13506
13506
  /**
13507
13507
  *
13508
13508
  * @summary Get ArticleMedia.
@@ -13511,7 +13511,7 @@ export declare const ArticlesApiFp: (configuration?: Configuration | undefined)
13511
13511
  * @param {*} [options] Override http request option.
13512
13512
  * @throws {RequiredError}
13513
13513
  */
13514
- apiV2ArticlesArticleIdMediasMediaIdGet(articleId: string, mediaId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediaModel>>;
13514
+ apiV2ArticlesArticleIdMediasMediaIdGet(articleId: string, mediaId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediaModel>>;
13515
13515
  /**
13516
13516
  *
13517
13517
  * @summary Get all ArticleSource.
@@ -13522,7 +13522,7 @@ export declare const ArticlesApiFp: (configuration?: Configuration | undefined)
13522
13522
  * @param {*} [options] Override http request option.
13523
13523
  * @throws {RequiredError}
13524
13524
  */
13525
- apiV2ArticlesArticleIdSourcesGet(articleId: string, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ArticleSourcesModel>>;
13525
+ apiV2ArticlesArticleIdSourcesGet(articleId: string, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ArticleSourcesModel>>;
13526
13526
  /**
13527
13527
  *
13528
13528
  * @summary Get ArticleSource.
@@ -13531,7 +13531,7 @@ export declare const ArticlesApiFp: (configuration?: Configuration | undefined)
13531
13531
  * @param {*} [options] Override http request option.
13532
13532
  * @throws {RequiredError}
13533
13533
  */
13534
- apiV2ArticlesArticleIdSourcesSourceIdGet(articleId: string, sourceId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SourceModel>>;
13534
+ apiV2ArticlesArticleIdSourcesSourceIdGet(articleId: string, sourceId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SourceModel>>;
13535
13535
  /**
13536
13536
  *
13537
13537
  * @summary GetAll ArticleTags.
@@ -13543,7 +13543,7 @@ export declare const ArticlesApiFp: (configuration?: Configuration | undefined)
13543
13543
  * @param {*} [options] Override http request option.
13544
13544
  * @throws {RequiredError}
13545
13545
  */
13546
- apiV2ArticlesArticleIdTagsGet(articleId: string, tagId?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ArticleTagsModel>>;
13546
+ apiV2ArticlesArticleIdTagsGet(articleId: string, tagId?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ArticleTagsModel>>;
13547
13547
  /**
13548
13548
  *
13549
13549
  * @summary Get ArticleTag.
@@ -13552,7 +13552,7 @@ export declare const ArticlesApiFp: (configuration?: Configuration | undefined)
13552
13552
  * @param {*} [options] Override http request option.
13553
13553
  * @throws {RequiredError}
13554
13554
  */
13555
- apiV2ArticlesArticleIdTagsTagIdGet(articleId: string, tagId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ArticleTagModel>>;
13555
+ apiV2ArticlesArticleIdTagsTagIdGet(articleId: string, tagId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ArticleTagModel>>;
13556
13556
  /**
13557
13557
  *
13558
13558
  * @summary Get all Articles.
@@ -13578,7 +13578,7 @@ export declare const ArticlesApiFp: (configuration?: Configuration | undefined)
13578
13578
  * @param {*} [options] Override http request option.
13579
13579
  * @throws {RequiredError}
13580
13580
  */
13581
- apiV2ArticlesGet(id?: string | undefined, title?: string | undefined, description?: string | undefined, status?: ArticleStatus | undefined, marketingType?: MarketingType | undefined, userId?: string | undefined, userName?: string | undefined, hospitalId?: string | undefined, hospitalName?: string | undefined, countryId?: string | undefined, tag?: string | undefined, exceptHospitalId?: string | undefined, contributorId?: string | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ArticlesModel>>;
13581
+ apiV2ArticlesGet(id?: string | undefined, title?: string | undefined, description?: string | undefined, status?: ArticleStatus | undefined, marketingType?: MarketingType | undefined, userId?: string | undefined, userName?: string | undefined, hospitalId?: string | undefined, hospitalName?: string | undefined, countryId?: string | undefined, tag?: string | undefined, exceptHospitalId?: string | undefined, contributorId?: string | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ArticlesModel>>;
13582
13582
  /**
13583
13583
  *
13584
13584
  * @param {string} slug
@@ -13587,7 +13587,7 @@ export declare const ArticlesApiFp: (configuration?: Configuration | undefined)
13587
13587
  * @param {*} [options] Override http request option.
13588
13588
  * @throws {RequiredError}
13589
13589
  */
13590
- apiV2ArticlesSlugGet(slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ArticleModel>>;
13590
+ apiV2ArticlesSlugGet(slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ArticleModel>>;
13591
13591
  };
13592
13592
  /**
13593
13593
  * ArticlesApi - factory interface
@@ -13746,7 +13746,7 @@ export declare class ArticlesApi extends BaseAPI {
13746
13746
  * @throws {RequiredError}
13747
13747
  * @memberof ArticlesApi
13748
13748
  */
13749
- apiV2ArticlesArticleIdContributorsContributorIdGet(articleId: string, contributorId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ArticleContributorModel>>;
13749
+ apiV2ArticlesArticleIdContributorsContributorIdGet(articleId: string, contributorId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ArticleContributorModel, any>>;
13750
13750
  /**
13751
13751
  *
13752
13752
  * @summary GetAll ArticleContributors.
@@ -13765,7 +13765,7 @@ export declare class ArticlesApi extends BaseAPI {
13765
13765
  * @throws {RequiredError}
13766
13766
  * @memberof ArticlesApi
13767
13767
  */
13768
- apiV2ArticlesArticleIdContributorsGet(articleId: string, articleName?: string, contributorId?: string, contributorName?: string, email?: string, description?: string, website?: string, contributionType?: ContributionType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ArticleContributorsModel>>;
13768
+ apiV2ArticlesArticleIdContributorsGet(articleId: string, articleName?: string, contributorId?: string, contributorName?: string, email?: string, description?: string, website?: string, contributionType?: ContributionType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ArticleContributorsModel, any>>;
13769
13769
  /**
13770
13770
  *
13771
13771
  * @summary Get Article.
@@ -13776,7 +13776,7 @@ export declare class ArticlesApi extends BaseAPI {
13776
13776
  * @throws {RequiredError}
13777
13777
  * @memberof ArticlesApi
13778
13778
  */
13779
- apiV2ArticlesArticleIdGet(articleId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ArticleModel>>;
13779
+ apiV2ArticlesArticleIdGet(articleId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ArticleModel, any>>;
13780
13780
  /**
13781
13781
  *
13782
13782
  * @summary Get all ArticleMedias.
@@ -13790,7 +13790,7 @@ export declare class ArticlesApi extends BaseAPI {
13790
13790
  * @throws {RequiredError}
13791
13791
  * @memberof ArticlesApi
13792
13792
  */
13793
- apiV2ArticlesArticleIdMediasGet(articleId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediasModel>>;
13793
+ apiV2ArticlesArticleIdMediasGet(articleId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediasModel, any>>;
13794
13794
  /**
13795
13795
  *
13796
13796
  * @summary Get ArticleMedia.
@@ -13800,7 +13800,7 @@ export declare class ArticlesApi extends BaseAPI {
13800
13800
  * @throws {RequiredError}
13801
13801
  * @memberof ArticlesApi
13802
13802
  */
13803
- apiV2ArticlesArticleIdMediasMediaIdGet(articleId: string, mediaId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel>>;
13803
+ apiV2ArticlesArticleIdMediasMediaIdGet(articleId: string, mediaId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
13804
13804
  /**
13805
13805
  *
13806
13806
  * @summary Get all ArticleSource.
@@ -13812,7 +13812,7 @@ export declare class ArticlesApi extends BaseAPI {
13812
13812
  * @throws {RequiredError}
13813
13813
  * @memberof ArticlesApi
13814
13814
  */
13815
- apiV2ArticlesArticleIdSourcesGet(articleId: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ArticleSourcesModel>>;
13815
+ apiV2ArticlesArticleIdSourcesGet(articleId: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ArticleSourcesModel, any>>;
13816
13816
  /**
13817
13817
  *
13818
13818
  * @summary Get ArticleSource.
@@ -13822,7 +13822,7 @@ export declare class ArticlesApi extends BaseAPI {
13822
13822
  * @throws {RequiredError}
13823
13823
  * @memberof ArticlesApi
13824
13824
  */
13825
- apiV2ArticlesArticleIdSourcesSourceIdGet(articleId: string, sourceId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SourceModel>>;
13825
+ apiV2ArticlesArticleIdSourcesSourceIdGet(articleId: string, sourceId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SourceModel, any>>;
13826
13826
  /**
13827
13827
  *
13828
13828
  * @summary GetAll ArticleTags.
@@ -13835,7 +13835,7 @@ export declare class ArticlesApi extends BaseAPI {
13835
13835
  * @throws {RequiredError}
13836
13836
  * @memberof ArticlesApi
13837
13837
  */
13838
- apiV2ArticlesArticleIdTagsGet(articleId: string, tagId?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ArticleTagsModel>>;
13838
+ apiV2ArticlesArticleIdTagsGet(articleId: string, tagId?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ArticleTagsModel, any>>;
13839
13839
  /**
13840
13840
  *
13841
13841
  * @summary Get ArticleTag.
@@ -13845,7 +13845,7 @@ export declare class ArticlesApi extends BaseAPI {
13845
13845
  * @throws {RequiredError}
13846
13846
  * @memberof ArticlesApi
13847
13847
  */
13848
- apiV2ArticlesArticleIdTagsTagIdGet(articleId: string, tagId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ArticleTagModel>>;
13848
+ apiV2ArticlesArticleIdTagsTagIdGet(articleId: string, tagId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ArticleTagModel, any>>;
13849
13849
  /**
13850
13850
  *
13851
13851
  * @summary Get all Articles.
@@ -13872,7 +13872,7 @@ export declare class ArticlesApi extends BaseAPI {
13872
13872
  * @throws {RequiredError}
13873
13873
  * @memberof ArticlesApi
13874
13874
  */
13875
- apiV2ArticlesGet(id?: string, title?: string, description?: string, status?: ArticleStatus, marketingType?: MarketingType, userId?: string, userName?: string, hospitalId?: string, hospitalName?: string, countryId?: string, tag?: string, exceptHospitalId?: string, contributorId?: string, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ArticlesModel>>;
13875
+ apiV2ArticlesGet(id?: string, title?: string, description?: string, status?: ArticleStatus, marketingType?: MarketingType, userId?: string, userName?: string, hospitalId?: string, hospitalName?: string, countryId?: string, tag?: string, exceptHospitalId?: string, contributorId?: string, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ArticlesModel, any>>;
13876
13876
  /**
13877
13877
  *
13878
13878
  * @param {string} slug
@@ -13882,7 +13882,7 @@ export declare class ArticlesApi extends BaseAPI {
13882
13882
  * @throws {RequiredError}
13883
13883
  * @memberof ArticlesApi
13884
13884
  */
13885
- apiV2ArticlesSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ArticleModel>>;
13885
+ apiV2ArticlesSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ArticleModel, any>>;
13886
13886
  }
13887
13887
  /**
13888
13888
  * BookingsApi - axios parameter creator
@@ -13994,7 +13994,7 @@ export declare const BookingsApiFp: (configuration?: Configuration | undefined)
13994
13994
  * @param {*} [options] Override http request option.
13995
13995
  * @throws {RequiredError}
13996
13996
  */
13997
- apiV2BookingsBookingIdApprovePut(bookingId: string, approveBookingCommand?: ApproveBookingCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
13997
+ apiV2BookingsBookingIdApprovePut(bookingId: string, approveBookingCommand?: ApproveBookingCommand | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
13998
13998
  /**
13999
13999
  *
14000
14000
  * @summary Cancel booking.
@@ -14002,7 +14002,7 @@ export declare const BookingsApiFp: (configuration?: Configuration | undefined)
14002
14002
  * @param {*} [options] Override http request option.
14003
14003
  * @throws {RequiredError}
14004
14004
  */
14005
- apiV2BookingsBookingIdCancelPut(bookingId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
14005
+ apiV2BookingsBookingIdCancelPut(bookingId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
14006
14006
  /**
14007
14007
  *
14008
14008
  * @summary Delete booking.
@@ -14010,7 +14010,7 @@ export declare const BookingsApiFp: (configuration?: Configuration | undefined)
14010
14010
  * @param {*} [options] Override http request option.
14011
14011
  * @throws {RequiredError}
14012
14012
  */
14013
- apiV2BookingsBookingIdDelete(bookingId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
14013
+ apiV2BookingsBookingIdDelete(bookingId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
14014
14014
  /**
14015
14015
  *
14016
14016
  * @summary Get booking.
@@ -14018,7 +14018,7 @@ export declare const BookingsApiFp: (configuration?: Configuration | undefined)
14018
14018
  * @param {*} [options] Override http request option.
14019
14019
  * @throws {RequiredError}
14020
14020
  */
14021
- apiV2BookingsBookingIdGet(bookingId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<BookingModel>>;
14021
+ apiV2BookingsBookingIdGet(bookingId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<BookingModel>>;
14022
14022
  /**
14023
14023
  *
14024
14024
  * @summary Mark as Paid booking.
@@ -14026,7 +14026,7 @@ export declare const BookingsApiFp: (configuration?: Configuration | undefined)
14026
14026
  * @param {*} [options] Override http request option.
14027
14027
  * @throws {RequiredError}
14028
14028
  */
14029
- apiV2BookingsBookingIdPaidPost(bookingId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<string>>;
14029
+ apiV2BookingsBookingIdPaidPost(bookingId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<string>>;
14030
14030
  /**
14031
14031
  *
14032
14032
  * @summary Pay booking.
@@ -14034,7 +14034,7 @@ export declare const BookingsApiFp: (configuration?: Configuration | undefined)
14034
14034
  * @param {*} [options] Override http request option.
14035
14035
  * @throws {RequiredError}
14036
14036
  */
14037
- apiV2BookingsBookingIdPayPost(bookingId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<string>>;
14037
+ apiV2BookingsBookingIdPayPost(bookingId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<string>>;
14038
14038
  /**
14039
14039
  *
14040
14040
  * @summary Update booking.
@@ -14043,7 +14043,7 @@ export declare const BookingsApiFp: (configuration?: Configuration | undefined)
14043
14043
  * @param {*} [options] Override http request option.
14044
14044
  * @throws {RequiredError}
14045
14045
  */
14046
- apiV2BookingsBookingIdPut(bookingId: string, updateBookingCommand?: UpdateBookingCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<BookingModel>>;
14046
+ apiV2BookingsBookingIdPut(bookingId: string, updateBookingCommand?: UpdateBookingCommand | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<BookingModel>>;
14047
14047
  /**
14048
14048
  *
14049
14049
  * @summary Reject booking.
@@ -14052,7 +14052,7 @@ export declare const BookingsApiFp: (configuration?: Configuration | undefined)
14052
14052
  * @param {*} [options] Override http request option.
14053
14053
  * @throws {RequiredError}
14054
14054
  */
14055
- apiV2BookingsBookingIdRejectPut(bookingId: string, rejectBookingCommand?: RejectBookingCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
14055
+ apiV2BookingsBookingIdRejectPut(bookingId: string, rejectBookingCommand?: RejectBookingCommand | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
14056
14056
  /**
14057
14057
  *
14058
14058
  * @summary Get all bookings.
@@ -14067,7 +14067,7 @@ export declare const BookingsApiFp: (configuration?: Configuration | undefined)
14067
14067
  * @param {*} [options] Override http request option.
14068
14068
  * @throws {RequiredError}
14069
14069
  */
14070
- apiV2BookingsGet(searchString?: string | undefined, isOpen?: boolean | undefined, isCompleted?: boolean | undefined, status?: BookingStatus | undefined, dealPackageId?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<BookingsModel>>;
14070
+ apiV2BookingsGet(searchString?: string | undefined, isOpen?: boolean | undefined, isCompleted?: boolean | undefined, status?: BookingStatus | undefined, dealPackageId?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<BookingsModel>>;
14071
14071
  /**
14072
14072
  *
14073
14073
  * @summary Create booking.
@@ -14076,7 +14076,7 @@ export declare const BookingsApiFp: (configuration?: Configuration | undefined)
14076
14076
  * @param {*} [options] Override http request option.
14077
14077
  * @throws {RequiredError}
14078
14078
  */
14079
- apiV2BookingsRequestIdPost(requestId: string, createBookingCommand?: CreateBookingCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<BookingModel>>;
14079
+ apiV2BookingsRequestIdPost(requestId: string, createBookingCommand?: CreateBookingCommand | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<BookingModel>>;
14080
14080
  };
14081
14081
  /**
14082
14082
  * BookingsApi - factory interface
@@ -14191,7 +14191,7 @@ export declare class BookingsApi extends BaseAPI {
14191
14191
  * @throws {RequiredError}
14192
14192
  * @memberof BookingsApi
14193
14193
  */
14194
- apiV2BookingsBookingIdApprovePut(bookingId: string, approveBookingCommand?: ApproveBookingCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
14194
+ apiV2BookingsBookingIdApprovePut(bookingId: string, approveBookingCommand?: ApproveBookingCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
14195
14195
  /**
14196
14196
  *
14197
14197
  * @summary Cancel booking.
@@ -14200,7 +14200,7 @@ export declare class BookingsApi extends BaseAPI {
14200
14200
  * @throws {RequiredError}
14201
14201
  * @memberof BookingsApi
14202
14202
  */
14203
- apiV2BookingsBookingIdCancelPut(bookingId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
14203
+ apiV2BookingsBookingIdCancelPut(bookingId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
14204
14204
  /**
14205
14205
  *
14206
14206
  * @summary Delete booking.
@@ -14209,7 +14209,7 @@ export declare class BookingsApi extends BaseAPI {
14209
14209
  * @throws {RequiredError}
14210
14210
  * @memberof BookingsApi
14211
14211
  */
14212
- apiV2BookingsBookingIdDelete(bookingId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
14212
+ apiV2BookingsBookingIdDelete(bookingId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
14213
14213
  /**
14214
14214
  *
14215
14215
  * @summary Get booking.
@@ -14218,7 +14218,7 @@ export declare class BookingsApi extends BaseAPI {
14218
14218
  * @throws {RequiredError}
14219
14219
  * @memberof BookingsApi
14220
14220
  */
14221
- apiV2BookingsBookingIdGet(bookingId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BookingModel>>;
14221
+ apiV2BookingsBookingIdGet(bookingId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BookingModel, any>>;
14222
14222
  /**
14223
14223
  *
14224
14224
  * @summary Mark as Paid booking.
@@ -14227,7 +14227,7 @@ export declare class BookingsApi extends BaseAPI {
14227
14227
  * @throws {RequiredError}
14228
14228
  * @memberof BookingsApi
14229
14229
  */
14230
- apiV2BookingsBookingIdPaidPost(bookingId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string>>;
14230
+ apiV2BookingsBookingIdPaidPost(bookingId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
14231
14231
  /**
14232
14232
  *
14233
14233
  * @summary Pay booking.
@@ -14236,7 +14236,7 @@ export declare class BookingsApi extends BaseAPI {
14236
14236
  * @throws {RequiredError}
14237
14237
  * @memberof BookingsApi
14238
14238
  */
14239
- apiV2BookingsBookingIdPayPost(bookingId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string>>;
14239
+ apiV2BookingsBookingIdPayPost(bookingId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
14240
14240
  /**
14241
14241
  *
14242
14242
  * @summary Update booking.
@@ -14246,7 +14246,7 @@ export declare class BookingsApi extends BaseAPI {
14246
14246
  * @throws {RequiredError}
14247
14247
  * @memberof BookingsApi
14248
14248
  */
14249
- apiV2BookingsBookingIdPut(bookingId: string, updateBookingCommand?: UpdateBookingCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BookingModel>>;
14249
+ apiV2BookingsBookingIdPut(bookingId: string, updateBookingCommand?: UpdateBookingCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BookingModel, any>>;
14250
14250
  /**
14251
14251
  *
14252
14252
  * @summary Reject booking.
@@ -14256,7 +14256,7 @@ export declare class BookingsApi extends BaseAPI {
14256
14256
  * @throws {RequiredError}
14257
14257
  * @memberof BookingsApi
14258
14258
  */
14259
- apiV2BookingsBookingIdRejectPut(bookingId: string, rejectBookingCommand?: RejectBookingCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
14259
+ apiV2BookingsBookingIdRejectPut(bookingId: string, rejectBookingCommand?: RejectBookingCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
14260
14260
  /**
14261
14261
  *
14262
14262
  * @summary Get all bookings.
@@ -14272,7 +14272,7 @@ export declare class BookingsApi extends BaseAPI {
14272
14272
  * @throws {RequiredError}
14273
14273
  * @memberof BookingsApi
14274
14274
  */
14275
- apiV2BookingsGet(searchString?: string, isOpen?: boolean, isCompleted?: boolean, status?: BookingStatus, dealPackageId?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BookingsModel>>;
14275
+ apiV2BookingsGet(searchString?: string, isOpen?: boolean, isCompleted?: boolean, status?: BookingStatus, dealPackageId?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BookingsModel, any>>;
14276
14276
  /**
14277
14277
  *
14278
14278
  * @summary Create booking.
@@ -14282,7 +14282,7 @@ export declare class BookingsApi extends BaseAPI {
14282
14282
  * @throws {RequiredError}
14283
14283
  * @memberof BookingsApi
14284
14284
  */
14285
- apiV2BookingsRequestIdPost(requestId: string, createBookingCommand?: CreateBookingCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BookingModel>>;
14285
+ apiV2BookingsRequestIdPost(requestId: string, createBookingCommand?: CreateBookingCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BookingModel, any>>;
14286
14286
  }
14287
14287
  /**
14288
14288
  * ChatUsersApi - axios parameter creator
@@ -14351,7 +14351,7 @@ export declare const ChatUsersApiFp: (configuration?: Configuration | undefined)
14351
14351
  * @param {*} [options] Override http request option.
14352
14352
  * @throws {RequiredError}
14353
14353
  */
14354
- apiV2ChatusersCurrentGet(options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ChatUserModel>>;
14354
+ apiV2ChatusersCurrentGet(options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ChatUserModel>>;
14355
14355
  /**
14356
14356
  *
14357
14357
  * @summary Get all chatUsers.
@@ -14363,7 +14363,7 @@ export declare const ChatUsersApiFp: (configuration?: Configuration | undefined)
14363
14363
  * @param {*} [options] Override http request option.
14364
14364
  * @throws {RequiredError}
14365
14365
  */
14366
- apiV2ChatusersGet(limit?: number | undefined, token?: string | undefined, userIds?: string | undefined, nickname?: string | undefined, nicknameStartswith?: string | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ChatUsersModel>>;
14366
+ apiV2ChatusersGet(limit?: number | undefined, token?: string | undefined, userIds?: string | undefined, nickname?: string | undefined, nicknameStartswith?: string | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ChatUsersModel>>;
14367
14367
  /**
14368
14368
  *
14369
14369
  * @summary Create a chatUser.
@@ -14371,7 +14371,7 @@ export declare const ChatUsersApiFp: (configuration?: Configuration | undefined)
14371
14371
  * @param {*} [options] Override http request option.
14372
14372
  * @throws {RequiredError}
14373
14373
  */
14374
- apiV2ChatusersPost(createChatUserCommand?: CreateChatUserCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ChatUserModel>>;
14374
+ apiV2ChatusersPost(createChatUserCommand?: CreateChatUserCommand | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ChatUserModel>>;
14375
14375
  /**
14376
14376
  *
14377
14377
  * @summary Delete chatUser.
@@ -14379,7 +14379,7 @@ export declare const ChatUsersApiFp: (configuration?: Configuration | undefined)
14379
14379
  * @param {*} [options] Override http request option.
14380
14380
  * @throws {RequiredError}
14381
14381
  */
14382
- apiV2ChatusersUserIdDelete(userId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
14382
+ apiV2ChatusersUserIdDelete(userId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
14383
14383
  /**
14384
14384
  *
14385
14385
  * @summary Get chatUser.
@@ -14387,7 +14387,7 @@ export declare const ChatUsersApiFp: (configuration?: Configuration | undefined)
14387
14387
  * @param {*} [options] Override http request option.
14388
14388
  * @throws {RequiredError}
14389
14389
  */
14390
- apiV2ChatusersUserIdGet(userId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ChatUserModel>>;
14390
+ apiV2ChatusersUserIdGet(userId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ChatUserModel>>;
14391
14391
  /**
14392
14392
  *
14393
14393
  * @summary Update chatUser.
@@ -14396,7 +14396,7 @@ export declare const ChatUsersApiFp: (configuration?: Configuration | undefined)
14396
14396
  * @param {*} [options] Override http request option.
14397
14397
  * @throws {RequiredError}
14398
14398
  */
14399
- apiV2ChatusersUserIdPut(userId: string, updateChatUserCommand?: UpdateChatUserCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ChatUserModel>>;
14399
+ apiV2ChatusersUserIdPut(userId: string, updateChatUserCommand?: UpdateChatUserCommand | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ChatUserModel>>;
14400
14400
  };
14401
14401
  /**
14402
14402
  * ChatUsersApi - factory interface
@@ -14468,7 +14468,7 @@ export declare class ChatUsersApi extends BaseAPI {
14468
14468
  * @throws {RequiredError}
14469
14469
  * @memberof ChatUsersApi
14470
14470
  */
14471
- apiV2ChatusersCurrentGet(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ChatUserModel>>;
14471
+ apiV2ChatusersCurrentGet(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ChatUserModel, any>>;
14472
14472
  /**
14473
14473
  *
14474
14474
  * @summary Get all chatUsers.
@@ -14481,7 +14481,7 @@ export declare class ChatUsersApi extends BaseAPI {
14481
14481
  * @throws {RequiredError}
14482
14482
  * @memberof ChatUsersApi
14483
14483
  */
14484
- apiV2ChatusersGet(limit?: number, token?: string, userIds?: string, nickname?: string, nicknameStartswith?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ChatUsersModel>>;
14484
+ apiV2ChatusersGet(limit?: number, token?: string, userIds?: string, nickname?: string, nicknameStartswith?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ChatUsersModel, any>>;
14485
14485
  /**
14486
14486
  *
14487
14487
  * @summary Create a chatUser.
@@ -14490,7 +14490,7 @@ export declare class ChatUsersApi extends BaseAPI {
14490
14490
  * @throws {RequiredError}
14491
14491
  * @memberof ChatUsersApi
14492
14492
  */
14493
- apiV2ChatusersPost(createChatUserCommand?: CreateChatUserCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ChatUserModel>>;
14493
+ apiV2ChatusersPost(createChatUserCommand?: CreateChatUserCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ChatUserModel, any>>;
14494
14494
  /**
14495
14495
  *
14496
14496
  * @summary Delete chatUser.
@@ -14499,7 +14499,7 @@ export declare class ChatUsersApi extends BaseAPI {
14499
14499
  * @throws {RequiredError}
14500
14500
  * @memberof ChatUsersApi
14501
14501
  */
14502
- apiV2ChatusersUserIdDelete(userId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
14502
+ apiV2ChatusersUserIdDelete(userId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
14503
14503
  /**
14504
14504
  *
14505
14505
  * @summary Get chatUser.
@@ -14508,7 +14508,7 @@ export declare class ChatUsersApi extends BaseAPI {
14508
14508
  * @throws {RequiredError}
14509
14509
  * @memberof ChatUsersApi
14510
14510
  */
14511
- apiV2ChatusersUserIdGet(userId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ChatUserModel>>;
14511
+ apiV2ChatusersUserIdGet(userId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ChatUserModel, any>>;
14512
14512
  /**
14513
14513
  *
14514
14514
  * @summary Update chatUser.
@@ -14518,7 +14518,7 @@ export declare class ChatUsersApi extends BaseAPI {
14518
14518
  * @throws {RequiredError}
14519
14519
  * @memberof ChatUsersApi
14520
14520
  */
14521
- apiV2ChatusersUserIdPut(userId: string, updateChatUserCommand?: UpdateChatUserCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ChatUserModel>>;
14521
+ apiV2ChatusersUserIdPut(userId: string, updateChatUserCommand?: UpdateChatUserCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ChatUserModel, any>>;
14522
14522
  }
14523
14523
  /**
14524
14524
  * CommunicationsApi - axios parameter creator
@@ -14558,21 +14558,21 @@ export declare const CommunicationsApiFp: (configuration?: Configuration | undef
14558
14558
  * @param {*} [options] Override http request option.
14559
14559
  * @throws {RequiredError}
14560
14560
  */
14561
- apiV2CommunicationsDelete(options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<number>>;
14561
+ apiV2CommunicationsDelete(options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<number>>;
14562
14562
  /**
14563
14563
  *
14564
14564
  * @summary Get CommunicationUser.
14565
14565
  * @param {*} [options] Override http request option.
14566
14566
  * @throws {RequiredError}
14567
14567
  */
14568
- apiV2CommunicationsGet(options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<CommunicationUserTokenModel>>;
14568
+ apiV2CommunicationsGet(options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<CommunicationUserTokenModel>>;
14569
14569
  /**
14570
14570
  *
14571
14571
  * @summary Revoke CommunicationUser.
14572
14572
  * @param {*} [options] Override http request option.
14573
14573
  * @throws {RequiredError}
14574
14574
  */
14575
- apiV2CommunicationsPut(options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<CommunicationUserTokenModel>>;
14575
+ apiV2CommunicationsPut(options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<CommunicationUserTokenModel>>;
14576
14576
  };
14577
14577
  /**
14578
14578
  * CommunicationsApi - factory interface
@@ -14615,7 +14615,7 @@ export declare class CommunicationsApi extends BaseAPI {
14615
14615
  * @throws {RequiredError}
14616
14616
  * @memberof CommunicationsApi
14617
14617
  */
14618
- apiV2CommunicationsDelete(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<number>>;
14618
+ apiV2CommunicationsDelete(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<number, any>>;
14619
14619
  /**
14620
14620
  *
14621
14621
  * @summary Get CommunicationUser.
@@ -14623,7 +14623,7 @@ export declare class CommunicationsApi extends BaseAPI {
14623
14623
  * @throws {RequiredError}
14624
14624
  * @memberof CommunicationsApi
14625
14625
  */
14626
- apiV2CommunicationsGet(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CommunicationUserTokenModel>>;
14626
+ apiV2CommunicationsGet(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CommunicationUserTokenModel, any>>;
14627
14627
  /**
14628
14628
  *
14629
14629
  * @summary Revoke CommunicationUser.
@@ -14631,7 +14631,7 @@ export declare class CommunicationsApi extends BaseAPI {
14631
14631
  * @throws {RequiredError}
14632
14632
  * @memberof CommunicationsApi
14633
14633
  */
14634
- apiV2CommunicationsPut(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CommunicationUserTokenModel>>;
14634
+ apiV2CommunicationsPut(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CommunicationUserTokenModel, any>>;
14635
14635
  }
14636
14636
  /**
14637
14637
  * ConsultationsApi - axios parameter creator
@@ -14735,7 +14735,7 @@ export declare const ConsultationsApiFp: (configuration?: Configuration | undefi
14735
14735
  * @param {*} [options] Override http request option.
14736
14736
  * @throws {RequiredError}
14737
14737
  */
14738
- apiV2ConsultationsConsultationIdApprovePut(consultationId: string, approveConsultationCommand?: ApproveConsultationCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
14738
+ apiV2ConsultationsConsultationIdApprovePut(consultationId: string, approveConsultationCommand?: ApproveConsultationCommand | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
14739
14739
  /**
14740
14740
  *
14741
14741
  * @summary Cancel consultation.
@@ -14743,7 +14743,7 @@ export declare const ConsultationsApiFp: (configuration?: Configuration | undefi
14743
14743
  * @param {*} [options] Override http request option.
14744
14744
  * @throws {RequiredError}
14745
14745
  */
14746
- apiV2ConsultationsConsultationIdCancelPut(consultationId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
14746
+ apiV2ConsultationsConsultationIdCancelPut(consultationId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
14747
14747
  /**
14748
14748
  *
14749
14749
  * @summary Delete consultation.
@@ -14751,7 +14751,7 @@ export declare const ConsultationsApiFp: (configuration?: Configuration | undefi
14751
14751
  * @param {*} [options] Override http request option.
14752
14752
  * @throws {RequiredError}
14753
14753
  */
14754
- apiV2ConsultationsConsultationIdDelete(consultationId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
14754
+ apiV2ConsultationsConsultationIdDelete(consultationId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
14755
14755
  /**
14756
14756
  *
14757
14757
  * @summary Get consultation.
@@ -14759,7 +14759,7 @@ export declare const ConsultationsApiFp: (configuration?: Configuration | undefi
14759
14759
  * @param {*} [options] Override http request option.
14760
14760
  * @throws {RequiredError}
14761
14761
  */
14762
- apiV2ConsultationsConsultationIdGet(consultationId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ConsultationModel>>;
14762
+ apiV2ConsultationsConsultationIdGet(consultationId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ConsultationModel>>;
14763
14763
  /**
14764
14764
  *
14765
14765
  * @summary Pay consultation.
@@ -14767,7 +14767,7 @@ export declare const ConsultationsApiFp: (configuration?: Configuration | undefi
14767
14767
  * @param {*} [options] Override http request option.
14768
14768
  * @throws {RequiredError}
14769
14769
  */
14770
- apiV2ConsultationsConsultationIdPayPost(consultationId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<string>>;
14770
+ apiV2ConsultationsConsultationIdPayPost(consultationId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<string>>;
14771
14771
  /**
14772
14772
  *
14773
14773
  * @summary Update consultation.
@@ -14776,7 +14776,7 @@ export declare const ConsultationsApiFp: (configuration?: Configuration | undefi
14776
14776
  * @param {*} [options] Override http request option.
14777
14777
  * @throws {RequiredError}
14778
14778
  */
14779
- apiV2ConsultationsConsultationIdPut(consultationId: string, updateConsultationCommand?: UpdateConsultationCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ConsultationModel>>;
14779
+ apiV2ConsultationsConsultationIdPut(consultationId: string, updateConsultationCommand?: UpdateConsultationCommand | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ConsultationModel>>;
14780
14780
  /**
14781
14781
  *
14782
14782
  * @summary Reject consultation.
@@ -14785,7 +14785,7 @@ export declare const ConsultationsApiFp: (configuration?: Configuration | undefi
14785
14785
  * @param {*} [options] Override http request option.
14786
14786
  * @throws {RequiredError}
14787
14787
  */
14788
- apiV2ConsultationsConsultationIdRejectPut(consultationId: string, rejectConsultationCommand?: RejectConsultationCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
14788
+ apiV2ConsultationsConsultationIdRejectPut(consultationId: string, rejectConsultationCommand?: RejectConsultationCommand | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
14789
14789
  /**
14790
14790
  *
14791
14791
  * @summary Get all consultations.
@@ -14800,7 +14800,7 @@ export declare const ConsultationsApiFp: (configuration?: Configuration | undefi
14800
14800
  * @param {*} [options] Override http request option.
14801
14801
  * @throws {RequiredError}
14802
14802
  */
14803
- apiV2ConsultationsGet(searchString?: string | undefined, isOpen?: boolean | undefined, isCompleted?: boolean | undefined, status?: ConsultationStatus | undefined, consultationType?: ConsultationType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ConsultationsModel>>;
14803
+ apiV2ConsultationsGet(searchString?: string | undefined, isOpen?: boolean | undefined, isCompleted?: boolean | undefined, status?: ConsultationStatus | undefined, consultationType?: ConsultationType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ConsultationsModel>>;
14804
14804
  /**
14805
14805
  *
14806
14806
  * @summary Create consultation.
@@ -14809,7 +14809,7 @@ export declare const ConsultationsApiFp: (configuration?: Configuration | undefi
14809
14809
  * @param {*} [options] Override http request option.
14810
14810
  * @throws {RequiredError}
14811
14811
  */
14812
- apiV2ConsultationsRequestIdPost(requestId: string, createConsultationCommand?: CreateConsultationCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ConsultationModel>>;
14812
+ apiV2ConsultationsRequestIdPost(requestId: string, createConsultationCommand?: CreateConsultationCommand | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ConsultationModel>>;
14813
14813
  };
14814
14814
  /**
14815
14815
  * ConsultationsApi - factory interface
@@ -14916,7 +14916,7 @@ export declare class ConsultationsApi extends BaseAPI {
14916
14916
  * @throws {RequiredError}
14917
14917
  * @memberof ConsultationsApi
14918
14918
  */
14919
- apiV2ConsultationsConsultationIdApprovePut(consultationId: string, approveConsultationCommand?: ApproveConsultationCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
14919
+ apiV2ConsultationsConsultationIdApprovePut(consultationId: string, approveConsultationCommand?: ApproveConsultationCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
14920
14920
  /**
14921
14921
  *
14922
14922
  * @summary Cancel consultation.
@@ -14925,7 +14925,7 @@ export declare class ConsultationsApi extends BaseAPI {
14925
14925
  * @throws {RequiredError}
14926
14926
  * @memberof ConsultationsApi
14927
14927
  */
14928
- apiV2ConsultationsConsultationIdCancelPut(consultationId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
14928
+ apiV2ConsultationsConsultationIdCancelPut(consultationId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
14929
14929
  /**
14930
14930
  *
14931
14931
  * @summary Delete consultation.
@@ -14934,7 +14934,7 @@ export declare class ConsultationsApi extends BaseAPI {
14934
14934
  * @throws {RequiredError}
14935
14935
  * @memberof ConsultationsApi
14936
14936
  */
14937
- apiV2ConsultationsConsultationIdDelete(consultationId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
14937
+ apiV2ConsultationsConsultationIdDelete(consultationId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
14938
14938
  /**
14939
14939
  *
14940
14940
  * @summary Get consultation.
@@ -14943,7 +14943,7 @@ export declare class ConsultationsApi extends BaseAPI {
14943
14943
  * @throws {RequiredError}
14944
14944
  * @memberof ConsultationsApi
14945
14945
  */
14946
- apiV2ConsultationsConsultationIdGet(consultationId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ConsultationModel>>;
14946
+ apiV2ConsultationsConsultationIdGet(consultationId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ConsultationModel, any>>;
14947
14947
  /**
14948
14948
  *
14949
14949
  * @summary Pay consultation.
@@ -14952,7 +14952,7 @@ export declare class ConsultationsApi extends BaseAPI {
14952
14952
  * @throws {RequiredError}
14953
14953
  * @memberof ConsultationsApi
14954
14954
  */
14955
- apiV2ConsultationsConsultationIdPayPost(consultationId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string>>;
14955
+ apiV2ConsultationsConsultationIdPayPost(consultationId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
14956
14956
  /**
14957
14957
  *
14958
14958
  * @summary Update consultation.
@@ -14962,7 +14962,7 @@ export declare class ConsultationsApi extends BaseAPI {
14962
14962
  * @throws {RequiredError}
14963
14963
  * @memberof ConsultationsApi
14964
14964
  */
14965
- apiV2ConsultationsConsultationIdPut(consultationId: string, updateConsultationCommand?: UpdateConsultationCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ConsultationModel>>;
14965
+ apiV2ConsultationsConsultationIdPut(consultationId: string, updateConsultationCommand?: UpdateConsultationCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ConsultationModel, any>>;
14966
14966
  /**
14967
14967
  *
14968
14968
  * @summary Reject consultation.
@@ -14972,7 +14972,7 @@ export declare class ConsultationsApi extends BaseAPI {
14972
14972
  * @throws {RequiredError}
14973
14973
  * @memberof ConsultationsApi
14974
14974
  */
14975
- apiV2ConsultationsConsultationIdRejectPut(consultationId: string, rejectConsultationCommand?: RejectConsultationCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
14975
+ apiV2ConsultationsConsultationIdRejectPut(consultationId: string, rejectConsultationCommand?: RejectConsultationCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
14976
14976
  /**
14977
14977
  *
14978
14978
  * @summary Get all consultations.
@@ -14988,7 +14988,7 @@ export declare class ConsultationsApi extends BaseAPI {
14988
14988
  * @throws {RequiredError}
14989
14989
  * @memberof ConsultationsApi
14990
14990
  */
14991
- apiV2ConsultationsGet(searchString?: string, isOpen?: boolean, isCompleted?: boolean, status?: ConsultationStatus, consultationType?: ConsultationType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ConsultationsModel>>;
14991
+ apiV2ConsultationsGet(searchString?: string, isOpen?: boolean, isCompleted?: boolean, status?: ConsultationStatus, consultationType?: ConsultationType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ConsultationsModel, any>>;
14992
14992
  /**
14993
14993
  *
14994
14994
  * @summary Create consultation.
@@ -14998,7 +14998,7 @@ export declare class ConsultationsApi extends BaseAPI {
14998
14998
  * @throws {RequiredError}
14999
14999
  * @memberof ConsultationsApi
15000
15000
  */
15001
- apiV2ConsultationsRequestIdPost(requestId: string, createConsultationCommand?: CreateConsultationCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ConsultationModel>>;
15001
+ apiV2ConsultationsRequestIdPost(requestId: string, createConsultationCommand?: CreateConsultationCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ConsultationModel, any>>;
15002
15002
  }
15003
15003
  /**
15004
15004
  * ContributorsApi - axios parameter creator
@@ -15080,7 +15080,7 @@ export declare const ContributorsApiFp: (configuration?: Configuration | undefin
15080
15080
  * @param {*} [options] Override http request option.
15081
15081
  * @throws {RequiredError}
15082
15082
  */
15083
- apiV2ContributorsContributorIdGet(contributorId: string, languageCode?: string | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ContributorModel>>;
15083
+ apiV2ContributorsContributorIdGet(contributorId: string, languageCode?: string | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ContributorModel>>;
15084
15084
  /**
15085
15085
  *
15086
15086
  * @summary Get all ContributorHandles.
@@ -15095,7 +15095,7 @@ export declare const ContributorsApiFp: (configuration?: Configuration | undefin
15095
15095
  * @param {*} [options] Override http request option.
15096
15096
  * @throws {RequiredError}
15097
15097
  */
15098
- apiV2ContributorsContributorIdHandlesGet(contributorId: string, contributorId2?: string | undefined, id?: string | undefined, snsType?: SnsType | undefined, handle?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ContributorSnsHandlesModel>>;
15098
+ apiV2ContributorsContributorIdHandlesGet(contributorId: string, contributorId2?: string | undefined, id?: string | undefined, snsType?: SnsType | undefined, handle?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ContributorSnsHandlesModel>>;
15099
15099
  /**
15100
15100
  *
15101
15101
  * @summary Get ContributorHandle.
@@ -15104,7 +15104,7 @@ export declare const ContributorsApiFp: (configuration?: Configuration | undefin
15104
15104
  * @param {*} [options] Override http request option.
15105
15105
  * @throws {RequiredError}
15106
15106
  */
15107
- apiV2ContributorsContributorIdHandlesHandleIdGet(contributorId: string, handleId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SnsHandleModel>>;
15107
+ apiV2ContributorsContributorIdHandlesHandleIdGet(contributorId: string, handleId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SnsHandleModel>>;
15108
15108
  /**
15109
15109
  *
15110
15110
  * @summary Get all Contributors.
@@ -15123,7 +15123,7 @@ export declare const ContributorsApiFp: (configuration?: Configuration | undefin
15123
15123
  * @param {*} [options] Override http request option.
15124
15124
  * @throws {RequiredError}
15125
15125
  */
15126
- apiV2ContributorsGet(id?: string | undefined, name?: string | undefined, email?: string | undefined, description?: string | undefined, website?: string | undefined, hospitalId?: string | undefined, interviewerOnly?: boolean | 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<ContributorsModel>>;
15126
+ apiV2ContributorsGet(id?: string | undefined, name?: string | undefined, email?: string | undefined, description?: string | undefined, website?: string | undefined, hospitalId?: string | undefined, interviewerOnly?: boolean | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ContributorsModel>>;
15127
15127
  /**
15128
15128
  *
15129
15129
  * @summary Get Contributor by slug.
@@ -15132,7 +15132,7 @@ export declare const ContributorsApiFp: (configuration?: Configuration | undefin
15132
15132
  * @param {*} [options] Override http request option.
15133
15133
  * @throws {RequiredError}
15134
15134
  */
15135
- apiV2ContributorsSlugGet(slug: string, languageCode?: string | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ContributorModel>>;
15135
+ apiV2ContributorsSlugGet(slug: string, languageCode?: string | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ContributorModel>>;
15136
15136
  };
15137
15137
  /**
15138
15138
  * ContributorsApi - factory interface
@@ -15217,7 +15217,7 @@ export declare class ContributorsApi extends BaseAPI {
15217
15217
  * @throws {RequiredError}
15218
15218
  * @memberof ContributorsApi
15219
15219
  */
15220
- apiV2ContributorsContributorIdGet(contributorId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContributorModel>>;
15220
+ apiV2ContributorsContributorIdGet(contributorId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContributorModel, any>>;
15221
15221
  /**
15222
15222
  *
15223
15223
  * @summary Get all ContributorHandles.
@@ -15233,7 +15233,7 @@ export declare class ContributorsApi extends BaseAPI {
15233
15233
  * @throws {RequiredError}
15234
15234
  * @memberof ContributorsApi
15235
15235
  */
15236
- apiV2ContributorsContributorIdHandlesGet(contributorId: string, contributorId2?: string, id?: string, snsType?: SnsType, handle?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContributorSnsHandlesModel>>;
15236
+ apiV2ContributorsContributorIdHandlesGet(contributorId: string, contributorId2?: string, id?: string, snsType?: SnsType, handle?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContributorSnsHandlesModel, any>>;
15237
15237
  /**
15238
15238
  *
15239
15239
  * @summary Get ContributorHandle.
@@ -15243,7 +15243,7 @@ export declare class ContributorsApi extends BaseAPI {
15243
15243
  * @throws {RequiredError}
15244
15244
  * @memberof ContributorsApi
15245
15245
  */
15246
- apiV2ContributorsContributorIdHandlesHandleIdGet(contributorId: string, handleId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SnsHandleModel>>;
15246
+ apiV2ContributorsContributorIdHandlesHandleIdGet(contributorId: string, handleId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SnsHandleModel, any>>;
15247
15247
  /**
15248
15248
  *
15249
15249
  * @summary Get all Contributors.
@@ -15263,7 +15263,7 @@ export declare class ContributorsApi extends BaseAPI {
15263
15263
  * @throws {RequiredError}
15264
15264
  * @memberof ContributorsApi
15265
15265
  */
15266
- apiV2ContributorsGet(id?: string, name?: string, email?: string, description?: string, website?: string, hospitalId?: string, interviewerOnly?: boolean, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContributorsModel>>;
15266
+ apiV2ContributorsGet(id?: string, name?: string, email?: string, description?: string, website?: string, hospitalId?: string, interviewerOnly?: boolean, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContributorsModel, any>>;
15267
15267
  /**
15268
15268
  *
15269
15269
  * @summary Get Contributor by slug.
@@ -15273,7 +15273,7 @@ export declare class ContributorsApi extends BaseAPI {
15273
15273
  * @throws {RequiredError}
15274
15274
  * @memberof ContributorsApi
15275
15275
  */
15276
- apiV2ContributorsSlugGet(slug: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContributorModel>>;
15276
+ apiV2ContributorsSlugGet(slug: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContributorModel, any>>;
15277
15277
  }
15278
15278
  /**
15279
15279
  * CountriesApi - axios parameter creator
@@ -15351,7 +15351,7 @@ export declare const CountriesApiFp: (configuration?: Configuration | undefined)
15351
15351
  * @param {*} [options] Override http request option.
15352
15352
  * @throws {RequiredError}
15353
15353
  */
15354
- apiV2CountriesCountryIdGet(countryId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<CountryModel>>;
15354
+ apiV2CountriesCountryIdGet(countryId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<CountryModel>>;
15355
15355
  /**
15356
15356
  *
15357
15357
  * @summary Get all CountryMedias.
@@ -15364,7 +15364,7 @@ export declare const CountriesApiFp: (configuration?: Configuration | undefined)
15364
15364
  * @param {*} [options] Override http request option.
15365
15365
  * @throws {RequiredError}
15366
15366
  */
15367
- apiV2CountriesCountryIdMediasGet(countryId: string, id?: string | undefined, mediaType?: MediaType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediasModel>>;
15367
+ apiV2CountriesCountryIdMediasGet(countryId: string, id?: string | undefined, mediaType?: MediaType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediasModel>>;
15368
15368
  /**
15369
15369
  *
15370
15370
  * @summary Get CountryMedia.
@@ -15373,7 +15373,7 @@ export declare const CountriesApiFp: (configuration?: Configuration | undefined)
15373
15373
  * @param {*} [options] Override http request option.
15374
15374
  * @throws {RequiredError}
15375
15375
  */
15376
- apiV2CountriesCountryIdMediasMediaIdGet(countryId: string, mediaId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediaModel>>;
15376
+ apiV2CountriesCountryIdMediasMediaIdGet(countryId: string, mediaId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediaModel>>;
15377
15377
  /**
15378
15378
  *
15379
15379
  * @summary Get all countries.
@@ -15390,7 +15390,7 @@ export declare const CountriesApiFp: (configuration?: Configuration | undefined)
15390
15390
  * @param {*} [options] Override http request option.
15391
15391
  * @throws {RequiredError}
15392
15392
  */
15393
- apiV2CountriesGet(id?: string | undefined, name?: string | undefined, description?: string | undefined, createdDate?: Date | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<CountriesModel>>;
15393
+ apiV2CountriesGet(id?: string | undefined, name?: string | undefined, description?: string | undefined, createdDate?: Date | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<CountriesModel>>;
15394
15394
  /**
15395
15395
  *
15396
15396
  * @param {string} slug
@@ -15399,7 +15399,7 @@ export declare const CountriesApiFp: (configuration?: Configuration | undefined)
15399
15399
  * @param {*} [options] Override http request option.
15400
15400
  * @throws {RequiredError}
15401
15401
  */
15402
- apiV2CountriesSlugGet(slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<CountryModel>>;
15402
+ apiV2CountriesSlugGet(slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<CountryModel>>;
15403
15403
  };
15404
15404
  /**
15405
15405
  * CountriesApi - factory interface
@@ -15480,7 +15480,7 @@ export declare class CountriesApi extends BaseAPI {
15480
15480
  * @throws {RequiredError}
15481
15481
  * @memberof CountriesApi
15482
15482
  */
15483
- apiV2CountriesCountryIdGet(countryId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CountryModel>>;
15483
+ apiV2CountriesCountryIdGet(countryId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CountryModel, any>>;
15484
15484
  /**
15485
15485
  *
15486
15486
  * @summary Get all CountryMedias.
@@ -15494,7 +15494,7 @@ export declare class CountriesApi extends BaseAPI {
15494
15494
  * @throws {RequiredError}
15495
15495
  * @memberof CountriesApi
15496
15496
  */
15497
- apiV2CountriesCountryIdMediasGet(countryId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediasModel>>;
15497
+ apiV2CountriesCountryIdMediasGet(countryId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediasModel, any>>;
15498
15498
  /**
15499
15499
  *
15500
15500
  * @summary Get CountryMedia.
@@ -15504,7 +15504,7 @@ export declare class CountriesApi extends BaseAPI {
15504
15504
  * @throws {RequiredError}
15505
15505
  * @memberof CountriesApi
15506
15506
  */
15507
- apiV2CountriesCountryIdMediasMediaIdGet(countryId: string, mediaId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel>>;
15507
+ apiV2CountriesCountryIdMediasMediaIdGet(countryId: string, mediaId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
15508
15508
  /**
15509
15509
  *
15510
15510
  * @summary Get all countries.
@@ -15522,7 +15522,7 @@ export declare class CountriesApi extends BaseAPI {
15522
15522
  * @throws {RequiredError}
15523
15523
  * @memberof CountriesApi
15524
15524
  */
15525
- apiV2CountriesGet(id?: string, name?: string, description?: string, createdDate?: Date, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CountriesModel>>;
15525
+ apiV2CountriesGet(id?: string, name?: string, description?: string, createdDate?: Date, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CountriesModel, any>>;
15526
15526
  /**
15527
15527
  *
15528
15528
  * @param {string} slug
@@ -15532,7 +15532,7 @@ export declare class CountriesApi extends BaseAPI {
15532
15532
  * @throws {RequiredError}
15533
15533
  * @memberof CountriesApi
15534
15534
  */
15535
- apiV2CountriesSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CountryModel>>;
15535
+ apiV2CountriesSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CountryModel, any>>;
15536
15536
  }
15537
15537
  /**
15538
15538
  * DealsApi - axios parameter creator
@@ -15645,7 +15645,7 @@ export declare const DealsApiFp: (configuration?: Configuration | undefined) =>
15645
15645
  * @param {*} [options] Override http request option.
15646
15646
  * @throws {RequiredError}
15647
15647
  */
15648
- apiV2DealsDealIdGet(dealId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DealModel>>;
15648
+ apiV2DealsDealIdGet(dealId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DealModel>>;
15649
15649
  /**
15650
15650
  *
15651
15651
  * @summary Get all DealPackage.
@@ -15662,7 +15662,7 @@ export declare const DealsApiFp: (configuration?: Configuration | undefined) =>
15662
15662
  * @param {*} [options] Override http request option.
15663
15663
  * @throws {RequiredError}
15664
15664
  */
15665
- apiV2DealsDealIdPackagesGet(dealId: string, relatedDealPackageId?: string | undefined, dealName?: string | undefined, name?: string | undefined, countryId?: string | undefined, hospitalId?: string | undefined, hospitalName?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DealPackagesModel>>;
15665
+ apiV2DealsDealIdPackagesGet(dealId: string, relatedDealPackageId?: string | undefined, dealName?: string | undefined, name?: string | undefined, countryId?: string | undefined, hospitalId?: string | undefined, hospitalName?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DealPackagesModel>>;
15666
15666
  /**
15667
15667
  *
15668
15668
  * @summary Get DealPackage.
@@ -15671,7 +15671,7 @@ export declare const DealsApiFp: (configuration?: Configuration | undefined) =>
15671
15671
  * @param {*} [options] Override http request option.
15672
15672
  * @throws {RequiredError}
15673
15673
  */
15674
- apiV2DealsDealIdPackagesPackageIdGet(dealId: string, packageId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DealPackageModel>>;
15674
+ apiV2DealsDealIdPackagesPackageIdGet(dealId: string, packageId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DealPackageModel>>;
15675
15675
  /**
15676
15676
  *
15677
15677
  * @summary Get all DealService.
@@ -15682,7 +15682,7 @@ export declare const DealsApiFp: (configuration?: Configuration | undefined) =>
15682
15682
  * @param {*} [options] Override http request option.
15683
15683
  * @throws {RequiredError}
15684
15684
  */
15685
- apiV2DealsDealIdServicesGet(dealId: string, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DealServicesModel>>;
15685
+ apiV2DealsDealIdServicesGet(dealId: string, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DealServicesModel>>;
15686
15686
  /**
15687
15687
  *
15688
15688
  * @summary Get DealService.
@@ -15691,7 +15691,7 @@ export declare const DealsApiFp: (configuration?: Configuration | undefined) =>
15691
15691
  * @param {*} [options] Override http request option.
15692
15692
  * @throws {RequiredError}
15693
15693
  */
15694
- apiV2DealsDealIdServicesServiceIdGet(dealId: string, serviceId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DealServiceModel>>;
15694
+ apiV2DealsDealIdServicesServiceIdGet(dealId: string, serviceId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DealServiceModel>>;
15695
15695
  /**
15696
15696
  *
15697
15697
  * @summary Get all deals.
@@ -15716,7 +15716,7 @@ export declare const DealsApiFp: (configuration?: Configuration | undefined) =>
15716
15716
  * @param {*} [options] Override http request option.
15717
15717
  * @throws {RequiredError}
15718
15718
  */
15719
- apiV2DealsGet(id?: string | undefined, name?: string | undefined, marketingType?: MarketingType | undefined, countryId?: string | undefined, hospitalId?: string | undefined, hospitalName?: string | undefined, specialtyId?: string | undefined, specialtyTypeId?: string | undefined, serviceId?: string | undefined, exceptHospitalId?: string | undefined, exceptDealId?: string | undefined, ids?: string[] | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DealsModel>>;
15719
+ apiV2DealsGet(id?: string | undefined, name?: string | undefined, marketingType?: MarketingType | undefined, countryId?: string | undefined, hospitalId?: string | undefined, hospitalName?: string | undefined, specialtyId?: string | undefined, specialtyTypeId?: string | undefined, serviceId?: string | undefined, exceptHospitalId?: string | undefined, exceptDealId?: string | undefined, ids?: string[] | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DealsModel>>;
15720
15720
  /**
15721
15721
  *
15722
15722
  * @summary Get deal by slug.
@@ -15726,7 +15726,7 @@ export declare const DealsApiFp: (configuration?: Configuration | undefined) =>
15726
15726
  * @param {*} [options] Override http request option.
15727
15727
  * @throws {RequiredError}
15728
15728
  */
15729
- apiV2DealsSlugGet(slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DealModel>>;
15729
+ apiV2DealsSlugGet(slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DealModel>>;
15730
15730
  };
15731
15731
  /**
15732
15732
  * DealsApi - factory interface
@@ -15842,7 +15842,7 @@ export declare class DealsApi extends BaseAPI {
15842
15842
  * @throws {RequiredError}
15843
15843
  * @memberof DealsApi
15844
15844
  */
15845
- apiV2DealsDealIdGet(dealId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealModel>>;
15845
+ apiV2DealsDealIdGet(dealId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealModel, any>>;
15846
15846
  /**
15847
15847
  *
15848
15848
  * @summary Get all DealPackage.
@@ -15860,7 +15860,7 @@ export declare class DealsApi extends BaseAPI {
15860
15860
  * @throws {RequiredError}
15861
15861
  * @memberof DealsApi
15862
15862
  */
15863
- apiV2DealsDealIdPackagesGet(dealId: string, relatedDealPackageId?: string, dealName?: string, name?: string, countryId?: string, hospitalId?: string, hospitalName?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealPackagesModel>>;
15863
+ apiV2DealsDealIdPackagesGet(dealId: string, relatedDealPackageId?: string, dealName?: string, name?: string, countryId?: string, hospitalId?: string, hospitalName?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealPackagesModel, any>>;
15864
15864
  /**
15865
15865
  *
15866
15866
  * @summary Get DealPackage.
@@ -15870,7 +15870,7 @@ export declare class DealsApi extends BaseAPI {
15870
15870
  * @throws {RequiredError}
15871
15871
  * @memberof DealsApi
15872
15872
  */
15873
- apiV2DealsDealIdPackagesPackageIdGet(dealId: string, packageId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealPackageModel>>;
15873
+ apiV2DealsDealIdPackagesPackageIdGet(dealId: string, packageId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealPackageModel, any>>;
15874
15874
  /**
15875
15875
  *
15876
15876
  * @summary Get all DealService.
@@ -15882,7 +15882,7 @@ export declare class DealsApi extends BaseAPI {
15882
15882
  * @throws {RequiredError}
15883
15883
  * @memberof DealsApi
15884
15884
  */
15885
- apiV2DealsDealIdServicesGet(dealId: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealServicesModel>>;
15885
+ apiV2DealsDealIdServicesGet(dealId: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealServicesModel, any>>;
15886
15886
  /**
15887
15887
  *
15888
15888
  * @summary Get DealService.
@@ -15892,7 +15892,7 @@ export declare class DealsApi extends BaseAPI {
15892
15892
  * @throws {RequiredError}
15893
15893
  * @memberof DealsApi
15894
15894
  */
15895
- apiV2DealsDealIdServicesServiceIdGet(dealId: string, serviceId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealServiceModel>>;
15895
+ apiV2DealsDealIdServicesServiceIdGet(dealId: string, serviceId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealServiceModel, any>>;
15896
15896
  /**
15897
15897
  *
15898
15898
  * @summary Get all deals.
@@ -15918,7 +15918,7 @@ export declare class DealsApi extends BaseAPI {
15918
15918
  * @throws {RequiredError}
15919
15919
  * @memberof DealsApi
15920
15920
  */
15921
- apiV2DealsGet(id?: string, name?: string, marketingType?: MarketingType, countryId?: string, hospitalId?: string, hospitalName?: string, specialtyId?: string, specialtyTypeId?: string, serviceId?: string, exceptHospitalId?: string, exceptDealId?: string, ids?: Array<string>, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealsModel>>;
15921
+ apiV2DealsGet(id?: string, name?: string, marketingType?: MarketingType, countryId?: string, hospitalId?: string, hospitalName?: string, specialtyId?: string, specialtyTypeId?: string, serviceId?: string, exceptHospitalId?: string, exceptDealId?: string, ids?: Array<string>, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealsModel, any>>;
15922
15922
  /**
15923
15923
  *
15924
15924
  * @summary Get deal by slug.
@@ -15929,7 +15929,7 @@ export declare class DealsApi extends BaseAPI {
15929
15929
  * @throws {RequiredError}
15930
15930
  * @memberof DealsApi
15931
15931
  */
15932
- apiV2DealsSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealModel>>;
15932
+ apiV2DealsSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealModel, any>>;
15933
15933
  }
15934
15934
  /**
15935
15935
  * DoctorsApi - axios parameter creator
@@ -16156,7 +16156,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
16156
16156
  * @param {*} [options] Override http request option.
16157
16157
  * @throws {RequiredError}
16158
16158
  */
16159
- apiV2DoctorsDoctorIdAffiliationsGet(doctorId: string, hospitalName?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorAffiliationsModel>>;
16159
+ apiV2DoctorsDoctorIdAffiliationsGet(doctorId: string, hospitalName?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorAffiliationsModel>>;
16160
16160
  /**
16161
16161
  *
16162
16162
  * @summary Get doctor affiliation.
@@ -16165,7 +16165,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
16165
16165
  * @param {*} [options] Override http request option.
16166
16166
  * @throws {RequiredError}
16167
16167
  */
16168
- apiV2DoctorsDoctorIdAffiliationsHospitalIdGet(doctorId: string, hospitalId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorAffiliationModel>>;
16168
+ apiV2DoctorsDoctorIdAffiliationsHospitalIdGet(doctorId: string, hospitalId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorAffiliationModel>>;
16169
16169
  /**
16170
16170
  *
16171
16171
  * @summary Get DoctorCertificate.
@@ -16174,7 +16174,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
16174
16174
  * @param {*} [options] Override http request option.
16175
16175
  * @throws {RequiredError}
16176
16176
  */
16177
- apiV2DoctorsDoctorIdCertificatesCertificateIdGet(doctorId: string, certificateId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorCertificateModel>>;
16177
+ apiV2DoctorsDoctorIdCertificatesCertificateIdGet(doctorId: string, certificateId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorCertificateModel>>;
16178
16178
  /**
16179
16179
  *
16180
16180
  * @summary Delete DoctorCertificate.
@@ -16190,7 +16190,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
16190
16190
  * @param {*} [options] Override http request option.
16191
16191
  * @throws {RequiredError}
16192
16192
  */
16193
- apiV2DoctorsDoctorIdCertificatesGet(doctorId: string, doctorName?: string | undefined, certificateId?: string | undefined, certificate?: string | undefined, activeFrom?: Date | undefined, activeTo?: Date | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorCertificatesModel>>;
16193
+ apiV2DoctorsDoctorIdCertificatesGet(doctorId: string, doctorName?: string | undefined, certificateId?: string | undefined, certificate?: string | undefined, activeFrom?: Date | undefined, activeTo?: Date | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorCertificatesModel>>;
16194
16194
  /**
16195
16195
  *
16196
16196
  * @summary Get DoctorEducation.
@@ -16199,7 +16199,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
16199
16199
  * @param {*} [options] Override http request option.
16200
16200
  * @throws {RequiredError}
16201
16201
  */
16202
- apiV2DoctorsDoctorIdEducationsEducationIdGet(doctorId: string, educationId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorEducationModel>>;
16202
+ apiV2DoctorsDoctorIdEducationsEducationIdGet(doctorId: string, educationId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorEducationModel>>;
16203
16203
  /**
16204
16204
  *
16205
16205
  * @summary Get all DoctorEducations.
@@ -16215,7 +16215,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
16215
16215
  * @param {*} [options] Override http request option.
16216
16216
  * @throws {RequiredError}
16217
16217
  */
16218
- apiV2DoctorsDoctorIdEducationsGet(doctorId: string, doctorName?: string | undefined, educationId?: string | undefined, institution?: string | undefined, qualification?: string | undefined, graduationDate?: Date | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorEducationsModel>>;
16218
+ apiV2DoctorsDoctorIdEducationsGet(doctorId: string, doctorName?: string | undefined, educationId?: string | undefined, institution?: string | undefined, qualification?: string | undefined, graduationDate?: Date | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorEducationsModel>>;
16219
16219
  /**
16220
16220
  *
16221
16221
  * @param {string} doctorId
@@ -16224,7 +16224,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
16224
16224
  * @param {*} [options] Override http request option.
16225
16225
  * @throws {RequiredError}
16226
16226
  */
16227
- apiV2DoctorsDoctorIdGet(doctorId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorModel>>;
16227
+ apiV2DoctorsDoctorIdGet(doctorId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorModel>>;
16228
16228
  /**
16229
16229
  *
16230
16230
  * @summary Get all DoctorMedias.
@@ -16237,7 +16237,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
16237
16237
  * @param {*} [options] Override http request option.
16238
16238
  * @throws {RequiredError}
16239
16239
  */
16240
- apiV2DoctorsDoctorIdMediasGet(doctorId: string, id?: string | undefined, mediaType?: MediaType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediasModel>>;
16240
+ apiV2DoctorsDoctorIdMediasGet(doctorId: string, id?: string | undefined, mediaType?: MediaType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediasModel>>;
16241
16241
  /**
16242
16242
  *
16243
16243
  * @summary Get DoctorMedia.
@@ -16246,7 +16246,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
16246
16246
  * @param {*} [options] Override http request option.
16247
16247
  * @throws {RequiredError}
16248
16248
  */
16249
- apiV2DoctorsDoctorIdMediasMediaIdGet(doctorId: string, mediaId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediaModel>>;
16249
+ apiV2DoctorsDoctorIdMediasMediaIdGet(doctorId: string, mediaId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediaModel>>;
16250
16250
  /**
16251
16251
  *
16252
16252
  * @summary Get All DoctorPortfolios
@@ -16260,7 +16260,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
16260
16260
  * @param {*} [options] Override http request option.
16261
16261
  * @throws {RequiredError}
16262
16262
  */
16263
- apiV2DoctorsDoctorIdPortfoliosGet(doctorId: string, doctorName?: string | undefined, portfolioId?: string | undefined, name?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorPortfoliosModel>>;
16263
+ apiV2DoctorsDoctorIdPortfoliosGet(doctorId: string, doctorName?: string | undefined, portfolioId?: string | undefined, name?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorPortfoliosModel>>;
16264
16264
  /**
16265
16265
  *
16266
16266
  * @summary Get DoctorPortfolio.
@@ -16269,7 +16269,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
16269
16269
  * @param {*} [options] Override http request option.
16270
16270
  * @throws {RequiredError}
16271
16271
  */
16272
- apiV2DoctorsDoctorIdPortfoliosPortfolioIdGet(doctorId: string, portfolioId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorPortfolioModel>>;
16272
+ apiV2DoctorsDoctorIdPortfoliosPortfolioIdGet(doctorId: string, portfolioId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorPortfolioModel>>;
16273
16273
  /**
16274
16274
  *
16275
16275
  * @summary Get All DoctorSpecialties.
@@ -16283,7 +16283,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
16283
16283
  * @param {*} [options] Override http request option.
16284
16284
  * @throws {RequiredError}
16285
16285
  */
16286
- apiV2DoctorsDoctorIdSpecialtiesGet(doctorId: string, doctorName?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorSpecialtiesModel>>;
16286
+ apiV2DoctorsDoctorIdSpecialtiesGet(doctorId: string, doctorName?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorSpecialtiesModel>>;
16287
16287
  /**
16288
16288
  *
16289
16289
  * @summary Get DoctorSpecialty
@@ -16292,7 +16292,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
16292
16292
  * @param {*} [options] Override http request option.
16293
16293
  * @throws {RequiredError}
16294
16294
  */
16295
- apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId: string, specialtyId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorSpecialtyModel>>;
16295
+ apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId: string, specialtyId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorSpecialtyModel>>;
16296
16296
  /**
16297
16297
  *
16298
16298
  * @summary Get all Doctors.
@@ -16315,7 +16315,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
16315
16315
  * @param {*} [options] Override http request option.
16316
16316
  * @throws {RequiredError}
16317
16317
  */
16318
- apiV2DoctorsGet(hospitalId?: string | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, ids?: string[] | undefined, specialtyId?: string | undefined, consultationEnabled?: boolean | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorsModel>>;
16318
+ apiV2DoctorsGet(hospitalId?: string | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, ids?: string[] | undefined, specialtyId?: string | undefined, consultationEnabled?: boolean | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorsModel>>;
16319
16319
  /**
16320
16320
  *
16321
16321
  * @summary Get all Doctors.
@@ -16338,7 +16338,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
16338
16338
  * @param {*} [options] Override http request option.
16339
16339
  * @throws {RequiredError}
16340
16340
  */
16341
- apiV2DoctorsSimpleGet(hospitalId?: string | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, ids?: string[] | undefined, specialtyId?: string | undefined, consultationEnabled?: boolean | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorsSimpleModel>>;
16341
+ apiV2DoctorsSimpleGet(hospitalId?: string | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, ids?: string[] | undefined, specialtyId?: string | undefined, consultationEnabled?: boolean | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorsSimpleModel>>;
16342
16342
  /**
16343
16343
  *
16344
16344
  * @param {string} slug
@@ -16347,7 +16347,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
16347
16347
  * @param {*} [options] Override http request option.
16348
16348
  * @throws {RequiredError}
16349
16349
  */
16350
- apiV2DoctorsSlugGet(slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorModel>>;
16350
+ apiV2DoctorsSlugGet(slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorModel>>;
16351
16351
  };
16352
16352
  /**
16353
16353
  * DoctorsApi - factory interface
@@ -16577,7 +16577,7 @@ export declare class DoctorsApi extends BaseAPI {
16577
16577
  * @throws {RequiredError}
16578
16578
  * @memberof DoctorsApi
16579
16579
  */
16580
- apiV2DoctorsDoctorIdAffiliationsGet(doctorId: string, hospitalName?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorAffiliationsModel>>;
16580
+ apiV2DoctorsDoctorIdAffiliationsGet(doctorId: string, hospitalName?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorAffiliationsModel, any>>;
16581
16581
  /**
16582
16582
  *
16583
16583
  * @summary Get doctor affiliation.
@@ -16587,7 +16587,7 @@ export declare class DoctorsApi extends BaseAPI {
16587
16587
  * @throws {RequiredError}
16588
16588
  * @memberof DoctorsApi
16589
16589
  */
16590
- apiV2DoctorsDoctorIdAffiliationsHospitalIdGet(doctorId: string, hospitalId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorAffiliationModel>>;
16590
+ apiV2DoctorsDoctorIdAffiliationsHospitalIdGet(doctorId: string, hospitalId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorAffiliationModel, any>>;
16591
16591
  /**
16592
16592
  *
16593
16593
  * @summary Get DoctorCertificate.
@@ -16597,7 +16597,7 @@ export declare class DoctorsApi extends BaseAPI {
16597
16597
  * @throws {RequiredError}
16598
16598
  * @memberof DoctorsApi
16599
16599
  */
16600
- apiV2DoctorsDoctorIdCertificatesCertificateIdGet(doctorId: string, certificateId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorCertificateModel>>;
16600
+ apiV2DoctorsDoctorIdCertificatesCertificateIdGet(doctorId: string, certificateId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorCertificateModel, any>>;
16601
16601
  /**
16602
16602
  *
16603
16603
  * @summary Delete DoctorCertificate.
@@ -16614,7 +16614,7 @@ export declare class DoctorsApi extends BaseAPI {
16614
16614
  * @throws {RequiredError}
16615
16615
  * @memberof DoctorsApi
16616
16616
  */
16617
- apiV2DoctorsDoctorIdCertificatesGet(doctorId: string, doctorName?: string, certificateId?: string, certificate?: string, activeFrom?: Date, activeTo?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorCertificatesModel>>;
16617
+ apiV2DoctorsDoctorIdCertificatesGet(doctorId: string, doctorName?: string, certificateId?: string, certificate?: string, activeFrom?: Date, activeTo?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorCertificatesModel, any>>;
16618
16618
  /**
16619
16619
  *
16620
16620
  * @summary Get DoctorEducation.
@@ -16624,7 +16624,7 @@ export declare class DoctorsApi extends BaseAPI {
16624
16624
  * @throws {RequiredError}
16625
16625
  * @memberof DoctorsApi
16626
16626
  */
16627
- apiV2DoctorsDoctorIdEducationsEducationIdGet(doctorId: string, educationId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorEducationModel>>;
16627
+ apiV2DoctorsDoctorIdEducationsEducationIdGet(doctorId: string, educationId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorEducationModel, any>>;
16628
16628
  /**
16629
16629
  *
16630
16630
  * @summary Get all DoctorEducations.
@@ -16641,7 +16641,7 @@ export declare class DoctorsApi extends BaseAPI {
16641
16641
  * @throws {RequiredError}
16642
16642
  * @memberof DoctorsApi
16643
16643
  */
16644
- apiV2DoctorsDoctorIdEducationsGet(doctorId: string, doctorName?: string, educationId?: string, institution?: string, qualification?: string, graduationDate?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorEducationsModel>>;
16644
+ apiV2DoctorsDoctorIdEducationsGet(doctorId: string, doctorName?: string, educationId?: string, institution?: string, qualification?: string, graduationDate?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorEducationsModel, any>>;
16645
16645
  /**
16646
16646
  *
16647
16647
  * @param {string} doctorId
@@ -16651,7 +16651,7 @@ export declare class DoctorsApi extends BaseAPI {
16651
16651
  * @throws {RequiredError}
16652
16652
  * @memberof DoctorsApi
16653
16653
  */
16654
- apiV2DoctorsDoctorIdGet(doctorId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorModel>>;
16654
+ apiV2DoctorsDoctorIdGet(doctorId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorModel, any>>;
16655
16655
  /**
16656
16656
  *
16657
16657
  * @summary Get all DoctorMedias.
@@ -16665,7 +16665,7 @@ export declare class DoctorsApi extends BaseAPI {
16665
16665
  * @throws {RequiredError}
16666
16666
  * @memberof DoctorsApi
16667
16667
  */
16668
- apiV2DoctorsDoctorIdMediasGet(doctorId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediasModel>>;
16668
+ apiV2DoctorsDoctorIdMediasGet(doctorId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediasModel, any>>;
16669
16669
  /**
16670
16670
  *
16671
16671
  * @summary Get DoctorMedia.
@@ -16675,7 +16675,7 @@ export declare class DoctorsApi extends BaseAPI {
16675
16675
  * @throws {RequiredError}
16676
16676
  * @memberof DoctorsApi
16677
16677
  */
16678
- apiV2DoctorsDoctorIdMediasMediaIdGet(doctorId: string, mediaId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel>>;
16678
+ apiV2DoctorsDoctorIdMediasMediaIdGet(doctorId: string, mediaId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
16679
16679
  /**
16680
16680
  *
16681
16681
  * @summary Get All DoctorPortfolios
@@ -16690,7 +16690,7 @@ export declare class DoctorsApi extends BaseAPI {
16690
16690
  * @throws {RequiredError}
16691
16691
  * @memberof DoctorsApi
16692
16692
  */
16693
- apiV2DoctorsDoctorIdPortfoliosGet(doctorId: string, doctorName?: string, portfolioId?: string, name?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorPortfoliosModel>>;
16693
+ apiV2DoctorsDoctorIdPortfoliosGet(doctorId: string, doctorName?: string, portfolioId?: string, name?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorPortfoliosModel, any>>;
16694
16694
  /**
16695
16695
  *
16696
16696
  * @summary Get DoctorPortfolio.
@@ -16700,7 +16700,7 @@ export declare class DoctorsApi extends BaseAPI {
16700
16700
  * @throws {RequiredError}
16701
16701
  * @memberof DoctorsApi
16702
16702
  */
16703
- apiV2DoctorsDoctorIdPortfoliosPortfolioIdGet(doctorId: string, portfolioId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorPortfolioModel>>;
16703
+ apiV2DoctorsDoctorIdPortfoliosPortfolioIdGet(doctorId: string, portfolioId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorPortfolioModel, any>>;
16704
16704
  /**
16705
16705
  *
16706
16706
  * @summary Get All DoctorSpecialties.
@@ -16715,7 +16715,7 @@ export declare class DoctorsApi extends BaseAPI {
16715
16715
  * @throws {RequiredError}
16716
16716
  * @memberof DoctorsApi
16717
16717
  */
16718
- apiV2DoctorsDoctorIdSpecialtiesGet(doctorId: string, doctorName?: string, specialtyId?: string, specialtyName?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorSpecialtiesModel>>;
16718
+ apiV2DoctorsDoctorIdSpecialtiesGet(doctorId: string, doctorName?: string, specialtyId?: string, specialtyName?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorSpecialtiesModel, any>>;
16719
16719
  /**
16720
16720
  *
16721
16721
  * @summary Get DoctorSpecialty
@@ -16725,7 +16725,7 @@ export declare class DoctorsApi extends BaseAPI {
16725
16725
  * @throws {RequiredError}
16726
16726
  * @memberof DoctorsApi
16727
16727
  */
16728
- apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId: string, specialtyId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorSpecialtyModel>>;
16728
+ apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId: string, specialtyId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorSpecialtyModel, any>>;
16729
16729
  /**
16730
16730
  *
16731
16731
  * @summary Get all Doctors.
@@ -16749,7 +16749,7 @@ export declare class DoctorsApi extends BaseAPI {
16749
16749
  * @throws {RequiredError}
16750
16750
  * @memberof DoctorsApi
16751
16751
  */
16752
- apiV2DoctorsGet(hospitalId?: string, languageCode?: string, returnDefaultValue?: boolean, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorsModel>>;
16752
+ apiV2DoctorsGet(hospitalId?: string, languageCode?: string, returnDefaultValue?: boolean, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorsModel, any>>;
16753
16753
  /**
16754
16754
  *
16755
16755
  * @summary Get all Doctors.
@@ -16773,7 +16773,7 @@ export declare class DoctorsApi extends BaseAPI {
16773
16773
  * @throws {RequiredError}
16774
16774
  * @memberof DoctorsApi
16775
16775
  */
16776
- apiV2DoctorsSimpleGet(hospitalId?: string, languageCode?: string, returnDefaultValue?: boolean, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorsSimpleModel>>;
16776
+ apiV2DoctorsSimpleGet(hospitalId?: string, languageCode?: string, returnDefaultValue?: boolean, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorsSimpleModel, any>>;
16777
16777
  /**
16778
16778
  *
16779
16779
  * @param {string} slug
@@ -16783,7 +16783,7 @@ export declare class DoctorsApi extends BaseAPI {
16783
16783
  * @throws {RequiredError}
16784
16784
  * @memberof DoctorsApi
16785
16785
  */
16786
- apiV2DoctorsSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorModel>>;
16786
+ apiV2DoctorsSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorModel, any>>;
16787
16787
  }
16788
16788
  /**
16789
16789
  * FaqCategoriesApi - axios parameter creator
@@ -16846,7 +16846,7 @@ export declare const FaqCategoriesApiFp: (configuration?: Configuration | undefi
16846
16846
  * @param {*} [options] Override http request option.
16847
16847
  * @throws {RequiredError}
16848
16848
  */
16849
- apiV2FaqcategoriesBreadcrumbsFaqIdGet(faqId: string, languageCode?: string | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<Array<FaqCategoryBreadCrumbModel>>>;
16849
+ apiV2FaqcategoriesBreadcrumbsFaqIdGet(faqId: string, languageCode?: string | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<Array<FaqCategoryBreadCrumbModel>>>;
16850
16850
  /**
16851
16851
  *
16852
16852
  * @summary Get FaqCategory.
@@ -16855,7 +16855,7 @@ export declare const FaqCategoriesApiFp: (configuration?: Configuration | undefi
16855
16855
  * @param {*} [options] Override http request option.
16856
16856
  * @throws {RequiredError}
16857
16857
  */
16858
- apiV2FaqcategoriesFaqCategoryIdGet(faqCategoryId: string, languageCode?: string | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<FaqCategoryModel>>;
16858
+ apiV2FaqcategoriesFaqCategoryIdGet(faqCategoryId: string, languageCode?: string | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<FaqCategoryModel>>;
16859
16859
  /**
16860
16860
  *
16861
16861
  * @summary Get all FaqCategories.
@@ -16870,7 +16870,7 @@ export declare const FaqCategoriesApiFp: (configuration?: Configuration | undefi
16870
16870
  * @param {*} [options] Override http request option.
16871
16871
  * @throws {RequiredError}
16872
16872
  */
16873
- apiV2FaqcategoriesGet(id?: string | undefined, parentId?: string | undefined, name?: string | undefined, description?: string | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<FaqCategoriesModel>>;
16873
+ apiV2FaqcategoriesGet(id?: string | undefined, parentId?: string | undefined, name?: string | undefined, description?: string | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<FaqCategoriesModel>>;
16874
16874
  /**
16875
16875
  *
16876
16876
  * @summary Get FaqCategory by slug.
@@ -16879,7 +16879,7 @@ export declare const FaqCategoriesApiFp: (configuration?: Configuration | undefi
16879
16879
  * @param {*} [options] Override http request option.
16880
16880
  * @throws {RequiredError}
16881
16881
  */
16882
- apiV2FaqcategoriesSlugGet(slug: string, languageCode?: string | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<FaqCategoryModel>>;
16882
+ apiV2FaqcategoriesSlugGet(slug: string, languageCode?: string | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<FaqCategoryModel>>;
16883
16883
  };
16884
16884
  /**
16885
16885
  * FaqCategoriesApi - factory interface
@@ -16945,7 +16945,7 @@ export declare class FaqCategoriesApi extends BaseAPI {
16945
16945
  * @throws {RequiredError}
16946
16946
  * @memberof FaqCategoriesApi
16947
16947
  */
16948
- apiV2FaqcategoriesBreadcrumbsFaqIdGet(faqId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<FaqCategoryBreadCrumbModel[]>>;
16948
+ apiV2FaqcategoriesBreadcrumbsFaqIdGet(faqId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<FaqCategoryBreadCrumbModel[], any>>;
16949
16949
  /**
16950
16950
  *
16951
16951
  * @summary Get FaqCategory.
@@ -16955,7 +16955,7 @@ export declare class FaqCategoriesApi extends BaseAPI {
16955
16955
  * @throws {RequiredError}
16956
16956
  * @memberof FaqCategoriesApi
16957
16957
  */
16958
- apiV2FaqcategoriesFaqCategoryIdGet(faqCategoryId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<FaqCategoryModel>>;
16958
+ apiV2FaqcategoriesFaqCategoryIdGet(faqCategoryId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<FaqCategoryModel, any>>;
16959
16959
  /**
16960
16960
  *
16961
16961
  * @summary Get all FaqCategories.
@@ -16971,7 +16971,7 @@ export declare class FaqCategoriesApi extends BaseAPI {
16971
16971
  * @throws {RequiredError}
16972
16972
  * @memberof FaqCategoriesApi
16973
16973
  */
16974
- apiV2FaqcategoriesGet(id?: string, parentId?: string, name?: string, description?: string, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<FaqCategoriesModel>>;
16974
+ apiV2FaqcategoriesGet(id?: string, parentId?: string, name?: string, description?: string, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<FaqCategoriesModel, any>>;
16975
16975
  /**
16976
16976
  *
16977
16977
  * @summary Get FaqCategory by slug.
@@ -16981,7 +16981,7 @@ export declare class FaqCategoriesApi extends BaseAPI {
16981
16981
  * @throws {RequiredError}
16982
16982
  * @memberof FaqCategoriesApi
16983
16983
  */
16984
- apiV2FaqcategoriesSlugGet(slug: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<FaqCategoryModel>>;
16984
+ apiV2FaqcategoriesSlugGet(slug: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<FaqCategoryModel, any>>;
16985
16985
  }
16986
16986
  /**
16987
16987
  * FaqsApi - axios parameter creator
@@ -17060,7 +17060,7 @@ export declare const FaqsApiFp: (configuration?: Configuration | undefined) => {
17060
17060
  * @param {*} [options] Override http request option.
17061
17061
  * @throws {RequiredError}
17062
17062
  */
17063
- apiV2FaqsFaqIdGet(faqId: string, languageCode?: string | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<FaqModel>>;
17063
+ apiV2FaqsFaqIdGet(faqId: string, languageCode?: string | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<FaqModel>>;
17064
17064
  /**
17065
17065
  *
17066
17066
  * @summary Get all FaqMedias.
@@ -17073,7 +17073,7 @@ export declare const FaqsApiFp: (configuration?: Configuration | undefined) => {
17073
17073
  * @param {*} [options] Override http request option.
17074
17074
  * @throws {RequiredError}
17075
17075
  */
17076
- apiV2FaqsFaqIdMediasGet(faqId: string, id?: string | undefined, mediaType?: MediaType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediasModel>>;
17076
+ apiV2FaqsFaqIdMediasGet(faqId: string, id?: string | undefined, mediaType?: MediaType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediasModel>>;
17077
17077
  /**
17078
17078
  *
17079
17079
  * @summary Get FaqMedia.
@@ -17082,7 +17082,7 @@ export declare const FaqsApiFp: (configuration?: Configuration | undefined) => {
17082
17082
  * @param {*} [options] Override http request option.
17083
17083
  * @throws {RequiredError}
17084
17084
  */
17085
- apiV2FaqsFaqIdMediasMediaIdGet(faqId: string, mediaId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediaModel>>;
17085
+ apiV2FaqsFaqIdMediasMediaIdGet(faqId: string, mediaId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediaModel>>;
17086
17086
  /**
17087
17087
  *
17088
17088
  * @summary Get all Faqs.
@@ -17100,7 +17100,7 @@ export declare const FaqsApiFp: (configuration?: Configuration | undefined) => {
17100
17100
  * @param {*} [options] Override http request option.
17101
17101
  * @throws {RequiredError}
17102
17102
  */
17103
- apiV2FaqsGet(id?: string | undefined, title?: string | undefined, content?: string | undefined, categoryId?: string | undefined, hospitalId?: string | undefined, hospitalName?: string | 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<FaqsModel>>;
17103
+ apiV2FaqsGet(id?: string | undefined, title?: string | undefined, content?: string | undefined, categoryId?: string | undefined, hospitalId?: string | undefined, hospitalName?: string | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<FaqsModel>>;
17104
17104
  /**
17105
17105
  *
17106
17106
  * @summary Get faq by slug.
@@ -17109,7 +17109,7 @@ export declare const FaqsApiFp: (configuration?: Configuration | undefined) => {
17109
17109
  * @param {*} [options] Override http request option.
17110
17110
  * @throws {RequiredError}
17111
17111
  */
17112
- apiV2FaqsSlugGet(slug: string, languageCode?: string | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<FaqModel>>;
17112
+ apiV2FaqsSlugGet(slug: string, languageCode?: string | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<FaqModel>>;
17113
17113
  };
17114
17114
  /**
17115
17115
  * FaqsApi - factory interface
@@ -17191,7 +17191,7 @@ export declare class FaqsApi extends BaseAPI {
17191
17191
  * @throws {RequiredError}
17192
17192
  * @memberof FaqsApi
17193
17193
  */
17194
- apiV2FaqsFaqIdGet(faqId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<FaqModel>>;
17194
+ apiV2FaqsFaqIdGet(faqId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<FaqModel, any>>;
17195
17195
  /**
17196
17196
  *
17197
17197
  * @summary Get all FaqMedias.
@@ -17205,7 +17205,7 @@ export declare class FaqsApi extends BaseAPI {
17205
17205
  * @throws {RequiredError}
17206
17206
  * @memberof FaqsApi
17207
17207
  */
17208
- apiV2FaqsFaqIdMediasGet(faqId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediasModel>>;
17208
+ apiV2FaqsFaqIdMediasGet(faqId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediasModel, any>>;
17209
17209
  /**
17210
17210
  *
17211
17211
  * @summary Get FaqMedia.
@@ -17215,7 +17215,7 @@ export declare class FaqsApi extends BaseAPI {
17215
17215
  * @throws {RequiredError}
17216
17216
  * @memberof FaqsApi
17217
17217
  */
17218
- apiV2FaqsFaqIdMediasMediaIdGet(faqId: string, mediaId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel>>;
17218
+ apiV2FaqsFaqIdMediasMediaIdGet(faqId: string, mediaId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
17219
17219
  /**
17220
17220
  *
17221
17221
  * @summary Get all Faqs.
@@ -17234,7 +17234,7 @@ export declare class FaqsApi extends BaseAPI {
17234
17234
  * @throws {RequiredError}
17235
17235
  * @memberof FaqsApi
17236
17236
  */
17237
- apiV2FaqsGet(id?: string, title?: string, content?: string, categoryId?: string, hospitalId?: string, hospitalName?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<FaqsModel>>;
17237
+ apiV2FaqsGet(id?: string, title?: string, content?: string, categoryId?: string, hospitalId?: string, hospitalName?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<FaqsModel, any>>;
17238
17238
  /**
17239
17239
  *
17240
17240
  * @summary Get faq by slug.
@@ -17244,7 +17244,7 @@ export declare class FaqsApi extends BaseAPI {
17244
17244
  * @throws {RequiredError}
17245
17245
  * @memberof FaqsApi
17246
17246
  */
17247
- apiV2FaqsSlugGet(slug: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<FaqModel>>;
17247
+ apiV2FaqsSlugGet(slug: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<FaqModel, any>>;
17248
17248
  }
17249
17249
  /**
17250
17250
  * HospitalsApi - axios parameter creator
@@ -17571,7 +17571,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
17571
17571
  * @param {*} [options] Override http request option.
17572
17572
  * @throws {RequiredError}
17573
17573
  */
17574
- apiV2HospitalsGet(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, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalsModel>>;
17574
+ apiV2HospitalsGet(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, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalsModel>>;
17575
17575
  /**
17576
17576
  *
17577
17577
  * @summary Get HospitalAccreditation.
@@ -17580,7 +17580,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
17580
17580
  * @param {*} [options] Override http request option.
17581
17581
  * @throws {RequiredError}
17582
17582
  */
17583
- apiV2HospitalsHospitalIdAccreditationsAccreditationIdGet(hospitalId: string, accreditationId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalAccreditationModel>>;
17583
+ apiV2HospitalsHospitalIdAccreditationsAccreditationIdGet(hospitalId: string, accreditationId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalAccreditationModel>>;
17584
17584
  /**
17585
17585
  *
17586
17586
  * @summary Get all HospitalAccreditations.
@@ -17594,7 +17594,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
17594
17594
  * @param {*} [options] Override http request option.
17595
17595
  * @throws {RequiredError}
17596
17596
  */
17597
- apiV2HospitalsHospitalIdAccreditationsGet(hospitalId: string, hospitalName?: string | undefined, accreditationId?: string | undefined, accreditationName?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalAccreditationsModel>>;
17597
+ apiV2HospitalsHospitalIdAccreditationsGet(hospitalId: string, hospitalName?: string | undefined, accreditationId?: string | undefined, accreditationName?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalAccreditationsModel>>;
17598
17598
  /**
17599
17599
  *
17600
17600
  * @summary Get HospitalEquipment.
@@ -17603,7 +17603,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
17603
17603
  * @param {*} [options] Override http request option.
17604
17604
  * @throws {RequiredError}
17605
17605
  */
17606
- apiV2HospitalsHospitalIdEquipmentsEquipmentIdGet(hospitalId: string, equipmentId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalEquipmentModel>>;
17606
+ apiV2HospitalsHospitalIdEquipmentsEquipmentIdGet(hospitalId: string, equipmentId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalEquipmentModel>>;
17607
17607
  /**
17608
17608
  *
17609
17609
  * @summary Get all EquipmentMedia.
@@ -17617,7 +17617,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
17617
17617
  * @param {*} [options] Override http request option.
17618
17618
  * @throws {RequiredError}
17619
17619
  */
17620
- apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGet(hospitalId: string, equipmentId: string, id?: string | undefined, mediaType?: MediaType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediasModel>>;
17620
+ apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGet(hospitalId: string, equipmentId: string, id?: string | undefined, mediaType?: MediaType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediasModel>>;
17621
17621
  /**
17622
17622
  *
17623
17623
  * @summary Get EquipmentMedia.
@@ -17627,7 +17627,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
17627
17627
  * @param {*} [options] Override http request option.
17628
17628
  * @throws {RequiredError}
17629
17629
  */
17630
- apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGet(hospitalId: string, equipmentId: string, mediaId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediaModel>>;
17630
+ apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGet(hospitalId: string, equipmentId: string, mediaId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediaModel>>;
17631
17631
  /**
17632
17632
  *
17633
17633
  * @summary Get all HospitalEquipments.
@@ -17644,7 +17644,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
17644
17644
  * @param {*} [options] Override http request option.
17645
17645
  * @throws {RequiredError}
17646
17646
  */
17647
- apiV2HospitalsHospitalIdEquipmentsGet(hospitalId: string, id?: string | undefined, name?: string | undefined, hospitalId2?: string | undefined, hospitalName?: string | undefined, description?: string | undefined, created?: Date | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalEquipmentsModel>>;
17647
+ apiV2HospitalsHospitalIdEquipmentsGet(hospitalId: string, id?: string | undefined, name?: string | undefined, hospitalId2?: string | undefined, hospitalName?: string | undefined, description?: string | undefined, created?: Date | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalEquipmentsModel>>;
17648
17648
  /**
17649
17649
  *
17650
17650
  * @summary Get HospitalEvaluation.
@@ -17653,7 +17653,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
17653
17653
  * @param {*} [options] Override http request option.
17654
17654
  * @throws {RequiredError}
17655
17655
  */
17656
- apiV2HospitalsHospitalIdEvaluationsEvaluationIdGet(hospitalId: string, evaluationId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalEvaluationModel>>;
17656
+ apiV2HospitalsHospitalIdEvaluationsEvaluationIdGet(hospitalId: string, evaluationId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalEvaluationModel>>;
17657
17657
  /**
17658
17658
  *
17659
17659
  * @summary Get all HospitalEvaluations.
@@ -17667,7 +17667,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
17667
17667
  * @param {*} [options] Override http request option.
17668
17668
  * @throws {RequiredError}
17669
17669
  */
17670
- apiV2HospitalsHospitalIdEvaluationsGet(hospitalId: string, id?: string | undefined, name?: string | undefined, stars?: number | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalEvaluationsModel>>;
17670
+ apiV2HospitalsHospitalIdEvaluationsGet(hospitalId: string, id?: string | undefined, name?: string | undefined, stars?: number | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalEvaluationsModel>>;
17671
17671
  /**
17672
17672
  *
17673
17673
  * @param {string} hospitalId
@@ -17676,7 +17676,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
17676
17676
  * @param {*} [options] Override http request option.
17677
17677
  * @throws {RequiredError}
17678
17678
  */
17679
- apiV2HospitalsHospitalIdGet(hospitalId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalModel>>;
17679
+ apiV2HospitalsHospitalIdGet(hospitalId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalModel>>;
17680
17680
  /**
17681
17681
  *
17682
17682
  * @summary Get all HospitalMedias.
@@ -17689,7 +17689,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
17689
17689
  * @param {*} [options] Override http request option.
17690
17690
  * @throws {RequiredError}
17691
17691
  */
17692
- apiV2HospitalsHospitalIdMediasGet(hospitalId: string, id?: string | undefined, mediaType?: MediaType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediasModel>>;
17692
+ apiV2HospitalsHospitalIdMediasGet(hospitalId: string, id?: string | undefined, mediaType?: MediaType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediasModel>>;
17693
17693
  /**
17694
17694
  *
17695
17695
  * @summary Get HospitalMedia.
@@ -17698,7 +17698,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
17698
17698
  * @param {*} [options] Override http request option.
17699
17699
  * @throws {RequiredError}
17700
17700
  */
17701
- apiV2HospitalsHospitalIdMediasMediaIdGet(hospitalId: string, mediaId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediaModel>>;
17701
+ apiV2HospitalsHospitalIdMediasMediaIdGet(hospitalId: string, mediaId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediaModel>>;
17702
17702
  /**
17703
17703
  *
17704
17704
  * @summary Get all HospitalSpecialties.
@@ -17720,7 +17720,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
17720
17720
  * @param {*} [options] Override http request option.
17721
17721
  * @throws {RequiredError}
17722
17722
  */
17723
- apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, title?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtiesModel>>;
17723
+ apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, title?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtiesModel>>;
17724
17724
  /**
17725
17725
  *
17726
17726
  * @summary Get HospitalSpecialty.
@@ -17732,7 +17732,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
17732
17732
  * @param {*} [options] Override http request option.
17733
17733
  * @throws {RequiredError}
17734
17734
  */
17735
- apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet(hospitalId: string, specialtyId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtyModel>>;
17735
+ apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet(hospitalId: string, specialtyId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtyModel>>;
17736
17736
  /**
17737
17737
  *
17738
17738
  * @summary Get all HospitalServices.
@@ -17758,7 +17758,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
17758
17758
  * @param {*} [options] Override http request option.
17759
17759
  * @throws {RequiredError}
17760
17760
  */
17761
- apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet(hospitalId: string, specialtyId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, id?: string | undefined, name?: string | undefined, description?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, specialtyTypeName?: string | undefined, serviceCategoryId?: string | undefined, marketingType?: MarketingType | undefined, procedure?: Procedure | undefined, created?: Date | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalServicesModel>>;
17761
+ apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet(hospitalId: string, specialtyId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, id?: string | undefined, name?: string | undefined, description?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, specialtyTypeName?: string | undefined, serviceCategoryId?: string | undefined, marketingType?: MarketingType | undefined, procedure?: Procedure | undefined, created?: Date | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalServicesModel>>;
17762
17762
  /**
17763
17763
  *
17764
17764
  * @summary Get HospitalService.
@@ -17770,7 +17770,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
17770
17770
  * @param {*} [options] Override http request option.
17771
17771
  * @throws {RequiredError}
17772
17772
  */
17773
- apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet(hospitalId: string, specialtyId: string, serviceId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalServiceModel>>;
17773
+ apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet(hospitalId: string, specialtyId: string, serviceId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalServiceModel>>;
17774
17774
  /**
17775
17775
  *
17776
17776
  * @summary Get all HospitalServiceMedias.
@@ -17785,7 +17785,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
17785
17785
  * @param {*} [options] Override http request option.
17786
17786
  * @throws {RequiredError}
17787
17787
  */
17788
- apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet(hospitalId: string, specialtyId: string, serviceId: string, id?: string | undefined, mediaType?: MediaType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediasModel>>;
17788
+ apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet(hospitalId: string, specialtyId: string, serviceId: string, id?: string | undefined, mediaType?: MediaType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediasModel>>;
17789
17789
  /**
17790
17790
  *
17791
17791
  * @summary Get HospitalServiceMedia.
@@ -17796,7 +17796,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
17796
17796
  * @param {*} [options] Override http request option.
17797
17797
  * @throws {RequiredError}
17798
17798
  */
17799
- apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet(hospitalId: string, specialtyId: string, serviceId: string, mediaId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediaModel>>;
17799
+ apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet(hospitalId: string, specialtyId: string, serviceId: string, mediaId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediaModel>>;
17800
17800
  /**
17801
17801
  *
17802
17802
  * @summary Get HospitalSpecialty by Specialty slug
@@ -17808,7 +17808,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
17808
17808
  * @param {*} [options] Override http request option.
17809
17809
  * @throws {RequiredError}
17810
17810
  */
17811
- apiV2HospitalsHospitalIdSpecialtiesSpecialtySlugGet(hospitalId: string, specialtySlug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtyModel>>;
17811
+ apiV2HospitalsHospitalIdSpecialtiesSpecialtySlugGet(hospitalId: string, specialtySlug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtyModel>>;
17812
17812
  /**
17813
17813
  *
17814
17814
  * @summary Get all Hospitals.
@@ -17831,7 +17831,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
17831
17831
  * @param {*} [options] Override http request option.
17832
17832
  * @throws {RequiredError}
17833
17833
  */
17834
- apiV2HospitalsSimpleGet(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, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalsSimpleModel>>;
17834
+ apiV2HospitalsSimpleGet(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, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalsSimpleModel>>;
17835
17835
  /**
17836
17836
  *
17837
17837
  * @param {string} slug
@@ -17840,7 +17840,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
17840
17840
  * @param {*} [options] Override http request option.
17841
17841
  * @throws {RequiredError}
17842
17842
  */
17843
- apiV2HospitalsSlugGet(slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalModel>>;
17843
+ apiV2HospitalsSlugGet(slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalModel>>;
17844
17844
  };
17845
17845
  /**
17846
17846
  * HospitalsApi - factory interface
@@ -18170,7 +18170,7 @@ export declare class HospitalsApi extends BaseAPI {
18170
18170
  * @throws {RequiredError}
18171
18171
  * @memberof HospitalsApi
18172
18172
  */
18173
- apiV2HospitalsGet(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, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalsModel>>;
18173
+ apiV2HospitalsGet(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, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalsModel, any>>;
18174
18174
  /**
18175
18175
  *
18176
18176
  * @summary Get HospitalAccreditation.
@@ -18180,7 +18180,7 @@ export declare class HospitalsApi extends BaseAPI {
18180
18180
  * @throws {RequiredError}
18181
18181
  * @memberof HospitalsApi
18182
18182
  */
18183
- apiV2HospitalsHospitalIdAccreditationsAccreditationIdGet(hospitalId: string, accreditationId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalAccreditationModel>>;
18183
+ apiV2HospitalsHospitalIdAccreditationsAccreditationIdGet(hospitalId: string, accreditationId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalAccreditationModel, any>>;
18184
18184
  /**
18185
18185
  *
18186
18186
  * @summary Get all HospitalAccreditations.
@@ -18195,7 +18195,7 @@ export declare class HospitalsApi extends BaseAPI {
18195
18195
  * @throws {RequiredError}
18196
18196
  * @memberof HospitalsApi
18197
18197
  */
18198
- apiV2HospitalsHospitalIdAccreditationsGet(hospitalId: string, hospitalName?: string, accreditationId?: string, accreditationName?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalAccreditationsModel>>;
18198
+ apiV2HospitalsHospitalIdAccreditationsGet(hospitalId: string, hospitalName?: string, accreditationId?: string, accreditationName?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalAccreditationsModel, any>>;
18199
18199
  /**
18200
18200
  *
18201
18201
  * @summary Get HospitalEquipment.
@@ -18205,7 +18205,7 @@ export declare class HospitalsApi extends BaseAPI {
18205
18205
  * @throws {RequiredError}
18206
18206
  * @memberof HospitalsApi
18207
18207
  */
18208
- apiV2HospitalsHospitalIdEquipmentsEquipmentIdGet(hospitalId: string, equipmentId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalEquipmentModel>>;
18208
+ apiV2HospitalsHospitalIdEquipmentsEquipmentIdGet(hospitalId: string, equipmentId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalEquipmentModel, any>>;
18209
18209
  /**
18210
18210
  *
18211
18211
  * @summary Get all EquipmentMedia.
@@ -18220,7 +18220,7 @@ export declare class HospitalsApi extends BaseAPI {
18220
18220
  * @throws {RequiredError}
18221
18221
  * @memberof HospitalsApi
18222
18222
  */
18223
- apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGet(hospitalId: string, equipmentId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediasModel>>;
18223
+ apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGet(hospitalId: string, equipmentId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediasModel, any>>;
18224
18224
  /**
18225
18225
  *
18226
18226
  * @summary Get EquipmentMedia.
@@ -18231,7 +18231,7 @@ export declare class HospitalsApi extends BaseAPI {
18231
18231
  * @throws {RequiredError}
18232
18232
  * @memberof HospitalsApi
18233
18233
  */
18234
- apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGet(hospitalId: string, equipmentId: string, mediaId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel>>;
18234
+ apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGet(hospitalId: string, equipmentId: string, mediaId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
18235
18235
  /**
18236
18236
  *
18237
18237
  * @summary Get all HospitalEquipments.
@@ -18249,7 +18249,7 @@ export declare class HospitalsApi extends BaseAPI {
18249
18249
  * @throws {RequiredError}
18250
18250
  * @memberof HospitalsApi
18251
18251
  */
18252
- apiV2HospitalsHospitalIdEquipmentsGet(hospitalId: string, id?: string, name?: string, hospitalId2?: string, hospitalName?: string, description?: string, created?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalEquipmentsModel>>;
18252
+ apiV2HospitalsHospitalIdEquipmentsGet(hospitalId: string, id?: string, name?: string, hospitalId2?: string, hospitalName?: string, description?: string, created?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalEquipmentsModel, any>>;
18253
18253
  /**
18254
18254
  *
18255
18255
  * @summary Get HospitalEvaluation.
@@ -18259,7 +18259,7 @@ export declare class HospitalsApi extends BaseAPI {
18259
18259
  * @throws {RequiredError}
18260
18260
  * @memberof HospitalsApi
18261
18261
  */
18262
- apiV2HospitalsHospitalIdEvaluationsEvaluationIdGet(hospitalId: string, evaluationId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalEvaluationModel>>;
18262
+ apiV2HospitalsHospitalIdEvaluationsEvaluationIdGet(hospitalId: string, evaluationId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalEvaluationModel, any>>;
18263
18263
  /**
18264
18264
  *
18265
18265
  * @summary Get all HospitalEvaluations.
@@ -18274,7 +18274,7 @@ export declare class HospitalsApi extends BaseAPI {
18274
18274
  * @throws {RequiredError}
18275
18275
  * @memberof HospitalsApi
18276
18276
  */
18277
- apiV2HospitalsHospitalIdEvaluationsGet(hospitalId: string, id?: string, name?: string, stars?: number, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalEvaluationsModel>>;
18277
+ apiV2HospitalsHospitalIdEvaluationsGet(hospitalId: string, id?: string, name?: string, stars?: number, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalEvaluationsModel, any>>;
18278
18278
  /**
18279
18279
  *
18280
18280
  * @param {string} hospitalId
@@ -18284,7 +18284,7 @@ export declare class HospitalsApi extends BaseAPI {
18284
18284
  * @throws {RequiredError}
18285
18285
  * @memberof HospitalsApi
18286
18286
  */
18287
- apiV2HospitalsHospitalIdGet(hospitalId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalModel>>;
18287
+ apiV2HospitalsHospitalIdGet(hospitalId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalModel, any>>;
18288
18288
  /**
18289
18289
  *
18290
18290
  * @summary Get all HospitalMedias.
@@ -18298,7 +18298,7 @@ export declare class HospitalsApi extends BaseAPI {
18298
18298
  * @throws {RequiredError}
18299
18299
  * @memberof HospitalsApi
18300
18300
  */
18301
- apiV2HospitalsHospitalIdMediasGet(hospitalId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediasModel>>;
18301
+ apiV2HospitalsHospitalIdMediasGet(hospitalId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediasModel, any>>;
18302
18302
  /**
18303
18303
  *
18304
18304
  * @summary Get HospitalMedia.
@@ -18308,7 +18308,7 @@ export declare class HospitalsApi extends BaseAPI {
18308
18308
  * @throws {RequiredError}
18309
18309
  * @memberof HospitalsApi
18310
18310
  */
18311
- apiV2HospitalsHospitalIdMediasMediaIdGet(hospitalId: string, mediaId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel>>;
18311
+ apiV2HospitalsHospitalIdMediasMediaIdGet(hospitalId: string, mediaId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
18312
18312
  /**
18313
18313
  *
18314
18314
  * @summary Get all HospitalSpecialties.
@@ -18331,7 +18331,7 @@ export declare class HospitalsApi extends BaseAPI {
18331
18331
  * @throws {RequiredError}
18332
18332
  * @memberof HospitalsApi
18333
18333
  */
18334
- apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, hospitalName?: string, hospitalSlug?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, title?: string, marketingType?: MarketingType, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, includeServices?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtiesModel>>;
18334
+ apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, hospitalName?: string, hospitalSlug?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, title?: string, marketingType?: MarketingType, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, includeServices?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtiesModel, any>>;
18335
18335
  /**
18336
18336
  *
18337
18337
  * @summary Get HospitalSpecialty.
@@ -18344,7 +18344,7 @@ export declare class HospitalsApi extends BaseAPI {
18344
18344
  * @throws {RequiredError}
18345
18345
  * @memberof HospitalsApi
18346
18346
  */
18347
- apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet(hospitalId: string, specialtyId: string, languageCode?: string, returnDefaultValue?: boolean, includeServices?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtyModel>>;
18347
+ apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet(hospitalId: string, specialtyId: string, languageCode?: string, returnDefaultValue?: boolean, includeServices?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtyModel, any>>;
18348
18348
  /**
18349
18349
  *
18350
18350
  * @summary Get all HospitalServices.
@@ -18371,7 +18371,7 @@ export declare class HospitalsApi extends BaseAPI {
18371
18371
  * @throws {RequiredError}
18372
18372
  * @memberof HospitalsApi
18373
18373
  */
18374
- apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet(hospitalId: string, specialtyId: string, hospitalName?: string, hospitalSlug?: string, id?: string, name?: string, description?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, serviceCategoryId?: string, marketingType?: MarketingType, procedure?: Procedure, created?: Date, languageCode?: string, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalServicesModel>>;
18374
+ apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet(hospitalId: string, specialtyId: string, hospitalName?: string, hospitalSlug?: string, id?: string, name?: string, description?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, serviceCategoryId?: string, marketingType?: MarketingType, procedure?: Procedure, created?: Date, languageCode?: string, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalServicesModel, any>>;
18375
18375
  /**
18376
18376
  *
18377
18377
  * @summary Get HospitalService.
@@ -18384,7 +18384,7 @@ export declare class HospitalsApi extends BaseAPI {
18384
18384
  * @throws {RequiredError}
18385
18385
  * @memberof HospitalsApi
18386
18386
  */
18387
- apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet(hospitalId: string, specialtyId: string, serviceId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalServiceModel>>;
18387
+ apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet(hospitalId: string, specialtyId: string, serviceId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalServiceModel, any>>;
18388
18388
  /**
18389
18389
  *
18390
18390
  * @summary Get all HospitalServiceMedias.
@@ -18400,7 +18400,7 @@ export declare class HospitalsApi extends BaseAPI {
18400
18400
  * @throws {RequiredError}
18401
18401
  * @memberof HospitalsApi
18402
18402
  */
18403
- apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet(hospitalId: string, specialtyId: string, serviceId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediasModel>>;
18403
+ apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet(hospitalId: string, specialtyId: string, serviceId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediasModel, any>>;
18404
18404
  /**
18405
18405
  *
18406
18406
  * @summary Get HospitalServiceMedia.
@@ -18412,7 +18412,7 @@ export declare class HospitalsApi extends BaseAPI {
18412
18412
  * @throws {RequiredError}
18413
18413
  * @memberof HospitalsApi
18414
18414
  */
18415
- apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet(hospitalId: string, specialtyId: string, serviceId: string, mediaId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel>>;
18415
+ apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet(hospitalId: string, specialtyId: string, serviceId: string, mediaId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
18416
18416
  /**
18417
18417
  *
18418
18418
  * @summary Get HospitalSpecialty by Specialty slug
@@ -18425,7 +18425,7 @@ export declare class HospitalsApi extends BaseAPI {
18425
18425
  * @throws {RequiredError}
18426
18426
  * @memberof HospitalsApi
18427
18427
  */
18428
- apiV2HospitalsHospitalIdSpecialtiesSpecialtySlugGet(hospitalId: string, specialtySlug: string, languageCode?: string, returnDefaultValue?: boolean, includeServices?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtyModel>>;
18428
+ apiV2HospitalsHospitalIdSpecialtiesSpecialtySlugGet(hospitalId: string, specialtySlug: string, languageCode?: string, returnDefaultValue?: boolean, includeServices?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtyModel, any>>;
18429
18429
  /**
18430
18430
  *
18431
18431
  * @summary Get all Hospitals.
@@ -18449,7 +18449,7 @@ export declare class HospitalsApi extends BaseAPI {
18449
18449
  * @throws {RequiredError}
18450
18450
  * @memberof HospitalsApi
18451
18451
  */
18452
- apiV2HospitalsSimpleGet(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, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalsSimpleModel>>;
18452
+ apiV2HospitalsSimpleGet(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, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalsSimpleModel, any>>;
18453
18453
  /**
18454
18454
  *
18455
18455
  * @param {string} slug
@@ -18459,7 +18459,7 @@ export declare class HospitalsApi extends BaseAPI {
18459
18459
  * @throws {RequiredError}
18460
18460
  * @memberof HospitalsApi
18461
18461
  */
18462
- apiV2HospitalsSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalModel>>;
18462
+ apiV2HospitalsSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalModel, any>>;
18463
18463
  }
18464
18464
  /**
18465
18465
  * ImagesApi - axios parameter creator
@@ -18483,7 +18483,7 @@ export declare const ImagesApiFp: (configuration?: Configuration | undefined) =>
18483
18483
  * @param {*} [options] Override http request option.
18484
18484
  * @throws {RequiredError}
18485
18485
  */
18486
- apiV2ImagesPost(options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<Array<MediaModel>>>;
18486
+ apiV2ImagesPost(options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<Array<MediaModel>>>;
18487
18487
  };
18488
18488
  /**
18489
18489
  * ImagesApi - factory interface
@@ -18510,7 +18510,7 @@ export declare class ImagesApi extends BaseAPI {
18510
18510
  * @throws {RequiredError}
18511
18511
  * @memberof ImagesApi
18512
18512
  */
18513
- apiV2ImagesPost(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel[]>>;
18513
+ apiV2ImagesPost(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel[], any>>;
18514
18514
  }
18515
18515
  /**
18516
18516
  * LanguagesApi - axios parameter creator
@@ -18560,7 +18560,7 @@ export declare const LanguagesApiFp: (configuration?: Configuration | undefined)
18560
18560
  * @param {*} [options] Override http request option.
18561
18561
  * @throws {RequiredError}
18562
18562
  */
18563
- apiV2LanguagesCodeGet(code: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<LanguageModel>>;
18563
+ apiV2LanguagesCodeGet(code: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<LanguageModel>>;
18564
18564
  /**
18565
18565
  *
18566
18566
  * @summary Get all Languages.
@@ -18574,7 +18574,7 @@ export declare const LanguagesApiFp: (configuration?: Configuration | undefined)
18574
18574
  * @param {*} [options] Override http request option.
18575
18575
  * @throws {RequiredError}
18576
18576
  */
18577
- apiV2LanguagesGet(id?: string | undefined, name?: string | undefined, code?: string | undefined, description?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<LanguagesModel>>;
18577
+ apiV2LanguagesGet(id?: string | undefined, name?: string | undefined, code?: string | undefined, description?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<LanguagesModel>>;
18578
18578
  /**
18579
18579
  *
18580
18580
  * @summary Get Language.
@@ -18582,7 +18582,7 @@ export declare const LanguagesApiFp: (configuration?: Configuration | undefined)
18582
18582
  * @param {*} [options] Override http request option.
18583
18583
  * @throws {RequiredError}
18584
18584
  */
18585
- apiV2LanguagesIdGet(id: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<LanguageModel>>;
18585
+ apiV2LanguagesIdGet(id: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<LanguageModel>>;
18586
18586
  };
18587
18587
  /**
18588
18588
  * LanguagesApi - factory interface
@@ -18635,7 +18635,7 @@ export declare class LanguagesApi extends BaseAPI {
18635
18635
  * @throws {RequiredError}
18636
18636
  * @memberof LanguagesApi
18637
18637
  */
18638
- apiV2LanguagesCodeGet(code: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LanguageModel>>;
18638
+ apiV2LanguagesCodeGet(code: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LanguageModel, any>>;
18639
18639
  /**
18640
18640
  *
18641
18641
  * @summary Get all Languages.
@@ -18650,7 +18650,7 @@ export declare class LanguagesApi extends BaseAPI {
18650
18650
  * @throws {RequiredError}
18651
18651
  * @memberof LanguagesApi
18652
18652
  */
18653
- apiV2LanguagesGet(id?: string, name?: string, code?: string, description?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LanguagesModel>>;
18653
+ apiV2LanguagesGet(id?: string, name?: string, code?: string, description?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LanguagesModel, any>>;
18654
18654
  /**
18655
18655
  *
18656
18656
  * @summary Get Language.
@@ -18659,7 +18659,7 @@ export declare class LanguagesApi extends BaseAPI {
18659
18659
  * @throws {RequiredError}
18660
18660
  * @memberof LanguagesApi
18661
18661
  */
18662
- apiV2LanguagesIdGet(id: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LanguageModel>>;
18662
+ apiV2LanguagesIdGet(id: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LanguageModel, any>>;
18663
18663
  }
18664
18664
  /**
18665
18665
  * MembershipsApi - axios parameter creator
@@ -18722,7 +18722,7 @@ export declare const MembershipsApiFp: (configuration?: Configuration | undefine
18722
18722
  * @param {*} [options] Override http request option.
18723
18723
  * @throws {RequiredError}
18724
18724
  */
18725
- apiV2MembershipsGet(id?: string | undefined, planId?: string | undefined, planName?: string | undefined, ownerId?: string | undefined, ownerName?: string | undefined, isActive?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MembershipsModel>>;
18725
+ apiV2MembershipsGet(id?: string | undefined, planId?: string | undefined, planName?: string | undefined, ownerId?: string | undefined, ownerName?: string | undefined, isActive?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MembershipsModel>>;
18726
18726
  /**
18727
18727
  *
18728
18728
  * @summary Get membership.
@@ -18730,7 +18730,7 @@ export declare const MembershipsApiFp: (configuration?: Configuration | undefine
18730
18730
  * @param {*} [options] Override http request option.
18731
18731
  * @throws {RequiredError}
18732
18732
  */
18733
- apiV2MembershipsMembershipIdGet(membershipId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MembershipModel>>;
18733
+ apiV2MembershipsMembershipIdGet(membershipId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MembershipModel>>;
18734
18734
  /**
18735
18735
  *
18736
18736
  * @summary Get all members.
@@ -18741,7 +18741,7 @@ export declare const MembershipsApiFp: (configuration?: Configuration | undefine
18741
18741
  * @param {*} [options] Override http request option.
18742
18742
  * @throws {RequiredError}
18743
18743
  */
18744
- apiV2MembershipsMembershipIdMembersGet(membershipId: string, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MembersModel>>;
18744
+ apiV2MembershipsMembershipIdMembersGet(membershipId: string, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MembersModel>>;
18745
18745
  };
18746
18746
  /**
18747
18747
  * MembershipsApi - factory interface
@@ -18807,7 +18807,7 @@ export declare class MembershipsApi extends BaseAPI {
18807
18807
  * @throws {RequiredError}
18808
18808
  * @memberof MembershipsApi
18809
18809
  */
18810
- apiV2MembershipsGet(id?: string, planId?: string, planName?: string, ownerId?: string, ownerName?: string, isActive?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MembershipsModel>>;
18810
+ apiV2MembershipsGet(id?: string, planId?: string, planName?: string, ownerId?: string, ownerName?: string, isActive?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MembershipsModel, any>>;
18811
18811
  /**
18812
18812
  *
18813
18813
  * @summary Get membership.
@@ -18816,7 +18816,7 @@ export declare class MembershipsApi extends BaseAPI {
18816
18816
  * @throws {RequiredError}
18817
18817
  * @memberof MembershipsApi
18818
18818
  */
18819
- apiV2MembershipsMembershipIdGet(membershipId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MembershipModel>>;
18819
+ apiV2MembershipsMembershipIdGet(membershipId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MembershipModel, any>>;
18820
18820
  /**
18821
18821
  *
18822
18822
  * @summary Get all members.
@@ -18828,7 +18828,7 @@ export declare class MembershipsApi extends BaseAPI {
18828
18828
  * @throws {RequiredError}
18829
18829
  * @memberof MembershipsApi
18830
18830
  */
18831
- apiV2MembershipsMembershipIdMembersGet(membershipId: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MembersModel>>;
18831
+ apiV2MembershipsMembershipIdMembersGet(membershipId: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MembersModel, any>>;
18832
18832
  }
18833
18833
  /**
18834
18834
  * NotificationsApi - axios parameter creator
@@ -18868,7 +18868,7 @@ export declare const NotificationsApiFp: (configuration?: Configuration | undefi
18868
18868
  * @param {*} [options] Override http request option.
18869
18869
  * @throws {RequiredError}
18870
18870
  */
18871
- apiV2NotificationsCheckPost(checkNotificationsCommand?: CheckNotificationsCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
18871
+ apiV2NotificationsCheckPost(checkNotificationsCommand?: CheckNotificationsCommand | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
18872
18872
  /**
18873
18873
  *
18874
18874
  * @summary Get all notifications.
@@ -18880,7 +18880,7 @@ export declare const NotificationsApiFp: (configuration?: Configuration | undefi
18880
18880
  * @param {*} [options] Override http request option.
18881
18881
  * @throws {RequiredError}
18882
18882
  */
18883
- apiV2NotificationsGet(notificationCode?: NotificationCode | undefined, unreadCountOnly?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<NotificationsModel>>;
18883
+ apiV2NotificationsGet(notificationCode?: NotificationCode | undefined, unreadCountOnly?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<NotificationsModel>>;
18884
18884
  };
18885
18885
  /**
18886
18886
  * NotificationsApi - factory interface
@@ -18923,7 +18923,7 @@ export declare class NotificationsApi extends BaseAPI {
18923
18923
  * @throws {RequiredError}
18924
18924
  * @memberof NotificationsApi
18925
18925
  */
18926
- apiV2NotificationsCheckPost(checkNotificationsCommand?: CheckNotificationsCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
18926
+ apiV2NotificationsCheckPost(checkNotificationsCommand?: CheckNotificationsCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
18927
18927
  /**
18928
18928
  *
18929
18929
  * @summary Get all notifications.
@@ -18936,7 +18936,7 @@ export declare class NotificationsApi extends BaseAPI {
18936
18936
  * @throws {RequiredError}
18937
18937
  * @memberof NotificationsApi
18938
18938
  */
18939
- apiV2NotificationsGet(notificationCode?: NotificationCode, unreadCountOnly?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<NotificationsModel>>;
18939
+ apiV2NotificationsGet(notificationCode?: NotificationCode, unreadCountOnly?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<NotificationsModel, any>>;
18940
18940
  }
18941
18941
  /**
18942
18942
  * PatientsApi - axios parameter creator
@@ -18989,7 +18989,7 @@ export declare const PatientsApiFp: (configuration?: Configuration | undefined)
18989
18989
  * @param {*} [options] Override http request option.
18990
18990
  * @throws {RequiredError}
18991
18991
  */
18992
- apiV2PatientsPatientIdDelete(patientId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
18992
+ apiV2PatientsPatientIdDelete(patientId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
18993
18993
  /**
18994
18994
  *
18995
18995
  * @summary Get Patient.
@@ -18997,7 +18997,7 @@ export declare const PatientsApiFp: (configuration?: Configuration | undefined)
18997
18997
  * @param {*} [options] Override http request option.
18998
18998
  * @throws {RequiredError}
18999
18999
  */
19000
- apiV2PatientsPatientIdGet(patientId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<PatientModel>>;
19000
+ apiV2PatientsPatientIdGet(patientId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<PatientModel>>;
19001
19001
  /**
19002
19002
  *
19003
19003
  * @summary Update Patient.
@@ -19006,7 +19006,7 @@ export declare const PatientsApiFp: (configuration?: Configuration | undefined)
19006
19006
  * @param {*} [options] Override http request option.
19007
19007
  * @throws {RequiredError}
19008
19008
  */
19009
- apiV2PatientsPatientIdPut(patientId: string, updatePatientCommand?: UpdatePatientCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<PatientModel>>;
19009
+ apiV2PatientsPatientIdPut(patientId: string, updatePatientCommand?: UpdatePatientCommand | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<PatientModel>>;
19010
19010
  /**
19011
19011
  *
19012
19012
  * @summary Create a Patient.
@@ -19014,7 +19014,7 @@ export declare const PatientsApiFp: (configuration?: Configuration | undefined)
19014
19014
  * @param {*} [options] Override http request option.
19015
19015
  * @throws {RequiredError}
19016
19016
  */
19017
- apiV2PatientsPost(createPatientCommand?: CreatePatientCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<PatientModel>>;
19017
+ apiV2PatientsPost(createPatientCommand?: CreatePatientCommand | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<PatientModel>>;
19018
19018
  };
19019
19019
  /**
19020
19020
  * PatientsApi - factory interface
@@ -19070,7 +19070,7 @@ export declare class PatientsApi extends BaseAPI {
19070
19070
  * @throws {RequiredError}
19071
19071
  * @memberof PatientsApi
19072
19072
  */
19073
- apiV2PatientsPatientIdDelete(patientId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
19073
+ apiV2PatientsPatientIdDelete(patientId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
19074
19074
  /**
19075
19075
  *
19076
19076
  * @summary Get Patient.
@@ -19079,7 +19079,7 @@ export declare class PatientsApi extends BaseAPI {
19079
19079
  * @throws {RequiredError}
19080
19080
  * @memberof PatientsApi
19081
19081
  */
19082
- apiV2PatientsPatientIdGet(patientId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PatientModel>>;
19082
+ apiV2PatientsPatientIdGet(patientId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PatientModel, any>>;
19083
19083
  /**
19084
19084
  *
19085
19085
  * @summary Update Patient.
@@ -19089,7 +19089,7 @@ export declare class PatientsApi extends BaseAPI {
19089
19089
  * @throws {RequiredError}
19090
19090
  * @memberof PatientsApi
19091
19091
  */
19092
- apiV2PatientsPatientIdPut(patientId: string, updatePatientCommand?: UpdatePatientCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PatientModel>>;
19092
+ apiV2PatientsPatientIdPut(patientId: string, updatePatientCommand?: UpdatePatientCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PatientModel, any>>;
19093
19093
  /**
19094
19094
  *
19095
19095
  * @summary Create a Patient.
@@ -19098,7 +19098,7 @@ export declare class PatientsApi extends BaseAPI {
19098
19098
  * @throws {RequiredError}
19099
19099
  * @memberof PatientsApi
19100
19100
  */
19101
- apiV2PatientsPost(createPatientCommand?: CreatePatientCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PatientModel>>;
19101
+ apiV2PatientsPost(createPatientCommand?: CreatePatientCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PatientModel, any>>;
19102
19102
  }
19103
19103
  /**
19104
19104
  * PlansApi - axios parameter creator
@@ -19162,7 +19162,7 @@ export declare const PlansApiFp: (configuration?: Configuration | undefined) =>
19162
19162
  * @param {*} [options] Override http request option.
19163
19163
  * @throws {RequiredError}
19164
19164
  */
19165
- apiV2PlansGet(id?: string | undefined, name?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<PlansModel>>;
19165
+ apiV2PlansGet(id?: string | undefined, name?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<PlansModel>>;
19166
19166
  /**
19167
19167
  *
19168
19168
  * @summary Get plan.
@@ -19170,7 +19170,7 @@ export declare const PlansApiFp: (configuration?: Configuration | undefined) =>
19170
19170
  * @param {*} [options] Override http request option.
19171
19171
  * @throws {RequiredError}
19172
19172
  */
19173
- apiV2PlansPlanIdGet(planId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<PlanModel>>;
19173
+ apiV2PlansPlanIdGet(planId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<PlanModel>>;
19174
19174
  /**
19175
19175
  *
19176
19176
  * @summary Get all plan hospital.
@@ -19181,7 +19181,7 @@ export declare const PlansApiFp: (configuration?: Configuration | undefined) =>
19181
19181
  * @param {*} [options] Override http request option.
19182
19182
  * @throws {RequiredError}
19183
19183
  */
19184
- apiV2PlansPlanIdHospitalsGet(planId: string, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<PlanHospitalsModel>>;
19184
+ apiV2PlansPlanIdHospitalsGet(planId: string, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<PlanHospitalsModel>>;
19185
19185
  /**
19186
19186
  *
19187
19187
  * @summary Get plan hospital.
@@ -19190,7 +19190,7 @@ export declare const PlansApiFp: (configuration?: Configuration | undefined) =>
19190
19190
  * @param {*} [options] Override http request option.
19191
19191
  * @throws {RequiredError}
19192
19192
  */
19193
- apiV2PlansPlanIdHospitalsHospitalIdGet(planId: string, hospitalId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<PlanHospitalModel>>;
19193
+ apiV2PlansPlanIdHospitalsHospitalIdGet(planId: string, hospitalId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<PlanHospitalModel>>;
19194
19194
  };
19195
19195
  /**
19196
19196
  * PlansApi - factory interface
@@ -19257,7 +19257,7 @@ export declare class PlansApi extends BaseAPI {
19257
19257
  * @throws {RequiredError}
19258
19258
  * @memberof PlansApi
19259
19259
  */
19260
- apiV2PlansGet(id?: string, name?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PlansModel>>;
19260
+ apiV2PlansGet(id?: string, name?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PlansModel, any>>;
19261
19261
  /**
19262
19262
  *
19263
19263
  * @summary Get plan.
@@ -19266,7 +19266,7 @@ export declare class PlansApi extends BaseAPI {
19266
19266
  * @throws {RequiredError}
19267
19267
  * @memberof PlansApi
19268
19268
  */
19269
- apiV2PlansPlanIdGet(planId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PlanModel>>;
19269
+ apiV2PlansPlanIdGet(planId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PlanModel, any>>;
19270
19270
  /**
19271
19271
  *
19272
19272
  * @summary Get all plan hospital.
@@ -19278,7 +19278,7 @@ export declare class PlansApi extends BaseAPI {
19278
19278
  * @throws {RequiredError}
19279
19279
  * @memberof PlansApi
19280
19280
  */
19281
- apiV2PlansPlanIdHospitalsGet(planId: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PlanHospitalsModel>>;
19281
+ apiV2PlansPlanIdHospitalsGet(planId: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PlanHospitalsModel, any>>;
19282
19282
  /**
19283
19283
  *
19284
19284
  * @summary Get plan hospital.
@@ -19288,7 +19288,7 @@ export declare class PlansApi extends BaseAPI {
19288
19288
  * @throws {RequiredError}
19289
19289
  * @memberof PlansApi
19290
19290
  */
19291
- apiV2PlansPlanIdHospitalsHospitalIdGet(planId: string, hospitalId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PlanHospitalModel>>;
19291
+ apiV2PlansPlanIdHospitalsHospitalIdGet(planId: string, hospitalId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PlanHospitalModel, any>>;
19292
19292
  }
19293
19293
  /**
19294
19294
  * ProfilesApi - axios parameter creator
@@ -19339,7 +19339,7 @@ export declare const ProfilesApiFp: (configuration?: Configuration | undefined)
19339
19339
  * @param {*} [options] Override http request option.
19340
19340
  * @throws {RequiredError}
19341
19341
  */
19342
- apiV2ProfilesChangeemailPost(changeEmailCommand?: ChangeEmailCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
19342
+ apiV2ProfilesChangeemailPost(changeEmailCommand?: ChangeEmailCommand | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
19343
19343
  /**
19344
19344
  *
19345
19345
  * @summary Configm email.
@@ -19347,14 +19347,14 @@ export declare const ProfilesApiFp: (configuration?: Configuration | undefined)
19347
19347
  * @param {*} [options] Override http request option.
19348
19348
  * @throws {RequiredError}
19349
19349
  */
19350
- apiV2ProfilesConfirmemailPost(confirmEmailCommand?: ConfirmEmailCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
19350
+ apiV2ProfilesConfirmemailPost(confirmEmailCommand?: ConfirmEmailCommand | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
19351
19351
  /**
19352
19352
  *
19353
19353
  * @summary Get Profile.
19354
19354
  * @param {*} [options] Override http request option.
19355
19355
  * @throws {RequiredError}
19356
19356
  */
19357
- apiV2ProfilesGet(options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<UserModel>>;
19357
+ apiV2ProfilesGet(options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<UserModel>>;
19358
19358
  /**
19359
19359
  *
19360
19360
  * @summary Update Profile.
@@ -19362,7 +19362,7 @@ export declare const ProfilesApiFp: (configuration?: Configuration | undefined)
19362
19362
  * @param {*} [options] Override http request option.
19363
19363
  * @throws {RequiredError}
19364
19364
  */
19365
- apiV2ProfilesPut(updateProfileCommand?: UpdateProfileCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<UserModel>>;
19365
+ apiV2ProfilesPut(updateProfileCommand?: UpdateProfileCommand | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<UserModel>>;
19366
19366
  };
19367
19367
  /**
19368
19368
  * ProfilesApi - factory interface
@@ -19416,7 +19416,7 @@ export declare class ProfilesApi extends BaseAPI {
19416
19416
  * @throws {RequiredError}
19417
19417
  * @memberof ProfilesApi
19418
19418
  */
19419
- apiV2ProfilesChangeemailPost(changeEmailCommand?: ChangeEmailCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
19419
+ apiV2ProfilesChangeemailPost(changeEmailCommand?: ChangeEmailCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
19420
19420
  /**
19421
19421
  *
19422
19422
  * @summary Configm email.
@@ -19425,7 +19425,7 @@ export declare class ProfilesApi extends BaseAPI {
19425
19425
  * @throws {RequiredError}
19426
19426
  * @memberof ProfilesApi
19427
19427
  */
19428
- apiV2ProfilesConfirmemailPost(confirmEmailCommand?: ConfirmEmailCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
19428
+ apiV2ProfilesConfirmemailPost(confirmEmailCommand?: ConfirmEmailCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
19429
19429
  /**
19430
19430
  *
19431
19431
  * @summary Get Profile.
@@ -19433,7 +19433,7 @@ export declare class ProfilesApi extends BaseAPI {
19433
19433
  * @throws {RequiredError}
19434
19434
  * @memberof ProfilesApi
19435
19435
  */
19436
- apiV2ProfilesGet(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UserModel>>;
19436
+ apiV2ProfilesGet(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UserModel, any>>;
19437
19437
  /**
19438
19438
  *
19439
19439
  * @summary Update Profile.
@@ -19442,7 +19442,7 @@ export declare class ProfilesApi extends BaseAPI {
19442
19442
  * @throws {RequiredError}
19443
19443
  * @memberof ProfilesApi
19444
19444
  */
19445
- apiV2ProfilesPut(updateProfileCommand?: UpdateProfileCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UserModel>>;
19445
+ apiV2ProfilesPut(updateProfileCommand?: UpdateProfileCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UserModel, any>>;
19446
19446
  }
19447
19447
  /**
19448
19448
  * SearchApi - axios parameter creator
@@ -19578,7 +19578,7 @@ export declare const SearchApiFp: (configuration?: Configuration | undefined) =>
19578
19578
  * @param {*} [options] Override http request option.
19579
19579
  * @throws {RequiredError}
19580
19580
  */
19581
- apiV2SearchAutocompleteGet(keyword: string, mode?: AutocompleteMode | undefined, fuzzy?: boolean | undefined, highlights?: boolean | undefined, size?: number | undefined, minimumCoverage?: number | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<AzureSearchServiceAutocompleteModel>>;
19581
+ apiV2SearchAutocompleteGet(keyword: string, mode?: AutocompleteMode | undefined, fuzzy?: boolean | undefined, highlights?: boolean | undefined, size?: number | undefined, minimumCoverage?: number | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<AzureSearchServiceAutocompleteModel>>;
19582
19582
  /**
19583
19583
  *
19584
19584
  * @param {string} [searchTerm]
@@ -19593,7 +19593,7 @@ export declare const SearchApiFp: (configuration?: Configuration | undefined) =>
19593
19593
  * @param {*} [options] Override http request option.
19594
19594
  * @throws {RequiredError}
19595
19595
  */
19596
- apiV2SearchDealsGet(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>>;
19596
+ apiV2SearchDealsGet(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<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DealsModel>>;
19597
19597
  /**
19598
19598
  *
19599
19599
  * @param {string} [searchTerm]
@@ -19608,7 +19608,7 @@ export declare const SearchApiFp: (configuration?: Configuration | undefined) =>
19608
19608
  * @param {*} [options] Override http request option.
19609
19609
  * @throws {RequiredError}
19610
19610
  */
19611
- apiV2SearchDoctorsGet(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>>;
19611
+ apiV2SearchDoctorsGet(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<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorsModel>>;
19612
19612
  /**
19613
19613
  *
19614
19614
  * @param {string} [searchTerm]
@@ -19623,7 +19623,7 @@ export declare const SearchApiFp: (configuration?: Configuration | undefined) =>
19623
19623
  * @param {*} [options] Override http request option.
19624
19624
  * @throws {RequiredError}
19625
19625
  */
19626
- apiV2SearchGetcountGet(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>>;
19626
+ apiV2SearchGetcountGet(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<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<AzureSearchModel>>;
19627
19627
  /**
19628
19628
  *
19629
19629
  * @param {string} [searchTerm]
@@ -19638,7 +19638,7 @@ export declare const SearchApiFp: (configuration?: Configuration | undefined) =>
19638
19638
  * @param {*} [options] Override http request option.
19639
19639
  * @throws {RequiredError}
19640
19640
  */
19641
- apiV2SearchHospitalsGet(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>>;
19641
+ apiV2SearchHospitalsGet(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<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalsModel>>;
19642
19642
  /**
19643
19643
  *
19644
19644
  * @param {string} [searchTerm]
@@ -19653,7 +19653,7 @@ export declare const SearchApiFp: (configuration?: Configuration | undefined) =>
19653
19653
  * @param {*} [options] Override http request option.
19654
19654
  * @throws {RequiredError}
19655
19655
  */
19656
- apiV2SearchSpecialtiesGet(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>>;
19656
+ apiV2SearchSpecialtiesGet(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<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SpecialtiesModel>>;
19657
19657
  /**
19658
19658
  *
19659
19659
  * @param {string} [searchTerm]
@@ -19668,7 +19668,7 @@ export declare const SearchApiFp: (configuration?: Configuration | undefined) =>
19668
19668
  * @param {*} [options] Override http request option.
19669
19669
  * @throws {RequiredError}
19670
19670
  */
19671
- apiV2SearchSpecialtytypesGet(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>>;
19671
+ apiV2SearchSpecialtytypesGet(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<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SpecialtyTypesModel>>;
19672
19672
  /**
19673
19673
  *
19674
19674
  * @param {string} keyword
@@ -19678,7 +19678,7 @@ export declare const SearchApiFp: (configuration?: Configuration | undefined) =>
19678
19678
  * @param {*} [options] Override http request option.
19679
19679
  * @throws {RequiredError}
19680
19680
  */
19681
- apiV2SearchSuggestGet(keyword: string, fuzzy?: boolean | undefined, highlights?: boolean | undefined, size?: number | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<AzureSearchServiceSuggestModel>>;
19681
+ apiV2SearchSuggestGet(keyword: string, fuzzy?: boolean | undefined, highlights?: boolean | undefined, size?: number | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<AzureSearchServiceSuggestModel>>;
19682
19682
  };
19683
19683
  /**
19684
19684
  * SearchApi - factory interface
@@ -19817,7 +19817,7 @@ export declare class SearchApi extends BaseAPI {
19817
19817
  * @throws {RequiredError}
19818
19818
  * @memberof SearchApi
19819
19819
  */
19820
- apiV2SearchAutocompleteGet(keyword: string, mode?: AutocompleteMode, fuzzy?: boolean, highlights?: boolean, size?: number, minimumCoverage?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AzureSearchServiceAutocompleteModel>>;
19820
+ apiV2SearchAutocompleteGet(keyword: string, mode?: AutocompleteMode, fuzzy?: boolean, highlights?: boolean, size?: number, minimumCoverage?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AzureSearchServiceAutocompleteModel, any>>;
19821
19821
  /**
19822
19822
  *
19823
19823
  * @param {string} [searchTerm]
@@ -19833,7 +19833,7 @@ export declare class SearchApi extends BaseAPI {
19833
19833
  * @throws {RequiredError}
19834
19834
  * @memberof SearchApi
19835
19835
  */
19836
- apiV2SearchDealsGet(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>>;
19836
+ apiV2SearchDealsGet(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, any>>;
19837
19837
  /**
19838
19838
  *
19839
19839
  * @param {string} [searchTerm]
@@ -19849,7 +19849,7 @@ export declare class SearchApi extends BaseAPI {
19849
19849
  * @throws {RequiredError}
19850
19850
  * @memberof SearchApi
19851
19851
  */
19852
- apiV2SearchDoctorsGet(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>>;
19852
+ apiV2SearchDoctorsGet(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, any>>;
19853
19853
  /**
19854
19854
  *
19855
19855
  * @param {string} [searchTerm]
@@ -19865,7 +19865,7 @@ export declare class SearchApi extends BaseAPI {
19865
19865
  * @throws {RequiredError}
19866
19866
  * @memberof SearchApi
19867
19867
  */
19868
- apiV2SearchGetcountGet(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>>;
19868
+ apiV2SearchGetcountGet(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, any>>;
19869
19869
  /**
19870
19870
  *
19871
19871
  * @param {string} [searchTerm]
@@ -19881,7 +19881,7 @@ export declare class SearchApi extends BaseAPI {
19881
19881
  * @throws {RequiredError}
19882
19882
  * @memberof SearchApi
19883
19883
  */
19884
- apiV2SearchHospitalsGet(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>>;
19884
+ apiV2SearchHospitalsGet(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, any>>;
19885
19885
  /**
19886
19886
  *
19887
19887
  * @param {string} [searchTerm]
@@ -19897,7 +19897,7 @@ export declare class SearchApi extends BaseAPI {
19897
19897
  * @throws {RequiredError}
19898
19898
  * @memberof SearchApi
19899
19899
  */
19900
- apiV2SearchSpecialtiesGet(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>>;
19900
+ apiV2SearchSpecialtiesGet(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, any>>;
19901
19901
  /**
19902
19902
  *
19903
19903
  * @param {string} [searchTerm]
@@ -19913,7 +19913,7 @@ export declare class SearchApi extends BaseAPI {
19913
19913
  * @throws {RequiredError}
19914
19914
  * @memberof SearchApi
19915
19915
  */
19916
- apiV2SearchSpecialtytypesGet(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>>;
19916
+ apiV2SearchSpecialtytypesGet(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, any>>;
19917
19917
  /**
19918
19918
  *
19919
19919
  * @param {string} keyword
@@ -19924,7 +19924,7 @@ export declare class SearchApi extends BaseAPI {
19924
19924
  * @throws {RequiredError}
19925
19925
  * @memberof SearchApi
19926
19926
  */
19927
- apiV2SearchSuggestGet(keyword: string, fuzzy?: boolean, highlights?: boolean, size?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AzureSearchServiceSuggestModel>>;
19927
+ apiV2SearchSuggestGet(keyword: string, fuzzy?: boolean, highlights?: boolean, size?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AzureSearchServiceSuggestModel, any>>;
19928
19928
  }
19929
19929
  /**
19930
19930
  * ServiceReviewsApi - axios parameter creator
@@ -20056,7 +20056,7 @@ export declare const ServiceReviewsApiFp: (configuration?: Configuration | undef
20056
20056
  * @param {*} [options] Override http request option.
20057
20057
  * @throws {RequiredError}
20058
20058
  */
20059
- apiV2ServicereviewsGet(hospitalId?: string | undefined, serviceId?: string | undefined, serviceName?: string | undefined, patientId?: string | undefined, patientName?: string | undefined, gender?: Gender | undefined, recommended?: boolean | undefined, rate?: number | undefined, reviewType?: ReviewType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ServiceReviewsModel>>;
20059
+ apiV2ServicereviewsGet(hospitalId?: string | undefined, serviceId?: string | undefined, serviceName?: string | undefined, patientId?: string | undefined, patientName?: string | undefined, gender?: Gender | undefined, recommended?: boolean | undefined, rate?: number | undefined, reviewType?: ReviewType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ServiceReviewsModel>>;
20060
20060
  /**
20061
20061
  *
20062
20062
  * @summary Create a ServiceReview.
@@ -20064,7 +20064,7 @@ export declare const ServiceReviewsApiFp: (configuration?: Configuration | undef
20064
20064
  * @param {*} [options] Override http request option.
20065
20065
  * @throws {RequiredError}
20066
20066
  */
20067
- apiV2ServicereviewsPost(createServiceReviewCommand?: CreateServiceReviewCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ServiceReviewModel>>;
20067
+ apiV2ServicereviewsPost(createServiceReviewCommand?: CreateServiceReviewCommand | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ServiceReviewModel>>;
20068
20068
  /**
20069
20069
  *
20070
20070
  * @summary Delete ServiceReview.
@@ -20072,14 +20072,14 @@ export declare const ServiceReviewsApiFp: (configuration?: Configuration | undef
20072
20072
  * @param {*} [options] Override http request option.
20073
20073
  * @throws {RequiredError}
20074
20074
  */
20075
- apiV2ServicereviewsServiceReviewIdDelete(serviceReviewId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
20075
+ apiV2ServicereviewsServiceReviewIdDelete(serviceReviewId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
20076
20076
  /**
20077
20077
  *
20078
20078
  * @param {string} serviceReviewId
20079
20079
  * @param {*} [options] Override http request option.
20080
20080
  * @throws {RequiredError}
20081
20081
  */
20082
- apiV2ServicereviewsServiceReviewIdGet(serviceReviewId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ServiceReviewModel>>;
20082
+ apiV2ServicereviewsServiceReviewIdGet(serviceReviewId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ServiceReviewModel>>;
20083
20083
  /**
20084
20084
  *
20085
20085
  * @summary Get all ServiceReviewMedias.
@@ -20092,7 +20092,7 @@ export declare const ServiceReviewsApiFp: (configuration?: Configuration | undef
20092
20092
  * @param {*} [options] Override http request option.
20093
20093
  * @throws {RequiredError}
20094
20094
  */
20095
- apiV2ServicereviewsServiceReviewIdMediasGet(serviceReviewId: string, id?: string | undefined, mediaType?: MediaType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediasModel>>;
20095
+ apiV2ServicereviewsServiceReviewIdMediasGet(serviceReviewId: string, id?: string | undefined, mediaType?: MediaType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediasModel>>;
20096
20096
  /**
20097
20097
  *
20098
20098
  * @summary Delete ServiceReviewMedia
@@ -20101,7 +20101,7 @@ export declare const ServiceReviewsApiFp: (configuration?: Configuration | undef
20101
20101
  * @param {*} [options] Override http request option.
20102
20102
  * @throws {RequiredError}
20103
20103
  */
20104
- apiV2ServicereviewsServiceReviewIdMediasMediaIdDelete(serviceReviewId: string, mediaId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
20104
+ apiV2ServicereviewsServiceReviewIdMediasMediaIdDelete(serviceReviewId: string, mediaId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
20105
20105
  /**
20106
20106
  *
20107
20107
  * @summary Get ServiceReviewMedia.
@@ -20110,7 +20110,7 @@ export declare const ServiceReviewsApiFp: (configuration?: Configuration | undef
20110
20110
  * @param {*} [options] Override http request option.
20111
20111
  * @throws {RequiredError}
20112
20112
  */
20113
- apiV2ServicereviewsServiceReviewIdMediasMediaIdGet(serviceReviewId: string, mediaId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediaModel>>;
20113
+ apiV2ServicereviewsServiceReviewIdMediasMediaIdGet(serviceReviewId: string, mediaId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediaModel>>;
20114
20114
  /**
20115
20115
  *
20116
20116
  * @summary Update ServiceReviewMedia.
@@ -20120,7 +20120,7 @@ export declare const ServiceReviewsApiFp: (configuration?: Configuration | undef
20120
20120
  * @param {*} [options] Override http request option.
20121
20121
  * @throws {RequiredError}
20122
20122
  */
20123
- apiV2ServicereviewsServiceReviewIdMediasMediaIdPut(serviceReviewId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediaModel>>;
20123
+ apiV2ServicereviewsServiceReviewIdMediasMediaIdPut(serviceReviewId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediaModel>>;
20124
20124
  /**
20125
20125
  *
20126
20126
  * @summary Create ServiceReviewMedia.
@@ -20129,7 +20129,7 @@ export declare const ServiceReviewsApiFp: (configuration?: Configuration | undef
20129
20129
  * @param {*} [options] Override http request option.
20130
20130
  * @throws {RequiredError}
20131
20131
  */
20132
- apiV2ServicereviewsServiceReviewIdMediasPost(serviceReviewId: string, createMediaCommand?: CreateMediaCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediaModel>>;
20132
+ apiV2ServicereviewsServiceReviewIdMediasPost(serviceReviewId: string, createMediaCommand?: CreateMediaCommand | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediaModel>>;
20133
20133
  /**
20134
20134
  *
20135
20135
  * @summary Update ServiceReview.
@@ -20138,7 +20138,7 @@ export declare const ServiceReviewsApiFp: (configuration?: Configuration | undef
20138
20138
  * @param {*} [options] Override http request option.
20139
20139
  * @throws {RequiredError}
20140
20140
  */
20141
- apiV2ServicereviewsServiceReviewIdPut(serviceReviewId: string, updateServiceReviewCommand?: UpdateServiceReviewCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ServiceReviewModel>>;
20141
+ apiV2ServicereviewsServiceReviewIdPut(serviceReviewId: string, updateServiceReviewCommand?: UpdateServiceReviewCommand | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ServiceReviewModel>>;
20142
20142
  };
20143
20143
  /**
20144
20144
  * ServiceReviewsApi - factory interface
@@ -20273,7 +20273,7 @@ export declare class ServiceReviewsApi extends BaseAPI {
20273
20273
  * @throws {RequiredError}
20274
20274
  * @memberof ServiceReviewsApi
20275
20275
  */
20276
- apiV2ServicereviewsGet(hospitalId?: string, serviceId?: string, serviceName?: string, patientId?: string, patientName?: string, gender?: Gender, recommended?: boolean, rate?: number, reviewType?: ReviewType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceReviewsModel>>;
20276
+ apiV2ServicereviewsGet(hospitalId?: string, serviceId?: string, serviceName?: string, patientId?: string, patientName?: string, gender?: Gender, recommended?: boolean, rate?: number, reviewType?: ReviewType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceReviewsModel, any>>;
20277
20277
  /**
20278
20278
  *
20279
20279
  * @summary Create a ServiceReview.
@@ -20282,7 +20282,7 @@ export declare class ServiceReviewsApi extends BaseAPI {
20282
20282
  * @throws {RequiredError}
20283
20283
  * @memberof ServiceReviewsApi
20284
20284
  */
20285
- apiV2ServicereviewsPost(createServiceReviewCommand?: CreateServiceReviewCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceReviewModel>>;
20285
+ apiV2ServicereviewsPost(createServiceReviewCommand?: CreateServiceReviewCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceReviewModel, any>>;
20286
20286
  /**
20287
20287
  *
20288
20288
  * @summary Delete ServiceReview.
@@ -20291,7 +20291,7 @@ export declare class ServiceReviewsApi extends BaseAPI {
20291
20291
  * @throws {RequiredError}
20292
20292
  * @memberof ServiceReviewsApi
20293
20293
  */
20294
- apiV2ServicereviewsServiceReviewIdDelete(serviceReviewId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
20294
+ apiV2ServicereviewsServiceReviewIdDelete(serviceReviewId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
20295
20295
  /**
20296
20296
  *
20297
20297
  * @param {string} serviceReviewId
@@ -20299,7 +20299,7 @@ export declare class ServiceReviewsApi extends BaseAPI {
20299
20299
  * @throws {RequiredError}
20300
20300
  * @memberof ServiceReviewsApi
20301
20301
  */
20302
- apiV2ServicereviewsServiceReviewIdGet(serviceReviewId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceReviewModel>>;
20302
+ apiV2ServicereviewsServiceReviewIdGet(serviceReviewId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceReviewModel, any>>;
20303
20303
  /**
20304
20304
  *
20305
20305
  * @summary Get all ServiceReviewMedias.
@@ -20313,7 +20313,7 @@ export declare class ServiceReviewsApi extends BaseAPI {
20313
20313
  * @throws {RequiredError}
20314
20314
  * @memberof ServiceReviewsApi
20315
20315
  */
20316
- apiV2ServicereviewsServiceReviewIdMediasGet(serviceReviewId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediasModel>>;
20316
+ apiV2ServicereviewsServiceReviewIdMediasGet(serviceReviewId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediasModel, any>>;
20317
20317
  /**
20318
20318
  *
20319
20319
  * @summary Delete ServiceReviewMedia
@@ -20323,7 +20323,7 @@ export declare class ServiceReviewsApi extends BaseAPI {
20323
20323
  * @throws {RequiredError}
20324
20324
  * @memberof ServiceReviewsApi
20325
20325
  */
20326
- apiV2ServicereviewsServiceReviewIdMediasMediaIdDelete(serviceReviewId: string, mediaId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
20326
+ apiV2ServicereviewsServiceReviewIdMediasMediaIdDelete(serviceReviewId: string, mediaId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
20327
20327
  /**
20328
20328
  *
20329
20329
  * @summary Get ServiceReviewMedia.
@@ -20333,7 +20333,7 @@ export declare class ServiceReviewsApi extends BaseAPI {
20333
20333
  * @throws {RequiredError}
20334
20334
  * @memberof ServiceReviewsApi
20335
20335
  */
20336
- apiV2ServicereviewsServiceReviewIdMediasMediaIdGet(serviceReviewId: string, mediaId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel>>;
20336
+ apiV2ServicereviewsServiceReviewIdMediasMediaIdGet(serviceReviewId: string, mediaId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
20337
20337
  /**
20338
20338
  *
20339
20339
  * @summary Update ServiceReviewMedia.
@@ -20344,7 +20344,7 @@ export declare class ServiceReviewsApi extends BaseAPI {
20344
20344
  * @throws {RequiredError}
20345
20345
  * @memberof ServiceReviewsApi
20346
20346
  */
20347
- apiV2ServicereviewsServiceReviewIdMediasMediaIdPut(serviceReviewId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel>>;
20347
+ apiV2ServicereviewsServiceReviewIdMediasMediaIdPut(serviceReviewId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
20348
20348
  /**
20349
20349
  *
20350
20350
  * @summary Create ServiceReviewMedia.
@@ -20354,7 +20354,7 @@ export declare class ServiceReviewsApi extends BaseAPI {
20354
20354
  * @throws {RequiredError}
20355
20355
  * @memberof ServiceReviewsApi
20356
20356
  */
20357
- apiV2ServicereviewsServiceReviewIdMediasPost(serviceReviewId: string, createMediaCommand?: CreateMediaCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel>>;
20357
+ apiV2ServicereviewsServiceReviewIdMediasPost(serviceReviewId: string, createMediaCommand?: CreateMediaCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
20358
20358
  /**
20359
20359
  *
20360
20360
  * @summary Update ServiceReview.
@@ -20364,7 +20364,7 @@ export declare class ServiceReviewsApi extends BaseAPI {
20364
20364
  * @throws {RequiredError}
20365
20365
  * @memberof ServiceReviewsApi
20366
20366
  */
20367
- apiV2ServicereviewsServiceReviewIdPut(serviceReviewId: string, updateServiceReviewCommand?: UpdateServiceReviewCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceReviewModel>>;
20367
+ apiV2ServicereviewsServiceReviewIdPut(serviceReviewId: string, updateServiceReviewCommand?: UpdateServiceReviewCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceReviewModel, any>>;
20368
20368
  }
20369
20369
  /**
20370
20370
  * ServicesApi - axios parameter creator
@@ -20446,7 +20446,7 @@ export declare const ServicesApiFp: (configuration?: Configuration | undefined)
20446
20446
  * @param {*} [options] Override http request option.
20447
20447
  * @throws {RequiredError}
20448
20448
  */
20449
- apiV2ServicesGet(hospitalId?: string | undefined, hospitalName?: string | undefined, hospitalSlug?: string | undefined, id?: string | undefined, name?: string | undefined, description?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, specialtyTypeName?: string | undefined, serviceCategoryId?: string | undefined, marketingType?: MarketingType | undefined, procedure?: Procedure | undefined, created?: Date | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalServicesModel>>;
20449
+ apiV2ServicesGet(hospitalId?: string | undefined, hospitalName?: string | undefined, hospitalSlug?: string | undefined, id?: string | undefined, name?: string | undefined, description?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, specialtyTypeName?: string | undefined, serviceCategoryId?: string | undefined, marketingType?: MarketingType | undefined, procedure?: Procedure | undefined, created?: Date | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalServicesModel>>;
20450
20450
  /**
20451
20451
  *
20452
20452
  * @param {string} serviceId
@@ -20455,7 +20455,7 @@ export declare const ServicesApiFp: (configuration?: Configuration | undefined)
20455
20455
  * @param {*} [options] Override http request option.
20456
20456
  * @throws {RequiredError}
20457
20457
  */
20458
- apiV2ServicesServiceIdGet(serviceId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalServiceModel>>;
20458
+ apiV2ServicesServiceIdGet(serviceId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalServiceModel>>;
20459
20459
  /**
20460
20460
  *
20461
20461
  * @param {string} slug
@@ -20464,7 +20464,7 @@ export declare const ServicesApiFp: (configuration?: Configuration | undefined)
20464
20464
  * @param {*} [options] Override http request option.
20465
20465
  * @throws {RequiredError}
20466
20466
  */
20467
- apiV2ServicesSlugGet(slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalServiceModel>>;
20467
+ apiV2ServicesSlugGet(slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalServiceModel>>;
20468
20468
  };
20469
20469
  /**
20470
20470
  * ServicesApi - factory interface
@@ -20549,7 +20549,7 @@ export declare class ServicesApi extends BaseAPI {
20549
20549
  * @throws {RequiredError}
20550
20550
  * @memberof ServicesApi
20551
20551
  */
20552
- apiV2ServicesGet(hospitalId?: string, hospitalName?: string, hospitalSlug?: string, id?: string, name?: string, description?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, serviceCategoryId?: string, marketingType?: MarketingType, procedure?: Procedure, created?: Date, languageCode?: string, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalServicesModel>>;
20552
+ apiV2ServicesGet(hospitalId?: string, hospitalName?: string, hospitalSlug?: string, id?: string, name?: string, description?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, serviceCategoryId?: string, marketingType?: MarketingType, procedure?: Procedure, created?: Date, languageCode?: string, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalServicesModel, any>>;
20553
20553
  /**
20554
20554
  *
20555
20555
  * @param {string} serviceId
@@ -20559,7 +20559,7 @@ export declare class ServicesApi extends BaseAPI {
20559
20559
  * @throws {RequiredError}
20560
20560
  * @memberof ServicesApi
20561
20561
  */
20562
- apiV2ServicesServiceIdGet(serviceId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalServiceModel>>;
20562
+ apiV2ServicesServiceIdGet(serviceId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalServiceModel, any>>;
20563
20563
  /**
20564
20564
  *
20565
20565
  * @param {string} slug
@@ -20569,7 +20569,7 @@ export declare class ServicesApi extends BaseAPI {
20569
20569
  * @throws {RequiredError}
20570
20570
  * @memberof ServicesApi
20571
20571
  */
20572
- apiV2ServicesSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalServiceModel>>;
20572
+ apiV2ServicesSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalServiceModel, any>>;
20573
20573
  }
20574
20574
  /**
20575
20575
  * ServicesCategoriesApi - axios parameter creator
@@ -20613,7 +20613,7 @@ export declare const ServicesCategoriesApiFp: (configuration?: Configuration | u
20613
20613
  * @param {*} [options] Override http request option.
20614
20614
  * @throws {RequiredError}
20615
20615
  */
20616
- apiV2ServicescategoriesGet(id?: string | undefined, name?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ServiceCategoriesModel>>;
20616
+ apiV2ServicescategoriesGet(id?: string | undefined, name?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ServiceCategoriesModel>>;
20617
20617
  /**
20618
20618
  *
20619
20619
  * @summary Get ServiceCategory.
@@ -20621,7 +20621,7 @@ export declare const ServicesCategoriesApiFp: (configuration?: Configuration | u
20621
20621
  * @param {*} [options] Override http request option.
20622
20622
  * @throws {RequiredError}
20623
20623
  */
20624
- apiV2ServicescategoriesServiceCategoryIdGet(serviceCategoryId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ServiceCategoryModel>>;
20624
+ apiV2ServicescategoriesServiceCategoryIdGet(serviceCategoryId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ServiceCategoryModel>>;
20625
20625
  };
20626
20626
  /**
20627
20627
  * ServicesCategoriesApi - factory interface
@@ -20668,7 +20668,7 @@ export declare class ServicesCategoriesApi extends BaseAPI {
20668
20668
  * @throws {RequiredError}
20669
20669
  * @memberof ServicesCategoriesApi
20670
20670
  */
20671
- apiV2ServicescategoriesGet(id?: string, name?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceCategoriesModel>>;
20671
+ apiV2ServicescategoriesGet(id?: string, name?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceCategoriesModel, any>>;
20672
20672
  /**
20673
20673
  *
20674
20674
  * @summary Get ServiceCategory.
@@ -20677,7 +20677,7 @@ export declare class ServicesCategoriesApi extends BaseAPI {
20677
20677
  * @throws {RequiredError}
20678
20678
  * @memberof ServicesCategoriesApi
20679
20679
  */
20680
- apiV2ServicescategoriesServiceCategoryIdGet(serviceCategoryId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceCategoryModel>>;
20680
+ apiV2ServicescategoriesServiceCategoryIdGet(serviceCategoryId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceCategoryModel, any>>;
20681
20681
  }
20682
20682
  /**
20683
20683
  * SpecialtiesApi - axios parameter creator
@@ -20767,7 +20767,7 @@ export declare const SpecialtiesApiFp: (configuration?: Configuration | undefine
20767
20767
  * @param {*} [options] Override http request option.
20768
20768
  * @throws {RequiredError}
20769
20769
  */
20770
- apiV2SpecialtiesGet(id?: string | undefined, name?: string | undefined, description?: string | undefined, specialtyTypeId?: string | undefined, hospitalId?: string | undefined, created?: Date | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SpecialtiesModel>>;
20770
+ apiV2SpecialtiesGet(id?: string | undefined, name?: string | undefined, description?: string | undefined, specialtyTypeId?: string | undefined, hospitalId?: string | undefined, created?: Date | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SpecialtiesModel>>;
20771
20771
  /**
20772
20772
  *
20773
20773
  * @param {string} slug
@@ -20776,7 +20776,7 @@ export declare const SpecialtiesApiFp: (configuration?: Configuration | undefine
20776
20776
  * @param {*} [options] Override http request option.
20777
20777
  * @throws {RequiredError}
20778
20778
  */
20779
- apiV2SpecialtiesSlugGet(slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SpecialtyModel>>;
20779
+ apiV2SpecialtiesSlugGet(slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SpecialtyModel>>;
20780
20780
  /**
20781
20781
  *
20782
20782
  * @param {string} specialtyId
@@ -20785,7 +20785,7 @@ export declare const SpecialtiesApiFp: (configuration?: Configuration | undefine
20785
20785
  * @param {*} [options] Override http request option.
20786
20786
  * @throws {RequiredError}
20787
20787
  */
20788
- apiV2SpecialtiesSpecialtyIdGet(specialtyId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SpecialtyModel>>;
20788
+ apiV2SpecialtiesSpecialtyIdGet(specialtyId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SpecialtyModel>>;
20789
20789
  /**
20790
20790
  *
20791
20791
  * @summary Get all SpecialtyMedias.
@@ -20798,7 +20798,7 @@ export declare const SpecialtiesApiFp: (configuration?: Configuration | undefine
20798
20798
  * @param {*} [options] Override http request option.
20799
20799
  * @throws {RequiredError}
20800
20800
  */
20801
- apiV2SpecialtiesSpecialtyIdMediasGet(specialtyId: string, id?: string | undefined, mediaType?: MediaType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediasModel>>;
20801
+ apiV2SpecialtiesSpecialtyIdMediasGet(specialtyId: string, id?: string | undefined, mediaType?: MediaType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediasModel>>;
20802
20802
  /**
20803
20803
  *
20804
20804
  * @summary Get SpecialtyMedia.
@@ -20807,7 +20807,7 @@ export declare const SpecialtiesApiFp: (configuration?: Configuration | undefine
20807
20807
  * @param {*} [options] Override http request option.
20808
20808
  * @throws {RequiredError}
20809
20809
  */
20810
- apiV2SpecialtiesSpecialtyIdMediasMediaIdGet(specialtyId: string, mediaId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediaModel>>;
20810
+ apiV2SpecialtiesSpecialtyIdMediasMediaIdGet(specialtyId: string, mediaId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediaModel>>;
20811
20811
  };
20812
20812
  /**
20813
20813
  * SpecialtiesApi - factory interface
@@ -20900,7 +20900,7 @@ export declare class SpecialtiesApi extends BaseAPI {
20900
20900
  * @throws {RequiredError}
20901
20901
  * @memberof SpecialtiesApi
20902
20902
  */
20903
- apiV2SpecialtiesGet(id?: string, name?: string, description?: string, specialtyTypeId?: string, hospitalId?: string, created?: Date, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtiesModel>>;
20903
+ apiV2SpecialtiesGet(id?: string, name?: string, description?: string, specialtyTypeId?: string, hospitalId?: string, created?: Date, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtiesModel, any>>;
20904
20904
  /**
20905
20905
  *
20906
20906
  * @param {string} slug
@@ -20910,7 +20910,7 @@ export declare class SpecialtiesApi extends BaseAPI {
20910
20910
  * @throws {RequiredError}
20911
20911
  * @memberof SpecialtiesApi
20912
20912
  */
20913
- apiV2SpecialtiesSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtyModel>>;
20913
+ apiV2SpecialtiesSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtyModel, any>>;
20914
20914
  /**
20915
20915
  *
20916
20916
  * @param {string} specialtyId
@@ -20920,7 +20920,7 @@ export declare class SpecialtiesApi extends BaseAPI {
20920
20920
  * @throws {RequiredError}
20921
20921
  * @memberof SpecialtiesApi
20922
20922
  */
20923
- apiV2SpecialtiesSpecialtyIdGet(specialtyId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtyModel>>;
20923
+ apiV2SpecialtiesSpecialtyIdGet(specialtyId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtyModel, any>>;
20924
20924
  /**
20925
20925
  *
20926
20926
  * @summary Get all SpecialtyMedias.
@@ -20934,7 +20934,7 @@ export declare class SpecialtiesApi extends BaseAPI {
20934
20934
  * @throws {RequiredError}
20935
20935
  * @memberof SpecialtiesApi
20936
20936
  */
20937
- apiV2SpecialtiesSpecialtyIdMediasGet(specialtyId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediasModel>>;
20937
+ apiV2SpecialtiesSpecialtyIdMediasGet(specialtyId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediasModel, any>>;
20938
20938
  /**
20939
20939
  *
20940
20940
  * @summary Get SpecialtyMedia.
@@ -20944,7 +20944,7 @@ export declare class SpecialtiesApi extends BaseAPI {
20944
20944
  * @throws {RequiredError}
20945
20945
  * @memberof SpecialtiesApi
20946
20946
  */
20947
- apiV2SpecialtiesSpecialtyIdMediasMediaIdGet(specialtyId: string, mediaId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel>>;
20947
+ apiV2SpecialtiesSpecialtyIdMediasMediaIdGet(specialtyId: string, mediaId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
20948
20948
  }
20949
20949
  /**
20950
20950
  * SpecialtyTypesApi - axios parameter creator
@@ -21056,7 +21056,7 @@ export declare const SpecialtyTypesApiFp: (configuration?: Configuration | undef
21056
21056
  * @param {*} [options] Override http request option.
21057
21057
  * @throws {RequiredError}
21058
21058
  */
21059
- apiV2SpecialtytypesGet(id?: string | undefined, name?: string | undefined, description?: string | undefined, marketingType?: MarketingType | undefined, hospitalId?: string | undefined, created?: Date | undefined, languageCode?: string | undefined, ids?: string[] | undefined, specialtyTypeCategoryId?: string | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SpecialtyTypesModel>>;
21059
+ apiV2SpecialtytypesGet(id?: string | undefined, name?: string | undefined, description?: string | undefined, marketingType?: MarketingType | undefined, hospitalId?: string | undefined, created?: Date | undefined, languageCode?: string | undefined, ids?: string[] | undefined, specialtyTypeCategoryId?: string | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SpecialtyTypesModel>>;
21060
21060
  /**
21061
21061
  *
21062
21062
  * @summary Get all Hospitals.
@@ -21076,7 +21076,7 @@ export declare const SpecialtyTypesApiFp: (configuration?: Configuration | undef
21076
21076
  * @param {*} [options] Override http request option.
21077
21077
  * @throws {RequiredError}
21078
21078
  */
21079
- apiV2SpecialtytypesSimpleGet(id?: string | undefined, name?: string | undefined, description?: string | undefined, marketingType?: MarketingType | undefined, hospitalId?: string | undefined, created?: Date | undefined, languageCode?: string | undefined, ids?: string[] | undefined, specialtyTypeCategoryId?: string | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SpecialtyTypesSimpleModel>>;
21079
+ apiV2SpecialtytypesSimpleGet(id?: string | undefined, name?: string | undefined, description?: string | undefined, marketingType?: MarketingType | undefined, hospitalId?: string | undefined, created?: Date | undefined, languageCode?: string | undefined, ids?: string[] | undefined, specialtyTypeCategoryId?: string | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SpecialtyTypesSimpleModel>>;
21080
21080
  /**
21081
21081
  *
21082
21082
  * @param {string} slug
@@ -21085,7 +21085,7 @@ export declare const SpecialtyTypesApiFp: (configuration?: Configuration | undef
21085
21085
  * @param {*} [options] Override http request option.
21086
21086
  * @throws {RequiredError}
21087
21087
  */
21088
- apiV2SpecialtytypesSlugGet(slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SpecialtyTypeModel>>;
21088
+ apiV2SpecialtytypesSlugGet(slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SpecialtyTypeModel>>;
21089
21089
  /**
21090
21090
  *
21091
21091
  * @param {string} specialtyTypeId
@@ -21094,7 +21094,7 @@ export declare const SpecialtyTypesApiFp: (configuration?: Configuration | undef
21094
21094
  * @param {*} [options] Override http request option.
21095
21095
  * @throws {RequiredError}
21096
21096
  */
21097
- apiV2SpecialtytypesSpecialtyTypeIdGet(specialtyTypeId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SpecialtyTypeModel>>;
21097
+ apiV2SpecialtytypesSpecialtyTypeIdGet(specialtyTypeId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SpecialtyTypeModel>>;
21098
21098
  /**
21099
21099
  *
21100
21100
  * @summary Get all SpecialtyTypeMedias.
@@ -21107,7 +21107,7 @@ export declare const SpecialtyTypesApiFp: (configuration?: Configuration | undef
21107
21107
  * @param {*} [options] Override http request option.
21108
21108
  * @throws {RequiredError}
21109
21109
  */
21110
- apiV2SpecialtytypesSpecialtyTypeIdMediasGet(specialtyTypeId: string, id?: string | undefined, mediaType?: MediaType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediasModel>>;
21110
+ apiV2SpecialtytypesSpecialtyTypeIdMediasGet(specialtyTypeId: string, id?: string | undefined, mediaType?: MediaType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediasModel>>;
21111
21111
  /**
21112
21112
  *
21113
21113
  * @summary Get SpecialtyTypeMedia.
@@ -21116,7 +21116,7 @@ export declare const SpecialtyTypesApiFp: (configuration?: Configuration | undef
21116
21116
  * @param {*} [options] Override http request option.
21117
21117
  * @throws {RequiredError}
21118
21118
  */
21119
- apiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGet(specialtyTypeId: string, mediaId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediaModel>>;
21119
+ apiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGet(specialtyTypeId: string, mediaId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediaModel>>;
21120
21120
  };
21121
21121
  /**
21122
21122
  * SpecialtyTypesApi - factory interface
@@ -21231,7 +21231,7 @@ export declare class SpecialtyTypesApi extends BaseAPI {
21231
21231
  * @throws {RequiredError}
21232
21232
  * @memberof SpecialtyTypesApi
21233
21233
  */
21234
- apiV2SpecialtytypesGet(id?: string, name?: string, description?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, languageCode?: string, ids?: Array<string>, specialtyTypeCategoryId?: string, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtyTypesModel>>;
21234
+ apiV2SpecialtytypesGet(id?: string, name?: string, description?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, languageCode?: string, ids?: Array<string>, specialtyTypeCategoryId?: string, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtyTypesModel, any>>;
21235
21235
  /**
21236
21236
  *
21237
21237
  * @summary Get all Hospitals.
@@ -21252,7 +21252,7 @@ export declare class SpecialtyTypesApi extends BaseAPI {
21252
21252
  * @throws {RequiredError}
21253
21253
  * @memberof SpecialtyTypesApi
21254
21254
  */
21255
- apiV2SpecialtytypesSimpleGet(id?: string, name?: string, description?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, languageCode?: string, ids?: Array<string>, specialtyTypeCategoryId?: string, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtyTypesSimpleModel>>;
21255
+ apiV2SpecialtytypesSimpleGet(id?: string, name?: string, description?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, languageCode?: string, ids?: Array<string>, specialtyTypeCategoryId?: string, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtyTypesSimpleModel, any>>;
21256
21256
  /**
21257
21257
  *
21258
21258
  * @param {string} slug
@@ -21262,7 +21262,7 @@ export declare class SpecialtyTypesApi extends BaseAPI {
21262
21262
  * @throws {RequiredError}
21263
21263
  * @memberof SpecialtyTypesApi
21264
21264
  */
21265
- apiV2SpecialtytypesSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtyTypeModel>>;
21265
+ apiV2SpecialtytypesSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtyTypeModel, any>>;
21266
21266
  /**
21267
21267
  *
21268
21268
  * @param {string} specialtyTypeId
@@ -21272,7 +21272,7 @@ export declare class SpecialtyTypesApi extends BaseAPI {
21272
21272
  * @throws {RequiredError}
21273
21273
  * @memberof SpecialtyTypesApi
21274
21274
  */
21275
- apiV2SpecialtytypesSpecialtyTypeIdGet(specialtyTypeId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtyTypeModel>>;
21275
+ apiV2SpecialtytypesSpecialtyTypeIdGet(specialtyTypeId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtyTypeModel, any>>;
21276
21276
  /**
21277
21277
  *
21278
21278
  * @summary Get all SpecialtyTypeMedias.
@@ -21286,7 +21286,7 @@ export declare class SpecialtyTypesApi extends BaseAPI {
21286
21286
  * @throws {RequiredError}
21287
21287
  * @memberof SpecialtyTypesApi
21288
21288
  */
21289
- apiV2SpecialtytypesSpecialtyTypeIdMediasGet(specialtyTypeId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediasModel>>;
21289
+ apiV2SpecialtytypesSpecialtyTypeIdMediasGet(specialtyTypeId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediasModel, any>>;
21290
21290
  /**
21291
21291
  *
21292
21292
  * @summary Get SpecialtyTypeMedia.
@@ -21296,7 +21296,7 @@ export declare class SpecialtyTypesApi extends BaseAPI {
21296
21296
  * @throws {RequiredError}
21297
21297
  * @memberof SpecialtyTypesApi
21298
21298
  */
21299
- apiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGet(specialtyTypeId: string, mediaId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel>>;
21299
+ apiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGet(specialtyTypeId: string, mediaId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
21300
21300
  }
21301
21301
  /**
21302
21302
  * TagsApi - axios parameter creator
@@ -21339,7 +21339,7 @@ export declare const TagsApiFp: (configuration?: Configuration | undefined) => {
21339
21339
  * @param {*} [options] Override http request option.
21340
21340
  * @throws {RequiredError}
21341
21341
  */
21342
- apiV2TagsGet(tagId?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<TagsModel>>;
21342
+ apiV2TagsGet(tagId?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<TagsModel>>;
21343
21343
  /**
21344
21344
  *
21345
21345
  * @summary Get Tag.
@@ -21348,7 +21348,7 @@ export declare const TagsApiFp: (configuration?: Configuration | undefined) => {
21348
21348
  * @param {*} [options] Override http request option.
21349
21349
  * @throws {RequiredError}
21350
21350
  */
21351
- apiV2TagsTagIdGet(tagId: string, releatedTags?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<TagModel>>;
21351
+ apiV2TagsTagIdGet(tagId: string, releatedTags?: boolean | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<TagModel>>;
21352
21352
  };
21353
21353
  /**
21354
21354
  * TagsApi - factory interface
@@ -21394,7 +21394,7 @@ export declare class TagsApi extends BaseAPI {
21394
21394
  * @throws {RequiredError}
21395
21395
  * @memberof TagsApi
21396
21396
  */
21397
- apiV2TagsGet(tagId?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TagsModel>>;
21397
+ apiV2TagsGet(tagId?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TagsModel, any>>;
21398
21398
  /**
21399
21399
  *
21400
21400
  * @summary Get Tag.
@@ -21404,6 +21404,6 @@ export declare class TagsApi extends BaseAPI {
21404
21404
  * @throws {RequiredError}
21405
21405
  * @memberof TagsApi
21406
21406
  */
21407
- apiV2TagsTagIdGet(tagId: string, releatedTags?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TagModel>>;
21407
+ apiV2TagsTagIdGet(tagId: string, releatedTags?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TagModel, any>>;
21408
21408
  }
21409
21409
  //# sourceMappingURL=api.d.ts.map