ch-api-client-typescript2 3.3.3 → 3.3.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
@@ -3805,6 +3805,12 @@ export interface DealsSimpleModel {
3805
3805
  * @interface DoctorAffiliationItemModel
3806
3806
  */
3807
3807
  export interface DoctorAffiliationItemModel {
3808
+ /**
3809
+ *
3810
+ * @type {string}
3811
+ * @memberof DoctorAffiliationItemModel
3812
+ */
3813
+ 'languageCode'?: string | null;
3808
3814
  /**
3809
3815
  *
3810
3816
  * @type {string}
@@ -3823,6 +3829,12 @@ export interface DoctorAffiliationItemModel {
3823
3829
  * @memberof DoctorAffiliationItemModel
3824
3830
  */
3825
3831
  'hospitalSlug'?: string | null;
3832
+ /**
3833
+ *
3834
+ * @type {number}
3835
+ * @memberof DoctorAffiliationItemModel
3836
+ */
3837
+ 'order'?: number;
3826
3838
  }
3827
3839
  /**
3828
3840
  *
@@ -3830,6 +3842,12 @@ export interface DoctorAffiliationItemModel {
3830
3842
  * @interface DoctorAffiliationModel
3831
3843
  */
3832
3844
  export interface DoctorAffiliationModel {
3845
+ /**
3846
+ *
3847
+ * @type {string}
3848
+ * @memberof DoctorAffiliationModel
3849
+ */
3850
+ 'languageCode'?: string | null;
3833
3851
  /**
3834
3852
  *
3835
3853
  * @type {string}
@@ -3848,6 +3866,12 @@ export interface DoctorAffiliationModel {
3848
3866
  * @memberof DoctorAffiliationModel
3849
3867
  */
3850
3868
  'hospitalSlug'?: string | null;
3869
+ /**
3870
+ *
3871
+ * @type {number}
3872
+ * @memberof DoctorAffiliationModel
3873
+ */
3874
+ 'order'?: number;
3851
3875
  }
3852
3876
  /**
3853
3877
  *
@@ -4119,7 +4143,37 @@ export interface DoctorItemModel {
4119
4143
  * @type {string}
4120
4144
  * @memberof DoctorItemModel
4121
4145
  */
4122
- 'name'?: string | null;
4146
+ 'languageCode'?: string | null;
4147
+ /**
4148
+ *
4149
+ * @type {string}
4150
+ * @memberof DoctorItemModel
4151
+ */
4152
+ 'userName'?: string | null;
4153
+ /**
4154
+ *
4155
+ * @type {string}
4156
+ * @memberof DoctorItemModel
4157
+ */
4158
+ 'firstName'?: string | null;
4159
+ /**
4160
+ *
4161
+ * @type {string}
4162
+ * @memberof DoctorItemModel
4163
+ */
4164
+ 'middleName'?: string | null;
4165
+ /**
4166
+ *
4167
+ * @type {string}
4168
+ * @memberof DoctorItemModel
4169
+ */
4170
+ 'lastName'?: string | null;
4171
+ /**
4172
+ *
4173
+ * @type {string}
4174
+ * @memberof DoctorItemModel
4175
+ */
4176
+ 'fullName'?: string | null;
4123
4177
  /**
4124
4178
  *
4125
4179
  * @type {string}
@@ -4131,19 +4185,43 @@ export interface DoctorItemModel {
4131
4185
  * @type {boolean}
4132
4186
  * @memberof DoctorItemModel
4133
4187
  */
4134
- 'consultationEnabled'?: boolean | null;
4188
+ 'confirmed'?: boolean;
4135
4189
  /**
4136
4190
  *
4137
- * @type {number}
4191
+ * @type {string}
4138
4192
  * @memberof DoctorItemModel
4139
4193
  */
4140
- 'consultationFee'?: number | null;
4194
+ 'userType'?: string | null;
4195
+ /**
4196
+ *
4197
+ * @type {string}
4198
+ * @memberof DoctorItemModel
4199
+ */
4200
+ 'photo'?: string | null;
4201
+ /**
4202
+ *
4203
+ * @type {string}
4204
+ * @memberof DoctorItemModel
4205
+ */
4206
+ 'photoThumbnail'?: string | null;
4207
+ /**
4208
+ *
4209
+ * @type {AuditableEntity}
4210
+ * @memberof DoctorItemModel
4211
+ */
4212
+ 'auditableEntity'?: AuditableEntity;
4141
4213
  /**
4142
4214
  *
4143
4215
  * @type {boolean}
4144
4216
  * @memberof DoctorItemModel
4145
4217
  */
4146
- 'confirmed'?: boolean;
4218
+ 'consultationEnabled'?: boolean | null;
4219
+ /**
4220
+ *
4221
+ * @type {number}
4222
+ * @memberof DoctorItemModel
4223
+ */
4224
+ 'consultationFee'?: number | null;
4147
4225
  /**
4148
4226
  *
4149
4227
  * @type {Array<DoctorSpecialtyItemModel>}
@@ -4238,6 +4316,12 @@ export interface DoctorModel {
4238
4316
  * @memberof DoctorModel
4239
4317
  */
4240
4318
  'id'?: string;
4319
+ /**
4320
+ *
4321
+ * @type {string}
4322
+ * @memberof DoctorModel
4323
+ */
4324
+ 'languageCode'?: string | null;
4241
4325
  /**
4242
4326
  *
4243
4327
  * @type {string}
@@ -4276,16 +4360,16 @@ export interface DoctorModel {
4276
4360
  'slug'?: string | null;
4277
4361
  /**
4278
4362
  *
4279
- * @type {string}
4363
+ * @type {boolean}
4280
4364
  * @memberof DoctorModel
4281
4365
  */
4282
- 'phone'?: string | null;
4366
+ 'confirmed'?: boolean;
4283
4367
  /**
4284
4368
  *
4285
4369
  * @type {string}
4286
4370
  * @memberof DoctorModel
4287
4371
  */
4288
- 'email'?: string | null;
4372
+ 'userType'?: string | null;
4289
4373
  /**
4290
4374
  *
4291
4375
  * @type {string}
@@ -4300,40 +4384,46 @@ export interface DoctorModel {
4300
4384
  'photoThumbnail'?: string | null;
4301
4385
  /**
4302
4386
  *
4303
- * @type {Gender}
4387
+ * @type {AuditableEntity}
4304
4388
  * @memberof DoctorModel
4305
4389
  */
4306
- 'gender'?: Gender;
4390
+ 'auditableEntity'?: AuditableEntity;
4307
4391
  /**
4308
4392
  *
4309
- * @type {Date}
4393
+ * @type {string}
4310
4394
  * @memberof DoctorModel
4311
4395
  */
4312
- 'dateOfBirth'?: Date | null;
4396
+ 'phone'?: string | null;
4313
4397
  /**
4314
4398
  *
4315
4399
  * @type {string}
4316
4400
  * @memberof DoctorModel
4317
4401
  */
4318
- 'timeZone'?: string | null;
4402
+ 'email'?: string | null;
4319
4403
  /**
4320
4404
  *
4321
- * @type {string}
4405
+ * @type {Gender}
4322
4406
  * @memberof DoctorModel
4323
4407
  */
4324
- 'communicationUserId'?: string | null;
4408
+ 'gender'?: Gender;
4325
4409
  /**
4326
4410
  *
4327
- * @type {AuditableEntity}
4411
+ * @type {Date}
4328
4412
  * @memberof DoctorModel
4329
4413
  */
4330
- 'auditableEntity'?: AuditableEntity;
4414
+ 'dateOfBirth'?: Date | null;
4331
4415
  /**
4332
4416
  *
4333
4417
  * @type {string}
4334
4418
  * @memberof DoctorModel
4335
4419
  */
4336
- 'userType'?: string | null;
4420
+ 'timeZone'?: string | null;
4421
+ /**
4422
+ *
4423
+ * @type {string}
4424
+ * @memberof DoctorModel
4425
+ */
4426
+ 'communicationUserId'?: string | null;
4337
4427
  /**
4338
4428
  *
4339
4429
  * @type {Array<UserLanguageModel>}
@@ -4351,31 +4441,25 @@ export interface DoctorModel {
4351
4441
  * @type {string}
4352
4442
  * @memberof DoctorModel
4353
4443
  */
4354
- 'languageCode'?: string | null;
4355
- /**
4356
- *
4357
- * @type {Date}
4358
- * @memberof DoctorModel
4359
- */
4360
- 'startPracticeDate'?: Date | null;
4444
+ 'overview'?: string | null;
4361
4445
  /**
4362
4446
  *
4363
4447
  * @type {string}
4364
4448
  * @memberof DoctorModel
4365
4449
  */
4366
- 'overview'?: string | null;
4450
+ 'description'?: string | null;
4367
4451
  /**
4368
4452
  *
4369
4453
  * @type {string}
4370
4454
  * @memberof DoctorModel
4371
4455
  */
4372
- 'description'?: string | null;
4456
+ 'content'?: string | null;
4373
4457
  /**
4374
4458
  *
4375
- * @type {string}
4459
+ * @type {Date}
4376
4460
  * @memberof DoctorModel
4377
4461
  */
4378
- 'content'?: string | null;
4462
+ 'startPracticeDate'?: Date | null;
4379
4463
  /**
4380
4464
  *
4381
4465
  * @type {boolean}
@@ -4388,12 +4472,6 @@ export interface DoctorModel {
4388
4472
  * @memberof DoctorModel
4389
4473
  */
4390
4474
  'consultationFee'?: number | null;
4391
- /**
4392
- *
4393
- * @type {boolean}
4394
- * @memberof DoctorModel
4395
- */
4396
- 'confirmed'?: boolean;
4397
4475
  /**
4398
4476
  *
4399
4477
  * @type {Array<DoctorSpecialtyItemModel>}
@@ -4402,16 +4480,10 @@ export interface DoctorModel {
4402
4480
  'doctorSpecialties'?: Array<DoctorSpecialtyItemModel> | null;
4403
4481
  /**
4404
4482
  *
4405
- * @type {Array<DoctorAffiliationModel>}
4406
- * @memberof DoctorModel
4407
- */
4408
- 'doctorAffiliations'?: Array<DoctorAffiliationModel> | null;
4409
- /**
4410
- *
4411
- * @type {Array<UserTranslationModel>}
4483
+ * @type {Array<DoctorAffiliationItemModel>}
4412
4484
  * @memberof DoctorModel
4413
4485
  */
4414
- 'translations'?: Array<UserTranslationModel> | null;
4486
+ 'doctorAffiliations'?: Array<DoctorAffiliationItemModel> | null;
4415
4487
  /**
4416
4488
  *
4417
4489
  * @type {Array<LocalizedUrlModel>}
@@ -4553,37 +4625,37 @@ export interface DoctorSimpleItemModel {
4553
4625
  * @type {string}
4554
4626
  * @memberof DoctorSimpleItemModel
4555
4627
  */
4556
- 'firstName'?: string | null;
4628
+ 'languageCode'?: string | null;
4557
4629
  /**
4558
4630
  *
4559
4631
  * @type {string}
4560
4632
  * @memberof DoctorSimpleItemModel
4561
4633
  */
4562
- 'middleName'?: string | null;
4634
+ 'firstName'?: string | null;
4563
4635
  /**
4564
4636
  *
4565
4637
  * @type {string}
4566
4638
  * @memberof DoctorSimpleItemModel
4567
4639
  */
4568
- 'lastName'?: string | null;
4640
+ 'middleName'?: string | null;
4569
4641
  /**
4570
4642
  *
4571
4643
  * @type {string}
4572
4644
  * @memberof DoctorSimpleItemModel
4573
4645
  */
4574
- 'fullname'?: string | null;
4646
+ 'lastName'?: string | null;
4575
4647
  /**
4576
4648
  *
4577
4649
  * @type {string}
4578
4650
  * @memberof DoctorSimpleItemModel
4579
4651
  */
4580
- 'slug'?: string | null;
4652
+ 'fullName'?: string | null;
4581
4653
  /**
4582
4654
  *
4583
4655
  * @type {string}
4584
4656
  * @memberof DoctorSimpleItemModel
4585
4657
  */
4586
- 'hospitalId'?: string | null;
4658
+ 'slug'?: string | null;
4587
4659
  }
