ch-api-client-typescript2 3.3.0 → 3.3.3

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
@@ -1006,16 +1006,6 @@ export interface AuditableEntity {
1006
1006
  */
1007
1007
  'isDeleted'?: boolean;
1008
1008
  }
1009
- /**
1010
- *
1011
- * @export
1012
- * @enum {string}
1013
- */
1014
- export declare enum AutocompleteMode {
1015
- OneTerm = "OneTerm",
1016
- TwoTerms = "TwoTerms",
1017
- OneTermWithContext = "OneTermWithContext"
1018
- }
1019
1009
  /**
1020
1010
  *
1021
1011
  * @export
@@ -1047,69 +1037,6 @@ export interface AwardModel {
1047
1037
  */
1048
1038
  'date'?: Date;
1049
1039
  }
1050
- /**
1051
- *
1052
- * @export
1053
- * @interface AzureSearchModel
1054
- */
1055
- export interface AzureSearchModel {
1056
- /**
1057
- *
1058
- * @type {number}
1059
- * @memberof AzureSearchModel
1060
- */
1061
- 'hospitals'?: number;
1062
- /**
1063
- *
1064
- * @type {number}
1065
- * @memberof AzureSearchModel
1066
- */
1067
- 'doctors'?: number;
1068
- /**
1069
- *
1070
- * @type {number}
1071
- * @memberof AzureSearchModel
1072
- */
1073
- 'deals'?: number;
1074
- /**
1075
- *
1076
- * @type {number}
1077
- * @memberof AzureSearchModel
1078
- */
1079
- 'specialties'?: number;
1080
- /**
1081
- *
1082
- * @type {number}
1083
- * @memberof AzureSearchModel
1084
- */
1085
- 'specialtyTypes'?: number;
1086
- }
1087
- /**
1088
- *
1089
- * @export
1090
- * @interface AzureSearchServiceAutocompleteModel
1091
- */
1092
- export interface AzureSearchServiceAutocompleteModel {
1093
- /**
1094
- *
1095
- * @type {Array<string>}
1096
- * @memberof AzureSearchServiceAutocompleteModel
1097
- */
1098
- 'values'?: Array<string> | null;
1099
- }
1100
- /**
1101
- *
1102
- * @export
1103
- * @interface AzureSearchServiceSuggestModel
1104
- */
1105
- export interface AzureSearchServiceSuggestModel {
1106
- /**
1107
- *
1108
- * @type {Array<string>}
1109
- * @memberof AzureSearchServiceSuggestModel
1110
- */
1111
- 'values'?: Array<string> | null;
1112
- }
1113
1040
  /**
1114
1041
  *
1115
1042
  * @export
@@ -4192,31 +4119,7 @@ export interface DoctorItemModel {
4192
4119
  * @type {string}
4193
4120
  * @memberof DoctorItemModel
4194
4121
  */
4195
- 'userName'?: string | null;
4196
- /**
4197
- *
4198
- * @type {string}
4199
- * @memberof DoctorItemModel
4200
- */
4201
- 'firstName'?: string | null;
4202
- /**
4203
- *
4204
- * @type {string}
4205
- * @memberof DoctorItemModel
4206
- */
4207
- 'middleName'?: string | null;
4208
- /**
4209
- *
4210
- * @type {string}
4211
- * @memberof DoctorItemModel
4212
- */
4213
- 'lastName'?: string | null;
4214
- /**
4215
- *
4216
- * @type {string}
4217
- * @memberof DoctorItemModel
4218
- */
4219
- 'fullName'?: string | null;
4122
+ 'name'?: string | null;
4220
4123
  /**
4221
4124
  *
4222
4125
  * @type {string}
@@ -4225,106 +4128,34 @@ export interface DoctorItemModel {
4225
4128
  'slug'?: string | null;
4226
4129
  /**
4227
4130
  *
4228
- * @type {string}
4229
- * @memberof DoctorItemModel
4230
- */
4231
- 'phone'?: string | null;
4232
- /**
4233
- *
4234
- * @type {string}
4235
- * @memberof DoctorItemModel
4236
- */
4237
- 'email'?: string | null;
4238
- /**
4239
- *
4240
- * @type {string}
4241
- * @memberof DoctorItemModel
4242
- */
4243
- 'photo'?: string | null;
4244
- /**
4245
- *
4246
- * @type {string}
4247
- * @memberof DoctorItemModel
4248
- */
4249
- 'photoThumbnail'?: string | null;
4250
- /**
4251
- *
4252
- * @type {Gender}
4253
- * @memberof DoctorItemModel
4254
- */
4255
- 'gender'?: Gender;
4256
- /**
4257
- *
4258
- * @type {Date}
4259
- * @memberof DoctorItemModel
4260
- */
4261
- 'dateOfBirth'?: Date | null;
4262
- /**
4263
- *
4264
- * @type {string}
4265
- * @memberof DoctorItemModel
4266
- */
4267
- 'timeZone'?: string | null;
4268
- /**
4269
- *
4270
- * @type {string}
4271
- * @memberof DoctorItemModel
4272
- */
4273
- 'communicationUserId'?: string | null;
4274
- /**
4275
- *
4276
- * @type {AuditableEntity}
4277
- * @memberof DoctorItemModel
4278
- */
4279
- 'auditableEntity'?: AuditableEntity;
4280
- /**
4281
- *
4282
- * @type {string}
4283
- * @memberof DoctorItemModel
4284
- */
4285
- 'hospitalId'?: string | null;
4286
- /**
4287
- *
4288
- * @type {string}
4289
- * @memberof DoctorItemModel
4290
- */
4291
- 'hospitalName'?: string | null;
4292
- /**
4293
- *
4294
- * @type {string}
4295
- * @memberof DoctorItemModel
4296
- */
4297
- 'hospitalSlug'?: string | null;
4298
- /**
4299
- *
4300
- * @type {Date}
4131
+ * @type {boolean}
4301
4132
  * @memberof DoctorItemModel
4302
4133
  */
4303
- 'startPracticeDate'?: Date | null;
4134
+ 'consultationEnabled'?: boolean | null;
4304
4135
  /**
4305
4136
  *
4306
- * @type {string}
4137
+ * @type {number}
4307
4138
  * @memberof DoctorItemModel
4308
4139
  */
4309
- 'overview'?: string | null;
4140
+ 'consultationFee'?: number | null;
4310
4141
  /**
4311
4142
  *
4312
4143
  * @type {boolean}
4313
4144
  * @memberof DoctorItemModel
4314
4145
  */
4315
- 'consultationEnabled'?: boolean | null;
4146
+ 'confirmed'?: boolean;
4316
4147
  /**
4317
4148
  *
4318
- * @type {number}
4149
+ * @type {Array<DoctorSpecialtyItemModel>}
4319
4150
  * @memberof DoctorItemModel
4320
4151
  */
4321
- 'consultationFee'?: number | null;
4152
+ 'doctorSpecialties'?: Array<DoctorSpecialtyItemModel> | null;
4322
4153
  /**
4323
4154
  *
4324
- * @type {boolean}
4155
+ * @type {Array<DoctorAffiliationItemModel>}
4325
4156
  * @memberof DoctorItemModel
4326
4157
  */
4327
- 'confirmed'?: boolean;
4158
+ 'doctorAffiliations'?: Array<DoctorAffiliationItemModel> | null;
4328
4159
  }
4329
4160
  /**
4330
4161
  *
@@ -4521,24 +4352,6 @@ export interface DoctorModel {
4521
4352
  * @memberof DoctorModel
4522
4353
  */
4523
4354
  'languageCode'?: string | null;
4524
- /**
4525
- *
4526
- * @type {string}
4527
- * @memberof DoctorModel
4528
- */
4529
- 'hospitalId'?: string | null;
4530
- /**
4531
- *
4532
- * @type {string}
4533
- * @memberof DoctorModel
4534
- */
4535
- 'hospitalName'?: string | null;
4536
- /**
4537
- *
4538
- * @type {string}
4539
- * @memberof DoctorModel
4540
- */
4541
- 'hospitalSlug'?: string | null;
4542
4355
  /**
4543
4356
  *
4544
4357
  * @type {Date}
@@ -4581,6 +4394,24 @@ export interface DoctorModel {
4581
4394
  * @memberof DoctorModel
4582
4395
  */
4583
4396
  'confirmed'?: boolean;
4397
+ /**
4398
+ *
4399
+ * @type {Array<DoctorSpecialtyItemModel>}
4400
+ * @memberof DoctorModel
4401
+ */
4402
+ 'doctorSpecialties'?: Array<DoctorSpecialtyItemModel> | null;
4403
+ /**
4404
+ *
4405
+ * @type {Array<DoctorAffiliationModel>}
4406
+ * @memberof DoctorModel
4407
+ */
4408
+ 'doctorAffiliations'?: Array<DoctorAffiliationModel> | null;
4409
+ /**
4410
+ *
4411
+ * @type {Array<UserTranslationModel>}
4412
+ * @memberof DoctorModel
4413
+ */
4414
+ 'translations'?: Array<UserTranslationModel> | null;
4584
4415
  /**
4585
4416
  *
4586
4417
  * @type {Array<LocalizedUrlModel>}
@@ -4776,57 +4607,64 @@ export interface DoctorSpecialtiesModel {
4776
4607
  /**
4777
4608
  *
4778
4609
  * @export
4779
- * @interface DoctorSpecialtyModel
4610
+ * @interface DoctorSpecialtyItemModel
4780
4611
  */
