ch-api-client-typescript2 3.4.3 → 3.4.6

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
@@ -3600,31 +3600,25 @@ export interface DoctorAffiliationItemModel {
3600
3600
  * @type {string}
3601
3601
  * @memberof DoctorAffiliationItemModel
3602
3602
  */
3603
- 'hospitalId'?: string;
3604
- /**
3605
- *
3606
- * @type {string}
3607
- * @memberof DoctorAffiliationItemModel
3608
- */
3609
- 'hospitalName'?: string | null;
3603
+ 'languageCode'?: string | null;
3610
3604
  /**
3611
3605
  *
3612
3606
  * @type {string}
3613
3607
  * @memberof DoctorAffiliationItemModel
3614
3608
  */
3615
- 'hospitalSlug'?: string | null;
3609
+ 'hospitalId'?: string;
3616
3610
  /**
3617
3611
  *
3618
3612
  * @type {string}
3619
3613
  * @memberof DoctorAffiliationItemModel
3620
3614
  */
3621
- 'doctorId'?: string;
3615
+ 'hospitalName'?: string | null;
3622
3616
  /**
3623
3617
  *
3624
3618
  * @type {string}
3625
3619
  * @memberof DoctorAffiliationItemModel
3626
3620
  */
3627
- 'languageCode'?: string | null;
3621
+ 'hospitalSlug'?: string | null;
3628
3622
  /**
3629
3623
  *
3630
3624
  * @type {string}
@@ -3691,31 +3685,25 @@ export interface DoctorAffiliationModel {
3691
3685
  * @type {string}
3692
3686
  * @memberof DoctorAffiliationModel
3693
3687
  */
3694
- 'hospitalId'?: string;
3695
- /**
3696
- *
3697
- * @type {string}
3698
- * @memberof DoctorAffiliationModel
3699
- */
3700
- 'hospitalName'?: string | null;
3688
+ 'languageCode'?: string | null;
3701
3689
  /**
3702
3690
  *
3703
3691
  * @type {string}
3704
3692
  * @memberof DoctorAffiliationModel
3705
3693
  */
3706
- 'hospitalSlug'?: string | null;
3694
+ 'hospitalId'?: string;
3707
3695
  /**
3708
3696
  *
3709
3697
  * @type {string}
3710
3698
  * @memberof DoctorAffiliationModel
3711
3699
  */
3712
- 'doctorId'?: string;
3700
+ 'hospitalName'?: string | null;
3713
3701
  /**
3714
3702
  *
3715
3703
  * @type {string}
3716
3704
  * @memberof DoctorAffiliationModel
3717
3705
  */
3718
- 'languageCode'?: string | null;
3706
+ 'hospitalSlug'?: string | null;
3719
3707
  /**
3720
3708
  *
3721
3709
  * @type {string}
@@ -4078,18 +4066,6 @@ export interface DoctorItemModel {
4078
4066
  * @memberof DoctorItemModel
4079
4067
  */
4080
4068
  '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
4069
  /**
4094
4070
  *
4095
4071
  * @type {string}
@@ -4128,34 +4104,10 @@ export interface DoctorItemModel {
4128
4104
  'photoThumbnail'?: string | null;
4129
4105
  /**
4130
4106
  *
4131
- * @type {AuditableEntity}
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>}
4107
+ * @type {string}
4156
4108
  * @memberof DoctorItemModel
4157
4109
  */
4158
- 'doctorAffiliations'?: Array<DoctorAffiliationItemModel> | null;
4110
+ 'timeZone'?: string | null;
4159
4111
  }
4160
4112
  /**
4161
4113
  *
@@ -4238,12 +4190,6 @@ export interface DoctorModel {
4238
4190
  * @memberof DoctorModel
4239
4191
  */
4240
4192
  'id'?: string;
4241
- /**
4242
- *
4243
- * @type {string}
4244
- * @memberof DoctorModel
4245
- */
4246
- 'languageCode'?: string | null;
4247
4193
  /**
4248
4194
  *
4249
4195
  * @type {string}
@@ -4340,60 +4286,12 @@ export interface DoctorModel {
4340
4286
  * @memberof DoctorModel
4341
4287
  */
