ch-admin-api-client-typescript 3.3.5 → 3.4.1

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.
Files changed (5) hide show
  1. package/lib/api.d.ts +1361 -1516
  2. package/lib/api.d.ts.map +1 -1
  3. package/lib/api.js +395 -256
  4. package/package.json +1 -1
  5. package/src/api.ts +1345 -1439
package/lib/api.d.ts CHANGED
@@ -29,19 +29,7 @@ export interface AboutUsPageItemModel {
29
29
  * @type {string}
30
30
  * @memberof AboutUsPageItemModel
31
31
  */
32
- 'hospitalId'?: string;
33
- /**
34
- *
35
- * @type {string}
36
- * @memberof AboutUsPageItemModel
37
- */
38
- 'hospitalName'?: string | null;
39
- /**
40
- *
41
- * @type {string}
42
- * @memberof AboutUsPageItemModel
43
- */
44
- 'hospitalSlug'?: string | null;
32
+ 'languageCode'?: string | null;
45
33
  /**
46
34
  *
47
35
  * @type {string}
@@ -54,24 +42,12 @@ export interface AboutUsPageItemModel {
54
42
  * @memberof AboutUsPageItemModel
55
43
  */
56
44
  'slug'?: string | null;
57
- /**
58
- *
59
- * @type {string}
60
- * @memberof AboutUsPageItemModel
61
- */
62
- 'description'?: string | null;
63
45
  /**
64
46
  *
65
47
  * @type {boolean}
66
48
  * @memberof AboutUsPageItemModel
67
49
  */
68
50
  'confirmed'?: boolean;
69
- /**
70
- *
71
- * @type {Array<MediaModel>}
72
- * @memberof AboutUsPageItemModel
73
- */
74
- 'medias'?: Array<MediaModel> | null;
75
51
  /**
76
52
  *
77
53
  * @type {AuditableEntity}
@@ -96,31 +72,31 @@ export interface AboutUsPageModel {
96
72
  * @type {string}
97
73
  * @memberof AboutUsPageModel
98
74
  */
99
- 'hospitalId'?: string;
75
+ 'languageCode'?: string | null;
100
76
  /**
101
77
  *
102
78
  * @type {string}
103
79
  * @memberof AboutUsPageModel
104
80
  */
105
- 'hospitalName'?: string | null;
81
+ 'name'?: string | null;
106
82
  /**
107
83
  *
108
84
  * @type {string}
109
85
  * @memberof AboutUsPageModel
110
86
  */
111
- 'hospitalSlug'?: string | null;
87
+ 'slug'?: string | null;
112
88
  /**
113
89
  *
114
- * @type {string}
90
+ * @type {boolean}
115
91
  * @memberof AboutUsPageModel
116
92
  */
117
- 'name'?: string | null;
93
+ 'confirmed'?: boolean;
118
94
  /**
119
95
  *
120
- * @type {string}
96
+ * @type {AuditableEntity}
121
97
  * @memberof AboutUsPageModel
122
98
  */
123
- 'slug'?: string | null;
99
+ 'auditableEntity'?: AuditableEntity;
124
100
  /**
125
101
  *
126
102
  * @type {string}
@@ -129,34 +105,34 @@ export interface AboutUsPageModel {
129
105
  'description'?: string | null;
130
106
  /**
131
107
  *
132
- * @type {boolean}
108
+ * @type {string}
133
109
  * @memberof AboutUsPageModel
134
110
  */
135
- 'confirmed'?: boolean;
111
+ 'overview'?: string | null;
136
112
  /**
137
113
  *
138
- * @type {Array<MediaModel>}
114
+ * @type {string}
139
115
  * @memberof AboutUsPageModel
140
116
  */
141
- 'medias'?: Array<MediaModel> | null;
117
+ 'content'?: string | null;
142
118
  /**
143
119
  *
144
- * @type {AuditableEntity}
120
+ * @type {string}
145
121
  * @memberof AboutUsPageModel
146
122
  */
147
- 'auditableEntity'?: AuditableEntity;
123
+ 'hospitalId'?: string;
148
124
  /**
149
125
  *
150
126
  * @type {string}
151
127
  * @memberof AboutUsPageModel
152
128
  */
153
- 'languageCode'?: string | null;
129
+ 'hospitalName'?: string | null;
154
130
  /**
155
131
  *
156
132
  * @type {string}
157
133
  * @memberof AboutUsPageModel
158
134
  */
159
- 'content'?: string | null;
135
+ 'hospitalSlug'?: string | null;
160
136
  /**
161
137
  *
162
138
  * @type {string}
@@ -177,10 +153,10 @@ export interface AboutUsPageModel {
177
153
  'backgroundThumbnail'?: string | null;
178
154
  /**
179
155
  *
180
- * @type {Array<LocalizedUrlModel>}
156
+ * @type {Array<MediaModel>}
181
157
  * @memberof AboutUsPageModel
182
158
  */
183
- 'localizedUrls'?: Array<LocalizedUrlModel> | null;
159
+ 'medias'?: Array<MediaModel> | null;
184
160
  }
185
161
  /**
186
162
  *
@@ -338,6 +314,12 @@ export interface ArticleContributorItemModel {
338
314
  * @memberof ArticleContributorItemModel
339
315
  */
340
316
  'contributorId'?: string;
317
+ /**
318
+ *
319
+ * @type {string}
320
+ * @memberof ArticleContributorItemModel
321
+ */
322
+ 'languageCode'?: string | null;
341
323
  /**
342
324
  *
343
325
  * @type {string}
@@ -352,28 +334,28 @@ export interface ArticleContributorItemModel {
352
334
  'contributorSlug'?: string | null;
353
335
  /**
354
336
  *
355
- * @type {string}
337
+ * @type {boolean}
356
338
  * @memberof ArticleContributorItemModel
357
339
  */
358
- 'contributorEmail'?: string | null;
340
+ 'contributorConfirmed'?: boolean;
359
341
  /**
360
342
  *
361
343
  * @type {string}
362
344
  * @memberof ArticleContributorItemModel
363
345
  */
364
- 'contributorPhoto'?: string | null;
346
+ 'contributorEmail'?: string | null;
365
347
  /**
366
348
  *
367
349
  * @type {string}
368
350
  * @memberof ArticleContributorItemModel
369
351
  */
370
- 'contributorPhotoThumbnail'?: string | null;
352
+ 'contributorPhoto'?: string | null;
371
353
  /**
372
354
  *
373
355
  * @type {string}
374
356
  * @memberof ArticleContributorItemModel
375
357
  */
376
- 'contributorDescription'?: string | null;
358
+ 'contributorPhotoThumbnail'?: string | null;
377
359
  /**
378
360
  *
379
361
  * @type {ContributionType}
@@ -392,24 +374,12 @@ export interface ArticleContributorItemModel {
392
374
  * @memberof ArticleContributorItemModel
393
375
  */
394
376
  'order'?: number;
395
- /**
396
- *
397
- * @type {boolean}
398
- * @memberof ArticleContributorItemModel
399
- */
400
- 'confirmed'?: boolean;
401
377
  /**
402
378
  *
403
379
  * @type {AuditableEntity}
404
380
  * @memberof ArticleContributorItemModel
405
381
  */
406
382
  'auditableEntity'?: AuditableEntity;
407
- /**
408
- *
409
- * @type {Array<SnsHandleModel>}
410
- * @memberof ArticleContributorItemModel
411
- */
412
- 'contributorSnsHandles'?: Array<SnsHandleModel> | null;
413
383
  }
414
384
  /**
415
385
  *
@@ -429,6 +399,12 @@ export interface ArticleContributorModel {
429
399
  * @memberof ArticleContributorModel
430
400
  */
431
401
  'contributorId'?: string;
402
+ /**
403
+ *
404
+ * @type {string}
405
+ * @memberof ArticleContributorModel
406
+ */
407
+ 'languageCode'?: string | null;
432
408
  /**
433
409
  *
434
410
  * @type {string}
@@ -443,28 +419,28 @@ export interface ArticleContributorModel {
443
419
  'contributorSlug'?: string | null;
444
420
  /**
445
421
  *
446
- * @type {string}
422
+ * @type {boolean}
447
423
  * @memberof ArticleContributorModel
448
424
  */
449
- 'contributorEmail'?: string | null;
425
+ 'contributorConfirmed'?: boolean;
450
426
  /**
451
427
  *
452
428
  * @type {string}
453
429
  * @memberof ArticleContributorModel
454
430
  */
455
- 'contributorPhoto'?: string | null;
431
+ 'contributorEmail'?: string | null;
456
432
  /**
457
433
  *
458
434
  * @type {string}
459
435
  * @memberof ArticleContributorModel
460
436
  */
461
- 'contributorPhotoThumbnail'?: string | null;
437
+ 'contributorPhoto'?: string | null;
462
438
  /**
463
439
  *
464
440
  * @type {string}
465
441
  * @memberof ArticleContributorModel
466
442
  */
467
- 'contributorDescription'?: string | null;
443
+ 'contributorPhotoThumbnail'?: string | null;
468
444
  /**
469
445
  *
470
446
  * @type {ContributionType}
@@ -483,48 +459,12 @@ export interface ArticleContributorModel {
483
459
  * @memberof ArticleContributorModel
484
460
  */
485
461
  'order'?: number;
486
- /**
487
- *
488
- * @type {boolean}
489
- * @memberof ArticleContributorModel
490
- */
491
- 'confirmed'?: boolean;
492
462
  /**
493
463
  *
494
464
  * @type {AuditableEntity}
495
465
  * @memberof ArticleContributorModel
496
466
  */
497
467
  'auditableEntity'?: AuditableEntity;
498
- /**
499
- *
500
- * @type {Array<SnsHandleModel>}
501
- * @memberof ArticleContributorModel
502
- */
503
- 'contributorSnsHandles'?: Array<SnsHandleModel> | null;
504
- /**
505
- *
506
- * @type {string}
507
- * @memberof ArticleContributorModel
508
- */
509
- 'languageCode'?: string | null;
510
- /**
511
- *
512
- * @type {string}
513
- * @memberof ArticleContributorModel
514
- */
515
- 'content'?: string | null;
516
- /**
517
- *
518
- * @type {Array<SnsHandle>}
519
- * @memberof ArticleContributorModel
520
- */
521
- 'snsHandles'?: Array<SnsHandle> | null;
522
- /**
523
- *
524
- * @type {Array<LocalizedUrlModel>}
525
- * @memberof ArticleContributorModel
526
- */
527
- 'localizedUrls'?: Array<LocalizedUrlModel> | null;
528
468
  }
529
469
  /**
530
470
  *
@@ -562,31 +502,25 @@ export interface ArticleItemModel {
562
502
  * @type {string}
563
503
  * @memberof ArticleItemModel
564
504
  */
565
- 'name'?: string | null;
566
- /**
567
- *
568
- * @type {string}
569
- * @memberof ArticleItemModel
570
- */
571
- 'slug'?: string | null;
505
+ 'languageCode'?: string | null;
572
506
  /**
573
507
  *
574
508
  * @type {string}
575
509
  * @memberof ArticleItemModel
576
510
  */
577
- 'description'?: string | null;
511
+ 'name'?: string | null;
578
512
  /**
579
513
  *
580
514
  * @type {string}
581
515
  * @memberof ArticleItemModel
582
516
  */
583
- 'body'?: string | null;
517
+ 'slug'?: string | null;
584
518
  /**
585
519
  *
586
- * @type {ArticleStatus}
520
+ * @type {boolean}
587
521
  * @memberof ArticleItemModel
588
522
  */
589
- 'status'?: ArticleStatus;
523
+ 'confirmed'?: boolean;
590
524
  /**
591
525
  *
592
526
  * @type {MarketingType}
@@ -611,54 +545,6 @@ export interface ArticleItemModel {
611
545
  * @memberof ArticleItemModel
612
546
  */
613
547
  'hospitalId'?: string;
614
- /**
615
- *
616
- * @type {string}
617
- * @memberof ArticleItemModel
618
- */
619
- 'hospitalName'?: string | null;
620
- /**
621
- *
622
- * @type {string}
623
- * @memberof ArticleItemModel
624
- */
625
- 'hospitalSlug'?: string | null;
626
- /**
627
- *
628
- * @type {string}
629
- * @memberof ArticleItemModel
630
- */
631
- 'youtubeUrl'?: string | null;
632
- /**
633
- *
634
- * @type {boolean}
635
- * @memberof ArticleItemModel
636
- */
637
- 'confirmed'?: boolean;
638
- /**
639
- *
640
- * @type {Array<ArticleTagItemModel>}
641
- * @memberof ArticleItemModel
642
- */
643
- 'articleTags'?: Array<ArticleTagItemModel> | null;
644
- /**
645
- *
646
- * @type {Array<ArticleContributorItemModel>}
647
- * @memberof ArticleItemModel
648
- */
649
- 'articleContributors'?: Array<ArticleContributorItemModel> | null;
650
- /**
651
- *
652
- * @type {Array<MediaModel>}
653
- * @memberof ArticleItemModel
654
- */
655
- 'medias'?: Array<MediaModel> | null;
656
- /**
657
- *
658
- * @type {Array<SourceModel>}
659
- * @memberof ArticleItemModel
660
- */
661
- 'sources'?: Array<SourceModel> | null;
662
548
  /**
663
549
  *
664
550
  * @type {AuditableEntity}
@@ -683,31 +569,25 @@ export interface ArticleModel {
683
569
  * @type {string}
684
570
  * @memberof ArticleModel
685
571
  */
686
- 'name'?: string | null;
687
- /**
688
- *
689
- * @type {string}
690
- * @memberof ArticleModel
691
- */
692
- 'slug'?: string | null;
572
+ 'languageCode'?: string | null;
693
573
  /**
694
574
  *
695
575
  * @type {string}
696
576
  * @memberof ArticleModel
697
577
  */
698
- 'description'?: string | null;
578
+ 'name'?: string | null;
699
579
  /**
700
580
  *
701
581
  * @type {string}
702
582
  * @memberof ArticleModel
703
583
  */
704
- 'body'?: string | null;
584
+ 'slug'?: string | null;
705
585
  /**
706
586
  *
707
- * @type {ArticleStatus}
587
+ * @type {boolean}
708
588
  * @memberof ArticleModel
709
589
  */
710
- 'status'?: ArticleStatus;
590
+ 'confirmed'?: boolean;
711
591
  /**
712
592
  *
713
593
  * @type {MarketingType}
@@ -734,93 +614,63 @@ export interface ArticleModel {
734
614
  'hospitalId'?: string;
735
615
  /**
736
616
  *
737
- * @type {string}
617
+ * @type {AuditableEntity}
738
618
  * @memberof ArticleModel
739
619
  */
740
- 'hospitalName'?: string | null;
620
+ 'auditableEntity'?: AuditableEntity;
741
621
  /**
742
622
  *
743
623
  * @type {string}
744
624
  * @memberof ArticleModel
745
625
  */
746
- 'hospitalSlug'?: string | null;
626
+ 'description'?: string | null;
747
627
  /**
748
628
  *
749
629
  * @type {string}
750
630
  * @memberof ArticleModel
751
631
  */
752
- 'youtubeUrl'?: string | null;
632
+ 'overview'?: string | null;
753
633
  /**
754
634
  *
755
- * @type {boolean}
635
+ * @type {string}
756
636
  * @memberof ArticleModel
757
637
  */
758
- 'confirmed'?: boolean;
638
+ 'content'?: string | null;
759
639
  /**
760
640
  *
761
- * @type {Array<ArticleTagItemModel>}
641
+ * @type {string}
762
642
  * @memberof ArticleModel
763
643
  */
764
- 'articleTags'?: Array<ArticleTagItemModel> | null;
644
+ 'youtubeUrl'?: string | null;
765
645
  /**
766
646
  *
767
- * @type {Array<ArticleContributorItemModel>}
647
+ * @type {Array<ArticleTagItemModel>}
768
648
  * @memberof ArticleModel
769
649
  */
770
- 'articleContributors'?: Array<ArticleContributorItemModel> | null;
650
+ 'articleTags'?: Array<ArticleTagItemModel> | null;
771
651
  /**
772
652
  *
773
653
  * @type {Array<MediaModel>}
774
654
  * @memberof ArticleModel
775
655
  */
776
656
  'medias'?: Array<MediaModel> | null;
657
+ }
658
+ /**
659
+ *
660
+ * @export
661
+ * @interface ArticleSourcesModel
662
+ */
663
+ export interface ArticleSourcesModel {
777
664
  /**
778
665
  *
779
666
  * @type {Array<SourceModel>}
780
- * @memberof ArticleModel
781
- */
782
- 'sources'?: Array<SourceModel> | null;
783
- /**
784
- *
785
- * @type {AuditableEntity}
786
- * @memberof ArticleModel
787
- */
788
- 'auditableEntity'?: AuditableEntity;
789
- /**
790
- *
791
- * @type {string}
792
- * @memberof ArticleModel
667
+ * @memberof ArticleSourcesModel
793
668
  */
794
- 'content'?: string | null;
669
+ 'items'?: Array<SourceModel> | null;
795
670
  /**
796
671
  *
797
- * @type {string}
798
- * @memberof ArticleModel
799
- */
800
- 'languageCode'?: string | null;
801
- /**
802
- *
803
- * @type {Array<LocalizedUrlModel>}
804
- * @memberof ArticleModel
805
- */
806
- 'localizedUrls'?: Array<LocalizedUrlModel> | null;
807
- }
808
- /**
809
- *
810
- * @export
811
- * @interface ArticleSourcesModel
812
- */
813
- export interface ArticleSourcesModel {
814
- /**
815
- *
816
- * @type {Array<SourceModel>}
817
- * @memberof ArticleSourcesModel
818
- */
819
- 'items'?: Array<SourceModel> | null;
820
- /**
821
- *
822
- * @type {PagedListMetaData}
823
- * @memberof ArticleSourcesModel
672
+ * @type {PagedListMetaData}
673
+ * @memberof ArticleSourcesModel
824
674
  */
825
675
  'metaData'?: PagedListMetaData;
826
676
  }
@@ -1529,12 +1379,6 @@ export interface CHAdminItemModel {
1529
1379
  * @memberof CHAdminItemModel
1530
1380
  */
1531
1381
  'firstName'?: string | null;
1532
- /**
1533
- *
1534
- * @type {string}
1535
- * @memberof CHAdminItemModel
1536
- */
1537
- 'middleName'?: string | null;
1538
1382
  /**
1539
1383
  *
1540
1384
  * @type {string}
@@ -1546,13 +1390,7 @@ export interface CHAdminItemModel {
1546
1390
  * @type {string}
1547
1391
  * @memberof CHAdminItemModel
1548
1392
  */
1549
- 'fullName'?: string | null;
1550
- /**
1551
- *
1552
- * @type {string}
1553
- * @memberof CHAdminItemModel
1554
- */
1555
- 'slug'?: string | null;
1393
+ 'fullname'?: string | null;
1556
1394
  /**
1557
1395
  *
1558
1396
  * @type {string}
@@ -1632,12 +1470,6 @@ export interface CHAdminModel {
1632
1470
  * @memberof CHAdminModel
1633
1471
  */
1634
1472
  'firstName'?: string | null;
1635
- /**
1636
- *
1637
- * @type {string}
1638
- * @memberof CHAdminModel
1639
- */
1640
- 'middleName'?: string | null;
1641
1473
  /**
1642
1474
  *
1643
1475
  * @type {string}
@@ -1649,13 +1481,7 @@ export interface CHAdminModel {
1649
1481
  * @type {string}
1650
1482
  * @memberof CHAdminModel
1651
1483
  */
1652
- 'fullName'?: string | null;
1653
- /**
1654
- *
1655
- * @type {string}
1656
- * @memberof CHAdminModel
1657
- */
1658
- 'slug'?: string | null;
1484
+ 'fullname'?: string | null;
1659
1485
  /**
1660
1486
  *
1661
1487
  * @type {string}
@@ -1772,12 +1598,6 @@ export interface CHManagerItemModel {
1772
1598
  * @memberof CHManagerItemModel
1773
1599
  */
1774
1600
  'firstName'?: string | null;
1775
- /**
1776
- *
1777
- * @type {string}
1778
- * @memberof CHManagerItemModel
1779
- */
1780
- 'middleName'?: string | null;
1781
1601
  /**
1782
1602
  *
1783
1603
  * @type {string}
@@ -1789,13 +1609,7 @@ export interface CHManagerItemModel {
1789
1609
  * @type {string}
1790
1610
  * @memberof CHManagerItemModel
1791
1611
  */
1792
- 'fullName'?: string | null;
1793
- /**
1794
- *
1795
- * @type {string}
1796
- * @memberof CHManagerItemModel
1797
- */
1798
- 'slug'?: string | null;
1612
+ 'fullname'?: string | null;
1799
1613
  /**
1800
1614
  *
1801
1615
  * @type {string}
@@ -1875,12 +1689,6 @@ export interface CHManagerModel {
1875
1689
  * @memberof CHManagerModel
1876
1690
  */
1877
1691
  'firstName'?: string | null;
1878
- /**
1879
- *
1880
- * @type {string}
1881
- * @memberof CHManagerModel
1882
- */
1883
- 'middleName'?: string | null;
1884
1692
  /**
1885
1693
  *
1886
1694
  * @type {string}
@@ -1892,13 +1700,7 @@ export interface CHManagerModel {
1892
1700
  * @type {string}
1893
1701
  * @memberof CHManagerModel
1894
1702
  */
1895
- 'fullName'?: string | null;
1896
- /**
1897
- *
1898
- * @type {string}
1899
- * @memberof CHManagerModel
1900
- */
1901
- 'slug'?: string | null;
1703
+ 'fullname'?: string | null;
1902
1704
  /**
1903
1705
  *
1904
1706
  * @type {string}
@@ -2827,6 +2629,12 @@ export interface ContributorItemModel {
2827
2629
  * @memberof ContributorItemModel
2828
2630
  */
2829
2631
  'id'?: string;
2632
+ /**
2633
+ *
2634
+ * @type {string}
2635
+ * @memberof ContributorItemModel
2636
+ */
2637
+ 'languageCode'?: string | null;
2830
2638
  /**
2831
2639
  *
2832
2640
  * @type {string}
@@ -2841,58 +2649,58 @@ export interface ContributorItemModel {
2841
2649
  'slug'?: string | null;
2842
2650
  /**
2843
2651
  *
2844
- * @type {string}
2652
+ * @type {boolean}
2845
2653
  * @memberof ContributorItemModel
2846
2654
  */
2847
- 'description'?: string | null;
2655
+ 'confirmed'?: boolean;
2848
2656
  /**
2849
2657
  *
2850
2658
  * @type {string}
2851
2659
  * @memberof ContributorItemModel
2852
2660
  */
2853
- 'email'?: string | null;
2661
+ 'hospitalId'?: string;
2854
2662
  /**
2855
2663
  *
2856
2664
  * @type {string}
2857
2665
  * @memberof ContributorItemModel
2858
2666
  */
2859
- 'photo'?: string | null;
2667
+ 'hospitalName'?: string | null;
2860
2668
  /**
2861
2669
  *
2862
2670
  * @type {string}
2863
2671
  * @memberof ContributorItemModel
2864
2672
  */
2865
- 'photoThumbnail'?: string | null;
2673
+ 'hospitalSlug'?: string | null;
2866
2674
  /**
2867
2675
  *
2868
2676
  * @type {string}
2869
2677
  * @memberof ContributorItemModel
2870
2678
  */
2871
- 'website'?: string | null;
2679
+ 'hospitalWebsiteUrl'?: string | null;
2872
2680
  /**
2873
2681
  *
2874
2682
  * @type {string}
2875
2683
  * @memberof ContributorItemModel
2876
2684
  */
2877
- 'hospitalId'?: string;
2685
+ 'email'?: string | null;
2878
2686
  /**
2879
2687
  *
2880
2688
  * @type {string}
2881
2689
  * @memberof ContributorItemModel
2882
2690
  */
2883
- 'hospitalName'?: string | null;
2691
+ 'photo'?: string | null;
2884
2692
  /**
2885
2693
  *
2886
- * @type {number}
2694
+ * @type {string}
2887
2695
  * @memberof ContributorItemModel
2888
2696
  */
2889
- 'order'?: number;
2697
+ 'photoThumbnail'?: string | null;
2890
2698
  /**
2891
2699
  *
2892
- * @type {boolean}
2700
+ * @type {number}
2893
2701
  * @memberof ContributorItemModel
2894
2702
  */
2895
- 'confirmed'?: boolean;
2703
+ 'order'?: number;
2896
2704
  /**
2897
2705
  *
2898
2706
  * @type {AuditableEntity}
@@ -2912,6 +2720,12 @@ export interface ContributorModel {
2912
2720
  * @memberof ContributorModel
2913
2721
  */
2914
2722
  'id'?: string;
2723
+ /**
2724
+ *
2725
+ * @type {string}
2726
+ * @memberof ContributorModel
2727
+ */
2728
+ 'languageCode'?: string | null;
2915
2729
  /**
2916
2730
  *
2917
2731
  * @type {string}
@@ -2926,58 +2740,58 @@ export interface ContributorModel {
2926
2740
  'slug'?: string | null;
2927
2741
  /**
2928
2742
  *
2929
- * @type {string}
2743
+ * @type {boolean}
2930
2744
  * @memberof ContributorModel
2931
2745
  */
2932
- 'description'?: string | null;
2746
+ 'confirmed'?: boolean;
2933
2747
  /**
2934
2748
  *
2935
2749
  * @type {string}
2936
2750
  * @memberof ContributorModel
2937
2751
  */
2938
- 'email'?: string | null;
2752
+ 'hospitalId'?: string;
2939
2753
  /**
2940
2754
  *
2941
2755
  * @type {string}
2942
2756
  * @memberof ContributorModel
2943
2757
  */
2944
- 'photo'?: string | null;
2758
+ 'hospitalName'?: string | null;
2945
2759
  /**
2946
2760
  *
2947
2761
  * @type {string}
2948
2762
  * @memberof ContributorModel
2949
2763
  */
2950
- 'photoThumbnail'?: string | null;
2764
+ 'hospitalSlug'?: string | null;
2951
2765
  /**
2952
2766
  *
2953
2767
  * @type {string}
2954
2768
  * @memberof ContributorModel
2955
2769
  */
2956
- 'website'?: string | null;
2770
+ 'hospitalWebsiteUrl'?: string | null;
2957
2771
  /**
2958
2772
  *
2959
2773
  * @type {string}
2960
2774
  * @memberof ContributorModel
2961
2775
  */
2962
- 'hospitalId'?: string;
2776
+ 'email'?: string | null;
2963
2777
  /**
2964
2778
  *
2965
2779
  * @type {string}
2966
2780
  * @memberof ContributorModel
2967
2781
  */
2968
- 'hospitalName'?: string | null;
2782
+ 'photo'?: string | null;
2969
2783
  /**
2970
2784
  *
2971
- * @type {number}
2785
+ * @type {string}
2972
2786
  * @memberof ContributorModel
2973
2787
  */
2974
- 'order'?: number;
2788
+ 'photoThumbnail'?: string | null;
2975
2789
  /**
2976
2790
  *
2977
- * @type {boolean}
2791
+ * @type {number}
2978
2792
  * @memberof ContributorModel
2979
2793
  */
2980
- 'confirmed'?: boolean;
2794
+ 'order'?: number;
2981
2795
  /**
2982
2796
  *
2983
2797
  * @type {AuditableEntity}
@@ -2989,25 +2803,19 @@ export interface ContributorModel {
2989
2803
  * @type {string}
2990
2804
  * @memberof ContributorModel
2991
2805
  */
2992
- 'languageCode'?: string | null;
2806
+ 'description'?: string | null;
2993
2807
  /**
2994
2808
  *
2995
2809
  * @type {string}
2996
2810
  * @memberof ContributorModel
2997
2811
  */
2998
- 'content'?: string | null;
2999
- /**
3000
- *
3001
- * @type {Array<SnsHandle>}
3002
- * @memberof ContributorModel
3003
- */
3004
- 'snsHandles'?: Array<SnsHandle> | null;
2812
+ 'overview'?: string | null;
3005
2813
  /**
3006
2814
  *
3007
- * @type {Array<LocalizedUrlModel>}
2815
+ * @type {string}
3008
2816
  * @memberof ContributorModel
3009
2817
  */
3010
- 'localizedUrls'?: Array<LocalizedUrlModel> | null;
2818
+ 'content'?: string | null;
3011
2819
  }
