ch-admin-api-client-typescript 2.8.10 → 2.8.11
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 +16 -8
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +28 -14
- package/package.json +1 -1
- package/src/api.ts +30 -14
package/lib/api.d.ts
CHANGED
|
@@ -20246,6 +20246,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
20246
20246
|
* @param {string} [specialtyId]
|
|
20247
20247
|
* @param {string} [specialtyName]
|
|
20248
20248
|
* @param {string} [specialtyTypeId]
|
|
20249
|
+
* @param {string} [hospitalSpecialtySlug]
|
|
20249
20250
|
* @param {string} [title]
|
|
20250
20251
|
* @param {MarketingType} [marketingType]
|
|
20251
20252
|
* @param {string} [languageCode]
|
|
@@ -20258,7 +20259,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
20258
20259
|
* @param {*} [options] Override http request option.
|
|
20259
20260
|
* @throws {RequiredError}
|
|
20260
20261
|
*/
|
|
20261
|
-
apiV1HospitalsHospitalIdSpecialtiesGet: (hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, title?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
20262
|
+
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>;
|
|
20262
20263
|
/**
|
|
20263
20264
|
*
|
|
20264
20265
|
* @summary Create HospitalSpecialty.
|
|
@@ -20277,6 +20278,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
20277
20278
|
* @param {string} [specialtyId]
|
|
20278
20279
|
* @param {string} [specialtyName]
|
|
20279
20280
|
* @param {string} [specialtyTypeId]
|
|
20281
|
+
* @param {string} [hospitalSpecialtySlug]
|
|
20280
20282
|
* @param {string} [title]
|
|
20281
20283
|
* @param {MarketingType} [marketingType]
|
|
20282
20284
|
* @param {string} [languageCode]
|
|
@@ -20289,7 +20291,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
20289
20291
|
* @param {*} [options] Override http request option.
|
|
20290
20292
|
* @throws {RequiredError}
|
|
20291
20293
|
*/
|
|
20292
|
-
apiV1HospitalsHospitalIdSpecialtiesSimpleGet: (hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, title?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
20294
|
+
apiV1HospitalsHospitalIdSpecialtiesSimpleGet: (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>;
|
|
20293
20295
|
/**
|
|
20294
20296
|
*
|
|
20295
20297
|
* @summary Delete HospitalSpecialty.
|
|
@@ -20804,6 +20806,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
|
|
|
20804
20806
|
* @param {string} [specialtyId]
|
|
20805
20807
|
* @param {string} [specialtyName]
|
|
20806
20808
|
* @param {string} [specialtyTypeId]
|
|
20809
|
+
* @param {string} [hospitalSpecialtySlug]
|
|
20807
20810
|
* @param {string} [title]
|
|
20808
20811
|
* @param {MarketingType} [marketingType]
|
|
20809
20812
|
* @param {string} [languageCode]
|
|
@@ -20816,7 +20819,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
|
|
|
20816
20819
|
* @param {*} [options] Override http request option.
|
|
20817
20820
|
* @throws {RequiredError}
|
|
20818
20821
|
*/
|
|
20819
|
-
apiV1HospitalsHospitalIdSpecialtiesGet(hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, title?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtiesModel>>;
|
|
20822
|
+
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>>;
|
|
20820
20823
|
/**
|
|
20821
20824
|
*
|
|
20822
20825
|
* @summary Create HospitalSpecialty.
|
|
@@ -20835,6 +20838,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
|
|
|
20835
20838
|
* @param {string} [specialtyId]
|
|
20836
20839
|
* @param {string} [specialtyName]
|
|
20837
20840
|
* @param {string} [specialtyTypeId]
|
|
20841
|
+
* @param {string} [hospitalSpecialtySlug]
|
|
20838
20842
|
* @param {string} [title]
|
|
20839
20843
|
* @param {MarketingType} [marketingType]
|
|
20840
20844
|
* @param {string} [languageCode]
|
|
@@ -20847,7 +20851,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
|
|
|
20847
20851
|
* @param {*} [options] Override http request option.
|
|
20848
20852
|
* @throws {RequiredError}
|
|
20849
20853
|
*/
|
|
20850
|
-
apiV1HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, title?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtiesSimpleModel>>;
|
|
20854
|
+
apiV1HospitalsHospitalIdSpecialtiesSimpleGet(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<HospitalSpecialtiesSimpleModel>>;
|
|
20851
20855
|
/**
|
|
20852
20856
|
*
|
|
20853
20857
|
* @summary Delete HospitalSpecialty.
|
|
@@ -21362,6 +21366,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
|
|
|
21362
21366
|
* @param {string} [specialtyId]
|
|
21363
21367
|
* @param {string} [specialtyName]
|
|
21364
21368
|
* @param {string} [specialtyTypeId]
|
|
21369
|
+
* @param {string} [hospitalSpecialtySlug]
|
|
21365
21370
|
* @param {string} [title]
|
|
21366
21371
|
* @param {MarketingType} [marketingType]
|
|
21367
21372
|
* @param {string} [languageCode]
|
|
@@ -21374,7 +21379,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
|
|
|
21374
21379
|
* @param {*} [options] Override http request option.
|
|
21375
21380
|
* @throws {RequiredError}
|
|
21376
21381
|
*/
|
|
21377
|
-
apiV1HospitalsHospitalIdSpecialtiesGet(hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, title?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalSpecialtiesModel>;
|
|
21382
|
+
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>;
|
|
21378
21383
|
/**
|
|
21379
21384
|
*
|
|
21380
21385
|
* @summary Create HospitalSpecialty.
|
|
@@ -21393,6 +21398,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
|
|
|
21393
21398
|
* @param {string} [specialtyId]
|
|
21394
21399
|
* @param {string} [specialtyName]
|
|
21395
21400
|
* @param {string} [specialtyTypeId]
|
|
21401
|
+
* @param {string} [hospitalSpecialtySlug]
|
|
21396
21402
|
* @param {string} [title]
|
|
21397
21403
|
* @param {MarketingType} [marketingType]
|
|
21398
21404
|
* @param {string} [languageCode]
|
|
@@ -21405,7 +21411,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
|
|
|
21405
21411
|
* @param {*} [options] Override http request option.
|
|
21406
21412
|
* @throws {RequiredError}
|
|
21407
21413
|
*/
|
|
21408
|
-
apiV1HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, hospitalName?: string | undefined, hospitalSlug?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, title?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalSpecialtiesSimpleModel>;
|
|
21414
|
+
apiV1HospitalsHospitalIdSpecialtiesSimpleGet(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<HospitalSpecialtiesSimpleModel>;
|
|
21409
21415
|
/**
|
|
21410
21416
|
*
|
|
21411
21417
|
* @summary Delete HospitalSpecialty.
|
|
@@ -21950,6 +21956,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
21950
21956
|
* @param {string} [specialtyId]
|
|
21951
21957
|
* @param {string} [specialtyName]
|
|
21952
21958
|
* @param {string} [specialtyTypeId]
|
|
21959
|
+
* @param {string} [hospitalSpecialtySlug]
|
|
21953
21960
|
* @param {string} [title]
|
|
21954
21961
|
* @param {MarketingType} [marketingType]
|
|
21955
21962
|
* @param {string} [languageCode]
|
|
@@ -21963,7 +21970,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
21963
21970
|
* @throws {RequiredError}
|
|
21964
21971
|
* @memberof HospitalsApi
|
|
21965
21972
|
*/
|
|
21966
|
-
apiV1HospitalsHospitalIdSpecialtiesGet(hospitalId: string, hospitalName?: string, hospitalSlug?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, title?: string, marketingType?: MarketingType, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, includeServices?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtiesModel>>;
|
|
21973
|
+
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>>;
|
|
21967
21974
|
/**
|
|
21968
21975
|
*
|
|
21969
21976
|
* @summary Create HospitalSpecialty.
|
|
@@ -21983,6 +21990,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
21983
21990
|
* @param {string} [specialtyId]
|
|
21984
21991
|
* @param {string} [specialtyName]
|
|
21985
21992
|
* @param {string} [specialtyTypeId]
|
|
21993
|
+
* @param {string} [hospitalSpecialtySlug]
|
|
21986
21994
|
* @param {string} [title]
|
|
21987
21995
|
* @param {MarketingType} [marketingType]
|
|
21988
21996
|
* @param {string} [languageCode]
|
|
@@ -21996,7 +22004,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
21996
22004
|
* @throws {RequiredError}
|
|
21997
22005
|
* @memberof HospitalsApi
|
|
21998
22006
|
*/
|
|
21999
|
-
apiV1HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, hospitalName?: string, hospitalSlug?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, title?: string, marketingType?: MarketingType, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, includeServices?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtiesSimpleModel>>;
|
|
22007
|
+
apiV1HospitalsHospitalIdSpecialtiesSimpleGet(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<HospitalSpecialtiesSimpleModel>>;
|
|
22000
22008
|
/**
|
|
22001
22009
|
*
|
|
22002
22010
|
* @summary Delete HospitalSpecialty.
|