4342
4288
  '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
4289
  /**
4362
4290
  *
4363
4291
  * @type {Date}
4364
4292
  * @memberof DoctorModel
4365
4293
  */
4366
4294
  '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
4295
  }
4398
4296
  /**
4399
4297
  *
@@ -4536,6 +4434,12 @@ export interface DoctorSimpleItemModel {
4536
4434
  * @memberof DoctorSimpleItemModel
4537
4435
  */
4538
4436
  'lastName'?: string | null;
4437
+ /**
4438
+ *
4439
+ * @type {string}
4440
+ * @memberof DoctorSimpleItemModel
4441
+ */
4442
+ 'fullname'?: string | null;
4539
4443
  }
4540
4444
  /**
4541
4445
  *
@@ -7198,12 +7102,6 @@ export interface PatientModel {
7198
7102
  * @memberof PatientModel
7199
7103
  */
7200
7104
  'id'?: string;
7201
- /**
7202
- *
7203
- * @type {string}
7204
- * @memberof PatientModel
7205
- */
7206
- 'languageCode'?: string | null;
7207
7105
  /**
7208
7106
  *
7209
7107
  * @type {string}
@@ -9328,12 +9226,6 @@ export interface UserModel {
9328
9226
  * @memberof UserModel
9329
9227
  */
9330
9228
  'id'?: string;
9331
- /**
9332
- *
9333
- * @type {string}
9334
- * @memberof UserModel
9335
- */
9336
- 'languageCode'?: string | null;
9337
9229
  /**
9338
9230
  *
9339
9231
  * @type {string}
@@ -12396,6 +12288,14 @@ export declare const DoctorAffiliationsApiAxiosParamCreator: (configuration?: Co
12396
12288
  * @throws {RequiredError}
12397
12289
  */
