ch-admin-api-client-typescript 2.8.1 → 2.8.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.d.ts +24 -8
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +42 -14
- package/package.json +1 -1
- package/src/api.ts +46 -14
package/lib/api.d.ts
CHANGED
|
@@ -21204,6 +21204,8 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
21204
21204
|
* @param {string} [languageCode]
|
|
21205
21205
|
* @param {boolean} [returnDefaultValue]
|
|
21206
21206
|
* @param {Array<string>} [ids]
|
|
21207
|
+
* @param {string} [specialtyId]
|
|
21208
|
+
* @param {boolean} [consultationEnabled]
|
|
21207
21209
|
* @param {string} [id]
|
|
21208
21210
|
* @param {string} [fullname]
|
|
21209
21211
|
* @param {string} [email]
|
|
@@ -21217,7 +21219,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
21217
21219
|
* @param {*} [options] Override http request option.
|
|
21218
21220
|
* @throws {RequiredError}
|
|
21219
21221
|
*/
|
|
21220
|
-
apiV1DoctorsGet: (hospitalId?: string | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, ids?: string[] | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
21222
|
+
apiV1DoctorsGet: (hospitalId?: string | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, ids?: string[] | undefined, specialtyId?: string | undefined, consultationEnabled?: boolean | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
21221
21223
|
/**
|
|
21222
21224
|
*
|
|
21223
21225
|
* @summary Create a Doctor.
|
|
@@ -21233,6 +21235,8 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
21233
21235
|
* @param {string} [languageCode]
|
|
21234
21236
|
* @param {boolean} [returnDefaultValue]
|
|
21235
21237
|
* @param {Array<string>} [ids]
|
|
21238
|
+
* @param {string} [specialtyId]
|
|
21239
|
+
* @param {boolean} [consultationEnabled]
|
|
21236
21240
|
* @param {string} [id]
|
|
21237
21241
|
* @param {string} [fullname]
|
|
21238
21242
|
* @param {string} [email]
|
|
@@ -21246,7 +21250,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
21246
21250
|
* @param {*} [options] Override http request option.
|
|
21247
21251
|
* @throws {RequiredError}
|
|
21248
21252
|
*/
|
|
21249
|
-
apiV1DoctorsSimpleGet: (hospitalId?: string | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, ids?: string[] | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
21253
|
+
apiV1DoctorsSimpleGet: (hospitalId?: string | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, ids?: string[] | undefined, specialtyId?: string | undefined, consultationEnabled?: boolean | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
21250
21254
|
/**
|
|
21251
21255
|
*
|
|
21252
21256
|
* @param {string} slug
|
|
@@ -21591,6 +21595,8 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
|
|
|
21591
21595
|
* @param {string} [languageCode]
|
|
21592
21596
|
* @param {boolean} [returnDefaultValue]
|
|
21593
21597
|
* @param {Array<string>} [ids]
|
|
21598
|
+
* @param {string} [specialtyId]
|
|
21599
|
+
* @param {boolean} [consultationEnabled]
|
|
21594
21600
|
* @param {string} [id]
|
|
21595
21601
|
* @param {string} [fullname]
|
|
21596
21602
|
* @param {string} [email]
|
|
@@ -21604,7 +21610,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
|
|
|
21604
21610
|
* @param {*} [options] Override http request option.
|
|
21605
21611
|
* @throws {RequiredError}
|
|
21606
21612
|
*/
|
|
21607
|
-
apiV1DoctorsGet(hospitalId?: string | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, ids?: string[] | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorsModel>>;
|
|
21613
|
+
apiV1DoctorsGet(hospitalId?: string | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, ids?: string[] | undefined, specialtyId?: string | undefined, consultationEnabled?: boolean | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorsModel>>;
|
|
21608
21614
|
/**
|
|
21609
21615
|
*
|
|
21610
21616
|
* @summary Create a Doctor.
|
|
@@ -21620,6 +21626,8 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
|
|
|
21620
21626
|
* @param {string} [languageCode]
|
|
21621
21627
|
* @param {boolean} [returnDefaultValue]
|
|
21622
21628
|
* @param {Array<string>} [ids]
|
|
21629
|
+
* @param {string} [specialtyId]
|
|
21630
|
+
* @param {boolean} [consultationEnabled]
|
|
21623
21631
|
* @param {string} [id]
|
|
21624
21632
|
* @param {string} [fullname]
|
|
21625
21633
|
* @param {string} [email]
|
|
@@ -21633,7 +21641,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
|
|
|
21633
21641
|
* @param {*} [options] Override http request option.
|
|
21634
21642
|
* @throws {RequiredError}
|
|
21635
21643
|
*/
|
|
21636
|
-
apiV1DoctorsSimpleGet(hospitalId?: string | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, ids?: string[] | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorsSimpleModel>>;
|
|
21644
|
+
apiV1DoctorsSimpleGet(hospitalId?: string | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, ids?: string[] | undefined, specialtyId?: string | undefined, consultationEnabled?: boolean | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorsSimpleModel>>;
|
|
21637
21645
|
/**
|
|
21638
21646
|
*
|
|
21639
21647
|
* @param {string} slug
|
|
@@ -21978,6 +21986,8 @@ export declare const DoctorsApiFactory: (configuration?: Configuration | undefin
|
|
|
21978
21986
|
* @param {string} [languageCode]
|
|
21979
21987
|
* @param {boolean} [returnDefaultValue]
|
|
21980
21988
|
* @param {Array<string>} [ids]
|
|
21989
|
+
* @param {string} [specialtyId]
|
|
21990
|
+
* @param {boolean} [consultationEnabled]
|
|
21981
21991
|
* @param {string} [id]
|
|
21982
21992
|
* @param {string} [fullname]
|
|
21983
21993
|
* @param {string} [email]
|
|
@@ -21991,7 +22001,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration | undefin
|
|
|
21991
22001
|
* @param {*} [options] Override http request option.
|
|
21992
22002
|
* @throws {RequiredError}
|
|
21993
22003
|
*/
|
|
21994
|
-
apiV1DoctorsGet(hospitalId?: string | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, ids?: string[] | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DoctorsModel>;
|
|
22004
|
+
apiV1DoctorsGet(hospitalId?: string | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, ids?: string[] | undefined, specialtyId?: string | undefined, consultationEnabled?: boolean | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DoctorsModel>;
|
|
21995
22005
|
/**
|
|
21996
22006
|
*
|
|
21997
22007
|
* @summary Create a Doctor.
|
|
@@ -22007,6 +22017,8 @@ export declare const DoctorsApiFactory: (configuration?: Configuration | undefin
|
|
|
22007
22017
|
* @param {string} [languageCode]
|
|
22008
22018
|
* @param {boolean} [returnDefaultValue]
|
|
22009
22019
|
* @param {Array<string>} [ids]
|
|
22020
|
+
* @param {string} [specialtyId]
|
|
22021
|
+
* @param {boolean} [consultationEnabled]
|
|
22010
22022
|
* @param {string} [id]
|
|
22011
22023
|
* @param {string} [fullname]
|
|
22012
22024
|
* @param {string} [email]
|
|
@@ -22020,7 +22032,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration | undefin
|
|
|
22020
22032
|
* @param {*} [options] Override http request option.
|
|
22021
22033
|
* @throws {RequiredError}
|
|
22022
22034
|
*/
|
|
22023
|
-
apiV1DoctorsSimpleGet(hospitalId?: string | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, ids?: string[] | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DoctorsSimpleModel>;
|
|
22035
|
+
apiV1DoctorsSimpleGet(hospitalId?: string | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, ids?: string[] | undefined, specialtyId?: string | undefined, consultationEnabled?: boolean | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DoctorsSimpleModel>;
|
|
22024
22036
|
/**
|
|
22025
22037
|
*
|
|
22026
22038
|
* @param {string} slug
|
|
@@ -22399,6 +22411,8 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
22399
22411
|
* @param {string} [languageCode]
|
|
22400
22412
|
* @param {boolean} [returnDefaultValue]
|
|
22401
22413
|
* @param {Array<string>} [ids]
|
|
22414
|
+
* @param {string} [specialtyId]
|
|
22415
|
+
* @param {boolean} [consultationEnabled]
|
|
22402
22416
|
* @param {string} [id]
|
|
22403
22417
|
* @param {string} [fullname]
|
|
22404
22418
|
* @param {string} [email]
|
|
@@ -22413,7 +22427,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
22413
22427
|
* @throws {RequiredError}
|
|
22414
22428
|
* @memberof DoctorsApi
|
|
22415
22429
|
*/
|
|
22416
|
-
apiV1DoctorsGet(hospitalId?: string, languageCode?: string, returnDefaultValue?: boolean, ids?: Array<string>, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorsModel>>;
|
|
22430
|
+
apiV1DoctorsGet(hospitalId?: string, languageCode?: string, returnDefaultValue?: boolean, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorsModel>>;
|
|
22417
22431
|
/**
|
|
22418
22432
|
*
|
|
22419
22433
|
* @summary Create a Doctor.
|
|
@@ -22430,6 +22444,8 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
22430
22444
|
* @param {string} [languageCode]
|
|
22431
22445
|
* @param {boolean} [returnDefaultValue]
|
|
22432
22446
|
* @param {Array<string>} [ids]
|
|
22447
|
+
* @param {string} [specialtyId]
|
|
22448
|
+
* @param {boolean} [consultationEnabled]
|
|
22433
22449
|
* @param {string} [id]
|
|
22434
22450
|
* @param {string} [fullname]
|
|
22435
22451
|
* @param {string} [email]
|
|
@@ -22444,7 +22460,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
22444
22460
|
* @throws {RequiredError}
|
|
22445
22461
|
* @memberof DoctorsApi
|
|
22446
22462
|
*/
|
|
22447
|
-
apiV1DoctorsSimpleGet(hospitalId?: string, languageCode?: string, returnDefaultValue?: boolean, ids?: Array<string>, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorsSimpleModel>>;
|
|
22463
|
+
apiV1DoctorsSimpleGet(hospitalId?: string, languageCode?: string, returnDefaultValue?: boolean, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorsSimpleModel>>;
|
|
22448
22464
|
/**
|
|
22449
22465
|
*
|
|
22450
22466
|
* @param {string} slug
|