4588
4660
  /**
4589
4661
  *
@@ -4593,10 +4665,10 @@ export interface DoctorSimpleItemModel {
4593
4665
  export interface DoctorSpecialtiesModel {
4594
4666
  /**
4595
4667
  *
4596
- * @type {Array<DoctorSpecialtyModel>}
4668
+ * @type {Array<DoctorSpecialtyItemModel>}
4597
4669
  * @memberof DoctorSpecialtiesModel
4598
4670
  */
4599
- 'items'?: Array<DoctorSpecialtyModel> | null;
4671
+ 'items'?: Array<DoctorSpecialtyItemModel> | null;
4600
4672
  /**
4601
4673
  *
4602
4674
  * @type {PagedListMetaData}
@@ -4610,6 +4682,12 @@ export interface DoctorSpecialtiesModel {
4610
4682
  * @interface DoctorSpecialtyItemModel
4611
4683
  */
4612
4684
  export interface DoctorSpecialtyItemModel {
4685
+ /**
4686
+ *
4687
+ * @type {string}
4688
+ * @memberof DoctorSpecialtyItemModel
4689
+ */
4690
+ 'languageCode'?: string | null;
4613
4691
  /**
4614
4692
  *
4615
4693
  * @type {string}
@@ -4641,6 +4719,12 @@ export interface DoctorSpecialtyItemModel {
4641
4719
  * @interface DoctorSpecialtyModel
4642
4720
  */
4643
4721
  export interface DoctorSpecialtyModel {
4722
+ /**
4723
+ *
4724
+ * @type {string}
4725
+ * @memberof DoctorSpecialtyModel
4726
+ */
4727
+ 'languageCode'?: string | null;
4644
4728
  /**
4645
4729
  *
4646
4730
  * @type {string}
@@ -4665,6 +4749,18 @@ export interface DoctorSpecialtyModel {
4665
4749
  * @memberof DoctorSpecialtyModel
4666
4750
  */
4667
4751
  'order'?: number;
4752
+ /**
4753
+ *
4754
+ * @type {string}
4755
+ * @memberof DoctorSpecialtyModel
4756
+ */
4757
+ 'specialtyTypeName'?: string | null;
4758
+ /**
4759
+ *
4760
+ * @type {string}
4761
+ * @memberof DoctorSpecialtyModel
4762
+ */
4763
+ 'specialtyTyeSlug'?: string | null;
4668
4764
  }
4669
4765
  /**
4670
4766
  *
@@ -5478,19 +5574,19 @@ export interface HospitalItemModel {
5478
5574
  * @type {string}
5479
5575
  * @memberof HospitalItemModel
5480
5576
  */
5481
- 'name'?: string | null;
5577
+ 'languageCode'?: string | null;
5482
5578
  /**
5483
5579
  *
5484
5580
  * @type {string}
5485
5581
  * @memberof HospitalItemModel
5486
5582
  */
5487
- 'slug'?: string | null;
5583
+ 'name'?: string | null;
5488
5584
  /**
5489
5585
  *
5490
5586
  * @type {string}
5491
5587
  * @memberof HospitalItemModel
5492
5588
  */
5493
- 'logo'?: string | null;
5589
+ 'slug'?: string | null;
5494
5590
  /**
5495
5591
  *
5496
5592
  * @type {boolean}
@@ -5502,19 +5598,7 @@ export interface HospitalItemModel {
5502
5598
  * @type {string}
5503
5599
  * @memberof HospitalItemModel
5504
5600
  */
5505
- 'countryId'?: string;
5506
- /**
5507
- *
5508
- * @type {string}
5509
- * @memberof HospitalItemModel
5510
- */
5511
- 'countryName'?: string | null;
5512
- /**
5513
- *
5514
- * @type {string}
5515
- * @memberof HospitalItemModel
5516
- */
5517
- 'countrySlug'?: string | null;
5601
+ 'logo'?: string | null;
5518
5602
  /**
5519
5603
  *
5520
5604
  * @type {MarketingType}
@@ -5551,6 +5635,12 @@ export interface HospitalItemModel {
5551
5635
  * @memberof HospitalItemModel
5552
5636
  */
5553
5637
  'paymentEnabled'?: boolean;
5638
+ /**
5639
+ *
5640
+ * @type {string}
5641
+ * @memberof HospitalItemModel
5642
+ */
5643
+ 'countryId'?: string;
5554
5644
  /**
5555
5645
  *
5556
5646
  * @type {string}
@@ -5593,19 +5683,19 @@ export interface HospitalModel {
5593
5683
  * @type {string}
5594
5684
  * @memberof HospitalModel
5595
5685
  */
5596
- 'name'?: string | null;
5686
+ 'languageCode'?: string | null;
5597
5687
  /**
5598
5688
  *
5599
5689
  * @type {string}
5600
5690
  * @memberof HospitalModel
5601
5691
  */
5602
- 'slug'?: string | null;
5692
+ 'name'?: string | null;
5603
5693
  /**
5604
5694
  *
5605
5695
  * @type {string}
5606
5696
  * @memberof HospitalModel
5607
5697
  */
5608
- 'logo'?: string | null;
5698
+ 'slug'?: string | null;
5609
5699
  /**
5610
5700
  *
5611
5701
  * @type {boolean}
@@ -5617,19 +5707,7 @@ export interface HospitalModel {
5617
5707
  * @type {string}
5618
5708
  * @memberof HospitalModel
5619
5709
  */
5620
- 'countryId'?: string;
5621
- /**
5622
- *
5623
- * @type {string}
5624
- * @memberof HospitalModel
5625
- */
5626
- 'countryName'?: string | null;
5627
- /**
5628
- *
5629
- * @type {string}
5630
- * @memberof HospitalModel
5631
- */
5632
- 'countrySlug'?: string | null;
5710
+ 'logo'?: string | null;
5633
5711
  /**
5634
5712
  *
5635
5713
  * @type {MarketingType}
@@ -5666,6 +5744,12 @@ export interface HospitalModel {
5666
5744
  * @memberof HospitalModel
5667
5745
  */
5668
5746
  'paymentEnabled'?: boolean;
5747
+ /**
5748
+ *
5749
+ * @type {string}
5750
+ * @memberof HospitalModel
5751
+ */
5752
+ 'countryId'?: string;
5669
5753
  /**
5670
5754
  *
5671
5755
  * @type {string}
@@ -5695,25 +5779,25 @@ export interface HospitalModel {
5695
5779
  * @type {string}
5696
5780
  * @memberof HospitalModel
5697
5781
  */
5698
- 'languageCode'?: string | null;
5782
+ 'description'?: string | null;
5699
5783
  /**
5700
5784
  *
5701
5785
  * @type {string}
5702
5786
  * @memberof HospitalModel
5703
5787
  */
5704
- 'description'?: string | null;
5788
+ 'overview'?: string | null;
5705
5789
  /**
5706
5790
  *
5707
5791
  * @type {string}
5708
5792
  * @memberof HospitalModel
5709
5793
  */
5710
- 'overview'?: string | null;
5794
+ 'content'?: string | null;
5711
5795
  /**
5712
5796
  *
5713
- * @type {string}
5797
+ * @type {Array<LocalizedUrlModel>}
5714
5798
  * @memberof HospitalModel
5715
5799
  */
5716
- 'content'?: string | null;
5800
+ 'localizedUrls'?: Array<LocalizedUrlModel> | null;
5717
5801
  /**
5718
5802
  *
5719
5803
  * @type {number}
@@ -5780,12 +5864,6 @@ export interface HospitalModel {
5780
5864
  * @memberof HospitalModel
5781
5865
  */
5782
5866
  'hospitalSnsHandles'?: Array<SnsHandle> | null;
5783
- /**
5784
- *
5785
- * @type {Array<LocalizedUrlModel>}
5786
- * @memberof HospitalModel
5787
- */
5788
- 'localizedUrls'?: Array<LocalizedUrlModel> | null;
5789
5867
  /**
5790
5868
  *
5791
5869
  * @type {Array<AwardModel>}
@@ -6174,6 +6252,12 @@ export interface HospitalSimpleItemModel {
6174
6252
  * @memberof HospitalSimpleItemModel
6175
6253
  */
6176
6254
  'id'?: string;
6255
+ /**
6256
+ *
6257
+ * @type {string}
6258
+ * @memberof HospitalSimpleItemModel
6259
+ */
6260
+ 'languageCode'?: string | null;
6177
6261
  /**
6178
6262
  *
6179
6263
  * @type {string}
@@ -6267,25 +6351,25 @@ export interface HospitalSpecialtyItemModel {
6267
6351
  * @type {string}
6268
6352
  * @memberof HospitalSpecialtyItemModel
6269
6353
  */
6270
- 'name'?: string | null;
6354
+ 'languageCode'?: string | null;
6271
6355
  /**
6272
6356
  *
6273
6357
  * @type {string}
6274
6358
  * @memberof HospitalSpecialtyItemModel
6275
6359
  */
6276
- 'slug'?: string | null;
6360
+ 'name'?: string | null;
6277
6361
  /**
6278
6362
  *
6279
6363
  * @type {string}
6280
6364
  * @memberof HospitalSpecialtyItemModel
6281
6365
  */
6282
- 'description'?: string | null;
6366
+ 'slug'?: string | null;
6283
6367
  /**
6284
6368
  *
6285
- * @type {MarketingType}
6369
+ * @type {number}
6286
6370
  * @memberof HospitalSpecialtyItemModel
6287
6371
  */
6288
- 'marketingType'?: MarketingType;
6372
+ 'order'?: number;
6289
6373
  /**
6290
6374
  *
6291
6375
  * @type {string}
@@ -6315,13 +6399,13 @@ export interface HospitalSpecialtyItemModel {
6315
6399
  * @type {number}
6316
6400
  * @memberof HospitalSpecialtyItemModel
6317
6401
  */
6318
- 'order'?: number;
6402
+ 'servicesCount'?: number;
6319
6403
  /**
6320
6404
  *
6321
- * @type {boolean}
6405
+ * @type {string}
6322
6406
  * @memberof HospitalSpecialtyItemModel
6323
6407
  */
6324
- 'confirmed'?: boolean;
6408
+ 'specialtyId'?: string;
6325
6409
  }
