ch-api-client-typescript2 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 CHANGED
@@ -12478,7 +12478,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
12478
12478
  apiV2DoctorsDoctorIdCertificatesCertificateIdGet: (doctorId: string, certificateId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
12479
12479
  /**
12480
12480
  *
12481
- * @summary Delete DoctorCertificate.
12481
+ * @summary Get All DoctorCertificate.
12482
12482
  * @param {string} doctorId
12483
12483
  * @param {string} [doctorName]
12484
12484
  * @param {string} [certificateId]
@@ -12678,7 +12678,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
12678
12678
  apiV2DoctorsDoctorIdCertificatesCertificateIdGet(doctorId: string, certificateId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorCertificateModel>>;
12679
12679
  /**
12680
12680
  *
12681
- * @summary Delete DoctorCertificate.
12681
+ * @summary Get All DoctorCertificate.
12682
12682
  * @param {string} doctorId
12683
12683
  * @param {string} [doctorName]
12684
12684
  * @param {string} [certificateId]
@@ -12878,7 +12878,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration | undefin
12878
12878
  apiV2DoctorsDoctorIdCertificatesCertificateIdGet(doctorId: string, certificateId: string, options?: any): AxiosPromise<DoctorCertificateModel>;
12879
12879
  /**
12880
12880
  *
12881
- * @summary Delete DoctorCertificate.
12881
+ * @summary Get All DoctorCertificate.
12882
12882
  * @param {string} doctorId
12883
12883
  * @param {string} [doctorName]
12884
12884
  * @param {string} [certificateId]
@@ -13081,7 +13081,7 @@ export declare class DoctorsApi extends BaseAPI {
13081
13081
  apiV2DoctorsDoctorIdCertificatesCertificateIdGet(doctorId: string, certificateId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorCertificateModel, any>>;
13082
13082
  /**
13083
13083
  *
13084
- * @summary Delete DoctorCertificate.
13084
+ * @summary Get All DoctorCertificate.
13085
13085
  * @param {string} doctorId
13086
13086
  * @param {string} [doctorName]
13087
13087
  * @param {string} [certificateId]
package/lib/api.js CHANGED
@@ -6732,7 +6732,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
6732
6732
  },
6733
6733
  /**
6734
6734
  *
6735
- * @summary Delete DoctorCertificate.
6735
+ * @summary Get All DoctorCertificate.
6736
6736
  * @param {string} doctorId
6737
6737
  * @param {string} [doctorName]
6738
6738
  * @param {string} [certificateId]
@@ -7550,7 +7550,7 @@ var DoctorsApiFp = function (configuration) {
7550
7550
  },
7551
7551
  /**
7552
7552
  *
7553
- * @summary Delete DoctorCertificate.
7553
+ * @summary Get All DoctorCertificate.
7554
7554
  * @param {string} doctorId
7555
7555
  * @param {string} [doctorName]
7556
7556
  * @param {string} [certificateId]
@@ -7924,7 +7924,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
7924
7924
  },
7925
7925
  /**
7926
7926
  *
7927
- * @summary Delete DoctorCertificate.
7927
+ * @summary Get All DoctorCertificate.
7928
7928
  * @param {string} doctorId
7929
7929
  * @param {string} [doctorName]
7930
7930
  * @param {string} [certificateId]
@@ -8164,7 +8164,7 @@ var DoctorsApi = /** @class */ (function (_super) {
8164
8164
  };
8165
8165
  /**
8166
8166
  *
8167
- * @summary Delete DoctorCertificate.
8167
+ * @summary Get All DoctorCertificate.
8168
8168
  * @param {string} doctorId
8169
8169
  * @param {string} [doctorName]
8170
8170
  * @param {string} [certificateId]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-api-client-typescript2",
3
- "version": "3.4.9",
3
+ "version": "3.5.0",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/src/api.ts CHANGED
@@ -15561,7 +15561,7 @@ export const DoctorsApiAxiosParamCreator = function (configuration?: Configurati
15561
15561
  },
15562
15562
  /**
15563
15563
  *
15564
- * @summary Delete DoctorCertificate.
15564
+ * @summary Get All DoctorCertificate.
15565
15565
  * @param {string} doctorId
15566
15566
  * @param {string} [doctorName]
15567
15567
  * @param {string} [certificateId]
@@ -16455,7 +16455,7 @@ export const DoctorsApiFp = function(configuration?: Configuration) {
16455
16455
  },
16456
16456
  /**
16457
16457
  *
16458
- * @summary Delete DoctorCertificate.
16458
+ * @summary Get All DoctorCertificate.
16459
16459
  * @param {string} doctorId
16460
16460
  * @param {string} [doctorName]
16461
16461
  * @param {string} [certificateId]
@@ -16703,7 +16703,7 @@ export const DoctorsApiFactory = function (configuration?: Configuration, basePa
16703
16703
  },
16704
16704
  /**
16705
16705
  *
16706
- * @summary Delete DoctorCertificate.
16706
+ * @summary Get All DoctorCertificate.
16707
16707
  * @param {string} doctorId
16708
16708
  * @param {string} [doctorName]
16709
16709
  * @param {string} [certificateId]
@@ -16939,7 +16939,7 @@ export class DoctorsApi extends BaseAPI {
16939
16939
 
16940
16940
  /**
16941
16941
  *
16942
- * @summary Delete DoctorCertificate.
16942
+ * @summary Get All DoctorCertificate.
16943
16943
  * @param {string} doctorId
16944
16944
  * @param {string} [doctorName]
16945
16945
  * @param {string} [certificateId]