ch-admin-api-client-typescript 2.6.3 → 2.6.5
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 +41 -4
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +101 -9
- package/package.json +1 -1
- package/src/api.ts +87 -9
package/lib/api.d.ts
CHANGED
|
@@ -14773,7 +14773,7 @@ export declare const CountriesApiAxiosParamCreator: (configuration?: Configurati
|
|
|
14773
14773
|
* @param {*} [options] Override http request option.
|
|
14774
14774
|
* @throws {RequiredError}
|
|
14775
14775
|
*/
|
|
14776
|
-
|
|
14776
|
+
apiV1CountriesCountryIdReactivePut: (countryId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
14777
14777
|
/**
|
|
14778
14778
|
*
|
|
14779
14779
|
* @summary Get all countries.
|
|
@@ -14898,7 +14898,7 @@ export declare const CountriesApiFp: (configuration?: Configuration | undefined)
|
|
|
14898
14898
|
* @param {*} [options] Override http request option.
|
|
14899
14899
|
* @throws {RequiredError}
|
|
14900
14900
|
*/
|
|
14901
|
-
|
|
14901
|
+
apiV1CountriesCountryIdReactivePut(countryId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
14902
14902
|
/**
|
|
14903
14903
|
*
|
|
14904
14904
|
* @summary Get all countries.
|
|
@@ -15023,7 +15023,7 @@ export declare const CountriesApiFactory: (configuration?: Configuration | undef
|
|
|
15023
15023
|
* @param {*} [options] Override http request option.
|
|
15024
15024
|
* @throws {RequiredError}
|
|
15025
15025
|
*/
|
|
15026
|
-
|
|
15026
|
+
apiV1CountriesCountryIdReactivePut(countryId: string, options?: any): AxiosPromise<boolean>;
|
|
15027
15027
|
/**
|
|
15028
15028
|
*
|
|
15029
15029
|
* @summary Get all countries.
|
|
@@ -15159,7 +15159,7 @@ export declare class CountriesApi extends BaseAPI {
|
|
|
15159
15159
|
* @throws {RequiredError}
|
|
15160
15160
|
* @memberof CountriesApi
|
|
15161
15161
|
*/
|
|
15162
|
-
|
|
15162
|
+
apiV1CountriesCountryIdReactivePut(countryId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
15163
15163
|
/**
|
|
15164
15164
|
*
|
|
15165
15165
|
* @summary Get all countries.
|
|
@@ -18608,6 +18608,15 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
18608
18608
|
* @throws {RequiredError}
|
|
18609
18609
|
*/
|
|
18610
18610
|
apiV1HospitalsHospitalIdEquipmentsEquipmentIdPut: (hospitalId: string, equipmentId: string, updateHospitalEquipmentCommand?: UpdateHospitalEquipmentCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
18611
|
+
/**
|
|
18612
|
+
*
|
|
18613
|
+
* @summary Reactivate HospitalEquipment.
|
|
18614
|
+
* @param {string} hospitalId
|
|
18615
|
+
* @param {string} equipmentId
|
|
18616
|
+
* @param {*} [options] Override http request option.
|
|
18617
|
+
* @throws {RequiredError}
|
|
18618
|
+
*/
|
|
18619
|
+
apiV1HospitalsHospitalIdEquipmentsEquipmentIdReactivePut: (hospitalId: string, equipmentId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
18611
18620
|
/**
|
|
18612
18621
|
*
|
|
18613
18622
|
* @summary Get all HospitalEquipments.
|
|
@@ -19129,6 +19138,15 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
|
|
|
19129
19138
|
* @throws {RequiredError}
|
|
19130
19139
|
*/
|
|
19131
19140
|
apiV1HospitalsHospitalIdEquipmentsEquipmentIdPut(hospitalId: string, equipmentId: string, updateHospitalEquipmentCommand?: UpdateHospitalEquipmentCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalEquipmentModel>>;
|
|
19141
|
+
/**
|
|
19142
|
+
*
|
|
19143
|
+
* @summary Reactivate HospitalEquipment.
|
|
19144
|
+
* @param {string} hospitalId
|
|
19145
|
+
* @param {string} equipmentId
|
|
19146
|
+
* @param {*} [options] Override http request option.
|
|
19147
|
+
* @throws {RequiredError}
|
|
19148
|
+
*/
|
|
19149
|
+
apiV1HospitalsHospitalIdEquipmentsEquipmentIdReactivePut(hospitalId: string, equipmentId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
19132
19150
|
/**
|
|
19133
19151
|
*
|
|
19134
19152
|
* @summary Get all HospitalEquipments.
|
|
@@ -19650,6 +19668,15 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
|
|
|
19650
19668
|
* @throws {RequiredError}
|
|
19651
19669
|
*/
|
|
19652
19670
|
apiV1HospitalsHospitalIdEquipmentsEquipmentIdPut(hospitalId: string, equipmentId: string, updateHospitalEquipmentCommand?: UpdateHospitalEquipmentCommand | undefined, options?: any): AxiosPromise<HospitalEquipmentModel>;
|
|
19671
|
+
/**
|
|
19672
|
+
*
|
|
19673
|
+
* @summary Reactivate HospitalEquipment.
|
|
19674
|
+
* @param {string} hospitalId
|
|
19675
|
+
* @param {string} equipmentId
|
|
19676
|
+
* @param {*} [options] Override http request option.
|
|
19677
|
+
* @throws {RequiredError}
|
|
19678
|
+
*/
|
|
19679
|
+
apiV1HospitalsHospitalIdEquipmentsEquipmentIdReactivePut(hospitalId: string, equipmentId: string, options?: any): AxiosPromise<boolean>;
|
|
19653
19680
|
/**
|
|
19654
19681
|
*
|
|
19655
19682
|
* @summary Get all HospitalEquipments.
|
|
@@ -20187,6 +20214,16 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
20187
20214
|
* @memberof HospitalsApi
|
|
20188
20215
|
*/
|
|
20189
20216
|
apiV1HospitalsHospitalIdEquipmentsEquipmentIdPut(hospitalId: string, equipmentId: string, updateHospitalEquipmentCommand?: UpdateHospitalEquipmentCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalEquipmentModel>>;
|
|
20217
|
+
/**
|
|
20218
|
+
*
|
|
20219
|
+
* @summary Reactivate HospitalEquipment.
|
|
20220
|
+
* @param {string} hospitalId
|
|
20221
|
+
* @param {string} equipmentId
|
|
20222
|
+
* @param {*} [options] Override http request option.
|
|
20223
|
+
* @throws {RequiredError}
|
|
20224
|
+
* @memberof HospitalsApi
|
|
20225
|
+
*/
|
|
20226
|
+
apiV1HospitalsHospitalIdEquipmentsEquipmentIdReactivePut(hospitalId: string, equipmentId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
20190
20227
|
/**
|
|
20191
20228
|
*
|
|
20192
20229
|
* @summary Get all HospitalEquipments.
|