ch-admin-api-client-typescript 3.4.9 → 3.5.0
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 +20 -20
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +36 -36
- package/package.json +1 -1
- package/src/api.ts +36 -36
package/lib/api.d.ts
CHANGED
|
@@ -22027,7 +22027,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
22027
22027
|
apiV1HospitalsHospitalIdHandlesPost: (hospitalId: string, createHospitalSnsHandleCommand?: CreateHospitalSnsHandleCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
22028
22028
|
/**
|
|
22029
22029
|
*
|
|
22030
|
-
* @summary Get all
|
|
22030
|
+
* @summary Get all GetAllLanguages.
|
|
22031
22031
|
* @param {string} hospitalId
|
|
22032
22032
|
* @param {string} [name]
|
|
22033
22033
|
* @param {number} [page]
|
|
@@ -22036,16 +22036,16 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
22036
22036
|
* @param {*} [options] Override http request option.
|
|
22037
22037
|
* @throws {RequiredError}
|
|
22038
22038
|
*/
|
|
22039
|
-
|
|
22039
|
+
apiV1HospitalsHospitalIdLanguagesGet: (hospitalId: string, name?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
22040
22040
|
/**
|
|
22041
22041
|
*
|
|
22042
|
-
* @summary Delete
|
|
22042
|
+
* @summary Delete GetAllLanguage.
|
|
22043
22043
|
* @param {string} hospitalId
|
|
22044
22044
|
* @param {string} languageCode
|
|
22045
22045
|
* @param {*} [options] Override http request option.
|
|
22046
22046
|
* @throws {RequiredError}
|
|
22047
22047
|
*/
|
|
22048
|
-
|
|
22048
|
+
apiV1HospitalsHospitalIdLanguagesLanguageCodeDelete: (hospitalId: string, languageCode: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
22049
22049
|
/**
|
|
22050
22050
|
*
|
|
22051
22051
|
* @summary Create HospitalLanguages.
|
|
@@ -22054,7 +22054,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
22054
22054
|
* @param {*} [options] Override http request option.
|
|
22055
22055
|
* @throws {RequiredError}
|
|
22056
22056
|
*/
|
|
22057
|
-
|
|
22057
|
+
apiV1HospitalsHospitalIdLanguagesPost: (hospitalId: string, createHospitalLanguageCommand?: CreateHospitalLanguageCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
22058
22058
|
/**
|
|
22059
22059
|
*
|
|
22060
22060
|
* @summary Get all HospitalMedias.
|
|
@@ -22791,7 +22791,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
|
|
|
22791
22791
|
apiV1HospitalsHospitalIdHandlesPost(hospitalId: string, createHospitalSnsHandleCommand?: CreateHospitalSnsHandleCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SnsHandleModel>>;
|
|
22792
22792
|
/**
|
|
22793
22793
|
*
|
|
22794
|
-
* @summary Get all
|
|
22794
|
+
* @summary Get all GetAllLanguages.
|
|
22795
22795
|
* @param {string} hospitalId
|
|
22796
22796
|
* @param {string} [name]
|
|
22797
22797
|
* @param {number} [page]
|
|
@@ -22800,16 +22800,16 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
|
|
|
22800
22800
|
* @param {*} [options] Override http request option.
|
|
22801
22801
|
* @throws {RequiredError}
|
|
22802
22802
|
*/
|
|
22803
|
-
|
|
22803
|
+
apiV1HospitalsHospitalIdLanguagesGet(hospitalId: string, name?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalLanguagesModel>>;
|
|
22804
22804
|
/**
|
|
22805
22805
|
*
|
|
22806
|
-
* @summary Delete
|
|
22806
|
+
* @summary Delete GetAllLanguage.
|
|
22807
22807
|
* @param {string} hospitalId
|
|
22808
22808
|
* @param {string} languageCode
|
|
22809
22809
|
* @param {*} [options] Override http request option.
|
|
22810
22810
|
* @throws {RequiredError}
|
|
22811
22811
|
*/
|
|
22812
|
-
|
|
22812
|
+
apiV1HospitalsHospitalIdLanguagesLanguageCodeDelete(hospitalId: string, languageCode: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
22813
22813
|
/**
|
|
22814
22814
|
*
|
|
22815
22815
|
* @summary Create HospitalLanguages.
|
|
@@ -22818,7 +22818,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
|
|
|
22818
22818
|
* @param {*} [options] Override http request option.
|
|
22819
22819
|
* @throws {RequiredError}
|
|
22820
22820
|
*/
|
|
22821
|
-
|
|
22821
|
+
apiV1HospitalsHospitalIdLanguagesPost(hospitalId: string, createHospitalLanguageCommand?: CreateHospitalLanguageCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
22822
22822
|
/**
|
|
22823
22823
|
*
|
|
22824
22824
|
* @summary Get all HospitalMedias.
|
|
@@ -23555,7 +23555,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
|
|
|
23555
23555
|
apiV1HospitalsHospitalIdHandlesPost(hospitalId: string, createHospitalSnsHandleCommand?: CreateHospitalSnsHandleCommand | undefined, options?: any): AxiosPromise<SnsHandleModel>;
|
|
23556
23556
|
/**
|
|
23557
23557
|
*
|
|
23558
|
-
* @summary Get all
|
|
23558
|
+
* @summary Get all GetAllLanguages.
|
|
23559
23559
|
* @param {string} hospitalId
|
|
23560
23560
|
* @param {string} [name]
|
|
23561
23561
|
* @param {number} [page]
|
|
@@ -23564,16 +23564,16 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
|
|
|
23564
23564
|
* @param {*} [options] Override http request option.
|
|
23565
23565
|
* @throws {RequiredError}
|
|
23566
23566
|
*/
|
|
23567
|
-
|
|
23567
|
+
apiV1HospitalsHospitalIdLanguagesGet(hospitalId: string, name?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalLanguagesModel>;
|
|
23568
23568
|
/**
|
|
23569
23569
|
*
|
|
23570
|
-
* @summary Delete
|
|
23570
|
+
* @summary Delete GetAllLanguage.
|
|
23571
23571
|
* @param {string} hospitalId
|
|
23572
23572
|
* @param {string} languageCode
|
|
23573
23573
|
* @param {*} [options] Override http request option.
|
|
23574
23574
|
* @throws {RequiredError}
|
|
23575
23575
|
*/
|
|
23576
|
-
|
|
23576
|
+
apiV1HospitalsHospitalIdLanguagesLanguageCodeDelete(hospitalId: string, languageCode: string, options?: any): AxiosPromise<boolean>;
|
|
23577
23577
|
/**
|
|
23578
23578
|
*
|
|
23579
23579
|
* @summary Create HospitalLanguages.
|
|
@@ -23582,7 +23582,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
|
|
|
23582
23582
|
* @param {*} [options] Override http request option.
|
|
23583
23583
|
* @throws {RequiredError}
|
|
23584
23584
|
*/
|
|
23585
|
-
|
|
23585
|
+
apiV1HospitalsHospitalIdLanguagesPost(hospitalId: string, createHospitalLanguageCommand?: CreateHospitalLanguageCommand | undefined, options?: any): AxiosPromise<boolean>;
|
|
23586
23586
|
/**
|
|
23587
23587
|
*
|
|
23588
23588
|
* @summary Get all HospitalMedias.
|
|
@@ -24348,7 +24348,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
24348
24348
|
apiV1HospitalsHospitalIdHandlesPost(hospitalId: string, createHospitalSnsHandleCommand?: CreateHospitalSnsHandleCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SnsHandleModel>>;
|
|
24349
24349
|
/**
|
|
24350
24350
|
*
|
|
24351
|
-
* @summary Get all
|
|
24351
|
+
* @summary Get all GetAllLanguages.
|
|
24352
24352
|
* @param {string} hospitalId
|
|
24353
24353
|
* @param {string} [name]
|
|
24354
24354
|
* @param {number} [page]
|
|
@@ -24358,17 +24358,17 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
24358
24358
|
* @throws {RequiredError}
|
|
24359
24359
|
* @memberof HospitalsApi
|
|
24360
24360
|
*/
|
|
24361
|
-
|
|
24361
|
+
apiV1HospitalsHospitalIdLanguagesGet(hospitalId: string, name?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalLanguagesModel>>;
|
|
24362
24362
|
/**
|
|
24363
24363
|
*
|
|
24364
|
-
* @summary Delete
|
|
24364
|
+
* @summary Delete GetAllLanguage.
|
|
24365
24365
|
* @param {string} hospitalId
|
|
24366
24366
|
* @param {string} languageCode
|
|
24367
24367
|
* @param {*} [options] Override http request option.
|
|
24368
24368
|
* @throws {RequiredError}
|
|
24369
24369
|
* @memberof HospitalsApi
|
|
24370
24370
|
*/
|
|
24371
|
-
|
|
24371
|
+
apiV1HospitalsHospitalIdLanguagesLanguageCodeDelete(hospitalId: string, languageCode: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
24372
24372
|
/**
|
|
24373
24373
|
*
|
|
24374
24374
|
* @summary Create HospitalLanguages.
|
|
@@ -24378,7 +24378,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
24378
24378
|
* @throws {RequiredError}
|
|
24379
24379
|
* @memberof HospitalsApi
|
|
24380
24380
|
*/
|
|
24381
|
-
|
|
24381
|
+
apiV1HospitalsHospitalIdLanguagesPost(hospitalId: string, createHospitalLanguageCommand?: CreateHospitalLanguageCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
24382
24382
|
/**
|
|
24383
24383
|
*
|
|
24384
24384
|
* @summary Get all HospitalMedias.
|