ch-api-client-typescript2 2.6.1 → 2.6.6
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 +78 -92
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +84 -101
- package/package.json +1 -1
- package/src/api.ts +121 -115
package/lib/api.d.ts
CHANGED
|
@@ -2624,6 +2624,18 @@ export interface DealItemModel {
|
|
|
2624
2624
|
* @memberof DealItemModel
|
|
2625
2625
|
*/
|
|
2626
2626
|
'dealServices'?: Array<DealServiceItemModel> | null;
|
|
2627
|
+
/**
|
|
2628
|
+
*
|
|
2629
|
+
* @type {Array<LocalizedUrlModel>}
|
|
2630
|
+
* @memberof DealItemModel
|
|
2631
|
+
*/
|
|
2632
|
+
'localizedUrls'?: Array<LocalizedUrlModel> | null;
|
|
2633
|
+
/**
|
|
2634
|
+
*
|
|
2635
|
+
* @type {boolean}
|
|
2636
|
+
* @memberof DealItemModel
|
|
2637
|
+
*/
|
|
2638
|
+
'confirmed'?: boolean;
|
|
2627
2639
|
/**
|
|
2628
2640
|
*
|
|
2629
2641
|
* @type {AuditableEntity}
|
|
@@ -2715,12 +2727,30 @@ export interface DealModel {
|
|
|
2715
2727
|
* @memberof DealModel
|
|
2716
2728
|
*/
|
|
2717
2729
|
'dealServices'?: Array<DealServiceItemModel> | null;
|
|
2730
|
+
/**
|
|
2731
|
+
*
|
|
2732
|
+
* @type {Array<LocalizedUrlModel>}
|
|
2733
|
+
* @memberof DealModel
|
|
2734
|
+
*/
|
|
2735
|
+
'localizedUrls'?: Array<LocalizedUrlModel> | null;
|
|
2736
|
+
/**
|
|
2737
|
+
*
|
|
2738
|
+
* @type {boolean}
|
|
2739
|
+
* @memberof DealModel
|
|
2740
|
+
*/
|
|
2741
|
+
'confirmed'?: boolean;
|
|
2718
2742
|
/**
|
|
2719
2743
|
*
|
|
2720
2744
|
* @type {AuditableEntity}
|
|
2721
2745
|
* @memberof DealModel
|
|
2722
2746
|
*/
|
|
2723
2747
|
'auditableEntity'?: AuditableEntity;
|
|
2748
|
+
/**
|
|
2749
|
+
*
|
|
2750
|
+
* @type {string}
|
|
2751
|
+
* @memberof DealModel
|
|
2752
|
+
*/
|
|
2753
|
+
'languageCode'?: string | null;
|
|
2724
2754
|
}
|
|
2725
2755
|
/**
|
|
2726
2756
|
*
|
|
@@ -6614,12 +6644,6 @@ export interface ServiceCategoryItemModel {
|
|
|
6614
6644
|
* @memberof ServiceCategoryItemModel
|
|
6615
6645
|
*/
|
|
6616
6646
|
'serviceCount'?: number;
|
|
6617
|
-
/**
|
|
6618
|
-
*
|
|
6619
|
-
* @type {Array<HospitalServiceItemModel>}
|
|
6620
|
-
* @memberof ServiceCategoryItemModel
|
|
6621
|
-
*/
|
|
6622
|
-
'services'?: Array<HospitalServiceItemModel> | null;
|
|
6623
6647
|
}
|
|
6624
6648
|
/**
|
|
6625
6649
|
*
|
|
@@ -6663,12 +6687,6 @@ export interface ServiceCategoryModel {
|
|
|
6663
6687
|
* @memberof ServiceCategoryModel
|
|
6664
6688
|
*/
|
|
6665
6689
|
'serviceCount'?: number;
|
|
6666
|
-
/**
|
|
6667
|
-
*
|
|
6668
|
-
* @type {Array<HospitalServiceItemModel>}
|
|
6669
|
-
* @memberof ServiceCategoryModel
|
|
6670
|
-
*/
|
|
6671
|
-
'services'?: Array<HospitalServiceItemModel> | null;
|
|
6672
6690
|
}
|
|
6673
6691
|
/**
|
|
6674
6692
|
*
|
|
@@ -7842,7 +7860,6 @@ export declare const ArticlesApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
7842
7860
|
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) => Promise<RequestArgs>;
|
|
7843
7861
|
/**
|
|
7844
7862
|
*
|
|
7845
|
-
* @summary Get Article by slug.
|
|
7846
7863
|
* @param {string} slug
|
|
7847
7864
|
* @param {string} [languageCode]
|
|
7848
7865
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -7984,7 +8001,6 @@ export declare const ArticlesApiFp: (configuration?: Configuration | undefined)
|
|
|
7984
8001
|
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>>;
|
|
7985
8002
|
/**
|
|
7986
8003
|
*
|
|
7987
|
-
* @summary Get Article by slug.
|
|
7988
8004
|
* @param {string} slug
|
|
7989
8005
|
* @param {string} [languageCode]
|
|
7990
8006
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -8126,7 +8142,6 @@ export declare const ArticlesApiFactory: (configuration?: Configuration | undefi
|
|
|
8126
8142
|
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?: any): AxiosPromise<ArticlesModel>;
|
|
8127
8143
|
/**
|
|
8128
8144
|
*
|
|
8129
|
-
* @summary Get Article by slug.
|
|
8130
8145
|
* @param {string} slug
|
|
8131
8146
|
* @param {string} [languageCode]
|
|
8132
8147
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -8280,7 +8295,6 @@ export declare class ArticlesApi extends BaseAPI {
|
|
|
8280
8295
|
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>>;
|
|
8281
8296
|
/**
|
|
8282
8297
|
*
|
|
8283
|
-
* @summary Get Article by slug.
|
|
8284
8298
|
* @param {string} slug
|
|
8285
8299
|
* @param {string} [languageCode]
|
|
8286
8300
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -9441,7 +9455,6 @@ export declare class ContributorsApi extends BaseAPI {
|
|
|
9441
9455
|
export declare const CountriesApiAxiosParamCreator: (configuration?: Configuration | undefined) => {
|
|
9442
9456
|
/**
|
|
9443
9457
|
*
|
|
9444
|
-
* @summary Get country.
|
|
9445
9458
|
* @param {string} countryId
|
|
9446
9459
|
* @param {string} [languageCode]
|
|
9447
9460
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -9490,7 +9503,6 @@ export declare const CountriesApiAxiosParamCreator: (configuration?: Configurati
|
|
|
9490
9503
|
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) => Promise<RequestArgs>;
|
|
9491
9504
|
/**
|
|
9492
9505
|
*
|
|
9493
|
-
* @summary Get country by slug.
|
|
9494
9506
|
* @param {string} slug
|
|
9495
9507
|
* @param {string} [languageCode]
|
|
9496
9508
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -9506,7 +9518,6 @@ export declare const CountriesApiAxiosParamCreator: (configuration?: Configurati
|
|
|
9506
9518
|
export declare const CountriesApiFp: (configuration?: Configuration | undefined) => {
|
|
9507
9519
|
/**
|
|
9508
9520
|
*
|
|
9509
|
-
* @summary Get country.
|
|
9510
9521
|
* @param {string} countryId
|
|
9511
9522
|
* @param {string} [languageCode]
|
|
9512
9523
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -9555,7 +9566,6 @@ export declare const CountriesApiFp: (configuration?: Configuration | undefined)
|
|
|
9555
9566
|
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>>;
|
|
9556
9567
|
/**
|
|
9557
9568
|
*
|
|
9558
|
-
* @summary Get country by slug.
|
|
9559
9569
|
* @param {string} slug
|
|
9560
9570
|
* @param {string} [languageCode]
|
|
9561
9571
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -9571,7 +9581,6 @@ export declare const CountriesApiFp: (configuration?: Configuration | undefined)
|
|
|
9571
9581
|
export declare const CountriesApiFactory: (configuration?: Configuration | undefined, basePath?: string | undefined, axios?: AxiosInstance | undefined) => {
|
|
9572
9582
|
/**
|
|
9573
9583
|
*
|
|
9574
|
-
* @summary Get country.
|
|
9575
9584
|
* @param {string} countryId
|
|
9576
9585
|
* @param {string} [languageCode]
|
|
9577
9586
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -9620,7 +9629,6 @@ export declare const CountriesApiFactory: (configuration?: Configuration | undef
|
|
|
9620
9629
|
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?: any): AxiosPromise<CountriesModel>;
|
|
9621
9630
|
/**
|
|
9622
9631
|
*
|
|
9623
|
-
* @summary Get country by slug.
|
|
9624
9632
|
* @param {string} slug
|
|
9625
9633
|
* @param {string} [languageCode]
|
|
9626
9634
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -9638,7 +9646,6 @@ export declare const CountriesApiFactory: (configuration?: Configuration | undef
|
|
|
9638
9646
|
export declare class CountriesApi extends BaseAPI {
|
|
9639
9647
|
/**
|
|
9640
9648
|
*
|
|
9641
|
-
* @summary Get country.
|
|
9642
9649
|
* @param {string} countryId
|
|
9643
9650
|
* @param {string} [languageCode]
|
|
9644
9651
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -9691,7 +9698,6 @@ export declare class CountriesApi extends BaseAPI {
|
|
|
9691
9698
|
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>>;
|
|
9692
9699
|
/**
|
|
9693
9700
|
*
|
|
9694
|
-
* @summary Get country by slug.
|
|
9695
9701
|
* @param {string} slug
|
|
9696
9702
|
* @param {string} [languageCode]
|
|
9697
9703
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -9710,10 +9716,12 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration |
|
|
|
9710
9716
|
*
|
|
9711
9717
|
* @summary Get deal.
|
|
9712
9718
|
* @param {string} dealId
|
|
9719
|
+
* @param {string} [languageCode]
|
|
9720
|
+
* @param {boolean} [returnDefaultValue]
|
|
9713
9721
|
* @param {*} [options] Override http request option.
|
|
9714
9722
|
* @throws {RequiredError}
|
|
9715
9723
|
*/
|
|
9716
|
-
apiV2DealsDealIdGet: (dealId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
9724
|
+
apiV2DealsDealIdGet: (dealId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
9717
9725
|
/**
|
|
9718
9726
|
*
|
|
9719
9727
|
* @summary Get all DealPackage.
|
|
@@ -9774,21 +9782,26 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration |
|
|
|
9774
9782
|
* @param {string} [exceptHospitalId]
|
|
9775
9783
|
* @param {string} [exceptDealId]
|
|
9776
9784
|
* @param {Array<string>} [ids]
|
|
9785
|
+
* @param {string} [languageCode]
|
|
9786
|
+
* @param {boolean} [showHidden]
|
|
9787
|
+
* @param {boolean} [returnDefaultValue]
|
|
9777
9788
|
* @param {number} [page]
|
|
9778
9789
|
* @param {number} [limit]
|
|
9779
9790
|
* @param {Date} [lastRetrieved]
|
|
9780
9791
|
* @param {*} [options] Override http request option.
|
|
9781
9792
|
* @throws {RequiredError}
|
|
9782
9793
|
*/
|
|
9783
|
-
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, exceptHospitalId?: string | undefined, exceptDealId?: string | undefined, ids?: string[] | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
9794
|
+
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, 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) => Promise<RequestArgs>;
|
|
9784
9795
|
/**
|
|
9785
9796
|
*
|
|
9786
9797
|
* @summary Get deal by slug.
|
|
9787
9798
|
* @param {string} slug
|
|
9799
|
+
* @param {string} [languageCode]
|
|
9800
|
+
* @param {boolean} [returnDefaultValue]
|
|
9788
9801
|
* @param {*} [options] Override http request option.
|
|
9789
9802
|
* @throws {RequiredError}
|
|
9790
9803
|
*/
|
|
9791
|
-
apiV2DealsSlugGet: (slug: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
9804
|
+
apiV2DealsSlugGet: (slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
9792
9805
|
};
|
|
9793
9806
|
/**
|
|
9794
9807
|
* DealsApi - functional programming interface
|
|
@@ -9799,10 +9812,12 @@ export declare const DealsApiFp: (configuration?: Configuration | undefined) =>
|
|
|
9799
9812
|
*
|
|
9800
9813
|
* @summary Get deal.
|
|
9801
9814
|
* @param {string} dealId
|
|
9815
|
+
* @param {string} [languageCode]
|
|
9816
|
+
* @param {boolean} [returnDefaultValue]
|
|
9802
9817
|
* @param {*} [options] Override http request option.
|
|
9803
9818
|
* @throws {RequiredError}
|
|
9804
9819
|
*/
|
|
9805
|
-
apiV2DealsDealIdGet(dealId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DealModel>>;
|
|
9820
|
+
apiV2DealsDealIdGet(dealId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DealModel>>;
|
|
9806
9821
|
/**
|
|
9807
9822
|
*
|
|
9808
9823
|
* @summary Get all DealPackage.
|
|
@@ -9863,21 +9878,26 @@ export declare const DealsApiFp: (configuration?: Configuration | undefined) =>
|
|
|
9863
9878
|
* @param {string} [exceptHospitalId]
|
|
9864
9879
|
* @param {string} [exceptDealId]
|
|
9865
9880
|
* @param {Array<string>} [ids]
|
|
9881
|
+
* @param {string} [languageCode]
|
|
9882
|
+
* @param {boolean} [showHidden]
|
|
9883
|
+
* @param {boolean} [returnDefaultValue]
|
|
9866
9884
|
* @param {number} [page]
|
|
9867
9885
|
* @param {number} [limit]
|
|
9868
9886
|
* @param {Date} [lastRetrieved]
|
|
9869
9887
|
* @param {*} [options] Override http request option.
|
|
9870
9888
|
* @throws {RequiredError}
|
|
9871
9889
|
*/
|
|
9872
|
-
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, exceptHospitalId?: string | undefined, exceptDealId?: string | undefined, ids?: string[] | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DealsModel>>;
|
|
9890
|
+
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, 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>>;
|
|
9873
9891
|
/**
|
|
9874
9892
|
*
|
|
9875
9893
|
* @summary Get deal by slug.
|
|
9876
9894
|
* @param {string} slug
|
|
9895
|
+
* @param {string} [languageCode]
|
|
9896
|
+
* @param {boolean} [returnDefaultValue]
|
|
9877
9897
|
* @param {*} [options] Override http request option.
|
|
9878
9898
|
* @throws {RequiredError}
|
|
9879
9899
|
*/
|
|
9880
|
-
apiV2DealsSlugGet(slug: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DealModel>>;
|
|
9900
|
+
apiV2DealsSlugGet(slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DealModel>>;
|
|
9881
9901
|
};
|
|
9882
9902
|
/**
|
|
9883
9903
|
* DealsApi - factory interface
|
|
@@ -9888,10 +9908,12 @@ export declare const DealsApiFactory: (configuration?: Configuration | undefined
|
|
|
9888
9908
|
*
|
|
9889
9909
|
* @summary Get deal.
|
|
9890
9910
|
* @param {string} dealId
|
|
9911
|
+
* @param {string} [languageCode]
|
|
9912
|
+
* @param {boolean} [returnDefaultValue]
|
|
9891
9913
|
* @param {*} [options] Override http request option.
|
|
9892
9914
|
* @throws {RequiredError}
|
|
9893
9915
|
*/
|
|
9894
|
-
apiV2DealsDealIdGet(dealId: string, options?: any): AxiosPromise<DealModel>;
|
|
9916
|
+
apiV2DealsDealIdGet(dealId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: any): AxiosPromise<DealModel>;
|
|
9895
9917
|
/**
|
|
9896
9918
|
*
|
|
9897
9919
|
* @summary Get all DealPackage.
|
|
@@ -9952,21 +9974,26 @@ export declare const DealsApiFactory: (configuration?: Configuration | undefined
|
|
|
9952
9974
|
* @param {string} [exceptHospitalId]
|
|
9953
9975
|
* @param {string} [exceptDealId]
|
|
9954
9976
|
* @param {Array<string>} [ids]
|
|
9977
|
+
* @param {string} [languageCode]
|
|
9978
|
+
* @param {boolean} [showHidden]
|
|
9979
|
+
* @param {boolean} [returnDefaultValue]
|
|
9955
9980
|
* @param {number} [page]
|
|
9956
9981
|
* @param {number} [limit]
|
|
9957
9982
|
* @param {Date} [lastRetrieved]
|
|
9958
9983
|
* @param {*} [options] Override http request option.
|
|
9959
9984
|
* @throws {RequiredError}
|
|
9960
9985
|
*/
|
|
9961
|
-
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, exceptHospitalId?: string | undefined, exceptDealId?: string | undefined, ids?: string[] | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DealsModel>;
|
|
9986
|
+
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, 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?: any): AxiosPromise<DealsModel>;
|
|
9962
9987
|
/**
|
|
9963
9988
|
*
|
|
9964
9989
|
* @summary Get deal by slug.
|
|
9965
9990
|
* @param {string} slug
|
|
9991
|
+
* @param {string} [languageCode]
|
|
9992
|
+
* @param {boolean} [returnDefaultValue]
|
|
9966
9993
|
* @param {*} [options] Override http request option.
|
|
9967
9994
|
* @throws {RequiredError}
|
|
9968
9995
|
*/
|
|
9969
|
-
apiV2DealsSlugGet(slug: string, options?: any): AxiosPromise<DealModel>;
|
|
9996
|
+
apiV2DealsSlugGet(slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: any): AxiosPromise<DealModel>;
|
|
9970
9997
|
};
|
|
9971
9998
|
/**
|
|
9972
9999
|
* DealsApi - object-oriented interface
|
|
@@ -9979,11 +10006,13 @@ export declare class DealsApi extends BaseAPI {
|
|
|
9979
10006
|
*
|
|
9980
10007
|
* @summary Get deal.
|
|
9981
10008
|
* @param {string} dealId
|
|
10009
|
+
* @param {string} [languageCode]
|
|
10010
|
+
* @param {boolean} [returnDefaultValue]
|
|
9982
10011
|
* @param {*} [options] Override http request option.
|
|
9983
10012
|
* @throws {RequiredError}
|
|
9984
10013
|
* @memberof DealsApi
|
|
9985
10014
|
*/
|
|
9986
|
-
apiV2DealsDealIdGet(dealId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealModel>>;
|
|
10015
|
+
apiV2DealsDealIdGet(dealId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealModel>>;
|
|
9987
10016
|
/**
|
|
9988
10017
|
*
|
|
9989
10018
|
* @summary Get all DealPackage.
|
|
@@ -10048,6 +10077,9 @@ export declare class DealsApi extends BaseAPI {
|
|
|
10048
10077
|
* @param {string} [exceptHospitalId]
|
|
10049
10078
|
* @param {string} [exceptDealId]
|
|
10050
10079
|
* @param {Array<string>} [ids]
|
|
10080
|
+
* @param {string} [languageCode]
|
|
10081
|
+
* @param {boolean} [showHidden]
|
|
10082
|
+
* @param {boolean} [returnDefaultValue]
|
|
10051
10083
|
* @param {number} [page]
|
|
10052
10084
|
* @param {number} [limit]
|
|
10053
10085
|
* @param {Date} [lastRetrieved]
|
|
@@ -10055,16 +10087,18 @@ export declare class DealsApi extends BaseAPI {
|
|
|
10055
10087
|
* @throws {RequiredError}
|
|
10056
10088
|
* @memberof DealsApi
|
|
10057
10089
|
*/
|
|
10058
|
-
apiV2DealsGet(id?: string, name?: string, marketingType?: MarketingType, countryId?: string, hospitalId?: string, hospitalName?: string, specialtyId?: string, specialtyTypeId?: string, exceptHospitalId?: string, exceptDealId?: string, ids?: Array<string>, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealsModel>>;
|
|
10090
|
+
apiV2DealsGet(id?: string, name?: string, marketingType?: MarketingType, countryId?: string, hospitalId?: string, hospitalName?: string, specialtyId?: string, specialtyTypeId?: 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>>;
|
|
10059
10091
|
/**
|
|
10060
10092
|
*
|
|
10061
10093
|
* @summary Get deal by slug.
|
|
10062
10094
|
* @param {string} slug
|
|
10095
|
+
* @param {string} [languageCode]
|
|
10096
|
+
* @param {boolean} [returnDefaultValue]
|
|
10063
10097
|
* @param {*} [options] Override http request option.
|
|
10064
10098
|
* @throws {RequiredError}
|
|
10065
10099
|
* @memberof DealsApi
|
|
10066
10100
|
*/
|
|
10067
|
-
apiV2DealsSlugGet(slug: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealModel>>;
|
|
10101
|
+
apiV2DealsSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealModel>>;
|
|
10068
10102
|
}
|
|
10069
10103
|
/**
|
|
10070
10104
|
* DoctorsApi - axios parameter creator
|
|
@@ -10144,7 +10178,6 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
10144
10178
|
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) => Promise<RequestArgs>;
|
|
10145
10179
|
/**
|
|
10146
10180
|
*
|
|
10147
|
-
* @summary Get Doctor.
|
|
10148
10181
|
* @param {string} doctorId
|
|
10149
10182
|
* @param {string} [languageCode]
|
|
10150
10183
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -10242,7 +10275,6 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
10242
10275
|
apiV2DoctorsGet: (hospitalId?: string | undefined, languageCode?: string | undefined, returnDefaultValue?: 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) => Promise<RequestArgs>;
|
|
10243
10276
|
/**
|
|
10244
10277
|
*
|
|
10245
|
-
* @summary Get Doctor by slug.
|
|
10246
10278
|
* @param {string} slug
|
|
10247
10279
|
* @param {string} [languageCode]
|
|
10248
10280
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -10329,7 +10361,6 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
|
|
|
10329
10361
|
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>>;
|
|
10330
10362
|
/**
|
|
10331
10363
|
*
|
|
10332
|
-
* @summary Get Doctor.
|
|
10333
10364
|
* @param {string} doctorId
|
|
10334
10365
|
* @param {string} [languageCode]
|
|
10335
10366
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -10427,7 +10458,6 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
|
|
|
10427
10458
|
apiV2DoctorsGet(hospitalId?: string | undefined, languageCode?: string | undefined, returnDefaultValue?: 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>>;
|
|
10428
10459
|
/**
|
|
10429
10460
|
*
|
|
10430
|
-
* @summary Get Doctor by slug.
|
|
10431
10461
|
* @param {string} slug
|
|
10432
10462
|
* @param {string} [languageCode]
|
|
10433
10463
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -10514,7 +10544,6 @@ export declare const DoctorsApiFactory: (configuration?: Configuration | undefin
|
|
|
10514
10544
|
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?: any): AxiosPromise<DoctorEducationsModel>;
|
|
10515
10545
|
/**
|
|
10516
10546
|
*
|
|
10517
|
-
* @summary Get Doctor.
|
|
10518
10547
|
* @param {string} doctorId
|
|
10519
10548
|
* @param {string} [languageCode]
|
|
10520
10549
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -10612,7 +10641,6 @@ export declare const DoctorsApiFactory: (configuration?: Configuration | undefin
|
|
|
10612
10641
|
apiV2DoctorsGet(hospitalId?: string | undefined, languageCode?: string | undefined, returnDefaultValue?: 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?: any): AxiosPromise<DoctorsModel>;
|
|
10613
10642
|
/**
|
|
10614
10643
|
*
|
|
10615
|
-
* @summary Get Doctor by slug.
|
|
10616
10644
|
* @param {string} slug
|
|
10617
10645
|
* @param {string} [languageCode]
|
|
10618
10646
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -10707,7 +10735,6 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
10707
10735
|
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>>;
|
|
10708
10736
|
/**
|
|
10709
10737
|
*
|
|
10710
|
-
* @summary Get Doctor.
|
|
10711
10738
|
* @param {string} doctorId
|
|
10712
10739
|
* @param {string} [languageCode]
|
|
10713
10740
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -10813,7 +10840,6 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
10813
10840
|
apiV2DoctorsGet(hospitalId?: string, languageCode?: string, returnDefaultValue?: 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>>;
|
|
10814
10841
|
/**
|
|
10815
10842
|
*
|
|
10816
|
-
* @summary Get Doctor by slug.
|
|
10817
10843
|
* @param {string} slug
|
|
10818
10844
|
* @param {string} [languageCode]
|
|
10819
10845
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -11411,7 +11437,6 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
11411
11437
|
apiV2HospitalsHospitalIdEvaluationsGet: (hospitalId: string, id?: string | undefined, name?: string | undefined, stars?: number | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
11412
11438
|
/**
|
|
11413
11439
|
*
|
|
11414
|
-
* @summary Get Hospital.
|
|
11415
11440
|
* @param {string} hospitalId
|
|
11416
11441
|
* @param {string} [languageCode]
|
|
11417
11442
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -11558,7 +11583,6 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
11558
11583
|
apiV2HospitalsSimpleGet: (hospitalId?: string | undefined, name?: string | undefined, description?: 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) => Promise<RequestArgs>;
|
|
11559
11584
|
/**
|
|
11560
11585
|
*
|
|
11561
|
-
* @summary Get Hospital by slug.
|
|
11562
11586
|
* @param {string} slug
|
|
11563
11587
|
* @param {string} [languageCode]
|
|
11564
11588
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -11694,7 +11718,6 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
|
|
|
11694
11718
|
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>>;
|
|
11695
11719
|
/**
|
|
11696
11720
|
*
|
|
11697
|
-
* @summary Get Hospital.
|
|
11698
11721
|
* @param {string} hospitalId
|
|
11699
11722
|
* @param {string} [languageCode]
|
|
11700
11723
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -11841,7 +11864,6 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
|
|
|
11841
11864
|
apiV2HospitalsSimpleGet(hospitalId?: string | undefined, name?: string | undefined, description?: 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>>;
|
|
11842
11865
|
/**
|
|
11843
11866
|
*
|
|
11844
|
-
* @summary Get Hospital by slug.
|
|
11845
11867
|
* @param {string} slug
|
|
11846
11868
|
* @param {string} [languageCode]
|
|
11847
11869
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -11977,7 +11999,6 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
|
|
|
11977
11999
|
apiV2HospitalsHospitalIdEvaluationsGet(hospitalId: string, id?: string | undefined, name?: string | undefined, stars?: number | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalEvaluationsModel>;
|
|
11978
12000
|
/**
|
|
11979
12001
|
*
|
|
11980
|
-
* @summary Get Hospital.
|
|
11981
12002
|
* @param {string} hospitalId
|
|
11982
12003
|
* @param {string} [languageCode]
|
|
11983
12004
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -12124,7 +12145,6 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
|
|
|
12124
12145
|
apiV2HospitalsSimpleGet(hospitalId?: string | undefined, name?: string | undefined, description?: 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?: any): AxiosPromise<HospitalsSimpleModel>;
|
|
12125
12146
|
/**
|
|
12126
12147
|
*
|
|
12127
|
-
* @summary Get Hospital by slug.
|
|
12128
12148
|
* @param {string} slug
|
|
12129
12149
|
* @param {string} [languageCode]
|
|
12130
12150
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -12271,7 +12291,6 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12271
12291
|
apiV2HospitalsHospitalIdEvaluationsGet(hospitalId: string, id?: string, name?: string, stars?: number, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalEvaluationsModel>>;
|
|
12272
12292
|
/**
|
|
12273
12293
|
*
|
|
12274
|
-
* @summary Get Hospital.
|
|
12275
12294
|
* @param {string} hospitalId
|
|
12276
12295
|
* @param {string} [languageCode]
|
|
12277
12296
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -12428,7 +12447,6 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12428
12447
|
apiV2HospitalsSimpleGet(hospitalId?: string, name?: string, description?: 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>>;
|
|
12429
12448
|
/**
|
|
12430
12449
|
*
|
|
12431
|
-
* @summary Get Hospital by slug.
|
|
12432
12450
|
* @param {string} slug
|
|
12433
12451
|
* @param {string} [languageCode]
|
|
12434
12452
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13454,7 +13472,6 @@ export declare const ServicesApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
13454
13472
|
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) => Promise<RequestArgs>;
|
|
13455
13473
|
/**
|
|
13456
13474
|
*
|
|
13457
|
-
* @summary Get HospitalService.
|
|
13458
13475
|
* @param {string} serviceId
|
|
13459
13476
|
* @param {string} [languageCode]
|
|
13460
13477
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13464,7 +13481,6 @@ export declare const ServicesApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
13464
13481
|
apiV2ServicesServiceIdGet: (serviceId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
13465
13482
|
/**
|
|
13466
13483
|
*
|
|
13467
|
-
* @summary Get HospitalService by slug.
|
|
13468
13484
|
* @param {string} slug
|
|
13469
13485
|
* @param {string} [languageCode]
|
|
13470
13486
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13506,7 +13522,6 @@ export declare const ServicesApiFp: (configuration?: Configuration | undefined)
|
|
|
13506
13522
|
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>>;
|
|
13507
13523
|
/**
|
|
13508
13524
|
*
|
|
13509
|
-
* @summary Get HospitalService.
|
|
13510
13525
|
* @param {string} serviceId
|
|
13511
13526
|
* @param {string} [languageCode]
|
|
13512
13527
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13516,7 +13531,6 @@ export declare const ServicesApiFp: (configuration?: Configuration | undefined)
|
|
|
13516
13531
|
apiV2ServicesServiceIdGet(serviceId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalServiceModel>>;
|
|
13517
13532
|
/**
|
|
13518
13533
|
*
|
|
13519
|
-
* @summary Get HospitalService by slug.
|
|
13520
13534
|
* @param {string} slug
|
|
13521
13535
|
* @param {string} [languageCode]
|
|
13522
13536
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13558,7 +13572,6 @@ export declare const ServicesApiFactory: (configuration?: Configuration | undefi
|
|
|
13558
13572
|
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?: any): AxiosPromise<HospitalServicesModel>;
|
|
13559
13573
|
/**
|
|
13560
13574
|
*
|
|
13561
|
-
* @summary Get HospitalService.
|
|
13562
13575
|
* @param {string} serviceId
|
|
13563
13576
|
* @param {string} [languageCode]
|
|
13564
13577
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13568,7 +13581,6 @@ export declare const ServicesApiFactory: (configuration?: Configuration | undefi
|
|
|
13568
13581
|
apiV2ServicesServiceIdGet(serviceId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: any): AxiosPromise<HospitalServiceModel>;
|
|
13569
13582
|
/**
|
|
13570
13583
|
*
|
|
13571
|
-
* @summary Get HospitalService by slug.
|
|
13572
13584
|
* @param {string} slug
|
|
13573
13585
|
* @param {string} [languageCode]
|
|
13574
13586
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13613,7 +13625,6 @@ export declare class ServicesApi extends BaseAPI {
|
|
|
13613
13625
|
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>>;
|
|
13614
13626
|
/**
|
|
13615
13627
|
*
|
|
13616
|
-
* @summary Get HospitalService.
|
|
13617
13628
|
* @param {string} serviceId
|
|
13618
13629
|
* @param {string} [languageCode]
|
|
13619
13630
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13624,7 +13635,6 @@ export declare class ServicesApi extends BaseAPI {
|
|
|
13624
13635
|
apiV2ServicesServiceIdGet(serviceId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalServiceModel>>;
|
|
13625
13636
|
/**
|
|
13626
13637
|
*
|
|
13627
|
-
* @summary Get HospitalService by slug.
|
|
13628
13638
|
* @param {string} slug
|
|
13629
13639
|
* @param {string} [languageCode]
|
|
13630
13640
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13645,23 +13655,21 @@ export declare const ServicesCategoriesApiAxiosParamCreator: (configuration?: Co
|
|
|
13645
13655
|
* @param {string} [id]
|
|
13646
13656
|
* @param {string} [name]
|
|
13647
13657
|
* @param {string} [description]
|
|
13648
|
-
* @param {string} [languageCode]
|
|
13649
13658
|
* @param {number} [page]
|
|
13650
13659
|
* @param {number} [limit]
|
|
13651
13660
|
* @param {Date} [lastRetrieved]
|
|
13652
13661
|
* @param {*} [options] Override http request option.
|
|
13653
13662
|
* @throws {RequiredError}
|
|
13654
13663
|
*/
|
|
13655
|
-
apiV2ServicescategoriesGet: (id?: string | undefined, name?: string | undefined, description?: string | undefined,
|
|
13664
|
+
apiV2ServicescategoriesGet: (id?: string | undefined, name?: string | undefined, description?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
13656
13665
|
/**
|
|
13657
13666
|
*
|
|
13658
13667
|
* @summary Get ServiceCategory.
|
|
13659
13668
|
* @param {string} serviceCategoryId
|
|
13660
|
-
* @param {string} [languageCode]
|
|
13661
13669
|
* @param {*} [options] Override http request option.
|
|
13662
13670
|
* @throws {RequiredError}
|
|
13663
13671
|
*/
|
|
13664
|
-
apiV2ServicescategoriesServiceCategoryIdGet: (serviceCategoryId: string,
|
|
13672
|
+
apiV2ServicescategoriesServiceCategoryIdGet: (serviceCategoryId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
13665
13673
|
};
|
|
13666
13674
|
/**
|
|
13667
13675
|
* ServicesCategoriesApi - functional programming interface
|
|
@@ -13674,23 +13682,21 @@ export declare const ServicesCategoriesApiFp: (configuration?: Configuration | u
|
|
|
13674
13682
|
* @param {string} [id]
|
|
13675
13683
|
* @param {string} [name]
|
|
13676
13684
|
* @param {string} [description]
|
|
13677
|
-
* @param {string} [languageCode]
|
|
13678
13685
|
* @param {number} [page]
|
|
13679
13686
|
* @param {number} [limit]
|
|
13680
13687
|
* @param {Date} [lastRetrieved]
|
|
13681
13688
|
* @param {*} [options] Override http request option.
|
|
13682
13689
|
* @throws {RequiredError}
|
|
13683
13690
|
*/
|
|
13684
|
-
apiV2ServicescategoriesGet(id?: string | undefined, name?: string | undefined, description?: string | undefined,
|
|
13691
|
+
apiV2ServicescategoriesGet(id?: string | undefined, name?: 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<ServiceCategoriesModel>>;
|
|
13685
13692
|
/**
|
|
13686
13693
|
*
|
|
13687
13694
|
* @summary Get ServiceCategory.
|
|
13688
13695
|
* @param {string} serviceCategoryId
|
|
13689
|
-
* @param {string} [languageCode]
|
|
13690
13696
|
* @param {*} [options] Override http request option.
|
|
13691
13697
|
* @throws {RequiredError}
|
|
13692
13698
|
*/
|
|
13693
|
-
apiV2ServicescategoriesServiceCategoryIdGet(serviceCategoryId: string,
|
|
13699
|
+
apiV2ServicescategoriesServiceCategoryIdGet(serviceCategoryId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ServiceCategoryModel>>;
|
|
13694
13700
|
};
|
|
13695
13701
|
/**
|
|
13696
13702
|
* ServicesCategoriesApi - factory interface
|
|
@@ -13703,23 +13709,21 @@ export declare const ServicesCategoriesApiFactory: (configuration?: Configuratio
|
|
|
13703
13709
|
* @param {string} [id]
|
|
13704
13710
|
* @param {string} [name]
|
|
13705
13711
|
* @param {string} [description]
|
|
13706
|
-
* @param {string} [languageCode]
|
|
13707
13712
|
* @param {number} [page]
|
|
13708
13713
|
* @param {number} [limit]
|
|
13709
13714
|
* @param {Date} [lastRetrieved]
|
|
13710
13715
|
* @param {*} [options] Override http request option.
|
|
13711
13716
|
* @throws {RequiredError}
|
|
13712
13717
|
*/
|
|
13713
|
-
apiV2ServicescategoriesGet(id?: string | undefined, name?: string | undefined, description?: string | undefined,
|
|
13718
|
+
apiV2ServicescategoriesGet(id?: string | undefined, name?: string | undefined, description?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<ServiceCategoriesModel>;
|
|
13714
13719
|
/**
|
|
13715
13720
|
*
|
|
13716
13721
|
* @summary Get ServiceCategory.
|
|
13717
13722
|
* @param {string} serviceCategoryId
|
|
13718
|
-
* @param {string} [languageCode]
|
|
13719
13723
|
* @param {*} [options] Override http request option.
|
|
13720
13724
|
* @throws {RequiredError}
|
|
13721
13725
|
*/
|
|
13722
|
-
apiV2ServicescategoriesServiceCategoryIdGet(serviceCategoryId: string,
|
|
13726
|
+
apiV2ServicescategoriesServiceCategoryIdGet(serviceCategoryId: string, options?: any): AxiosPromise<ServiceCategoryModel>;
|
|
13723
13727
|
};
|
|
13724
13728
|
/**
|
|
13725
13729
|
* ServicesCategoriesApi - object-oriented interface
|
|
@@ -13734,7 +13738,6 @@ export declare class ServicesCategoriesApi extends BaseAPI {
|
|
|
13734
13738
|
* @param {string} [id]
|
|
13735
13739
|
* @param {string} [name]
|
|
13736
13740
|
* @param {string} [description]
|
|
13737
|
-
* @param {string} [languageCode]
|
|
13738
13741
|
* @param {number} [page]
|
|
13739
13742
|
* @param {number} [limit]
|
|
13740
13743
|
* @param {Date} [lastRetrieved]
|
|
@@ -13742,17 +13745,16 @@ export declare class ServicesCategoriesApi extends BaseAPI {
|
|
|
13742
13745
|
* @throws {RequiredError}
|
|
13743
13746
|
* @memberof ServicesCategoriesApi
|
|
13744
13747
|
*/
|
|
13745
|
-
apiV2ServicescategoriesGet(id?: string, name?: string, description?: string,
|
|
13748
|
+
apiV2ServicescategoriesGet(id?: string, name?: string, description?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceCategoriesModel>>;
|
|
13746
13749
|
/**
|
|
13747
13750
|
*
|
|
13748
13751
|
* @summary Get ServiceCategory.
|
|
13749
13752
|
* @param {string} serviceCategoryId
|
|
13750
|
-
* @param {string} [languageCode]
|
|
13751
13753
|
* @param {*} [options] Override http request option.
|
|
13752
13754
|
* @throws {RequiredError}
|
|
13753
13755
|
* @memberof ServicesCategoriesApi
|
|
13754
13756
|
*/
|
|
13755
|
-
apiV2ServicescategoriesServiceCategoryIdGet(serviceCategoryId: string,
|
|
13757
|
+
apiV2ServicescategoriesServiceCategoryIdGet(serviceCategoryId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceCategoryModel>>;
|
|
13756
13758
|
}
|
|
13757
13759
|
/**
|
|
13758
13760
|
* SpecialtiesApi - axios parameter creator
|
|
@@ -13780,7 +13782,6 @@ export declare const SpecialtiesApiAxiosParamCreator: (configuration?: Configura
|
|
|
13780
13782
|
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) => Promise<RequestArgs>;
|
|
13781
13783
|
/**
|
|
13782
13784
|
*
|
|
13783
|
-
* @summary Get Specialty by slug.
|
|
13784
13785
|
* @param {string} slug
|
|
13785
13786
|
* @param {string} [languageCode]
|
|
13786
13787
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13790,7 +13791,6 @@ export declare const SpecialtiesApiAxiosParamCreator: (configuration?: Configura
|
|
|
13790
13791
|
apiV2SpecialtiesSlugGet: (slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
13791
13792
|
/**
|
|
13792
13793
|
*
|
|
13793
|
-
* @summary Get Specialty.
|
|
13794
13794
|
* @param {string} specialtyId
|
|
13795
13795
|
* @param {string} [languageCode]
|
|
13796
13796
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13847,7 +13847,6 @@ export declare const SpecialtiesApiFp: (configuration?: Configuration | undefine
|
|
|
13847
13847
|
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>>;
|
|
13848
13848
|
/**
|
|
13849
13849
|
*
|
|
13850
|
-
* @summary Get Specialty by slug.
|
|
13851
13850
|
* @param {string} slug
|
|
13852
13851
|
* @param {string} [languageCode]
|
|
13853
13852
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13857,7 +13856,6 @@ export declare const SpecialtiesApiFp: (configuration?: Configuration | undefine
|
|
|
13857
13856
|
apiV2SpecialtiesSlugGet(slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SpecialtyModel>>;
|
|
13858
13857
|
/**
|
|
13859
13858
|
*
|
|
13860
|
-
* @summary Get Specialty.
|
|
13861
13859
|
* @param {string} specialtyId
|
|
13862
13860
|
* @param {string} [languageCode]
|
|
13863
13861
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13914,7 +13912,6 @@ export declare const SpecialtiesApiFactory: (configuration?: Configuration | und
|
|
|
13914
13912
|
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?: any): AxiosPromise<SpecialtiesModel>;
|
|
13915
13913
|
/**
|
|
13916
13914
|
*
|
|
13917
|
-
* @summary Get Specialty by slug.
|
|
13918
13915
|
* @param {string} slug
|
|
13919
13916
|
* @param {string} [languageCode]
|
|
13920
13917
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13924,7 +13921,6 @@ export declare const SpecialtiesApiFactory: (configuration?: Configuration | und
|
|
|
13924
13921
|
apiV2SpecialtiesSlugGet(slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: any): AxiosPromise<SpecialtyModel>;
|
|
13925
13922
|
/**
|
|
13926
13923
|
*
|
|
13927
|
-
* @summary Get Specialty.
|
|
13928
13924
|
* @param {string} specialtyId
|
|
13929
13925
|
* @param {string} [languageCode]
|
|
13930
13926
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13984,7 +13980,6 @@ export declare class SpecialtiesApi extends BaseAPI {
|
|
|
13984
13980
|
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>>;
|
|
13985
13981
|
/**
|
|
13986
13982
|
*
|
|
13987
|
-
* @summary Get Specialty by slug.
|
|
13988
13983
|
* @param {string} slug
|
|
13989
13984
|
* @param {string} [languageCode]
|
|
13990
13985
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13995,7 +13990,6 @@ export declare class SpecialtiesApi extends BaseAPI {
|
|
|
13995
13990
|
apiV2SpecialtiesSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtyModel>>;
|
|
13996
13991
|
/**
|
|
13997
13992
|
*
|
|
13998
|
-
* @summary Get Specialty.
|
|
13999
13993
|
* @param {string} specialtyId
|
|
14000
13994
|
* @param {string} [languageCode]
|
|
14001
13995
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -14076,7 +14070,6 @@ export declare const SpecialtyTypesApiAxiosParamCreator: (configuration?: Config
|
|
|
14076
14070
|
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) => Promise<RequestArgs>;
|
|
14077
14071
|
/**
|
|
14078
14072
|
*
|
|
14079
|
-
* @summary Get Department by slug.
|
|
14080
14073
|
* @param {string} slug
|
|
14081
14074
|
* @param {string} [languageCode]
|
|
14082
14075
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -14086,7 +14079,6 @@ export declare const SpecialtyTypesApiAxiosParamCreator: (configuration?: Config
|
|
|
14086
14079
|
apiV2SpecialtytypesSlugGet: (slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
14087
14080
|
/**
|
|
14088
14081
|
*
|
|
14089
|
-
* @summary Get Department.
|
|
14090
14082
|
* @param {string} specialtyTypeId
|
|
14091
14083
|
* @param {string} [languageCode]
|
|
14092
14084
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -14164,7 +14156,6 @@ export declare const SpecialtyTypesApiFp: (configuration?: Configuration | undef
|
|
|
14164
14156
|
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>>;
|
|
14165
14157
|
/**
|
|
14166
14158
|
*
|
|
14167
|
-
* @summary Get Department by slug.
|
|
14168
14159
|
* @param {string} slug
|
|
14169
14160
|
* @param {string} [languageCode]
|
|
14170
14161
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -14174,7 +14165,6 @@ export declare const SpecialtyTypesApiFp: (configuration?: Configuration | undef
|
|
|
14174
14165
|
apiV2SpecialtytypesSlugGet(slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SpecialtyTypeModel>>;
|
|
14175
14166
|
/**
|
|
14176
14167
|
*
|
|
14177
|
-
* @summary Get Department.
|
|
14178
14168
|
* @param {string} specialtyTypeId
|
|
14179
14169
|
* @param {string} [languageCode]
|
|
14180
14170
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -14252,7 +14242,6 @@ export declare const SpecialtyTypesApiFactory: (configuration?: Configuration |
|
|
|
14252
14242
|
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?: any): AxiosPromise<SpecialtyTypesSimpleModel>;
|
|
14253
14243
|
/**
|
|
14254
14244
|
*
|
|
14255
|
-
* @summary Get Department by slug.
|
|
14256
14245
|
* @param {string} slug
|
|
14257
14246
|
* @param {string} [languageCode]
|
|
14258
14247
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -14262,7 +14251,6 @@ export declare const SpecialtyTypesApiFactory: (configuration?: Configuration |
|
|
|
14262
14251
|
apiV2SpecialtytypesSlugGet(slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: any): AxiosPromise<SpecialtyTypeModel>;
|
|
14263
14252
|
/**
|
|
14264
14253
|
*
|
|
14265
|
-
* @summary Get Department.
|
|
14266
14254
|
* @param {string} specialtyTypeId
|
|
14267
14255
|
* @param {string} [languageCode]
|
|
14268
14256
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -14344,7 +14332,6 @@ export declare class SpecialtyTypesApi extends BaseAPI {
|
|
|
14344
14332
|
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>>;
|
|
14345
14333
|
/**
|
|
14346
14334
|
*
|
|
14347
|
-
* @summary Get Department by slug.
|
|
14348
14335
|
* @param {string} slug
|
|
14349
14336
|
* @param {string} [languageCode]
|
|
14350
14337
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -14355,7 +14342,6 @@ export declare class SpecialtyTypesApi extends BaseAPI {
|
|
|
14355
14342
|
apiV2SpecialtytypesSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtyTypeModel>>;
|
|
14356
14343
|
/**
|
|
14357
14344
|
*
|
|
14358
|
-
* @summary Get Department.
|
|
14359
14345
|
* @param {string} specialtyTypeId
|
|
14360
14346
|
* @param {string} [languageCode]
|
|
14361
14347
|
* @param {boolean} [returnDefaultValue]
|