6326
6410
  /**
6327
6411
  *
@@ -6340,25 +6424,25 @@ export interface HospitalSpecialtyModel {
6340
6424
  * @type {string}
6341
6425
  * @memberof HospitalSpecialtyModel
6342
6426
  */
6343
- 'name'?: string | null;
6427
+ 'languageCode'?: string | null;
6344
6428
  /**
6345
6429
  *
6346
6430
  * @type {string}
6347
6431
  * @memberof HospitalSpecialtyModel
6348
6432
  */
6349
- 'slug'?: string | null;
6433
+ 'name'?: string | null;
6350
6434
  /**
6351
6435
  *
6352
6436
  * @type {string}
6353
6437
  * @memberof HospitalSpecialtyModel
6354
6438
  */
6355
- 'description'?: string | null;
6439
+ 'slug'?: string | null;
6356
6440
  /**
6357
6441
  *
6358
- * @type {MarketingType}
6442
+ * @type {number}
6359
6443
  * @memberof HospitalSpecialtyModel
6360
6444
  */
6361
- 'marketingType'?: MarketingType;
6445
+ 'order'?: number;
6362
6446
  /**
6363
6447
  *
6364
6448
  * @type {string}
@@ -6388,55 +6472,55 @@ export interface HospitalSpecialtyModel {
6388
6472
  * @type {number}
6389
6473
  * @memberof HospitalSpecialtyModel
6390
6474
  */
