ch-admin-api-client-typescript 2.2.6 → 2.2.8
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 +24 -32
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +42 -56
- package/package.json +1 -1
- package/src/api.ts +45 -61
package/lib/api.d.ts
CHANGED
|
@@ -16394,9 +16394,8 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
16394
16394
|
*
|
|
16395
16395
|
* @summary Delete DoctorCertificate.
|
|
16396
16396
|
* @param {string} doctorId
|
|
16397
|
-
* @param {string} [doctorId2]
|
|
16398
|
-
* @param {string} [id]
|
|
16399
16397
|
* @param {string} [doctorName]
|
|
16398
|
+
* @param {string} [certificateId]
|
|
16400
16399
|
* @param {string} [certificate]
|
|
16401
16400
|
* @param {Date} [activeFrom]
|
|
16402
16401
|
* @param {Date} [activeTo]
|
|
@@ -16406,7 +16405,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
16406
16405
|
* @param {*} [options] Override http request option.
|
|
16407
16406
|
* @throws {RequiredError}
|
|
16408
16407
|
*/
|
|
16409
|
-
apiV1DoctorsDoctorIdCertificatesGet: (doctorId: string,
|
|
16408
|
+
apiV1DoctorsDoctorIdCertificatesGet: (doctorId: string, doctorName?: string | undefined, certificateId?: string | undefined, certificate?: string | undefined, activeFrom?: Date | undefined, activeTo?: Date | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
16410
16409
|
/**
|
|
16411
16410
|
*
|
|
16412
16411
|
* @summary Create DoctorCertificate.
|
|
@@ -16456,8 +16455,8 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
16456
16455
|
*
|
|
16457
16456
|
* @summary Get all DoctorEducations.
|
|
16458
16457
|
* @param {string} doctorId
|
|
16459
|
-
* @param {string} [doctorId2]
|
|
16460
16458
|
* @param {string} [doctorName]
|
|
16459
|
+
* @param {string} [educationId]
|
|
16461
16460
|
* @param {string} [institution]
|
|
16462
16461
|
* @param {string} [qualification]
|
|
16463
16462
|
* @param {Date} [graduationDate]
|
|
@@ -16467,7 +16466,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
16467
16466
|
* @param {*} [options] Override http request option.
|
|
16468
16467
|
* @throws {RequiredError}
|
|
16469
16468
|
*/
|
|
16470
|
-
apiV1DoctorsDoctorIdEducationsGet: (doctorId: string,
|
|
16469
|
+
apiV1DoctorsDoctorIdEducationsGet: (doctorId: string, doctorName?: string | undefined, educationId?: string | undefined, institution?: string | undefined, qualification?: string | undefined, graduationDate?: Date | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
16471
16470
|
/**
|
|
16472
16471
|
*
|
|
16473
16472
|
* @summary Create DoctorEducation.
|
|
@@ -16540,9 +16539,8 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
16540
16539
|
*
|
|
16541
16540
|
* @summary Get All DoctorPortfolios
|
|
16542
16541
|
* @param {string} doctorId
|
|
16543
|
-
* @param {string} [id]
|
|
16544
|
-
* @param {string} [doctorId2]
|
|
16545
16542
|
* @param {string} [doctorName]
|
|
16543
|
+
* @param {string} [portfolioId]
|
|
16546
16544
|
* @param {string} [name]
|
|
16547
16545
|
* @param {number} [page]
|
|
16548
16546
|
* @param {number} [limit]
|
|
@@ -16550,7 +16548,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
16550
16548
|
* @param {*} [options] Override http request option.
|
|
16551
16549
|
* @throws {RequiredError}
|
|
16552
16550
|
*/
|
|
16553
|
-
apiV1DoctorsDoctorIdPortfoliosGet: (doctorId: string,
|
|
16551
|
+
apiV1DoctorsDoctorIdPortfoliosGet: (doctorId: string, doctorName?: string | undefined, portfolioId?: string | undefined, name?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
16554
16552
|
/**
|
|
16555
16553
|
*
|
|
16556
16554
|
* @summary Delete DoctorPortfolio.
|
|
@@ -16747,9 +16745,8 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
|
|
|
16747
16745
|
*
|
|
16748
16746
|
* @summary Delete DoctorCertificate.
|
|
16749
16747
|
* @param {string} doctorId
|
|
16750
|
-
* @param {string} [doctorId2]
|
|
16751
|
-
* @param {string} [id]
|
|
16752
16748
|
* @param {string} [doctorName]
|
|
16749
|
+
* @param {string} [certificateId]
|
|
16753
16750
|
* @param {string} [certificate]
|
|
16754
16751
|
* @param {Date} [activeFrom]
|
|
16755
16752
|
* @param {Date} [activeTo]
|
|
@@ -16759,7 +16756,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
|
|
|
16759
16756
|
* @param {*} [options] Override http request option.
|
|
16760
16757
|
* @throws {RequiredError}
|
|
16761
16758
|
*/
|
|
16762
|
-
apiV1DoctorsDoctorIdCertificatesGet(doctorId: string,
|
|
16759
|
+
apiV1DoctorsDoctorIdCertificatesGet(doctorId: string, doctorName?: string | undefined, certificateId?: string | undefined, certificate?: string | undefined, activeFrom?: Date | undefined, activeTo?: Date | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorCertificatesModel>>;
|
|
16763
16760
|
/**
|
|
16764
16761
|
*
|
|
16765
16762
|
* @summary Create DoctorCertificate.
|
|
@@ -16809,8 +16806,8 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
|
|
|
16809
16806
|
*
|
|
16810
16807
|
* @summary Get all DoctorEducations.
|
|
16811
16808
|
* @param {string} doctorId
|
|
16812
|
-
* @param {string} [doctorId2]
|
|
16813
16809
|
* @param {string} [doctorName]
|
|
16810
|
+
* @param {string} [educationId]
|
|
16814
16811
|
* @param {string} [institution]
|
|
16815
16812
|
* @param {string} [qualification]
|
|
16816
16813
|
* @param {Date} [graduationDate]
|
|
@@ -16820,7 +16817,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
|
|
|
16820
16817
|
* @param {*} [options] Override http request option.
|
|
16821
16818
|
* @throws {RequiredError}
|
|
16822
16819
|
*/
|
|
16823
|
-
apiV1DoctorsDoctorIdEducationsGet(doctorId: string,
|
|
16820
|
+
apiV1DoctorsDoctorIdEducationsGet(doctorId: string, doctorName?: string | undefined, educationId?: string | undefined, institution?: string | undefined, qualification?: string | undefined, graduationDate?: Date | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorEducationsModel>>;
|
|
16824
16821
|
/**
|
|
16825
16822
|
*
|
|
16826
16823
|
* @summary Create DoctorEducation.
|
|
@@ -16893,9 +16890,8 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
|
|
|
16893
16890
|
*
|
|
16894
16891
|
* @summary Get All DoctorPortfolios
|
|
16895
16892
|
* @param {string} doctorId
|
|
16896
|
-
* @param {string} [id]
|
|
16897
|
-
* @param {string} [doctorId2]
|
|
16898
16893
|
* @param {string} [doctorName]
|
|
16894
|
+
* @param {string} [portfolioId]
|
|
16899
16895
|
* @param {string} [name]
|
|
16900
16896
|
* @param {number} [page]
|
|
16901
16897
|
* @param {number} [limit]
|
|
@@ -16903,7 +16899,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
|
|
|
16903
16899
|
* @param {*} [options] Override http request option.
|
|
16904
16900
|
* @throws {RequiredError}
|
|
16905
16901
|
*/
|
|
16906
|
-
apiV1DoctorsDoctorIdPortfoliosGet(doctorId: string,
|
|
16902
|
+
apiV1DoctorsDoctorIdPortfoliosGet(doctorId: string, doctorName?: string | undefined, portfolioId?: string | undefined, name?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorPortfoliosModel>>;
|
|
16907
16903
|
/**
|
|
16908
16904
|
*
|
|
16909
16905
|
* @summary Delete DoctorPortfolio.
|
|
@@ -17100,9 +17096,8 @@ export declare const DoctorsApiFactory: (configuration?: Configuration | undefin
|
|
|
17100
17096
|
*
|
|
17101
17097
|
* @summary Delete DoctorCertificate.
|
|
17102
17098
|
* @param {string} doctorId
|
|
17103
|
-
* @param {string} [doctorId2]
|
|
17104
|
-
* @param {string} [id]
|
|
17105
17099
|
* @param {string} [doctorName]
|
|
17100
|
+
* @param {string} [certificateId]
|
|
17106
17101
|
* @param {string} [certificate]
|
|
17107
17102
|
* @param {Date} [activeFrom]
|
|
17108
17103
|
* @param {Date} [activeTo]
|
|
@@ -17112,7 +17107,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration | undefin
|
|
|
17112
17107
|
* @param {*} [options] Override http request option.
|
|
17113
17108
|
* @throws {RequiredError}
|
|
17114
17109
|
*/
|
|
17115
|
-
apiV1DoctorsDoctorIdCertificatesGet(doctorId: string,
|
|
17110
|
+
apiV1DoctorsDoctorIdCertificatesGet(doctorId: string, doctorName?: string | undefined, certificateId?: string | undefined, certificate?: string | undefined, activeFrom?: Date | undefined, activeTo?: Date | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DoctorCertificatesModel>;
|
|
17116
17111
|
/**
|
|
17117
17112
|
*
|
|
17118
17113
|
* @summary Create DoctorCertificate.
|
|
@@ -17162,8 +17157,8 @@ export declare const DoctorsApiFactory: (configuration?: Configuration | undefin
|
|
|
17162
17157
|
*
|
|
17163
17158
|
* @summary Get all DoctorEducations.
|
|
17164
17159
|
* @param {string} doctorId
|
|
17165
|
-
* @param {string} [doctorId2]
|
|
17166
17160
|
* @param {string} [doctorName]
|
|
17161
|
+
* @param {string} [educationId]
|
|
17167
17162
|
* @param {string} [institution]
|
|
17168
17163
|
* @param {string} [qualification]
|
|
17169
17164
|
* @param {Date} [graduationDate]
|
|
@@ -17173,7 +17168,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration | undefin
|
|
|
17173
17168
|
* @param {*} [options] Override http request option.
|
|
17174
17169
|
* @throws {RequiredError}
|
|
17175
17170
|
*/
|
|
17176
|
-
apiV1DoctorsDoctorIdEducationsGet(doctorId: string,
|
|
17171
|
+
apiV1DoctorsDoctorIdEducationsGet(doctorId: string, doctorName?: string | undefined, educationId?: string | undefined, institution?: string | undefined, qualification?: string | undefined, graduationDate?: Date | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DoctorEducationsModel>;
|
|
17177
17172
|
/**
|
|
17178
17173
|
*
|
|
17179
17174
|
* @summary Create DoctorEducation.
|
|
@@ -17246,9 +17241,8 @@ export declare const DoctorsApiFactory: (configuration?: Configuration | undefin
|
|
|
17246
17241
|
*
|
|
17247
17242
|
* @summary Get All DoctorPortfolios
|
|
17248
17243
|
* @param {string} doctorId
|
|
17249
|
-
* @param {string} [id]
|
|
17250
|
-
* @param {string} [doctorId2]
|
|
17251
17244
|
* @param {string} [doctorName]
|
|
17245
|
+
* @param {string} [portfolioId]
|
|
17252
17246
|
* @param {string} [name]
|
|
17253
17247
|
* @param {number} [page]
|
|
17254
17248
|
* @param {number} [limit]
|
|
@@ -17256,7 +17250,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration | undefin
|
|
|
17256
17250
|
* @param {*} [options] Override http request option.
|
|
17257
17251
|
* @throws {RequiredError}
|
|
17258
17252
|
*/
|
|
17259
|
-
apiV1DoctorsDoctorIdPortfoliosGet(doctorId: string,
|
|
17253
|
+
apiV1DoctorsDoctorIdPortfoliosGet(doctorId: string, doctorName?: string | undefined, portfolioId?: string | undefined, name?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DoctorPortfoliosModel>;
|
|
17260
17254
|
/**
|
|
17261
17255
|
*
|
|
17262
17256
|
* @summary Delete DoctorPortfolio.
|
|
@@ -17460,9 +17454,8 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
17460
17454
|
*
|
|
17461
17455
|
* @summary Delete DoctorCertificate.
|
|
17462
17456
|
* @param {string} doctorId
|
|
17463
|
-
* @param {string} [doctorId2]
|
|
17464
|
-
* @param {string} [id]
|
|
17465
17457
|
* @param {string} [doctorName]
|
|
17458
|
+
* @param {string} [certificateId]
|
|
17466
17459
|
* @param {string} [certificate]
|
|
17467
17460
|
* @param {Date} [activeFrom]
|
|
17468
17461
|
* @param {Date} [activeTo]
|
|
@@ -17473,7 +17466,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
17473
17466
|
* @throws {RequiredError}
|
|
17474
17467
|
* @memberof DoctorsApi
|
|
17475
17468
|
*/
|
|
17476
|
-
apiV1DoctorsDoctorIdCertificatesGet(doctorId: string,
|
|
17469
|
+
apiV1DoctorsDoctorIdCertificatesGet(doctorId: string, doctorName?: string, certificateId?: string, certificate?: string, activeFrom?: Date, activeTo?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorCertificatesModel>>;
|
|
17477
17470
|
/**
|
|
17478
17471
|
*
|
|
17479
17472
|
* @summary Create DoctorCertificate.
|
|
@@ -17528,8 +17521,8 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
17528
17521
|
*
|
|
17529
17522
|
* @summary Get all DoctorEducations.
|
|
17530
17523
|
* @param {string} doctorId
|
|
17531
|
-
* @param {string} [doctorId2]
|
|
17532
17524
|
* @param {string} [doctorName]
|
|
17525
|
+
* @param {string} [educationId]
|
|
17533
17526
|
* @param {string} [institution]
|
|
17534
17527
|
* @param {string} [qualification]
|
|
17535
17528
|
* @param {Date} [graduationDate]
|
|
@@ -17540,7 +17533,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
17540
17533
|
* @throws {RequiredError}
|
|
17541
17534
|
* @memberof DoctorsApi
|
|
17542
17535
|
*/
|
|
17543
|
-
apiV1DoctorsDoctorIdEducationsGet(doctorId: string,
|
|
17536
|
+
apiV1DoctorsDoctorIdEducationsGet(doctorId: string, doctorName?: string, educationId?: string, institution?: string, qualification?: string, graduationDate?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorEducationsModel>>;
|
|
17544
17537
|
/**
|
|
17545
17538
|
*
|
|
17546
17539
|
* @summary Create DoctorEducation.
|
|
@@ -17620,9 +17613,8 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
17620
17613
|
*
|
|
17621
17614
|
* @summary Get All DoctorPortfolios
|
|
17622
17615
|
* @param {string} doctorId
|
|
17623
|
-
* @param {string} [id]
|
|
17624
|
-
* @param {string} [doctorId2]
|
|
17625
17616
|
* @param {string} [doctorName]
|
|
17617
|
+
* @param {string} [portfolioId]
|
|
17626
17618
|
* @param {string} [name]
|
|
17627
17619
|
* @param {number} [page]
|
|
17628
17620
|
* @param {number} [limit]
|
|
@@ -17631,7 +17623,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
17631
17623
|
* @throws {RequiredError}
|
|
17632
17624
|
* @memberof DoctorsApi
|
|
17633
17625
|
*/
|
|
17634
|
-
apiV1DoctorsDoctorIdPortfoliosGet(doctorId: string,
|
|
17626
|
+
apiV1DoctorsDoctorIdPortfoliosGet(doctorId: string, doctorName?: string, portfolioId?: string, name?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorPortfoliosModel>>;
|
|
17635
17627
|
/**
|
|
17636
17628
|
*
|
|
17637
17629
|
* @summary Delete DoctorPortfolio.
|