ch-admin-api-client-typescript 3.1.3 → 3.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/api.d.ts +225 -0
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +530 -0
- package/package.json +1 -1
- package/src/api.ts +467 -0
package/lib/api.d.ts
CHANGED
|
@@ -22056,6 +22056,61 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
22056
22056
|
* @throws {RequiredError}
|
|
22057
22057
|
*/
|
|
22058
22058
|
apiV1HospitalsHospitalIdSpecialtiesGet: (hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, hospitalSpecialtySlug?: string | undefined, title?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
22059
|
+
/**
|
|
22060
|
+
*
|
|
22061
|
+
* @summary Get all HospitalServiceMedias.
|
|
22062
|
+
* @param {string} hospitalId
|
|
22063
|
+
* @param {string} hospitalSpecialtyId
|
|
22064
|
+
* @param {string} [id]
|
|
22065
|
+
* @param {MediaType} [mediaType]
|
|
22066
|
+
* @param {number} [page]
|
|
22067
|
+
* @param {number} [limit]
|
|
22068
|
+
* @param {Date} [lastRetrieved]
|
|
22069
|
+
* @param {*} [options] Override http request option.
|
|
22070
|
+
* @throws {RequiredError}
|
|
22071
|
+
*/
|
|
22072
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet: (hospitalId: string, hospitalSpecialtyId: string, id?: string | undefined, mediaType?: MediaType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
22073
|
+
/**
|
|
22074
|
+
*
|
|
22075
|
+
* @summary Delete HospitalServiceMedia
|
|
22076
|
+
* @param {string} hospitalId
|
|
22077
|
+
* @param {string} hospitalSpecialtyId
|
|
22078
|
+
* @param {string} mediaId
|
|
22079
|
+
* @param {*} [options] Override http request option.
|
|
22080
|
+
* @throws {RequiredError}
|
|
22081
|
+
*/
|
|
22082
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdDelete: (hospitalId: string, hospitalSpecialtyId: string, mediaId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
22083
|
+
/**
|
|
22084
|
+
*
|
|
22085
|
+
* @summary Get HospitalServiceMedia.
|
|
22086
|
+
* @param {string} hospitalId
|
|
22087
|
+
* @param {string} hospitalSpecialtyId
|
|
22088
|
+
* @param {string} mediaId
|
|
22089
|
+
* @param {*} [options] Override http request option.
|
|
22090
|
+
* @throws {RequiredError}
|
|
22091
|
+
*/
|
|
22092
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet: (hospitalId: string, hospitalSpecialtyId: string, mediaId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
22093
|
+
/**
|
|
22094
|
+
*
|
|
22095
|
+
* @summary Update HospitalServiceMedia.
|
|
22096
|
+
* @param {string} hospitalId
|
|
22097
|
+
* @param {string} hospitalSpecialtyId
|
|
22098
|
+
* @param {string} mediaId
|
|
22099
|
+
* @param {UpdateMediaCommand} [updateMediaCommand]
|
|
22100
|
+
* @param {*} [options] Override http request option.
|
|
22101
|
+
* @throws {RequiredError}
|
|
22102
|
+
*/
|
|
22103
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdPut: (hospitalId: string, hospitalSpecialtyId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
22104
|
+
/**
|
|
22105
|
+
*
|
|
22106
|
+
* @summary Create HospitalServiceMedia.
|
|
22107
|
+
* @param {string} hospitalId
|
|
22108
|
+
* @param {string} hospitalSpecialtyId
|
|
22109
|
+
* @param {CreateMediaCommand} [createMediaCommand]
|
|
22110
|
+
* @param {*} [options] Override http request option.
|
|
22111
|
+
* @throws {RequiredError}
|
|
22112
|
+
*/
|
|
22113
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasPost: (hospitalId: string, hospitalSpecialtyId: string, createMediaCommand?: CreateMediaCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
22059
22114
|
/**
|
|
22060
22115
|
*
|
|
22061
22116
|
* @summary Create HospitalSpecialty.
|
|
@@ -22722,6 +22777,61 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
|
|
|
22722
22777
|
* @throws {RequiredError}
|
|
22723
22778
|
*/
|
|
22724
22779
|
apiV1HospitalsHospitalIdSpecialtiesGet(hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, hospitalSpecialtySlug?: string | undefined, title?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtiesModel>>;
|
|
22780
|
+
/**
|
|
22781
|
+
*
|
|
22782
|
+
* @summary Get all HospitalServiceMedias.
|
|
22783
|
+
* @param {string} hospitalId
|
|
22784
|
+
* @param {string} hospitalSpecialtyId
|
|
22785
|
+
* @param {string} [id]
|
|
22786
|
+
* @param {MediaType} [mediaType]
|
|
22787
|
+
* @param {number} [page]
|
|
22788
|
+
* @param {number} [limit]
|
|
22789
|
+
* @param {Date} [lastRetrieved]
|
|
22790
|
+
* @param {*} [options] Override http request option.
|
|
22791
|
+
* @throws {RequiredError}
|
|
22792
|
+
*/
|
|
22793
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet(hospitalId: string, hospitalSpecialtyId: string, id?: string | undefined, mediaType?: MediaType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediasModel>>;
|
|
22794
|
+
/**
|
|
22795
|
+
*
|
|
22796
|
+
* @summary Delete HospitalServiceMedia
|
|
22797
|
+
* @param {string} hospitalId
|
|
22798
|
+
* @param {string} hospitalSpecialtyId
|
|
22799
|
+
* @param {string} mediaId
|
|
22800
|
+
* @param {*} [options] Override http request option.
|
|
22801
|
+
* @throws {RequiredError}
|
|
22802
|
+
*/
|
|
22803
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdDelete(hospitalId: string, hospitalSpecialtyId: string, mediaId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
22804
|
+
/**
|
|
22805
|
+
*
|
|
22806
|
+
* @summary Get HospitalServiceMedia.
|
|
22807
|
+
* @param {string} hospitalId
|
|
22808
|
+
* @param {string} hospitalSpecialtyId
|
|
22809
|
+
* @param {string} mediaId
|
|
22810
|
+
* @param {*} [options] Override http request option.
|
|
22811
|
+
* @throws {RequiredError}
|
|
22812
|
+
*/
|
|
22813
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet(hospitalId: string, hospitalSpecialtyId: string, mediaId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediaModel>>;
|
|
22814
|
+
/**
|
|
22815
|
+
*
|
|
22816
|
+
* @summary Update HospitalServiceMedia.
|
|
22817
|
+
* @param {string} hospitalId
|
|
22818
|
+
* @param {string} hospitalSpecialtyId
|
|
22819
|
+
* @param {string} mediaId
|
|
22820
|
+
* @param {UpdateMediaCommand} [updateMediaCommand]
|
|
22821
|
+
* @param {*} [options] Override http request option.
|
|
22822
|
+
* @throws {RequiredError}
|
|
22823
|
+
*/
|
|
22824
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdPut(hospitalId: string, hospitalSpecialtyId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediaModel>>;
|
|
22825
|
+
/**
|
|
22826
|
+
*
|
|
22827
|
+
* @summary Create HospitalServiceMedia.
|
|
22828
|
+
* @param {string} hospitalId
|
|
22829
|
+
* @param {string} hospitalSpecialtyId
|
|
22830
|
+
* @param {CreateMediaCommand} [createMediaCommand]
|
|
22831
|
+
* @param {*} [options] Override http request option.
|
|
22832
|
+
* @throws {RequiredError}
|
|
22833
|
+
*/
|
|
22834
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasPost(hospitalId: string, hospitalSpecialtyId: string, createMediaCommand?: CreateMediaCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediaModel>>;
|
|
22725
22835
|
/**
|
|
22726
22836
|
*
|
|
22727
22837
|
* @summary Create HospitalSpecialty.
|
|
@@ -23388,6 +23498,61 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
|
|
|
23388
23498
|
* @throws {RequiredError}
|
|
23389
23499
|
*/
|
|
23390
23500
|
apiV1HospitalsHospitalIdSpecialtiesGet(hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, hospitalSpecialtySlug?: string | undefined, title?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalSpecialtiesModel>;
|
|
23501
|
+
/**
|
|
23502
|
+
*
|
|
23503
|
+
* @summary Get all HospitalServiceMedias.
|
|
23504
|
+
* @param {string} hospitalId
|
|
23505
|
+
* @param {string} hospitalSpecialtyId
|
|
23506
|
+
* @param {string} [id]
|
|
23507
|
+
* @param {MediaType} [mediaType]
|
|
23508
|
+
* @param {number} [page]
|
|
23509
|
+
* @param {number} [limit]
|
|
23510
|
+
* @param {Date} [lastRetrieved]
|
|
23511
|
+
* @param {*} [options] Override http request option.
|
|
23512
|
+
* @throws {RequiredError}
|
|
23513
|
+
*/
|
|
23514
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet(hospitalId: string, hospitalSpecialtyId: string, id?: string | undefined, mediaType?: MediaType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<MediasModel>;
|
|
23515
|
+
/**
|
|
23516
|
+
*
|
|
23517
|
+
* @summary Delete HospitalServiceMedia
|
|
23518
|
+
* @param {string} hospitalId
|
|
23519
|
+
* @param {string} hospitalSpecialtyId
|
|
23520
|
+
* @param {string} mediaId
|
|
23521
|
+
* @param {*} [options] Override http request option.
|
|
23522
|
+
* @throws {RequiredError}
|
|
23523
|
+
*/
|
|
23524
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdDelete(hospitalId: string, hospitalSpecialtyId: string, mediaId: string, options?: any): AxiosPromise<boolean>;
|
|
23525
|
+
/**
|
|
23526
|
+
*
|
|
23527
|
+
* @summary Get HospitalServiceMedia.
|
|
23528
|
+
* @param {string} hospitalId
|
|
23529
|
+
* @param {string} hospitalSpecialtyId
|
|
23530
|
+
* @param {string} mediaId
|
|
23531
|
+
* @param {*} [options] Override http request option.
|
|
23532
|
+
* @throws {RequiredError}
|
|
23533
|
+
*/
|
|
23534
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet(hospitalId: string, hospitalSpecialtyId: string, mediaId: string, options?: any): AxiosPromise<MediaModel>;
|
|
23535
|
+
/**
|
|
23536
|
+
*
|
|
23537
|
+
* @summary Update HospitalServiceMedia.
|
|
23538
|
+
* @param {string} hospitalId
|
|
23539
|
+
* @param {string} hospitalSpecialtyId
|
|
23540
|
+
* @param {string} mediaId
|
|
23541
|
+
* @param {UpdateMediaCommand} [updateMediaCommand]
|
|
23542
|
+
* @param {*} [options] Override http request option.
|
|
23543
|
+
* @throws {RequiredError}
|
|
23544
|
+
*/
|
|
23545
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdPut(hospitalId: string, hospitalSpecialtyId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand | undefined, options?: any): AxiosPromise<MediaModel>;
|
|
23546
|
+
/**
|
|
23547
|
+
*
|
|
23548
|
+
* @summary Create HospitalServiceMedia.
|
|
23549
|
+
* @param {string} hospitalId
|
|
23550
|
+
* @param {string} hospitalSpecialtyId
|
|
23551
|
+
* @param {CreateMediaCommand} [createMediaCommand]
|
|
23552
|
+
* @param {*} [options] Override http request option.
|
|
23553
|
+
* @throws {RequiredError}
|
|
23554
|
+
*/
|
|
23555
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasPost(hospitalId: string, hospitalSpecialtyId: string, createMediaCommand?: CreateMediaCommand | undefined, options?: any): AxiosPromise<MediaModel>;
|
|
23391
23556
|
/**
|
|
23392
23557
|
*
|
|
23393
23558
|
* @summary Create HospitalSpecialty.
|
|
@@ -24090,6 +24255,66 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
24090
24255
|
* @memberof HospitalsApi
|
|
24091
24256
|
*/
|
|
24092
24257
|
apiV1HospitalsHospitalIdSpecialtiesGet(hospitalId: string, hospitalName?: string, hospitalSlug?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, hospitalSpecialtySlug?: string, title?: string, marketingType?: MarketingType, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, includeServices?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtiesModel>>;
|
|
24258
|
+
/**
|
|
24259
|
+
*
|
|
24260
|
+
* @summary Get all HospitalServiceMedias.
|
|
24261
|
+
* @param {string} hospitalId
|
|
24262
|
+
* @param {string} hospitalSpecialtyId
|
|
24263
|
+
* @param {string} [id]
|
|
24264
|
+
* @param {MediaType} [mediaType]
|
|
24265
|
+
* @param {number} [page]
|
|
24266
|
+
* @param {number} [limit]
|
|
24267
|
+
* @param {Date} [lastRetrieved]
|
|
24268
|
+
* @param {*} [options] Override http request option.
|
|
24269
|
+
* @throws {RequiredError}
|
|
24270
|
+
* @memberof HospitalsApi
|
|
24271
|
+
*/
|
|
24272
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet(hospitalId: string, hospitalSpecialtyId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediasModel>>;
|
|
24273
|
+
/**
|
|
24274
|
+
*
|
|
24275
|
+
* @summary Delete HospitalServiceMedia
|
|
24276
|
+
* @param {string} hospitalId
|
|
24277
|
+
* @param {string} hospitalSpecialtyId
|
|
24278
|
+
* @param {string} mediaId
|
|
24279
|
+
* @param {*} [options] Override http request option.
|
|
24280
|
+
* @throws {RequiredError}
|
|
24281
|
+
* @memberof HospitalsApi
|
|
24282
|
+
*/
|
|
24283
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdDelete(hospitalId: string, hospitalSpecialtyId: string, mediaId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
24284
|
+
/**
|
|
24285
|
+
*
|
|
24286
|
+
* @summary Get HospitalServiceMedia.
|
|
24287
|
+
* @param {string} hospitalId
|
|
24288
|
+
* @param {string} hospitalSpecialtyId
|
|
24289
|
+
* @param {string} mediaId
|
|
24290
|
+
* @param {*} [options] Override http request option.
|
|
24291
|
+
* @throws {RequiredError}
|
|
24292
|
+
* @memberof HospitalsApi
|
|
24293
|
+
*/
|
|
24294
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet(hospitalId: string, hospitalSpecialtyId: string, mediaId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel>>;
|
|
24295
|
+
/**
|
|
24296
|
+
*
|
|
24297
|
+
* @summary Update HospitalServiceMedia.
|
|
24298
|
+
* @param {string} hospitalId
|
|
24299
|
+
* @param {string} hospitalSpecialtyId
|
|
24300
|
+
* @param {string} mediaId
|
|
24301
|
+
* @param {UpdateMediaCommand} [updateMediaCommand]
|
|
24302
|
+
* @param {*} [options] Override http request option.
|
|
24303
|
+
* @throws {RequiredError}
|
|
24304
|
+
* @memberof HospitalsApi
|
|
24305
|
+
*/
|
|
24306
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdPut(hospitalId: string, hospitalSpecialtyId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel>>;
|
|
24307
|
+
/**
|
|
24308
|
+
*
|
|
24309
|
+
* @summary Create HospitalServiceMedia.
|
|
24310
|
+
* @param {string} hospitalId
|
|
24311
|
+
* @param {string} hospitalSpecialtyId
|
|
24312
|
+
* @param {CreateMediaCommand} [createMediaCommand]
|
|
24313
|
+
* @param {*} [options] Override http request option.
|
|
24314
|
+
* @throws {RequiredError}
|
|
24315
|
+
* @memberof HospitalsApi
|
|
24316
|
+
*/
|
|
24317
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasPost(hospitalId: string, hospitalSpecialtyId: string, createMediaCommand?: CreateMediaCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel>>;
|
|
24093
24318
|
/**
|
|
24094
24319
|
*
|
|
24095
24320
|
* @summary Create HospitalSpecialty.
|