ch-api-client-typescript2 2.6.1 → 2.6.2
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 +0 -52
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +0 -52
- package/package.json +1 -1
- package/src/api.ts +0 -52
package/lib/api.d.ts
CHANGED
|
@@ -7842,7 +7842,6 @@ export declare const ArticlesApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
7842
7842
|
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
7843
|
/**
|
|
7844
7844
|
*
|
|
7845
|
-
* @summary Get Article by slug.
|
|
7846
7845
|
* @param {string} slug
|
|
7847
7846
|
* @param {string} [languageCode]
|
|
7848
7847
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -7984,7 +7983,6 @@ export declare const ArticlesApiFp: (configuration?: Configuration | undefined)
|
|
|
7984
7983
|
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
7984
|
/**
|
|
7986
7985
|
*
|
|
7987
|
-
* @summary Get Article by slug.
|
|
7988
7986
|
* @param {string} slug
|
|
7989
7987
|
* @param {string} [languageCode]
|
|
7990
7988
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -8126,7 +8124,6 @@ export declare const ArticlesApiFactory: (configuration?: Configuration | undefi
|
|
|
8126
8124
|
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
8125
|
/**
|
|
8128
8126
|
*
|
|
8129
|
-
* @summary Get Article by slug.
|
|
8130
8127
|
* @param {string} slug
|
|
8131
8128
|
* @param {string} [languageCode]
|
|
8132
8129
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -8280,7 +8277,6 @@ export declare class ArticlesApi extends BaseAPI {
|
|
|
8280
8277
|
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
8278
|
/**
|
|
8282
8279
|
*
|
|
8283
|
-
* @summary Get Article by slug.
|
|
8284
8280
|
* @param {string} slug
|
|
8285
8281
|
* @param {string} [languageCode]
|
|
8286
8282
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -9441,7 +9437,6 @@ export declare class ContributorsApi extends BaseAPI {
|
|
|
9441
9437
|
export declare const CountriesApiAxiosParamCreator: (configuration?: Configuration | undefined) => {
|
|
9442
9438
|
/**
|
|
9443
9439
|
*
|
|
9444
|
-
* @summary Get country.
|
|
9445
9440
|
* @param {string} countryId
|
|
9446
9441
|
* @param {string} [languageCode]
|
|
9447
9442
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -9490,7 +9485,6 @@ export declare const CountriesApiAxiosParamCreator: (configuration?: Configurati
|
|
|
9490
9485
|
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
9486
|
/**
|
|
9492
9487
|
*
|
|
9493
|
-
* @summary Get country by slug.
|
|
9494
9488
|
* @param {string} slug
|
|
9495
9489
|
* @param {string} [languageCode]
|
|
9496
9490
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -9506,7 +9500,6 @@ export declare const CountriesApiAxiosParamCreator: (configuration?: Configurati
|
|
|
9506
9500
|
export declare const CountriesApiFp: (configuration?: Configuration | undefined) => {
|
|
9507
9501
|
/**
|
|
9508
9502
|
*
|
|
9509
|
-
* @summary Get country.
|
|
9510
9503
|
* @param {string} countryId
|
|
9511
9504
|
* @param {string} [languageCode]
|
|
9512
9505
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -9555,7 +9548,6 @@ export declare const CountriesApiFp: (configuration?: Configuration | undefined)
|
|
|
9555
9548
|
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
9549
|
/**
|
|
9557
9550
|
*
|
|
9558
|
-
* @summary Get country by slug.
|
|
9559
9551
|
* @param {string} slug
|
|
9560
9552
|
* @param {string} [languageCode]
|
|
9561
9553
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -9571,7 +9563,6 @@ export declare const CountriesApiFp: (configuration?: Configuration | undefined)
|
|
|
9571
9563
|
export declare const CountriesApiFactory: (configuration?: Configuration | undefined, basePath?: string | undefined, axios?: AxiosInstance | undefined) => {
|
|
9572
9564
|
/**
|
|
9573
9565
|
*
|
|
9574
|
-
* @summary Get country.
|
|
9575
9566
|
* @param {string} countryId
|
|
9576
9567
|
* @param {string} [languageCode]
|
|
9577
9568
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -9620,7 +9611,6 @@ export declare const CountriesApiFactory: (configuration?: Configuration | undef
|
|
|
9620
9611
|
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
9612
|
/**
|
|
9622
9613
|
*
|
|
9623
|
-
* @summary Get country by slug.
|
|
9624
9614
|
* @param {string} slug
|
|
9625
9615
|
* @param {string} [languageCode]
|
|
9626
9616
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -9638,7 +9628,6 @@ export declare const CountriesApiFactory: (configuration?: Configuration | undef
|
|
|
9638
9628
|
export declare class CountriesApi extends BaseAPI {
|
|
9639
9629
|
/**
|
|
9640
9630
|
*
|
|
9641
|
-
* @summary Get country.
|
|
9642
9631
|
* @param {string} countryId
|
|
9643
9632
|
* @param {string} [languageCode]
|
|
9644
9633
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -9691,7 +9680,6 @@ export declare class CountriesApi extends BaseAPI {
|
|
|
9691
9680
|
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
9681
|
/**
|
|
9693
9682
|
*
|
|
9694
|
-
* @summary Get country by slug.
|
|
9695
9683
|
* @param {string} slug
|
|
9696
9684
|
* @param {string} [languageCode]
|
|
9697
9685
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -10144,7 +10132,6 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
10144
10132
|
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
10133
|
/**
|
|
10146
10134
|
*
|
|
10147
|
-
* @summary Get Doctor.
|
|
10148
10135
|
* @param {string} doctorId
|
|
10149
10136
|
* @param {string} [languageCode]
|
|
10150
10137
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -10242,7 +10229,6 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
10242
10229
|
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
10230
|
/**
|
|
10244
10231
|
*
|
|
10245
|
-
* @summary Get Doctor by slug.
|
|
10246
10232
|
* @param {string} slug
|
|
10247
10233
|
* @param {string} [languageCode]
|
|
10248
10234
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -10329,7 +10315,6 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
|
|
|
10329
10315
|
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
10316
|
/**
|
|
10331
10317
|
*
|
|
10332
|
-
* @summary Get Doctor.
|
|
10333
10318
|
* @param {string} doctorId
|
|
10334
10319
|
* @param {string} [languageCode]
|
|
10335
10320
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -10427,7 +10412,6 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
|
|
|
10427
10412
|
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
10413
|
/**
|
|
10429
10414
|
*
|
|
10430
|
-
* @summary Get Doctor by slug.
|
|
10431
10415
|
* @param {string} slug
|
|
10432
10416
|
* @param {string} [languageCode]
|
|
10433
10417
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -10514,7 +10498,6 @@ export declare const DoctorsApiFactory: (configuration?: Configuration | undefin
|
|
|
10514
10498
|
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
10499
|
/**
|
|
10516
10500
|
*
|
|
10517
|
-
* @summary Get Doctor.
|
|
10518
10501
|
* @param {string} doctorId
|
|
10519
10502
|
* @param {string} [languageCode]
|
|
10520
10503
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -10612,7 +10595,6 @@ export declare const DoctorsApiFactory: (configuration?: Configuration | undefin
|
|
|
10612
10595
|
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
10596
|
/**
|
|
10614
10597
|
*
|
|
10615
|
-
* @summary Get Doctor by slug.
|
|
10616
10598
|
* @param {string} slug
|
|
10617
10599
|
* @param {string} [languageCode]
|
|
10618
10600
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -10707,7 +10689,6 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
10707
10689
|
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
10690
|
/**
|
|
10709
10691
|
*
|
|
10710
|
-
* @summary Get Doctor.
|
|
10711
10692
|
* @param {string} doctorId
|
|
10712
10693
|
* @param {string} [languageCode]
|
|
10713
10694
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -10813,7 +10794,6 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
10813
10794
|
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
10795
|
/**
|
|
10815
10796
|
*
|
|
10816
|
-
* @summary Get Doctor by slug.
|
|
10817
10797
|
* @param {string} slug
|
|
10818
10798
|
* @param {string} [languageCode]
|
|
10819
10799
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -11411,7 +11391,6 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
11411
11391
|
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
11392
|
/**
|
|
11413
11393
|
*
|
|
11414
|
-
* @summary Get Hospital.
|
|
11415
11394
|
* @param {string} hospitalId
|
|
11416
11395
|
* @param {string} [languageCode]
|
|
11417
11396
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -11558,7 +11537,6 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
11558
11537
|
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
11538
|
/**
|
|
11560
11539
|
*
|
|
11561
|
-
* @summary Get Hospital by slug.
|
|
11562
11540
|
* @param {string} slug
|
|
11563
11541
|
* @param {string} [languageCode]
|
|
11564
11542
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -11694,7 +11672,6 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
|
|
|
11694
11672
|
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
11673
|
/**
|
|
11696
11674
|
*
|
|
11697
|
-
* @summary Get Hospital.
|
|
11698
11675
|
* @param {string} hospitalId
|
|
11699
11676
|
* @param {string} [languageCode]
|
|
11700
11677
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -11841,7 +11818,6 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
|
|
|
11841
11818
|
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
11819
|
/**
|
|
11843
11820
|
*
|
|
11844
|
-
* @summary Get Hospital by slug.
|
|
11845
11821
|
* @param {string} slug
|
|
11846
11822
|
* @param {string} [languageCode]
|
|
11847
11823
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -11977,7 +11953,6 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
|
|
|
11977
11953
|
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
11954
|
/**
|
|
11979
11955
|
*
|
|
11980
|
-
* @summary Get Hospital.
|
|
11981
11956
|
* @param {string} hospitalId
|
|
11982
11957
|
* @param {string} [languageCode]
|
|
11983
11958
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -12124,7 +12099,6 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
|
|
|
12124
12099
|
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
12100
|
/**
|
|
12126
12101
|
*
|
|
12127
|
-
* @summary Get Hospital by slug.
|
|
12128
12102
|
* @param {string} slug
|
|
12129
12103
|
* @param {string} [languageCode]
|
|
12130
12104
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -12271,7 +12245,6 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12271
12245
|
apiV2HospitalsHospitalIdEvaluationsGet(hospitalId: string, id?: string, name?: string, stars?: number, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalEvaluationsModel>>;
|
|
12272
12246
|
/**
|
|
12273
12247
|
*
|
|
12274
|
-
* @summary Get Hospital.
|
|
12275
12248
|
* @param {string} hospitalId
|
|
12276
12249
|
* @param {string} [languageCode]
|
|
12277
12250
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -12428,7 +12401,6 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12428
12401
|
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
12402
|
/**
|
|
12430
12403
|
*
|
|
12431
|
-
* @summary Get Hospital by slug.
|
|
12432
12404
|
* @param {string} slug
|
|
12433
12405
|
* @param {string} [languageCode]
|
|
12434
12406
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13454,7 +13426,6 @@ export declare const ServicesApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
13454
13426
|
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
13427
|
/**
|
|
13456
13428
|
*
|
|
13457
|
-
* @summary Get HospitalService.
|
|
13458
13429
|
* @param {string} serviceId
|
|
13459
13430
|
* @param {string} [languageCode]
|
|
13460
13431
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13464,7 +13435,6 @@ export declare const ServicesApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
13464
13435
|
apiV2ServicesServiceIdGet: (serviceId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
13465
13436
|
/**
|
|
13466
13437
|
*
|
|
13467
|
-
* @summary Get HospitalService by slug.
|
|
13468
13438
|
* @param {string} slug
|
|
13469
13439
|
* @param {string} [languageCode]
|
|
13470
13440
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13506,7 +13476,6 @@ export declare const ServicesApiFp: (configuration?: Configuration | undefined)
|
|
|
13506
13476
|
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
13477
|
/**
|
|
13508
13478
|
*
|
|
13509
|
-
* @summary Get HospitalService.
|
|
13510
13479
|
* @param {string} serviceId
|
|
13511
13480
|
* @param {string} [languageCode]
|
|
13512
13481
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13516,7 +13485,6 @@ export declare const ServicesApiFp: (configuration?: Configuration | undefined)
|
|
|
13516
13485
|
apiV2ServicesServiceIdGet(serviceId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalServiceModel>>;
|
|
13517
13486
|
/**
|
|
13518
13487
|
*
|
|
13519
|
-
* @summary Get HospitalService by slug.
|
|
13520
13488
|
* @param {string} slug
|
|
13521
13489
|
* @param {string} [languageCode]
|
|
13522
13490
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13558,7 +13526,6 @@ export declare const ServicesApiFactory: (configuration?: Configuration | undefi
|
|
|
13558
13526
|
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
13527
|
/**
|
|
13560
13528
|
*
|
|
13561
|
-
* @summary Get HospitalService.
|
|
13562
13529
|
* @param {string} serviceId
|
|
13563
13530
|
* @param {string} [languageCode]
|
|
13564
13531
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13568,7 +13535,6 @@ export declare const ServicesApiFactory: (configuration?: Configuration | undefi
|
|
|
13568
13535
|
apiV2ServicesServiceIdGet(serviceId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: any): AxiosPromise<HospitalServiceModel>;
|
|
13569
13536
|
/**
|
|
13570
13537
|
*
|
|
13571
|
-
* @summary Get HospitalService by slug.
|
|
13572
13538
|
* @param {string} slug
|
|
13573
13539
|
* @param {string} [languageCode]
|
|
13574
13540
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13613,7 +13579,6 @@ export declare class ServicesApi extends BaseAPI {
|
|
|
13613
13579
|
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
13580
|
/**
|
|
13615
13581
|
*
|
|
13616
|
-
* @summary Get HospitalService.
|
|
13617
13582
|
* @param {string} serviceId
|
|
13618
13583
|
* @param {string} [languageCode]
|
|
13619
13584
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13624,7 +13589,6 @@ export declare class ServicesApi extends BaseAPI {
|
|
|
13624
13589
|
apiV2ServicesServiceIdGet(serviceId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalServiceModel>>;
|
|
13625
13590
|
/**
|
|
13626
13591
|
*
|
|
13627
|
-
* @summary Get HospitalService by slug.
|
|
13628
13592
|
* @param {string} slug
|
|
13629
13593
|
* @param {string} [languageCode]
|
|
13630
13594
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13780,7 +13744,6 @@ export declare const SpecialtiesApiAxiosParamCreator: (configuration?: Configura
|
|
|
13780
13744
|
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
13745
|
/**
|
|
13782
13746
|
*
|
|
13783
|
-
* @summary Get Specialty by slug.
|
|
13784
13747
|
* @param {string} slug
|
|
13785
13748
|
* @param {string} [languageCode]
|
|
13786
13749
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13790,7 +13753,6 @@ export declare const SpecialtiesApiAxiosParamCreator: (configuration?: Configura
|
|
|
13790
13753
|
apiV2SpecialtiesSlugGet: (slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
13791
13754
|
/**
|
|
13792
13755
|
*
|
|
13793
|
-
* @summary Get Specialty.
|
|
13794
13756
|
* @param {string} specialtyId
|
|
13795
13757
|
* @param {string} [languageCode]
|
|
13796
13758
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13847,7 +13809,6 @@ export declare const SpecialtiesApiFp: (configuration?: Configuration | undefine
|
|
|
13847
13809
|
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
13810
|
/**
|
|
13849
13811
|
*
|
|
13850
|
-
* @summary Get Specialty by slug.
|
|
13851
13812
|
* @param {string} slug
|
|
13852
13813
|
* @param {string} [languageCode]
|
|
13853
13814
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13857,7 +13818,6 @@ export declare const SpecialtiesApiFp: (configuration?: Configuration | undefine
|
|
|
13857
13818
|
apiV2SpecialtiesSlugGet(slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SpecialtyModel>>;
|
|
13858
13819
|
/**
|
|
13859
13820
|
*
|
|
13860
|
-
* @summary Get Specialty.
|
|
13861
13821
|
* @param {string} specialtyId
|
|
13862
13822
|
* @param {string} [languageCode]
|
|
13863
13823
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13914,7 +13874,6 @@ export declare const SpecialtiesApiFactory: (configuration?: Configuration | und
|
|
|
13914
13874
|
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
13875
|
/**
|
|
13916
13876
|
*
|
|
13917
|
-
* @summary Get Specialty by slug.
|
|
13918
13877
|
* @param {string} slug
|
|
13919
13878
|
* @param {string} [languageCode]
|
|
13920
13879
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13924,7 +13883,6 @@ export declare const SpecialtiesApiFactory: (configuration?: Configuration | und
|
|
|
13924
13883
|
apiV2SpecialtiesSlugGet(slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: any): AxiosPromise<SpecialtyModel>;
|
|
13925
13884
|
/**
|
|
13926
13885
|
*
|
|
13927
|
-
* @summary Get Specialty.
|
|
13928
13886
|
* @param {string} specialtyId
|
|
13929
13887
|
* @param {string} [languageCode]
|
|
13930
13888
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13984,7 +13942,6 @@ export declare class SpecialtiesApi extends BaseAPI {
|
|
|
13984
13942
|
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
13943
|
/**
|
|
13986
13944
|
*
|
|
13987
|
-
* @summary Get Specialty by slug.
|
|
13988
13945
|
* @param {string} slug
|
|
13989
13946
|
* @param {string} [languageCode]
|
|
13990
13947
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -13995,7 +13952,6 @@ export declare class SpecialtiesApi extends BaseAPI {
|
|
|
13995
13952
|
apiV2SpecialtiesSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtyModel>>;
|
|
13996
13953
|
/**
|
|
13997
13954
|
*
|
|
13998
|
-
* @summary Get Specialty.
|
|
13999
13955
|
* @param {string} specialtyId
|
|
14000
13956
|
* @param {string} [languageCode]
|
|
14001
13957
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -14076,7 +14032,6 @@ export declare const SpecialtyTypesApiAxiosParamCreator: (configuration?: Config
|
|
|
14076
14032
|
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
14033
|
/**
|
|
14078
14034
|
*
|
|
14079
|
-
* @summary Get Department by slug.
|
|
14080
14035
|
* @param {string} slug
|
|
14081
14036
|
* @param {string} [languageCode]
|
|
14082
14037
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -14086,7 +14041,6 @@ export declare const SpecialtyTypesApiAxiosParamCreator: (configuration?: Config
|
|
|
14086
14041
|
apiV2SpecialtytypesSlugGet: (slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
14087
14042
|
/**
|
|
14088
14043
|
*
|
|
14089
|
-
* @summary Get Department.
|
|
14090
14044
|
* @param {string} specialtyTypeId
|
|
14091
14045
|
* @param {string} [languageCode]
|
|
14092
14046
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -14164,7 +14118,6 @@ export declare const SpecialtyTypesApiFp: (configuration?: Configuration | undef
|
|
|
14164
14118
|
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
14119
|
/**
|
|
14166
14120
|
*
|
|
14167
|
-
* @summary Get Department by slug.
|
|
14168
14121
|
* @param {string} slug
|
|
14169
14122
|
* @param {string} [languageCode]
|
|
14170
14123
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -14174,7 +14127,6 @@ export declare const SpecialtyTypesApiFp: (configuration?: Configuration | undef
|
|
|
14174
14127
|
apiV2SpecialtytypesSlugGet(slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SpecialtyTypeModel>>;
|
|
14175
14128
|
/**
|
|
14176
14129
|
*
|
|
14177
|
-
* @summary Get Department.
|
|
14178
14130
|
* @param {string} specialtyTypeId
|
|
14179
14131
|
* @param {string} [languageCode]
|
|
14180
14132
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -14252,7 +14204,6 @@ export declare const SpecialtyTypesApiFactory: (configuration?: Configuration |
|
|
|
14252
14204
|
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
14205
|
/**
|
|
14254
14206
|
*
|
|
14255
|
-
* @summary Get Department by slug.
|
|
14256
14207
|
* @param {string} slug
|
|
14257
14208
|
* @param {string} [languageCode]
|
|
14258
14209
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -14262,7 +14213,6 @@ export declare const SpecialtyTypesApiFactory: (configuration?: Configuration |
|
|
|
14262
14213
|
apiV2SpecialtytypesSlugGet(slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: any): AxiosPromise<SpecialtyTypeModel>;
|
|
14263
14214
|
/**
|
|
14264
14215
|
*
|
|
14265
|
-
* @summary Get Department.
|
|
14266
14216
|
* @param {string} specialtyTypeId
|
|
14267
14217
|
* @param {string} [languageCode]
|
|
14268
14218
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -14344,7 +14294,6 @@ export declare class SpecialtyTypesApi extends BaseAPI {
|
|
|
14344
14294
|
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
14295
|
/**
|
|
14346
14296
|
*
|
|
14347
|
-
* @summary Get Department by slug.
|
|
14348
14297
|
* @param {string} slug
|
|
14349
14298
|
* @param {string} [languageCode]
|
|
14350
14299
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -14355,7 +14304,6 @@ export declare class SpecialtyTypesApi extends BaseAPI {
|
|
|
14355
14304
|
apiV2SpecialtytypesSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtyTypeModel>>;
|
|
14356
14305
|
/**
|
|
14357
14306
|
*
|
|
14358
|
-
* @summary Get Department.
|
|
14359
14307
|
* @param {string} specialtyTypeId
|
|
14360
14308
|
* @param {string} [languageCode]
|
|
14361
14309
|
* @param {boolean} [returnDefaultValue]
|