4781
- export interface DoctorSpecialtyModel {
4612
+ export interface DoctorSpecialtyItemModel {
4782
4613
  /**
4783
4614
  *
4784
4615
  * @type {string}
4785
- * @memberof DoctorSpecialtyModel
4616
+ * @memberof DoctorSpecialtyItemModel
4786
4617
  */
4787
4618
  'specialtyId'?: string;
4788
4619
  /**
4789
4620
  *
4790
4621
  * @type {string}
4791
- * @memberof DoctorSpecialtyModel
4622
+ * @memberof DoctorSpecialtyItemModel
4792
4623
  */
4793
4624
  'specialtyName'?: string | null;
4794
4625
  /**
4795
4626
  *
4796
4627
  * @type {string}
4797
- * @memberof DoctorSpecialtyModel
4628
+ * @memberof DoctorSpecialtyItemModel
4798
4629
  */
4799
4630
  'specialtySlug'?: string | null;
4800
4631
  /**
4801
4632
  *
4802
- * @type {string}
4803
- * @memberof DoctorSpecialtyModel
4633
+ * @type {number}
4634
+ * @memberof DoctorSpecialtyItemModel
4804
4635
  */
4805
- 'specialtyTypeId'?: string;
4636
+ 'order'?: number;
4637
+ }
4638
+ /**
4639
+ *
4640
+ * @export
4641
+ * @interface DoctorSpecialtyModel
4642
+ */
4643
+ export interface DoctorSpecialtyModel {
4806
4644
  /**
4807
4645
  *
4808
4646
  * @type {string}
4809
4647
  * @memberof DoctorSpecialtyModel
4810
4648
  */
4811
- 'specialtyTypeName'?: string | null;
4649
+ 'specialtyId'?: string;
4812
4650
  /**
4813
4651
  *
4814
- * @type {number}
4652
+ * @type {string}
4815
4653
  * @memberof DoctorSpecialtyModel
4816
4654
  */
4817
- 'order'?: number;
4655
+ 'specialtyName'?: string | null;
4818
4656
  /**
4819
4657
  *
4820
4658
  * @type {string}
4821
4659
  * @memberof DoctorSpecialtyModel
4822
4660
  */
4823
- 'doctorId'?: string;
4661
+ 'specialtySlug'?: string | null;
4824
4662
  /**
4825
4663
  *
4826
- * @type {string}
4664
+ * @type {number}
4827
4665
  * @memberof DoctorSpecialtyModel
4828
4666
  */
4829
- 'doctorName'?: string | null;
4667
+ 'order'?: number;
4830
4668
  }
4831
4669
  /**
4832
4670
  *
@@ -5565,103 +5403,55 @@ export interface HospitalEvaluationItemModel {
5565
5403
  * @type {string}
5566
5404
  * @memberof HospitalEvaluationItemModel
5567
5405
  */
5568
- 'id'?: string;
5569
- /**
5570
- *
5571
- * @type {string}
5572
- * @memberof HospitalEvaluationItemModel
5573
- */
5574
- 'hospitalId'?: string;
5406
+ 'name'?: string | null;
5575
5407
  /**
5576
5408
  *
5577
- * @type {string}
5409
+ * @type {number}
5578
5410
  * @memberof HospitalEvaluationItemModel
5579
5411
  */
5580
- 'hospitalName'?: string | null;
5412
+ 'stars'?: number;
5413
+ }
5414
+ /**
5415
+ *
5416
+ * @export
5417
+ * @interface HospitalEvaluationModel
5418
+ */
5419
+ export interface HospitalEvaluationModel {
5581
5420
  /**
5582
5421
  *
5583
5422
  * @type {string}
5584
- * @memberof HospitalEvaluationItemModel
5423
+ * @memberof HospitalEvaluationModel
5585
5424
  */
5586
5425
  'name'?: string | null;
5587
5426
  /**
5588
5427
  *
5589
5428
  * @type {number}
5590
- * @memberof HospitalEvaluationItemModel
5429
+ * @memberof HospitalEvaluationModel
5591
5430
  */
5592
5431
  'stars'?: number;
5593
5432
  /**
5594
5433
  *
5595
5434
  * @type {string}
5596
- * @memberof HospitalEvaluationItemModel
5435
+ * @memberof HospitalEvaluationModel
5597
5436
  */
5598
5437
  'description'?: string | null;
5599
5438
  /**
5600
5439
  *
5601
5440
  * @type {string}
5602
- * @memberof HospitalEvaluationItemModel
5441
+ * @memberof HospitalEvaluationModel
5603
5442
  */
5604
5443
  'referenceUrl'?: string | null;
5605
5444
  }
5606
5445
  /**
5607
5446
  *
5608
5447
  * @export
5609
- * @interface HospitalEvaluationModel
5448
+ * @interface HospitalEvaluationsModel
5610
5449
  */
