ch-admin-api-client-typescript 4.2.1 → 4.2.4
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 +32 -12
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +32 -18
- package/package.json +1 -1
- package/src/api.ts +46 -18
package/lib/api.d.ts
CHANGED
|
@@ -10888,6 +10888,12 @@ export interface SpecialtyItemModel {
|
|
|
10888
10888
|
* @memberof SpecialtyItemModel
|
|
10889
10889
|
*/
|
|
10890
10890
|
'specialtyTypeName'?: string | null;
|
|
10891
|
+
/**
|
|
10892
|
+
*
|
|
10893
|
+
* @type {MarketingType}
|
|
10894
|
+
* @memberof SpecialtyItemModel
|
|
10895
|
+
*/
|
|
10896
|
+
'marketingType'?: MarketingType;
|
|
10891
10897
|
/**
|
|
10892
10898
|
*
|
|
10893
10899
|
* @type {Array<MediaModel>}
|
|
@@ -10992,6 +10998,12 @@ export interface SpecialtyModel {
|
|
|
10992
10998
|
* @memberof SpecialtyModel
|
|
10993
10999
|
*/
|
|
10994
11000
|
'specialtyTypeName'?: string | null;
|
|
11001
|
+
/**
|
|
11002
|
+
*
|
|
11003
|
+
* @type {MarketingType}
|
|
11004
|
+
* @memberof SpecialtyModel
|
|
11005
|
+
*/
|
|
11006
|
+
'marketingType'?: MarketingType;
|
|
10995
11007
|
/**
|
|
10996
11008
|
*
|
|
10997
11009
|
* @type {Array<MediaModel>}
|
|
@@ -19221,7 +19233,7 @@ export declare const DoctorAffiliationsApiAxiosParamCreator: (configuration?: Co
|
|
|
19221
19233
|
apiV1DoctoraffiliationsIdGet: (id: string, languageCode?: string | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
19222
19234
|
/**
|
|
19223
19235
|
*
|
|
19224
|
-
* @summary Update
|
|
19236
|
+
* @summary Update doctor affiliation.
|
|
19225
19237
|
* @param {string} id
|
|
19226
19238
|
* @param {UpdateDoctorAffiliationCommand} [updateDoctorAffiliationCommand]
|
|
19227
19239
|
* @param {*} [options] Override http request option.
|
|
@@ -19328,7 +19340,7 @@ export declare const DoctorAffiliationsApiFp: (configuration?: Configuration | u
|
|
|
19328
19340
|
apiV1DoctoraffiliationsIdGet(id: string, languageCode?: string | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorAffiliationModel>>;
|
|
19329
19341
|
/**
|
|
19330
19342
|
*
|
|
19331
|
-
* @summary Update
|
|
19343
|
+
* @summary Update doctor affiliation.
|
|
19332
19344
|
* @param {string} id
|
|
19333
19345
|
* @param {UpdateDoctorAffiliationCommand} [updateDoctorAffiliationCommand]
|
|
19334
19346
|
* @param {*} [options] Override http request option.
|
|
@@ -19435,7 +19447,7 @@ export declare const DoctorAffiliationsApiFactory: (configuration?: Configuratio
|
|
|
19435
19447
|
apiV1DoctoraffiliationsIdGet(id: string, languageCode?: string | undefined, options?: any): AxiosPromise<DoctorAffiliationModel>;
|
|
19436
19448
|
/**
|
|
19437
19449
|
*
|
|
19438
|
-
* @summary Update
|
|
19450
|
+
* @summary Update doctor affiliation.
|
|
19439
19451
|
* @param {string} id
|
|
19440
19452
|
* @param {UpdateDoctorAffiliationCommand} [updateDoctorAffiliationCommand]
|
|
19441
19453
|
* @param {*} [options] Override http request option.
|
|
@@ -19552,7 +19564,7 @@ export declare class DoctorAffiliationsApi extends BaseAPI {
|
|
|
19552
19564
|
apiV1DoctoraffiliationsIdGet(id: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorAffiliationModel>>;
|
|
19553
19565
|
/**
|
|
19554
19566
|
*
|
|
19555
|
-
* @summary Update
|
|
19567
|
+
* @summary Update doctor affiliation.
|
|
19556
19568
|
* @param {string} id
|
|
19557
19569
|
* @param {UpdateDoctorAffiliationCommand} [updateDoctorAffiliationCommand]
|
|
19558
19570
|
* @param {*} [options] Override http request option.
|
|
@@ -28228,6 +28240,7 @@ export declare const SpecialtiesApiAxiosParamCreator: (configuration?: Configura
|
|
|
28228
28240
|
* @param {string} [name]
|
|
28229
28241
|
* @param {string} [description]
|
|
28230
28242
|
* @param {string} [specialtyTypeId]
|
|
28243
|
+
* @param {MarketingType} [marketingType]
|
|
28231
28244
|
* @param {string} [hospitalId]
|
|
28232
28245
|
* @param {Date} [created]
|
|
28233
28246
|
* @param {string} [languageCode]
|
|
@@ -28240,7 +28253,7 @@ export declare const SpecialtiesApiAxiosParamCreator: (configuration?: Configura
|
|
|
28240
28253
|
* @param {*} [options] Override http request option.
|
|
28241
28254
|
* @throws {RequiredError}
|
|
28242
28255
|
*/
|
|
28243
|
-
apiV1SpecialtiesGet: (id?: string | undefined, name?: string | undefined, description?: string | undefined, specialtyTypeId?: string | undefined, hospitalId?: string | undefined, created?: Date | undefined, languageCode?: string | undefined, ids?: string[] | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
28256
|
+
apiV1SpecialtiesGet: (id?: string | undefined, name?: string | undefined, description?: string | undefined, specialtyTypeId?: string | undefined, marketingType?: MarketingType | undefined, hospitalId?: string | undefined, created?: Date | undefined, languageCode?: string | undefined, ids?: string[] | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
28244
28257
|
/**
|
|
28245
28258
|
*
|
|
28246
28259
|
* @summary Create a Specialty.
|
|
@@ -28256,6 +28269,7 @@ export declare const SpecialtiesApiAxiosParamCreator: (configuration?: Configura
|
|
|
28256
28269
|
* @param {string} [name]
|
|
28257
28270
|
* @param {string} [description]
|
|
28258
28271
|
* @param {string} [specialtyTypeId]
|
|
28272
|
+
* @param {MarketingType} [marketingType]
|
|
28259
28273
|
* @param {string} [hospitalId]
|
|
28260
28274
|
* @param {Date} [created]
|
|
28261
28275
|
* @param {string} [languageCode]
|
|
@@ -28268,7 +28282,7 @@ export declare const SpecialtiesApiAxiosParamCreator: (configuration?: Configura
|
|
|
28268
28282
|
* @param {*} [options] Override http request option.
|
|
28269
28283
|
* @throws {RequiredError}
|
|
28270
28284
|
*/
|
|
28271
|
-
apiV1SpecialtiesSimpleGet: (id?: string | undefined, name?: string | undefined, description?: string | undefined, specialtyTypeId?: string | undefined, hospitalId?: string | undefined, created?: Date | undefined, languageCode?: string | undefined, ids?: string[] | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
28285
|
+
apiV1SpecialtiesSimpleGet: (id?: string | undefined, name?: string | undefined, description?: string | undefined, specialtyTypeId?: string | undefined, marketingType?: MarketingType | undefined, hospitalId?: string | undefined, created?: Date | undefined, languageCode?: string | undefined, ids?: string[] | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
28272
28286
|
/**
|
|
28273
28287
|
*
|
|
28274
28288
|
* @param {string} slug
|
|
@@ -28368,6 +28382,7 @@ export declare const SpecialtiesApiFp: (configuration?: Configuration | undefine
|
|
|
28368
28382
|
* @param {string} [name]
|
|
28369
28383
|
* @param {string} [description]
|
|
28370
28384
|
* @param {string} [specialtyTypeId]
|
|
28385
|
+
* @param {MarketingType} [marketingType]
|
|
28371
28386
|
* @param {string} [hospitalId]
|
|
28372
28387
|
* @param {Date} [created]
|
|
28373
28388
|
* @param {string} [languageCode]
|
|
@@ -28380,7 +28395,7 @@ export declare const SpecialtiesApiFp: (configuration?: Configuration | undefine
|
|
|
28380
28395
|
* @param {*} [options] Override http request option.
|
|
28381
28396
|
* @throws {RequiredError}
|
|
28382
28397
|
*/
|
|
28383
|
-
apiV1SpecialtiesGet(id?: string | undefined, name?: string | undefined, description?: string | undefined, specialtyTypeId?: string | undefined, hospitalId?: string | undefined, created?: Date | undefined, languageCode?: string | undefined, ids?: string[] | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SpecialtiesModel>>;
|
|
28398
|
+
apiV1SpecialtiesGet(id?: string | undefined, name?: string | undefined, description?: string | undefined, specialtyTypeId?: string | undefined, marketingType?: MarketingType | undefined, hospitalId?: string | undefined, created?: Date | undefined, languageCode?: string | undefined, ids?: string[] | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SpecialtiesModel>>;
|
|
28384
28399
|
/**
|
|
28385
28400
|
*
|
|
28386
28401
|
* @summary Create a Specialty.
|
|
@@ -28396,6 +28411,7 @@ export declare const SpecialtiesApiFp: (configuration?: Configuration | undefine
|
|
|
28396
28411
|
* @param {string} [name]
|
|
28397
28412
|
* @param {string} [description]
|
|
28398
28413
|
* @param {string} [specialtyTypeId]
|
|
28414
|
+
* @param {MarketingType} [marketingType]
|
|
28399
28415
|
* @param {string} [hospitalId]
|
|
28400
28416
|
* @param {Date} [created]
|
|
28401
28417
|
* @param {string} [languageCode]
|
|
@@ -28408,7 +28424,7 @@ export declare const SpecialtiesApiFp: (configuration?: Configuration | undefine
|
|
|
28408
28424
|
* @param {*} [options] Override http request option.
|
|
28409
28425
|
* @throws {RequiredError}
|
|
28410
28426
|
*/
|
|
28411
|
-
apiV1SpecialtiesSimpleGet(id?: string | undefined, name?: string | undefined, description?: string | undefined, specialtyTypeId?: string | undefined, hospitalId?: string | undefined, created?: Date | undefined, languageCode?: string | undefined, ids?: string[] | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SpecialtiesSimpleModel>>;
|
|
28427
|
+
apiV1SpecialtiesSimpleGet(id?: string | undefined, name?: string | undefined, description?: string | undefined, specialtyTypeId?: string | undefined, marketingType?: MarketingType | undefined, hospitalId?: string | undefined, created?: Date | undefined, languageCode?: string | undefined, ids?: string[] | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SpecialtiesSimpleModel>>;
|
|
28412
28428
|
/**
|
|
28413
28429
|
*
|
|
28414
28430
|
* @param {string} slug
|
|
@@ -28508,6 +28524,7 @@ export declare const SpecialtiesApiFactory: (configuration?: Configuration | und
|
|
|
28508
28524
|
* @param {string} [name]
|
|
28509
28525
|
* @param {string} [description]
|
|
28510
28526
|
* @param {string} [specialtyTypeId]
|
|
28527
|
+
* @param {MarketingType} [marketingType]
|
|
28511
28528
|
* @param {string} [hospitalId]
|
|
28512
28529
|
* @param {Date} [created]
|
|
28513
28530
|
* @param {string} [languageCode]
|
|
@@ -28520,7 +28537,7 @@ export declare const SpecialtiesApiFactory: (configuration?: Configuration | und
|
|
|
28520
28537
|
* @param {*} [options] Override http request option.
|
|
28521
28538
|
* @throws {RequiredError}
|
|
28522
28539
|
*/
|
|
28523
|
-
apiV1SpecialtiesGet(id?: string | undefined, name?: string | undefined, description?: string | undefined, specialtyTypeId?: string | undefined, hospitalId?: string | undefined, created?: Date | undefined, languageCode?: string | undefined, ids?: string[] | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<SpecialtiesModel>;
|
|
28540
|
+
apiV1SpecialtiesGet(id?: string | undefined, name?: string | undefined, description?: string | undefined, specialtyTypeId?: string | undefined, marketingType?: MarketingType | undefined, hospitalId?: string | undefined, created?: Date | undefined, languageCode?: string | undefined, ids?: string[] | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<SpecialtiesModel>;
|
|
28524
28541
|
/**
|
|
28525
28542
|
*
|
|
28526
28543
|
* @summary Create a Specialty.
|
|
@@ -28536,6 +28553,7 @@ export declare const SpecialtiesApiFactory: (configuration?: Configuration | und
|
|
|
28536
28553
|
* @param {string} [name]
|
|
28537
28554
|
* @param {string} [description]
|
|
28538
28555
|
* @param {string} [specialtyTypeId]
|
|
28556
|
+
* @param {MarketingType} [marketingType]
|
|
28539
28557
|
* @param {string} [hospitalId]
|
|
28540
28558
|
* @param {Date} [created]
|
|
28541
28559
|
* @param {string} [languageCode]
|
|
@@ -28548,7 +28566,7 @@ export declare const SpecialtiesApiFactory: (configuration?: Configuration | und
|
|
|
28548
28566
|
* @param {*} [options] Override http request option.
|
|
28549
28567
|
* @throws {RequiredError}
|
|
28550
28568
|
*/
|
|
28551
|
-
apiV1SpecialtiesSimpleGet(id?: string | undefined, name?: string | undefined, description?: string | undefined, specialtyTypeId?: string | undefined, hospitalId?: string | undefined, created?: Date | undefined, languageCode?: string | undefined, ids?: string[] | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<SpecialtiesSimpleModel>;
|
|
28569
|
+
apiV1SpecialtiesSimpleGet(id?: string | undefined, name?: string | undefined, description?: string | undefined, specialtyTypeId?: string | undefined, marketingType?: MarketingType | undefined, hospitalId?: string | undefined, created?: Date | undefined, languageCode?: string | undefined, ids?: string[] | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<SpecialtiesSimpleModel>;
|
|
28552
28570
|
/**
|
|
28553
28571
|
*
|
|
28554
28572
|
* @param {string} slug
|
|
@@ -28650,6 +28668,7 @@ export declare class SpecialtiesApi extends BaseAPI {
|
|
|
28650
28668
|
* @param {string} [name]
|
|
28651
28669
|
* @param {string} [description]
|
|
28652
28670
|
* @param {string} [specialtyTypeId]
|
|
28671
|
+
* @param {MarketingType} [marketingType]
|
|
28653
28672
|
* @param {string} [hospitalId]
|
|
28654
28673
|
* @param {Date} [created]
|
|
28655
28674
|
* @param {string} [languageCode]
|
|
@@ -28663,7 +28682,7 @@ export declare class SpecialtiesApi extends BaseAPI {
|
|
|
28663
28682
|
* @throws {RequiredError}
|
|
28664
28683
|
* @memberof SpecialtiesApi
|
|
28665
28684
|
*/
|
|
28666
|
-
apiV1SpecialtiesGet(id?: string, name?: string, description?: string, specialtyTypeId?: string, hospitalId?: string, created?: Date, languageCode?: string, ids?: Array<string>, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtiesModel>>;
|
|
28685
|
+
apiV1SpecialtiesGet(id?: string, name?: string, description?: string, specialtyTypeId?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, languageCode?: string, ids?: Array<string>, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtiesModel>>;
|
|
28667
28686
|
/**
|
|
28668
28687
|
*
|
|
28669
28688
|
* @summary Create a Specialty.
|
|
@@ -28680,6 +28699,7 @@ export declare class SpecialtiesApi extends BaseAPI {
|
|
|
28680
28699
|
* @param {string} [name]
|
|
28681
28700
|
* @param {string} [description]
|
|
28682
28701
|
* @param {string} [specialtyTypeId]
|
|
28702
|
+
* @param {MarketingType} [marketingType]
|
|
28683
28703
|
* @param {string} [hospitalId]
|
|
28684
28704
|
* @param {Date} [created]
|
|
28685
28705
|
* @param {string} [languageCode]
|
|
@@ -28693,7 +28713,7 @@ export declare class SpecialtiesApi extends BaseAPI {
|
|
|
28693
28713
|
* @throws {RequiredError}
|
|
28694
28714
|
* @memberof SpecialtiesApi
|
|
28695
28715
|
*/
|
|
28696
|
-
apiV1SpecialtiesSimpleGet(id?: string, name?: string, description?: string, specialtyTypeId?: string, hospitalId?: string, created?: Date, languageCode?: string, ids?: Array<string>, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtiesSimpleModel>>;
|
|
28716
|
+
apiV1SpecialtiesSimpleGet(id?: string, name?: string, description?: string, specialtyTypeId?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, languageCode?: string, ids?: Array<string>, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtiesSimpleModel>>;
|
|
28697
28717
|
/**
|
|
28698
28718
|
*
|
|
28699
28719
|
* @param {string} slug
|