3012
2820
  /**
3013
2821
  *
@@ -3083,67 +2891,25 @@ export interface CountryItemModel {
3083
2891
  * @type {string}
3084
2892
  * @memberof CountryItemModel
3085
2893
  */
3086
- 'name'?: string | null;
2894
+ 'languageCode'?: string | null;
3087
2895
  /**
3088
2896
  *
3089
2897
  * @type {string}
3090
2898
  * @memberof CountryItemModel
3091
2899
  */
3092
- 'logo'?: string | null;
2900
+ 'name'?: string | null;
3093
2901
  /**
3094
2902
  *
3095
2903
  * @type {string}
3096
2904
  * @memberof CountryItemModel
3097
2905
  */
3098
2906
  'slug'?: string | null;
3099
- /**
3100
- *
3101
- * @type {string}
3102
- * @memberof CountryItemModel
3103
- */
3104
- 'description'?: string | null;
3105
- /**
3106
- *
3107
- * @type {number}
3108
- * @memberof CountryItemModel
3109
- */
3110
- 'hospitalsCount'?: number;
3111
- /**
3112
- *
3113
- * @type {number}
3114
- * @memberof CountryItemModel
3115
- */
3116
- 'doctorsCount'?: number;
3117
- /**
3118
- *
3119
- * @type {number}
3120
- * @memberof CountryItemModel
3121
- */
3122
- 'specialitiesCount'?: number;
3123
- /**
3124
- *
3125
- * @type {number}
3126
- * @memberof CountryItemModel
3127
- */
3128
- 'packagesCount'?: number;
3129
- /**
3130
- *
3131
- * @type {number}
3132
- * @memberof CountryItemModel
3133
- */
3134
- 'articlesCount'?: number;
3135
2907
  /**
3136
2908
  *
3137
2909
  * @type {boolean}
3138
2910
  * @memberof CountryItemModel
3139
2911
  */
3140
2912
  'confirmed'?: boolean;
3141
- /**
3142
- *
3143
- * @type {Array<MediaModel>}
3144
- * @memberof CountryItemModel
3145
- */
3146
- 'medias'?: Array<MediaModel> | null;
3147
2913
  /**
3148
2914
  *
3149
2915
  * @type {AuditableEntity}
@@ -3168,55 +2934,19 @@ export interface CountryModel {
3168
2934
  * @type {string}
3169
2935
  * @memberof CountryModel
3170
2936
  */
3171
- 'name'?: string | null;
2937
+ 'languageCode'?: string | null;
3172
2938
  /**
3173
2939
  *
3174
2940
  * @type {string}
3175
2941
  * @memberof CountryModel
3176
2942
  */
3177
- 'logo'?: string | null;
2943
+ 'name'?: string | null;
3178
2944
  /**
3179
2945
  *
3180
2946
  * @type {string}
3181
2947
  * @memberof CountryModel
3182
2948
  */
3183
2949
  'slug'?: string | null;
3184
- /**
3185
- *
3186
- * @type {string}
3187
- * @memberof CountryModel
3188
- */
3189
- 'description'?: string | null;
3190
- /**
3191
- *
3192
- * @type {number}
3193
- * @memberof CountryModel
3194
- */
3195
- 'hospitalsCount'?: number;
3196
- /**
3197
- *
3198
- * @type {number}
3199
- * @memberof CountryModel
3200
- */
3201
- 'doctorsCount'?: number;
3202
- /**
3203
- *
3204
- * @type {number}
3205
- * @memberof CountryModel
3206
- */
3207
- 'specialitiesCount'?: number;
3208
- /**
3209
- *
3210
- * @type {number}
3211
- * @memberof CountryModel
3212
- */
3213
- 'packagesCount'?: number;
3214
- /**
3215
- *
3216
- * @type {number}
3217
- * @memberof CountryModel
3218
- */
3219
- 'articlesCount'?: number;
3220
2950
  /**
3221
2951
  *
3222
2952
  * @type {boolean}
@@ -3225,22 +2955,22 @@ export interface CountryModel {
3225
2955
  'confirmed'?: boolean;
3226
2956
  /**
3227
2957
  *
3228
- * @type {Array<MediaModel>}
2958
+ * @type {AuditableEntity}
3229
2959
  * @memberof CountryModel
3230
2960
  */
3231
- 'medias'?: Array<MediaModel> | null;
2961
+ 'auditableEntity'?: AuditableEntity;
3232
2962
  /**
3233
2963
  *
3234
- * @type {AuditableEntity}
2964
+ * @type {string}
3235
2965
  * @memberof CountryModel
3236
2966
  */
3237
- 'auditableEntity'?: AuditableEntity;
2967
+ 'description'?: string | null;
3238
2968
  /**
3239
2969
  *
3240
2970
  * @type {string}
3241
2971
  * @memberof CountryModel
3242
2972
  */
3243
- 'languageCode'?: string | null;
2973
+ 'overview'?: string | null;
3244
2974
  /**
3245
2975
  *
3246
2976
  * @type {string}
@@ -3249,10 +2979,10 @@ export interface CountryModel {
3249
2979
  'content'?: string | null;
3250
2980
  /**
3251
2981
  *
3252
- * @type {Array<LocalizedUrlModel>}
2982
+ * @type {string}
3253
2983
  * @memberof CountryModel
3254
2984
  */
3255
- 'localizedUrls'?: Array<LocalizedUrlModel> | null;
2985
+ 'logo'?: string | null;
3256
2986
  }
3257
2987
  /**
3258
2988
  *
@@ -3494,12 +3224,6 @@ export interface CreateCHAdminCommand {
3494
3224
  * @memberof CreateCHAdminCommand
3495
3225
  */
3496
3226
  'firstName'?: string | null;
3497
- /**
3498
- *
3499
- * @type {string}
3500
- * @memberof CreateCHAdminCommand
3501
- */
3502
- 'middleName'?: string | null;
3503
3227
  /**
3504
3228
  *
3505
3229
  * @type {string}
@@ -3567,12 +3291,6 @@ export interface CreateCHManagerCommand {
3567
3291
  * @memberof CreateCHManagerCommand
3568
3292
  */
3569
3293
  'firstName'?: string | null;
3570
- /**
3571
- *
3572
- * @type {string}
3573
- * @memberof CreateCHManagerCommand
3574
- */
3575
- 'middleName'?: string | null;
3576
3294
  /**
3577
3295
  *
3578
3296
  * @type {string}
@@ -3892,18 +3610,96 @@ export interface CreateDoctorAffiliationCommand {
3892
3610
  * @type {string}
3893
3611
  * @memberof CreateDoctorAffiliationCommand
3894
3612
  */
3895
- 'hospitalId'?: string;
3896
- }
3897
- /**
3898
- *
3899
- * @export
3900
- * @interface CreateDoctorCertificateCommand
3901
- */
3902
- export interface CreateDoctorCertificateCommand {
3613
+ 'doctorId'?: string;
3903
3614
  /**
3904
3615
  *
3905
3616
  * @type {string}
3906
- * @memberof CreateDoctorCertificateCommand
3617
+ * @memberof CreateDoctorAffiliationCommand
3618
+ */
3619
+ 'hospitalId'?: string;
3620
+ /**
3621
+ *
3622
+ * @type {string}
3623
+ * @memberof CreateDoctorAffiliationCommand
3624
+ */
3625
+ 'name'?: string | null;
3626
+ /**
3627
+ *
3628
+ * @type {string}
3629
+ * @memberof CreateDoctorAffiliationCommand
3630
+ */
3631
+ 'description'?: string | null;
3632
+ /**
3633
+ *
3634
+ * @type {string}
3635
+ * @memberof CreateDoctorAffiliationCommand
3636
+ */
3637
+ 'content'?: string | null;
3638
+ /**
3639
+ *
3640
+ * @type {string}
3641
+ * @memberof CreateDoctorAffiliationCommand
3642
+ */
3643
+ 'customStyle'?: string | null;
3644
+ /**
3645
+ *
3646
+ * @type {number}
3647
+ * @memberof CreateDoctorAffiliationCommand
3648
+ */
3649
+ 'order'?: number;
3650
+ /**
3651
+ *
3652
+ * @type {string}
3653
+ * @memberof CreateDoctorAffiliationCommand
3654
+ */
3655
+ 'photo'?: string | null;
3656
+ /**
3657
+ *
3658
+ * @type {string}
3659
+ * @memberof CreateDoctorAffiliationCommand
3660
+ */
3661
+ 'photoThumbnail'?: string | null;
3662
+ /**
3663
+ *
3664
+ * @type {string}
3665
+ * @memberof CreateDoctorAffiliationCommand
3666
+ */
3667
+ 'background'?: string | null;
3668
+ /**
3669
+ *
3670
+ * @type {string}
3671
+ * @memberof CreateDoctorAffiliationCommand
3672
+ */
3673
+ 'backgroundThumbnail'?: string | null;
3674
+ /**
3675
+ *
3676
+ * @type {boolean}
3677
+ * @memberof CreateDoctorAffiliationCommand
3678
+ */
3679
+ 'consultationEnabled'?: boolean | null;
3680
+ /**
3681
+ *
3682
+ * @type {number}
3683
+ * @memberof CreateDoctorAffiliationCommand
3684
+ */
3685
+ 'consultationFee'?: number | null;
3686
+ /**
3687
+ *
3688
+ * @type {Array<MediaModel>}
3689
+ * @memberof CreateDoctorAffiliationCommand
3690
+ */
3691
+ 'medias'?: Array<MediaModel> | null;
3692
+ }
3693
+ /**
3694
+ *
3695
+ * @export
3696
+ * @interface CreateDoctorCertificateCommand
3697
+ */
3698
+ export interface CreateDoctorCertificateCommand {
3699
+ /**
3700
+ *
3701
+ * @type {string}
3702
+ * @memberof CreateDoctorCertificateCommand
3907
3703
  */
3908
3704
  'certificate'?: string | null;
3909
3705
  /**
@@ -3943,36 +3739,12 @@ export interface CreateDoctorCommand {
3943
3739
  * @memberof CreateDoctorCommand
3944
3740
  */
3945
3741
  'firstName'?: string | null;
3946
- /**
3947
- *
3948
- * @type {string}
3949
- * @memberof CreateDoctorCommand
3950
- */
3951
- 'middleName'?: string | null;
3952
3742
  /**
3953
3743
  *
3954
3744
  * @type {string}
3955
3745
  * @memberof CreateDoctorCommand
3956
3746
  */
3957
3747
  'lastName'?: string | null;
3958
- /**
3959
- *
3960
- * @type {string}
3961
- * @memberof CreateDoctorCommand
3962
- */
3963
- 'description'?: string | null;
3964
- /**
3965
- *
3966
- * @type {string}
3967
- * @memberof CreateDoctorCommand
3968
- */
3969
- 'overview'?: string | null;
3970
- /**
3971
- *
3972
- * @type {string}
3973
- * @memberof CreateDoctorCommand
3974
- */
3975
- 'content'?: string | null;
3976
3748
  /**
3977
3749
  *
3978
3750
  * @type {string}
@@ -4009,6 +3781,12 @@ export interface CreateDoctorCommand {
4009
3781
  * @memberof CreateDoctorCommand
4010
3782
  */
4011
3783
  'startPracticeDate'?: Date | null;
3784
+ /**
3785
+ *
3786
+ * @type {string}
3787
+ * @memberof CreateDoctorCommand
3788
+ */
3789
+ 'overview'?: string | null;
4012
3790
  /**
4013
3791
  *
4014
3792
  * @type {boolean}
@@ -4711,12 +4489,6 @@ export interface CreateManagerCommand {
4711
4489
  * @memberof CreateManagerCommand
4712
4490
  */
4713
4491
  'firstName'?: string | null;
4714
- /**
4715
- *
4716
- * @type {string}
4717
- * @memberof CreateManagerCommand
4718
- */
4719
- 'middleName'?: string | null;
4720
4492
  /**
4721
4493
  *
4722
4494
  * @type {string}
@@ -4827,12 +4599,6 @@ export interface CreatePatientCommand {
4827
4599
  * @memberof CreatePatientCommand
4828
4600
  */
4829
4601
  'firstName'?: string | null;
4830
- /**
4831
- *
4832
- * @type {string}
4833
- * @memberof CreatePatientCommand
4834
- */
4835
- 'middleName'?: string | null;
4836
4602
  /**
4837
4603
  *
4838
4604
  * @type {string}
@@ -5220,61 +4986,43 @@ export interface DealItemModel {
5220
4986
  * @type {string}
5221
4987
  * @memberof DealItemModel
5222
4988
  */
5223
- 'name'?: string | null;
5224
- /**
5225
- *
5226
- * @type {string}
5227
- * @memberof DealItemModel
5228
- */
5229
- 'slug'?: string | null;
4989
+ 'languageCode'?: string | null;
5230
4990
  /**
5231
4991
  *
5232
4992
  * @type {string}
5233
4993
  * @memberof DealItemModel
5234
4994
  */
5235
- 'description'?: string | null;
4995
+ 'name'?: string | null;
5236
4996
  /**
5237
4997
  *
5238
4998
  * @type {string}
5239
4999
  * @memberof DealItemModel
5240
5000
  */
5241
- 'hospitalId'?: string;
5001
+ 'slug'?: string | null;
5242
5002
  /**
5243
5003
  *
5244
- * @type {string}
5004
+ * @type {boolean}
5245
5005
  * @memberof DealItemModel
5246
5006
  */
5247
- 'hospitalName'?: string | null;
5007
+ 'confirmed'?: boolean;
5248
5008
  /**
5249
5009
  *
5250
5010
  * @type {string}
5251
5011
  * @memberof DealItemModel
5252
5012
  */
5253
- 'hospitalSlug'?: string | null;
5013
+ 'hospitalId'?: string;
5254
5014
  /**
5255
5015
  *
5256
5016
  * @type {string}
5257
5017
  * @memberof DealItemModel
5258
5018
  */
5259
- 'hospitalLocationCountry'?: string | null;
5019
+ 'hospitalName'?: string | null;
5260
5020
  /**
5261
5021
  *
5262
5022
  * @type {string}
5263
5023
  * @memberof DealItemModel
5264
5024
  */
5265
- 'hospitalLocationState'?: string | null;
5266
- /**
5267
- *
5268
- * @type {boolean}
5269
- * @memberof DealItemModel
5270
- */
5271
- 'hospitalConsultationEnabled'?: boolean;
5272
- /**
5273
- *
5274
- * @type {number}
5275
- * @memberof DealItemModel
5276
- */
5277
- 'serviceDuration'?: number;
5025
+ 'hospitalSlug'?: string | null;
5278
5026
  /**
5279
5027
  *
5280
5028
  * @type {MarketingType}
@@ -5299,24 +5047,6 @@ export interface DealItemModel {
5299
5047
  * @memberof DealItemModel
5300
5048
  */
5301
5049
  'order'?: number;
5302
- /**
5303
- *
5304
- * @type {boolean}
5305
- * @memberof DealItemModel
5306
- */
5307
- 'confirmed'?: boolean;
5308
- /**
5309
- *
5310
- * @type {Array<DealPackageItemModel>}
5311
- * @memberof DealItemModel
5312
- */
5313
- 'dealPackages'?: Array<DealPackageItemModel> | null;
5314
- /**
5315
- *
5316
- * @type {Array<DealServiceItemModel>}
5317
- * @memberof DealItemModel
5318
- */
5319
- 'dealServices'?: Array<DealServiceItemModel> | null;
5320
5050
  /**
5321
5051
  *
5322
5052
  * @type {AuditableEntity}
@@ -5341,49 +5071,25 @@ export interface DealItemSimpleModel {
5341
5071
  * @type {string}
5342
5072
  * @memberof DealItemSimpleModel
5343
5073
  */
5344
- 'name'?: string | null;
5345
- /**
5346
- *
5347
- * @type {string}
5348
- * @memberof DealItemSimpleModel
5349
- */
5350
- 'slug'?: string | null;
5351
- /**
5352
- *
5353
- * @type {string}
5354
- * @memberof DealItemSimpleModel
5355
- */
5356
- 'hospitalId'?: string;
5074
+ 'languageCode'?: string | null;
5357
5075
  /**
5358
5076
  *
5359
5077
  * @type {string}
5360
5078
  * @memberof DealItemSimpleModel
5361
5079
  */
5362
- 'hospitalName'?: string | null;
5080
+ 'name'?: string | null;
5363
5081
  /**
5364
5082
  *
5365
5083
  * @type {string}
5366
5084
  * @memberof DealItemSimpleModel
5367
5085
  */
5368
- 'hospitalSlug'?: string | null;
5369
- /**
5370
- *
5371
- * @type {number}
5372
- * @memberof DealItemSimpleModel
5373
- */
5374
- 'order'?: number;
5086
+ 'slug'?: string | null;
5375
5087
  /**
5376
5088
  *
5377
5089
  * @type {boolean}
5378
5090
  * @memberof DealItemSimpleModel
5379
5091
  */
5380
5092
  'confirmed'?: boolean;
5381
- /**
5382
- *
5383
- * @type {AuditableEntity}
5384
- * @memberof DealItemSimpleModel
5385
- */
5386
- 'auditableEntity'?: AuditableEntity;
5387
5093
  }
5388
5094
  /**
5389
5095
  *
@@ -5402,61 +5108,43 @@ export interface DealModel {
5402
5108
  * @type {string}
5403
5109
  * @memberof DealModel
5404
5110
  */
5405
- 'name'?: string | null;
5406
- /**
5407
- *
5408
- * @type {string}
5409
- * @memberof DealModel
5410
- */
5411
- 'slug'?: string | null;
5111
+ 'languageCode'?: string | null;
5412
5112
  /**
5413
5113
  *
5414
5114
  * @type {string}
5415
5115
  * @memberof DealModel
5416
5116
  */
5417
- 'description'?: string | null;
5117
+ 'name'?: string | null;
5418
5118
  /**
5419
5119
  *
5420
5120
  * @type {string}
5421
5121
  * @memberof DealModel
5422
5122
  */
5423
- 'hospitalId'?: string;
5123
+ 'slug'?: string | null;
5424
5124
  /**
5425
5125
  *
5426
- * @type {string}
5126
+ * @type {boolean}
5427
5127
  * @memberof DealModel
5428
5128
  */
5429
- 'hospitalName'?: string | null;
5129
+ 'confirmed'?: boolean;
5430
5130
  /**
5431
5131
  *
5432
5132
  * @type {string}
5433
5133
  * @memberof DealModel
5434
5134
  */