5611
- export interface HospitalEvaluationModel {
5450
+ export interface HospitalEvaluationsModel {
5612
5451
  /**
5613
5452
  *
5614
- * @type {string}
5615
- * @memberof HospitalEvaluationModel
5616
- */
5617
- 'id'?: string;
5618
- /**
5619
- *
5620
- * @type {string}
5621
- * @memberof HospitalEvaluationModel
5622
- */
5623
- 'hospitalId'?: string;
5624
- /**
5625
- *
5626
- * @type {string}
5627
- * @memberof HospitalEvaluationModel
5628
- */
5629
- 'hospitalName'?: string | null;
5630
- /**
5631
- *
5632
- * @type {string}
5633
- * @memberof HospitalEvaluationModel
5634
- */
5635
- 'name'?: string | null;
5636
- /**
5637
- *
5638
- * @type {number}
5639
- * @memberof HospitalEvaluationModel
5640
- */
5641
- 'stars'?: number;
5642
- /**
5643
- *
5644
- * @type {string}
5645
- * @memberof HospitalEvaluationModel
5646
- */
5647
- 'description'?: string | null;
5648
- /**
5649
- *
5650
- * @type {string}
5651
- * @memberof HospitalEvaluationModel
5652
- */
5653
- 'referenceUrl'?: string | null;
5654
- }
5655
- /**
5656
- *
5657
- * @export
5658
- * @interface HospitalEvaluationsModel
5659
- */
5660
- export interface HospitalEvaluationsModel {
5661
- /**
5662
- *
5663
- * @type {Array<HospitalEvaluationItemModel>}
5664
- * @memberof HospitalEvaluationsModel
5453
+ * @type {Array<HospitalEvaluationItemModel>}
5454
+ * @memberof HospitalEvaluationsModel
5665
5455
  */
5666
5456
  'items'?: Array<HospitalEvaluationItemModel> | null;
5667
5457
  /**
@@ -5695,12 +5485,6 @@ export interface HospitalItemModel {
5695
5485
  * @memberof HospitalItemModel
5696
5486
  */
5697
5487
  'slug'?: string | null;
5698
- /**
5699
- *
5700
- * @type {string}
5701
- * @memberof HospitalItemModel
5702
- */
5703
- 'description'?: string | null;
5704
5488
  /**
5705
5489
  *
5706
5490
  * @type {string}
@@ -5709,52 +5493,28 @@ export interface HospitalItemModel {
5709
5493
  'logo'?: string | null;
5710
5494
  /**
5711
5495
  *
5712
- * @type {string}
5713
- * @memberof HospitalItemModel
5714
- */
5715
- 'overview'?: string | null;
5716
- /**
5717
- *
5718
- * @type {number}
5719
- * @memberof HospitalItemModel
5720
- */
5721
- 'bedsCount'?: number | null;
5722
- /**
5723
- *
5724
- * @type {number}
5725
- * @memberof HospitalItemModel
5726
- */
5727
- 'operationsPerYear'?: number | null;
5728
- /**
5729
- *
5730
- * @type {number}
5731
- * @memberof HospitalItemModel
5732
- */
5733
- 'foundationYear'?: number | null;
5734
- /**
5735
- *
5736
- * @type {number}
5496
+ * @type {boolean}
5737
5497
  * @memberof HospitalItemModel
5738
5498
  */
5739
- 'medicalStaffCount'?: number | null;
5499
+ 'confirmed'?: boolean;
5740
5500
  /**
5741
5501
  *
5742
- * @type {number}
5502
+ * @type {string}
5743
5503
  * @memberof HospitalItemModel
5744
5504
  */
5745
- 'doctorCount'?: number | null;
5505
+ 'countryId'?: string;
5746
5506
  /**
5747
5507
  *
5748
5508
  * @type {string}
5749
5509
  * @memberof HospitalItemModel
5750
5510
  */
5751
- 'countryId'?: string;
5511
+ 'countryName'?: string | null;
5752
5512
  /**
5753
5513
  *
5754
5514
  * @type {string}
5755
5515
  * @memberof HospitalItemModel
5756
5516
  */
5757
- 'countryName'?: string | null;
5517
+ 'countrySlug'?: string | null;
5758
5518
  /**
5759
5519
  *
5760
5520
  * @type {MarketingType}
@@ -5785,66 +5545,6 @@ export interface HospitalItemModel {
5785
5545
  * @memberof HospitalItemModel
5786
5546
  */
5787
5547
  'websiteUrl'?: string | null;
5788
- /**
5789
- *
5790
- * @type {number}
5791
- * @memberof HospitalItemModel
5792
- */
5793
- 'articlesCount'?: number;
5794
- /**
5795
- *
5796
- * @type {number}
5797
- * @memberof HospitalItemModel
5798
- */
5799
- 'packagesCount'?: number;
5800
- /**
5801
- *
5802
- * @type {number}
5803
- * @memberof HospitalItemModel
5804
- */
5805
- 'equipmentsCount'?: number;
5806
- /**
5807
- *
5808
- * @type {number}
5809
- * @memberof HospitalItemModel
5810
- */
5811
- 'reviewsCount'?: number;
5812
- /**
5813
- *
5814
- * @type {number}
5815
- * @memberof HospitalItemModel
5816
- */
5817
- 'departmentsCount'?: number;
5818
- /**
5819
- *
5820
- * @type {number}
5821
- * @memberof HospitalItemModel
5822
- */
5823
- 'specialtiesCount'?: number;
5824
- /**
5825
- *
5826
- * @type {number}
5827
- * @memberof HospitalItemModel
5828
- */
5829
- 'accreditationsCount'?: number;
5830
- /**
5831
- *
5832
- * @type {number}
5833
- * @memberof HospitalItemModel
5834
- */
5835
- 'doctorAffiliationsCount'?: number;
5836
- /**
5837
- *
5838
- * @type {number}
5839
- * @memberof HospitalItemModel
5840
- */
5841
- 'managerAffiliationsCount'?: number;
5842
- /**
5843
- *
5844
- * @type {string}
5845
- * @memberof HospitalItemModel
5846
- */
5847
- 'specialtiesSummerized'?: string | null;
5848
5548
  /**
5849
5549
  *
5850
5550
  * @type {boolean}
@@ -5853,46 +5553,28 @@ export interface HospitalItemModel {
5853
5553
  'paymentEnabled'?: boolean;
5854
5554
  /**
5855
5555
  *
5856
- * @type {boolean}
5556
+ * @type {string}
5857
5557
  * @memberof HospitalItemModel
5858
5558
  */
5859
- 'confirmed'?: boolean;
5559
+ 'specialtiesSummerized'?: string | null;
5860
5560
  /**
5861
5561
  *
5862
- * @type {Array<AwardModel>}
5562
+ * @type {Array<HospitalAccreditationItemModel>}
5863
5563
  * @memberof HospitalItemModel
5864
5564
  */
5865
- 'awards'?: Array<AwardModel> | null;
5565
+ 'accreditations'?: Array<HospitalAccreditationItemModel> | null;
5866
5566
  /**
5867
5567
  *
5868
5568
  * @type {Array<MediaModel>}
5869
5569
  * @memberof HospitalItemModel
5870
5570
  */
5871
5571
  'medias'?: Array<MediaModel> | null;
5872
- /**
5873
- *
5874
- * @type {Array<AccreditationModel>}
5875
- * @memberof HospitalItemModel
5876
- */
5877
- 'accreditations'?: Array<AccreditationModel> | null;
5878
- /**
5879
- *
5880
- * @type {Array<HospitalEvaluationModel>}
5881
- * @memberof HospitalItemModel
5882
- */
5883
- 'evaluations'?: Array<HospitalEvaluationModel> | null;
5884
5572
  /**
5885
5573
  *
5886
5574
  * @type {LocationModel}
5887
5575
  * @memberof HospitalItemModel
5888
5576
  */
5889
5577
  'location'?: LocationModel;
5890
- /**
5891
- *
5892
- * @type {AuditableEntity}
5893
- * @memberof HospitalItemModel
5894
- */
5895
- 'auditableEntity'?: AuditableEntity;
5896
5578
  }
5897
5579
  /**
5898
5580
  *
@@ -5923,247 +5605,193 @@ export interface HospitalModel {
5923
5605
  * @type {string}
5924
5606
  * @memberof HospitalModel
5925
5607
  */
5926
- 'description'?: string | null;
5608
+ 'logo'?: string | null;
5927
5609
  /**
5928
5610
  *
5929
- * @type {string}
5611
+ * @type {boolean}
5930
5612
  * @memberof HospitalModel
5931
5613
  */
5932
- 'logo'?: string | null;
5614
+ 'confirmed'?: boolean;
5933
5615
  /**
5934
5616
  *
5935
5617
  * @type {string}
5936
5618
  * @memberof HospitalModel
5937
5619
  */
5938
- 'overview'?: string | null;
5620
+ 'countryId'?: string;
5939
5621
  /**
5940
5622
  *
5941
- * @type {number}
5623
+ * @type {string}
5942
5624
  * @memberof HospitalModel
5943
5625
  */
5944
- 'bedsCount'?: number | null;
5626
+ 'countryName'?: string | null;
5945
5627
  /**
5946
5628
  *
5947
- * @type {number}
5629
+ * @type {string}
5948
5630
  * @memberof HospitalModel
5949
5631
  */
5950
- 'operationsPerYear'?: number | null;
5632
+ 'countrySlug'?: string | null;
5951
5633
  /**
5952
5634
  *
5953
- * @type {number}
5635
+ * @type {MarketingType}
5954
5636
  * @memberof HospitalModel
5955
5637
  */
5956
- 'foundationYear'?: number | null;
5638
+ 'marketingType'?: MarketingType;
5957
5639
  /**
5958
5640
  *
5959
- * @type {number}
5641
+ * @type {boolean}
5960
5642
  * @memberof HospitalModel
5961
5643
  */
5962
- 'medicalStaffCount'?: number | null;
5644
+ 'consultationEnabled'?: boolean | null;
5963
5645
  /**
5964
5646
  *
5965
5647
  * @type {number}
5966
5648
  * @memberof HospitalModel
5967
5649
  */
5968
- 'doctorCount'?: number | null;
5650
+ 'consultationFee'?: number | null;
5969
5651
  /**
5970
5652
  *
5971
5653
  * @type {string}
5972
5654
  * @memberof HospitalModel
5973
5655
  */
5974
- 'countryId'?: string;
5656
+ 'timeZone'?: string | null;
5975
5657
  /**
5976
5658
  *
5977
5659
  * @type {string}
5978
5660
  * @memberof HospitalModel
5979
5661
  */
5980
- 'countryName'?: string | null;
5662
+ 'websiteUrl'?: string | null;
5981
5663
  /**
5982
5664
  *
5983
- * @type {MarketingType}
5665
+ * @type {boolean}
5984
5666
  * @memberof HospitalModel
5985
5667
  */
5986
- 'marketingType'?: MarketingType;
5668
+ 'paymentEnabled'?: boolean;
5987
5669
  /**
5988
5670
  *
5989
- * @type {boolean}
5671
+ * @type {string}
5990
5672
  * @memberof HospitalModel
5991
5673
  */
5992
- 'consultationEnabled'?: boolean | null;
5674
+ 'specialtiesSummerized'?: string | null;
5993
5675
  /**
5994
5676
  *
5995
- * @type {number}
5677
+ * @type {Array<HospitalAccreditationItemModel>}
5996
5678
  * @memberof HospitalModel
5997
5679
  */
5998
- 'consultationFee'?: number | null;
5680
+ 'accreditations'?: Array<HospitalAccreditationItemModel> | null;
5999
5681
  /**
6000
5682
  *
6001
- * @type {string}
5683
+ * @type {Array<MediaModel>}
6002
5684
  * @memberof HospitalModel
6003
5685
  */
6004
- 'timeZone'?: string | null;
5686
+ 'medias'?: Array<MediaModel> | null;
6005
5687
  /**
6006
5688
  *
6007
- * @type {string}
5689
+ * @type {LocationModel}
6008
5690
  * @memberof HospitalModel
6009
5691
  */
6010
- 'websiteUrl'?: string | null;
5692
+ 'location'?: LocationModel;
6011
5693
  /**
6012
5694
  *
6013
- * @type {number}
5695
+ * @type {string}
6014
5696
  * @memberof HospitalModel
6015
5697
  */
6016
- 'articlesCount'?: number;
5698
+ 'languageCode'?: string | null;
6017
5699
  /**
6018
5700
  *
6019
- * @type {number}
5701
+ * @type {string}
6020
5702
  * @memberof HospitalModel
6021
5703
  */
6022
- 'packagesCount'?: number;
5704
+ 'description'?: string | null;
6023
5705
  /**
6024
5706
  *
6025
- * @type {number}
5707
+ * @type {string}
6026
5708
  * @memberof HospitalModel
6027
5709
  */
6028
- 'equipmentsCount'?: number;
5710
+ 'overview'?: string | null;
6029
5711
  /**
6030
5712
  *
6031
- * @type {number}
5713
+ * @type {string}
6032
5714
  * @memberof HospitalModel
6033
5715
  */
6034
- 'reviewsCount'?: number;
5716
+ 'content'?: string | null;
6035
5717
  /**
6036
5718
  *
6037
5719
  * @type {number}
6038
5720
  * @memberof HospitalModel
6039
5721
  */
6040
- 'departmentsCount'?: number;
5722
+ 'bedsCount'?: number | null;
6041
5723
  /**
6042
5724
  *
6043
5725
  * @type {number}
6044
5726
  * @memberof HospitalModel
6045
5727
  */
6046
- 'specialtiesCount'?: number;
5728
+ 'operationsPerYear'?: number | null;
6047
5729
  /**
6048
5730
  *
6049
5731
  * @type {number}
6050
5732
  * @memberof HospitalModel
6051
5733
  */
6052
- 'accreditationsCount'?: number;
5734
+ 'foundationYear'?: number | null;
6053
5735
  /**
6054
5736
  *
6055
5737
  * @type {number}
6056
5738
  * @memberof HospitalModel
6057
5739
  */
6058
- 'doctorAffiliationsCount'?: number;
5740
+ 'medicalStaffCount'?: number | null;
6059
5741
  /**
6060
5742
  *
6061
5743
  * @type {number}
6062
5744
  * @memberof HospitalModel
6063
5745
  */
6064
- 'managerAffiliationsCount'?: number;
5746
+ 'doctorCount'?: number | null;
6065
5747
  /**
6066
5748
  *
6067
5749
  * @type {string}
6068
5750
  * @memberof HospitalModel
6069
5751
  */
6070
- 'specialtiesSummerized'?: string | null;
5752
+ 'contactTel'?: string | null;
6071
5753
  /**
6072
5754
  *
6073
- * @type {boolean}
5755
+ * @type {string}
6074
5756
  * @memberof HospitalModel
6075
5757
  */
6076
- 'paymentEnabled'?: boolean;
5758
+ 'contactEmail'?: string | null;
6077
5759
  /**
6078
5760
  *
6079
- * @type {boolean}
5761
+ * @type {string}
6080
5762
  * @memberof HospitalModel
6081
5763
  */
6082
- 'confirmed'?: boolean;
5764
+ 'customStyle'?: string | null;
6083
5765
  /**
6084
5766
  *
6085
- * @type {Array<AwardModel>}
5767
+ * @type {Array<HospitalEvaluationItemModel>}
6086
5768
  * @memberof HospitalModel
6087
5769
  */
6088
- 'awards'?: Array<AwardModel> | null;
5770
+ 'evaluations'?: Array<HospitalEvaluationItemModel> | null;
6089
5771
  /**
6090
5772
  *
6091
- * @type {Array<MediaModel>}
5773
+ * @type {Array<WorkingDay>}
6092
5774
  * @memberof HospitalModel
6093
5775
  */
6094
- 'medias'?: Array<MediaModel> | null;
5776
+ 'hospitalWorkingDays'?: Array<WorkingDay> | null;
6095
5777
  /**
6096
5778
  *
6097
- * @type {Array<AccreditationModel>}
5779
+ * @type {Array<SnsHandle>}
6098
5780
  * @memberof HospitalModel
6099
5781
  */
6100
- 'accreditations'?: Array<AccreditationModel> | null;
5782
+ 'hospitalSnsHandles'?: Array<SnsHandle> | null;
6101
5783
  /**
6102
5784
  *
6103
- * @type {Array<HospitalEvaluationModel>}
5785
+ * @type {Array<LocalizedUrlModel>}
6104
5786
  * @memberof HospitalModel
6105
5787
  */
6106
- 'evaluations'?: Array<HospitalEvaluationModel> | null;
5788
+ 'localizedUrls'?: Array<LocalizedUrlModel> | null;
6107
5789
  /**
6108
5790
  *
6109
- * @type {LocationModel}
5791
+ * @type {Array<AwardModel>}
6110
5792
  * @memberof HospitalModel
6111
5793
  */
6112
- 'location'?: LocationModel;
6113
- /**
6114
- *
6115
- * @type {AuditableEntity}
6116
- * @memberof HospitalModel
6117
- */
6118
- 'auditableEntity'?: AuditableEntity;
6119
- /**
6120
- *
6121
- * @type {string}
6122
- * @memberof HospitalModel
6123
- */
6124
- 'languageCode'?: string | null;
6125
- /**
6126
- *
6127
- * @type {string}
6128
- * @memberof HospitalModel
6129
- */
6130
- 'content'?: string | null;
6131
- /**
6132
- *
6133
- * @type {string}
6134
- * @memberof HospitalModel
6135
- */
6136
- 'contactTel'?: string | null;
6137
- /**
6138
- *
6139
- * @type {string}
6140
- * @memberof HospitalModel
6141
- */
6142
- 'contactEmail'?: string | null;
6143
- /**
6144
- *
6145
- * @type {string}
6146
- * @memberof HospitalModel
6147
- */
6148
- 'customStyle'?: string | null;
6149
- /**
6150
- *
6151
- * @type {Array<WorkingDay>}
6152
- * @memberof HospitalModel
6153
- */
6154
- 'hospitalWorkingDays'?: Array<WorkingDay> | null;
6155
- /**
6156
- *
6157
- * @type {Array<SnsHandle>}
6158
- * @memberof HospitalModel
6159
- */
6160
- 'hospitalSnsHandles'?: Array<SnsHandle> | null;
6161
- /**
6162
- *
6163
- * @type {Array<LocalizedUrlModel>}
6164
- * @memberof HospitalModel
6165
- */
6166
- 'localizedUrls'?: Array<LocalizedUrlModel> | null;
5794
+ 'awards'?: Array<AwardModel> | null;
6167
5795
  }