6391
- 'order'?: number;
6475
+ 'servicesCount'?: number;
6392
6476
  /**
6393
6477
  *
6394
- * @type {boolean}
6478
+ * @type {string}
6395
6479
  * @memberof HospitalSpecialtyModel
6396
6480
  */
6397
- 'confirmed'?: boolean;
6481
+ 'specialtyId'?: string;
6398
6482
  /**
6399
6483
  *
6400
6484
  * @type {string}
6401
6485
  * @memberof HospitalSpecialtyModel
6402
6486
  */
6403
- 'hospitalId'?: string;
6487
+ 'description'?: string | null;
6404
6488
  /**
6405
6489
  *
6406
6490
  * @type {string}
6407
6491
  * @memberof HospitalSpecialtyModel
6408
6492
  */
6409
- 'hospitalName'?: string | null;
6493
+ 'content'?: string | null;
6410
6494
  /**
6411
6495
  *
6412
- * @type {string}
6496
+ * @type {boolean}
6413
6497
  * @memberof HospitalSpecialtyModel
6414
6498
  */
6415
- 'hospitalSlug'?: string | null;
6499
+ 'confirmed'?: boolean;
6416
6500
  /**
6417
6501
  *
6418
6502
  * @type {string}
6419
6503
  * @memberof HospitalSpecialtyModel
6420
6504
  */
6421
- 'content'?: string | null;
6505
+ 'customStyle'?: string | null;
6422
6506
  /**
6423
6507
  *
6424
6508
  * @type {string}
6425
6509
  * @memberof HospitalSpecialtyModel
6426
6510
  */
6427
- 'customStyle'?: string | null;
6511
+ 'hospitalId'?: string;
6428
6512
  /**
6429
6513
  *
6430
6514
  * @type {string}
6431
6515
  * @memberof HospitalSpecialtyModel
6432
6516
  */
6433
- 'languageCode'?: string | null;
6517
+ 'hospitalName'?: string | null;
6434
6518
  /**
6435
6519
  *
6436
6520
  * @type {string}
6437
6521
  * @memberof HospitalSpecialtyModel
6438
6522
  */
6439
- 'specialtyId'?: string;
6523
+ 'hospitalSlug'?: string | null;
6440
6524
  /**
6441
6525
  *
6442
6526
  * @type {string}
@@ -6457,16 +6541,10 @@ export interface HospitalSpecialtyModel {
6457
6541
  'specialtyTypeName'?: string | null;
6458
6542
  /**
6459
6543
  *
6460
- * @type {number}
6461
- * @memberof HospitalSpecialtyModel
6462
- */
6463
- 'serviceCount'?: number;
6464
- /**
6465
- *
6466
- * @type {Array<HospitalServiceItemModel>}
6544
+ * @type {MarketingType}
6467
6545
  * @memberof HospitalSpecialtyModel
6468
6546
  */
6469
- 'serviceList'?: Array<HospitalServiceItemModel> | null;
6547
+ 'marketingType'?: MarketingType;
6470
6548
  /**
6471
6549
  *
6472
6550
  * @type {Array<LocalizedUrlModel>}
@@ -6497,37 +6575,25 @@ export interface HospitalSpecialtySimpleItemModel {
6497
6575
  * @type {string}
6498
6576
  * @memberof HospitalSpecialtySimpleItemModel
6499
6577
  */
6500
- 'name'?: string | null;
6501
- /**
6502
- *
6503
- * @type {string}
6504
- * @memberof HospitalSpecialtySimpleItemModel
6505
- */
6506
- 'slug'?: string | null;
6578
+ 'languageCode'?: string | null;
6507
6579
  /**
6508
6580
  *
6509
6581
  * @type {string}
6510
6582
  * @memberof HospitalSpecialtySimpleItemModel
6511
6583
  */
6512
- 'description'?: string | null;
6584
+ 'name'?: string | null;
6513
6585
  /**
6514
6586
  *
6515
6587
  * @type {string}
6516
6588
  * @memberof HospitalSpecialtySimpleItemModel
6517
6589
  */
6518
- 'specialtyName'?: string | null;
6590
+ 'slug'?: string | null;
6519
6591
  /**
6520
6592
  *
6521
6593
  * @type {number}
6522
6594
  * @memberof HospitalSpecialtySimpleItemModel
6523
6595
  */
6524
6596
  'order'?: number;
6525
- /**
6526
- *
6527
- * @type {boolean}
6528
- * @memberof HospitalSpecialtySimpleItemModel
6529
- */
6530
- 'confirmed'?: boolean;
6531
6597
  }
6532
6598
  /**
6533
6599
  *
@@ -7270,6 +7336,12 @@ export interface PatientModel {
7270
7336
  * @memberof PatientModel
7271
7337
  */
7272
7338
  'id'?: string;
7339
+ /**
7340
+ *
7341
+ * @type {string}
7342
+ * @memberof PatientModel
7343
+ */
7344
+ 'languageCode'?: string | null;
7273
7345
  /**
7274
7346
  *
7275
7347
  * @type {string}
@@ -7308,16 +7380,16 @@ export interface PatientModel {
7308
7380
  'slug'?: string | null;
7309
7381
  /**
7310
7382
  *
7311
- * @type {string}
7383
+ * @type {boolean}
7312
7384
  * @memberof PatientModel
7313
7385
  */
7314
- 'phone'?: string | null;
7386
+ 'confirmed'?: boolean;
7315
7387
  /**
7316
7388
  *
7317
7389
  * @type {string}
7318
7390
  * @memberof PatientModel
7319
7391
  */
7320
- 'email'?: string | null;
7392
+ 'userType'?: string | null;
7321
7393
  /**
7322
7394
  *
7323
7395
  * @type {string}
@@ -7332,40 +7404,46 @@ export interface PatientModel {
7332
7404
  'photoThumbnail'?: string | null;
7333
7405
  /**
7334
7406
  *
7335
- * @type {Gender}
7407
+ * @type {AuditableEntity}
7336
7408
  * @memberof PatientModel
7337
7409
  */
7338
- 'gender'?: Gender;
7410
+ 'auditableEntity'?: AuditableEntity;
7339
7411
  /**
7340
7412
  *
7341
- * @type {Date}
7413
+ * @type {string}
7342
7414
  * @memberof PatientModel
7343
7415
  */
7344
- 'dateOfBirth'?: Date | null;
7416
+ 'phone'?: string | null;
7345
7417
  /**
7346
7418
  *
7347
7419
  * @type {string}
7348
7420
  * @memberof PatientModel
7349
7421
  */
7350
- 'timeZone'?: string | null;
7422
+ 'email'?: string | null;
7351
7423
  /**
7352
7424
  *
7353
- * @type {string}
7425
+ * @type {Gender}
7354
7426
  * @memberof PatientModel
7355
7427
  */
7356
- 'communicationUserId'?: string | null;
7428
+ 'gender'?: Gender;
7357
7429
  /**
7358
7430
  *
7359
- * @type {AuditableEntity}
7431
+ * @type {Date}
7360
7432
  * @memberof PatientModel
7361
7433
  */
7362
- 'auditableEntity'?: AuditableEntity;
7434
+ 'dateOfBirth'?: Date | null;
7363
7435
  /**
7364
7436
  *
7365
7437
  * @type {string}
7366
7438
  * @memberof PatientModel
7367
7439
  */