12398
12290
  apiV2DoctoraffiliationsIdGet: (id: string, languageCode?: string | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
12291
+ /**
12292
+ *
12293
+ * @param {string} slug
12294
+ * @param {string} [languageCode]
12295
+ * @param {*} [options] Override http request option.
12296
+ * @throws {RequiredError}
12297
+ */
12298
+ apiV2DoctoraffiliationsSlugGet: (slug: string, languageCode?: string | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
12399
12299
  };
12400
12300
  /**
12401
12301
  * DoctorAffiliationsApi - functional programming interface
@@ -12427,6 +12327,14 @@ export declare const DoctorAffiliationsApiFp: (configuration?: Configuration | u
12427
12327
  * @throws {RequiredError}
12428
12328
  */
12429
12329
  apiV2DoctoraffiliationsIdGet(id: string, languageCode?: string | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorAffiliationModel>>;
12330
+ /**
12331
+ *
12332
+ * @param {string} slug
12333
+ * @param {string} [languageCode]
12334
+ * @param {*} [options] Override http request option.
12335
+ * @throws {RequiredError}
12336
+ */
12337
+ apiV2DoctoraffiliationsSlugGet(slug: string, languageCode?: string | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorAffiliationModel>>;
12430
12338
  };
12431
12339
  /**
12432
12340
  * DoctorAffiliationsApi - factory interface
@@ -12458,6 +12366,14 @@ export declare const DoctorAffiliationsApiFactory: (configuration?: Configuratio
12458
12366
  * @throws {RequiredError}
12459
12367
  */
12460
12368
  apiV2DoctoraffiliationsIdGet(id: string, languageCode?: string | undefined, options?: any): AxiosPromise<DoctorAffiliationModel>;
12369
+ /**
12370
+ *
12371
+ * @param {string} slug
12372
+ * @param {string} [languageCode]
12373
+ * @param {*} [options] Override http request option.
12374
+ * @throws {RequiredError}
12375
+ */
12376
+ apiV2DoctoraffiliationsSlugGet(slug: string, languageCode?: string | undefined, options?: any): AxiosPromise<DoctorAffiliationModel>;
12461
12377
  };
12462
12378
  /**
12463
12379
  * DoctorAffiliationsApi - object-oriented interface
@@ -12493,6 +12409,15 @@ export declare class DoctorAffiliationsApi extends BaseAPI {
12493
12409
  * @memberof DoctorAffiliationsApi
12494
12410
  */
12495
12411
  apiV2DoctoraffiliationsIdGet(id: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorAffiliationModel, any>>;
12412
+ /**
12413
+ *
12414
+ * @param {string} slug
12415
+ * @param {string} [languageCode]
12416
+ * @param {*} [options] Override http request option.
12417
+ * @throws {RequiredError}
12418
+ * @memberof DoctorAffiliationsApi
12419
+ */
12420
+ apiV2DoctoraffiliationsSlugGet(slug: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorAffiliationModel, any>>;
12496
12421
  }
12497
12422
  /**
12498
12423
  * DoctorsApi - axios parameter creator
@@ -12654,58 +12579,45 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
12654
12579
  * @summary Get all Doctors.
12655
12580
  * @param {string} [hospitalId]
12656
12581
  * @param {string} [hospitalName]
12657
- * @param {string} [languageCode]
12658
- * @param {boolean} [returnDefaultValue]
12659
12582
  * @param {Array<string>} [ids]
12660
12583
  * @param {string} [specialtyId]
12661
12584
  * @param {boolean} [consultationEnabled]
12585
+ * @param {string} [languageCode]
12662
12586
  * @param {string} [id]
12663
12587
  * @param {string} [fullname]
12664
12588
  * @param {string} [email]
12665
12589
  * @param {Gender} [gender]
12666
12590
  * @param {Date} [dateOfBirth]
12667
12591
  * @param {Date} [created]
12668
- * @param {boolean} [showHidden]
12669
12592
  * @param {number} [page]
12670
12593
  * @param {number} [limit]
12671
12594
  * @param {Date} [lastRetrieved]
12672
12595
  * @param {*} [options] Override http request option.
12673
12596
  * @throws {RequiredError}
12674
12597
  */
12675
- apiV2DoctorsGet: (hospitalId?: string | undefined, hospitalName?: 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>;
12598
+ 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
12599
  /**
12677
12600
  *
12678
12601
  * @summary Get all Doctors.
12679
12602
  * @param {string} [hospitalId]
12680
12603
  * @param {string} [hospitalName]
12681
- * @param {string} [languageCode]
12682
- * @param {boolean} [returnDefaultValue]
12683
12604
  * @param {Array<string>} [ids]
12684
12605
  * @param {string} [specialtyId]
12685
12606
  * @param {boolean} [consultationEnabled]
12607
+ * @param {string} [languageCode]
12686
12608
  * @param {string} [id]
12687
12609
  * @param {string} [fullname]
12688
12610
  * @param {string} [email]
12689
12611
  * @param {Gender} [gender]
12690
12612
  * @param {Date} [dateOfBirth]
12691
12613
  * @param {Date} [created]
12692
- * @param {boolean} [showHidden]
12693
12614
  * @param {number} [page]
12694
12615
  * @param {number} [limit]
12695
12616
  * @param {Date} [lastRetrieved]
12696
12617
  * @param {*} [options] Override http request option.
12697
12618
  * @throws {RequiredError}
12698
12619
  */
12699
- apiV2DoctorsSimpleGet: (hospitalId?: string | undefined, hospitalName?: 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>;
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>;
12620
+ 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
12621
  };
12710
12622
  /**
12711
12623
  * DoctorsApi - functional programming interface
@@ -12867,58 +12779,45 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
12867
12779
  * @summary Get all Doctors.
12868
12780
  * @param {string} [hospitalId]
12869
12781
  * @param {string} [hospitalName]
12870
- * @param {string} [languageCode]
12871
- * @param {boolean} [returnDefaultValue]
12872
12782
  * @param {Array<string>} [ids]
12873
12783
  * @param {string} [specialtyId]
12874
12784
  * @param {boolean} [consultationEnabled]
12785
+ * @param {string} [languageCode]
12875
12786
  * @param {string} [id]
12876
12787
  * @param {string} [fullname]
12877
12788
  * @param {string} [email]
12878
12789
  * @param {Gender} [gender]
12879
12790
  * @param {Date} [dateOfBirth]
12880
12791
  * @param {Date} [created]
12881
- * @param {boolean} [showHidden]
12882
12792
  * @param {number} [page]
12883
12793
  * @param {number} [limit]
12884
12794
  * @param {Date} [lastRetrieved]
12885
12795
  * @param {*} [options] Override http request option.
12886
12796
  * @throws {RequiredError}
12887
12797
  */
12888
- apiV2DoctorsGet(hospitalId?: string | undefined, hospitalName?: 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<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorsModel>>;
12798
+ 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
12799
  /**
12890
12800
  *
12891
12801
  * @summary Get all Doctors.
12892
12802
  * @param {string} [hospitalId]
12893
12803
  * @param {string} [hospitalName]
12894
- * @param {string} [languageCode]
12895
- * @param {boolean} [returnDefaultValue]
12896
12804
  * @param {Array<string>} [ids]
12897
12805
  * @param {string} [specialtyId]
12898
12806
  * @param {boolean} [consultationEnabled]
12807
+ * @param {string} [languageCode]
12899
12808
  * @param {string} [id]
12900
12809
  * @param {string} [fullname]
12901
12810
  * @param {string} [email]
12902
12811
  * @param {Gender} [gender]
12903
12812
  * @param {Date} [dateOfBirth]
12904
12813
  * @param {Date} [created]
12905
- * @param {boolean} [showHidden]
12906
12814
  * @param {number} [page]
12907
12815
  * @param {number} [limit]
12908
12816
  * @param {Date} [lastRetrieved]
12909
12817
  * @param {*} [options] Override http request option.
12910
12818
  * @throws {RequiredError}
12911
12819
  */
12912
- apiV2DoctorsSimpleGet(hospitalId?: string | undefined, hospitalName?: 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<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorsSimpleModel>>;
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>>;
12820
+ 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
12821
  };
12923
12822
  /**
12924
12823
  * DoctorsApi - factory interface
@@ -13080,58 +12979,45 @@ export declare const DoctorsApiFactory: (configuration?: Configuration | undefin
13080
12979
  * @summary Get all Doctors.
13081
12980
  * @param {string} [hospitalId]
13082
12981
  * @param {string} [hospitalName]
13083
- * @param {string} [languageCode]
13084
- * @param {boolean} [returnDefaultValue]
13085
12982
  * @param {Array<string>} [ids]
13086
12983
  * @param {string} [specialtyId]
13087
12984
  * @param {boolean} [consultationEnabled]
12985
+ * @param {string} [languageCode]
13088
12986
  * @param {string} [id]
13089
12987
  * @param {string} [fullname]
13090
12988
  * @param {string} [email]
13091
12989
  * @param {Gender} [gender]
13092
12990
  * @param {Date} [dateOfBirth]
13093
12991
  * @param {Date} [created]
13094
- * @param {boolean} [showHidden]
13095
12992
  * @param {number} [page]
13096
12993
  * @param {number} [limit]
13097
12994
  * @param {Date} [lastRetrieved]
13098
12995
  * @param {*} [options] Override http request option.
13099
12996
  * @throws {RequiredError}
13100
12997
  */
13101
- apiV2DoctorsGet(hospitalId?: string | undefined, hospitalName?: 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>;
12998
+ 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
12999
  /**
13103
13000
  *
13104
13001
  * @summary Get all Doctors.
13105
13002
  * @param {string} [hospitalId]
13106
13003
  * @param {string} [hospitalName]
13107
- * @param {string} [languageCode]
13108
- * @param {boolean} [returnDefaultValue]
13109
13004
  * @param {Array<string>} [ids]
13110
13005
  * @param {string} [specialtyId]
13111
13006
  * @param {boolean} [consultationEnabled]
13007
+ * @param {string} [languageCode]
13112
13008
  * @param {string} [id]
13113
13009
  * @param {string} [fullname]
13114
13010
  * @param {string} [email]
13115
13011
  * @param {Gender} [gender]
13116
13012
  * @param {Date} [dateOfBirth]
13117
13013
  * @param {Date} [created]
13118
- * @param {boolean} [showHidden]
13119
13014
  * @param {number} [page]
13120
13015
  * @param {number} [limit]
13121
13016
  * @param {Date} [lastRetrieved]
13122
13017
  * @param {*} [options] Override http request option.
13123
13018
  * @throws {RequiredError}
13124
13019
  */
13125
- apiV2DoctorsSimpleGet(hospitalId?: string | undefined, hospitalName?: 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>;
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>;
13020
+ 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
13021
  };
13136
13022
  /**
13137
13023
  * DoctorsApi - object-oriented interface
@@ -13308,18 +13194,16 @@ export declare class DoctorsApi extends BaseAPI {
13308
13194
  * @summary Get all Doctors.
13309
13195
  * @param {string} [hospitalId]
13310
13196
  * @param {string} [hospitalName]
13311
- * @param {string} [languageCode]
13312
- * @param {boolean} [returnDefaultValue]
13313
13197
  * @param {Array<string>} [ids]
13314
13198
  * @param {string} [specialtyId]
13315
13199
  * @param {boolean} [consultationEnabled]
13200
+ * @param {string} [languageCode]
13316
13201
  * @param {string} [id]
13317
13202
  * @param {string} [fullname]
13318
13203
  * @param {string} [email]
13319
13204
  * @param {Gender} [gender]
13320
13205
  * @param {Date} [dateOfBirth]
13321
13206
  * @param {Date} [created]
13322
- * @param {boolean} [showHidden]
13323
13207
  * @param {number} [page]
13324
13208
  * @param {number} [limit]
13325
13209
  * @param {Date} [lastRetrieved]
@@ -13327,24 +13211,22 @@ export declare class DoctorsApi extends BaseAPI {
13327
13211
  * @throws {RequiredError}
13328
13212
  * @memberof DoctorsApi
13329
13213
  */
13330
- apiV2DoctorsGet(hospitalId?: string, hospitalName?: 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, any>>;
13214
+ 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
13215
  /**
13332
13216
  *
13333
13217
  * @summary Get all Doctors.
13334
13218
  * @param {string} [hospitalId]
13335
13219
  * @param {string} [hospitalName]
13336
- * @param {string} [languageCode]
13337
- * @param {boolean} [returnDefaultValue]
13338
13220
  * @param {Array<string>} [ids]
13339
13221
  * @param {string} [specialtyId]
13340
13222
  * @param {boolean} [consultationEnabled]
13223
+ * @param {string} [languageCode]
13341
13224
  * @param {string} [id]
13342
13225
  * @param {string} [fullname]
13343
13226
  * @param {string} [email]
13344
13227
  * @param {Gender} [gender]
13345
13228
  * @param {Date} [dateOfBirth]
13346
13229
  * @param {Date} [created]
13347
- * @param {boolean} [showHidden]
13348
13230
  * @param {number} [page]
13349
13231
  * @param {number} [limit]
13350
13232
  * @param {Date} [lastRetrieved]
@@ -13352,17 +13234,7 @@ export declare class DoctorsApi extends BaseAPI {
13352
13234
  * @throws {RequiredError}
13353
13235
  * @memberof DoctorsApi
13354
13236
  */
13355
- apiV2DoctorsSimpleGet(hospitalId?: string, hospitalName?: 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, any>>;
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>>;
13237
+ 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
13238
  }
13367
13239
  /**
13368
13240
  * FaqCategoriesApi - axios parameter creator