5435
- 'hospitalSlug'?: string | null;
5135
+ 'hospitalId'?: string;
5436
5136
  /**
5437
5137
  *
5438
5138
  * @type {string}
5439
5139
  * @memberof DealModel
5440
5140
  */
5441
- 'hospitalLocationCountry'?: string | null;
5141
+ 'hospitalName'?: string | null;
5442
5142
  /**
5443
5143
  *
5444
5144
  * @type {string}
5445
5145
  * @memberof DealModel
5446
5146
  */
5447
- 'hospitalLocationState'?: string | null;
5448
- /**
5449
- *
5450
- * @type {boolean}
5451
- * @memberof DealModel
5452
- */
5453
- 'hospitalConsultationEnabled'?: boolean;
5454
- /**
5455
- *
5456
- * @type {number}
5457
- * @memberof DealModel
5458
- */
5459
- 'serviceDuration'?: number;
5147
+ 'hospitalSlug'?: string | null;
5460
5148
  /**
5461
5149
  *
5462
5150
  * @type {MarketingType}
@@ -5483,40 +5171,34 @@ export interface DealModel {
5483
5171
  'order'?: number;
5484
5172
  /**
5485
5173
  *
5486
- * @type {boolean}
5487
- * @memberof DealModel
5488
- */
5489
- 'confirmed'?: boolean;
5490
- /**
5491
- *
5492
- * @type {Array<DealPackageItemModel>}
5174
+ * @type {AuditableEntity}
5493
5175
  * @memberof DealModel
5494
5176
  */
5495
- 'dealPackages'?: Array<DealPackageItemModel> | null;
5177
+ 'auditableEntity'?: AuditableEntity;
5496
5178
  /**
5497
5179
  *
5498
- * @type {Array<DealServiceItemModel>}
5180
+ * @type {string}
5499
5181
  * @memberof DealModel
5500
5182
  */
5501
- 'dealServices'?: Array<DealServiceItemModel> | null;
5183
+ 'description'?: string | null;
5502
5184
  /**
5503
5185
  *
5504
- * @type {AuditableEntity}
5186
+ * @type {string}
5505
5187
  * @memberof DealModel
5506
5188
  */
5507
- 'auditableEntity'?: AuditableEntity;
5189
+ 'overview'?: string | null;
5508
5190
  /**
5509
5191
  *
5510
5192
  * @type {string}
5511
5193
  * @memberof DealModel
5512
5194
  */
5513
- 'languageCode'?: string | null;
5195
+ 'content'?: string | null;
5514
5196
  /**
5515
5197
  *
5516
- * @type {Array<LocalizedUrlModel>}
5198
+ * @type {number}
5517
5199
  * @memberof DealModel
5518
5200
  */
5519
- 'localizedUrls'?: Array<LocalizedUrlModel> | null;
5201
+ 'serviceDuration'?: number;
5520
5202
  }
5521
5203
  /**
5522
5204
  *
@@ -5863,19 +5545,73 @@ export interface DoctorAffiliationItemModel {
5863
5545
  * @type {string}
5864
5546
  * @memberof DoctorAffiliationItemModel
5865
5547
  */
5866
- 'hospitalId'?: string;
5548
+ 'id'?: string;
5867
5549
  /**
5868
5550
  *
5869
5551
  * @type {string}
5870
5552
  * @memberof DoctorAffiliationItemModel
5871
5553
  */
5872
- 'hospitalName'?: string | null;
5554
+ 'hospitalId'?: string;
5873
5555
  /**
5874
5556
  *
5875
5557
  * @type {string}
5876
5558
  * @memberof DoctorAffiliationItemModel
5877
5559
  */
5878
- 'hospitalSlug'?: string | null;
5560
+ 'doctorId'?: string;
5561
+ /**
5562
+ *
5563
+ * @type {string}
5564
+ * @memberof DoctorAffiliationItemModel
5565
+ */
5566
+ 'languageCode'?: string | null;
5567
+ /**
5568
+ *
5569
+ * @type {string}
5570
+ * @memberof DoctorAffiliationItemModel
5571
+ */
5572
+ 'name'?: string | null;
5573
+ /**
5574
+ *
5575
+ * @type {string}
5576
+ * @memberof DoctorAffiliationItemModel
5577
+ */
5578
+ 'slug'?: string | null;
5579
+ /**
5580
+ *
5581
+ * @type {boolean}
5582
+ * @memberof DoctorAffiliationItemModel
5583
+ */
5584
+ 'confirmed'?: boolean;
5585
+ /**
5586
+ *
5587
+ * @type {string}
5588
+ * @memberof DoctorAffiliationItemModel
5589
+ */
5590
+ 'photo'?: string | null;
5591
+ /**
5592
+ *
5593
+ * @type {string}
5594
+ * @memberof DoctorAffiliationItemModel
5595
+ */
5596
+ 'photoThumbnail'?: string | null;
5597
+ /**
5598
+ *
5599
+ * @type {boolean}
5600
+ * @memberof DoctorAffiliationItemModel
5601
+ */
5602
+ 'consultationEnabled'?: boolean | null;
5603
+ /**
5604
+ *
5605
+ * @type {number}
5606
+ * @memberof DoctorAffiliationItemModel
5607
+ */
5608
+ 'consultationFee'?: number | null;
5609
+ /**
5610
+ *
5611
+ * @type {number}
5612
+ * @memberof DoctorAffiliationItemModel
5613
+ */
5614
+ 'order'?: number;
5879
5615
  }
5880
5616
  /**
5881
5617
  *
@@ -5883,12 +5619,96 @@ export interface DoctorAffiliationItemModel {
5883
5619
  * @interface DoctorAffiliationModel
5884
5620
  */
5885
5621
  export interface DoctorAffiliationModel {
5622
+ /**
5623
+ *
5624
+ * @type {string}
5625
+ * @memberof DoctorAffiliationModel
5626
+ */
5627
+ 'id'?: string;
5886
5628
  /**
5887
5629
  *
5888
5630
  * @type {string}
5889
5631
  * @memberof DoctorAffiliationModel
5890
5632
  */
5891
5633
  'hospitalId'?: string;
5634
+ /**
5635
+ *
5636
+ * @type {string}
5637
+ * @memberof DoctorAffiliationModel
5638
+ */
5639
+ 'doctorId'?: string;
5640
+ /**
5641
+ *
5642
+ * @type {string}
5643
+ * @memberof DoctorAffiliationModel
5644
+ */
5645
+ 'languageCode'?: string | null;
5646
+ /**
5647
+ *
5648
+ * @type {string}
5649
+ * @memberof DoctorAffiliationModel
5650
+ */
5651
+ 'name'?: string | null;
5652
+ /**
5653
+ *
5654
+ * @type {string}
5655
+ * @memberof DoctorAffiliationModel
5656
+ */
5657
+ 'slug'?: string | null;
5658
+ /**
5659
+ *
5660
+ * @type {boolean}
5661
+ * @memberof DoctorAffiliationModel
5662
+ */
5663
+ 'confirmed'?: boolean;
5664
+ /**
5665
+ *
5666
+ * @type {string}
5667
+ * @memberof DoctorAffiliationModel
5668
+ */
5669
+ 'photo'?: string | null;
5670
+ /**
5671
+ *
5672
+ * @type {string}
5673
+ * @memberof DoctorAffiliationModel
5674
+ */
5675
+ 'photoThumbnail'?: string | null;
5676
+ /**
5677
+ *
5678
+ * @type {boolean}
5679
+ * @memberof DoctorAffiliationModel
5680
+ */
5681
+ 'consultationEnabled'?: boolean | null;
5682
+ /**
5683
+ *
5684
+ * @type {number}
5685
+ * @memberof DoctorAffiliationModel
5686
+ */
5687
+ 'consultationFee'?: number | null;
5688
+ /**
5689
+ *
5690
+ * @type {number}
5691
+ * @memberof DoctorAffiliationModel
5692
+ */
5693
+ 'order'?: number;
5694
+ /**
5695
+ *
5696
+ * @type {string}
5697
+ * @memberof DoctorAffiliationModel
5698
+ */
5699
+ 'description'?: string | null;
5700
+ /**
5701
+ *
5702
+ * @type {string}
5703
+ * @memberof DoctorAffiliationModel
5704
+ */
5705
+ 'overview'?: string | null;
5706
+ /**
5707
+ *
5708
+ * @type {string}
5709
+ * @memberof DoctorAffiliationModel
5710
+ */
5711
+ 'content'?: string | null;
5892
5712
  /**
5893
5713
  *
5894
5714
  * @type {string}
@@ -5901,6 +5721,36 @@ export interface DoctorAffiliationModel {
5901
5721
  * @memberof DoctorAffiliationModel
5902
5722
  */
5903
5723
  'hospitalSlug'?: string | null;
5724
+ /**
5725
+ *
5726
+ * @type {string}
5727
+ * @memberof DoctorAffiliationModel
5728
+ */
5729
+ 'background'?: string | null;
5730
+ /**
5731
+ *
5732
+ * @type {string}
5733
+ * @memberof DoctorAffiliationModel
5734
+ */
5735
+ 'backgroundThumbnail'?: string | null;
5736
+ /**
5737
+ *
5738
+ * @type {string}
5739
+ * @memberof DoctorAffiliationModel
5740
+ */
5741
+ 'customStyle'?: string | null;
5742
+ /**
5743
+ *
5744
+ * @type {Array<LocalizedUrlModel>}
5745
+ * @memberof DoctorAffiliationModel
5746
+ */
5747
+ 'localizedUrls'?: Array<LocalizedUrlModel> | null;
5748
+ /**
5749
+ *
5750
+ * @type {Array<MediaModel>}
5751
+ * @memberof DoctorAffiliationModel
5752
+ */
5753
+ 'medias'?: Array<MediaModel> | null;
5904
5754
  }
5905
5755
  /**
5906
5756
  *
@@ -6172,31 +6022,31 @@ export interface DoctorItemModel {
6172
6022
  * @type {string}
6173
6023
  * @memberof DoctorItemModel
6174
6024
  */
6175
- 'name'?: string | null;
6025
+ 'userName'?: string | null;
6176
6026
  /**
6177
6027
  *
6178
6028
  * @type {string}
6179
6029
  * @memberof DoctorItemModel
6180
6030
  */
6181
- 'slug'?: string | null;
6031
+ 'firstName'?: string | null;
6182
6032
  /**
6183
6033
  *
6184
- * @type {boolean}
6034
+ * @type {string}
6185
6035
  * @memberof DoctorItemModel
6186
6036
  */
6187
- 'consultationEnabled'?: boolean | null;
6037
+ 'lastName'?: string | null;
6188
6038
  /**
6189
6039
  *
6190
- * @type {number}
6040
+ * @type {string}
6191
6041
  * @memberof DoctorItemModel
6192
6042
  */
6193
- 'consultationFee'?: number | null;
6043
+ 'fullname'?: string | null;
6194
6044
  /**
6195
6045
  *
6196
- * @type {boolean}
6046
+ * @type {string}
6197
6047
  * @memberof DoctorItemModel
6198
6048
  */
6199
- 'confirmed'?: boolean;
6049
+ 'phone'?: string | null;
6200
6050
  /**
6201
6051
  *
6202
6052
  * @type {string}
@@ -6215,84 +6065,229 @@ export interface DoctorItemModel {
6215
6065
  * @memberof DoctorItemModel
6216
6066
  */
6217
6067
  'photoThumbnail'?: string | null;
6068
+ /**
6069
+ *
6070
+ * @type {Gender}
6071
+ * @memberof DoctorItemModel
6072
+ */
6073
+ 'gender'?: Gender;
6074
+ /**
6075
+ *
6076
+ * @type {Date}
6077
+ * @memberof DoctorItemModel
6078
+ */
6079
+ 'dateOfBirth'?: Date | null;
6218
6080
  /**
6219
6081
  *
6220
6082
  * @type {string}
6221
6083
  * @memberof DoctorItemModel
6222
6084
  */
6223
- 'hospitalSlug'?: string | null;
6085
+ 'timeZone'?: string | null;
6224
6086
  /**
6225
6087
  *
6226
- * @type {Array<DoctorAffiliationItemModel>}
6088
+ * @type {string}
6227
6089
  * @memberof DoctorItemModel
6228
6090
  */
6229
- 'doctorAffiliations'?: Array<DoctorAffiliationItemModel> | null;
6091
+ 'communicationUserId'?: string | null;
6230
6092
  /**
6231
6093
  *
6232
6094
  * @type {AuditableEntity}
6233
6095
  * @memberof DoctorItemModel
6234
6096
  */
6235
6097
  'auditableEntity'?: AuditableEntity;
6236
- }
6237
- /**
6238
- *
6239
- * @export
6240
- * @interface DoctorLanguageItemModel
6241
- */
6242
- export interface DoctorLanguageItemModel {
6243
6098
  /**
6244
6099
  *
6245
6100
  * @type {string}
6246
- * @memberof DoctorLanguageItemModel
6101
+ * @memberof DoctorItemModel
6247
6102
  */
6248
- 'id'?: string;
6103
+ 'userType'?: string | null;
6249
6104
  /**
6250
6105
  *
6251
- * @type {string}
6252
- * @memberof DoctorLanguageItemModel
6106
+ * @type {Array<UserLanguageModel>}
6107
+ * @memberof DoctorItemModel
6253
6108
  */
6254
- 'language'?: string | null;
6109
+ 'languages'?: Array<UserLanguageModel> | null;
6255
6110
  /**
6256
6111
  *
6257
- * @type {string}
6258
- * @memberof DoctorLanguageItemModel
6112
+ * @type {Array<UserLocationModel>}
6113
+ * @memberof DoctorItemModel
6259
6114
  */
6260
- 'userId'?: string;
6261
- }
6262
- /**
6263
- *
6264
- * @export
6265
- * @interface DoctorLanguageModel
6266
- */
6267
- export interface DoctorLanguageModel {
6115
+ 'locations'?: Array<UserLocationModel> | null;
6268
6116
  /**
6269
6117
  *
6270
6118
  * @type {string}
6271
- * @memberof DoctorLanguageModel
6119
+ * @memberof DoctorItemModel
6272
6120
  */
6273
- 'id'?: string;
6121
+ 'slug'?: string | null;
6274
6122
  /**
6275
6123
  *
6276
6124
  * @type {string}
6277
- * @memberof DoctorLanguageModel
6125
+ * @memberof DoctorItemModel
6278
6126
  */
6279
- 'language'?: string | null;
6127
+ 'hospitalId'?: string | null;
6280
6128
  /**
6281
6129
  *
6282
6130
  * @type {string}
6283
- * @memberof DoctorLanguageModel
6131
+ * @memberof DoctorItemModel
6284
6132
  */
6285
- 'userId'?: string;
6286
- }
6287
- /**
6288
- *
6289
- * @export
6290
- * @interface DoctorLanguagesModel
6291
- */
6292
- export interface DoctorLanguagesModel {
6133
+ 'hospitalName'?: string | null;
6293
6134
  /**
6294
6135
  *
6295
- * @type {Array<DoctorLanguageItemModel>}
6136
+ * @type {Date}
6137
+ * @memberof DoctorItemModel
6138
+ */
6139
+ 'startPracticeDate'?: Date | null;
6140
+ /**
6141
+ *
6142
+ * @type {string}
6143
+ * @memberof DoctorItemModel
6144
+ */
6145
+ 'overview'?: string | null;
6146
+ /**
6147
+ *
6148
+ * @type {boolean}
6149
+ * @memberof DoctorItemModel
6150
+ */
6151
+ 'consultationEnabled'?: boolean | null;
6152
+ /**
6153
+ *
6154
+ * @type {number}
6155
+ * @memberof DoctorItemModel
6156
+ */
6157
+ 'consultationFee'?: number | null;
6158
+ /**
6159
+ *
6160
+ * @type {Array<LocalizedUrlModel>}
6161
+ * @memberof DoctorItemModel
6162
+ */
6163
+ 'localizedUrls'?: Array<LocalizedUrlModel> | null;
6164
+ /**
6165
+ *
6166
+ * @type {boolean}
6167
+ * @memberof DoctorItemModel
6168
+ */
6169
+ 'confirmed'?: boolean;
6170
+ }
6171
+ /**
6172
+ *
6173
+ * @export
6174
+ * @interface DoctorItemSimpleModel
6175
+ */
6176
+ export interface DoctorItemSimpleModel {
6177
+ /**
6178
+ *
6179
+ * @type {string}
6180
+ * @memberof DoctorItemSimpleModel
6181
+ */
6182
+ 'id'?: string;
6183
+ /**
6184
+ *
6185
+ * @type {string}
6186
+ * @memberof DoctorItemSimpleModel
6187
+ */
6188
+ 'firstName'?: string | null;
6189
+ /**
6190
+ *
6191
+ * @type {string}
6192
+ * @memberof DoctorItemSimpleModel
6193
+ */
6194
+ 'lastName'?: string | null;
6195
+ /**
6196
+ *
6197
+ * @type {string}
6198
+ * @memberof DoctorItemSimpleModel
6199
+ */
6200
+ 'fullname'?: string | null;
6201
+ /**
6202
+ *
6203
+ * @type {string}
6204
+ * @memberof DoctorItemSimpleModel
6205
+ */
6206
+ 'slug'?: string | null;
6207
+ /**
6208
+ *
6209
+ * @type {string}
6210
+ * @memberof DoctorItemSimpleModel
6211
+ */
6212
+ 'hospitalId'?: string | null;
6213
+ /**
6214
+ *
6215
+ * @type {string}
6216
+ * @memberof DoctorItemSimpleModel
6217
+ */
6218
+ 'hospitalName'?: string | null;
6219
+ /**
6220
+ *
6221
+ * @type {string}
6222
+ * @memberof DoctorItemSimpleModel
6223
+ */
6224
+ 'overview'?: string | null;
6225
+ /**
6226
+ *
6227
+ * @type {boolean}
6228
+ * @memberof DoctorItemSimpleModel
6229
+ */
6230
+ 'confirmed'?: boolean;
6231
+ }
6232
+ /**
6233
+ *
6234
+ * @export
6235
+ * @interface DoctorLanguageItemModel
6236
+ */
6237
+ export interface DoctorLanguageItemModel {
6238
+ /**
6239
+ *
6240
+ * @type {string}
6241
+ * @memberof DoctorLanguageItemModel
6242
+ */
6243
+ 'id'?: string;
6244
+ /**
6245
+ *
6246
+ * @type {string}
6247
+ * @memberof DoctorLanguageItemModel
6248
+ */
6249
+ 'language'?: string | null;
6250
+ /**
6251
+ *
6252
+ * @type {string}
6253
+ * @memberof DoctorLanguageItemModel
6254
+ */
6255
+ 'userId'?: string;
6256
+ }
6257
+ /**
6258
+ *
6259
+ * @export
6260
+ * @interface DoctorLanguageModel
6261
+ */
6262
+ export interface DoctorLanguageModel {
6263
+ /**
6264
+ *
6265
+ * @type {string}
6266
+ * @memberof DoctorLanguageModel
6267
+ */
6268
+ 'id'?: string;
6269
+ /**
6270
+ *
6271
+ * @type {string}
6272
+ * @memberof DoctorLanguageModel
6273
+ */
6274
+ 'language'?: string | null;
6275
+ /**
6276
+ *
6277
+ * @type {string}
6278
+ * @memberof DoctorLanguageModel
6279
+ */
6280
+ 'userId'?: string;
6281
+ }
6282
+ /**
6283
+ *
6284
+ * @export
6285
+ * @interface DoctorLanguagesModel
6286
+ */
6287
+ export interface DoctorLanguagesModel {
6288
+ /**
6289
+ *
6290
+ * @type {Array<DoctorLanguageItemModel>}
6296
6291
  * @memberof DoctorLanguagesModel
6297
6292
  */
6298
6293
  'items'?: Array<DoctorLanguageItemModel> | null;
@@ -6327,12 +6322,6 @@ export interface DoctorModel {
6327
6322
  * @memberof DoctorModel
6328
6323
  */
6329
6324
  'firstName'?: string | null;
6330
- /**
6331
- *
6332
- * @type {string}
6333
- * @memberof DoctorModel
6334
- */
6335
- 'middleName'?: string | null;
6336
6325
  /**
6337
6326
  *
6338
6327
  * @type {string}
@@ -6344,13 +6333,7 @@ export interface DoctorModel {
6344
6333
  * @type {string}
6345
6334
  * @memberof DoctorModel
6346
6335
  */
6347
- 'fullName'?: string | null;
6348
- /**
6349
- *
6350
- * @type {string}
6351
- * @memberof DoctorModel
6352
- */
6353
- 'slug'?: string | null;
6336
+ 'fullname'?: string | null;
6354
6337
  /**
6355
6338
  *
6356
6339
  * @type {string}
@@ -6428,25 +6411,31 @@ export interface DoctorModel {
6428
6411
  * @type {string}
6429
6412
  * @memberof DoctorModel
6430
6413
  */
6431
- 'languageCode'?: string | null;
6414
+ 'slug'?: string | null;
6432
6415
  /**
6433
6416
  *
6434
6417
  * @type {string}
6435
6418
  * @memberof DoctorModel
6436
6419
  */
6437
- 'overview'?: string | null;
6420
+ 'hospitalId'?: string | null;
6438
6421
  /**
6439
6422
  *
6440
6423
  * @type {string}
6441
6424
  * @memberof DoctorModel
6442
6425
  */
6443
- 'description'?: string | null;
6426
+ 'hospitalName'?: string | null;
6427
+ /**
6428
+ *
6429
+ * @type {Date}
6430
+ * @memberof DoctorModel
6431
+ */
6432
+ 'startPracticeDate'?: Date | null;
6444
6433
  /**
6445
6434
  *
6446
6435
  * @type {string}
6447
6436
  * @memberof DoctorModel
6448
6437
  */
6449
- 'content'?: string | null;
6438
+ 'overview'?: string | null;
6450
6439
  /**
6451
6440
  *
6452
6441
  * @type {boolean}
@@ -6461,22 +6450,22 @@ export interface DoctorModel {
6461
6450
  'consultationFee'?: number | null;
6462
6451
  /**
6463
6452
  *
6464
- * @type {boolean}
6453
+ * @type {Array<LocalizedUrlModel>}
6465
6454
  * @memberof DoctorModel
6466
6455
  */
6467
- 'confirmed'?: boolean;
6456
+ 'localizedUrls'?: Array<LocalizedUrlModel> | null;
6468
6457
  /**
6469
6458
  *
6470
- * @type {Date}
6459
+ * @type {boolean}
6471
6460
  * @memberof DoctorModel
6472
6461
  */
6473
- 'startPracticeDate'?: Date | null;
6462
+ 'confirmed'?: boolean;
6474
6463
  /**
6475
6464
  *
6476
- * @type {Array<DoctorAffiliationItemModel>}
6465
+ * @type {string}
6477
6466
  * @memberof DoctorModel
6478
6467
  */
6479
- 'doctorAffiliations'?: Array<DoctorAffiliationItemModel> | null;
6468
+ 'languageCode'?: string | null;
6480
6469
  }
6481
6470
  /**
6482
6471
  *
@@ -6595,55 +6584,6 @@ export interface DoctorPortfoliosModel {
6595
6584
  */
6596
6585
  'metaData'?: PagedListMetaData;
6597
6586
  }
