ch-api-client-typescript2 3.4.3 → 3.4.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 +83 -193
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +106 -141
- package/package.json +1 -1
- package/src/api.ts +135 -265
package/lib/api.d.ts
CHANGED
|
@@ -604,6 +604,24 @@ export interface ArticleItemModel {
|
|
|
604
604
|
* @memberof ArticleItemModel
|
|
605
605
|
*/
|
|
606
606
|
'hospitalSlug'?: string | null;
|
|
607
|
+
/**
|
|
608
|
+
*
|
|
609
|
+
* @type {string}
|
|
610
|
+
* @memberof ArticleItemModel
|
|
611
|
+
*/
|
|
612
|
+
'youtubeUrl'?: string | null;
|
|
613
|
+
/**
|
|
614
|
+
*
|
|
615
|
+
* @type {Array<ArticleTagItemModel>}
|
|
616
|
+
* @memberof ArticleItemModel
|
|
617
|
+
*/
|
|
618
|
+
'articleTags'?: Array<ArticleTagItemModel> | null;
|
|
619
|
+
/**
|
|
620
|
+
*
|
|
621
|
+
* @type {Array<MediaModel>}
|
|
622
|
+
* @memberof ArticleItemModel
|
|
623
|
+
*/
|
|
624
|
+
'medias'?: Array<MediaModel> | null;
|
|
607
625
|
/**
|
|
608
626
|
*
|
|
609
627
|
* @type {AuditableEntity}
|
|
@@ -3600,31 +3618,25 @@ export interface DoctorAffiliationItemModel {
|
|
|
3600
3618
|
* @type {string}
|
|
3601
3619
|
* @memberof DoctorAffiliationItemModel
|
|
3602
3620
|
*/
|
|
3603
|
-
'
|
|
3604
|
-
/**
|
|
3605
|
-
*
|
|
3606
|
-
* @type {string}
|
|
3607
|
-
* @memberof DoctorAffiliationItemModel
|
|
3608
|
-
*/
|
|
3609
|
-
'hospitalName'?: string | null;
|
|
3621
|
+
'languageCode'?: string | null;
|
|
3610
3622
|
/**
|
|
3611
3623
|
*
|
|
3612
3624
|
* @type {string}
|
|
3613
3625
|
* @memberof DoctorAffiliationItemModel
|
|
3614
3626
|
*/
|
|
3615
|
-
'
|
|
3627
|
+
'hospitalId'?: string;
|
|
3616
3628
|
/**
|
|
3617
3629
|
*
|
|
3618
3630
|
* @type {string}
|
|
3619
3631
|
* @memberof DoctorAffiliationItemModel
|
|
3620
3632
|
*/
|
|
3621
|
-
'
|
|
3633
|
+
'hospitalName'?: string | null;
|
|
3622
3634
|
/**
|
|
3623
3635
|
*
|
|
3624
3636
|
* @type {string}
|
|
3625
3637
|
* @memberof DoctorAffiliationItemModel
|
|
3626
3638
|
*/
|
|
3627
|
-
'
|
|
3639
|
+
'hospitalSlug'?: string | null;
|
|
3628
3640
|
/**
|
|
3629
3641
|
*
|
|
3630
3642
|
* @type {string}
|
|
@@ -3691,31 +3703,25 @@ export interface DoctorAffiliationModel {
|
|
|
3691
3703
|
* @type {string}
|
|
3692
3704
|
* @memberof DoctorAffiliationModel
|
|
3693
3705
|
*/
|
|
3694
|
-
'
|
|
3695
|
-
/**
|
|
3696
|
-
*
|
|
3697
|
-
* @type {string}
|
|
3698
|
-
* @memberof DoctorAffiliationModel
|
|
3699
|
-
*/
|
|
3700
|
-
'hospitalName'?: string | null;
|
|
3706
|
+
'languageCode'?: string | null;
|
|
3701
3707
|
/**
|
|
3702
3708
|
*
|
|
3703
3709
|
* @type {string}
|
|
3704
3710
|
* @memberof DoctorAffiliationModel
|
|
3705
3711
|
*/
|
|
3706
|
-
'
|
|
3712
|
+
'hospitalId'?: string;
|
|
3707
3713
|
/**
|
|
3708
3714
|
*
|
|
3709
3715
|
* @type {string}
|
|
3710
3716
|
* @memberof DoctorAffiliationModel
|
|
3711
3717
|
*/
|
|
3712
|
-
'
|
|
3718
|
+
'hospitalName'?: string | null;
|
|
3713
3719
|
/**
|
|
3714
3720
|
*
|
|
3715
3721
|
* @type {string}
|
|
3716
3722
|
* @memberof DoctorAffiliationModel
|
|
3717
3723
|
*/
|
|
3718
|
-
'
|
|
3724
|
+
'hospitalSlug'?: string | null;
|
|
3719
3725
|
/**
|
|
3720
3726
|
*
|
|
3721
3727
|
* @type {string}
|
|
@@ -4078,18 +4084,6 @@ export interface DoctorItemModel {
|
|
|
4078
4084
|
* @memberof DoctorItemModel
|
|
4079
4085
|
*/
|
|
4080
4086
|
'id'?: string;
|
|
4081
|
-
/**
|
|
4082
|
-
*
|
|
4083
|
-
* @type {string}
|
|
4084
|
-
* @memberof DoctorItemModel
|
|
4085
|
-
*/
|
|
4086
|
-
'languageCode'?: string | null;
|
|
4087
|
-
/**
|
|
4088
|
-
*
|
|
4089
|
-
* @type {string}
|
|
4090
|
-
* @memberof DoctorItemModel
|
|
4091
|
-
*/
|
|
4092
|
-
'userName'?: string | null;
|
|
4093
4087
|
/**
|
|
4094
4088
|
*
|
|
4095
4089
|
* @type {string}
|
|
@@ -4128,34 +4122,10 @@ export interface DoctorItemModel {
|
|
|
4128
4122
|
'photoThumbnail'?: string | null;
|
|
4129
4123
|
/**
|
|
4130
4124
|
*
|
|
4131
|
-
* @type {
|
|
4132
|
-
* @memberof DoctorItemModel
|
|
4133
|
-
*/
|
|
4134
|
-
'auditableEntity'?: AuditableEntity;
|
|
4135
|
-
/**
|
|
4136
|
-
*
|
|
4137
|
-
* @type {boolean}
|
|
4138
|
-
* @memberof DoctorItemModel
|
|
4139
|
-
*/
|
|
4140
|
-
'consultationEnabled'?: boolean | null;
|
|
4141
|
-
/**
|
|
4142
|
-
*
|
|
4143
|
-
* @type {number}
|
|
4144
|
-
* @memberof DoctorItemModel
|
|
4145
|
-
*/
|
|
4146
|
-
'consultationFee'?: number | null;
|
|
4147
|
-
/**
|
|
4148
|
-
*
|
|
4149
|
-
* @type {Array<DoctorSpecialtyItemModel>}
|
|
4150
|
-
* @memberof DoctorItemModel
|
|
4151
|
-
*/
|
|
4152
|
-
'doctorSpecialties'?: Array<DoctorSpecialtyItemModel> | null;
|
|
4153
|
-
/**
|
|
4154
|
-
*
|
|
4155
|
-
* @type {Array<DoctorAffiliationItemModel>}
|
|
4125
|
+
* @type {string}
|
|
4156
4126
|
* @memberof DoctorItemModel
|
|
4157
4127
|
*/
|
|
4158
|
-
'
|
|
4128
|
+
'timeZone'?: string | null;
|
|
4159
4129
|
}
|
|
4160
4130
|
/**
|
|
4161
4131
|
*
|
|
@@ -4238,12 +4208,6 @@ export interface DoctorModel {
|
|
|
4238
4208
|
* @memberof DoctorModel
|
|
4239
4209
|
*/
|
|
4240
4210
|
'id'?: string;
|
|
4241
|
-
/**
|
|
4242
|
-
*
|
|
4243
|
-
* @type {string}
|
|
4244
|
-
* @memberof DoctorModel
|
|
4245
|
-
*/
|
|
4246
|
-
'languageCode'?: string | null;
|
|
4247
4211
|
/**
|
|
4248
4212
|
*
|
|
4249
4213
|
* @type {string}
|
|
@@ -4340,60 +4304,12 @@ export interface DoctorModel {
|
|
|
4340
4304
|
* @memberof DoctorModel
|
|
4341
4305
|
*/
|
|
4342
4306
|
'locations'?: Array<UserLocationModel> | null;
|
|
4343
|
-
/**
|
|
4344
|
-
*
|
|
4345
|
-
* @type {string}
|
|
4346
|
-
* @memberof DoctorModel
|
|
4347
|
-
*/
|
|
4348
|
-
'overview'?: string | null;
|
|
4349
|
-
/**
|
|
4350
|
-
*
|
|
4351
|
-
* @type {string}
|
|
4352
|
-
* @memberof DoctorModel
|
|
4353
|
-
*/
|
|
4354
|
-
'description'?: string | null;
|
|
4355
|
-
/**
|
|
4356
|
-
*
|
|
4357
|
-
* @type {string}
|
|
4358
|
-
* @memberof DoctorModel
|
|
4359
|
-
*/
|
|
4360
|
-
'content'?: string | null;
|
|
4361
4307
|
/**
|
|
4362
4308
|
*
|
|
4363
4309
|
* @type {Date}
|
|
4364
4310
|
* @memberof DoctorModel
|
|
4365
4311
|
*/
|
|
4366
4312
|
'startPracticeDate'?: Date | null;
|
|
4367
|
-
/**
|
|
4368
|
-
*
|
|
4369
|
-
* @type {boolean}
|
|
4370
|
-
* @memberof DoctorModel
|
|
4371
|
-
*/
|
|
4372
|
-
'consultationEnabled'?: boolean | null;
|
|
4373
|
-
/**
|
|
4374
|
-
*
|
|
4375
|
-
* @type {number}
|
|
4376
|
-
* @memberof DoctorModel
|
|
4377
|
-
*/
|
|
4378
|
-
'consultationFee'?: number | null;
|
|
4379
|
-
/**
|
|
4380
|
-
*
|
|
4381
|
-
* @type {Array<DoctorSpecialtyItemModel>}
|
|
4382
|
-
* @memberof DoctorModel
|
|
4383
|
-
*/
|
|
4384
|
-
'doctorSpecialties'?: Array<DoctorSpecialtyItemModel> | null;
|
|
4385
|
-
/**
|
|
4386
|
-
*
|
|
4387
|
-
* @type {Array<DoctorAffiliationItemModel>}
|
|
4388
|
-
* @memberof DoctorModel
|
|
4389
|
-
*/
|
|
4390
|
-
'doctorAffiliations'?: Array<DoctorAffiliationItemModel> | null;
|
|
4391
|
-
/**
|
|
4392
|
-
*
|
|
4393
|
-
* @type {Array<LocalizedUrlModel>}
|
|
4394
|
-
* @memberof DoctorModel
|
|
4395
|
-
*/
|
|
4396
|
-
'localizedUrls'?: Array<LocalizedUrlModel> | null;
|
|
4397
4313
|
}
|
|
4398
4314
|
/**
|
|
4399
4315
|
*
|
|
@@ -4536,6 +4452,12 @@ export interface DoctorSimpleItemModel {
|
|
|
4536
4452
|
* @memberof DoctorSimpleItemModel
|
|
4537
4453
|
*/
|
|
4538
4454
|
'lastName'?: string | null;
|
|
4455
|
+
/**
|
|
4456
|
+
*
|
|
4457
|
+
* @type {string}
|
|
4458
|
+
* @memberof DoctorSimpleItemModel
|
|
4459
|
+
*/
|
|
4460
|
+
'fullname'?: string | null;
|
|
4539
4461
|
}
|
|
4540
4462
|
/**
|
|
4541
4463
|
*
|
|
@@ -7198,12 +7120,6 @@ export interface PatientModel {
|
|
|
7198
7120
|
* @memberof PatientModel
|
|
7199
7121
|
*/
|
|
7200
7122
|
'id'?: string;
|
|
7201
|
-
/**
|
|
7202
|
-
*
|
|
7203
|
-
* @type {string}
|
|
7204
|
-
* @memberof PatientModel
|
|
7205
|
-
*/
|
|
7206
|
-
'languageCode'?: string | null;
|
|
7207
7123
|
/**
|
|
7208
7124
|
*
|
|
7209
7125
|
* @type {string}
|
|
@@ -9328,12 +9244,6 @@ export interface UserModel {
|
|
|
9328
9244
|
* @memberof UserModel
|
|
9329
9245
|
*/
|
|
9330
9246
|
'id'?: string;
|
|
9331
|
-
/**
|
|
9332
|
-
*
|
|
9333
|
-
* @type {string}
|
|
9334
|
-
* @memberof UserModel
|
|
9335
|
-
*/
|
|
9336
|
-
'languageCode'?: string | null;
|
|
9337
9247
|
/**
|
|
9338
9248
|
*
|
|
9339
9249
|
* @type {string}
|
|
@@ -12396,6 +12306,14 @@ export declare const DoctorAffiliationsApiAxiosParamCreator: (configuration?: Co
|
|
|
12396
12306
|
* @throws {RequiredError}
|
|
12397
12307
|
*/
|
|
12398
12308
|
apiV2DoctoraffiliationsIdGet: (id: string, languageCode?: string | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
12309
|
+
/**
|
|
12310
|
+
*
|
|
12311
|
+
* @param {string} slug
|
|
12312
|
+
* @param {string} [languageCode]
|
|
12313
|
+
* @param {*} [options] Override http request option.
|
|
12314
|
+
* @throws {RequiredError}
|
|
12315
|
+
*/
|
|
12316
|
+
apiV2DoctoraffiliationsSlugGet: (slug: string, languageCode?: string | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
12399
12317
|
};
|
|
12400
12318
|
/**
|
|
12401
12319
|
* DoctorAffiliationsApi - functional programming interface
|
|
@@ -12427,6 +12345,14 @@ export declare const DoctorAffiliationsApiFp: (configuration?: Configuration | u
|
|
|
12427
12345
|
* @throws {RequiredError}
|
|
12428
12346
|
*/
|
|
12429
12347
|
apiV2DoctoraffiliationsIdGet(id: string, languageCode?: string | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorAffiliationModel>>;
|
|
12348
|
+
/**
|
|
12349
|
+
*
|
|
12350
|
+
* @param {string} slug
|
|
12351
|
+
* @param {string} [languageCode]
|
|
12352
|
+
* @param {*} [options] Override http request option.
|
|
12353
|
+
* @throws {RequiredError}
|
|
12354
|
+
*/
|
|
12355
|
+
apiV2DoctoraffiliationsSlugGet(slug: string, languageCode?: string | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorAffiliationModel>>;
|
|
12430
12356
|
};
|
|
12431
12357
|
/**
|
|
12432
12358
|
* DoctorAffiliationsApi - factory interface
|
|
@@ -12458,6 +12384,14 @@ export declare const DoctorAffiliationsApiFactory: (configuration?: Configuratio
|
|
|
12458
12384
|
* @throws {RequiredError}
|
|
12459
12385
|
*/
|
|
12460
12386
|
apiV2DoctoraffiliationsIdGet(id: string, languageCode?: string | undefined, options?: any): AxiosPromise<DoctorAffiliationModel>;
|
|
12387
|
+
/**
|
|
12388
|
+
*
|
|
12389
|
+
* @param {string} slug
|
|
12390
|
+
* @param {string} [languageCode]
|
|
12391
|
+
* @param {*} [options] Override http request option.
|
|
12392
|
+
* @throws {RequiredError}
|
|
12393
|
+
*/
|
|
12394
|
+
apiV2DoctoraffiliationsSlugGet(slug: string, languageCode?: string | undefined, options?: any): AxiosPromise<DoctorAffiliationModel>;
|
|
12461
12395
|
};
|
|
12462
12396
|
/**
|
|
12463
12397
|
* DoctorAffiliationsApi - object-oriented interface
|
|
@@ -12493,6 +12427,15 @@ export declare class DoctorAffiliationsApi extends BaseAPI {
|
|
|
12493
12427
|
* @memberof DoctorAffiliationsApi
|
|
12494
12428
|
*/
|
|
12495
12429
|
apiV2DoctoraffiliationsIdGet(id: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorAffiliationModel, any>>;
|
|
12430
|
+
/**
|
|
12431
|
+
*
|
|
12432
|
+
* @param {string} slug
|
|
12433
|
+
* @param {string} [languageCode]
|
|
12434
|
+
* @param {*} [options] Override http request option.
|
|
12435
|
+
* @throws {RequiredError}
|
|
12436
|
+
* @memberof DoctorAffiliationsApi
|
|
12437
|
+
*/
|
|
12438
|
+
apiV2DoctoraffiliationsSlugGet(slug: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorAffiliationModel, any>>;
|
|
12496
12439
|
}
|
|
12497
12440
|
/**
|
|
12498
12441
|
* DoctorsApi - axios parameter creator
|
|
@@ -12654,58 +12597,45 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
12654
12597
|
* @summary Get all Doctors.
|
|
12655
12598
|
* @param {string} [hospitalId]
|
|
12656
12599
|
* @param {string} [hospitalName]
|
|
12657
|
-
* @param {string} [languageCode]
|
|
12658
|
-
* @param {boolean} [returnDefaultValue]
|
|
12659
12600
|
* @param {Array<string>} [ids]
|
|
12660
12601
|
* @param {string} [specialtyId]
|
|
12661
12602
|
* @param {boolean} [consultationEnabled]
|
|
12603
|
+
* @param {string} [languageCode]
|
|
12662
12604
|
* @param {string} [id]
|
|
12663
12605
|
* @param {string} [fullname]
|
|
12664
12606
|
* @param {string} [email]
|
|
12665
12607
|
* @param {Gender} [gender]
|
|
12666
12608
|
* @param {Date} [dateOfBirth]
|
|
12667
12609
|
* @param {Date} [created]
|
|
12668
|
-
* @param {boolean} [showHidden]
|
|
12669
12610
|
* @param {number} [page]
|
|
12670
12611
|
* @param {number} [limit]
|
|
12671
12612
|
* @param {Date} [lastRetrieved]
|
|
12672
12613
|
* @param {*} [options] Override http request option.
|
|
12673
12614
|
* @throws {RequiredError}
|
|
12674
12615
|
*/
|
|
12675
|
-
apiV2DoctorsGet: (hospitalId?: string | undefined, hospitalName?: string | undefined,
|
|
12616
|
+
apiV2DoctorsGet: (hospitalId?: string | undefined, hospitalName?: string | undefined, ids?: string[] | undefined, specialtyId?: string | undefined, consultationEnabled?: boolean | undefined, languageCode?: string | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
12676
12617
|
/**
|
|
12677
12618
|
*
|
|
12678
12619
|
* @summary Get all Doctors.
|
|
12679
12620
|
* @param {string} [hospitalId]
|
|
12680
12621
|
* @param {string} [hospitalName]
|
|
12681
|
-
* @param {string} [languageCode]
|
|
12682
|
-
* @param {boolean} [returnDefaultValue]
|
|
12683
12622
|
* @param {Array<string>} [ids]
|
|
12684
12623
|
* @param {string} [specialtyId]
|
|
12685
12624
|
* @param {boolean} [consultationEnabled]
|
|
12625
|
+
* @param {string} [languageCode]
|
|
12686
12626
|
* @param {string} [id]
|
|
12687
12627
|
* @param {string} [fullname]
|
|
12688
12628
|
* @param {string} [email]
|
|
12689
12629
|
* @param {Gender} [gender]
|
|
12690
12630
|
* @param {Date} [dateOfBirth]
|
|
12691
12631
|
* @param {Date} [created]
|
|
12692
|
-
* @param {boolean} [showHidden]
|
|
12693
12632
|
* @param {number} [page]
|
|
12694
12633
|
* @param {number} [limit]
|
|
12695
12634
|
* @param {Date} [lastRetrieved]
|
|
12696
12635
|
* @param {*} [options] Override http request option.
|
|
12697
12636
|
* @throws {RequiredError}
|
|
12698
12637
|
*/
|
|
12699
|
-
apiV2DoctorsSimpleGet: (hospitalId?: string | undefined, hospitalName?: string | undefined,
|
|
12700
|
-
/**
|
|
12701
|
-
*
|
|
12702
|
-
* @param {string} slug
|
|
12703
|
-
* @param {string} [languageCode]
|
|
12704
|
-
* @param {boolean} [returnDefaultValue]
|
|
12705
|
-
* @param {*} [options] Override http request option.
|
|
12706
|
-
* @throws {RequiredError}
|
|
12707
|
-
*/
|
|
12708
|
-
apiV2DoctorsSlugGet: (slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
12638
|
+
apiV2DoctorsSimpleGet: (hospitalId?: string | undefined, hospitalName?: string | undefined, ids?: string[] | undefined, specialtyId?: string | undefined, consultationEnabled?: boolean | undefined, languageCode?: string | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
12709
12639
|
};
|
|
12710
12640
|
/**
|
|
12711
12641
|
* DoctorsApi - functional programming interface
|
|
@@ -12867,58 +12797,45 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
|
|
|
12867
12797
|
* @summary Get all Doctors.
|
|
12868
12798
|
* @param {string} [hospitalId]
|
|
12869
12799
|
* @param {string} [hospitalName]
|
|
12870
|
-
* @param {string} [languageCode]
|
|
12871
|
-
* @param {boolean} [returnDefaultValue]
|
|
12872
12800
|
* @param {Array<string>} [ids]
|
|
12873
12801
|
* @param {string} [specialtyId]
|
|
12874
12802
|
* @param {boolean} [consultationEnabled]
|
|
12803
|
+
* @param {string} [languageCode]
|
|
12875
12804
|
* @param {string} [id]
|
|
12876
12805
|
* @param {string} [fullname]
|
|
12877
12806
|
* @param {string} [email]
|
|
12878
12807
|
* @param {Gender} [gender]
|
|
12879
12808
|
* @param {Date} [dateOfBirth]
|
|
12880
12809
|
* @param {Date} [created]
|
|
12881
|
-
* @param {boolean} [showHidden]
|
|
12882
12810
|
* @param {number} [page]
|
|
12883
12811
|
* @param {number} [limit]
|
|
12884
12812
|
* @param {Date} [lastRetrieved]
|
|
12885
12813
|
* @param {*} [options] Override http request option.
|
|
12886
12814
|
* @throws {RequiredError}
|
|
12887
12815
|
*/
|
|
12888
|
-
apiV2DoctorsGet(hospitalId?: string | undefined, hospitalName?: string | undefined,
|
|
12816
|
+
apiV2DoctorsGet(hospitalId?: string | undefined, hospitalName?: string | undefined, ids?: string[] | undefined, specialtyId?: string | undefined, consultationEnabled?: boolean | undefined, languageCode?: string | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorsModel>>;
|
|
12889
12817
|
/**
|
|
12890
12818
|
*
|
|
12891
12819
|
* @summary Get all Doctors.
|
|
12892
12820
|
* @param {string} [hospitalId]
|
|
12893
12821
|
* @param {string} [hospitalName]
|
|
12894
|
-
* @param {string} [languageCode]
|
|
12895
|
-
* @param {boolean} [returnDefaultValue]
|
|
12896
12822
|
* @param {Array<string>} [ids]
|
|
12897
12823
|
* @param {string} [specialtyId]
|
|
12898
12824
|
* @param {boolean} [consultationEnabled]
|
|
12825
|
+
* @param {string} [languageCode]
|
|
12899
12826
|
* @param {string} [id]
|
|
12900
12827
|
* @param {string} [fullname]
|
|
12901
12828
|
* @param {string} [email]
|
|
12902
12829
|
* @param {Gender} [gender]
|
|
12903
12830
|
* @param {Date} [dateOfBirth]
|
|
12904
12831
|
* @param {Date} [created]
|
|
12905
|
-
* @param {boolean} [showHidden]
|
|
12906
12832
|
* @param {number} [page]
|
|
12907
12833
|
* @param {number} [limit]
|
|
12908
12834
|
* @param {Date} [lastRetrieved]
|
|
12909
12835
|
* @param {*} [options] Override http request option.
|
|
12910
12836
|
* @throws {RequiredError}
|
|
12911
12837
|
*/
|
|
12912
|
-
apiV2DoctorsSimpleGet(hospitalId?: string | undefined, hospitalName?: string | undefined,
|
|
12913
|
-
/**
|
|
12914
|
-
*
|
|
12915
|
-
* @param {string} slug
|
|
12916
|
-
* @param {string} [languageCode]
|
|
12917
|
-
* @param {boolean} [returnDefaultValue]
|
|
12918
|
-
* @param {*} [options] Override http request option.
|
|
12919
|
-
* @throws {RequiredError}
|
|
12920
|
-
*/
|
|
12921
|
-
apiV2DoctorsSlugGet(slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorModel>>;
|
|
12838
|
+
apiV2DoctorsSimpleGet(hospitalId?: string | undefined, hospitalName?: string | undefined, ids?: string[] | undefined, specialtyId?: string | undefined, consultationEnabled?: boolean | undefined, languageCode?: string | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorsSimpleModel>>;
|
|
12922
12839
|
};
|
|
12923
12840
|
/**
|
|
12924
12841
|
* DoctorsApi - factory interface
|
|
@@ -13080,58 +12997,45 @@ export declare const DoctorsApiFactory: (configuration?: Configuration | undefin
|
|
|
13080
12997
|
* @summary Get all Doctors.
|
|
13081
12998
|
* @param {string} [hospitalId]
|
|
13082
12999
|
* @param {string} [hospitalName]
|
|
13083
|
-
* @param {string} [languageCode]
|
|
13084
|
-
* @param {boolean} [returnDefaultValue]
|
|
13085
13000
|
* @param {Array<string>} [ids]
|
|
13086
13001
|
* @param {string} [specialtyId]
|
|
13087
13002
|
* @param {boolean} [consultationEnabled]
|
|
13003
|
+
* @param {string} [languageCode]
|
|
13088
13004
|
* @param {string} [id]
|
|
13089
13005
|
* @param {string} [fullname]
|
|
13090
13006
|
* @param {string} [email]
|
|
13091
13007
|
* @param {Gender} [gender]
|
|
13092
13008
|
* @param {Date} [dateOfBirth]
|
|
13093
13009
|
* @param {Date} [created]
|
|
13094
|
-
* @param {boolean} [showHidden]
|
|
13095
13010
|
* @param {number} [page]
|
|
13096
13011
|
* @param {number} [limit]
|
|
13097
13012
|
* @param {Date} [lastRetrieved]
|
|
13098
13013
|
* @param {*} [options] Override http request option.
|
|
13099
13014
|
* @throws {RequiredError}
|
|
13100
13015
|
*/
|
|
13101
|
-
apiV2DoctorsGet(hospitalId?: string | undefined, hospitalName?: string | undefined,
|
|
13016
|
+
apiV2DoctorsGet(hospitalId?: string | undefined, hospitalName?: string | undefined, ids?: string[] | undefined, specialtyId?: string | undefined, consultationEnabled?: boolean | undefined, languageCode?: string | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DoctorsModel>;
|
|
13102
13017
|
/**
|
|
13103
13018
|
*
|
|
13104
13019
|
* @summary Get all Doctors.
|
|
13105
13020
|
* @param {string} [hospitalId]
|
|
13106
13021
|
* @param {string} [hospitalName]
|
|
13107
|
-
* @param {string} [languageCode]
|
|
13108
|
-
* @param {boolean} [returnDefaultValue]
|
|
13109
13022
|
* @param {Array<string>} [ids]
|
|
13110
13023
|
* @param {string} [specialtyId]
|
|
13111
13024
|
* @param {boolean} [consultationEnabled]
|
|
13025
|
+
* @param {string} [languageCode]
|
|
13112
13026
|
* @param {string} [id]
|
|
13113
13027
|
* @param {string} [fullname]
|
|
13114
13028
|
* @param {string} [email]
|
|
13115
13029
|
* @param {Gender} [gender]
|
|
13116
13030
|
* @param {Date} [dateOfBirth]
|
|
13117
13031
|
* @param {Date} [created]
|
|
13118
|
-
* @param {boolean} [showHidden]
|
|
13119
13032
|
* @param {number} [page]
|
|
13120
13033
|
* @param {number} [limit]
|
|
13121
13034
|
* @param {Date} [lastRetrieved]
|
|
13122
13035
|
* @param {*} [options] Override http request option.
|
|
13123
13036
|
* @throws {RequiredError}
|
|
13124
13037
|
*/
|
|
13125
|
-
apiV2DoctorsSimpleGet(hospitalId?: string | undefined, hospitalName?: string | undefined,
|
|
13126
|
-
/**
|
|
13127
|
-
*
|
|
13128
|
-
* @param {string} slug
|
|
13129
|
-
* @param {string} [languageCode]
|
|
13130
|
-
* @param {boolean} [returnDefaultValue]
|
|
13131
|
-
* @param {*} [options] Override http request option.
|
|
13132
|
-
* @throws {RequiredError}
|
|
13133
|
-
*/
|
|
13134
|
-
apiV2DoctorsSlugGet(slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: any): AxiosPromise<DoctorModel>;
|
|
13038
|
+
apiV2DoctorsSimpleGet(hospitalId?: string | undefined, hospitalName?: string | undefined, ids?: string[] | undefined, specialtyId?: string | undefined, consultationEnabled?: boolean | undefined, languageCode?: string | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DoctorsSimpleModel>;
|
|
13135
13039
|
};
|
|
13136
13040
|
/**
|
|
13137
13041
|
* DoctorsApi - object-oriented interface
|
|
@@ -13308,18 +13212,16 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
13308
13212
|
* @summary Get all Doctors.
|
|
13309
13213
|
* @param {string} [hospitalId]
|
|
13310
13214
|
* @param {string} [hospitalName]
|
|
13311
|
-
* @param {string} [languageCode]
|
|
13312
|
-
* @param {boolean} [returnDefaultValue]
|
|
13313
13215
|
* @param {Array<string>} [ids]
|
|
13314
13216
|
* @param {string} [specialtyId]
|
|
13315
13217
|
* @param {boolean} [consultationEnabled]
|
|
13218
|
+
* @param {string} [languageCode]
|
|
13316
13219
|
* @param {string} [id]
|
|
13317
13220
|
* @param {string} [fullname]
|
|
13318
13221
|
* @param {string} [email]
|
|
13319
13222
|
* @param {Gender} [gender]
|
|
13320
13223
|
* @param {Date} [dateOfBirth]
|
|
13321
13224
|
* @param {Date} [created]
|
|
13322
|
-
* @param {boolean} [showHidden]
|
|
13323
13225
|
* @param {number} [page]
|
|
13324
13226
|
* @param {number} [limit]
|
|
13325
13227
|
* @param {Date} [lastRetrieved]
|
|
@@ -13327,24 +13229,22 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
13327
13229
|
* @throws {RequiredError}
|
|
13328
13230
|
* @memberof DoctorsApi
|
|
13329
13231
|
*/
|
|
13330
|
-
apiV2DoctorsGet(hospitalId?: string, hospitalName?: string,
|
|
13232
|
+
apiV2DoctorsGet(hospitalId?: string, hospitalName?: string, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, languageCode?: string, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorsModel, any>>;
|
|
13331
13233
|
/**
|
|
13332
13234
|
*
|
|
13333
13235
|
* @summary Get all Doctors.
|
|
13334
13236
|
* @param {string} [hospitalId]
|
|
13335
13237
|
* @param {string} [hospitalName]
|
|
13336
|
-
* @param {string} [languageCode]
|
|
13337
|
-
* @param {boolean} [returnDefaultValue]
|
|
13338
13238
|
* @param {Array<string>} [ids]
|
|
13339
13239
|
* @param {string} [specialtyId]
|
|
13340
13240
|
* @param {boolean} [consultationEnabled]
|
|
13241
|
+
* @param {string} [languageCode]
|
|
13341
13242
|
* @param {string} [id]
|
|
13342
13243
|
* @param {string} [fullname]
|
|
13343
13244
|
* @param {string} [email]
|
|
13344
13245
|
* @param {Gender} [gender]
|
|
13345
13246
|
* @param {Date} [dateOfBirth]
|
|
13346
13247
|
* @param {Date} [created]
|
|
13347
|
-
* @param {boolean} [showHidden]
|
|
13348
13248
|
* @param {number} [page]
|
|
13349
13249
|
* @param {number} [limit]
|
|
13350
13250
|
* @param {Date} [lastRetrieved]
|
|
@@ -13352,17 +13252,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
13352
13252
|
* @throws {RequiredError}
|
|
13353
13253
|
* @memberof DoctorsApi
|
|
13354
13254
|
*/
|
|
13355
|
-
apiV2DoctorsSimpleGet(hospitalId?: string, hospitalName?: string,
|
|
13356
|
-
/**
|
|
13357
|
-
*
|
|
13358
|
-
* @param {string} slug
|
|
13359
|
-
* @param {string} [languageCode]
|
|
13360
|
-
* @param {boolean} [returnDefaultValue]
|
|
13361
|
-
* @param {*} [options] Override http request option.
|
|
13362
|
-
* @throws {RequiredError}
|
|
13363
|
-
* @memberof DoctorsApi
|
|
13364
|
-
*/
|
|
13365
|
-
apiV2DoctorsSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorModel, any>>;
|
|
13255
|
+
apiV2DoctorsSimpleGet(hospitalId?: string, hospitalName?: string, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, languageCode?: string, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorsSimpleModel, any>>;
|
|
13366
13256
|
}
|
|
13367
13257
|
/**
|
|
13368
13258
|
* FaqCategoriesApi - axios parameter creator
|