7368
- 'userType'?: string | null;
7440
+ 'timeZone'?: string | null;
7441
+ /**
7442
+ *
7443
+ * @type {string}
7444
+ * @memberof PatientModel
7445
+ */
7446
+ 'communicationUserId'?: string | null;
7369
7447
  /**
7370
7448
  *
7371
7449
  * @type {Array<UserLanguageModel>}
@@ -8394,67 +8472,55 @@ export interface SpecialtyItemModel {
8394
8472
  * @type {string}
8395
8473
  * @memberof SpecialtyItemModel
8396
8474
  */
8397
- 'name'?: string | null;
8475
+ 'languageCode'?: string | null;
8398
8476
  /**
8399
8477
  *
8400
8478
  * @type {string}
8401
8479
  * @memberof SpecialtyItemModel
8402
8480
  */
8403
- 'slug'?: string | null;
8481
+ 'name'?: string | null;
8404
8482
  /**
8405
8483
  *
8406
8484
  * @type {string}
8407
8485
  * @memberof SpecialtyItemModel
8408
8486
  */
8409
- 'description'?: string | null;
8410
- /**
8411
- *
8412
- * @type {number}
8413
- * @memberof SpecialtyItemModel
8414
- */
8415
- 'hospitalSpecialtyCount'?: number;
8416
- /**
8417
- *
8418
- * @type {number}
8419
- * @memberof SpecialtyItemModel
8420
- */
8421
- 'serviceCount'?: number;
8487
+ 'slug'?: string | null;
8422
8488
  /**
8423
8489
  *
8424
- * @type {string}
8490
+ * @type {boolean}
8425
8491
  * @memberof SpecialtyItemModel
8426
8492
  */
8427
- 'specialtyTypeId'?: string;
8493
+ 'confirmed'?: boolean;
8428
8494
  /**
8429
8495
  *
8430
8496
  * @type {string}
8431
8497
  * @memberof SpecialtyItemModel
8432
8498
  */
8433
- 'specialtyTypeName'?: string | null;
8499
+ 'specialtyTypeId'?: string;
8434
8500
  /**
8435
8501
  *
8436
- * @type {boolean}
8502
+ * @type {string}
8437
8503
  * @memberof SpecialtyItemModel
8438
8504
  */
8439
- 'confirmed'?: boolean;
8505
+ 'description'?: string | null;
8440
8506
  /**
8441
8507
  *
8442
- * @type {AuditableEntity}
8508
+ * @type {string}
8443
8509
  * @memberof SpecialtyItemModel
8444
8510
  */
8445
- 'auditableEntity'?: AuditableEntity;
8511
+ 'specialtyTypeName'?: string | null;
8446
8512
  /**
8447
8513
  *
8448
- * @type {boolean}
8514
+ * @type {Array<MediaModel>}
8449
8515
  * @memberof SpecialtyItemModel
8450
8516
  */
8451
- 'returnDefaultValue'?: boolean | null;
8517
+ 'medias'?: Array<MediaModel> | null;
8452
8518
  /**
8453
8519
  *
8454
- * @type {Array<MediaModel>}
8520
+ * @type {AuditableEntity}
8455
8521
  * @memberof SpecialtyItemModel
8456
8522
  */
8457
- 'medias'?: Array<MediaModel> | null;
8523
+ 'auditableEntity'?: AuditableEntity;
8458
8524
  }
8459
8525
  /**
8460
8526
  *
@@ -8473,25 +8539,31 @@ export interface SpecialtyItemSimpleModel {
8473
8539
  * @type {string}
8474
8540
  * @memberof SpecialtyItemSimpleModel
8475
8541
  */
8476
- 'name'?: string | null;
8542
+ 'languageCode'?: string | null;
8477
8543
  /**
8478
8544
  *
8479
8545
  * @type {string}
8480
8546
  * @memberof SpecialtyItemSimpleModel
8481
8547
  */
8482
- 'slug'?: string | null;
8548
+ 'name'?: string | null;
8483
8549
  /**
8484
8550
  *
8485
8551
  * @type {string}
8486
8552
  * @memberof SpecialtyItemSimpleModel
8487
8553
  */
8488
- 'specialtyTypeId'?: string;
8554
+ 'slug'?: string | null;
8489
8555
  /**
8490
8556
  *
8491
8557
  * @type {boolean}
8492
8558
  * @memberof SpecialtyItemSimpleModel
8493
8559
  */
8494
8560
  'confirmed'?: boolean;
8561
+ /**
8562
+ *
8563
+ * @type {string}
8564
+ * @memberof SpecialtyItemSimpleModel
8565
+ */
8566
+ 'specialtyTypeId'?: string;
8495
8567
  }
8496
8568
  /**
8497
8569
  *
@@ -8510,31 +8582,25 @@ export interface SpecialtyModel {
8510
8582
  * @type {string}
8511
8583
  * @memberof SpecialtyModel
8512
8584
  */
8513
- 'name'?: string | null;
8585
+ 'languageCode'?: string | null;
8514
8586
  /**
8515
8587
  *
8516
8588
  * @type {string}
8517
8589
  * @memberof SpecialtyModel
8518
8590
  */
8519
- 'slug'?: string | null;
8591
+ 'name'?: string | null;
8520
8592
  /**
8521
8593
  *
8522
8594
  * @type {string}
8523
8595
  * @memberof SpecialtyModel
8524
8596
  */
8525
- 'description'?: string | null;
8526
- /**
8527
- *
8528
- * @type {number}
8529
- * @memberof SpecialtyModel
8530
- */
8531
- 'hospitalSpecialtyCount'?: number;
8597
+ 'slug'?: string | null;
8532
8598
  /**
8533
8599
  *
8534
- * @type {number}
8600
+ * @type {boolean}
8535
8601
  * @memberof SpecialtyModel
8536
8602
  */
8537
- 'serviceCount'?: number;
8603
+ 'confirmed'?: boolean;
8538
8604
  /**
8539
8605
  *
8540
8606
  * @type {string}
@@ -8546,25 +8612,13 @@ export interface SpecialtyModel {
8546
8612
  * @type {string}
8547
8613
  * @memberof SpecialtyModel
8548
8614
  */
8549
- 'specialtyTypeName'?: string | null;
8550
- /**
8551
- *
8552
- * @type {boolean}
8553
- * @memberof SpecialtyModel
8554
- */
8555
- 'confirmed'?: boolean;
8556
- /**
8557
- *
8558
- * @type {AuditableEntity}
8559
- * @memberof SpecialtyModel
8560
- */
8561
- 'auditableEntity'?: AuditableEntity;
8615
+ 'description'?: string | null;
8562
8616
  /**
8563
8617
  *
8564
- * @type {boolean}
8618
+ * @type {string}
8565
8619
  * @memberof SpecialtyModel
8566
8620
  */
8567
- 'returnDefaultValue'?: boolean | null;
8621
+ 'specialtyTypeName'?: string | null;
8568
8622
  /**
8569
8623
  *
8570
8624
  * @type {Array<MediaModel>}
@@ -8573,10 +8627,10 @@ export interface SpecialtyModel {
8573
8627
  'medias'?: Array<MediaModel> | null;
8574
8628
  /**
8575
8629
  *
8576
- * @type {string}
8630
+ * @type {AuditableEntity}
8577
8631
  * @memberof SpecialtyModel
8578
8632
  */
8579
- 'languageCode'?: string | null;
8633
+ 'auditableEntity'?: AuditableEntity;
8580
8634
  /**
8581
8635
  *
8582
8636
  * @type {string}
@@ -8607,55 +8661,43 @@ export interface SpecialtyTypeItemModel {
8607
8661
  * @type {string}
8608
8662
  * @memberof SpecialtyTypeItemModel
8609
8663
  */
8610
- 'name'?: string | null;
8664
+ 'languageCode'?: string | null;
8611
8665
  /**
8612
8666
  *
8613
8667
  * @type {string}
8614
8668
  * @memberof SpecialtyTypeItemModel
8615
8669
  */
8616
- 'slug'?: string | null;
8670
+ 'name'?: string | null;
8617
8671
  /**
8618
8672
  *
8619
8673
  * @type {string}
8620
8674
  * @memberof SpecialtyTypeItemModel
8621
8675
  */