6168
5796
  /**
6169
5797
  *
@@ -6634,54 +6262,6 @@ export interface HospitalSpecialtyItemModel {
6634
6262
  * @memberof HospitalSpecialtyItemModel
6635
6263
  */
6636
6264
  'id'?: string;
6637
- /**
6638
- *
6639
- * @type {string}
6640
- * @memberof HospitalSpecialtyItemModel
6641
- */
6642
- 'hospitalId'?: string;
6643
- /**
6644
- *
6645
- * @type {string}
6646
- * @memberof HospitalSpecialtyItemModel
6647
- */
6648
- 'hospitalName'?: string | null;
6649
- /**
6650
- *
6651
- * @type {string}
6652
- * @memberof HospitalSpecialtyItemModel
6653
- */
6654
- 'hospitalSlug'?: string | null;
6655
- /**
6656
- *
6657
- * @type {string}
6658
- * @memberof HospitalSpecialtyItemModel
6659
- */
6660
- 'specialtyId'?: string;
6661
- /**
6662
- *
6663
- * @type {string}
6664
- * @memberof HospitalSpecialtyItemModel
6665
- */
6666
- 'specialtyName'?: string | null;
6667
- /**
6668
- *
6669
- * @type {string}
6670
- * @memberof HospitalSpecialtyItemModel
6671
- */
6672
- 'specialtyTypeId'?: string;
6673
- /**
6674
- *
6675
- * @type {string}
6676
- * @memberof HospitalSpecialtyItemModel
6677
- */
6678
- 'specialtyTypeName'?: string | null;
6679
- /**
6680
- *
6681
- * @type {MarketingType}
6682
- * @memberof HospitalSpecialtyItemModel
6683
- */
6684
- 'marketingType'?: MarketingType;
6685
6265
  /**
6686
6266
  *
6687
6267
  * @type {string}
@@ -6702,16 +6282,10 @@ export interface HospitalSpecialtyItemModel {
6702
6282
  'description'?: string | null;
6703
6283
  /**
6704
6284
  *
6705
- * @type {number}
6706
- * @memberof HospitalSpecialtyItemModel
6707
- */
6708
- 'serviceCount'?: number;
6709
- /**
6710
- *
6711
- * @type {Array<HospitalServiceItemModel>}
6285
+ * @type {MarketingType}
6712
6286
  * @memberof HospitalSpecialtyItemModel
6713
6287
  */
6714
- 'serviceList'?: Array<HospitalServiceItemModel> | null;
6288
+ 'marketingType'?: MarketingType;
6715
6289
  /**
6716
6290
  *
6717
6291
  * @type {string}
@@ -6748,18 +6322,6 @@ export interface HospitalSpecialtyItemModel {
6748
6322
  * @memberof HospitalSpecialtyItemModel
6749
6323
  */
6750
6324
  'confirmed'?: boolean;
6751
- /**
6752
- *
6753
- * @type {Array<MediaModel>}
6754
- * @memberof HospitalSpecialtyItemModel
6755
- */
6756
- 'medias'?: Array<MediaModel> | null;
6757
- /**
6758
- *
6759
- * @type {AuditableEntity}
6760
- * @memberof HospitalSpecialtyItemModel
6761
- */
6762
- 'auditableEntity'?: AuditableEntity;
6763
6325
  }
6764
6326
  /**
6765
6327
  *
@@ -6778,151 +6340,145 @@ export interface HospitalSpecialtyModel {
6778
6340
  * @type {string}
6779
6341
  * @memberof HospitalSpecialtyModel
6780
6342
  */
6781
- 'hospitalId'?: string;
6343
+ 'name'?: string | null;
6782
6344
  /**
6783
6345
  *
6784
6346
  * @type {string}
6785
6347
  * @memberof HospitalSpecialtyModel
6786
6348
  */
6787
- 'hospitalName'?: string | null;
6349
+ 'slug'?: string | null;
6788
6350
  /**
6789
6351
  *
6790
6352
  * @type {string}
6791
6353
  * @memberof HospitalSpecialtyModel
6792
6354
  */
6793
- 'hospitalSlug'?: string | null;
6355
+ 'description'?: string | null;
6794
6356
  /**
6795
6357
  *
6796
- * @type {string}
6358
+ * @type {MarketingType}
6797
6359
  * @memberof HospitalSpecialtyModel
6798
6360
  */
6799
- 'specialtyId'?: string;
6361
+ 'marketingType'?: MarketingType;
6800
6362
  /**
6801
6363
  *
6802
6364
  * @type {string}
6803
6365
  * @memberof HospitalSpecialtyModel
6804
6366
  */
6805
- 'specialtyName'?: string | null;
6367
+ 'photo'?: string | null;
6806
6368
  /**
6807
6369
  *
6808
6370
  * @type {string}
6809
6371
  * @memberof HospitalSpecialtyModel
6810
6372
  */
6811
- 'specialtyTypeId'?: string;
6373
+ 'photoThumbnail'?: string | null;
6812
6374
  /**
6813
6375
  *
6814
6376
  * @type {string}
6815
6377
  * @memberof HospitalSpecialtyModel
6816
6378
  */
6817
- 'specialtyTypeName'?: string | null;
6818
- /**
6819
- *
6820
- * @type {MarketingType}
6821
- * @memberof HospitalSpecialtyModel
6822
- */
6823
- 'marketingType'?: MarketingType;
6379
+ 'background'?: string | null;
6824
6380
  /**
6825
6381
  *
6826
6382
  * @type {string}
6827
6383
  * @memberof HospitalSpecialtyModel
6828
6384
  */
6829
- 'name'?: string | null;
6385
+ 'backgroundThumbnail'?: string | null;
6830
6386
  /**
6831
6387
  *
6832
- * @type {string}
6388
+ * @type {number}
6833
6389
  * @memberof HospitalSpecialtyModel
6834
6390
  */
6835
- 'slug'?: string | null;
6391
+ 'order'?: number;
6836
6392
  /**
6837
6393
  *
6838
- * @type {string}
6394
+ * @type {boolean}
6839
6395
  * @memberof HospitalSpecialtyModel
6840
6396
  */
6841
- 'description'?: string | null;
6397
+ 'confirmed'?: boolean;
6842
6398
  /**
6843
6399
  *
6844
- * @type {number}
6400
+ * @type {string}
6845
6401
  * @memberof HospitalSpecialtyModel
6846
6402
  */
6847
- 'serviceCount'?: number;
6403
+ 'hospitalId'?: string;
6848
6404
  /**
6849
6405
  *
6850
- * @type {Array<HospitalServiceItemModel>}
6406
+ * @type {string}
6851
6407
  * @memberof HospitalSpecialtyModel
6852
6408
  */
6853
- 'serviceList'?: Array<HospitalServiceItemModel> | null;
6409
+ 'hospitalName'?: string | null;
6854
6410
  /**
6855
6411
  *
6856
6412
  * @type {string}
6857
6413
  * @memberof HospitalSpecialtyModel
6858
6414
  */
6859
- 'photo'?: string | null;
6415
+ 'hospitalSlug'?: string | null;
6860
6416
  /**
6861
6417
  *
6862
6418
  * @type {string}
6863
6419
  * @memberof HospitalSpecialtyModel
6864
6420
  */
6865
- 'photoThumbnail'?: string | null;
6421
+ 'content'?: string | null;
6866
6422
  /**
6867
6423
  *
6868
6424
  * @type {string}
6869
6425
  * @memberof HospitalSpecialtyModel
6870
6426
  */
