ch-admin-api-client-typescript 5.0.1 → 5.0.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/countries-api.d.ts +3 -3
- package/lib/api/countries-api.d.ts.map +1 -1
- package/lib/api/doctor-affiliations-api.d.ts +22 -21
- package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
- package/lib/api/doctors-api.d.ts +27 -27
- package/lib/api/doctors-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.d.ts +3 -3
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/api/countries-api.ts +2 -2
- package/src/api/doctor-affiliations-api.ts +16 -14
- package/src/api/doctors-api.ts +18 -18
- package/src/api/hospitals-api.ts +2 -2
package/src/api/doctors-api.ts
CHANGED
|
@@ -2005,7 +2005,7 @@ export const DoctorsApiFp = function(configuration?: Configuration) {
|
|
|
2005
2005
|
* @param {*} [options] Override http request option.
|
|
2006
2006
|
* @throws {RequiredError}
|
|
2007
2007
|
*/
|
|
2008
|
-
async apiV1DoctorsDoctorIdCertificatesCertificateIdDelete(doctorId: string, certificateId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
2008
|
+
async apiV1DoctorsDoctorIdCertificatesCertificateIdDelete(doctorId: string, certificateId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>> {
|
|
2009
2009
|
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1DoctorsDoctorIdCertificatesCertificateIdDelete(doctorId, certificateId, options);
|
|
2010
2010
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2011
2011
|
},
|
|
@@ -2030,7 +2030,7 @@ export const DoctorsApiFp = function(configuration?: Configuration) {
|
|
|
2030
2030
|
* @param {*} [options] Override http request option.
|
|
2031
2031
|
* @throws {RequiredError}
|
|
2032
2032
|
*/
|
|
2033
|
-
async apiV1DoctorsDoctorIdCertificatesCertificateIdPut(doctorId: string, certificateId: string, updateDoctorCertificateCommand?: UpdateDoctorCertificateCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
2033
|
+
async apiV1DoctorsDoctorIdCertificatesCertificateIdPut(doctorId: string, certificateId: string, updateDoctorCertificateCommand?: UpdateDoctorCertificateCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorCertificateModel>> {
|
|
2034
2034
|
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1DoctorsDoctorIdCertificatesCertificateIdPut(doctorId, certificateId, updateDoctorCertificateCommand, options);
|
|
2035
2035
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2036
2036
|
},
|
|
@@ -2073,7 +2073,7 @@ export const DoctorsApiFp = function(configuration?: Configuration) {
|
|
|
2073
2073
|
* @param {*} [options] Override http request option.
|
|
2074
2074
|
* @throws {RequiredError}
|
|
2075
2075
|
*/
|
|
2076
|
-
async apiV1DoctorsDoctorIdDelete(doctorId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
2076
|
+
async apiV1DoctorsDoctorIdDelete(doctorId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>> {
|
|
2077
2077
|
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1DoctorsDoctorIdDelete(doctorId, isPermanent, options);
|
|
2078
2078
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2079
2079
|
},
|
|
@@ -2085,7 +2085,7 @@ export const DoctorsApiFp = function(configuration?: Configuration) {
|
|
|
2085
2085
|
* @param {*} [options] Override http request option.
|
|
2086
2086
|
* @throws {RequiredError}
|
|
2087
2087
|
*/
|
|
2088
|
-
async apiV1DoctorsDoctorIdEducationsEducationIdDelete(doctorId: string, educationId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
2088
|
+
async apiV1DoctorsDoctorIdEducationsEducationIdDelete(doctorId: string, educationId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>> {
|
|
2089
2089
|
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1DoctorsDoctorIdEducationsEducationIdDelete(doctorId, educationId, options);
|
|
2090
2090
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2091
2091
|
},
|
|
@@ -2110,7 +2110,7 @@ export const DoctorsApiFp = function(configuration?: Configuration) {
|
|
|
2110
2110
|
* @param {*} [options] Override http request option.
|
|
2111
2111
|
* @throws {RequiredError}
|
|
2112
2112
|
*/
|
|
2113
|
-
async apiV1DoctorsDoctorIdEducationsEducationIdPut(doctorId: string, educationId: string, updateDoctorEducationCommand?: UpdateDoctorEducationCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
2113
|
+
async apiV1DoctorsDoctorIdEducationsEducationIdPut(doctorId: string, educationId: string, updateDoctorEducationCommand?: UpdateDoctorEducationCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorEducationModel>> {
|
|
2114
2114
|
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1DoctorsDoctorIdEducationsEducationIdPut(doctorId, educationId, updateDoctorEducationCommand, options);
|
|
2115
2115
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2116
2116
|
},
|
|
@@ -2310,7 +2310,7 @@ export const DoctorsApiFp = function(configuration?: Configuration) {
|
|
|
2310
2310
|
* @param {*} [options] Override http request option.
|
|
2311
2311
|
* @throws {RequiredError}
|
|
2312
2312
|
*/
|
|
2313
|
-
async apiV1DoctorsDoctorIdPortfoliosPortfolioIdDelete(doctorId: string, portfolioId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
2313
|
+
async apiV1DoctorsDoctorIdPortfoliosPortfolioIdDelete(doctorId: string, portfolioId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>> {
|
|
2314
2314
|
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1DoctorsDoctorIdPortfoliosPortfolioIdDelete(doctorId, portfolioId, options);
|
|
2315
2315
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2316
2316
|
},
|
|
@@ -2335,7 +2335,7 @@ export const DoctorsApiFp = function(configuration?: Configuration) {
|
|
|
2335
2335
|
* @param {*} [options] Override http request option.
|
|
2336
2336
|
* @throws {RequiredError}
|
|
2337
2337
|
*/
|
|
2338
|
-
async apiV1DoctorsDoctorIdPortfoliosPortfolioIdPut(doctorId: string, portfolioId: string, updateDoctorPortfolioCommand?: UpdateDoctorPortfolioCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
2338
|
+
async apiV1DoctorsDoctorIdPortfoliosPortfolioIdPut(doctorId: string, portfolioId: string, updateDoctorPortfolioCommand?: UpdateDoctorPortfolioCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorPortfolioModel>> {
|
|
2339
2339
|
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1DoctorsDoctorIdPortfoliosPortfolioIdPut(doctorId, portfolioId, updateDoctorPortfolioCommand, options);
|
|
2340
2340
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2341
2341
|
},
|
|
@@ -2359,7 +2359,7 @@ export const DoctorsApiFp = function(configuration?: Configuration) {
|
|
|
2359
2359
|
* @param {*} [options] Override http request option.
|
|
2360
2360
|
* @throws {RequiredError}
|
|
2361
2361
|
*/
|
|
2362
|
-
async apiV1DoctorsDoctorIdPut(doctorId: string, updateDoctorCommand?: UpdateDoctorCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
2362
|
+
async apiV1DoctorsDoctorIdPut(doctorId: string, updateDoctorCommand?: UpdateDoctorCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorModel>> {
|
|
2363
2363
|
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1DoctorsDoctorIdPut(doctorId, updateDoctorCommand, options);
|
|
2364
2364
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2365
2365
|
},
|
|
@@ -2370,7 +2370,7 @@ export const DoctorsApiFp = function(configuration?: Configuration) {
|
|
|
2370
2370
|
* @param {*} [options] Override http request option.
|
|
2371
2371
|
* @throws {RequiredError}
|
|
2372
2372
|
*/
|
|
2373
|
-
async apiV1DoctorsDoctorIdReactivePut(doctorId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
2373
|
+
async apiV1DoctorsDoctorIdReactivePut(doctorId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>> {
|
|
2374
2374
|
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1DoctorsDoctorIdReactivePut(doctorId, options);
|
|
2375
2375
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2376
2376
|
},
|
|
@@ -2520,7 +2520,7 @@ export const DoctorsApiFactory = function (configuration?: Configuration, basePa
|
|
|
2520
2520
|
* @param {*} [options] Override http request option.
|
|
2521
2521
|
* @throws {RequiredError}
|
|
2522
2522
|
*/
|
|
2523
|
-
apiV1DoctorsDoctorIdCertificatesCertificateIdDelete(doctorId: string, certificateId: string, options?: any): AxiosPromise<
|
|
2523
|
+
apiV1DoctorsDoctorIdCertificatesCertificateIdDelete(doctorId: string, certificateId: string, options?: any): AxiosPromise<boolean> {
|
|
2524
2524
|
return localVarFp.apiV1DoctorsDoctorIdCertificatesCertificateIdDelete(doctorId, certificateId, options).then((request) => request(axios, basePath));
|
|
2525
2525
|
},
|
|
2526
2526
|
/**
|
|
@@ -2543,7 +2543,7 @@ export const DoctorsApiFactory = function (configuration?: Configuration, basePa
|
|
|
2543
2543
|
* @param {*} [options] Override http request option.
|
|
2544
2544
|
* @throws {RequiredError}
|
|
2545
2545
|
*/
|
|
2546
|
-
apiV1DoctorsDoctorIdCertificatesCertificateIdPut(doctorId: string, certificateId: string, updateDoctorCertificateCommand?: UpdateDoctorCertificateCommand, options?: any): AxiosPromise<
|
|
2546
|
+
apiV1DoctorsDoctorIdCertificatesCertificateIdPut(doctorId: string, certificateId: string, updateDoctorCertificateCommand?: UpdateDoctorCertificateCommand, options?: any): AxiosPromise<DoctorCertificateModel> {
|
|
2547
2547
|
return localVarFp.apiV1DoctorsDoctorIdCertificatesCertificateIdPut(doctorId, certificateId, updateDoctorCertificateCommand, options).then((request) => request(axios, basePath));
|
|
2548
2548
|
},
|
|
2549
2549
|
/**
|
|
@@ -2583,7 +2583,7 @@ export const DoctorsApiFactory = function (configuration?: Configuration, basePa
|
|
|
2583
2583
|
* @param {*} [options] Override http request option.
|
|
2584
2584
|
* @throws {RequiredError}
|
|
2585
2585
|
*/
|
|
2586
|
-
apiV1DoctorsDoctorIdDelete(doctorId: string, isPermanent?: boolean, options?: any): AxiosPromise<
|
|
2586
|
+
apiV1DoctorsDoctorIdDelete(doctorId: string, isPermanent?: boolean, options?: any): AxiosPromise<boolean> {
|
|
2587
2587
|
return localVarFp.apiV1DoctorsDoctorIdDelete(doctorId, isPermanent, options).then((request) => request(axios, basePath));
|
|
2588
2588
|
},
|
|
2589
2589
|
/**
|
|
@@ -2594,7 +2594,7 @@ export const DoctorsApiFactory = function (configuration?: Configuration, basePa
|
|
|
2594
2594
|
* @param {*} [options] Override http request option.
|
|
2595
2595
|
* @throws {RequiredError}
|
|
2596
2596
|
*/
|
|
2597
|
-
apiV1DoctorsDoctorIdEducationsEducationIdDelete(doctorId: string, educationId: string, options?: any): AxiosPromise<
|
|
2597
|
+
apiV1DoctorsDoctorIdEducationsEducationIdDelete(doctorId: string, educationId: string, options?: any): AxiosPromise<boolean> {
|
|
2598
2598
|
return localVarFp.apiV1DoctorsDoctorIdEducationsEducationIdDelete(doctorId, educationId, options).then((request) => request(axios, basePath));
|
|
2599
2599
|
},
|
|
2600
2600
|
/**
|
|
@@ -2617,7 +2617,7 @@ export const DoctorsApiFactory = function (configuration?: Configuration, basePa
|
|
|
2617
2617
|
* @param {*} [options] Override http request option.
|
|
2618
2618
|
* @throws {RequiredError}
|
|
2619
2619
|
*/
|
|
2620
|
-
apiV1DoctorsDoctorIdEducationsEducationIdPut(doctorId: string, educationId: string, updateDoctorEducationCommand?: UpdateDoctorEducationCommand, options?: any): AxiosPromise<
|
|
2620
|
+
apiV1DoctorsDoctorIdEducationsEducationIdPut(doctorId: string, educationId: string, updateDoctorEducationCommand?: UpdateDoctorEducationCommand, options?: any): AxiosPromise<DoctorEducationModel> {
|
|
2621
2621
|
return localVarFp.apiV1DoctorsDoctorIdEducationsEducationIdPut(doctorId, educationId, updateDoctorEducationCommand, options).then((request) => request(axios, basePath));
|
|
2622
2622
|
},
|
|
2623
2623
|
/**
|
|
@@ -2802,7 +2802,7 @@ export const DoctorsApiFactory = function (configuration?: Configuration, basePa
|
|
|
2802
2802
|
* @param {*} [options] Override http request option.
|
|
2803
2803
|
* @throws {RequiredError}
|
|
2804
2804
|
*/
|
|
2805
|
-
apiV1DoctorsDoctorIdPortfoliosPortfolioIdDelete(doctorId: string, portfolioId: string, options?: any): AxiosPromise<
|
|
2805
|
+
apiV1DoctorsDoctorIdPortfoliosPortfolioIdDelete(doctorId: string, portfolioId: string, options?: any): AxiosPromise<boolean> {
|
|
2806
2806
|
return localVarFp.apiV1DoctorsDoctorIdPortfoliosPortfolioIdDelete(doctorId, portfolioId, options).then((request) => request(axios, basePath));
|
|
2807
2807
|
},
|
|
2808
2808
|
/**
|
|
@@ -2825,7 +2825,7 @@ export const DoctorsApiFactory = function (configuration?: Configuration, basePa
|
|
|
2825
2825
|
* @param {*} [options] Override http request option.
|
|
2826
2826
|
* @throws {RequiredError}
|
|
2827
2827
|
*/
|
|
2828
|
-
apiV1DoctorsDoctorIdPortfoliosPortfolioIdPut(doctorId: string, portfolioId: string, updateDoctorPortfolioCommand?: UpdateDoctorPortfolioCommand, options?: any): AxiosPromise<
|
|
2828
|
+
apiV1DoctorsDoctorIdPortfoliosPortfolioIdPut(doctorId: string, portfolioId: string, updateDoctorPortfolioCommand?: UpdateDoctorPortfolioCommand, options?: any): AxiosPromise<DoctorPortfolioModel> {
|
|
2829
2829
|
return localVarFp.apiV1DoctorsDoctorIdPortfoliosPortfolioIdPut(doctorId, portfolioId, updateDoctorPortfolioCommand, options).then((request) => request(axios, basePath));
|
|
2830
2830
|
},
|
|
2831
2831
|
/**
|
|
@@ -2847,7 +2847,7 @@ export const DoctorsApiFactory = function (configuration?: Configuration, basePa
|
|
|
2847
2847
|
* @param {*} [options] Override http request option.
|
|
2848
2848
|
* @throws {RequiredError}
|
|
2849
2849
|
*/
|
|
2850
|
-
apiV1DoctorsDoctorIdPut(doctorId: string, updateDoctorCommand?: UpdateDoctorCommand, options?: any): AxiosPromise<
|
|
2850
|
+
apiV1DoctorsDoctorIdPut(doctorId: string, updateDoctorCommand?: UpdateDoctorCommand, options?: any): AxiosPromise<DoctorModel> {
|
|
2851
2851
|
return localVarFp.apiV1DoctorsDoctorIdPut(doctorId, updateDoctorCommand, options).then((request) => request(axios, basePath));
|
|
2852
2852
|
},
|
|
2853
2853
|
/**
|
|
@@ -2857,7 +2857,7 @@ export const DoctorsApiFactory = function (configuration?: Configuration, basePa
|
|
|
2857
2857
|
* @param {*} [options] Override http request option.
|
|
2858
2858
|
* @throws {RequiredError}
|
|
2859
2859
|
*/
|
|
2860
|
-
apiV1DoctorsDoctorIdReactivePut(doctorId: string, options?: any): AxiosPromise<
|
|
2860
|
+
apiV1DoctorsDoctorIdReactivePut(doctorId: string, options?: any): AxiosPromise<boolean> {
|
|
2861
2861
|
return localVarFp.apiV1DoctorsDoctorIdReactivePut(doctorId, options).then((request) => request(axios, basePath));
|
|
2862
2862
|
},
|
|
2863
2863
|
/**
|
package/src/api/hospitals-api.ts
CHANGED
|
@@ -5379,7 +5379,7 @@ export const HospitalsApiFp = function(configuration?: Configuration) {
|
|
|
5379
5379
|
* @param {*} [options] Override http request option.
|
|
5380
5380
|
* @throws {RequiredError}
|
|
5381
5381
|
*/
|
|
5382
|
-
async apiV1HospitalsHospitalIdHandlesHandleIdPut(hospitalId: string, handleId: string, updateHospitalSnsHandleCommand?: UpdateHospitalSnsHandleCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
5382
|
+
async apiV1HospitalsHospitalIdHandlesHandleIdPut(hospitalId: string, handleId: string, updateHospitalSnsHandleCommand?: UpdateHospitalSnsHandleCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SnsHandleModel>> {
|
|
5383
5383
|
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1HospitalsHospitalIdHandlesHandleIdPut(hospitalId, handleId, updateHospitalSnsHandleCommand, options);
|
|
5384
5384
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
5385
5385
|
},
|
|
@@ -6632,7 +6632,7 @@ export const HospitalsApiFactory = function (configuration?: Configuration, base
|
|
|
6632
6632
|
* @param {*} [options] Override http request option.
|
|
6633
6633
|
* @throws {RequiredError}
|
|
6634
6634
|
*/
|
|
6635
|
-
apiV1HospitalsHospitalIdHandlesHandleIdPut(hospitalId: string, handleId: string, updateHospitalSnsHandleCommand?: UpdateHospitalSnsHandleCommand, options?: any): AxiosPromise<
|
|
6635
|
+
apiV1HospitalsHospitalIdHandlesHandleIdPut(hospitalId: string, handleId: string, updateHospitalSnsHandleCommand?: UpdateHospitalSnsHandleCommand, options?: any): AxiosPromise<SnsHandleModel> {
|
|
6636
6636
|
return localVarFp.apiV1HospitalsHospitalIdHandlesHandleIdPut(hospitalId, handleId, updateHospitalSnsHandleCommand, options).then((request) => request(axios, basePath));
|
|
6637
6637
|
},
|
|
6638
6638
|
/**
|