6598
- /**
6599
- *
6600
- * @export
6601
- * @interface DoctorSimpleItemModel
6602
- */
6603
- export interface DoctorSimpleItemModel {
6604
- /**
6605
- *
6606
- * @type {string}
6607
- * @memberof DoctorSimpleItemModel
6608
- */
6609
- 'id'?: string;
6610
- /**
6611
- *
6612
- * @type {string}
6613
- * @memberof DoctorSimpleItemModel
6614
- */
6615
- 'firstName'?: string | null;
6616
- /**
6617
- *
6618
- * @type {string}
6619
- * @memberof DoctorSimpleItemModel
6620
- */
6621
- 'middleName'?: string | null;
6622
- /**
6623
- *
6624
- * @type {string}
6625
- * @memberof DoctorSimpleItemModel
6626
- */
6627
- 'lastName'?: string | null;
6628
- /**
6629
- *
6630
- * @type {string}
6631
- * @memberof DoctorSimpleItemModel
6632
- */
6633
- 'fullname'?: string | null;
6634
- /**
6635
- *
6636
- * @type {string}
6637
- * @memberof DoctorSimpleItemModel
6638
- */
6639
- 'slug'?: string | null;
6640
- /**
6641
- *
6642
- * @type {string}
6643
- * @memberof DoctorSimpleItemModel
6644
- */
6645
- 'hospitalId'?: string | null;
6646
- }
6647
6587
  /**
6648
6588
  *
6649
6589
  * @export
@@ -6745,10 +6685,10 @@ export interface DoctorsModel {
6745
6685
  export interface DoctorsSimpleModel {
6746
6686
  /**
6747
6687
  *
6748
- * @type {Array<DoctorSimpleItemModel>}
6688
+ * @type {Array<DoctorItemSimpleModel>}
6749
6689
  * @memberof DoctorsSimpleModel
6750
6690
  */
6751
- 'items'?: Array<DoctorSimpleItemModel> | null;
6691
+ 'items'?: Array<DoctorItemSimpleModel> | null;
6752
6692
  /**
6753
6693
  *
6754
6694
  * @type {PagedListMetaData}
@@ -6841,7 +6781,7 @@ export interface FaqCategoryItemModel {
6841
6781
  * @type {string}
6842
6782
  * @memberof FaqCategoryItemModel
6843
6783
  */
6844
- 'parentId'?: string | null;
6784
+ 'languageCode'?: string | null;
6845
6785
  /**
6846
6786
  *
6847
6787
  * @type {string}
@@ -6854,12 +6794,18 @@ export interface FaqCategoryItemModel {
6854
6794
  * @memberof FaqCategoryItemModel
6855
6795
  */
6856
6796
  'slug'?: string | null;
6797
+ /**
6798
+ *
6799
+ * @type {boolean}
6800
+ * @memberof FaqCategoryItemModel
6801
+ */
6802
+ 'confirmed'?: boolean;
6857
6803
  /**
6858
6804
  *
6859
6805
  * @type {string}
6860
6806
  * @memberof FaqCategoryItemModel
6861
6807
  */
6862
- 'description'?: string | null;
6808
+ 'parentId'?: string | null;
6863
6809
  /**
6864
6810
  *
6865
6811
  * @type {number}
@@ -6880,10 +6826,16 @@ export interface FaqCategoryItemModel {
6880
6826
  'hospitalName'?: string | null;
6881
6827
  /**
6882
6828
  *
6883
- * @type {boolean}
6829
+ * @type {string}
6884
6830
  * @memberof FaqCategoryItemModel
6885
6831
  */
6886
- 'confirmed'?: boolean;
6832
+ 'hospitalSlug'?: string | null;
6833
+ /**
6834
+ *
6835
+ * @type {string}
6836
+ * @memberof FaqCategoryItemModel
6837
+ */
6838
+ 'hospitalWebsiteUrl'?: string | null;
6887
6839
  /**
6888
6840
  *
6889
6841
  * @type {AuditableEntity}
@@ -6908,7 +6860,7 @@ export interface FaqCategoryModel {
6908
6860
  * @type {string}
6909
6861
  * @memberof FaqCategoryModel
6910
6862
  */
6911
- 'parentId'?: string | null;
6863
+ 'languageCode'?: string | null;
6912
6864
  /**
6913
6865
  *
6914
6866
  * @type {string}
@@ -6921,12 +6873,18 @@ export interface FaqCategoryModel {
6921
6873
  * @memberof FaqCategoryModel
6922
6874
  */
6923
6875
  'slug'?: string | null;
6876
+ /**
6877
+ *
6878
+ * @type {boolean}
6879
+ * @memberof FaqCategoryModel
6880
+ */
6881
+ 'confirmed'?: boolean;
6924
6882
  /**
6925
6883
  *
6926
6884
  * @type {string}
6927
6885
  * @memberof FaqCategoryModel
6928
6886
  */
6929
- 'description'?: string | null;
6887
+ 'parentId'?: string | null;
6930
6888
  /**
6931
6889
  *
6932
6890
  * @type {number}
@@ -6947,13 +6905,19 @@ export interface FaqCategoryModel {
6947
6905
  'hospitalName'?: string | null;
6948
6906
  /**
6949
6907
  *
6950
- * @type {boolean}
6908
+ * @type {string}
6951
6909
  * @memberof FaqCategoryModel
6952
6910
  */
6953
- 'confirmed'?: boolean;
6911
+ 'hospitalSlug'?: string | null;
6954
6912
  /**
6955
6913
  *
6956
- * @type {AuditableEntity}
6914
+ * @type {string}
6915
+ * @memberof FaqCategoryModel
6916
+ */
6917
+ 'hospitalWebsiteUrl'?: string | null;
6918
+ /**
6919
+ *
6920
+ * @type {AuditableEntity}
6957
6921
  * @memberof FaqCategoryModel
6958
6922
  */
6959
6923
  'auditableEntity'?: AuditableEntity;
@@ -6962,13 +6926,25 @@ export interface FaqCategoryModel {
6962
6926
  * @type {string}
6963
6927
  * @memberof FaqCategoryModel
6964
6928
  */
6965
- 'languageCode'?: string | null;
6929
+ 'description'?: string | null;
6966
6930
  /**
6967
6931
  *
6968
- * @type {Array<LocalizedUrlModel>}
6932
+ * @type {string}
6969
6933
  * @memberof FaqCategoryModel
6970
6934
  */
6971
- 'localizedUrls'?: Array<LocalizedUrlModel> | null;
6935
+ 'overview'?: string | null;
6936
+ /**
6937
+ *
6938
+ * @type {string}
6939
+ * @memberof FaqCategoryModel
6940
+ */
6941
+ 'content'?: string | null;
6942
+ /**
6943
+ *
6944
+ * @type {Array<MediaModel>}
6945
+ * @memberof FaqCategoryModel
6946
+ */
6947
+ 'medias'?: Array<MediaModel> | null;
6972
6948
  }
6973
6949
  /**
6974
6950
  *
@@ -6982,6 +6958,12 @@ export interface FaqItemModel {
6982
6958
  * @memberof FaqItemModel
6983
6959
  */
6984
6960
  'id'?: string;
6961
+ /**
6962
+ *
6963
+ * @type {string}
6964
+ * @memberof FaqItemModel
6965
+ */
6966
+ 'languageCode'?: string | null;
6985
6967
  /**
6986
6968
  *
6987
6969
  * @type {string}
@@ -6994,12 +6976,18 @@ export interface FaqItemModel {
6994
6976
  * @memberof FaqItemModel
6995
6977
  */
6996
6978
  'slug'?: string | null;
6979
+ /**
6980
+ *
6981
+ * @type {boolean}
6982
+ * @memberof FaqItemModel
6983
+ */
6984
+ 'confirmed'?: boolean;
6997
6985
  /**
6998
6986
  *
6999
6987
  * @type {string}
7000
6988
  * @memberof FaqItemModel
7001
6989
  */
7002
- 'description'?: string | null;
6990
+ 'parentId'?: string | null;
7003
6991
  /**
7004
6992
  *
7005
6993
  * @type {number}
@@ -7023,19 +7011,25 @@ export interface FaqItemModel {
7023
7011
  * @type {string}
7024
7012
  * @memberof FaqItemModel
7025
7013
  */
7026
- 'faqCategoryId'?: string;
7014
+ 'hospitalSlug'?: string | null;
7027
7015
  /**
7028
7016
  *
7029
7017
  * @type {string}
7030
7018
  * @memberof FaqItemModel
7031
7019
  */
7032
- 'faqCategoryName'?: string | null;
7020
+ 'hospitalWebsiteUrl'?: string | null;
7033
7021
  /**
7034
7022
  *
7035
- * @type {boolean}
7023
+ * @type {string}
7036
7024
  * @memberof FaqItemModel
7037
7025
  */
7038
- 'confirmed'?: boolean;
7026
+ 'faqCategoryId'?: string;
7027
+ /**
7028
+ *
7029
+ * @type {string}
7030
+ * @memberof FaqItemModel
7031
+ */
7032
+ 'faqCategoryName'?: string | null;
7039
7033
  /**
7040
7034
  *
7041
7035
  * @type {Array<FaqTagItemModel>}
@@ -7067,6 +7061,12 @@ export interface FaqModel {
7067
7061
  * @memberof FaqModel
7068
7062
  */
7069
7063
  'id'?: string;
7064
+ /**
7065
+ *
7066
+ * @type {string}
7067
+ * @memberof FaqModel
7068
+ */
7069
+ 'languageCode'?: string | null;
7070
7070
  /**
7071
7071
  *
7072
7072
  * @type {string}
@@ -7079,12 +7079,18 @@ export interface FaqModel {
7079
7079
  * @memberof FaqModel
7080
7080
  */
7081
7081
  'slug'?: string | null;
7082
+ /**
7083
+ *
7084
+ * @type {boolean}
7085
+ * @memberof FaqModel
7086
+ */
7087
+ 'confirmed'?: boolean;
7082
7088
  /**
7083
7089
  *
7084
7090
  * @type {string}
7085
7091
  * @memberof FaqModel
7086
7092
  */
7087
- 'description'?: string | null;
7093
+ 'parentId'?: string | null;
7088
7094
  /**
7089
7095
  *
7090
7096
  * @type {number}
@@ -7108,19 +7114,25 @@ export interface FaqModel {
7108
7114
  * @type {string}
7109
7115
  * @memberof FaqModel
7110
7116
  */
7111
- 'faqCategoryId'?: string;
7117
+ 'hospitalSlug'?: string | null;
7112
7118
  /**
7113
7119
  *
7114
7120
  * @type {string}
7115
7121
  * @memberof FaqModel
7116
7122
  */
7117
- 'faqCategoryName'?: string | null;
7123
+ 'hospitalWebsiteUrl'?: string | null;
7118
7124
  /**
7119
7125
  *
7120
- * @type {boolean}
7126
+ * @type {string}
7121
7127
  * @memberof FaqModel
7122
7128
  */
7123
- 'confirmed'?: boolean;
7129
+ 'faqCategoryId'?: string;
7130
+ /**
7131
+ *
7132
+ * @type {string}
7133
+ * @memberof FaqModel
7134
+ */
7135
+ 'faqCategoryName'?: string | null;
7124
7136
  /**
7125
7137
  *
7126
7138
  * @type {Array<FaqTagItemModel>}
@@ -7144,19 +7156,19 @@ export interface FaqModel {
7144
7156
  * @type {string}
7145
7157
  * @memberof FaqModel
7146
7158
  */
7147
- 'languageCode'?: string | null;
7159
+ 'description'?: string | null;
7148
7160
  /**
7149
7161
  *
7150
7162
  * @type {string}
7151
7163
  * @memberof FaqModel
7152
7164
  */
7153
- 'content'?: string | null;
7165
+ 'overview'?: string | null;
7154
7166
  /**
7155
7167
  *
7156
- * @type {Array<LocalizedUrlModel>}
7168
+ * @type {string}
7157
7169
  * @memberof FaqModel
7158
7170
  */
7159
- 'localizedUrls'?: Array<LocalizedUrlModel> | null;
7171
+ 'content'?: string | null;
7160
7172
  }
7161
7173
  /**
7162
7174
  *
@@ -7590,37 +7602,49 @@ export interface HospitalItemModel {
7590
7602
  * @type {string}
7591
7603
  * @memberof HospitalItemModel
7592
7604
  */
7593
- 'name'?: string | null;
7605
+ 'languageCode'?: string | null;
7594
7606
  /**
7595
7607
  *
7596
7608
  * @type {string}
7597
7609
  * @memberof HospitalItemModel
7598
7610
  */
7599
- 'slug'?: string | null;
7611
+ 'name'?: string | null;
7600
7612
  /**
7601
7613
  *
7602
7614
  * @type {string}
7603
7615
  * @memberof HospitalItemModel
7604
7616
  */
7605
- 'logo'?: string | null;
7617
+ 'slug'?: string | null;
7606
7618
  /**
7607
7619
  *
7608
- * @type {string}
7620
+ * @type {boolean}
7609
7621
  * @memberof HospitalItemModel
7610
7622
  */
7611
- 'countryId'?: string;
7623
+ 'confirmed'?: boolean;
7612
7624
  /**
7613
7625
  *
7614
7626
  * @type {string}
7615
7627
  * @memberof HospitalItemModel
7616
7628
  */
7617
- 'countryName'?: string | null;
7629
+ 'logo'?: string | null;
7618
7630
  /**
7619
7631
  *
7620
7632
  * @type {MarketingType}
7621
7633
  * @memberof HospitalItemModel
7622
7634
  */
7623
7635
  'marketingType'?: MarketingType;
7636
+ /**
7637
+ *
7638
+ * @type {boolean}
7639
+ * @memberof HospitalItemModel
7640
+ */
7641
+ 'consultationEnabled'?: boolean | null;
7642
+ /**
7643
+ *
7644
+ * @type {number}
7645
+ * @memberof HospitalItemModel
7646
+ */
7647
+ 'consultationFee'?: number | null;
7624
7648
  /**
7625
7649
  *
7626
7650
  * @type {string}
@@ -7641,10 +7665,10 @@ export interface HospitalItemModel {
7641
7665
  'paymentEnabled'?: boolean;
7642
7666
  /**
7643
7667
  *
7644
- * @type {boolean}
7668
+ * @type {string}
7645
7669
  * @memberof HospitalItemModel
7646
7670
  */
7647
- 'confirmed'?: boolean;
7671
+ 'countryId'?: string;
7648
7672
  /**
7649
7673
  *
7650
7674
  * @type {LocationModel}
@@ -7675,37 +7699,49 @@ export interface HospitalModel {
7675
7699
  * @type {string}
7676
7700
  * @memberof HospitalModel
7677
7701
  */
7678
- 'name'?: string | null;
7702
+ 'languageCode'?: string | null;
7679
7703
  /**
7680
7704
  *
7681
7705
  * @type {string}
7682
7706
  * @memberof HospitalModel
7683
7707
  */
7684
- 'slug'?: string | null;
7708
+ 'name'?: string | null;
7685
7709
  /**
7686
7710
  *
7687
7711
  * @type {string}
7688
7712
  * @memberof HospitalModel
7689
7713
  */
7690
- 'logo'?: string | null;
7714
+ 'slug'?: string | null;
7691
7715
  /**
7692
7716
  *
7693
- * @type {string}
7717
+ * @type {boolean}
7694
7718
  * @memberof HospitalModel
7695
7719
  */
7696
- 'countryId'?: string;
7720
+ 'confirmed'?: boolean;
7697
7721
  /**
7698
7722
  *
7699
7723
  * @type {string}
7700
7724
  * @memberof HospitalModel
7701
7725
  */
7702
- 'countryName'?: string | null;
7726
+ 'logo'?: string | null;
7703
7727
  /**
7704
7728
  *
7705
7729
  * @type {MarketingType}
7706
7730
  * @memberof HospitalModel
7707
7731
  */
7708
7732
  'marketingType'?: MarketingType;
7733
+ /**
7734
+ *
7735
+ * @type {boolean}
7736
+ * @memberof HospitalModel
7737
+ */
7738
+ 'consultationEnabled'?: boolean | null;
7739
+ /**
7740
+ *
7741
+ * @type {number}
7742
+ * @memberof HospitalModel
7743
+ */
7744
+ 'consultationFee'?: number | null;
7709
7745
  /**
7710
7746
  *
7711
7747
  * @type {string}
@@ -7726,10 +7762,10 @@ export interface HospitalModel {
7726
7762
  'paymentEnabled'?: boolean;
7727
7763
  /**
7728
7764
  *
7729
- * @type {boolean}
7765
+ * @type {string}
7730
7766
  * @memberof HospitalModel
7731
7767
  */
7732
- 'confirmed'?: boolean;
7768
+ 'countryId'?: string;
7733
7769
  /**
7734
7770
  *
7735
7771
  * @type {LocationModel}
@@ -7742,12 +7778,6 @@ export interface HospitalModel {
7742
7778
  * @memberof HospitalModel
7743
7779
  */
7744
7780
  'auditableEntity'?: AuditableEntity;
7745
- /**
7746
- *
7747
- * @type {string}
7748
- * @memberof HospitalModel
7749
- */
7750
- 'languageCode'?: string | null;
7751
7781
  /**
7752
7782
  *
7753
7783
  * @type {string}
@@ -7796,18 +7826,6 @@ export interface HospitalModel {
7796
7826
  * @memberof HospitalModel
7797
7827
  */
7798
7828
  'doctorCount'?: number | null;
7799
- /**
7800
- *
7801
- * @type {boolean}
7802
- * @memberof HospitalModel
7803
- */
7804
- 'consultationEnabled'?: boolean | null;
7805
- /**
7806
- *
7807
- * @type {number}
7808
- * @memberof HospitalModel
7809
- */
7810
- 'consultationFee'?: number | null;
7811
7829
  /**
7812
7830
  *
7813
7831
  * @type {string}
@@ -7826,12 +7844,6 @@ export interface HospitalModel {
7826
7844
  * @memberof HospitalModel
7827
7845
  */
7828
7846
  'customStyle'?: string | null;
7829
- /**
7830
- *
7831
- * @type {Array<MediaModel>}
7832
- * @memberof HospitalModel
7833
- */
7834
- 'medias'?: Array<MediaModel> | null;
7835
7847
  }
7836
7848
  /**
7837
7849
  *
@@ -7850,127 +7862,31 @@ export interface HospitalServiceItemModel {
7850
7862
  * @type {string}
7851
7863
  * @memberof HospitalServiceItemModel
7852
7864
  */
7853
- 'name'?: string | null;
7854
- /**
7855
- *
7856
- * @type {string}
7857
- * @memberof HospitalServiceItemModel
7858
- */
7859
- 'slug'?: string | null;
7860
- /**
7861
- *
7862
- * @type {string}
7863
- * @memberof HospitalServiceItemModel
7864
- */
7865
- 'description'?: string | null;
7866
- /**
7867
- *
7868
- * @type {string}
7869
- * @memberof HospitalServiceItemModel
7870
- */
7871
- 'hospitalId'?: string;
7872
- /**
7873
- *
7874
- * @type {string}
7875
- * @memberof HospitalServiceItemModel
7876
- */
7877
- 'hospitalName'?: string | null;
7878
- /**
7879
- *
7880
- * @type {string}
7881
- * @memberof HospitalServiceItemModel
7882
- */
7883
- 'hospitalSlug'?: string | null;
7884
- /**
7885
- *
7886
- * @type {string}
7887
- * @memberof HospitalServiceItemModel
7888
- */
7889
- 'specialtyTypeId'?: string | null;
7890
- /**
7891
- *
7892
- * @type {string}
7893
- * @memberof HospitalServiceItemModel
7894
- */
7895
- 'specialtyTypeName'?: string | null;
7896
- /**
7897
- *
7898
- * @type {string}
7899
- * @memberof HospitalServiceItemModel
7900
- */
7901
- 'specialtyId'?: string;
7902
- /**
7903
- *
7904
- * @type {string}
7905
- * @memberof HospitalServiceItemModel
7906
- */
7907
- 'specialtyName'?: string | null;
7908
- /**
7909
- *
7910
- * @type {string}
7911
- * @memberof HospitalServiceItemModel
7912
- */
7913
- 'hospitalSpecialtyName'?: string | null;
7914
- /**
7915
- *
7916
- * @type {string}
7917
- * @memberof HospitalServiceItemModel
7918
- */
7919
- 'hospitalSpecialtySlug'?: string | null;
7865
+ 'languageCode'?: string | null;
7920
7866
  /**
7921
7867
  *
7922
7868
  * @type {string}
7923
7869
  * @memberof HospitalServiceItemModel
7924
7870
  */
7925
- 'serviceCategoryId'?: string | null;
7871
+ 'name'?: string | null;
7926
7872
  /**
7927
7873
  *
7928
7874
  * @type {string}
7929
7875
  * @memberof HospitalServiceItemModel
7930
7876
  */
7931
- 'serviceCategoryName'?: string | null;
7932
- /**
7933
- *
7934
- * @type {MarketingType}
7935
- * @memberof HospitalServiceItemModel
7936
- */
7937
- 'marketingType'?: MarketingType;
7938
- /**
7939
- *
7940
- * @type {Procedure}
7941
- * @memberof HospitalServiceItemModel
7942
- */
7943
- 'procedure'?: Procedure;
7944
- /**
7945
- *
7946
- * @type {number}
7947
- * @memberof HospitalServiceItemModel
7948
- */
7949
- 'minPrice'?: number | null;
7950
- /**
7951
- *
7952
- * @type {number}
7953
- * @memberof HospitalServiceItemModel
7954
- */
7955
- 'maxPrice'?: number | null;
7877
+ 'slug'?: string | null;
7956
7878
  /**
7957
7879
  *
7958
7880
  * @type {boolean}
7959
7881
  * @memberof HospitalServiceItemModel
7960
7882
  */
7961
- 'priceReuqest'?: boolean;
7883
+ 'confirmed'?: boolean;
7962
7884
  /**
7963
7885
  *
7964
7886
  * @type {number}
7965
7887
  * @memberof HospitalServiceItemModel
7966
7888
  */
7967
7889
  'order'?: number;
7968
- /**
7969
- *
7970
- * @type {boolean}
7971
- * @memberof HospitalServiceItemModel
7972
- */
7973
- 'confirmed'?: boolean;
7974
7890
  /**
7975
7891
  *
7976
7892
  * @type {string}
@@ -7983,12 +7899,6 @@ export interface HospitalServiceItemModel {
7983
7899
  * @memberof HospitalServiceItemModel
7984
7900
  */
7985
7901
  'photoThumbnail'?: string | null;
7986
- /**
7987
- *
7988
- * @type {Array<MediaModel>}
7989
- * @memberof HospitalServiceItemModel
7990
- */
7991
- 'medias'?: Array<MediaModel> | null;
7992
7902
  /**
7993
7903
  *
7994
7904
  * @type {AuditableEntity}
@@ -8013,163 +7923,145 @@ export interface HospitalServiceModel {
8013
7923
  * @type {string}
8014
7924
  * @memberof HospitalServiceModel
8015
7925
  */
8016
- 'name'?: string | null;
7926
+ 'languageCode'?: string | null;
8017
7927
  /**
8018
7928
  *
8019
7929
  * @type {string}
8020
7930
  * @memberof HospitalServiceModel
8021
7931
  */
8022
- 'slug'?: string | null;
7932
+ 'name'?: string | null;
8023
7933
  /**
8024
7934
  *
8025
7935
  * @type {string}
8026
7936
  * @memberof HospitalServiceModel
8027
7937
  */