6871
- 'background'?: string | null;
6427
+ 'customStyle'?: string | null;
6872
6428
  /**
6873
6429
  *
6874
6430
  * @type {string}
6875
6431
  * @memberof HospitalSpecialtyModel
6876
6432
  */
6877
- 'backgroundThumbnail'?: string | null;
6433
+ 'languageCode'?: string | null;
6878
6434
  /**
6879
6435
  *
6880
- * @type {number}
6436
+ * @type {string}
6881
6437
  * @memberof HospitalSpecialtyModel
6882
6438
  */
6883
- 'order'?: number;
6439
+ 'specialtyId'?: string;
6884
6440
  /**
6885
6441
  *
6886
- * @type {boolean}
6442
+ * @type {string}
6887
6443
  * @memberof HospitalSpecialtyModel
6888
6444
  */
6889
- 'confirmed'?: boolean;
6445
+ 'specialtyName'?: string | null;
6890
6446
  /**
6891
6447
  *
6892
- * @type {Array<MediaModel>}
6448
+ * @type {string}
6893
6449
  * @memberof HospitalSpecialtyModel
6894
6450
  */
6895
- 'medias'?: Array<MediaModel> | null;
6451
+ 'specialtyTypeId'?: string;
6896
6452
  /**
6897
6453
  *
6898
- * @type {AuditableEntity}
6454
+ * @type {string}
6899
6455
  * @memberof HospitalSpecialtyModel
6900
6456
  */
6901
- 'auditableEntity'?: AuditableEntity;
6457
+ 'specialtyTypeName'?: string | null;
6902
6458
  /**
6903
6459
  *
6904
- * @type {string}
6460
+ * @type {number}
6905
6461
  * @memberof HospitalSpecialtyModel
6906
6462
  */
6907
- 'content'?: string | null;
6463
+ 'serviceCount'?: number;
6908
6464
  /**
6909
6465
  *
6910
- * @type {string}
6466
+ * @type {Array<HospitalServiceItemModel>}
6911
6467
  * @memberof HospitalSpecialtyModel
6912
6468
  */
6913
- 'customStyle'?: string | null;
6469
+ 'serviceList'?: Array<HospitalServiceItemModel> | null;
6914
6470
  /**
6915
6471
  *
6916
- * @type {string}
6472
+ * @type {Array<LocalizedUrlModel>}
6917
6473
  * @memberof HospitalSpecialtyModel
6918
6474
  */
6919
- 'languageCode'?: string | null;
6475
+ 'localizedUrls'?: Array<LocalizedUrlModel> | null;
6920
6476
  /**
6921
6477
  *
6922
- * @type {Array<LocalizedUrlModel>}
6478
+ * @type {Array<MediaModel>}
6923
6479
  * @memberof HospitalSpecialtyModel
6924
6480
  */
6925
- 'localizedUrls'?: Array<LocalizedUrlModel> | null;
6481
+ 'medias'?: Array<MediaModel> | null;
6926
6482
  }
6927
6483
  /**
6928
6484
  *
@@ -10001,80 +9557,153 @@ export interface UserModel {
10001
9557
  /**
10002
9558
  *
10003
9559
  * @export
10004
- * @interface WorkingDay
9560
+ * @interface UserTranslationModel
10005
9561
  */
10006
- export interface WorkingDay {
9562
+ export interface UserTranslationModel {
10007
9563
  /**
10008
9564
  *
10009
9565
  * @type {string}
10010
- * @memberof WorkingDay
9566
+ * @memberof UserTranslationModel
10011
9567
  */
10012
- 'id'?: string;
9568
+ 'userId'?: string;
10013
9569
  /**
10014
9570
  *
10015
9571
  * @type {string}
10016
- * @memberof WorkingDay
9572
+ * @memberof UserTranslationModel
10017
9573
  */
10018
- 'dayOfWeek'?: string | null;
9574
+ 'languageCode'?: string | null;
10019
9575
  /**
10020
9576
  *
10021
- * @type {Date}
10022
- * @memberof WorkingDay
9577
+ * @type {string}
9578
+ * @memberof UserTranslationModel
10023
9579
  */
10024
- 'timeFrom'?: Date;
9580
+ 'firstName'?: string | null;
10025
9581
  /**
10026
9582
  *
10027
- * @type {Date}
10028
- * @memberof WorkingDay
9583
+ * @type {string}
9584
+ * @memberof UserTranslationModel
10029
9585
  */
10030
- 'timeTo'?: Date;
9586
+ 'middleName'?: string | null;
10031
9587
  /**
10032
9588
  *
10033
- * @type {boolean}
10034
- * @memberof WorkingDay
9589
+ * @type {string}
9590
+ * @memberof UserTranslationModel
10035
9591
  */
10036
- 'checkHoliday'?: boolean;
10037
- }
10038
- /**
10039
- *
10040
- * @export
10041
- * @interface WorkingDayItemModel
10042
- */
10043
- export interface WorkingDayItemModel {
9592
+ 'lastName'?: string | null;
10044
9593
  /**
10045
9594
  *
10046
9595
  * @type {string}
10047
- * @memberof WorkingDayItemModel
9596
+ * @memberof UserTranslationModel
10048
9597
  */
10049
- 'id'?: string;
9598
+ 'slug'?: string | null;
10050
9599
  /**
10051
9600
  *
10052
9601
  * @type {string}
10053
- * @memberof WorkingDayItemModel
9602
+ * @memberof UserTranslationModel
10054
9603
  */
10055
- 'dayOfWeek'?: string | null;
9604
+ 'overview'?: string | null;
10056
9605
  /**
10057
9606
  *
10058
- * @type {Date}
10059
- * @memberof WorkingDayItemModel
9607
+ * @type {string}
9608
+ * @memberof UserTranslationModel
10060
9609
  */
10061
- 'timeFrom'?: Date;
9610
+ 'description'?: string | null;
10062
9611
  /**
10063
9612
  *
10064
- * @type {Date}
10065
- * @memberof WorkingDayItemModel
9613
+ * @type {string}
9614
+ * @memberof UserTranslationModel
10066
9615
  */
10067
- 'timeTo'?: Date;
9616
+ 'content'?: string | null;
10068
9617
  /**
10069
9618
  *
10070
9619
  * @type {boolean}
10071
- * @memberof WorkingDayItemModel
9620
+ * @memberof UserTranslationModel
10072
9621
  */
10073
- 'checkHoliday'?: boolean;
10074
- }
10075
- /**
10076
- *
10077
- * @export
9622
+ 'confirmed'?: boolean;
9623
+ /**
9624
+ *
9625
+ * @type {AuditableEntity}
9626
+ * @memberof UserTranslationModel
9627
+ */
9628
+ 'auditableEntity'?: AuditableEntity;
9629
+ }
9630
+ /**
9631
+ *
9632
+ * @export
9633
+ * @interface WorkingDay
9634
+ */
9635
+ export interface WorkingDay {
9636
+ /**
9637
+ *
9638
+ * @type {string}
9639
+ * @memberof WorkingDay
9640
+ */
9641
+ 'id'?: string;
9642
+ /**
9643
+ *
9644
+ * @type {string}
9645
+ * @memberof WorkingDay
9646
+ */
9647
+ 'dayOfWeek'?: string | null;
9648
+ /**
9649
+ *
9650
+ * @type {Date}
9651
+ * @memberof WorkingDay
9652
+ */
9653
+ 'timeFrom'?: Date;
9654
+ /**
9655
+ *
9656
+ * @type {Date}
9657
+ * @memberof WorkingDay
9658
+ */
9659
+ 'timeTo'?: Date;
9660
+ /**
9661
+ *
9662
+ * @type {boolean}
9663
+ * @memberof WorkingDay
9664
+ */
9665
+ 'checkHoliday'?: boolean;
9666
+ }
9667
+ /**
9668
+ *
9669
+ * @export
9670
+ * @interface WorkingDayItemModel
9671
+ */
9672
+ export interface WorkingDayItemModel {
9673
+ /**
9674
+ *
9675
+ * @type {string}
9676
+ * @memberof WorkingDayItemModel
9677
+ */
9678
+ 'id'?: string;
9679
+ /**
9680
+ *
9681
+ * @type {string}
9682
+ * @memberof WorkingDayItemModel
9683
+ */
9684
+ 'dayOfWeek'?: string | null;
9685
+ /**
9686
+ *
9687
+ * @type {Date}
9688
+ * @memberof WorkingDayItemModel
9689
+ */
9690
+ 'timeFrom'?: Date;
9691
+ /**
9692
+ *
9693
+ * @type {Date}
9694
+ * @memberof WorkingDayItemModel
9695
+ */
9696
+ 'timeTo'?: Date;
9697
+ /**
9698
+ *
9699
+ * @type {boolean}
9700
+ * @memberof WorkingDayItemModel
9701
+ */
9702
+ 'checkHoliday'?: boolean;
9703
+ }
9704
+ /**
9705
+ *
9706
+ * @export
10078
9707
  * @interface WorkingDayModel
10079
9708
  */