8622
- 'description'?: string | null;
8676
+ 'slug'?: string | null;
8623
8677
  /**
8624
8678
  *
8625
- * @type {MarketingType}
8679
+ * @type {boolean}
8626
8680
  * @memberof SpecialtyTypeItemModel
8627
8681
  */
8628
- 'marketingType'?: MarketingType;
8682
+ 'confirmed'?: boolean;
8629
8683
  /**
8630
8684
  *
8631
- * @type {number}
8685
+ * @type {string}
8632
8686
  * @memberof SpecialtyTypeItemModel
8633
8687
  */
8634
- 'specialtyCount'?: number;
8688
+ 'description'?: string | null;
8635
8689
  /**
8636
8690
  *
8637
- * @type {number}
8691
+ * @type {MarketingType}
8638
8692
  * @memberof SpecialtyTypeItemModel
8639
8693
  */
8640
- 'hospitalSpecialtyCount'?: number;
8694
+ 'marketingType'?: MarketingType;
8641
8695
  /**
8642
8696
  *
8643
8697
  * @type {number}
8644
8698
  * @memberof SpecialtyTypeItemModel
8645
8699
  */
8646
- 'serviceCount'?: number;
8647
- /**
8648
- *
8649
- * @type {Date}
8650
- * @memberof SpecialtyTypeItemModel
8651
- */
8652
- 'created'?: Date;
8653
- /**
8654
- *
8655
- * @type {boolean}
8656
- * @memberof SpecialtyTypeItemModel
8657
- */
8658
- 'confirmed'?: boolean;
8700
+ 'specialtiesCount'?: number;
8659
8701
  /**
8660
8702
  *
8661
8703
  * @type {Array<MediaModel>}
@@ -8686,55 +8728,43 @@ export interface SpecialtyTypeModel {
8686
8728
  * @type {string}
8687
8729
  * @memberof SpecialtyTypeModel
8688
8730
  */
8689
- 'name'?: string | null;
8731
+ 'languageCode'?: string | null;
8690
8732
  /**
8691
8733
  *
8692
8734
  * @type {string}
8693
8735
  * @memberof SpecialtyTypeModel
8694
8736
  */
8695
- 'slug'?: string | null;
8737
+ 'name'?: string | null;
8696
8738
  /**
8697
8739
  *
8698
8740
  * @type {string}
8699
8741
  * @memberof SpecialtyTypeModel
8700
8742
  */
8701
- 'description'?: string | null;
8743
+ 'slug'?: string | null;
8702
8744
  /**
8703
8745
  *
8704
- * @type {MarketingType}
8746
+ * @type {boolean}
8705
8747
  * @memberof SpecialtyTypeModel
8706
8748
  */
8707
- 'marketingType'?: MarketingType;
8749
+ 'confirmed'?: boolean;
8708
8750
  /**
8709
8751
  *
8710
- * @type {number}
8752
+ * @type {string}
8711
8753
  * @memberof SpecialtyTypeModel
8712
8754
  */
8713
- 'specialtyCount'?: number;
8755
+ 'description'?: string | null;
8714
8756
  /**
8715
8757
  *
8716
- * @type {number}
8758
+ * @type {MarketingType}
8717
8759
  * @memberof SpecialtyTypeModel
8718
8760
  */
8719
- 'hospitalSpecialtyCount'?: number;
8761
+ 'marketingType'?: MarketingType;
8720
8762
  /**
8721
8763
  *
8722
8764
  * @type {number}
8723
8765
  * @memberof SpecialtyTypeModel
8724
8766
  */
8725
- 'serviceCount'?: number;
8726
- /**
8727
- *
8728
- * @type {Date}
8729
- * @memberof SpecialtyTypeModel
8730
- */
8731
- 'created'?: Date;
8732
- /**
8733
- *
8734
- * @type {boolean}
8735
- * @memberof SpecialtyTypeModel
8736
- */
8737
- 'confirmed'?: boolean;
8767
+ 'specialtiesCount'?: number;
8738
8768
  /**
8739
8769
  *
8740
8770
  * @type {Array<MediaModel>}
@@ -8747,12 +8777,6 @@ export interface SpecialtyTypeModel {
8747
8777
  * @memberof SpecialtyTypeModel
8748
8778
  */
8749
8779
  'auditableEntity'?: AuditableEntity;
8750
- /**
8751
- *
8752
- * @type {string}
8753
- * @memberof SpecialtyTypeModel
8754
- */
8755
- 'languageCode'?: string | null;
8756
8780
  /**
8757
8781
  *
8758
8782
  * @type {string}
@@ -8778,6 +8802,12 @@ export interface SpecialtyTypeSimpleItemModel {
8778
8802
  * @memberof SpecialtyTypeSimpleItemModel
8779
8803
  */
8780
8804
  'id'?: string;
8805
+ /**
8806
+ *
8807
+ * @type {string}
8808
+ * @memberof SpecialtyTypeSimpleItemModel
8809
+ */
8810
+ 'languageCode'?: string | null;
8781
8811
  /**
8782
8812
  *
8783
8813
  * @type {string}
@@ -9445,6 +9475,12 @@ export interface UserModel {
9445
9475
  * @memberof UserModel
9446
9476
  */
9447
9477
  'id'?: string;
9478
+ /**
9479
+ *
9480
+ * @type {string}
9481
+ * @memberof UserModel
9482
+ */
9483
+ 'languageCode'?: string | null;
9448
9484
  /**
9449
9485
  *
9450
9486
  * @type {string}
@@ -9483,16 +9519,16 @@ export interface UserModel {
9483
9519
  'slug'?: string | null;
9484
9520
  /**
9485
9521
  *
9486
- * @type {string}
9522
+ * @type {boolean}
9487
9523
  * @memberof UserModel
9488
9524
  */
9489
- 'phone'?: string | null;
9525
+ 'confirmed'?: boolean;
9490
9526
  /**
9491
9527
  *
9492
9528
  * @type {string}
9493
9529
  * @memberof UserModel
9494
9530
  */
9495
- 'email'?: string | null;
9531
+ 'userType'?: string | null;
9496
9532
  /**
9497
9533
  *
9498
9534
  * @type {string}
@@ -9507,40 +9543,46 @@ export interface UserModel {
9507
9543
  'photoThumbnail'?: string | null;
9508
9544
  /**
9509
9545
  *
9510
- * @type {Gender}
9546
+ * @type {AuditableEntity}
9511
9547
  * @memberof UserModel
9512
9548
  */
9513
- 'gender'?: Gender;
9549
+ 'auditableEntity'?: AuditableEntity;
9514
9550
  /**
9515
9551
  *
9516
- * @type {Date}
9552
+ * @type {string}
9517
9553
  * @memberof UserModel
9518
9554
  */
9519
- 'dateOfBirth'?: Date | null;
9555
+ 'phone'?: string | null;
9520
9556
  /**
9521
9557
  *
9522
9558
  * @type {string}
9523
9559
  * @memberof UserModel
9524
9560
  */
9525
- 'timeZone'?: string | null;
9561
+ 'email'?: string | null;
9526
9562
  /**
9527
9563
  *
9528
- * @type {string}
9564
+ * @type {Gender}
9529
9565
  * @memberof UserModel
9530
9566
  */
9531
- 'communicationUserId'?: string | null;
9567
+ 'gender'?: Gender;
9532
9568
  /**
9533
9569
  *
9534
- * @type {AuditableEntity}
9570
+ * @type {Date}
9535
9571
  * @memberof UserModel
9536
9572
  */
9537
- 'auditableEntity'?: AuditableEntity;
9573
+ 'dateOfBirth'?: Date | null;
9538
9574
  /**
9539
9575
  *
9540
9576
  * @type {string}
9541
9577
  * @memberof UserModel
9542
9578
  */