8028
- 'description'?: string | null;
7938
+ 'slug'?: string | null;
8029
7939
  /**
8030
7940
  *
8031
- * @type {string}
7941
+ * @type {boolean}
8032
7942
  * @memberof HospitalServiceModel
8033
7943
  */
8034
- 'hospitalId'?: string;
7944
+ 'confirmed'?: boolean;
8035
7945
  /**
8036
7946
  *
8037
- * @type {string}
7947
+ * @type {number}
8038
7948
  * @memberof HospitalServiceModel
8039
7949
  */
8040
- 'hospitalName'?: string | null;
7950
+ 'order'?: number;
8041
7951
  /**
8042
7952
  *
8043
7953
  * @type {string}
8044
7954
  * @memberof HospitalServiceModel
8045
7955
  */
8046
- 'hospitalSlug'?: string | null;
7956
+ 'photo'?: string | null;
8047
7957
  /**
8048
7958
  *
8049
7959
  * @type {string}
8050
7960
  * @memberof HospitalServiceModel
8051
7961
  */
8052
- 'specialtyTypeId'?: string | null;
7962
+ 'photoThumbnail'?: string | null;
8053
7963
  /**
8054
7964
  *
8055
- * @type {string}
7965
+ * @type {AuditableEntity}
8056
7966
  * @memberof HospitalServiceModel
8057
7967
  */
8058
- 'specialtyTypeName'?: string | null;
7968
+ 'auditableEntity'?: AuditableEntity;
8059
7969
  /**
8060
7970
  *
8061
7971
  * @type {string}
8062
7972
  * @memberof HospitalServiceModel
8063
7973
  */
8064
- 'specialtyId'?: string;
7974
+ 'description'?: string | null;
8065
7975
  /**
8066
7976
  *
8067
7977
  * @type {string}
8068
7978
  * @memberof HospitalServiceModel
8069
7979
  */
8070
- 'specialtyName'?: string | null;
7980
+ 'overview'?: string | null;
8071
7981
  /**
8072
7982
  *
8073
7983
  * @type {string}
8074
7984
  * @memberof HospitalServiceModel
8075
7985
  */
8076
- 'hospitalSpecialtyName'?: string | null;
7986
+ 'content'?: string | null;
8077
7987
  /**
8078
7988
  *
8079
7989
  * @type {string}
8080
7990
  * @memberof HospitalServiceModel
8081
7991
  */
8082
- 'hospitalSpecialtySlug'?: string | null;
7992
+ 'hospitalId'?: string;
8083
7993
  /**
8084
7994
  *
8085
7995
  * @type {string}
8086
7996
  * @memberof HospitalServiceModel
8087
7997
  */
8088
- 'serviceCategoryId'?: string | null;
7998
+ 'hospitalName'?: string | null;
8089
7999
  /**
8090
8000
  *
8091
8001
  * @type {string}
8092
8002
  * @memberof HospitalServiceModel
8093
8003
  */
8094
- 'serviceCategoryName'?: string | null;
8095
- /**
8096
- *
8097
- * @type {MarketingType}
8098
- * @memberof HospitalServiceModel
8099
- */
8100
- 'marketingType'?: MarketingType;
8101
- /**
8102
- *
8103
- * @type {Procedure}
8104
- * @memberof HospitalServiceModel
8105
- */
8106
- 'procedure'?: Procedure;
8107
- /**
8108
- *
8109
- * @type {number}
8110
- * @memberof HospitalServiceModel
8111
- */
8112
- 'minPrice'?: number | null;
8004
+ 'hospitalSlug'?: string | null;
8113
8005
  /**
8114
8006
  *
8115
- * @type {number}
8007
+ * @type {string}
8116
8008
  * @memberof HospitalServiceModel
8117
8009
  */
8118
- 'maxPrice'?: number | null;
8010
+ 'specialtyId'?: string;
8119
8011
  /**
8120
8012
  *
8121
- * @type {boolean}
8013
+ * @type {string}
8122
8014
  * @memberof HospitalServiceModel
8123
8015
  */
8124
- 'priceReuqest'?: boolean;
8016
+ 'specialtyName'?: string | null;
8125
8017
  /**
8126
8018
  *
8127
- * @type {number}
8019
+ * @type {string}
8128
8020
  * @memberof HospitalServiceModel
8129
8021
  */
8130
- 'order'?: number;
8022
+ 'hospitalSpecialtyName'?: string | null;
8131
8023
  /**
8132
8024
  *
8133
- * @type {boolean}
8025
+ * @type {string}
8134
8026
  * @memberof HospitalServiceModel
8135
8027
  */
8136
- 'confirmed'?: boolean;
8028
+ 'hospitalSpecialtySlug'?: string | null;
8137
8029
  /**
8138
8030
  *
8139
8031
  * @type {string}
8140
8032
  * @memberof HospitalServiceModel
8141
8033
  */
8142
- 'photo'?: string | null;
8034
+ 'serviceCategoryId'?: string | null;
8143
8035
  /**
8144
8036
  *
8145
8037
  * @type {string}
8146
8038
  * @memberof HospitalServiceModel
8147
8039
  */
8148
- 'photoThumbnail'?: string | null;
8040
+ 'serviceCategoryName'?: string | null;
8149
8041
  /**
8150
8042
  *
8151
- * @type {Array<MediaModel>}
8043
+ * @type {Procedure}
8152
8044
  * @memberof HospitalServiceModel
8153
8045
  */
8154
- 'medias'?: Array<MediaModel> | null;
8046
+ 'procedure'?: Procedure;
8155
8047
  /**
8156
8048
  *
8157
- * @type {AuditableEntity}
8049
+ * @type {number}
8158
8050
  * @memberof HospitalServiceModel
8159
8051
  */
8160
- 'auditableEntity'?: AuditableEntity;
8052
+ 'minPrice'?: number | null;
8161
8053
  /**
8162
8054
  *
8163
- * @type {string}
8055
+ * @type {number}
8164
8056
  * @memberof HospitalServiceModel
8165
8057
  */
8166
- 'languageCode'?: string | null;
8058
+ 'maxPrice'?: number | null;
8167
8059
  /**
8168
8060
  *
8169
- * @type {string}
8061
+ * @type {boolean}
8170
8062
  * @memberof HospitalServiceModel
8171
8063
  */
8172
- 'content'?: string | null;
8064
+ 'priceReuqest'?: boolean;
8173
8065
  /**
8174
8066
  *
8175
8067
  * @type {string}
@@ -8178,10 +8070,10 @@ export interface HospitalServiceModel {
8178
8070
  'customStyle'?: string | null;
8179
8071
  /**
8180
8072
  *
8181
- * @type {Array<LocalizedUrlModel>}
8073
+ * @type {Array<MediaModel>}
8182
8074
  * @memberof HospitalServiceModel
8183
8075
  */
8184
- 'localizedUrls'?: Array<LocalizedUrlModel> | null;
8076
+ 'medias'?: Array<MediaModel> | null;
8185
8077
  }
8186
8078
  /**
8187
8079
  *
@@ -8214,6 +8106,12 @@ export interface HospitalSimpleItemModel {
8214
8106
  * @memberof HospitalSimpleItemModel
8215
8107
  */
8216
8108
  'id'?: string;
8109
+ /**
8110
+ *
8111
+ * @type {string}
8112
+ * @memberof HospitalSimpleItemModel
8113
+ */
8114
+ 'languageCode'?: string | null;
8217
8115
  /**
8218
8116
  *
8219
8117
  * @type {string}
@@ -8302,6 +8200,12 @@ export interface HospitalSpecialtyItemModel {
8302
8200
  * @memberof HospitalSpecialtyItemModel
8303
8201
  */
8304
8202
  'id'?: string;
8203
+ /**
8204
+ *
8205
+ * @type {string}
8206
+ * @memberof HospitalSpecialtyItemModel
8207
+ */
8208
+ 'languageCode'?: string | null;
8305
8209
  /**
8306
8210
  *
8307
8211
  * @type {string}
@@ -8316,10 +8220,10 @@ export interface HospitalSpecialtyItemModel {
8316
8220
  'slug'?: string | null;
8317
8221
  /**
8318
8222
  *
8319
- * @type {MarketingType}
8223
+ * @type {boolean}
8320
8224
  * @memberof HospitalSpecialtyItemModel
8321
8225
  */
8322
- 'marketingType'?: MarketingType;
8226
+ 'confirmed'?: boolean;
8323
8227
  /**
8324
8228
  *
8325
8229
  * @type {number}
@@ -8328,40 +8232,40 @@ export interface HospitalSpecialtyItemModel {
8328
8232
  'order'?: number;
8329
8233
  /**
8330
8234
  *
8331
- * @type {boolean}
8235
+ * @type {string}
8332
8236
  * @memberof HospitalSpecialtyItemModel
8333
8237
  */
8334
- 'confirmed'?: boolean;
8238
+ 'photo'?: string | null;
8335
8239
  /**
8336
8240
  *
8337
- * @type {number}
8241
+ * @type {string}
8338
8242
  * @memberof HospitalSpecialtyItemModel
8339
8243
  */
8340
- 'servicesCount'?: number;
8244
+ 'photoThumbnail'?: string | null;
8341
8245
  /**
8342
8246
  *
8343
8247
  * @type {string}
8344
8248
  * @memberof HospitalSpecialtyItemModel
8345
8249
  */
8346
- 'specialtyId'?: string;
8250
+ 'background'?: string | null;
8347
8251
  /**
8348
8252
  *
8349
8253
  * @type {string}
8350
8254
  * @memberof HospitalSpecialtyItemModel
8351
8255
  */
8352
- 'specialtyName'?: string | null;
8256
+ 'backgroundThumbnail'?: string | null;
8353
8257
  /**
8354
8258
  *
8355
- * @type {string}
8259
+ * @type {number}
8356
8260
  * @memberof HospitalSpecialtyItemModel
8357
8261
  */
8358
- 'specialtySlug'?: string | null;
8262
+ 'servicesCount'?: number;
8359
8263
  /**
8360
8264
  *
8361
- * @type {AuditableEntity}
8265
+ * @type {string}
8362
8266
  * @memberof HospitalSpecialtyItemModel
8363
8267
  */
8364
- 'auditableEntity'?: AuditableEntity;
8268
+ 'specialtyId'?: string;
8365
8269
  }
8366
8270
  /**
8367
8271
  *
@@ -8380,25 +8284,19 @@ export interface HospitalSpecialtyModel {
8380
8284
  * @type {string}
8381
8285
  * @memberof HospitalSpecialtyModel
8382
8286
  */
8383
- 'name'?: string | null;
8287
+ 'languageCode'?: string | null;
8384
8288
  /**
8385
8289
  *
8386
8290
  * @type {string}
8387
8291
  * @memberof HospitalSpecialtyModel
8388
8292
  */
8389
- 'slug'?: string | null;
8390
- /**
8391
- *
8392
- * @type {MarketingType}
8393
- * @memberof HospitalSpecialtyModel
8394
- */
8395
- 'marketingType'?: MarketingType;
8293
+ 'name'?: string | null;
8396
8294
  /**
8397
8295
  *
8398
- * @type {number}
8296
+ * @type {string}
8399
8297
  * @memberof HospitalSpecialtyModel
8400
8298
  */
8401
- 'order'?: number;
8299
+ 'slug'?: string | null;
8402
8300
  /**
8403
8301
  *
8404
8302
  * @type {boolean}
@@ -8410,109 +8308,103 @@ export interface HospitalSpecialtyModel {
8410
8308
  * @type {number}
8411
8309
  * @memberof HospitalSpecialtyModel
8412
8310
  */
8413
- 'servicesCount'?: number;
8311
+ 'order'?: number;
8414
8312
  /**
8415
8313
  *
8416
8314
  * @type {string}
8417
8315
  * @memberof HospitalSpecialtyModel
8418
8316
  */
8419
- 'specialtyId'?: string;
8317
+ 'photo'?: string | null;
8420
8318
  /**
8421
8319
  *
8422
8320
  * @type {string}
8423
8321
  * @memberof HospitalSpecialtyModel
8424
8322
  */
8425
- 'specialtyName'?: string | null;
8323
+ 'photoThumbnail'?: string | null;
8426
8324
  /**
8427
8325
  *
8428
8326
  * @type {string}
8429
8327
  * @memberof HospitalSpecialtyModel
8430
8328
  */
8431
- 'specialtySlug'?: string | null;
8432
- /**
8433
- *
8434
- * @type {AuditableEntity}
8435
- * @memberof HospitalSpecialtyModel
8436
- */
8437
- 'auditableEntity'?: AuditableEntity;
8329
+ 'background'?: string | null;
8438
8330
  /**
8439
8331
  *
8440
8332
  * @type {string}
8441
8333
  * @memberof HospitalSpecialtyModel
8442
8334
  */
8443
- 'languageCode'?: string | null;
8335
+ 'backgroundThumbnail'?: string | null;
8444
8336
  /**
8445
8337
  *
8446
- * @type {string}
8338
+ * @type {number}
8447
8339
  * @memberof HospitalSpecialtyModel
8448
8340
  */
8449
- 'description'?: string | null;
8341
+ 'servicesCount'?: number;
8450
8342
  /**
8451
8343
  *
8452
8344
  * @type {string}
8453
8345
  * @memberof HospitalSpecialtyModel
8454
8346
  */
8455
- 'content'?: string | null;
8347
+ 'specialtyId'?: string;
8456
8348
  /**
8457
8349
  *
8458
8350
  * @type {string}
8459
8351
  * @memberof HospitalSpecialtyModel
8460
8352
  */
8461
- 'hospitalId'?: string;
8353
+ 'description'?: string | null;
8462
8354
  /**
8463
8355
  *
8464
8356
  * @type {string}
8465
8357
  * @memberof HospitalSpecialtyModel
8466
8358
  */
8467
- 'hospitalName'?: string | null;
8359
+ 'overview'?: string | null;
8468
8360
  /**
8469
8361
  *
8470
8362
  * @type {string}
8471
8363
  * @memberof HospitalSpecialtyModel
8472
8364
  */
8473
- 'hospitalSlug'?: string | null;
8365
+ 'content'?: string | null;
8474
8366
  /**
8475
8367
  *
8476
8368
  * @type {string}
8477
8369
  * @memberof HospitalSpecialtyModel
8478
8370
  */
8479
- 'specialtyTypeId'?: string;
8371
+ 'hospitalId'?: string;
8480
8372
  /**
8481
8373
  *
8482
8374
  * @type {string}
8483
8375
  * @memberof HospitalSpecialtyModel
8484
8376
  */
8485
- 'specialtyTypeName'?: string | null;
8377
+ 'hospitalName'?: string | null;
8486
8378
  /**
8487
8379
  *
8488
8380
  * @type {string}
8489
8381
  * @memberof HospitalSpecialtyModel
8490
8382
  */
8491
- 'photo'?: string | null;
8383
+ 'hospitalSlug'?: string | null;
8492
8384
  /**
8493
8385
  *
8494
8386
  * @type {string}
8495
8387
  * @memberof HospitalSpecialtyModel
8496
8388
  */
8497
- 'photoThumbnail'?: string | null;
8389
+ 'specialtyName'?: string | null;
8498
8390
  /**
8499
8391
  *
8500
8392
  * @type {string}
8501
8393
  * @memberof HospitalSpecialtyModel
8502
8394
  */
8503
- 'background'?: string | null;
8395
+ 'specialtyTypeId'?: string;
8504
8396
  /**
8505
8397
  *
8506
8398
  * @type {string}
8507
8399
  * @memberof HospitalSpecialtyModel
8508
8400
  */
8509
- 'backgroundThumbnail'?: string | null;
8401
+ 'customStyle'?: string | null;
8510
8402
  /**
8511
8403
  *
8512
- * @type {string}
8404
+ * @type {Array<LocalizedUrlModel>}
8513
8405
  * @memberof HospitalSpecialtyModel
8514
8406
  */
8515
- 'customStyle'?: string | null;
8407
+ 'localizedUrls'?: Array<LocalizedUrlModel> | null;
8516
8408
  /**
8517
8409
  *
8518
8410
  * @type {Array<MediaModel>}
@@ -8537,19 +8429,19 @@ export interface HospitalSpecialtySimpleItemModel {
8537
8429
  * @type {string}
8538
8430
  * @memberof HospitalSpecialtySimpleItemModel
8539
8431
  */
8540
- 'name'?: string | null;
8432
+ 'languageCode'?: string | null;
8541
8433
  /**
8542
8434
  *
8543
8435
  * @type {string}
8544
8436
  * @memberof HospitalSpecialtySimpleItemModel
8545
8437
  */
8546
- 'slug'?: string | null;
8438
+ 'name'?: string | null;
8547
8439
  /**
8548
8440
  *
8549
- * @type {number}
8441
+ * @type {string}
8550
8442
  * @memberof HospitalSpecialtySimpleItemModel
8551
8443
  */
8552
- 'order'?: number;
8444
+ 'slug'?: string | null;
8553
8445
  /**
8554
8446
  *
8555
8447
  * @type {boolean}
@@ -8561,25 +8453,7 @@ export interface HospitalSpecialtySimpleItemModel {
8561
8453
  * @type {number}
8562
8454
  * @memberof HospitalSpecialtySimpleItemModel
8563
8455
  */
8564
- 'servicesCount'?: number;
8565
- /**
8566
- *
8567
- * @type {string}
8568
- * @memberof HospitalSpecialtySimpleItemModel
8569
- */
8570
- 'specialtyId'?: string;
8571
- /**
8572
- *
8573
- * @type {string}
8574
- * @memberof HospitalSpecialtySimpleItemModel
8575
- */
8576
- 'specialtyName'?: string | null;
8577
- /**
8578
- *
8579
- * @type {string}
8580
- * @memberof HospitalSpecialtySimpleItemModel
8581
- */
8582
- 'specialtySlug'?: string | null;
8456
+ 'order'?: number;
8583
8457
  }
8584
8458
  /**
8585
8459
  *
@@ -8891,12 +8765,6 @@ export interface ManagerItemModel {
8891
8765
  * @memberof ManagerItemModel
8892
8766
  */
8893
8767
  'firstName'?: string | null;
8894
- /**
8895
- *
8896
- * @type {string}
8897
- * @memberof ManagerItemModel
8898
- */
8899
- 'middleName'?: string | null;
8900
8768
  /**
8901
8769
  *
8902
8770
  * @type {string}
@@ -8908,13 +8776,7 @@ export interface ManagerItemModel {
8908
8776
  * @type {string}
8909
8777
  * @memberof ManagerItemModel
8910
8778
  */
8911
- 'fullName'?: string | null;
8912
- /**
8913
- *
8914
- * @type {string}
8915
- * @memberof ManagerItemModel
8916
- */
8917
- 'slug'?: string | null;
8779
+ 'fullname'?: string | null;
8918
8780
  /**
8919
8781
  *
8920
8782
  * @type {string}
@@ -8974,19 +8836,31 @@ export interface ManagerItemModel {
8974
8836
  * @type {string}
8975
8837
  * @memberof ManagerItemModel
8976
8838
  */
8977
- 'hospitalId'?: string | null;
8839
+ 'userType'?: string | null;
8840
+ /**
8841
+ *
8842
+ * @type {Array<UserLanguageModel>}
8843
+ * @memberof ManagerItemModel
8844
+ */
8845
+ 'languages'?: Array<UserLanguageModel> | null;
8846
+ /**
8847
+ *
8848
+ * @type {Array<UserLocationModel>}
8849
+ * @memberof ManagerItemModel
8850
+ */
8851
+ 'locations'?: Array<UserLocationModel> | null;
8978
8852
  /**
8979
8853
  *
8980
8854
  * @type {string}
8981
8855
  * @memberof ManagerItemModel
8982
8856
  */
8983
- 'hospitalName'?: string | null;
8857
+ 'hospitalId'?: string | null;
8984
8858
  /**
8985
8859
  *
8986
8860
  * @type {string}
8987
8861
  * @memberof ManagerItemModel
8988
8862
  */
8989
- 'hospitalSlug'?: string | null;
8863
+ 'hospitalName'?: string | null;
8990
8864
  /**
8991
8865
  *
8992
8866
  * @type {number}
@@ -9018,12 +8892,6 @@ export interface ManagerModel {
9018
8892
  * @memberof ManagerModel
9019
8893
  */
9020
8894
  'firstName'?: string | null;
9021
- /**
9022
- *
9023
- * @type {string}
9024
- * @memberof ManagerModel
9025
- */
9026
- 'middleName'?: string | null;
9027
8895
  /**
9028
8896
  *
9029
8897
  * @type {string}
@@ -9035,13 +8903,7 @@ export interface ManagerModel {
9035
8903
  * @type {string}
9036
8904
  * @memberof ManagerModel
9037
8905
  */
9038
- 'fullName'?: string | null;
9039
- /**
9040
- *
9041
- * @type {string}
9042
- * @memberof ManagerModel
9043
- */
9044
- 'slug'?: string | null;
8906
+ 'fullname'?: string | null;
9045
8907
  /**
9046
8908
  *
9047
8909
  * @type {string}
@@ -9126,12 +8988,6 @@ export interface ManagerModel {
9126
8988
  * @memberof ManagerModel
9127
8989
  */
9128
8990
  'hospitalName'?: string | null;
9129
- /**
9130
- *
9131
- * @type {string}
9132
- * @memberof ManagerModel
9133
- */
9134
- 'hospitalSlug'?: string | null;
9135
8991
  /**
9136
8992
  *
9137
8993
  * @type {number}
@@ -9711,12 +9567,6 @@ export interface PatientItemModel {
9711
9567
  * @memberof PatientItemModel
9712
9568
  */
9713
9569
  'firstName'?: string | null;
9714
- /**
9715
- *
9716
- * @type {string}
9717
- * @memberof PatientItemModel
9718
- */
9719
- 'middleName'?: string | null;
9720
9570
  /**
9721
9571
  *
9722
9572
  * @type {string}
@@ -9728,13 +9578,7 @@ export interface PatientItemModel {
9728
9578
  * @type {string}
9729
9579
  * @memberof PatientItemModel
9730
9580
  */
9731
- 'fullName'?: string | null;
9732
- /**
9733
- *
9734
- * @type {string}
9735
- * @memberof PatientItemModel
9736
- */
9737
- 'slug'?: string | null;
9581
+ 'fullname'?: string | null;
9738
9582
  /**
9739
9583
  *
9740
9584
  * @type {string}
@@ -9820,12 +9664,6 @@ export interface PatientModel {
9820
9664
  * @memberof PatientModel
9821
9665
  */
9822
9666
  'firstName'?: string | null;
9823
- /**
9824
- *
9825
- * @type {string}
9826
- * @memberof PatientModel
9827
- */
9828
- 'middleName'?: string | null;
9829
9667
  /**
9830
9668
  *
9831
9669
  * @type {string}
@@ -9837,13 +9675,7 @@ export interface PatientModel {
9837
9675
  * @type {string}
9838
9676
  * @memberof PatientModel
9839
9677
  */
9840
- 'fullName'?: string | null;
9841
- /**
9842
- *
9843
- * @type {string}
9844
- * @memberof PatientModel
9845
- */
9846
- 'slug'?: string | null;
9678
+ 'fullname'?: string | null;
9847
9679
  /**
9848
9680
  *
9849
9681
  * @type {string}
@@ -10574,31 +10406,6 @@ export interface ServiceReviewsModel {
10574
10406
  */
10575
10407
  'metaData'?: PagedListMetaData;
10576
10408
  }