10080
9709
  export interface WorkingDayModel {
@@ -14561,7 +14190,6 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
14561
14190
  * @param {MarketingType} [marketingType]
14562
14191
  * @param {string} [specialtyTypeId]
14563
14192
  * @param {string} [specialtyId]
14564
- * @param {string} [serviceId]
14565
14193
  * @param {string} [exceptHospitalId]
14566
14194
  * @param {boolean} [showHidden]
14567
14195
  * @param {string} [languageCode]
@@ -14574,7 +14202,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
14574
14202
  * @param {*} [options] Override http request option.
14575
14203
  * @throws {RequiredError}
14576
14204
  */
14577
- apiV2HospitalsGet: (hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, serviceId?: string | undefined, exceptHospitalId?: string | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, paymentEnabled?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
14205
+ apiV2HospitalsGet: (hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, exceptHospitalId?: string | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, paymentEnabled?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
14578
14206
  /**
14579
14207
  *
14580
14208
  * @summary Get HospitalAccreditation.
@@ -14913,7 +14541,6 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
14913
14541
  * @param {MarketingType} [marketingType]
14914
14542
  * @param {string} [specialtyTypeId]
14915
14543
  * @param {string} [specialtyId]
14916
- * @param {string} [serviceId]
14917
14544
  * @param {string} [exceptHospitalId]
14918
14545
  * @param {boolean} [showHidden]
14919
14546
  * @param {string} [languageCode]
@@ -14926,7 +14553,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
14926
14553
  * @param {*} [options] Override http request option.
14927
14554
  * @throws {RequiredError}
14928
14555
  */
14929
- apiV2HospitalsSimpleGet: (hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, serviceId?: string | undefined, exceptHospitalId?: string | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, paymentEnabled?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
14556
+ apiV2HospitalsSimpleGet: (hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, exceptHospitalId?: string | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, paymentEnabled?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
14930
14557
  /**
14931
14558
  *
14932
14559
  * @param {string} slug
@@ -14952,7 +14579,6 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
14952
14579
  * @param {MarketingType} [marketingType]
14953
14580
  * @param {string} [specialtyTypeId]
14954
14581
  * @param {string} [specialtyId]
14955
- * @param {string} [serviceId]
14956
14582
  * @param {string} [exceptHospitalId]
14957
14583
  * @param {boolean} [showHidden]
14958
14584
  * @param {string} [languageCode]
@@ -14965,7 +14591,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
14965
14591
  * @param {*} [options] Override http request option.
14966
14592
  * @throws {RequiredError}
14967
14593
  */
14968
- apiV2HospitalsGet(hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, serviceId?: string | undefined, exceptHospitalId?: string | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, paymentEnabled?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalsModel>>;
14594
+ apiV2HospitalsGet(hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, exceptHospitalId?: string | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, paymentEnabled?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalsModel>>;
14969
14595
  /**
14970
14596
  *
14971
14597
  * @summary Get HospitalAccreditation.
@@ -15304,7 +14930,6 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
15304
14930
  * @param {MarketingType} [marketingType]
15305
14931
  * @param {string} [specialtyTypeId]
15306
14932
  * @param {string} [specialtyId]
15307
- * @param {string} [serviceId]
15308
14933
  * @param {string} [exceptHospitalId]
15309
14934
  * @param {boolean} [showHidden]
15310
14935
  * @param {string} [languageCode]
@@ -15317,7 +14942,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
15317
14942
  * @param {*} [options] Override http request option.
15318
14943
  * @throws {RequiredError}
15319
14944
  */
15320
- apiV2HospitalsSimpleGet(hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, serviceId?: string | undefined, exceptHospitalId?: string | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, paymentEnabled?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalsSimpleModel>>;
14945
+ apiV2HospitalsSimpleGet(hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, exceptHospitalId?: string | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, paymentEnabled?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalsSimpleModel>>;
15321
14946
  /**
15322
14947
  *
15323
14948
  * @param {string} slug
@@ -15343,7 +14968,6 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
15343
14968
  * @param {MarketingType} [marketingType]
15344
14969
  * @param {string} [specialtyTypeId]
15345
14970
  * @param {string} [specialtyId]
15346
- * @param {string} [serviceId]
15347
14971
  * @param {string} [exceptHospitalId]
15348
14972
  * @param {boolean} [showHidden]
15349
14973
  * @param {string} [languageCode]
@@ -15356,7 +14980,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
15356
14980
  * @param {*} [options] Override http request option.
15357
14981
  * @throws {RequiredError}
15358
14982
  */
15359
- apiV2HospitalsGet(hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, serviceId?: string | undefined, exceptHospitalId?: string | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, paymentEnabled?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalsModel>;
14983
+ apiV2HospitalsGet(hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, exceptHospitalId?: string | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, paymentEnabled?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalsModel>;
15360
14984
  /**
15361
14985
  *
15362
14986
  * @summary Get HospitalAccreditation.
@@ -15695,7 +15319,6 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
15695
15319
  * @param {MarketingType} [marketingType]
15696
15320
  * @param {string} [specialtyTypeId]
15697
15321
  * @param {string} [specialtyId]
15698
- * @param {string} [serviceId]
15699
15322
  * @param {string} [exceptHospitalId]
15700
15323
  * @param {boolean} [showHidden]
15701
15324
  * @param {string} [languageCode]
@@ -15708,7 +15331,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
15708
15331
  * @param {*} [options] Override http request option.
15709
15332
  * @throws {RequiredError}
15710
15333
  */
15711
- apiV2HospitalsSimpleGet(hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, serviceId?: string | undefined, exceptHospitalId?: string | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, paymentEnabled?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalsSimpleModel>;
15334
+ apiV2HospitalsSimpleGet(hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, exceptHospitalId?: string | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, paymentEnabled?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalsSimpleModel>;
15712
15335
  /**
15713
15336
  *
15714
15337
  * @param {string} slug
@@ -15736,7 +15359,6 @@ export declare class HospitalsApi extends BaseAPI {
15736
15359
  * @param {MarketingType} [marketingType]
15737
15360
  * @param {string} [specialtyTypeId]
15738
15361
  * @param {string} [specialtyId]
15739
- * @param {string} [serviceId]
15740
15362
  * @param {string} [exceptHospitalId]
15741
15363
  * @param {boolean} [showHidden]
15742
15364
  * @param {string} [languageCode]
@@ -15750,7 +15372,7 @@ export declare class HospitalsApi extends BaseAPI {
15750
15372
  * @throws {RequiredError}
15751
15373
  * @memberof HospitalsApi
15752
15374
  */
15753
- apiV2HospitalsGet(hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, serviceId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalsModel, any>>;
15375
+ apiV2HospitalsGet(hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalsModel, any>>;
15754
15376
  /**
15755
15377
  *
15756
15378
  * @summary Get HospitalAccreditation.
@@ -16114,7 +15736,6 @@ export declare class HospitalsApi extends BaseAPI {
16114
15736
  * @param {MarketingType} [marketingType]
16115
15737
  * @param {string} [specialtyTypeId]
16116
15738
  * @param {string} [specialtyId]
16117
- * @param {string} [serviceId]
16118
15739
  * @param {string} [exceptHospitalId]
16119
15740
  * @param {boolean} [showHidden]
16120
15741
  * @param {string} [languageCode]
@@ -16128,7 +15749,7 @@ export declare class HospitalsApi extends BaseAPI {
16128
15749
  * @throws {RequiredError}
16129
15750
  * @memberof HospitalsApi
16130
15751
  */
16131
- apiV2HospitalsSimpleGet(hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, serviceId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalsSimpleModel, any>>;
15752
+ apiV2HospitalsSimpleGet(hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalsSimpleModel, any>>;
16132
15753
  /**
16133
15754
  *
16134
15755
  * @param {string} slug
@@ -17123,488 +16744,6 @@ export declare class ProfilesApi extends BaseAPI {
17123
16744
  */
17124
16745
  apiV2ProfilesPut(updateProfileCommand?: UpdateProfileCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UserModel, any>>;
17125
16746
  }
17126
- /**
17127
- * SearchApi - axios parameter creator
17128
- * @export
17129
- */
17130
- export declare const SearchApiAxiosParamCreator: (configuration?: Configuration | undefined) => {
17131
- /**
17132
- *
17133
- * @param {string} keyword
17134
- * @param {AutocompleteMode} [mode]
17135
- * @param {boolean} [fuzzy]
17136
- * @param {boolean} [highlights]
17137
- * @param {number} [size]
17138
- * @param {number} [minimumCoverage]
17139
- * @param {*} [options] Override http request option.
17140
- * @throws {RequiredError}
17141
- */
17142
- apiV2SearchAutocompleteGet: (keyword: string, mode?: AutocompleteMode | undefined, fuzzy?: boolean | undefined, highlights?: boolean | undefined, size?: number | undefined, minimumCoverage?: number | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
17143
- /**
17144
- *
17145
- * @param {string} [searchTerm]
17146
- * @param {boolean} [countOnly]
17147
- * @param {string} [countryId]
17148
- * @param {string} [hospitalId]
17149
- * @param {MarketingType} [marketingType]
17150
- * @param {string} [languageCode]
17151
- * @param {number} [page]
17152
- * @param {number} [limit]
17153
- * @param {Date} [lastRetrieved]
17154
- * @param {*} [options] Override http request option.
17155
- * @throws {RequiredError}
17156
- */
17157
- apiV2SearchDealsGet: (searchTerm?: string | undefined, countOnly?: boolean | undefined, countryId?: string | undefined, hospitalId?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
17158
- /**
17159
- *
17160
- * @param {string} [searchTerm]
17161
- * @param {boolean} [countOnly]
17162
- * @param {string} [countryId]
17163
- * @param {string} [hospitalId]
17164
- * @param {MarketingType} [marketingType]
17165
- * @param {string} [languageCode]
17166
- * @param {number} [page]
17167
- * @param {number} [limit]
17168
- * @param {Date} [lastRetrieved]
17169
- * @param {*} [options] Override http request option.
17170
- * @throws {RequiredError}
17171
- */
17172
- apiV2SearchDoctorsGet: (searchTerm?: string | undefined, countOnly?: boolean | undefined, countryId?: string | undefined, hospitalId?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
17173
- /**
17174
- *
17175
- * @param {string} [searchTerm]
17176
- * @param {boolean} [countOnly]
17177
- * @param {string} [countryId]
17178
- * @param {string} [hospitalId]
17179
- * @param {MarketingType} [marketingType]
17180
- * @param {string} [languageCode]
17181
- * @param {number} [page]
17182
- * @param {number} [limit]
17183
- * @param {Date} [lastRetrieved]
17184
- * @param {*} [options] Override http request option.
17185
- * @throws {RequiredError}
17186
- */
17187
- apiV2SearchGetcountGet: (searchTerm?: string | undefined, countOnly?: boolean | undefined, countryId?: string | undefined, hospitalId?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
17188
- /**
17189
- *
17190
- * @param {string} [searchTerm]
17191
- * @param {boolean} [countOnly]
17192
- * @param {string} [countryId]
17193
- * @param {string} [hospitalId]
17194
- * @param {MarketingType} [marketingType]
17195
- * @param {string} [languageCode]
17196
- * @param {number} [page]
17197
- * @param {number} [limit]
17198
- * @param {Date} [lastRetrieved]
17199
- * @param {*} [options] Override http request option.
17200
- * @throws {RequiredError}
17201
- */
17202
- apiV2SearchHospitalsGet: (searchTerm?: string | undefined, countOnly?: boolean | undefined, countryId?: string | undefined, hospitalId?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
17203
- /**
17204
- *
17205
- * @param {string} [searchTerm]
17206
- * @param {boolean} [countOnly]
17207
- * @param {string} [countryId]
17208
- * @param {string} [hospitalId]
17209
- * @param {MarketingType} [marketingType]
17210
- * @param {string} [languageCode]
17211
- * @param {number} [page]
17212
- * @param {number} [limit]
17213
- * @param {Date} [lastRetrieved]
17214
- * @param {*} [options] Override http request option.
17215
- * @throws {RequiredError}
17216
- */
17217
- apiV2SearchSpecialtiesGet: (searchTerm?: string | undefined, countOnly?: boolean | undefined, countryId?: string | undefined, hospitalId?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
17218
- /**
17219
- *
17220
- * @param {string} [searchTerm]
17221
- * @param {boolean} [countOnly]
17222
- * @param {string} [countryId]
17223
- * @param {string} [hospitalId]
17224
- * @param {MarketingType} [marketingType]
17225
- * @param {string} [languageCode]
17226
- * @param {number} [page]
17227
- * @param {number} [limit]
17228
- * @param {Date} [lastRetrieved]
17229
- * @param {*} [options] Override http request option.
17230
- * @throws {RequiredError}
17231
- */
17232
- apiV2SearchSpecialtytypesGet: (searchTerm?: string | undefined, countOnly?: boolean | undefined, countryId?: string | undefined, hospitalId?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
17233
- /**
17234
- *
17235
- * @param {string} keyword
17236
- * @param {boolean} [fuzzy]
17237
- * @param {boolean} [highlights]
17238
- * @param {number} [size]
17239
- * @param {*} [options] Override http request option.
17240
- * @throws {RequiredError}
17241
- */
17242
- apiV2SearchSuggestGet: (keyword: string, fuzzy?: boolean | undefined, highlights?: boolean | undefined, size?: number | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
17243
- };
17244
- /**
17245
- * SearchApi - functional programming interface
17246
- * @export
17247
- */
17248
- export declare const SearchApiFp: (configuration?: Configuration | undefined) => {
17249
- /**
17250
- *
17251
- * @param {string} keyword
17252
- * @param {AutocompleteMode} [mode]
17253
- * @param {boolean} [fuzzy]
17254
- * @param {boolean} [highlights]
17255
- * @param {number} [size]
17256
- * @param {number} [minimumCoverage]
17257
- * @param {*} [options] Override http request option.
17258
- * @throws {RequiredError}
17259
- */
17260
- apiV2SearchAutocompleteGet(keyword: string, mode?: AutocompleteMode | undefined, fuzzy?: boolean | undefined, highlights?: boolean | undefined, size?: number | undefined, minimumCoverage?: number | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<AzureSearchServiceAutocompleteModel>>;
17261
- /**
17262
- *
17263
- * @param {string} [searchTerm]
17264
- * @param {boolean} [countOnly]
17265
- * @param {string} [countryId]
17266
- * @param {string} [hospitalId]
17267
- * @param {MarketingType} [marketingType]
17268
- * @param {string} [languageCode]
17269
- * @param {number} [page]
17270
- * @param {number} [limit]
17271
- * @param {Date} [lastRetrieved]
17272
- * @param {*} [options] Override http request option.
17273
- * @throws {RequiredError}
17274
- */
17275
- apiV2SearchDealsGet(searchTerm?: string | undefined, countOnly?: boolean | undefined, countryId?: string | undefined, hospitalId?: string | undefined, marketingType?: MarketingType | 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<DealsModel>>;
17276
- /**
17277
- *
17278
- * @param {string} [searchTerm]
17279
- * @param {boolean} [countOnly]
17280
- * @param {string} [countryId]
17281
- * @param {string} [hospitalId]
17282
- * @param {MarketingType} [marketingType]
17283
- * @param {string} [languageCode]
17284
- * @param {number} [page]
17285
- * @param {number} [limit]
17286
- * @param {Date} [lastRetrieved]
17287
- * @param {*} [options] Override http request option.
17288
- * @throws {RequiredError}
17289
- */
17290
- apiV2SearchDoctorsGet(searchTerm?: string | undefined, countOnly?: boolean | undefined, countryId?: string | undefined, hospitalId?: string | undefined, marketingType?: MarketingType | 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<DoctorsModel>>;
17291
- /**
17292
- *
17293
- * @param {string} [searchTerm]
17294
- * @param {boolean} [countOnly]
17295
- * @param {string} [countryId]
17296
- * @param {string} [hospitalId]
17297
- * @param {MarketingType} [marketingType]
17298
- * @param {string} [languageCode]
17299
- * @param {number} [page]
17300
- * @param {number} [limit]
17301
- * @param {Date} [lastRetrieved]
17302
- * @param {*} [options] Override http request option.
17303
- * @throws {RequiredError}
17304
- */
17305
- apiV2SearchGetcountGet(searchTerm?: string | undefined, countOnly?: boolean | undefined, countryId?: string | undefined, hospitalId?: string | undefined, marketingType?: MarketingType | 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<AzureSearchModel>>;
17306
- /**
17307
- *
17308
- * @param {string} [searchTerm]
17309
- * @param {boolean} [countOnly]
17310
- * @param {string} [countryId]
17311
- * @param {string} [hospitalId]
17312
- * @param {MarketingType} [marketingType]
17313
- * @param {string} [languageCode]
17314
- * @param {number} [page]
17315
- * @param {number} [limit]
17316
- * @param {Date} [lastRetrieved]
17317
- * @param {*} [options] Override http request option.
17318
- * @throws {RequiredError}
17319
- */
17320
- apiV2SearchHospitalsGet(searchTerm?: string | undefined, countOnly?: boolean | undefined, countryId?: string | undefined, hospitalId?: string | undefined, marketingType?: MarketingType | 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<HospitalsModel>>;
17321
- /**
17322
- *
17323
- * @param {string} [searchTerm]
17324
- * @param {boolean} [countOnly]
17325
- * @param {string} [countryId]
17326
- * @param {string} [hospitalId]
17327
- * @param {MarketingType} [marketingType]
17328
- * @param {string} [languageCode]
17329
- * @param {number} [page]
17330
- * @param {number} [limit]
17331
- * @param {Date} [lastRetrieved]
17332
- * @param {*} [options] Override http request option.
17333
- * @throws {RequiredError}
17334
- */
17335
- apiV2SearchSpecialtiesGet(searchTerm?: string | undefined, countOnly?: boolean | undefined, countryId?: string | undefined, hospitalId?: string | undefined, marketingType?: MarketingType | 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<SpecialtiesModel>>;
17336
- /**
17337
- *
17338
- * @param {string} [searchTerm]
17339
- * @param {boolean} [countOnly]
17340
- * @param {string} [countryId]
17341
- * @param {string} [hospitalId]
17342
- * @param {MarketingType} [marketingType]
17343
- * @param {string} [languageCode]
17344
- * @param {number} [page]
17345
- * @param {number} [limit]
17346
- * @param {Date} [lastRetrieved]
17347
- * @param {*} [options] Override http request option.
17348
- * @throws {RequiredError}
17349
- */
17350
- apiV2SearchSpecialtytypesGet(searchTerm?: string | undefined, countOnly?: boolean | undefined, countryId?: string | undefined, hospitalId?: string | undefined, marketingType?: MarketingType | 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<SpecialtyTypesModel>>;
17351
- /**
17352
- *
17353
- * @param {string} keyword
17354
- * @param {boolean} [fuzzy]
17355
- * @param {boolean} [highlights]
17356
- * @param {number} [size]
17357
- * @param {*} [options] Override http request option.
17358
- * @throws {RequiredError}
17359
- */
17360
- apiV2SearchSuggestGet(keyword: string, fuzzy?: boolean | undefined, highlights?: boolean | undefined, size?: number | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<AzureSearchServiceSuggestModel>>;
17361
- };
17362
- /**
17363
- * SearchApi - factory interface
17364
- * @export
17365
- */
17366
- export declare const SearchApiFactory: (configuration?: Configuration | undefined, basePath?: string | undefined, axios?: AxiosInstance | undefined) => {
17367
- /**
17368
- *
17369
- * @param {string} keyword
17370
- * @param {AutocompleteMode} [mode]
17371
- * @param {boolean} [fuzzy]
17372
- * @param {boolean} [highlights]
17373
- * @param {number} [size]
17374
- * @param {number} [minimumCoverage]
17375
- * @param {*} [options] Override http request option.
17376
- * @throws {RequiredError}
17377
- */
17378
- apiV2SearchAutocompleteGet(keyword: string, mode?: AutocompleteMode | undefined, fuzzy?: boolean | undefined, highlights?: boolean | undefined, size?: number | undefined, minimumCoverage?: number | undefined, options?: any): AxiosPromise<AzureSearchServiceAutocompleteModel>;
17379
- /**
17380
- *
17381
- * @param {string} [searchTerm]
17382
- * @param {boolean} [countOnly]
17383
- * @param {string} [countryId]
17384
- * @param {string} [hospitalId]
17385
- * @param {MarketingType} [marketingType]
17386
- * @param {string} [languageCode]
17387
- * @param {number} [page]
17388
- * @param {number} [limit]
17389
- * @param {Date} [lastRetrieved]
17390
- * @param {*} [options] Override http request option.
17391
- * @throws {RequiredError}
17392
- */
17393
- apiV2SearchDealsGet(searchTerm?: string | undefined, countOnly?: boolean | undefined, countryId?: string | undefined, hospitalId?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DealsModel>;
17394
- /**
17395
- *
17396
- * @param {string} [searchTerm]
17397
- * @param {boolean} [countOnly]
17398
- * @param {string} [countryId]
17399
- * @param {string} [hospitalId]
17400
- * @param {MarketingType} [marketingType]
17401
- * @param {string} [languageCode]
17402
- * @param {number} [page]
17403
- * @param {number} [limit]
17404
- * @param {Date} [lastRetrieved]
17405
- * @param {*} [options] Override http request option.
17406
- * @throws {RequiredError}
17407
- */
17408
- apiV2SearchDoctorsGet(searchTerm?: string | undefined, countOnly?: boolean | undefined, countryId?: string | undefined, hospitalId?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DoctorsModel>;
17409
- /**
17410
- *
17411
- * @param {string} [searchTerm]
17412
- * @param {boolean} [countOnly]
17413
- * @param {string} [countryId]
17414
- * @param {string} [hospitalId]
17415
- * @param {MarketingType} [marketingType]
17416
- * @param {string} [languageCode]
17417
- * @param {number} [page]
17418
- * @param {number} [limit]
17419
- * @param {Date} [lastRetrieved]
17420
- * @param {*} [options] Override http request option.
17421
- * @throws {RequiredError}
17422
- */
17423
- apiV2SearchGetcountGet(searchTerm?: string | undefined, countOnly?: boolean | undefined, countryId?: string | undefined, hospitalId?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<AzureSearchModel>;
17424
- /**
17425
- *
17426
- * @param {string} [searchTerm]
17427
- * @param {boolean} [countOnly]
17428
- * @param {string} [countryId]
17429
- * @param {string} [hospitalId]
17430
- * @param {MarketingType} [marketingType]
17431
- * @param {string} [languageCode]
17432
- * @param {number} [page]
17433
- * @param {number} [limit]
17434
- * @param {Date} [lastRetrieved]
17435
- * @param {*} [options] Override http request option.
17436
- * @throws {RequiredError}
17437
- */
17438
- apiV2SearchHospitalsGet(searchTerm?: string | undefined, countOnly?: boolean | undefined, countryId?: string | undefined, hospitalId?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalsModel>;
17439
- /**
17440
- *
17441
- * @param {string} [searchTerm]
17442
- * @param {boolean} [countOnly]
17443
- * @param {string} [countryId]
17444
- * @param {string} [hospitalId]
17445
- * @param {MarketingType} [marketingType]
17446
- * @param {string} [languageCode]
17447
- * @param {number} [page]
17448
- * @param {number} [limit]
17449
- * @param {Date} [lastRetrieved]
17450
- * @param {*} [options] Override http request option.
17451
- * @throws {RequiredError}
17452
- */
17453
- apiV2SearchSpecialtiesGet(searchTerm?: string | undefined, countOnly?: boolean | undefined, countryId?: string | undefined, hospitalId?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<SpecialtiesModel>;
17454
- /**
17455
- *
17456
- * @param {string} [searchTerm]
17457
- * @param {boolean} [countOnly]
17458
- * @param {string} [countryId]
17459
- * @param {string} [hospitalId]
17460
- * @param {MarketingType} [marketingType]
17461
- * @param {string} [languageCode]
17462
- * @param {number} [page]
17463
- * @param {number} [limit]
17464
- * @param {Date} [lastRetrieved]
17465
- * @param {*} [options] Override http request option.
17466
- * @throws {RequiredError}
17467
- */
17468
- apiV2SearchSpecialtytypesGet(searchTerm?: string | undefined, countOnly?: boolean | undefined, countryId?: string | undefined, hospitalId?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<SpecialtyTypesModel>;
17469
- /**
17470
- *
17471
- * @param {string} keyword
17472
- * @param {boolean} [fuzzy]
17473
- * @param {boolean} [highlights]
17474
- * @param {number} [size]
17475
- * @param {*} [options] Override http request option.
17476
- * @throws {RequiredError}
17477
- */
17478
- apiV2SearchSuggestGet(keyword: string, fuzzy?: boolean | undefined, highlights?: boolean | undefined, size?: number | undefined, options?: any): AxiosPromise<AzureSearchServiceSuggestModel>;
17479
- };
17480
- /**
17481
- * SearchApi - object-oriented interface
17482
- * @export
17483
- * @class SearchApi
17484
- * @extends {BaseAPI}
17485
- */
17486
- export declare class SearchApi extends BaseAPI {
17487
- /**
17488
- *
17489
- * @param {string} keyword
17490
- * @param {AutocompleteMode} [mode]
17491
- * @param {boolean} [fuzzy]
17492
- * @param {boolean} [highlights]
17493
- * @param {number} [size]
17494
- * @param {number} [minimumCoverage]
17495
- * @param {*} [options] Override http request option.
17496
- * @throws {RequiredError}
17497
- * @memberof SearchApi
17498
- */
17499
- apiV2SearchAutocompleteGet(keyword: string, mode?: AutocompleteMode, fuzzy?: boolean, highlights?: boolean, size?: number, minimumCoverage?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AzureSearchServiceAutocompleteModel, any>>;
17500
- /**
17501
- *
17502
- * @param {string} [searchTerm]
17503
- * @param {boolean} [countOnly]
17504
- * @param {string} [countryId]
17505
- * @param {string} [hospitalId]
17506
- * @param {MarketingType} [marketingType]
17507
- * @param {string} [languageCode]
17508
- * @param {number} [page]
17509
- * @param {number} [limit]
17510
- * @param {Date} [lastRetrieved]
17511
- * @param {*} [options] Override http request option.
17512
- * @throws {RequiredError}
17513
- * @memberof SearchApi
17514
- */
17515
- apiV2SearchDealsGet(searchTerm?: string, countOnly?: boolean, countryId?: string, hospitalId?: string, marketingType?: MarketingType, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealsModel, any>>;
17516
- /**
17517
- *
17518
- * @param {string} [searchTerm]
17519
- * @param {boolean} [countOnly]
17520
- * @param {string} [countryId]
17521
- * @param {string} [hospitalId]
17522
- * @param {MarketingType} [marketingType]
17523
- * @param {string} [languageCode]
17524
- * @param {number} [page]
17525
- * @param {number} [limit]
17526
- * @param {Date} [lastRetrieved]
17527
- * @param {*} [options] Override http request option.
17528
- * @throws {RequiredError}
17529
- * @memberof SearchApi
17530
- */
17531
- apiV2SearchDoctorsGet(searchTerm?: string, countOnly?: boolean, countryId?: string, hospitalId?: string, marketingType?: MarketingType, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorsModel, any>>;
17532
- /**
17533
- *
17534
- * @param {string} [searchTerm]
17535
- * @param {boolean} [countOnly]
17536
- * @param {string} [countryId]
17537
- * @param {string} [hospitalId]
17538
- * @param {MarketingType} [marketingType]
17539
- * @param {string} [languageCode]
17540
- * @param {number} [page]
17541
- * @param {number} [limit]
17542
- * @param {Date} [lastRetrieved]
17543
- * @param {*} [options] Override http request option.
17544
- * @throws {RequiredError}
17545
- * @memberof SearchApi
17546
- */
17547
- apiV2SearchGetcountGet(searchTerm?: string, countOnly?: boolean, countryId?: string, hospitalId?: string, marketingType?: MarketingType, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AzureSearchModel, any>>;
17548
- /**
17549
- *
17550
- * @param {string} [searchTerm]
17551
- * @param {boolean} [countOnly]
17552
- * @param {string} [countryId]
17553
- * @param {string} [hospitalId]
17554
- * @param {MarketingType} [marketingType]
17555
- * @param {string} [languageCode]
17556
- * @param {number} [page]
17557
- * @param {number} [limit]
17558
- * @param {Date} [lastRetrieved]
17559
- * @param {*} [options] Override http request option.
17560
- * @throws {RequiredError}
17561
- * @memberof SearchApi
17562
- */
17563
- apiV2SearchHospitalsGet(searchTerm?: string, countOnly?: boolean, countryId?: string, hospitalId?: string, marketingType?: MarketingType, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalsModel, any>>;
17564
- /**
17565
- *
17566
- * @param {string} [searchTerm]
17567
- * @param {boolean} [countOnly]
17568
- * @param {string} [countryId]
17569
- * @param {string} [hospitalId]
17570
- * @param {MarketingType} [marketingType]
17571
- * @param {string} [languageCode]
17572
- * @param {number} [page]
17573
- * @param {number} [limit]
17574
- * @param {Date} [lastRetrieved]
17575
- * @param {*} [options] Override http request option.
17576
- * @throws {RequiredError}
17577
- * @memberof SearchApi
17578
- */
17579
- apiV2SearchSpecialtiesGet(searchTerm?: string, countOnly?: boolean, countryId?: string, hospitalId?: string, marketingType?: MarketingType, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtiesModel, any>>;
17580
- /**
17581
- *
17582
- * @param {string} [searchTerm]
17583
- * @param {boolean} [countOnly]
17584
- * @param {string} [countryId]
17585
- * @param {string} [hospitalId]
17586
- * @param {MarketingType} [marketingType]
17587
- * @param {string} [languageCode]
17588
- * @param {number} [page]
17589
- * @param {number} [limit]
17590
- * @param {Date} [lastRetrieved]
17591
- * @param {*} [options] Override http request option.
17592
- * @throws {RequiredError}
17593
- * @memberof SearchApi
17594
- */
17595
- apiV2SearchSpecialtytypesGet(searchTerm?: string, countOnly?: boolean, countryId?: string, hospitalId?: string, marketingType?: MarketingType, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtyTypesModel, any>>;
17596
- /**
17597
- *
17598
- * @param {string} keyword
17599
- * @param {boolean} [fuzzy]
17600
- * @param {boolean} [highlights]
17601
- * @param {number} [size]
17602
- * @param {*} [options] Override http request option.
17603
- * @throws {RequiredError}
17604
- * @memberof SearchApi
17605
- */
17606
- apiV2SearchSuggestGet(keyword: string, fuzzy?: boolean, highlights?: boolean, size?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AzureSearchServiceSuggestModel, any>>;
17607
- }
17608
16747
  /**
17609
16748
  * ServiceReviewsApi - axios parameter creator
17610
16749
  * @export