9543
- 'userType'?: string | null;
9579
+ 'timeZone'?: string | null;
9580
+ /**
9581
+ *
9582
+ * @type {string}
9583
+ * @memberof UserModel
9584
+ */
9585
+ 'communicationUserId'?: string | null;
9544
9586
  /**
9545
9587
  *
9546
9588
  * @type {Array<UserLanguageModel>}
@@ -9554,79 +9596,6 @@ export interface UserModel {
9554
9596
  */
9555
9597
  'locations'?: Array<UserLocationModel> | null;
9556
9598
  }
9557
- /**
9558
- *
9559
- * @export
9560
- * @interface UserTranslationModel
9561
- */
9562
- export interface UserTranslationModel {
9563
- /**
9564
- *
9565
- * @type {string}
9566
- * @memberof UserTranslationModel
9567
- */
9568
- 'userId'?: string;
9569
- /**
9570
- *
9571
- * @type {string}
9572
- * @memberof UserTranslationModel
9573
- */
9574
- 'languageCode'?: string | null;
9575
- /**
9576
- *
9577
- * @type {string}
9578
- * @memberof UserTranslationModel
9579
- */
9580
- 'firstName'?: string | null;
9581
- /**
9582
- *
9583
- * @type {string}
9584
- * @memberof UserTranslationModel
9585
- */
9586
- 'middleName'?: string | null;
9587
- /**
9588
- *
9589
- * @type {string}
9590
- * @memberof UserTranslationModel
9591
- */
9592
- 'lastName'?: string | null;
9593
- /**
9594
- *
9595
- * @type {string}
9596
- * @memberof UserTranslationModel
9597
- */
9598
- 'slug'?: string | null;
9599
- /**
9600
- *
9601
- * @type {string}
9602
- * @memberof UserTranslationModel
9603
- */
9604
- 'overview'?: string | null;
9605
- /**
9606
- *
9607
- * @type {string}
9608
- * @memberof UserTranslationModel
9609
- */
9610
- 'description'?: string | null;
9611
- /**
9612
- *
9613
- * @type {string}
9614
- * @memberof UserTranslationModel
9615
- */
9616
- 'content'?: string | null;
9617
- /**
9618
- *
9619
- * @type {boolean}
9620
- * @memberof UserTranslationModel
9621
- */
9622
- 'confirmed'?: boolean;
9623
- /**
9624
- *
9625
- * @type {AuditableEntity}
9626
- * @memberof UserTranslationModel
9627
- */
9628
- 'auditableEntity'?: AuditableEntity;
9629
- }
9630
9599
  /**
9631
9600
  *
9632
9601
  * @export
@@ -12520,13 +12489,14 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
12520
12489
  * @summary Get all doctor affiliations.
12521
12490
  * @param {string} doctorId
12522
12491
  * @param {string} [hospitalName]
12492
+ * @param {string} [languageCode]
12523
12493
  * @param {number} [page]
12524
12494
  * @param {number} [limit]
12525
12495
  * @param {Date} [lastRetrieved]
12526
12496
  * @param {*} [options] Override http request option.
12527
12497
  * @throws {RequiredError}
12528
12498
  */