10577
- /**
10578
- *
10579
- * @export
10580
- * @interface SnsHandle
10581
- */
10582
- export interface SnsHandle {
10583
- /**
10584
- *
10585
- * @type {string}
10586
- * @memberof SnsHandle
10587
- */
10588
- 'id'?: string;
10589
- /**
10590
- *
10591
- * @type {SnsType}
10592
- * @memberof SnsHandle
10593
- */
10594
- 'snsType'?: SnsType;
10595
- /**
10596
- *
10597
- * @type {string}
10598
- * @memberof SnsHandle
10599
- */
10600
- 'handle'?: string | null;
10601
- }
10602
10409
  /**
10603
10410
  *
10604
10411
  * @export
@@ -10732,31 +10539,25 @@ export interface SpecialtyItemModel {
10732
10539
  * @type {string}
10733
10540
  * @memberof SpecialtyItemModel
10734
10541
  */
10735
- 'name'?: string | null;
10542
+ 'languageCode'?: string | null;
10736
10543
  /**
10737
10544
  *
10738
10545
  * @type {string}
10739
10546
  * @memberof SpecialtyItemModel
10740
10547
  */
10741
- 'slug'?: string | null;
10548
+ 'name'?: string | null;
10742
10549
  /**
10743
10550
  *
10744
10551
  * @type {string}
10745
10552
  * @memberof SpecialtyItemModel
10746
10553
  */
10747
- 'description'?: string | null;
10748
- /**
10749
- *
10750
- * @type {number}
10751
- * @memberof SpecialtyItemModel
10752
- */
10753
- 'hospitalSpecialtyCount'?: number;
10554
+ 'slug'?: string | null;
10754
10555
  /**
10755
10556
  *
10756
- * @type {number}
10557
+ * @type {boolean}
10757
10558
  * @memberof SpecialtyItemModel
10758
10559
  */
10759
- 'serviceCount'?: number;
10560
+ 'confirmed'?: boolean;
10760
10561
  /**
10761
10562
  *
10762
10563
  * @type {string}
@@ -10769,24 +10570,18 @@ export interface SpecialtyItemModel {
10769
10570
  * @memberof SpecialtyItemModel
10770
10571
  */
10771
10572
  'specialtyTypeName'?: string | null;
10772
- /**
10773
- *
10774
- * @type {boolean}
10775
- * @memberof SpecialtyItemModel
10776
- */
10777
- 'confirmed'?: boolean;
10778
- /**
10779
- *
10780
- * @type {AuditableEntity}
10781
- * @memberof SpecialtyItemModel
10782
- */
10783
- 'auditableEntity'?: AuditableEntity;
10784
10573
  /**
10785
10574
  *
10786
10575
  * @type {Array<MediaModel>}
10787
10576
  * @memberof SpecialtyItemModel
10788
10577
  */
10789
10578
  'medias'?: Array<MediaModel> | null;
10579
+ /**
10580
+ *
10581
+ * @type {AuditableEntity}
10582
+ * @memberof SpecialtyItemModel
10583
+ */
10584
+ 'auditableEntity'?: AuditableEntity;
10790
10585
  }
10791
10586
  /**
10792
10587
  *
@@ -10805,25 +10600,31 @@ export interface SpecialtyItemSimpleModel {
10805
10600
  * @type {string}
10806
10601
  * @memberof SpecialtyItemSimpleModel
10807
10602
  */
10808
- 'name'?: string | null;
10603
+ 'languageCode'?: string | null;
10809
10604
  /**
10810
10605
  *
10811
10606
  * @type {string}
10812
10607
  * @memberof SpecialtyItemSimpleModel
10813
10608
  */
10814
- 'slug'?: string | null;
10609
+ 'name'?: string | null;
10815
10610
  /**
10816
10611
  *
10817
10612
  * @type {string}
10818
10613
  * @memberof SpecialtyItemSimpleModel
10819
10614
  */
10820
- 'specialtyTypeId'?: string;
10615
+ 'slug'?: string | null;
10821
10616
  /**
10822
10617
  *
10823
10618
  * @type {boolean}
10824
10619
  * @memberof SpecialtyItemSimpleModel
10825
10620
  */
10826
10621
  'confirmed'?: boolean;
10622
+ /**
10623
+ *
10624
+ * @type {string}
10625
+ * @memberof SpecialtyItemSimpleModel
10626
+ */
10627
+ 'specialtyTypeId'?: string;
10827
10628
  }
10828
10629
  /**
10829
10630
  *
@@ -10842,31 +10643,25 @@ export interface SpecialtyModel {
10842
10643
  * @type {string}
10843
10644
  * @memberof SpecialtyModel
10844
10645
  */
10845
- 'name'?: string | null;
10646
+ 'languageCode'?: string | null;
10846
10647
  /**
10847
10648
  *
10848
10649
  * @type {string}
10849
10650
  * @memberof SpecialtyModel
10850
10651
  */
10851
- 'slug'?: string | null;
10652
+ 'name'?: string | null;
10852
10653
  /**
10853
10654
  *
10854
10655
  * @type {string}
10855
10656
  * @memberof SpecialtyModel
10856
10657
  */
10857
- 'description'?: string | null;
10858
- /**
10859
- *
10860
- * @type {number}
10861
- * @memberof SpecialtyModel
10862
- */
10863
- 'hospitalSpecialtyCount'?: number;
10658
+ 'slug'?: string | null;
10864
10659
  /**
10865
10660
  *
10866
- * @type {number}
10661
+ * @type {boolean}
10867
10662
  * @memberof SpecialtyModel
10868
10663
  */
10869
- 'serviceCount'?: number;
10664
+ 'confirmed'?: boolean;
10870
10665
  /**
10871
10666
  *
10872
10667
  * @type {string}
@@ -10881,10 +10676,10 @@ export interface SpecialtyModel {
10881
10676
  'specialtyTypeName'?: string | null;
10882
10677
  /**
10883
10678
  *
10884
- * @type {boolean}
10679
+ * @type {Array<MediaModel>}
10885
10680
  * @memberof SpecialtyModel
10886
10681
  */
10887
- 'confirmed'?: boolean;
10682
+ 'medias'?: Array<MediaModel> | null;
10888
10683
  /**
10889
10684
  *
10890
10685
  * @type {AuditableEntity}
@@ -10893,28 +10688,22 @@ export interface SpecialtyModel {
10893
10688
  'auditableEntity'?: AuditableEntity;
10894
10689
  /**
10895
10690
  *
10896
- * @type {Array<MediaModel>}
10691
+ * @type {string}
10897
10692
  * @memberof SpecialtyModel
10898
10693
  */
10899
- 'medias'?: Array<MediaModel> | null;
10694
+ 'description'?: string | null;
10900
10695
  /**
10901
10696
  *
10902
10697
  * @type {string}
10903
10698
  * @memberof SpecialtyModel
10904
10699
  */
10905
- 'languageCode'?: string | null;
10700
+ 'overview'?: string | null;
10906
10701
  /**
10907
10702
  *
10908
10703
  * @type {string}
10909
10704
  * @memberof SpecialtyModel
10910
10705
  */
10911
10706
  'content'?: string | null;
10912
- /**
10913
- *
10914
- * @type {Array<LocalizedUrlModel>}
10915
- * @memberof SpecialtyModel
10916
- */
10917
- 'localizedUrls'?: Array<LocalizedUrlModel> | null;
10918
10707
  }
10919
10708
  /**
10920
10709
  *
@@ -10933,55 +10722,43 @@ export interface SpecialtyTypeItemModel {
10933
10722
  * @type {string}
10934
10723
  * @memberof SpecialtyTypeItemModel
10935
10724
  */
10936
- 'name'?: string | null;
10725
+ 'languageCode'?: string | null;
10937
10726
  /**
10938
10727
  *
10939
10728
  * @type {string}
10940
10729
  * @memberof SpecialtyTypeItemModel
10941
10730
  */
10942
- 'slug'?: string | null;
10731
+ 'name'?: string | null;
10943
10732
  /**
10944
10733
  *
10945
10734
  * @type {string}
10946
10735
  * @memberof SpecialtyTypeItemModel
10947
10736
  */
10948
- 'description'?: string | null;
10737
+ 'slug'?: string | null;
10949
10738
  /**
10950
10739
  *
10951
- * @type {MarketingType}
10740
+ * @type {boolean}
10952
10741
  * @memberof SpecialtyTypeItemModel
10953
10742
  */
10954
- 'marketingType'?: MarketingType;
10743
+ 'confirmed'?: boolean;
10955
10744
  /**
10956
10745
  *
10957
- * @type {number}
10746
+ * @type {string}
10958
10747
  * @memberof SpecialtyTypeItemModel
10959
10748
  */
10960
- 'specialtyCount'?: number;
10749
+ 'description'?: string | null;
10961
10750
  /**
10962
10751
  *
10963
- * @type {number}
10752
+ * @type {MarketingType}
10964
10753
  * @memberof SpecialtyTypeItemModel
10965
10754
  */
10966
- 'hospitalSpecialtyCount'?: number;
10755
+ 'marketingType'?: MarketingType;
10967
10756
  /**
10968
10757
  *
10969
10758
  * @type {number}
10970
10759
  * @memberof SpecialtyTypeItemModel
10971
10760
  */
10972
- 'serviceCount'?: number;
10973
- /**
10974
- *
10975
- * @type {Date}
10976
- * @memberof SpecialtyTypeItemModel
10977
- */
10978
- 'created'?: Date;
10979
- /**
10980
- *
10981
- * @type {boolean}
10982
- * @memberof SpecialtyTypeItemModel
10983
- */
10984
- 'confirmed'?: boolean;
10761
+ 'specialtiesCount'?: number;
10985
10762
  /**
10986
10763
  *
10987
10764
  * @type {Array<MediaModel>}
@@ -11012,55 +10789,43 @@ export interface SpecialtyTypeModel {
11012
10789
  * @type {string}
11013
10790
  * @memberof SpecialtyTypeModel
11014
10791
  */
11015
- 'name'?: string | null;
10792
+ 'languageCode'?: string | null;
11016
10793
  /**
11017
10794
  *
11018
10795
  * @type {string}
11019
10796
  * @memberof SpecialtyTypeModel
11020
10797
  */
11021
- 'slug'?: string | null;
10798
+ 'name'?: string | null;
11022
10799
  /**
11023
10800
  *
11024
10801
  * @type {string}
11025
10802
  * @memberof SpecialtyTypeModel
11026
10803
  */
11027
- 'description'?: string | null;
10804
+ 'slug'?: string | null;
11028
10805
  /**
11029
10806
  *
11030
- * @type {MarketingType}
10807
+ * @type {boolean}
11031
10808
  * @memberof SpecialtyTypeModel
11032
10809
  */
11033
- 'marketingType'?: MarketingType;
10810
+ 'confirmed'?: boolean;
11034
10811
  /**
11035
10812
  *
11036
- * @type {number}
10813
+ * @type {string}
11037
10814
  * @memberof SpecialtyTypeModel
11038
10815
  */
11039
- 'specialtyCount'?: number;
10816
+ 'description'?: string | null;
11040
10817
  /**
11041
10818
  *
11042
- * @type {number}
10819
+ * @type {MarketingType}
11043
10820
  * @memberof SpecialtyTypeModel
11044
10821
  */
11045
- 'hospitalSpecialtyCount'?: number;
10822
+ 'marketingType'?: MarketingType;
11046
10823
  /**
11047
10824
  *
11048
10825
  * @type {number}
11049
10826
  * @memberof SpecialtyTypeModel
11050
10827
  */
11051
- 'serviceCount'?: number;
11052
- /**
11053
- *
11054
- * @type {Date}
11055
- * @memberof SpecialtyTypeModel
11056
- */
11057
- 'created'?: Date;
11058
- /**
11059
- *
11060
- * @type {boolean}
11061
- * @memberof SpecialtyTypeModel
11062
- */
11063
- 'confirmed'?: boolean;
10828
+ 'specialtiesCount'?: number;
11064
10829
  /**
11065
10830
  *
11066
10831
  * @type {Array<MediaModel>}
@@ -11078,19 +10843,13 @@ export interface SpecialtyTypeModel {
11078
10843
  * @type {string}
11079
10844
  * @memberof SpecialtyTypeModel
11080
10845
  */
11081
- 'languageCode'?: string | null;
10846
+ 'overview'?: string | null;
11082
10847
  /**
11083
10848
  *
11084
10849
  * @type {string}
11085
10850
  * @memberof SpecialtyTypeModel
11086
10851
  */
11087
10852
  'content'?: string | null;
11088
- /**
11089
- *
11090
- * @type {Array<LocalizedUrlModel>}
11091
- * @memberof SpecialtyTypeModel
11092
- */
11093
- 'localizedUrls'?: Array<LocalizedUrlModel> | null;
11094
10853
  }
11095
10854
  /**
11096
10855
  *
@@ -11104,6 +10863,12 @@ export interface SpecialtyTypeSimpleItemModel {
11104
10863
  * @memberof SpecialtyTypeSimpleItemModel
11105
10864
  */
11106
10865
  'id'?: string;
10866
+ /**
10867
+ *
10868
+ * @type {string}
10869
+ * @memberof SpecialtyTypeSimpleItemModel
10870
+ */
10871
+ 'languageCode'?: string | null;
11107
10872
  /**
11108
10873
  *
11109
10874
  * @type {string}
@@ -11690,24 +11455,12 @@ export interface UpdateCHAdminCommand {
11690
11455
  * @memberof UpdateCHAdminCommand
11691
11456
  */
11692
11457
  'firstName'?: string | null;
11693
- /**
11694
- *
11695
- * @type {string}
11696
- * @memberof UpdateCHAdminCommand
11697
- */
11698
- 'middleName'?: string | null;
11699
11458
  /**
11700
11459
  *
11701
11460
  * @type {string}
11702
11461
  * @memberof UpdateCHAdminCommand
11703
11462
  */
11704
11463
  'lastName'?: string | null;
11705
- /**
11706
- *
11707
- * @type {string}
11708
- * @memberof UpdateCHAdminCommand
11709
- */
11710
- 'slug'?: string | null;
11711
11464
  /**
11712
11465
  *
11713
11466
  * @type {string}
@@ -11769,24 +11522,12 @@ export interface UpdateCHManagerCommand {
11769
11522
  * @memberof UpdateCHManagerCommand
11770
11523
  */
11771
11524
  'firstName'?: string | null;
11772
- /**
11773
- *
11774
- * @type {string}
11775
- * @memberof UpdateCHManagerCommand
11776
- */
11777
- 'middleName'?: string | null;
11778
11525
  /**
11779
11526
  *
11780
11527
  * @type {string}
11781
11528
  * @memberof UpdateCHManagerCommand
11782
11529
  */
11783
11530
  'lastName'?: string | null;
11784
- /**
11785
- *
11786
- * @type {string}
11787
- * @memberof UpdateCHManagerCommand
11788
- */
11789
- 'slug'?: string | null;
11790
11531
  /**
11791
11532
  *
11792
11533
  * @type {string}
@@ -12138,6 +11879,103 @@ export interface UpdateDealsSearchIndexCommand {
12138
11879
  */
12139
11880
  'reCreate'?: boolean | null;
12140
11881
  }
11882
+ /**
11883
+ *
11884
+ * @export
11885
+ * @interface UpdateDoctorAffiliationCommand
11886
+ */
11887
+ export interface UpdateDoctorAffiliationCommand {
11888
+ /**
11889
+ *
11890
+ * @type {string}
11891
+ * @memberof UpdateDoctorAffiliationCommand
11892
+ */
11893
+ 'languageCode'?: string | null;
11894
+ /**
11895
+ *
11896
+ * @type {string}
11897
+ * @memberof UpdateDoctorAffiliationCommand
11898
+ */
11899
+ 'name'?: string | null;
11900
+ /**
11901
+ *
11902
+ * @type {string}
11903
+ * @memberof UpdateDoctorAffiliationCommand
11904
+ */
11905
+ 'slug'?: string | null;
11906
+ /**
11907
+ *
11908
+ * @type {string}
11909
+ * @memberof UpdateDoctorAffiliationCommand
11910
+ */
11911
+ 'description'?: string | null;
11912
+ /**
11913
+ *
11914
+ * @type {string}
11915
+ * @memberof UpdateDoctorAffiliationCommand
11916
+ */
11917
+ 'content'?: string | null;
11918
+ /**
11919
+ *
11920
+ * @type {string}
11921
+ * @memberof UpdateDoctorAffiliationCommand
11922
+ */
11923
+ 'customStyle'?: string | null;
11924
+ /**
11925
+ *
11926
+ * @type {number}
11927
+ * @memberof UpdateDoctorAffiliationCommand
11928
+ */
11929
+ 'order'?: number;
11930
+ /**
11931
+ *
11932
+ * @type {string}
11933
+ * @memberof UpdateDoctorAffiliationCommand
11934
+ */
11935
+ 'photo'?: string | null;
11936
+ /**
11937
+ *
11938
+ * @type {string}
11939
+ * @memberof UpdateDoctorAffiliationCommand
11940
+ */
11941
+ 'photoThumbnail'?: string | null;
11942
+ /**
11943
+ *
11944
+ * @type {string}
11945
+ * @memberof UpdateDoctorAffiliationCommand
11946
+ */
11947
+ 'background'?: string | null;
11948
+ /**
11949
+ *
11950
+ * @type {string}
11951
+ * @memberof UpdateDoctorAffiliationCommand
11952
+ */
11953
+ 'backgroundThumbnail'?: string | null;
11954
+ /**
11955
+ *
11956
+ * @type {boolean}
11957
+ * @memberof UpdateDoctorAffiliationCommand
11958
+ */
11959
+ 'consultationEnabled'?: boolean | null;
11960
+ /**
11961
+ *
11962
+ * @type {number}
11963
+ * @memberof UpdateDoctorAffiliationCommand
11964
+ */
11965
+ 'consultationFee'?: number | null;
11966
+ /**
11967
+ *
11968
+ * @type {boolean}
11969
+ * @memberof UpdateDoctorAffiliationCommand
11970
+ */
11971
+ 'confirmed'?: boolean;
11972
+ /**
11973
+ *
11974
+ * @type {Array<MediaModel>}
11975
+ * @memberof UpdateDoctorAffiliationCommand
11976
+ */
11977
+ 'medias'?: Array<MediaModel> | null;
11978
+ }
12141
11979
  /**
12142
11980
  *
12143
11981
  * @export
@@ -12181,36 +12019,12 @@ export interface UpdateDoctorCommand {
12181
12019
  * @memberof UpdateDoctorCommand
12182
12020
  */
12183
12021
  'firstName'?: string | null;
12184
- /**
12185
- *
12186
- * @type {string}
12187
- * @memberof UpdateDoctorCommand
12188
- */
12189
- 'middleName'?: string | null;
12190
12022
  /**
12191
12023
  *
12192
12024
  * @type {string}
12193
12025
  * @memberof UpdateDoctorCommand
12194
12026
  */
12195
12027
  'lastName'?: string | null;
12196
- /**
12197
- *
12198
- * @type {string}
12199
- * @memberof UpdateDoctorCommand
12200
- */
12201
- 'description'?: string | null;
12202
- /**
12203
- *
12204
- * @type {string}
12205
- * @memberof UpdateDoctorCommand
12206
- */
12207
- 'overview'?: string | null;
12208
- /**
12209
- *
12210
- * @type {string}
12211
- * @memberof UpdateDoctorCommand
12212
- */
12213
- 'content'?: string | null;
12214
12028
  /**
12215
12029
  *
12216
12030
  * @type {string}
@@ -12253,6 +12067,12 @@ export interface UpdateDoctorCommand {
12253
12067
  * @memberof UpdateDoctorCommand
12254
12068
  */
12255
12069
  'startPracticeDate'?: Date | null;
12070
+ /**
12071
+ *
12072
+ * @type {string}
12073
+ * @memberof UpdateDoctorCommand
12074
+ */
12075
+ 'overview'?: string | null;
12256
12076
  /**
12257
12077
  *
12258
12078
  * @type {boolean}
@@ -12270,7 +12090,13 @@ export interface UpdateDoctorCommand {
12270
12090
  * @type {string}
12271
12091
  * @memberof UpdateDoctorCommand
12272
12092
  */
12273
- 'timeZone'?: string | null;
12093
+ 'timeZone'?: string | null;
12094
+ /**
12095
+ *
12096
+ * @type {string}
12097
+ * @memberof UpdateDoctorCommand
12098
+ */
12099
+ 'hospitalId'?: string | null;
12274
12100
  /**
12275
12101
  *
12276
12102
  * @type {string}
@@ -13013,24 +12839,12 @@ export interface UpdateManagerCommand {
13013
12839
  * @memberof UpdateManagerCommand
13014
12840
  */
13015
12841
  'firstName'?: string | null;
13016
- /**
13017
- *
13018
- * @type {string}
13019
- * @memberof UpdateManagerCommand
13020
- */
13021
- 'middleName'?: string | null;
13022
12842
  /**
13023
12843
  *
13024
12844
  * @type {string}
13025
12845
  * @memberof UpdateManagerCommand
13026
12846
  */
13027
12847
  'lastName'?: string | null;
13028
- /**
13029
- *
13030
- * @type {string}
13031
- * @memberof UpdateManagerCommand
13032
- */
13033
- 'slug'?: string | null;
13034
12848
  /**
13035
12849
  *
13036
12850
  * @type {string}
@@ -13067,6 +12881,12 @@ export interface UpdateManagerCommand {
13067
12881
  * @memberof UpdateManagerCommand
13068
12882
  */
13069
12883
  'timeZone'?: string | null;
12884
+ /**
12885
+ *
12886
+ * @type {Array<string>}
12887
+ * @memberof UpdateManagerCommand
12888
+ */
12889
+ 'hospitalIds'?: Array<string> | null;
13070
12890
  }
13071
12891
  /**
13072
12892
  *
@@ -13129,24 +12949,12 @@ export interface UpdatePatientCommand {
13129
12949
  * @memberof UpdatePatientCommand
13130
12950
  */
13131
12951
  'firstName'?: string | null;
13132
- /**
13133
- *
13134
- * @type {string}
13135
- * @memberof UpdatePatientCommand
13136
- */
13137
- 'middleName'?: string | null;
13138
12952
  /**
13139
12953
  *
13140
12954
  * @type {string}
13141
12955
  * @memberof UpdatePatientCommand
13142
12956
  */
13143
12957
  'lastName'?: string | null;
13144
- /**
13145
- *
13146
- * @type {string}
13147
- * @memberof UpdatePatientCommand
13148
- */
13149
- 'slug'?: string | null;
13150
12958
  /**
13151
12959
  *
13152
12960
  * @type {string}
@@ -13442,55 +13250,43 @@ export interface UpdateSpecialtyTypeCommand {
13442
13250
  * @type {string}
13443
13251
  * @memberof UpdateSpecialtyTypeCommand
13444
13252
  */
13445
- 'name'?: string | null;
13253
+ 'languageCode'?: string | null;
13446
13254
  /**
13447
13255
  *
13448
13256
  * @type {string}
13449
13257
  * @memberof UpdateSpecialtyTypeCommand
13450
13258
  */
13451
- 'slug'?: string | null;
13259
+ 'name'?: string | null;
13452
13260
  /**
13453
13261
  *
13454
13262
  * @type {string}
13455
13263
  * @memberof UpdateSpecialtyTypeCommand
13456
13264
  */
13457
- 'description'?: string | null;
13265
+ 'slug'?: string | null;
13458
13266
  /**
13459
13267
  *
13460
- * @type {MarketingType}
13268
+ * @type {boolean}
13461
13269
  * @memberof UpdateSpecialtyTypeCommand
13462
13270
  */
13463
- 'marketingType'?: MarketingType;
13271
+ 'confirmed'?: boolean;
13464
13272
  /**
13465
13273
  *
13466
- * @type {number}
13274
+ * @type {string}
13467
13275
  * @memberof UpdateSpecialtyTypeCommand
13468
13276
  */
13469
- 'specialtyCount'?: number;
13277
+ 'description'?: string | null;
13470
13278
  /**
13471
13279
  *
13472
- * @type {number}
13280
+ * @type {MarketingType}
13473
13281
  * @memberof UpdateSpecialtyTypeCommand
13474
13282
  */
13475
- 'hospitalSpecialtyCount'?: number;
13283
+ 'marketingType'?: MarketingType;
13476
13284
  /**
13477
13285
  *
13478
13286
  * @type {number}
13479
13287
  * @memberof UpdateSpecialtyTypeCommand
13480
13288
  */
13481
- 'serviceCount'?: number;
13482
- /**
13483
- *
13484
- * @type {Date}
13485
- * @memberof UpdateSpecialtyTypeCommand
13486
- */
13487
- 'created'?: Date;
13488
- /**
13489
- *
13490
- * @type {boolean}
13491
- * @memberof UpdateSpecialtyTypeCommand
13492
- */
13493
- 'confirmed'?: boolean;
13289
+ 'specialtiesCount'?: number;
13494
13290
  /**
13495
13291
  *
13496
13292
  * @type {Array<MediaModel>}
@@ -13508,19 +13304,13 @@ export interface UpdateSpecialtyTypeCommand {
13508
13304
  * @type {string}
13509
13305
  * @memberof UpdateSpecialtyTypeCommand
13510
13306
  */
13511
- 'languageCode'?: string | null;
13307
+ 'overview'?: string | null;
13512
13308
  /**
13513
13309
  *
13514
13310
  * @type {string}
13515
13311
  * @memberof UpdateSpecialtyTypeCommand
13516
13312
  */
13517
13313
  'content'?: string | null;
13518
- /**
13519
- *
13520
- * @type {Array<LocalizedUrlModel>}
13521
- * @memberof UpdateSpecialtyTypeCommand
13522
- */
13523
- 'localizedUrls'?: Array<LocalizedUrlModel> | null;
13524
13314
  }
13525
13315
  /**
13526
13316
  *
@@ -13679,12 +13469,6 @@ export interface UserModel {
13679
13469
  * @memberof UserModel
13680
13470
  */
13681
13471
  'firstName'?: string | null;
13682
- /**
13683
- *
13684
- * @type {string}
13685
- * @memberof UserModel
13686
- */
13687
- 'middleName'?: string | null;
13688
13472
  /**
13689
13473
  *
13690
13474
  * @type {string}
@@ -13696,13 +13480,7 @@ export interface UserModel {
13696
13480
  * @type {string}
13697
13481
  * @memberof UserModel
13698
13482
  */
13699
- 'fullName'?: string | null;
13700
- /**
13701
- *
13702
- * @type {string}
13703
- * @memberof UserModel
13704
- */
13705
- 'slug'?: string | null;
13483
+ 'fullname'?: string | null;
13706
13484
  /**
13707
13485
  *
13708
13486
  * @type {string}
@@ -18706,184 +18484,373 @@ export declare class DealsApi extends BaseAPI {
18706
18484
  * @throws {RequiredError}
18707
18485
  * @memberof DealsApi
18708
18486
  */