12529
- apiV2DoctorsDoctorIdAffiliationsGet: (doctorId: string, hospitalName?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
12499
+ apiV2DoctorsDoctorIdAffiliationsGet: (doctorId: string, hospitalName?: string | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
12530
12500
  /**
12531
12501
  *
12532
12502
  * @summary Get doctor affiliation.
@@ -12668,22 +12638,25 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
12668
12638
  * @param {string} [doctorName]
12669
12639
  * @param {string} [specialtyId]
12670
12640
  * @param {string} [specialtyName]
12641
+ * @param {string} [languageCode]
12642
+ * @param {boolean} [showHidden]
12671
12643
  * @param {number} [page]
12672
12644
  * @param {number} [limit]
12673
12645
  * @param {Date} [lastRetrieved]
12674
12646
  * @param {*} [options] Override http request option.
12675
12647
  * @throws {RequiredError}
12676
12648
  */
12677
- apiV2DoctorsDoctorIdSpecialtiesGet: (doctorId: string, doctorName?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
12649
+ apiV2DoctorsDoctorIdSpecialtiesGet: (doctorId: string, doctorName?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
12678
12650
  /**
12679
12651
  *
12680
12652
  * @summary Get DoctorSpecialty
12681
12653
  * @param {string} doctorId
12682
12654
  * @param {string} specialtyId
12655
+ * @param {string} [languageCode]
12683
12656
  * @param {*} [options] Override http request option.
12684
12657
  * @throws {RequiredError}
12685
12658
  */
12686
- apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet: (doctorId: string, specialtyId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
12659
+ apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet: (doctorId: string, specialtyId: string, languageCode?: string | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
12687
12660
  /**
12688
12661
  *
12689
12662
  * @summary Get all Doctors.
@@ -12752,13 +12725,14 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
12752
12725
  * @summary Get all doctor affiliations.
12753
12726
  * @param {string} doctorId
12754
12727
  * @param {string} [hospitalName]
12728
+ * @param {string} [languageCode]
12755
12729
  * @param {number} [page]
12756
12730
  * @param {number} [limit]
12757
12731
  * @param {Date} [lastRetrieved]
12758
12732
  * @param {*} [options] Override http request option.
12759
12733
  * @throws {RequiredError}
12760
12734
  */
12761
- apiV2DoctorsDoctorIdAffiliationsGet(doctorId: string, hospitalName?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorAffiliationsModel>>;
12735
+ apiV2DoctorsDoctorIdAffiliationsGet(doctorId: string, hospitalName?: string | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorAffiliationsModel>>;
12762
12736
  /**
12763
12737
  *
12764
12738
  * @summary Get doctor affiliation.
@@ -12900,22 +12874,25 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
12900
12874
  * @param {string} [doctorName]
12901
12875
  * @param {string} [specialtyId]
12902
12876
  * @param {string} [specialtyName]
12877
+ * @param {string} [languageCode]
12878
+ * @param {boolean} [showHidden]
12903
12879
  * @param {number} [page]
12904
12880
  * @param {number} [limit]
12905
12881
  * @param {Date} [lastRetrieved]
12906
12882
  * @param {*} [options] Override http request option.
12907
12883
  * @throws {RequiredError}
12908
12884
  */
12909
- apiV2DoctorsDoctorIdSpecialtiesGet(doctorId: string, doctorName?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorSpecialtiesModel>>;
12885
+ apiV2DoctorsDoctorIdSpecialtiesGet(doctorId: string, doctorName?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, languageCode?: string | 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<DoctorSpecialtiesModel>>;
12910
12886
  /**
12911
12887
  *
12912
12888
  * @summary Get DoctorSpecialty
12913
12889
  * @param {string} doctorId
12914
12890
  * @param {string} specialtyId
12891
+ * @param {string} [languageCode]
12915
12892
  * @param {*} [options] Override http request option.
12916
12893
  * @throws {RequiredError}
12917
12894
  */
12918
- apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId: string, specialtyId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorSpecialtyModel>>;
12895
+ apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId: string, specialtyId: string, languageCode?: string | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorSpecialtyModel>>;
12919
12896
  /**
12920
12897
  *
12921
12898
  * @summary Get all Doctors.
@@ -12984,13 +12961,14 @@ export declare const DoctorsApiFactory: (configuration?: Configuration | undefin
12984
12961
  * @summary Get all doctor affiliations.
12985
12962
  * @param {string} doctorId
12986
12963
  * @param {string} [hospitalName]
12964
+ * @param {string} [languageCode]
12987
12965
  * @param {number} [page]
12988
12966
  * @param {number} [limit]
12989
12967
  * @param {Date} [lastRetrieved]
12990
12968
  * @param {*} [options] Override http request option.
12991
12969
  * @throws {RequiredError}
12992
12970
  */
12993
- apiV2DoctorsDoctorIdAffiliationsGet(doctorId: string, hospitalName?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DoctorAffiliationsModel>;
12971
+ apiV2DoctorsDoctorIdAffiliationsGet(doctorId: string, hospitalName?: string | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DoctorAffiliationsModel>;
12994
12972
  /**
12995
12973
  *
12996
12974
  * @summary Get doctor affiliation.
@@ -13132,22 +13110,25 @@ export declare const DoctorsApiFactory: (configuration?: Configuration | undefin
13132
13110
  * @param {string} [doctorName]
13133
13111
  * @param {string} [specialtyId]
13134
13112
  * @param {string} [specialtyName]
13113
+ * @param {string} [languageCode]
13114
+ * @param {boolean} [showHidden]
13135
13115
  * @param {number} [page]
13136
13116
  * @param {number} [limit]
13137
13117
  * @param {Date} [lastRetrieved]
13138
13118
  * @param {*} [options] Override http request option.
13139
13119
  * @throws {RequiredError}
13140
13120
  */
13141
- apiV2DoctorsDoctorIdSpecialtiesGet(doctorId: string, doctorName?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DoctorSpecialtiesModel>;
13121
+ apiV2DoctorsDoctorIdSpecialtiesGet(doctorId: string, doctorName?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DoctorSpecialtiesModel>;
13142
13122
  /**
13143
13123
  *
13144
13124
  * @summary Get DoctorSpecialty
13145
13125
  * @param {string} doctorId
13146
13126
  * @param {string} specialtyId
13127
+ * @param {string} [languageCode]
13147
13128
  * @param {*} [options] Override http request option.
13148
13129
  * @throws {RequiredError}
13149
13130
  */
13150
- apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId: string, specialtyId: string, options?: any): AxiosPromise<DoctorSpecialtyModel>;
13131
+ apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId: string, specialtyId: string, languageCode?: string | undefined, options?: any): AxiosPromise<DoctorSpecialtyModel>;
13151
13132
  /**
13152
13133
  *
13153
13134
  * @summary Get all Doctors.
@@ -13218,6 +13199,7 @@ export declare class DoctorsApi extends BaseAPI {
13218
13199
  * @summary Get all doctor affiliations.
13219
13200
  * @param {string} doctorId
13220
13201
  * @param {string} [hospitalName]
13202
+ * @param {string} [languageCode]
13221
13203
  * @param {number} [page]
13222
13204
  * @param {number} [limit]
13223
13205
  * @param {Date} [lastRetrieved]
@@ -13225,7 +13207,7 @@ export declare class DoctorsApi extends BaseAPI {
13225
13207
  * @throws {RequiredError}
13226
13208
  * @memberof DoctorsApi
13227
13209
  */
13228
- apiV2DoctorsDoctorIdAffiliationsGet(doctorId: string, hospitalName?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorAffiliationsModel, any>>;
13210
+ apiV2DoctorsDoctorIdAffiliationsGet(doctorId: string, hospitalName?: string, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorAffiliationsModel, any>>;
13229
13211
  /**
13230
13212
  *
13231
13213
  * @summary Get doctor affiliation.
@@ -13379,6 +13361,8 @@ export declare class DoctorsApi extends BaseAPI {
13379
13361
  * @param {string} [doctorName]
13380
13362
  * @param {string} [specialtyId]
13381
13363
  * @param {string} [specialtyName]
13364
+ * @param {string} [languageCode]
13365
+ * @param {boolean} [showHidden]
13382
13366
  * @param {number} [page]
13383
13367
  * @param {number} [limit]
13384
13368
  * @param {Date} [lastRetrieved]
@@ -13386,17 +13370,18 @@ export declare class DoctorsApi extends BaseAPI {
13386
13370
  * @throws {RequiredError}
13387
13371
  * @memberof DoctorsApi
13388
13372
  */
13389
- apiV2DoctorsDoctorIdSpecialtiesGet(doctorId: string, doctorName?: string, specialtyId?: string, specialtyName?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorSpecialtiesModel, any>>;
13373
+ apiV2DoctorsDoctorIdSpecialtiesGet(doctorId: string, doctorName?: string, specialtyId?: string, specialtyName?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorSpecialtiesModel, any>>;
13390
13374
  /**
13391
13375
  *
13392
13376
  * @summary Get DoctorSpecialty
13393
13377
  * @param {string} doctorId
13394
13378
  * @param {string} specialtyId
13379
+ * @param {string} [languageCode]
13395
13380
  * @param {*} [options] Override http request option.
13396
13381
  * @throws {RequiredError}
13397
13382
  * @memberof DoctorsApi
13398
13383
  */
13399
- apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId: string, specialtyId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorSpecialtyModel, any>>;
13384
+ apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId: string, specialtyId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorSpecialtyModel, any>>;
13400
13385
  /**
13401
13386
  *
13402
13387
  * @summary Get all Doctors.
@@ -14441,12 +14426,10 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
14441
14426
  * @param {string} hospitalId
14442
14427
  * @param {string} specialtyId
14443
14428
  * @param {string} [languageCode]
14444
- * @param {boolean} [returnDefaultValue]
14445
- * @param {boolean} [includeServices]
14446
14429
  * @param {*} [options] Override http request option.
14447
14430
  * @throws {RequiredError}
14448
14431
  */
14449
- apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet: (hospitalId: string, specialtyId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
14432
+ apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet: (hospitalId: string, specialtyId: string, languageCode?: string | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
14450
14433
  /**
14451
14434
  *
14452
14435
  * @summary Get all HospitalServices.
@@ -14830,12 +14813,10 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
14830
14813
  * @param {string} hospitalId
14831
14814
  * @param {string} specialtyId
14832
14815
  * @param {string} [languageCode]
14833
- * @param {boolean} [returnDefaultValue]
14834
- * @param {boolean} [includeServices]
14835
14816
  * @param {*} [options] Override http request option.
14836
14817
  * @throws {RequiredError}
14837
14818
  */
14838
- apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet(hospitalId: string, specialtyId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtyModel>>;
14819
+ apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet(hospitalId: string, specialtyId: string, languageCode?: string | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtyModel>>;
14839
14820
  /**
14840
14821
  *
14841
14822
  * @summary Get all HospitalServices.
@@ -15219,12 +15200,10 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
15219
15200
  * @param {string} hospitalId
15220
15201
  * @param {string} specialtyId
15221
15202
  * @param {string} [languageCode]
15222
- * @param {boolean} [returnDefaultValue]
15223
- * @param {boolean} [includeServices]
15224
15203
  * @param {*} [options] Override http request option.
15225
15204
  * @throws {RequiredError}
15226
15205
  */
15227
- apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet(hospitalId: string, specialtyId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, includeServices?: boolean | undefined, options?: any): AxiosPromise<HospitalSpecialtyModel>;
15206
+ apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet(hospitalId: string, specialtyId: string, languageCode?: string | undefined, options?: any): AxiosPromise<HospitalSpecialtyModel>;
15228
15207
  /**
15229
15208
  *
15230
15209
  * @summary Get all HospitalServices.
@@ -15629,13 +15608,11 @@ export declare class HospitalsApi extends BaseAPI {
15629
15608
  * @param {string} hospitalId
15630
15609
  * @param {string} specialtyId
15631
15610
  * @param {string} [languageCode]
15632
- * @param {boolean} [returnDefaultValue]
15633
- * @param {boolean} [includeServices]
15634
15611
  * @param {*} [options] Override http request option.
15635
15612
  * @throws {RequiredError}
15636
15613
  * @memberof HospitalsApi
15637
15614
  */
15638
- apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet(hospitalId: string, specialtyId: string, languageCode?: string, returnDefaultValue?: boolean, includeServices?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtyModel, any>>;
15615
+ apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet(hospitalId: string, specialtyId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtyModel, any>>;
15639
15616
  /**
15640
15617
  *
15641
15618
  * @summary Get all HospitalServices.