18709
- apiV1DealsDealIdPut(dealId: string, updateDealCommand?: UpdateDealCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealModel>>;
18487
+ apiV1DealsDealIdPut(dealId: string, updateDealCommand?: UpdateDealCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealModel>>;
18488
+ /**
18489
+ *
18490
+ * @summary Get all DealService.
18491
+ * @param {string} dealId
18492
+ * @param {number} [page]
18493
+ * @param {number} [limit]
18494
+ * @param {Date} [lastRetrieved]
18495
+ * @param {*} [options] Override http request option.
18496
+ * @throws {RequiredError}
18497
+ * @memberof DealsApi
18498
+ */
18499
+ apiV1DealsDealIdServicesGet(dealId: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealServicesModel>>;
18500
+ /**
18501
+ *
18502
+ * @summary Create DealService.
18503
+ * @param {string} dealId
18504
+ * @param {CreateDealServiceCommand} [createDealServiceCommand]
18505
+ * @param {*} [options] Override http request option.
18506
+ * @throws {RequiredError}
18507
+ * @memberof DealsApi
18508
+ */
18509
+ apiV1DealsDealIdServicesPost(dealId: string, createDealServiceCommand?: CreateDealServiceCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealServiceModel>>;
18510
+ /**
18511
+ *
18512
+ * @summary Delete DealService.
18513
+ * @param {string} dealId
18514
+ * @param {string} serviceId
18515
+ * @param {*} [options] Override http request option.
18516
+ * @throws {RequiredError}
18517
+ * @memberof DealsApi
18518
+ */
18519
+ apiV1DealsDealIdServicesServiceIdDelete(dealId: string, serviceId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
18520
+ /**
18521
+ *
18522
+ * @summary Get DealService.
18523
+ * @param {string} dealId
18524
+ * @param {string} serviceId
18525
+ * @param {*} [options] Override http request option.
18526
+ * @throws {RequiredError}
18527
+ * @memberof DealsApi
18528
+ */
18529
+ apiV1DealsDealIdServicesServiceIdGet(dealId: string, serviceId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealServiceModel>>;
18530
+ /**
18531
+ *
18532
+ * @summary Update DealService.
18533
+ * @param {string} dealId
18534
+ * @param {string} serviceId
18535
+ * @param {UpdateDealServiceCommand} [updateDealServiceCommand]
18536
+ * @param {*} [options] Override http request option.
18537
+ * @throws {RequiredError}
18538
+ * @memberof DealsApi
18539
+ */
18540
+ apiV1DealsDealIdServicesServiceIdPut(dealId: string, serviceId: string, updateDealServiceCommand?: UpdateDealServiceCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealServiceModel>>;
18541
+ /**
18542
+ *
18543
+ * @summary Get all deals.
18544
+ * @param {string} [id]
18545
+ * @param {string} [name]
18546
+ * @param {MarketingType} [marketingType]
18547
+ * @param {string} [countryId]
18548
+ * @param {string} [hospitalId]
18549
+ * @param {string} [hospitalName]
18550
+ * @param {string} [specialtyId]
18551
+ * @param {string} [specialtyName]
18552
+ * @param {string} [specialtyTypeId]
18553
+ * @param {string} [specialtyTypeName]
18554
+ * @param {string} [serviceId]
18555
+ * @param {string} [serviceName]
18556
+ * @param {string} [exceptHospitalId]
18557
+ * @param {string} [exceptDealId]
18558
+ * @param {Array<string>} [ids]
18559
+ * @param {number} [serviceDuration]
18560
+ * @param {string} [languageCode]
18561
+ * @param {boolean} [showHidden]
18562
+ * @param {boolean} [returnDefaultValue]
18563
+ * @param {number} [page]
18564
+ * @param {number} [limit]
18565
+ * @param {Date} [lastRetrieved]
18566
+ * @param {*} [options] Override http request option.
18567
+ * @throws {RequiredError}
18568
+ * @memberof DealsApi
18569
+ */
18570
+ apiV1DealsGet(id?: string, name?: string, marketingType?: MarketingType, countryId?: string, hospitalId?: string, hospitalName?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, serviceId?: string, serviceName?: string, exceptHospitalId?: string, exceptDealId?: string, ids?: Array<string>, serviceDuration?: number, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealsModel>>;
18571
+ /**
18572
+ *
18573
+ * @summary Create a deal.
18574
+ * @param {CreateDealCommand} [createDealCommand]
18575
+ * @param {*} [options] Override http request option.
18576
+ * @throws {RequiredError}
18577
+ * @memberof DealsApi
18578
+ */
18579
+ apiV1DealsPost(createDealCommand?: CreateDealCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealModel>>;
18580
+ /**
18581
+ *
18582
+ * @summary Get all deals.
18583
+ * @param {string} [id]
18584
+ * @param {string} [name]
18585
+ * @param {MarketingType} [marketingType]
18586
+ * @param {string} [countryId]
18587
+ * @param {string} [hospitalId]
18588
+ * @param {string} [hospitalName]
18589
+ * @param {string} [specialtyId]
18590
+ * @param {string} [specialtyName]
18591
+ * @param {string} [specialtyTypeId]
18592
+ * @param {string} [specialtyTypeName]
18593
+ * @param {string} [serviceId]
18594
+ * @param {string} [serviceName]
18595
+ * @param {string} [exceptHospitalId]
18596
+ * @param {string} [exceptDealId]
18597
+ * @param {Array<string>} [ids]
18598
+ * @param {number} [serviceDuration]
18599
+ * @param {string} [languageCode]
18600
+ * @param {boolean} [showHidden]
18601
+ * @param {boolean} [returnDefaultValue]
18602
+ * @param {number} [page]
18603
+ * @param {number} [limit]
18604
+ * @param {Date} [lastRetrieved]
18605
+ * @param {*} [options] Override http request option.
18606
+ * @throws {RequiredError}
18607
+ * @memberof DealsApi
18608
+ */
18609
+ apiV1DealsSimpleGet(id?: string, name?: string, marketingType?: MarketingType, countryId?: string, hospitalId?: string, hospitalName?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, serviceId?: string, serviceName?: string, exceptHospitalId?: string, exceptDealId?: string, ids?: Array<string>, serviceDuration?: number, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealsSimpleModel>>;
18610
+ /**
18611
+ *
18612
+ * @summary Get deal by slug.
18613
+ * @param {string} slug
18614
+ * @param {string} [languageCode]
18615
+ * @param {boolean} [returnDefaultValue]
18616
+ * @param {*} [options] Override http request option.
18617
+ * @throws {RequiredError}
18618
+ * @memberof DealsApi
18619
+ */
18620
+ apiV1DealsSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealModel>>;
18621
+ }
18622
+ /**
18623
+ * DoctorAffiliationsApi - axios parameter creator
18624
+ * @export
18625
+ */
18626
+ export declare const DoctorAffiliationsApiAxiosParamCreator: (configuration?: Configuration | undefined) => {
18627
+ /**
18628
+ *
18629
+ * @summary Get all doctor affiliations.
18630
+ * @param {string} [hospitalId]
18631
+ * @param {string} [hospitalName]
18632
+ * @param {string} [doctorId]
18633
+ * @param {string} [name]
18634
+ * @param {string} [slug]
18635
+ * @param {string} [languageCode]
18636
+ * @param {boolean} [showHidden]
18637
+ * @param {number} [page]
18638
+ * @param {number} [limit]
18639
+ * @param {Date} [lastRetrieved]
18640
+ * @param {*} [options] Override http request option.
18641
+ * @throws {RequiredError}
18642
+ */
18643
+ apiV1DoctoraffiliationsGet: (hospitalId?: string | undefined, hospitalName?: string | undefined, doctorId?: string | undefined, name?: string | undefined, slug?: string | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
18644
+ /**
18645
+ *
18646
+ * @summary Delete doctor affiliation.
18647
+ * @param {string} id
18648
+ * @param {*} [options] Override http request option.
18649
+ * @throws {RequiredError}
18650
+ */
18651
+ apiV1DoctoraffiliationsIdDelete: (id: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
18652
+ /**
18653
+ *
18654
+ * @summary Get doctor affiliation.
18655
+ * @param {string} id
18656
+ * @param {*} [options] Override http request option.
18657
+ * @throws {RequiredError}
18658
+ */
18659
+ apiV1DoctoraffiliationsIdGet: (id: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
18660
+ /**
18661
+ *
18662
+ * @summary Update Hospital.
18663
+ * @param {string} id
18664
+ * @param {UpdateDoctorAffiliationCommand} [updateDoctorAffiliationCommand]
18665
+ * @param {*} [options] Override http request option.
18666
+ * @throws {RequiredError}
18667
+ */
18668
+ apiV1DoctoraffiliationsIdPut: (id: string, updateDoctorAffiliationCommand?: UpdateDoctorAffiliationCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
18669
+ /**
18670
+ *
18671
+ * @param {CreateDoctorAffiliationCommand} [createDoctorAffiliationCommand]
18672
+ * @param {*} [options] Override http request option.
18673
+ * @throws {RequiredError}
18674
+ */
18675
+ apiV1DoctoraffiliationsPost: (createDoctorAffiliationCommand?: CreateDoctorAffiliationCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
18676
+ };
18677
+ /**
18678
+ * DoctorAffiliationsApi - functional programming interface
18679
+ * @export
18680
+ */
18681
+ export declare const DoctorAffiliationsApiFp: (configuration?: Configuration | undefined) => {
18710
18682
  /**
18711
18683
  *
18712
- * @summary Get all DealService.
18713
- * @param {string} dealId
18684
+ * @summary Get all doctor affiliations.
18685
+ * @param {string} [hospitalId]
18686
+ * @param {string} [hospitalName]
18687
+ * @param {string} [doctorId]
18688
+ * @param {string} [name]
18689
+ * @param {string} [slug]
18690
+ * @param {string} [languageCode]
18691
+ * @param {boolean} [showHidden]
18714
18692
  * @param {number} [page]
18715
18693
  * @param {number} [limit]
18716
18694
  * @param {Date} [lastRetrieved]
18717
18695
  * @param {*} [options] Override http request option.
18718
18696
  * @throws {RequiredError}
18719
- * @memberof DealsApi
18720
18697
  */
18721
- apiV1DealsDealIdServicesGet(dealId: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealServicesModel>>;
18698
+ apiV1DoctoraffiliationsGet(hospitalId?: string | undefined, hospitalName?: string | undefined, doctorId?: string | undefined, name?: string | undefined, slug?: string | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorAffiliationsModel>>;
18722
18699
  /**
18723
18700
  *
18724
- * @summary Create DealService.
18725
- * @param {string} dealId
18726
- * @param {CreateDealServiceCommand} [createDealServiceCommand]
18701
+ * @summary Delete doctor affiliation.
18702
+ * @param {string} id
18727
18703
  * @param {*} [options] Override http request option.
18728
18704
  * @throws {RequiredError}
18729
- * @memberof DealsApi
18730
18705
  */
18731
- apiV1DealsDealIdServicesPost(dealId: string, createDealServiceCommand?: CreateDealServiceCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealServiceModel>>;
18706
+ apiV1DoctoraffiliationsIdDelete(id: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
18732
18707
  /**
18733
18708
  *
18734
- * @summary Delete DealService.
18735
- * @param {string} dealId
18736
- * @param {string} serviceId
18709
+ * @summary Get doctor affiliation.
18710
+ * @param {string} id
18737
18711
  * @param {*} [options] Override http request option.
18738
18712
  * @throws {RequiredError}
18739
- * @memberof DealsApi
18740
18713
  */
18741
- apiV1DealsDealIdServicesServiceIdDelete(dealId: string, serviceId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
18714
+ apiV1DoctoraffiliationsIdGet(id: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorAffiliationModel>>;
18742
18715
  /**
18743
18716
  *
18744
- * @summary Get DealService.
18745
- * @param {string} dealId
18746
- * @param {string} serviceId
18717
+ * @summary Update Hospital.
18718
+ * @param {string} id
18719
+ * @param {UpdateDoctorAffiliationCommand} [updateDoctorAffiliationCommand]
18747
18720
  * @param {*} [options] Override http request option.
18748
18721
  * @throws {RequiredError}
18749
- * @memberof DealsApi
18750
18722
  */
18751
- apiV1DealsDealIdServicesServiceIdGet(dealId: string, serviceId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealServiceModel>>;
18723
+ apiV1DoctoraffiliationsIdPut(id: string, updateDoctorAffiliationCommand?: UpdateDoctorAffiliationCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorAffiliationModel>>;
18752
18724
  /**
18753
18725
  *
18754
- * @summary Update DealService.
18755
- * @param {string} dealId
18756
- * @param {string} serviceId
18757
- * @param {UpdateDealServiceCommand} [updateDealServiceCommand]
18726
+ * @param {CreateDoctorAffiliationCommand} [createDoctorAffiliationCommand]
18758
18727
  * @param {*} [options] Override http request option.
18759
18728
  * @throws {RequiredError}
18760
- * @memberof DealsApi
18761
18729
  */
18762
- apiV1DealsDealIdServicesServiceIdPut(dealId: string, serviceId: string, updateDealServiceCommand?: UpdateDealServiceCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealServiceModel>>;
18730
+ apiV1DoctoraffiliationsPost(createDoctorAffiliationCommand?: CreateDoctorAffiliationCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorAffiliationModel>>;
18731
+ };
18732
+ /**
18733
+ * DoctorAffiliationsApi - factory interface
18734
+ * @export
18735
+ */
18736
+ export declare const DoctorAffiliationsApiFactory: (configuration?: Configuration | undefined, basePath?: string | undefined, axios?: AxiosInstance | undefined) => {
18763
18737
  /**
18764
18738
  *
18765
- * @summary Get all deals.
18766
- * @param {string} [id]
18767
- * @param {string} [name]
18768
- * @param {MarketingType} [marketingType]
18769
- * @param {string} [countryId]
18739
+ * @summary Get all doctor affiliations.
18770
18740
  * @param {string} [hospitalId]
18771
18741
  * @param {string} [hospitalName]
18772
- * @param {string} [specialtyId]
18773
- * @param {string} [specialtyName]
18774
- * @param {string} [specialtyTypeId]
18775
- * @param {string} [specialtyTypeName]
18776
- * @param {string} [serviceId]
18777
- * @param {string} [serviceName]
18778
- * @param {string} [exceptHospitalId]
18779
- * @param {string} [exceptDealId]
18780
- * @param {Array<string>} [ids]
18781
- * @param {number} [serviceDuration]
18742
+ * @param {string} [doctorId]
18743
+ * @param {string} [name]
18744
+ * @param {string} [slug]
18782
18745
  * @param {string} [languageCode]
18783
18746
  * @param {boolean} [showHidden]
18784
- * @param {boolean} [returnDefaultValue]
18785
18747
  * @param {number} [page]
18786
18748
  * @param {number} [limit]
18787
18749
  * @param {Date} [lastRetrieved]
18788
18750
  * @param {*} [options] Override http request option.
18789
18751
  * @throws {RequiredError}
18790
- * @memberof DealsApi
18791
18752
  */
18792
- apiV1DealsGet(id?: string, name?: string, marketingType?: MarketingType, countryId?: string, hospitalId?: string, hospitalName?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, serviceId?: string, serviceName?: string, exceptHospitalId?: string, exceptDealId?: string, ids?: Array<string>, serviceDuration?: number, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealsModel>>;
18753
+ apiV1DoctoraffiliationsGet(hospitalId?: string | undefined, hospitalName?: string | undefined, doctorId?: string | undefined, name?: string | undefined, slug?: string | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DoctorAffiliationsModel>;
18793
18754
  /**
18794
18755
  *
18795
- * @summary Create a deal.
18796
- * @param {CreateDealCommand} [createDealCommand]
18756
+ * @summary Delete doctor affiliation.
18757
+ * @param {string} id
18797
18758
  * @param {*} [options] Override http request option.
18798
18759
  * @throws {RequiredError}
18799
- * @memberof DealsApi
18800
18760
  */
18801
- apiV1DealsPost(createDealCommand?: CreateDealCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealModel>>;
18761
+ apiV1DoctoraffiliationsIdDelete(id: string, options?: any): AxiosPromise<boolean>;
18802
18762
  /**
18803
18763
  *
18804
- * @summary Get all deals.
18805
- * @param {string} [id]
18806
- * @param {string} [name]
18807
- * @param {MarketingType} [marketingType]
18808
- * @param {string} [countryId]
18809
- * @param {string} [hospitalId]
18810
- * @param {string} [hospitalName]
18811
- * @param {string} [specialtyId]
18812
- * @param {string} [specialtyName]
18813
- * @param {string} [specialtyTypeId]
18814
- * @param {string} [specialtyTypeName]
18815
- * @param {string} [serviceId]
18816
- * @param {string} [serviceName]
18817
- * @param {string} [exceptHospitalId]
18818
- * @param {string} [exceptDealId]
18819
- * @param {Array<string>} [ids]
18820
- * @param {number} [serviceDuration]
18821
- * @param {string} [languageCode]
18822
- * @param {boolean} [showHidden]
18823
- * @param {boolean} [returnDefaultValue]
18824
- * @param {number} [page]
18825
- * @param {number} [limit]
18826
- * @param {Date} [lastRetrieved]
18764
+ * @summary Get doctor affiliation.
18765
+ * @param {string} id
18827
18766
  * @param {*} [options] Override http request option.
18828
18767
  * @throws {RequiredError}
18829
- * @memberof DealsApi
18830
18768
  */
18831
- apiV1DealsSimpleGet(id?: string, name?: string, marketingType?: MarketingType, countryId?: string, hospitalId?: string, hospitalName?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, serviceId?: string, serviceName?: string, exceptHospitalId?: string, exceptDealId?: string, ids?: Array<string>, serviceDuration?: number, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealsSimpleModel>>;
18769
+ apiV1DoctoraffiliationsIdGet(id: string, options?: any): AxiosPromise<DoctorAffiliationModel>;
18832
18770
  /**
18833
18771
  *
18834
- * @summary Get deal by slug.
18835
- * @param {string} slug
18836
- * @param {string} [languageCode]
18837
- * @param {boolean} [returnDefaultValue]
18772
+ * @summary Update Hospital.
18773
+ * @param {string} id
18774
+ * @param {UpdateDoctorAffiliationCommand} [updateDoctorAffiliationCommand]
18838
18775
  * @param {*} [options] Override http request option.
18839
18776
  * @throws {RequiredError}
18840
- * @memberof DealsApi
18841
18777
  */
18842
- apiV1DealsSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealModel>>;
18843
- }
18778
+ apiV1DoctoraffiliationsIdPut(id: string, updateDoctorAffiliationCommand?: UpdateDoctorAffiliationCommand | undefined, options?: any): AxiosPromise<DoctorAffiliationModel>;
18779
+ /**
18780
+ *
18781
+ * @param {CreateDoctorAffiliationCommand} [createDoctorAffiliationCommand]
18782
+ * @param {*} [options] Override http request option.
18783
+ * @throws {RequiredError}
18784
+ */
18785
+ apiV1DoctoraffiliationsPost(createDoctorAffiliationCommand?: CreateDoctorAffiliationCommand | undefined, options?: any): AxiosPromise<DoctorAffiliationModel>;
18786
+ };
18844
18787
  /**
18845
- * DoctorsApi - axios parameter creator
18788
+ * DoctorAffiliationsApi - object-oriented interface
18846
18789
  * @export
18790
+ * @class DoctorAffiliationsApi
18791
+ * @extends {BaseAPI}
18847
18792
  */
18848
- export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration | undefined) => {
18793
+ export declare class DoctorAffiliationsApi extends BaseAPI {
18849
18794
  /**
18850
18795
  *
18851
18796
  * @summary Get all doctor affiliations.
18852
- * @param {string} doctorId
18797
+ * @param {string} [hospitalId]
18853
18798
  * @param {string} [hospitalName]
18799
+ * @param {string} [doctorId]
18800
+ * @param {string} [name]
18801
+ * @param {string} [slug]
18802
+ * @param {string} [languageCode]
18803
+ * @param {boolean} [showHidden]
18854
18804
  * @param {number} [page]
18855
18805
  * @param {number} [limit]
18856
18806
  * @param {Date} [lastRetrieved]
18857
18807
  * @param {*} [options] Override http request option.
18858
18808
  * @throws {RequiredError}
18809
+ * @memberof DoctorAffiliationsApi
18859
18810
  */
18860
- apiV1DoctorsDoctorIdAffiliationsGet: (doctorId: string, hospitalName?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
18811
+ apiV1DoctoraffiliationsGet(hospitalId?: string, hospitalName?: string, doctorId?: string, name?: string, slug?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorAffiliationsModel>>;
18861
18812
  /**
18862
18813
  *
18863
18814
  * @summary Delete doctor affiliation.
18864
- * @param {string} doctorId
18865
- * @param {string} hospitalId
18815
+ * @param {string} id
18866
18816
  * @param {*} [options] Override http request option.
18867
18817
  * @throws {RequiredError}
18818
+ * @memberof DoctorAffiliationsApi
18868
18819
  */
18869
- apiV1DoctorsDoctorIdAffiliationsHospitalIdDelete: (doctorId: string, hospitalId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
18820
+ apiV1DoctoraffiliationsIdDelete(id: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
18870
18821
  /**
18871
18822
  *
18872
18823
  * @summary Get doctor affiliation.
18873
- * @param {string} doctorId
18874
- * @param {string} hospitalId
18824
+ * @param {string} id
18875
18825
  * @param {*} [options] Override http request option.
18876
18826
  * @throws {RequiredError}
18827
+ * @memberof DoctorAffiliationsApi
18877
18828
  */
18878
- apiV1DoctorsDoctorIdAffiliationsHospitalIdGet: (doctorId: string, hospitalId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
18829
+ apiV1DoctoraffiliationsIdGet(id: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorAffiliationModel>>;
18830
+ /**
18831
+ *
18832
+ * @summary Update Hospital.
18833
+ * @param {string} id
18834
+ * @param {UpdateDoctorAffiliationCommand} [updateDoctorAffiliationCommand]
18835
+ * @param {*} [options] Override http request option.
18836
+ * @throws {RequiredError}
18837
+ * @memberof DoctorAffiliationsApi
18838
+ */
18839
+ apiV1DoctoraffiliationsIdPut(id: string, updateDoctorAffiliationCommand?: UpdateDoctorAffiliationCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorAffiliationModel>>;
18879
18840
  /**
18880
18841
  *
18881
- * @param {string} doctorId
18882
18842
  * @param {CreateDoctorAffiliationCommand} [createDoctorAffiliationCommand]
18883
18843
  * @param {*} [options] Override http request option.
18884
18844
  * @throws {RequiredError}
18845
+ * @memberof DoctorAffiliationsApi
18885
18846
  */
18886
- apiV1DoctorsDoctorIdAffiliationsPost: (doctorId: string, createDoctorAffiliationCommand?: CreateDoctorAffiliationCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
18847
+ apiV1DoctoraffiliationsPost(createDoctorAffiliationCommand?: CreateDoctorAffiliationCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorAffiliationModel>>;
18848
+ }
18849
+ /**
18850
+ * DoctorsApi - axios parameter creator
18851
+ * @export
18852
+ */
18853
+ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration | undefined) => {
18887
18854
  /**
18888
18855
  *
18889
18856
  * @summary Delete DoctorCertificate.
@@ -19221,7 +19188,6 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
19221
19188
  *
19222
19189
  * @summary Get all Doctors.
19223
19190
  * @param {string} [hospitalId]
19224
- * @param {string} [hospitalName]
19225
19191
  * @param {string} [languageCode]
19226
19192
  * @param {boolean} [returnDefaultValue]
19227
19193
  * @param {Array<string>} [ids]
@@ -19240,7 +19206,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
19240
19206
  * @param {*} [options] Override http request option.
19241
19207
  * @throws {RequiredError}
19242
19208
  */
19243
- apiV1DoctorsGet: (hospitalId?: string | undefined, hospitalName?: string | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, ids?: string[] | undefined, specialtyId?: string | undefined, consultationEnabled?: boolean | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
19209
+ apiV1DoctorsGet: (hospitalId?: string | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, ids?: string[] | undefined, specialtyId?: string | undefined, consultationEnabled?: boolean | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
19244
19210
  /**
19245
19211
  *
19246
19212
  * @summary Create a Doctor.
@@ -19253,7 +19219,6 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
19253
19219
  *
19254
19220
  * @summary Get all Doctors.
19255
19221
  * @param {string} [hospitalId]
19256
- * @param {string} [hospitalName]
19257
19222
  * @param {string} [languageCode]
19258
19223
  * @param {boolean} [returnDefaultValue]
19259
19224
  * @param {Array<string>} [ids]
@@ -19272,7 +19237,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
19272
19237
  * @param {*} [options] Override http request option.
19273
19238
  * @throws {RequiredError}
19274
19239
  */
19275
- apiV1DoctorsSimpleGet: (hospitalId?: string | undefined, hospitalName?: string | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, ids?: string[] | undefined, specialtyId?: string | undefined, consultationEnabled?: boolean | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
19240
+ apiV1DoctorsSimpleGet: (hospitalId?: string | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, ids?: string[] | undefined, specialtyId?: string | undefined, consultationEnabled?: boolean | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
19276
19241
  /**
19277
19242
  *
19278
19243
  * @param {string} slug
@@ -19288,44 +19253,6 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
19288
19253
  * @export
19289
19254
  */
19290
19255
  export declare const DoctorsApiFp: (configuration?: Configuration | undefined) => {
19291
- /**
19292
- *
19293
- * @summary Get all doctor affiliations.
19294
- * @param {string} doctorId
19295
- * @param {string} [hospitalName]
19296
- * @param {number} [page]
19297
- * @param {number} [limit]
19298
- * @param {Date} [lastRetrieved]
19299
- * @param {*} [options] Override http request option.
19300
- * @throws {RequiredError}
19301
- */
19302
- apiV1DoctorsDoctorIdAffiliationsGet(doctorId: string, hospitalName?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorAffiliationsModel>>;
19303
- /**
19304
- *
19305
- * @summary Delete doctor affiliation.
19306
- * @param {string} doctorId
19307
- * @param {string} hospitalId
19308
- * @param {*} [options] Override http request option.
19309
- * @throws {RequiredError}
19310
- */
19311
- apiV1DoctorsDoctorIdAffiliationsHospitalIdDelete(doctorId: string, hospitalId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
19312
- /**
19313
- *
19314
- * @summary Get doctor affiliation.
19315
- * @param {string} doctorId
19316
- * @param {string} hospitalId
19317
- * @param {*} [options] Override http request option.
19318
- * @throws {RequiredError}
19319
- */
19320
- apiV1DoctorsDoctorIdAffiliationsHospitalIdGet(doctorId: string, hospitalId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorAffiliationModel>>;
19321
- /**
19322
- *
19323
- * @param {string} doctorId
19324
- * @param {CreateDoctorAffiliationCommand} [createDoctorAffiliationCommand]
19325
- * @param {*} [options] Override http request option.
19326
- * @throws {RequiredError}
19327
- */
19328
- apiV1DoctorsDoctorIdAffiliationsPost(doctorId: string, createDoctorAffiliationCommand?: CreateDoctorAffiliationCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorAffiliationModel>>;
19329
19256
  /**
19330
19257
  *
19331
19258
  * @summary Delete DoctorCertificate.
@@ -19663,7 +19590,6 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
19663
19590
  *
19664
19591
  * @summary Get all Doctors.
19665
19592
  * @param {string} [hospitalId]
19666
- * @param {string} [hospitalName]
19667
19593
  * @param {string} [languageCode]
19668
19594
  * @param {boolean} [returnDefaultValue]
19669
19595
  * @param {Array<string>} [ids]
@@ -19682,7 +19608,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
19682
19608
  * @param {*} [options] Override http request option.
19683
19609
  * @throws {RequiredError}
19684
19610
  */
19685
- apiV1DoctorsGet(hospitalId?: string | undefined, hospitalName?: string | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, ids?: string[] | undefined, specialtyId?: string | undefined, consultationEnabled?: boolean | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorsModel>>;
19611
+ apiV1DoctorsGet(hospitalId?: string | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, ids?: string[] | undefined, specialtyId?: string | undefined, consultationEnabled?: boolean | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorsModel>>;
19686
19612
  /**
19687
19613
  *
19688
19614
  * @summary Create a Doctor.
@@ -19695,7 +19621,6 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
19695
19621
  *
19696
19622
  * @summary Get all Doctors.
19697
19623
  * @param {string} [hospitalId]
19698
- * @param {string} [hospitalName]
19699
19624
  * @param {string} [languageCode]
19700
19625
  * @param {boolean} [returnDefaultValue]
19701
19626
  * @param {Array<string>} [ids]
@@ -19714,7 +19639,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
19714
19639
  * @param {*} [options] Override http request option.
19715
19640
  * @throws {RequiredError}
19716
19641
  */
19717
- apiV1DoctorsSimpleGet(hospitalId?: string | undefined, hospitalName?: string | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, ids?: string[] | undefined, specialtyId?: string | undefined, consultationEnabled?: boolean | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorsSimpleModel>>;
19642
+ apiV1DoctorsSimpleGet(hospitalId?: string | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, ids?: string[] | undefined, specialtyId?: string | undefined, consultationEnabled?: boolean | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorsSimpleModel>>;
19718
19643
  /**
19719
19644
  *
19720
19645
  * @param {string} slug
@@ -19730,44 +19655,6 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
19730
19655
  * @export
19731
19656
  */
19732
19657
  export declare const DoctorsApiFactory: (configuration?: Configuration | undefined, basePath?: string | undefined, axios?: AxiosInstance | undefined) => {
19733
- /**
19734
- *
19735
- * @summary Get all doctor affiliations.
19736
- * @param {string} doctorId
19737
- * @param {string} [hospitalName]
19738
- * @param {number} [page]
19739
- * @param {number} [limit]
19740
- * @param {Date} [lastRetrieved]
19741
- * @param {*} [options] Override http request option.
19742
- * @throws {RequiredError}
19743
- */
19744
- apiV1DoctorsDoctorIdAffiliationsGet(doctorId: string, hospitalName?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DoctorAffiliationsModel>;
19745
- /**
19746
- *
19747
- * @summary Delete doctor affiliation.
19748
- * @param {string} doctorId
19749
- * @param {string} hospitalId
19750
- * @param {*} [options] Override http request option.
19751
- * @throws {RequiredError}
19752
- */
19753
- apiV1DoctorsDoctorIdAffiliationsHospitalIdDelete(doctorId: string, hospitalId: string, options?: any): AxiosPromise<boolean>;
19754
- /**
19755
- *
19756
- * @summary Get doctor affiliation.
19757
- * @param {string} doctorId
19758
- * @param {string} hospitalId
19759
- * @param {*} [options] Override http request option.
19760
- * @throws {RequiredError}
19761
- */
19762
- apiV1DoctorsDoctorIdAffiliationsHospitalIdGet(doctorId: string, hospitalId: string, options?: any): AxiosPromise<DoctorAffiliationModel>;
19763
- /**
19764
- *
19765
- * @param {string} doctorId
19766
- * @param {CreateDoctorAffiliationCommand} [createDoctorAffiliationCommand]
19767
- * @param {*} [options] Override http request option.
19768
- * @throws {RequiredError}
19769
- */
19770
- apiV1DoctorsDoctorIdAffiliationsPost(doctorId: string, createDoctorAffiliationCommand?: CreateDoctorAffiliationCommand | undefined, options?: any): AxiosPromise<DoctorAffiliationModel>;
19771
19658
  /**
19772
19659
  *
19773
19660
  * @summary Delete DoctorCertificate.
@@ -20105,7 +19992,6 @@ export declare const DoctorsApiFactory: (configuration?: Configuration | undefin
20105
19992
  *
20106
19993
  * @summary Get all Doctors.
20107
19994
  * @param {string} [hospitalId]
20108
- * @param {string} [hospitalName]
20109
19995
  * @param {string} [languageCode]
20110
19996
  * @param {boolean} [returnDefaultValue]
20111
19997
  * @param {Array<string>} [ids]
@@ -20124,7 +20010,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration | undefin
20124
20010
  * @param {*} [options] Override http request option.
20125
20011
  * @throws {RequiredError}
20126
20012
  */
20127
- apiV1DoctorsGet(hospitalId?: string | undefined, hospitalName?: string | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, ids?: string[] | undefined, specialtyId?: string | undefined, consultationEnabled?: boolean | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DoctorsModel>;
20013
+ apiV1DoctorsGet(hospitalId?: string | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, ids?: string[] | undefined, specialtyId?: string | undefined, consultationEnabled?: boolean | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DoctorsModel>;
20128
20014
  /**
20129
20015
  *
20130
20016
  * @summary Create a Doctor.
@@ -20137,7 +20023,6 @@ export declare const DoctorsApiFactory: (configuration?: Configuration | undefin
20137
20023
  *
20138
20024
  * @summary Get all Doctors.
20139
20025
  * @param {string} [hospitalId]
20140
- * @param {string} [hospitalName]
20141
20026
  * @param {string} [languageCode]
20142
20027
  * @param {boolean} [returnDefaultValue]
20143
20028
  * @param {Array<string>} [ids]
@@ -20156,7 +20041,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration | undefin
20156
20041
  * @param {*} [options] Override http request option.
20157
20042
  * @throws {RequiredError}
20158
20043
  */
20159
- apiV1DoctorsSimpleGet(hospitalId?: string | undefined, hospitalName?: string | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, ids?: string[] | undefined, specialtyId?: string | undefined, consultationEnabled?: boolean | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DoctorsSimpleModel>;
20044
+ apiV1DoctorsSimpleGet(hospitalId?: string | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, ids?: string[] | undefined, specialtyId?: string | undefined, consultationEnabled?: boolean | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DoctorsSimpleModel>;
20160
20045
  /**
20161
20046
  *
20162
20047
  * @param {string} slug
@@ -20174,48 +20059,6 @@ export declare const DoctorsApiFactory: (configuration?: Configuration | undefin
20174
20059
  * @extends {BaseAPI}
20175
20060
  */
20176
20061
  export declare class DoctorsApi extends BaseAPI {
20177
- /**
20178
- *
20179
- * @summary Get all doctor affiliations.
20180
- * @param {string} doctorId
20181
- * @param {string} [hospitalName]
20182
- * @param {number} [page]
20183
- * @param {number} [limit]
20184
- * @param {Date} [lastRetrieved]
20185
- * @param {*} [options] Override http request option.
20186
- * @throws {RequiredError}
20187
- * @memberof DoctorsApi
20188
- */
20189
- apiV1DoctorsDoctorIdAffiliationsGet(doctorId: string, hospitalName?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorAffiliationsModel>>;
20190
- /**
20191
- *
20192
- * @summary Delete doctor affiliation.
20193
- * @param {string} doctorId
20194
- * @param {string} hospitalId
20195
- * @param {*} [options] Override http request option.
20196
- * @throws {RequiredError}
20197
- * @memberof DoctorsApi
20198
- */
20199
- apiV1DoctorsDoctorIdAffiliationsHospitalIdDelete(doctorId: string, hospitalId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
20200
- /**
20201
- *
20202
- * @summary Get doctor affiliation.
20203
- * @param {string} doctorId
20204
- * @param {string} hospitalId
20205
- * @param {*} [options] Override http request option.
20206
- * @throws {RequiredError}
20207
- * @memberof DoctorsApi
20208
- */
20209
- apiV1DoctorsDoctorIdAffiliationsHospitalIdGet(doctorId: string, hospitalId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorAffiliationModel>>;
20210
- /**
20211
- *
20212
- * @param {string} doctorId
20213
- * @param {CreateDoctorAffiliationCommand} [createDoctorAffiliationCommand]
20214
- * @param {*} [options] Override http request option.
20215
- * @throws {RequiredError}
20216
- * @memberof DoctorsApi
20217
- */
20218
- apiV1DoctorsDoctorIdAffiliationsPost(doctorId: string, createDoctorAffiliationCommand?: CreateDoctorAffiliationCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorAffiliationModel>>;
20219
20062
  /**
20220
20063
  *
20221
20064
  * @summary Delete DoctorCertificate.
@@ -20586,7 +20429,6 @@ export declare class DoctorsApi extends BaseAPI {
20586
20429
  *
20587
20430
  * @summary Get all Doctors.
20588
20431
  * @param {string} [hospitalId]
20589
- * @param {string} [hospitalName]
20590
20432
  * @param {string} [languageCode]
20591
20433
  * @param {boolean} [returnDefaultValue]
20592
20434
  * @param {Array<string>} [ids]
@@ -20606,7 +20448,7 @@ export declare class DoctorsApi extends BaseAPI {
20606
20448
  * @throws {RequiredError}
20607
20449
  * @memberof DoctorsApi
20608
20450
  */
20609
- apiV1DoctorsGet(hospitalId?: string, hospitalName?: string, languageCode?: string, returnDefaultValue?: boolean, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorsModel>>;
20451
+ apiV1DoctorsGet(hospitalId?: string, languageCode?: string, returnDefaultValue?: boolean, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorsModel>>;
20610
20452
  /**
20611
20453
  *
20612
20454
  * @summary Create a Doctor.
@@ -20620,7 +20462,6 @@ export declare class DoctorsApi extends BaseAPI {
20620
20462
  *
20621
20463
  * @summary Get all Doctors.
20622
20464
  * @param {string} [hospitalId]
20623
- * @param {string} [hospitalName]
20624
20465
  * @param {string} [languageCode]
20625
20466
  * @param {boolean} [returnDefaultValue]
20626
20467
  * @param {Array<string>} [ids]
@@ -20640,7 +20481,7 @@ export declare class DoctorsApi extends BaseAPI {
20640
20481
  * @throws {RequiredError}
20641
20482
  * @memberof DoctorsApi
20642
20483
  */
20643
- apiV1DoctorsSimpleGet(hospitalId?: string, hospitalName?: string, languageCode?: string, returnDefaultValue?: boolean, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorsSimpleModel>>;
20484
+ apiV1DoctorsSimpleGet(hospitalId?: string, languageCode?: string, returnDefaultValue?: boolean, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorsSimpleModel>>;
20644
20485
  /**
20645
20486
  *
20646
20487
  * @param {string} slug
@@ -26919,13 +26760,14 @@ export declare const ServiceReviewsApiAxiosParamCreator: (configuration?: Config
26919
26760
  * @param {boolean} [recommended]
26920
26761
  * @param {number} [rate]
26921
26762
  * @param {ReviewType} [reviewType]
26763
+ * @param {string} [languageCode]
26922
26764
  * @param {number} [page]
26923
26765
  * @param {number} [limit]
26924
26766
  * @param {Date} [lastRetrieved]
26925
26767
  * @param {*} [options] Override http request option.
26926
26768
  * @throws {RequiredError}
26927
26769
  */
26928
- apiV1ServicereviewsGet: (serviceId?: string | undefined, serviceName?: string | undefined, patientId?: string | undefined, patientName?: string | undefined, gender?: Gender | undefined, recommended?: boolean | undefined, rate?: number | undefined, reviewType?: ReviewType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
26770
+ apiV1ServicereviewsGet: (serviceId?: string | undefined, serviceName?: string | undefined, patientId?: string | undefined, patientName?: string | undefined, gender?: Gender | undefined, recommended?: boolean | undefined, rate?: number | undefined, reviewType?: ReviewType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
26929
26771
  /**
26930
26772
  *
26931
26773
  * @summary Create a ServiceReview.
@@ -27025,13 +26867,14 @@ export declare const ServiceReviewsApiFp: (configuration?: Configuration | undef
27025
26867
  * @param {boolean} [recommended]
27026
26868
  * @param {number} [rate]
27027
26869
  * @param {ReviewType} [reviewType]
26870
+ * @param {string} [languageCode]
27028
26871
  * @param {number} [page]
27029
26872
  * @param {number} [limit]
27030
26873
  * @param {Date} [lastRetrieved]
27031
26874
  * @param {*} [options] Override http request option.
27032
26875
  * @throws {RequiredError}
27033
26876
  */
27034
- apiV1ServicereviewsGet(serviceId?: string | undefined, serviceName?: string | undefined, patientId?: string | undefined, patientName?: string | undefined, gender?: Gender | undefined, recommended?: boolean | undefined, rate?: number | undefined, reviewType?: ReviewType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ServiceReviewsModel>>;
26877
+ apiV1ServicereviewsGet(serviceId?: string | undefined, serviceName?: string | undefined, patientId?: string | undefined, patientName?: string | undefined, gender?: Gender | undefined, recommended?: boolean | undefined, rate?: number | undefined, reviewType?: ReviewType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ServiceReviewsModel>>;
27035
26878
  /**
27036
26879
  *
27037
26880
  * @summary Create a ServiceReview.
@@ -27131,13 +26974,14 @@ export declare const ServiceReviewsApiFactory: (configuration?: Configuration |
27131
26974
  * @param {boolean} [recommended]
27132
26975
  * @param {number} [rate]
27133
26976
  * @param {ReviewType} [reviewType]
26977
+ * @param {string} [languageCode]
27134
26978
  * @param {number} [page]
27135
26979
  * @param {number} [limit]
27136
26980
  * @param {Date} [lastRetrieved]
27137
26981
  * @param {*} [options] Override http request option.
27138
26982
  * @throws {RequiredError}
27139
26983
  */
27140
- apiV1ServicereviewsGet(serviceId?: string | undefined, serviceName?: string | undefined, patientId?: string | undefined, patientName?: string | undefined, gender?: Gender | undefined, recommended?: boolean | undefined, rate?: number | undefined, reviewType?: ReviewType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<ServiceReviewsModel>;
26984
+ apiV1ServicereviewsGet(serviceId?: string | undefined, serviceName?: string | undefined, patientId?: string | undefined, patientName?: string | undefined, gender?: Gender | undefined, recommended?: boolean | undefined, rate?: number | undefined, reviewType?: ReviewType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<ServiceReviewsModel>;
27141
26985
  /**
27142
26986
  *
27143
26987
  * @summary Create a ServiceReview.
@@ -27239,6 +27083,7 @@ export declare class ServiceReviewsApi extends BaseAPI {
27239
27083
  * @param {boolean} [recommended]
27240
27084
  * @param {number} [rate]
27241
27085
  * @param {ReviewType} [reviewType]
27086
+ * @param {string} [languageCode]
27242
27087
  * @param {number} [page]
27243
27088
  * @param {number} [limit]
27244
27089
  * @param {Date} [lastRetrieved]
@@ -27246,7 +27091,7 @@ export declare class ServiceReviewsApi extends BaseAPI {
27246
27091
  * @throws {RequiredError}
27247
27092
  * @memberof ServiceReviewsApi
27248
27093
  */
27249
- apiV1ServicereviewsGet(serviceId?: string, serviceName?: string, patientId?: string, patientName?: string, gender?: Gender, recommended?: boolean, rate?: number, reviewType?: ReviewType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceReviewsModel>>;
27094
+ apiV1ServicereviewsGet(serviceId?: string, serviceName?: string, patientId?: string, patientName?: string, gender?: Gender, recommended?: boolean, rate?: number, reviewType?: ReviewType, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceReviewsModel>>;
27250
27095
  /**
27251
27096
  *
27252
27097
  * @summary Create a ServiceReview.