ch-admin-api-client-typescript 3.3.6 → 3.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/api.ts CHANGED
@@ -38,19 +38,7 @@ export interface AboutUsPageItemModel {
38
38
  * @type {string}
39
39
  * @memberof AboutUsPageItemModel
40
40
  */
41
- 'hospitalId'?: string;
42
- /**
43
- *
44
- * @type {string}
45
- * @memberof AboutUsPageItemModel
46
- */
47
- 'hospitalName'?: string | null;
48
- /**
49
- *
50
- * @type {string}
51
- * @memberof AboutUsPageItemModel
52
- */
53
- 'hospitalSlug'?: string | null;
41
+ 'languageCode'?: string | null;
54
42
  /**
55
43
  *
56
44
  * @type {string}
@@ -63,24 +51,12 @@ export interface AboutUsPageItemModel {
63
51
  * @memberof AboutUsPageItemModel
64
52
  */
65
53
  'slug'?: string | null;
66
- /**
67
- *
68
- * @type {string}
69
- * @memberof AboutUsPageItemModel
70
- */
71
- 'description'?: string | null;
72
54
  /**
73
55
  *
74
56
  * @type {boolean}
75
57
  * @memberof AboutUsPageItemModel
76
58
  */
77
59
  'confirmed'?: boolean;
78
- /**
79
- *
80
- * @type {Array<MediaModel>}
81
- * @memberof AboutUsPageItemModel
82
- */
83
- 'medias'?: Array<MediaModel> | null;
84
60
  /**
85
61
  *
86
62
  * @type {AuditableEntity}
@@ -105,31 +81,31 @@ export interface AboutUsPageModel {
105
81
  * @type {string}
106
82
  * @memberof AboutUsPageModel
107
83
  */
108
- 'hospitalId'?: string;
84
+ 'languageCode'?: string | null;
109
85
  /**
110
86
  *
111
87
  * @type {string}
112
88
  * @memberof AboutUsPageModel
113
89
  */
114
- 'hospitalName'?: string | null;
90
+ 'name'?: string | null;
115
91
  /**
116
92
  *
117
93
  * @type {string}
118
94
  * @memberof AboutUsPageModel
119
95
  */
120
- 'hospitalSlug'?: string | null;
96
+ 'slug'?: string | null;
121
97
  /**
122
98
  *
123
- * @type {string}
99
+ * @type {boolean}
124
100
  * @memberof AboutUsPageModel
125
101
  */
126
- 'name'?: string | null;
102
+ 'confirmed'?: boolean;
127
103
  /**
128
104
  *
129
- * @type {string}
105
+ * @type {AuditableEntity}
130
106
  * @memberof AboutUsPageModel
131
107
  */
132
- 'slug'?: string | null;
108
+ 'auditableEntity'?: AuditableEntity;
133
109
  /**
134
110
  *
135
111
  * @type {string}
@@ -138,34 +114,34 @@ export interface AboutUsPageModel {
138
114
  'description'?: string | null;
139
115
  /**
140
116
  *
141
- * @type {boolean}
117
+ * @type {string}
142
118
  * @memberof AboutUsPageModel
143
119
  */
144
- 'confirmed'?: boolean;
120
+ 'overview'?: string | null;
145
121
  /**
146
122
  *
147
- * @type {Array<MediaModel>}
123
+ * @type {string}
148
124
  * @memberof AboutUsPageModel
149
125
  */
150
- 'medias'?: Array<MediaModel> | null;
126
+ 'content'?: string | null;
151
127
  /**
152
128
  *
153
- * @type {AuditableEntity}
129
+ * @type {string}
154
130
  * @memberof AboutUsPageModel
155
131
  */
156
- 'auditableEntity'?: AuditableEntity;
132
+ 'hospitalId'?: string;
157
133
  /**
158
134
  *
159
135
  * @type {string}
160
136
  * @memberof AboutUsPageModel
161
137
  */
162
- 'languageCode'?: string | null;
138
+ 'hospitalName'?: string | null;
163
139
  /**
164
140
  *
165
141
  * @type {string}
166
142
  * @memberof AboutUsPageModel
167
143
  */
168
- 'content'?: string | null;
144
+ 'hospitalSlug'?: string | null;
169
145
  /**
170
146
  *
171
147
  * @type {string}
@@ -186,10 +162,10 @@ export interface AboutUsPageModel {
186
162
  'backgroundThumbnail'?: string | null;
187
163
  /**
188
164
  *
189
- * @type {Array<LocalizedUrlModel>}
165
+ * @type {Array<MediaModel>}
190
166
  * @memberof AboutUsPageModel
191
167
  */
192
- 'localizedUrls'?: Array<LocalizedUrlModel> | null;
168
+ 'medias'?: Array<MediaModel> | null;
193
169
  }
194
170
  /**
195
171
  *
@@ -347,6 +323,12 @@ export interface ArticleContributorItemModel {
347
323
  * @memberof ArticleContributorItemModel
348
324
  */
349
325
  'contributorId'?: string;
326
+ /**
327
+ *
328
+ * @type {string}
329
+ * @memberof ArticleContributorItemModel
330
+ */
331
+ 'languageCode'?: string | null;
350
332
  /**
351
333
  *
352
334
  * @type {string}
@@ -361,28 +343,28 @@ export interface ArticleContributorItemModel {
361
343
  'contributorSlug'?: string | null;
362
344
  /**
363
345
  *
364
- * @type {string}
346
+ * @type {boolean}
365
347
  * @memberof ArticleContributorItemModel
366
348
  */
367
- 'contributorEmail'?: string | null;
349
+ 'contributorConfirmed'?: boolean;
368
350
  /**
369
351
  *
370
352
  * @type {string}
371
353
  * @memberof ArticleContributorItemModel
372
354
  */
373
- 'contributorPhoto'?: string | null;
355
+ 'contributorEmail'?: string | null;
374
356
  /**
375
357
  *
376
358
  * @type {string}
377
359
  * @memberof ArticleContributorItemModel
378
360
  */
379
- 'contributorPhotoThumbnail'?: string | null;
361
+ 'contributorPhoto'?: string | null;
380
362
  /**
381
363
  *
382
364
  * @type {string}
383
365
  * @memberof ArticleContributorItemModel
384
366
  */
385
- 'contributorDescription'?: string | null;
367
+ 'contributorPhotoThumbnail'?: string | null;
386
368
  /**
387
369
  *
388
370
  * @type {ContributionType}
@@ -401,24 +383,12 @@ export interface ArticleContributorItemModel {
401
383
  * @memberof ArticleContributorItemModel
402
384
  */
403
385
  'order'?: number;
404
- /**
405
- *
406
- * @type {boolean}
407
- * @memberof ArticleContributorItemModel
408
- */
409
- 'confirmed'?: boolean;
410
386
  /**
411
387
  *
412
388
  * @type {AuditableEntity}
413
389
  * @memberof ArticleContributorItemModel
414
390
  */
415
391
  'auditableEntity'?: AuditableEntity;
416
- /**
417
- *
418
- * @type {Array<SnsHandleModel>}
419
- * @memberof ArticleContributorItemModel
420
- */
421
- 'contributorSnsHandles'?: Array<SnsHandleModel> | null;
422
392
  }
423
393
  /**
424
394
  *
@@ -438,6 +408,12 @@ export interface ArticleContributorModel {
438
408
  * @memberof ArticleContributorModel
439
409
  */
440
410
  'contributorId'?: string;
411
+ /**
412
+ *
413
+ * @type {string}
414
+ * @memberof ArticleContributorModel
415
+ */
416
+ 'languageCode'?: string | null;
441
417
  /**
442
418
  *
443
419
  * @type {string}
@@ -452,28 +428,28 @@ export interface ArticleContributorModel {
452
428
  'contributorSlug'?: string | null;
453
429
  /**
454
430
  *
455
- * @type {string}
431
+ * @type {boolean}
456
432
  * @memberof ArticleContributorModel
457
433
  */
458
- 'contributorEmail'?: string | null;
434
+ 'contributorConfirmed'?: boolean;
459
435
  /**
460
436
  *
461
437
  * @type {string}
462
438
  * @memberof ArticleContributorModel
463
439
  */
464
- 'contributorPhoto'?: string | null;
440
+ 'contributorEmail'?: string | null;
465
441
  /**
466
442
  *
467
443
  * @type {string}
468
444
  * @memberof ArticleContributorModel
469
445
  */
470
- 'contributorPhotoThumbnail'?: string | null;
446
+ 'contributorPhoto'?: string | null;
471
447
  /**
472
448
  *
473
449
  * @type {string}
474
450
  * @memberof ArticleContributorModel
475
451
  */
476
- 'contributorDescription'?: string | null;
452
+ 'contributorPhotoThumbnail'?: string | null;
477
453
  /**
478
454
  *
479
455
  * @type {ContributionType}
@@ -492,48 +468,12 @@ export interface ArticleContributorModel {
492
468
  * @memberof ArticleContributorModel
493
469
  */
494
470
  'order'?: number;
495
- /**
496
- *
497
- * @type {boolean}
498
- * @memberof ArticleContributorModel
499
- */
500
- 'confirmed'?: boolean;
501
471
  /**
502
472
  *
503
473
  * @type {AuditableEntity}
504
474
  * @memberof ArticleContributorModel
505
475
  */
506
476
  'auditableEntity'?: AuditableEntity;
507
- /**
508
- *
509
- * @type {Array<SnsHandleModel>}
510
- * @memberof ArticleContributorModel
511
- */
512
- 'contributorSnsHandles'?: Array<SnsHandleModel> | null;
513
- /**
514
- *
515
- * @type {string}
516
- * @memberof ArticleContributorModel
517
- */
518
- 'languageCode'?: string | null;
519
- /**
520
- *
521
- * @type {string}
522
- * @memberof ArticleContributorModel
523
- */
524
- 'content'?: string | null;
525
- /**
526
- *
527
- * @type {Array<SnsHandle>}
528
- * @memberof ArticleContributorModel
529
- */
530
- 'snsHandles'?: Array<SnsHandle> | null;
531
- /**
532
- *
533
- * @type {Array<LocalizedUrlModel>}
534
- * @memberof ArticleContributorModel
535
- */
536
- 'localizedUrls'?: Array<LocalizedUrlModel> | null;
537
477
  }
538
478
  /**
539
479
  *
@@ -571,31 +511,25 @@ export interface ArticleItemModel {
571
511
  * @type {string}
572
512
  * @memberof ArticleItemModel
573
513
  */
574
- 'name'?: string | null;
575
- /**
576
- *
577
- * @type {string}
578
- * @memberof ArticleItemModel
579
- */
580
- 'slug'?: string | null;
514
+ 'languageCode'?: string | null;
581
515
  /**
582
516
  *
583
517
  * @type {string}
584
518
  * @memberof ArticleItemModel
585
519
  */
586
- 'description'?: string | null;
520
+ 'name'?: string | null;
587
521
  /**
588
522
  *
589
523
  * @type {string}
590
524
  * @memberof ArticleItemModel
591
525
  */
592
- 'body'?: string | null;
526
+ 'slug'?: string | null;
593
527
  /**
594
528
  *
595
- * @type {ArticleStatus}
529
+ * @type {boolean}
596
530
  * @memberof ArticleItemModel
597
531
  */
598
- 'status'?: ArticleStatus;
532
+ 'confirmed'?: boolean;
599
533
  /**
600
534
  *
601
535
  * @type {MarketingType}
@@ -620,54 +554,6 @@ export interface ArticleItemModel {
620
554
  * @memberof ArticleItemModel
621
555
  */
622
556
  'hospitalId'?: string;
623
- /**
624
- *
625
- * @type {string}
626
- * @memberof ArticleItemModel
627
- */
628
- 'hospitalName'?: string | null;
629
- /**
630
- *
631
- * @type {string}
632
- * @memberof ArticleItemModel
633
- */
634
- 'hospitalSlug'?: string | null;
635
- /**
636
- *
637
- * @type {string}
638
- * @memberof ArticleItemModel
639
- */
640
- 'youtubeUrl'?: string | null;
641
- /**
642
- *
643
- * @type {boolean}
644
- * @memberof ArticleItemModel
645
- */
646
- 'confirmed'?: boolean;
647
- /**
648
- *
649
- * @type {Array<ArticleTagItemModel>}
650
- * @memberof ArticleItemModel
651
- */
652
- 'articleTags'?: Array<ArticleTagItemModel> | null;
653
- /**
654
- *
655
- * @type {Array<ArticleContributorItemModel>}
656
- * @memberof ArticleItemModel
657
- */
658
- 'articleContributors'?: Array<ArticleContributorItemModel> | null;
659
- /**
660
- *
661
- * @type {Array<MediaModel>}
662
- * @memberof ArticleItemModel
663
- */
664
- 'medias'?: Array<MediaModel> | null;
665
- /**
666
- *
667
- * @type {Array<SourceModel>}
668
- * @memberof ArticleItemModel
669
- */
670
- 'sources'?: Array<SourceModel> | null;
671
557
  /**
672
558
  *
673
559
  * @type {AuditableEntity}
@@ -692,31 +578,25 @@ export interface ArticleModel {
692
578
  * @type {string}
693
579
  * @memberof ArticleModel
694
580
  */
695
- 'name'?: string | null;
696
- /**
697
- *
698
- * @type {string}
699
- * @memberof ArticleModel
700
- */
701
- 'slug'?: string | null;
581
+ 'languageCode'?: string | null;
702
582
  /**
703
583
  *
704
584
  * @type {string}
705
585
  * @memberof ArticleModel
706
586
  */
707
- 'description'?: string | null;
587
+ 'name'?: string | null;
708
588
  /**
709
589
  *
710
590
  * @type {string}
711
591
  * @memberof ArticleModel
712
592
  */
713
- 'body'?: string | null;
593
+ 'slug'?: string | null;
714
594
  /**
715
595
  *
716
- * @type {ArticleStatus}
596
+ * @type {boolean}
717
597
  * @memberof ArticleModel
718
598
  */
719
- 'status'?: ArticleStatus;
599
+ 'confirmed'?: boolean;
720
600
  /**
721
601
  *
722
602
  * @type {MarketingType}
@@ -743,76 +623,46 @@ export interface ArticleModel {
743
623
  'hospitalId'?: string;
744
624
  /**
745
625
  *
746
- * @type {string}
626
+ * @type {AuditableEntity}
747
627
  * @memberof ArticleModel
748
628
  */
749
- 'hospitalName'?: string | null;
629
+ 'auditableEntity'?: AuditableEntity;
750
630
  /**
751
631
  *
752
632
  * @type {string}
753
633
  * @memberof ArticleModel
754
634
  */
755
- 'hospitalSlug'?: string | null;
635
+ 'description'?: string | null;
756
636
  /**
757
637
  *
758
638
  * @type {string}
759
639
  * @memberof ArticleModel
760
640
  */
761
- 'youtubeUrl'?: string | null;
641
+ 'overview'?: string | null;
762
642
  /**
763
643
  *
764
- * @type {boolean}
644
+ * @type {string}
765
645
  * @memberof ArticleModel
766
646
  */
767
- 'confirmed'?: boolean;
647
+ 'content'?: string | null;
768
648
  /**
769
649
  *
770
- * @type {Array<ArticleTagItemModel>}
650
+ * @type {string}
771
651
  * @memberof ArticleModel
772
652
  */
773
- 'articleTags'?: Array<ArticleTagItemModel> | null;
653
+ 'youtubeUrl'?: string | null;
774
654
  /**
775
655
  *
776
- * @type {Array<ArticleContributorItemModel>}
656
+ * @type {Array<ArticleTagItemModel>}
777
657
  * @memberof ArticleModel
778
658
  */
779
- 'articleContributors'?: Array<ArticleContributorItemModel> | null;
659
+ 'articleTags'?: Array<ArticleTagItemModel> | null;
780
660
  /**
781
661
  *
782
662
  * @type {Array<MediaModel>}
783
663
  * @memberof ArticleModel
784
664
  */
785
665
  'medias'?: Array<MediaModel> | null;
786
- /**
787
- *
788
- * @type {Array<SourceModel>}
789
- * @memberof ArticleModel
790
- */
791
- 'sources'?: Array<SourceModel> | null;
792
- /**
793
- *
794
- * @type {AuditableEntity}
795
- * @memberof ArticleModel
796
- */
797
- 'auditableEntity'?: AuditableEntity;
798
- /**
799
- *
800
- * @type {string}
801
- * @memberof ArticleModel
802
- */
803
- 'content'?: string | null;
804
- /**
805
- *
806
- * @type {string}
807
- * @memberof ArticleModel
808
- */
809
- 'languageCode'?: string | null;
810
- /**
811
- *
812
- * @type {Array<LocalizedUrlModel>}
813
- * @memberof ArticleModel
814
- */
815
- 'localizedUrls'?: Array<LocalizedUrlModel> | null;
816
666
  }
817
667
  /**
818
668
  *
@@ -1542,12 +1392,6 @@ export interface CHAdminItemModel {
1542
1392
  * @memberof CHAdminItemModel
1543
1393
  */
1544
1394
  'firstName'?: string | null;
1545
- /**
1546
- *
1547
- * @type {string}
1548
- * @memberof CHAdminItemModel
1549
- */
1550
- 'middleName'?: string | null;
1551
1395
  /**
1552
1396
  *
1553
1397
  * @type {string}
@@ -1559,13 +1403,7 @@ export interface CHAdminItemModel {
1559
1403
  * @type {string}
1560
1404
  * @memberof CHAdminItemModel
1561
1405
  */
1562
- 'fullName'?: string | null;
1563
- /**
1564
- *
1565
- * @type {string}
1566
- * @memberof CHAdminItemModel
1567
- */
1568
- 'slug'?: string | null;
1406
+ 'fullname'?: string | null;
1569
1407
  /**
1570
1408
  *
1571
1409
  * @type {string}
@@ -1645,12 +1483,6 @@ export interface CHAdminModel {
1645
1483
  * @memberof CHAdminModel
1646
1484
  */
1647
1485
  'firstName'?: string | null;
1648
- /**
1649
- *
1650
- * @type {string}
1651
- * @memberof CHAdminModel
1652
- */
1653
- 'middleName'?: string | null;
1654
1486
  /**
1655
1487
  *
1656
1488
  * @type {string}
@@ -1662,13 +1494,7 @@ export interface CHAdminModel {
1662
1494
  * @type {string}
1663
1495
  * @memberof CHAdminModel
1664
1496
  */
1665
- 'fullName'?: string | null;
1666
- /**
1667
- *
1668
- * @type {string}
1669
- * @memberof CHAdminModel
1670
- */
1671
- 'slug'?: string | null;
1497
+ 'fullname'?: string | null;
1672
1498
  /**
1673
1499
  *
1674
1500
  * @type {string}
@@ -1785,12 +1611,6 @@ export interface CHManagerItemModel {
1785
1611
  * @memberof CHManagerItemModel
1786
1612
  */
1787
1613
  'firstName'?: string | null;
1788
- /**
1789
- *
1790
- * @type {string}
1791
- * @memberof CHManagerItemModel
1792
- */
1793
- 'middleName'?: string | null;
1794
1614
  /**
1795
1615
  *
1796
1616
  * @type {string}
@@ -1802,13 +1622,7 @@ export interface CHManagerItemModel {
1802
1622
  * @type {string}
1803
1623
  * @memberof CHManagerItemModel
1804
1624
  */
1805
- 'fullName'?: string | null;
1806
- /**
1807
- *
1808
- * @type {string}
1809
- * @memberof CHManagerItemModel
1810
- */
1811
- 'slug'?: string | null;
1625
+ 'fullname'?: string | null;
1812
1626
  /**
1813
1627
  *
1814
1628
  * @type {string}
@@ -1888,12 +1702,6 @@ export interface CHManagerModel {
1888
1702
  * @memberof CHManagerModel
1889
1703
  */
1890
1704
  'firstName'?: string | null;
1891
- /**
1892
- *
1893
- * @type {string}
1894
- * @memberof CHManagerModel
1895
- */
1896
- 'middleName'?: string | null;
1897
1705
  /**
1898
1706
  *
1899
1707
  * @type {string}
@@ -1905,13 +1713,7 @@ export interface CHManagerModel {
1905
1713
  * @type {string}
1906
1714
  * @memberof CHManagerModel
1907
1715
  */
1908
- 'fullName'?: string | null;
1909
- /**
1910
- *
1911
- * @type {string}
1912
- * @memberof CHManagerModel
1913
- */
1914
- 'slug'?: string | null;
1716
+ 'fullname'?: string | null;
1915
1717
  /**
1916
1718
  *
1917
1719
  * @type {string}
@@ -2846,6 +2648,12 @@ export interface ContributorItemModel {
2846
2648
  * @memberof ContributorItemModel
2847
2649
  */
2848
2650
  'id'?: string;
2651
+ /**
2652
+ *
2653
+ * @type {string}
2654
+ * @memberof ContributorItemModel
2655
+ */
2656
+ 'languageCode'?: string | null;
2849
2657
  /**
2850
2658
  *
2851
2659
  * @type {string}
@@ -2860,58 +2668,58 @@ export interface ContributorItemModel {
2860
2668
  'slug'?: string | null;
2861
2669
  /**
2862
2670
  *
2863
- * @type {string}
2671
+ * @type {boolean}
2864
2672
  * @memberof ContributorItemModel
2865
2673
  */
2866
- 'description'?: string | null;
2674
+ 'confirmed'?: boolean;
2867
2675
  /**
2868
2676
  *
2869
2677
  * @type {string}
2870
2678
  * @memberof ContributorItemModel
2871
2679
  */
2872
- 'email'?: string | null;
2680
+ 'hospitalId'?: string;
2873
2681
  /**
2874
2682
  *
2875
2683
  * @type {string}
2876
2684
  * @memberof ContributorItemModel
2877
2685
  */
2878
- 'photo'?: string | null;
2686
+ 'hospitalName'?: string | null;
2879
2687
  /**
2880
2688
  *
2881
2689
  * @type {string}
2882
2690
  * @memberof ContributorItemModel
2883
2691
  */
2884
- 'photoThumbnail'?: string | null;
2692
+ 'hospitalSlug'?: string | null;
2885
2693
  /**
2886
2694
  *
2887
2695
  * @type {string}
2888
2696
  * @memberof ContributorItemModel
2889
2697
  */
2890
- 'website'?: string | null;
2698
+ 'hospitalWebsiteUrl'?: string | null;
2891
2699
  /**
2892
2700
  *
2893
2701
  * @type {string}
2894
2702
  * @memberof ContributorItemModel
2895
2703
  */
2896
- 'hospitalId'?: string;
2704
+ 'email'?: string | null;
2897
2705
  /**
2898
2706
  *
2899
2707
  * @type {string}
2900
2708
  * @memberof ContributorItemModel
2901
2709
  */
2902
- 'hospitalName'?: string | null;
2710
+ 'photo'?: string | null;
2903
2711
  /**
2904
2712
  *
2905
- * @type {number}
2713
+ * @type {string}
2906
2714
  * @memberof ContributorItemModel
2907
2715
  */
2908
- 'order'?: number;
2716
+ 'photoThumbnail'?: string | null;
2909
2717
  /**
2910
2718
  *
2911
- * @type {boolean}
2719
+ * @type {number}
2912
2720
  * @memberof ContributorItemModel
2913
2721
  */
2914
- 'confirmed'?: boolean;
2722
+ 'order'?: number;
2915
2723
  /**
2916
2724
  *
2917
2725
  * @type {AuditableEntity}
@@ -2931,6 +2739,12 @@ export interface ContributorModel {
2931
2739
  * @memberof ContributorModel
2932
2740
  */
2933
2741
  'id'?: string;
2742
+ /**
2743
+ *
2744
+ * @type {string}
2745
+ * @memberof ContributorModel
2746
+ */
2747
+ 'languageCode'?: string | null;
2934
2748
  /**
2935
2749
  *
2936
2750
  * @type {string}
@@ -2945,58 +2759,58 @@ export interface ContributorModel {
2945
2759
  'slug'?: string | null;
2946
2760
  /**
2947
2761
  *
2948
- * @type {string}
2762
+ * @type {boolean}
2949
2763
  * @memberof ContributorModel
2950
2764
  */
2951
- 'description'?: string | null;
2765
+ 'confirmed'?: boolean;
2952
2766
  /**
2953
2767
  *
2954
2768
  * @type {string}
2955
2769
  * @memberof ContributorModel
2956
2770
  */
2957
- 'email'?: string | null;
2771
+ 'hospitalId'?: string;
2958
2772
  /**
2959
2773
  *
2960
2774
  * @type {string}
2961
2775
  * @memberof ContributorModel
2962
2776
  */
2963
- 'photo'?: string | null;
2777
+ 'hospitalName'?: string | null;
2964
2778
  /**
2965
2779
  *
2966
2780
  * @type {string}
2967
2781
  * @memberof ContributorModel
2968
2782
  */
2969
- 'photoThumbnail'?: string | null;
2783
+ 'hospitalSlug'?: string | null;
2970
2784
  /**
2971
2785
  *
2972
2786
  * @type {string}
2973
2787
  * @memberof ContributorModel
2974
2788
  */
2975
- 'website'?: string | null;
2789
+ 'hospitalWebsiteUrl'?: string | null;
2976
2790
  /**
2977
2791
  *
2978
2792
  * @type {string}
2979
2793
  * @memberof ContributorModel
2980
2794
  */
2981
- 'hospitalId'?: string;
2795
+ 'email'?: string | null;
2982
2796
  /**
2983
2797
  *
2984
2798
  * @type {string}
2985
2799
  * @memberof ContributorModel
2986
2800
  */
2987
- 'hospitalName'?: string | null;
2801
+ 'photo'?: string | null;
2988
2802
  /**
2989
2803
  *
2990
- * @type {number}
2804
+ * @type {string}
2991
2805
  * @memberof ContributorModel
2992
2806
  */
2993
- 'order'?: number;
2807
+ 'photoThumbnail'?: string | null;
2994
2808
  /**
2995
2809
  *
2996
- * @type {boolean}
2810
+ * @type {number}
2997
2811
  * @memberof ContributorModel
2998
2812
  */
2999
- 'confirmed'?: boolean;
2813
+ 'order'?: number;
3000
2814
  /**
3001
2815
  *
3002
2816
  * @type {AuditableEntity}
@@ -3008,25 +2822,19 @@ export interface ContributorModel {
3008
2822
  * @type {string}
3009
2823
  * @memberof ContributorModel
3010
2824
  */
3011
- 'languageCode'?: string | null;
2825
+ 'description'?: string | null;
3012
2826
  /**
3013
2827
  *
3014
2828
  * @type {string}
3015
2829
  * @memberof ContributorModel
3016
2830
  */
3017
- 'content'?: string | null;
3018
- /**
3019
- *
3020
- * @type {Array<SnsHandle>}
3021
- * @memberof ContributorModel
3022
- */
3023
- 'snsHandles'?: Array<SnsHandle> | null;
2831
+ 'overview'?: string | null;
3024
2832
  /**
3025
2833
  *
3026
- * @type {Array<LocalizedUrlModel>}
2834
+ * @type {string}
3027
2835
  * @memberof ContributorModel
3028
2836
  */
3029
- 'localizedUrls'?: Array<LocalizedUrlModel> | null;
2837
+ 'content'?: string | null;
3030
2838
  }
3031
2839
  /**
3032
2840
  *
@@ -3102,67 +2910,25 @@ export interface CountryItemModel {
3102
2910
  * @type {string}
3103
2911
  * @memberof CountryItemModel
3104
2912
  */
3105
- 'name'?: string | null;
2913
+ 'languageCode'?: string | null;
3106
2914
  /**
3107
2915
  *
3108
2916
  * @type {string}
3109
2917
  * @memberof CountryItemModel
3110
2918
  */
3111
- 'logo'?: string | null;
2919
+ 'name'?: string | null;
3112
2920
  /**
3113
2921
  *
3114
2922
  * @type {string}
3115
2923
  * @memberof CountryItemModel
3116
2924
  */
3117
2925
  'slug'?: string | null;
3118
- /**
3119
- *
3120
- * @type {string}
3121
- * @memberof CountryItemModel
3122
- */
3123
- 'description'?: string | null;
3124
- /**
3125
- *
3126
- * @type {number}
3127
- * @memberof CountryItemModel
3128
- */
3129
- 'hospitalsCount'?: number;
3130
- /**
3131
- *
3132
- * @type {number}
3133
- * @memberof CountryItemModel
3134
- */
3135
- 'doctorsCount'?: number;
3136
- /**
3137
- *
3138
- * @type {number}
3139
- * @memberof CountryItemModel
3140
- */
3141
- 'specialitiesCount'?: number;
3142
- /**
3143
- *
3144
- * @type {number}
3145
- * @memberof CountryItemModel
3146
- */
3147
- 'packagesCount'?: number;
3148
- /**
3149
- *
3150
- * @type {number}
3151
- * @memberof CountryItemModel
3152
- */
3153
- 'articlesCount'?: number;
3154
2926
  /**
3155
2927
  *
3156
2928
  * @type {boolean}
3157
2929
  * @memberof CountryItemModel
3158
2930
  */
3159
2931
  'confirmed'?: boolean;
3160
- /**
3161
- *
3162
- * @type {Array<MediaModel>}
3163
- * @memberof CountryItemModel
3164
- */
3165
- 'medias'?: Array<MediaModel> | null;
3166
2932
  /**
3167
2933
  *
3168
2934
  * @type {AuditableEntity}
@@ -3187,55 +2953,19 @@ export interface CountryModel {
3187
2953
  * @type {string}
3188
2954
  * @memberof CountryModel
3189
2955
  */
3190
- 'name'?: string | null;
2956
+ 'languageCode'?: string | null;
3191
2957
  /**
3192
2958
  *
3193
2959
  * @type {string}
3194
2960
  * @memberof CountryModel
3195
2961
  */
3196
- 'logo'?: string | null;
2962
+ 'name'?: string | null;
3197
2963
  /**
3198
2964
  *
3199
2965
  * @type {string}
3200
2966
  * @memberof CountryModel
3201
2967
  */
3202
2968
  'slug'?: string | null;
3203
- /**
3204
- *
3205
- * @type {string}
3206
- * @memberof CountryModel
3207
- */
3208
- 'description'?: string | null;
3209
- /**
3210
- *
3211
- * @type {number}
3212
- * @memberof CountryModel
3213
- */
3214
- 'hospitalsCount'?: number;
3215
- /**
3216
- *
3217
- * @type {number}
3218
- * @memberof CountryModel
3219
- */
3220
- 'doctorsCount'?: number;
3221
- /**
3222
- *
3223
- * @type {number}
3224
- * @memberof CountryModel
3225
- */
3226
- 'specialitiesCount'?: number;
3227
- /**
3228
- *
3229
- * @type {number}
3230
- * @memberof CountryModel
3231
- */
3232
- 'packagesCount'?: number;
3233
- /**
3234
- *
3235
- * @type {number}
3236
- * @memberof CountryModel
3237
- */
3238
- 'articlesCount'?: number;
3239
2969
  /**
3240
2970
  *
3241
2971
  * @type {boolean}
@@ -3244,22 +2974,22 @@ export interface CountryModel {
3244
2974
  'confirmed'?: boolean;
3245
2975
  /**
3246
2976
  *
3247
- * @type {Array<MediaModel>}
2977
+ * @type {AuditableEntity}
3248
2978
  * @memberof CountryModel
3249
2979
  */
3250
- 'medias'?: Array<MediaModel> | null;
2980
+ 'auditableEntity'?: AuditableEntity;
3251
2981
  /**
3252
2982
  *
3253
- * @type {AuditableEntity}
2983
+ * @type {string}
3254
2984
  * @memberof CountryModel
3255
2985
  */
3256
- 'auditableEntity'?: AuditableEntity;
2986
+ 'description'?: string | null;
3257
2987
  /**
3258
2988
  *
3259
2989
  * @type {string}
3260
2990
  * @memberof CountryModel
3261
2991
  */
3262
- 'languageCode'?: string | null;
2992
+ 'overview'?: string | null;
3263
2993
  /**
3264
2994
  *
3265
2995
  * @type {string}
@@ -3268,10 +2998,10 @@ export interface CountryModel {
3268
2998
  'content'?: string | null;
3269
2999
  /**
3270
3000
  *
3271
- * @type {Array<LocalizedUrlModel>}
3001
+ * @type {string}
3272
3002
  * @memberof CountryModel
3273
3003
  */
3274
- 'localizedUrls'?: Array<LocalizedUrlModel> | null;
3004
+ 'logo'?: string | null;
3275
3005
  }
3276
3006
  /**
3277
3007
  *
@@ -3513,12 +3243,6 @@ export interface CreateCHAdminCommand {
3513
3243
  * @memberof CreateCHAdminCommand
3514
3244
  */
3515
3245
  'firstName'?: string | null;
3516
- /**
3517
- *
3518
- * @type {string}
3519
- * @memberof CreateCHAdminCommand
3520
- */
3521
- 'middleName'?: string | null;
3522
3246
  /**
3523
3247
  *
3524
3248
  * @type {string}
@@ -3586,12 +3310,6 @@ export interface CreateCHManagerCommand {
3586
3310
  * @memberof CreateCHManagerCommand
3587
3311
  */
3588
3312
  'firstName'?: string | null;
3589
- /**
3590
- *
3591
- * @type {string}
3592
- * @memberof CreateCHManagerCommand
3593
- */
3594
- 'middleName'?: string | null;
3595
3313
  /**
3596
3314
  *
3597
3315
  * @type {string}
@@ -3962,36 +3680,12 @@ export interface CreateDoctorCommand {
3962
3680
  * @memberof CreateDoctorCommand
3963
3681
  */
3964
3682
  'firstName'?: string | null;
3965
- /**
3966
- *
3967
- * @type {string}
3968
- * @memberof CreateDoctorCommand
3969
- */
3970
- 'middleName'?: string | null;
3971
3683
  /**
3972
3684
  *
3973
3685
  * @type {string}
3974
3686
  * @memberof CreateDoctorCommand
3975
3687
  */
3976
3688
  'lastName'?: string | null;
3977
- /**
3978
- *
3979
- * @type {string}
3980
- * @memberof CreateDoctorCommand
3981
- */
3982
- 'description'?: string | null;
3983
- /**
3984
- *
3985
- * @type {string}
3986
- * @memberof CreateDoctorCommand
3987
- */
3988
- 'overview'?: string | null;
3989
- /**
3990
- *
3991
- * @type {string}
3992
- * @memberof CreateDoctorCommand
3993
- */
3994
- 'content'?: string | null;
3995
3689
  /**
3996
3690
  *
3997
3691
  * @type {string}
@@ -4028,6 +3722,12 @@ export interface CreateDoctorCommand {
4028
3722
  * @memberof CreateDoctorCommand
4029
3723
  */
4030
3724
  'startPracticeDate'?: Date | null;
3725
+ /**
3726
+ *
3727
+ * @type {string}
3728
+ * @memberof CreateDoctorCommand
3729
+ */
3730
+ 'overview'?: string | null;
4031
3731
  /**
4032
3732
  *
4033
3733
  * @type {boolean}
@@ -4730,12 +4430,6 @@ export interface CreateManagerCommand {
4730
4430
  * @memberof CreateManagerCommand
4731
4431
  */
4732
4432
  'firstName'?: string | null;
4733
- /**
4734
- *
4735
- * @type {string}
4736
- * @memberof CreateManagerCommand
4737
- */
4738
- 'middleName'?: string | null;
4739
4433
  /**
4740
4434
  *
4741
4435
  * @type {string}
@@ -4846,12 +4540,6 @@ export interface CreatePatientCommand {
4846
4540
  * @memberof CreatePatientCommand
4847
4541
  */
4848
4542
  'firstName'?: string | null;
4849
- /**
4850
- *
4851
- * @type {string}
4852
- * @memberof CreatePatientCommand
4853
- */
4854
- 'middleName'?: string | null;
4855
4543
  /**
4856
4544
  *
4857
4545
  * @type {string}
@@ -5239,61 +4927,43 @@ export interface DealItemModel {
5239
4927
  * @type {string}
5240
4928
  * @memberof DealItemModel
5241
4929
  */
5242
- 'name'?: string | null;
5243
- /**
5244
- *
5245
- * @type {string}
5246
- * @memberof DealItemModel
5247
- */
5248
- 'slug'?: string | null;
4930
+ 'languageCode'?: string | null;
5249
4931
  /**
5250
4932
  *
5251
4933
  * @type {string}
5252
4934
  * @memberof DealItemModel
5253
4935
  */
5254
- 'description'?: string | null;
4936
+ 'name'?: string | null;
5255
4937
  /**
5256
4938
  *
5257
4939
  * @type {string}
5258
4940
  * @memberof DealItemModel
5259
4941
  */
5260
- 'hospitalId'?: string;
4942
+ 'slug'?: string | null;
5261
4943
  /**
5262
4944
  *
5263
- * @type {string}
4945
+ * @type {boolean}
5264
4946
  * @memberof DealItemModel
5265
4947
  */
5266
- 'hospitalName'?: string | null;
4948
+ 'confirmed'?: boolean;
5267
4949
  /**
5268
4950
  *
5269
4951
  * @type {string}
5270
4952
  * @memberof DealItemModel
5271
4953
  */
5272
- 'hospitalSlug'?: string | null;
4954
+ 'hospitalId'?: string;
5273
4955
  /**
5274
4956
  *
5275
4957
  * @type {string}
5276
4958
  * @memberof DealItemModel
5277
4959
  */
5278
- 'hospitalLocationCountry'?: string | null;
4960
+ 'hospitalName'?: string | null;
5279
4961
  /**
5280
4962
  *
5281
4963
  * @type {string}
5282
4964
  * @memberof DealItemModel
5283
4965
  */
5284
- 'hospitalLocationState'?: string | null;
5285
- /**
5286
- *
5287
- * @type {boolean}
5288
- * @memberof DealItemModel
5289
- */
5290
- 'hospitalConsultationEnabled'?: boolean;
5291
- /**
5292
- *
5293
- * @type {number}
5294
- * @memberof DealItemModel
5295
- */
5296
- 'serviceDuration'?: number;
4966
+ 'hospitalSlug'?: string | null;
5297
4967
  /**
5298
4968
  *
5299
4969
  * @type {MarketingType}
@@ -5318,24 +4988,6 @@ export interface DealItemModel {
5318
4988
  * @memberof DealItemModel
5319
4989
  */
5320
4990
  'order'?: number;
5321
- /**
5322
- *
5323
- * @type {boolean}
5324
- * @memberof DealItemModel
5325
- */
5326
- 'confirmed'?: boolean;
5327
- /**
5328
- *
5329
- * @type {Array<DealPackageItemModel>}
5330
- * @memberof DealItemModel
5331
- */
5332
- 'dealPackages'?: Array<DealPackageItemModel> | null;
5333
- /**
5334
- *
5335
- * @type {Array<DealServiceItemModel>}
5336
- * @memberof DealItemModel
5337
- */
5338
- 'dealServices'?: Array<DealServiceItemModel> | null;
5339
4991
  /**
5340
4992
  *
5341
4993
  * @type {AuditableEntity}
@@ -5360,49 +5012,25 @@ export interface DealItemSimpleModel {
5360
5012
  * @type {string}
5361
5013
  * @memberof DealItemSimpleModel
5362
5014
  */
5363
- 'name'?: string | null;
5364
- /**
5365
- *
5366
- * @type {string}
5367
- * @memberof DealItemSimpleModel
5368
- */
5369
- 'slug'?: string | null;
5370
- /**
5371
- *
5372
- * @type {string}
5373
- * @memberof DealItemSimpleModel
5374
- */
5375
- 'hospitalId'?: string;
5015
+ 'languageCode'?: string | null;
5376
5016
  /**
5377
5017
  *
5378
5018
  * @type {string}
5379
5019
  * @memberof DealItemSimpleModel
5380
5020
  */
5381
- 'hospitalName'?: string | null;
5021
+ 'name'?: string | null;
5382
5022
  /**
5383
5023
  *
5384
5024
  * @type {string}
5385
5025
  * @memberof DealItemSimpleModel
5386
5026
  */
5387
- 'hospitalSlug'?: string | null;
5388
- /**
5389
- *
5390
- * @type {number}
5391
- * @memberof DealItemSimpleModel
5392
- */
5393
- 'order'?: number;
5027
+ 'slug'?: string | null;
5394
5028
  /**
5395
5029
  *
5396
5030
  * @type {boolean}
5397
5031
  * @memberof DealItemSimpleModel
5398
5032
  */
5399
5033
  'confirmed'?: boolean;
5400
- /**
5401
- *
5402
- * @type {AuditableEntity}
5403
- * @memberof DealItemSimpleModel
5404
- */
5405
- 'auditableEntity'?: AuditableEntity;
5406
5034
  }
5407
5035
  /**
5408
5036
  *
@@ -5421,61 +5049,43 @@ export interface DealModel {
5421
5049
  * @type {string}
5422
5050
  * @memberof DealModel
5423
5051
  */
5424
- 'name'?: string | null;
5425
- /**
5426
- *
5427
- * @type {string}
5428
- * @memberof DealModel
5429
- */
5430
- 'slug'?: string | null;
5052
+ 'languageCode'?: string | null;
5431
5053
  /**
5432
5054
  *
5433
5055
  * @type {string}
5434
5056
  * @memberof DealModel
5435
5057
  */
5436
- 'description'?: string | null;
5058
+ 'name'?: string | null;
5437
5059
  /**
5438
5060
  *
5439
5061
  * @type {string}
5440
5062
  * @memberof DealModel
5441
5063
  */
5442
- 'hospitalId'?: string;
5064
+ 'slug'?: string | null;
5443
5065
  /**
5444
5066
  *
5445
- * @type {string}
5067
+ * @type {boolean}
5446
5068
  * @memberof DealModel
5447
5069
  */
5448
- 'hospitalName'?: string | null;
5070
+ 'confirmed'?: boolean;
5449
5071
  /**
5450
5072
  *
5451
5073
  * @type {string}
5452
5074
  * @memberof DealModel
5453
5075
  */
5454
- 'hospitalSlug'?: string | null;
5076
+ 'hospitalId'?: string;
5455
5077
  /**
5456
5078
  *
5457
5079
  * @type {string}
5458
5080
  * @memberof DealModel
5459
5081
  */
5460
- 'hospitalLocationCountry'?: string | null;
5082
+ 'hospitalName'?: string | null;
5461
5083
  /**
5462
5084
  *
5463
5085
  * @type {string}
5464
5086
  * @memberof DealModel
5465
5087
  */
5466
- 'hospitalLocationState'?: string | null;
5467
- /**
5468
- *
5469
- * @type {boolean}
5470
- * @memberof DealModel
5471
- */
5472
- 'hospitalConsultationEnabled'?: boolean;
5473
- /**
5474
- *
5475
- * @type {number}
5476
- * @memberof DealModel
5477
- */
5478
- 'serviceDuration'?: number;
5088
+ 'hospitalSlug'?: string | null;
5479
5089
  /**
5480
5090
  *
5481
5091
  * @type {MarketingType}
@@ -5502,40 +5112,34 @@ export interface DealModel {
5502
5112
  'order'?: number;
5503
5113
  /**
5504
5114
  *
5505
- * @type {boolean}
5506
- * @memberof DealModel
5507
- */
5508
- 'confirmed'?: boolean;
5509
- /**
5510
- *
5511
- * @type {Array<DealPackageItemModel>}
5115
+ * @type {AuditableEntity}
5512
5116
  * @memberof DealModel
5513
5117
  */
5514
- 'dealPackages'?: Array<DealPackageItemModel> | null;
5118
+ 'auditableEntity'?: AuditableEntity;
5515
5119
  /**
5516
5120
  *
5517
- * @type {Array<DealServiceItemModel>}
5121
+ * @type {string}
5518
5122
  * @memberof DealModel
5519
5123
  */
5520
- 'dealServices'?: Array<DealServiceItemModel> | null;
5124
+ 'description'?: string | null;
5521
5125
  /**
5522
5126
  *
5523
- * @type {AuditableEntity}
5127
+ * @type {string}
5524
5128
  * @memberof DealModel
5525
5129
  */
5526
- 'auditableEntity'?: AuditableEntity;
5130
+ 'overview'?: string | null;
5527
5131
  /**
5528
5132
  *
5529
5133
  * @type {string}
5530
5134
  * @memberof DealModel
5531
5135
  */
5532
- 'languageCode'?: string | null;
5136
+ 'content'?: string | null;
5533
5137
  /**
5534
5138
  *
5535
- * @type {Array<LocalizedUrlModel>}
5139
+ * @type {number}
5536
5140
  * @memberof DealModel
5537
5141
  */
5538
- 'localizedUrls'?: Array<LocalizedUrlModel> | null;
5142
+ 'serviceDuration'?: number;
5539
5143
  }
5540
5144
  /**
5541
5145
  *
@@ -6191,31 +5795,31 @@ export interface DoctorItemModel {
6191
5795
  * @type {string}
6192
5796
  * @memberof DoctorItemModel
6193
5797
  */
6194
- 'name'?: string | null;
5798
+ 'userName'?: string | null;
6195
5799
  /**
6196
5800
  *
6197
5801
  * @type {string}
6198
5802
  * @memberof DoctorItemModel
6199
5803
  */
6200
- 'slug'?: string | null;
5804
+ 'firstName'?: string | null;
6201
5805
  /**
6202
5806
  *
6203
- * @type {boolean}
5807
+ * @type {string}
6204
5808
  * @memberof DoctorItemModel
6205
5809
  */
6206
- 'consultationEnabled'?: boolean | null;
5810
+ 'lastName'?: string | null;
6207
5811
  /**
6208
5812
  *
6209
- * @type {number}
5813
+ * @type {string}
6210
5814
  * @memberof DoctorItemModel
6211
5815
  */
6212
- 'consultationFee'?: number | null;
5816
+ 'fullname'?: string | null;
6213
5817
  /**
6214
5818
  *
6215
- * @type {boolean}
5819
+ * @type {string}
6216
5820
  * @memberof DoctorItemModel
6217
5821
  */
6218
- 'confirmed'?: boolean;
5822
+ 'phone'?: string | null;
6219
5823
  /**
6220
5824
  *
6221
5825
  * @type {string}
@@ -6234,24 +5838,169 @@ export interface DoctorItemModel {
6234
5838
  * @memberof DoctorItemModel
6235
5839
  */
6236
5840
  'photoThumbnail'?: string | null;
5841
+ /**
5842
+ *
5843
+ * @type {Gender}
5844
+ * @memberof DoctorItemModel
5845
+ */
5846
+ 'gender'?: Gender;
5847
+ /**
5848
+ *
5849
+ * @type {Date}
5850
+ * @memberof DoctorItemModel
5851
+ */
5852
+ 'dateOfBirth'?: Date | null;
6237
5853
  /**
6238
5854
  *
6239
5855
  * @type {string}
6240
5856
  * @memberof DoctorItemModel
6241
5857
  */
6242
- 'hospitalSlug'?: string | null;
5858
+ 'timeZone'?: string | null;
6243
5859
  /**
6244
5860
  *
6245
- * @type {Array<DoctorAffiliationItemModel>}
5861
+ * @type {string}
6246
5862
  * @memberof DoctorItemModel
6247
5863
  */
6248
- 'doctorAffiliations'?: Array<DoctorAffiliationItemModel> | null;
5864
+ 'communicationUserId'?: string | null;
6249
5865
  /**
6250
5866
  *
6251
5867
  * @type {AuditableEntity}
6252
5868
  * @memberof DoctorItemModel
6253
5869
  */
6254
5870
  'auditableEntity'?: AuditableEntity;
5871
+ /**
5872
+ *
5873
+ * @type {string}
5874
+ * @memberof DoctorItemModel
5875
+ */
5876
+ 'userType'?: string | null;
5877
+ /**
5878
+ *
5879
+ * @type {Array<UserLanguageModel>}
5880
+ * @memberof DoctorItemModel
5881
+ */
5882
+ 'languages'?: Array<UserLanguageModel> | null;
5883
+ /**
5884
+ *
5885
+ * @type {Array<UserLocationModel>}
5886
+ * @memberof DoctorItemModel
5887
+ */
5888
+ 'locations'?: Array<UserLocationModel> | null;
5889
+ /**
5890
+ *
5891
+ * @type {string}
5892
+ * @memberof DoctorItemModel
5893
+ */
5894
+ 'slug'?: string | null;
5895
+ /**
5896
+ *
5897
+ * @type {string}
5898
+ * @memberof DoctorItemModel
5899
+ */
5900
+ 'hospitalId'?: string | null;
5901
+ /**
5902
+ *
5903
+ * @type {string}
5904
+ * @memberof DoctorItemModel
5905
+ */
5906
+ 'hospitalName'?: string | null;
5907
+ /**
5908
+ *
5909
+ * @type {Date}
5910
+ * @memberof DoctorItemModel
5911
+ */
5912
+ 'startPracticeDate'?: Date | null;
5913
+ /**
5914
+ *
5915
+ * @type {string}
5916
+ * @memberof DoctorItemModel
5917
+ */
5918
+ 'overview'?: string | null;
5919
+ /**
5920
+ *
5921
+ * @type {boolean}
5922
+ * @memberof DoctorItemModel
5923
+ */
5924
+ 'consultationEnabled'?: boolean | null;
5925
+ /**
5926
+ *
5927
+ * @type {number}
5928
+ * @memberof DoctorItemModel
5929
+ */
5930
+ 'consultationFee'?: number | null;
5931
+ /**
5932
+ *
5933
+ * @type {Array<LocalizedUrlModel>}
5934
+ * @memberof DoctorItemModel
5935
+ */
5936
+ 'localizedUrls'?: Array<LocalizedUrlModel> | null;
5937
+ /**
5938
+ *
5939
+ * @type {boolean}
5940
+ * @memberof DoctorItemModel
5941
+ */
5942
+ 'confirmed'?: boolean;
5943
+ }
5944
+ /**
5945
+ *
5946
+ * @export
5947
+ * @interface DoctorItemSimpleModel
5948
+ */
5949
+ export interface DoctorItemSimpleModel {
5950
+ /**
5951
+ *
5952
+ * @type {string}
5953
+ * @memberof DoctorItemSimpleModel
5954
+ */
5955
+ 'id'?: string;
5956
+ /**
5957
+ *
5958
+ * @type {string}
5959
+ * @memberof DoctorItemSimpleModel
5960
+ */
5961
+ 'firstName'?: string | null;
5962
+ /**
5963
+ *
5964
+ * @type {string}
5965
+ * @memberof DoctorItemSimpleModel
5966
+ */
5967
+ 'lastName'?: string | null;
5968
+ /**
5969
+ *
5970
+ * @type {string}
5971
+ * @memberof DoctorItemSimpleModel
5972
+ */
5973
+ 'fullname'?: string | null;
5974
+ /**
5975
+ *
5976
+ * @type {string}
5977
+ * @memberof DoctorItemSimpleModel
5978
+ */
5979
+ 'slug'?: string | null;
5980
+ /**
5981
+ *
5982
+ * @type {string}
5983
+ * @memberof DoctorItemSimpleModel
5984
+ */
5985
+ 'hospitalId'?: string | null;
5986
+ /**
5987
+ *
5988
+ * @type {string}
5989
+ * @memberof DoctorItemSimpleModel
5990
+ */
5991
+ 'hospitalName'?: string | null;
5992
+ /**
5993
+ *
5994
+ * @type {string}
5995
+ * @memberof DoctorItemSimpleModel
5996
+ */
5997
+ 'overview'?: string | null;
5998
+ /**
5999
+ *
6000
+ * @type {boolean}
6001
+ * @memberof DoctorItemSimpleModel
6002
+ */
6003
+ 'confirmed'?: boolean;
6255
6004
  }
6256
6005
  /**
6257
6006
  *
@@ -6346,12 +6095,6 @@ export interface DoctorModel {
6346
6095
  * @memberof DoctorModel
6347
6096
  */
6348
6097
  'firstName'?: string | null;
6349
- /**
6350
- *
6351
- * @type {string}
6352
- * @memberof DoctorModel
6353
- */
6354
- 'middleName'?: string | null;
6355
6098
  /**
6356
6099
  *
6357
6100
  * @type {string}
@@ -6363,13 +6106,7 @@ export interface DoctorModel {
6363
6106
  * @type {string}
6364
6107
  * @memberof DoctorModel
6365
6108
  */
6366
- 'fullName'?: string | null;
6367
- /**
6368
- *
6369
- * @type {string}
6370
- * @memberof DoctorModel
6371
- */
6372
- 'slug'?: string | null;
6109
+ 'fullname'?: string | null;
6373
6110
  /**
6374
6111
  *
6375
6112
  * @type {string}
@@ -6447,25 +6184,31 @@ export interface DoctorModel {
6447
6184
  * @type {string}
6448
6185
  * @memberof DoctorModel
6449
6186
  */
6450
- 'languageCode'?: string | null;
6187
+ 'slug'?: string | null;
6451
6188
  /**
6452
6189
  *
6453
6190
  * @type {string}
6454
6191
  * @memberof DoctorModel
6455
6192
  */
6456
- 'overview'?: string | null;
6193
+ 'hospitalId'?: string | null;
6457
6194
  /**
6458
6195
  *
6459
6196
  * @type {string}
6460
6197
  * @memberof DoctorModel
6461
6198
  */
6462
- 'description'?: string | null;
6199
+ 'hospitalName'?: string | null;
6200
+ /**
6201
+ *
6202
+ * @type {Date}
6203
+ * @memberof DoctorModel
6204
+ */
6205
+ 'startPracticeDate'?: Date | null;
6463
6206
  /**
6464
6207
  *
6465
6208
  * @type {string}
6466
6209
  * @memberof DoctorModel
6467
6210
  */
6468
- 'content'?: string | null;
6211
+ 'overview'?: string | null;
6469
6212
  /**
6470
6213
  *
6471
6214
  * @type {boolean}
@@ -6480,22 +6223,22 @@ export interface DoctorModel {
6480
6223
  'consultationFee'?: number | null;
6481
6224
  /**
6482
6225
  *
6483
- * @type {boolean}
6226
+ * @type {Array<LocalizedUrlModel>}
6484
6227
  * @memberof DoctorModel
6485
6228
  */
6486
- 'confirmed'?: boolean;
6229
+ 'localizedUrls'?: Array<LocalizedUrlModel> | null;
6487
6230
  /**
6488
6231
  *
6489
- * @type {Date}
6232
+ * @type {boolean}
6490
6233
  * @memberof DoctorModel
6491
6234
  */
6492
- 'startPracticeDate'?: Date | null;
6235
+ 'confirmed'?: boolean;
6493
6236
  /**
6494
6237
  *
6495
- * @type {Array<DoctorAffiliationItemModel>}
6238
+ * @type {string}
6496
6239
  * @memberof DoctorModel
6497
6240
  */
6498
- 'doctorAffiliations'?: Array<DoctorAffiliationItemModel> | null;
6241
+ 'languageCode'?: string | null;
6499
6242
  }
6500
6243
  /**
6501
6244
  *
@@ -6614,55 +6357,6 @@ export interface DoctorPortfoliosModel {
6614
6357
  */
6615
6358
  'metaData'?: PagedListMetaData;
6616
6359
  }
6617
- /**
6618
- *
6619
- * @export
6620
- * @interface DoctorSimpleItemModel
6621
- */
6622
- export interface DoctorSimpleItemModel {
6623
- /**
6624
- *
6625
- * @type {string}
6626
- * @memberof DoctorSimpleItemModel
6627
- */
6628
- 'id'?: string;
6629
- /**
6630
- *
6631
- * @type {string}
6632
- * @memberof DoctorSimpleItemModel
6633
- */
6634
- 'firstName'?: string | null;
6635
- /**
6636
- *
6637
- * @type {string}
6638
- * @memberof DoctorSimpleItemModel
6639
- */
6640
- 'middleName'?: string | null;
6641
- /**
6642
- *
6643
- * @type {string}
6644
- * @memberof DoctorSimpleItemModel
6645
- */
6646
- 'lastName'?: string | null;
6647
- /**
6648
- *
6649
- * @type {string}
6650
- * @memberof DoctorSimpleItemModel
6651
- */
6652
- 'fullname'?: string | null;
6653
- /**
6654
- *
6655
- * @type {string}
6656
- * @memberof DoctorSimpleItemModel
6657
- */
6658
- 'slug'?: string | null;
6659
- /**
6660
- *
6661
- * @type {string}
6662
- * @memberof DoctorSimpleItemModel
6663
- */
6664
- 'hospitalId'?: string | null;
6665
- }
6666
6360
  /**
6667
6361
  *
6668
6362
  * @export
@@ -6764,10 +6458,10 @@ export interface DoctorsModel {
6764
6458
  export interface DoctorsSimpleModel {
6765
6459
  /**
6766
6460
  *
6767
- * @type {Array<DoctorSimpleItemModel>}
6461
+ * @type {Array<DoctorItemSimpleModel>}
6768
6462
  * @memberof DoctorsSimpleModel
6769
6463
  */
6770
- 'items'?: Array<DoctorSimpleItemModel> | null;
6464
+ 'items'?: Array<DoctorItemSimpleModel> | null;
6771
6465
  /**
6772
6466
  *
6773
6467
  * @type {PagedListMetaData}
@@ -6862,7 +6556,7 @@ export interface FaqCategoryItemModel {
6862
6556
  * @type {string}
6863
6557
  * @memberof FaqCategoryItemModel
6864
6558
  */
6865
- 'parentId'?: string | null;
6559
+ 'languageCode'?: string | null;
6866
6560
  /**
6867
6561
  *
6868
6562
  * @type {string}
@@ -6875,12 +6569,18 @@ export interface FaqCategoryItemModel {
6875
6569
  * @memberof FaqCategoryItemModel
6876
6570
  */
6877
6571
  'slug'?: string | null;
6572
+ /**
6573
+ *
6574
+ * @type {boolean}
6575
+ * @memberof FaqCategoryItemModel
6576
+ */
6577
+ 'confirmed'?: boolean;
6878
6578
  /**
6879
6579
  *
6880
6580
  * @type {string}
6881
6581
  * @memberof FaqCategoryItemModel
6882
6582
  */
6883
- 'description'?: string | null;
6583
+ 'parentId'?: string | null;
6884
6584
  /**
6885
6585
  *
6886
6586
  * @type {number}
@@ -6901,10 +6601,16 @@ export interface FaqCategoryItemModel {
6901
6601
  'hospitalName'?: string | null;
6902
6602
  /**
6903
6603
  *
6904
- * @type {boolean}
6604
+ * @type {string}
6905
6605
  * @memberof FaqCategoryItemModel
6906
6606
  */
6907
- 'confirmed'?: boolean;
6607
+ 'hospitalSlug'?: string | null;
6608
+ /**
6609
+ *
6610
+ * @type {string}
6611
+ * @memberof FaqCategoryItemModel
6612
+ */
6613
+ 'hospitalWebsiteUrl'?: string | null;
6908
6614
  /**
6909
6615
  *
6910
6616
  * @type {AuditableEntity}
@@ -6929,7 +6635,7 @@ export interface FaqCategoryModel {
6929
6635
  * @type {string}
6930
6636
  * @memberof FaqCategoryModel
6931
6637
  */
6932
- 'parentId'?: string | null;
6638
+ 'languageCode'?: string | null;
6933
6639
  /**
6934
6640
  *
6935
6641
  * @type {string}
@@ -6942,12 +6648,18 @@ export interface FaqCategoryModel {
6942
6648
  * @memberof FaqCategoryModel
6943
6649
  */
6944
6650
  'slug'?: string | null;
6651
+ /**
6652
+ *
6653
+ * @type {boolean}
6654
+ * @memberof FaqCategoryModel
6655
+ */
6656
+ 'confirmed'?: boolean;
6945
6657
  /**
6946
6658
  *
6947
6659
  * @type {string}
6948
6660
  * @memberof FaqCategoryModel
6949
6661
  */
6950
- 'description'?: string | null;
6662
+ 'parentId'?: string | null;
6951
6663
  /**
6952
6664
  *
6953
6665
  * @type {number}
@@ -6968,10 +6680,16 @@ export interface FaqCategoryModel {
6968
6680
  'hospitalName'?: string | null;
6969
6681
  /**
6970
6682
  *
6971
- * @type {boolean}
6683
+ * @type {string}
6972
6684
  * @memberof FaqCategoryModel
6973
6685
  */
6974
- 'confirmed'?: boolean;
6686
+ 'hospitalSlug'?: string | null;
6687
+ /**
6688
+ *
6689
+ * @type {string}
6690
+ * @memberof FaqCategoryModel
6691
+ */
6692
+ 'hospitalWebsiteUrl'?: string | null;
6975
6693
  /**
6976
6694
  *
6977
6695
  * @type {AuditableEntity}
@@ -6983,13 +6701,25 @@ export interface FaqCategoryModel {
6983
6701
  * @type {string}
6984
6702
  * @memberof FaqCategoryModel
6985
6703
  */
6986
- 'languageCode'?: string | null;
6704
+ 'description'?: string | null;
6987
6705
  /**
6988
6706
  *
6989
- * @type {Array<LocalizedUrlModel>}
6707
+ * @type {string}
6990
6708
  * @memberof FaqCategoryModel
6991
6709
  */
6992
- 'localizedUrls'?: Array<LocalizedUrlModel> | null;
6710
+ 'overview'?: string | null;
6711
+ /**
6712
+ *
6713
+ * @type {string}
6714
+ * @memberof FaqCategoryModel
6715
+ */
6716
+ 'content'?: string | null;
6717
+ /**
6718
+ *
6719
+ * @type {Array<MediaModel>}
6720
+ * @memberof FaqCategoryModel
6721
+ */
6722
+ 'medias'?: Array<MediaModel> | null;
6993
6723
  }
6994
6724
  /**
6995
6725
  *
@@ -7003,6 +6733,12 @@ export interface FaqItemModel {
7003
6733
  * @memberof FaqItemModel
7004
6734
  */
7005
6735
  'id'?: string;
6736
+ /**
6737
+ *
6738
+ * @type {string}
6739
+ * @memberof FaqItemModel
6740
+ */
6741
+ 'languageCode'?: string | null;
7006
6742
  /**
7007
6743
  *
7008
6744
  * @type {string}
@@ -7015,12 +6751,18 @@ export interface FaqItemModel {
7015
6751
  * @memberof FaqItemModel
7016
6752
  */
7017
6753
  'slug'?: string | null;
6754
+ /**
6755
+ *
6756
+ * @type {boolean}
6757
+ * @memberof FaqItemModel
6758
+ */
6759
+ 'confirmed'?: boolean;
7018
6760
  /**
7019
6761
  *
7020
6762
  * @type {string}
7021
6763
  * @memberof FaqItemModel
7022
6764
  */
7023
- 'description'?: string | null;
6765
+ 'parentId'?: string | null;
7024
6766
  /**
7025
6767
  *
7026
6768
  * @type {number}
@@ -7044,19 +6786,25 @@ export interface FaqItemModel {
7044
6786
  * @type {string}
7045
6787
  * @memberof FaqItemModel
7046
6788
  */
7047
- 'faqCategoryId'?: string;
6789
+ 'hospitalSlug'?: string | null;
7048
6790
  /**
7049
6791
  *
7050
6792
  * @type {string}
7051
6793
  * @memberof FaqItemModel
7052
6794
  */
7053
- 'faqCategoryName'?: string | null;
6795
+ 'hospitalWebsiteUrl'?: string | null;
7054
6796
  /**
7055
6797
  *
7056
- * @type {boolean}
6798
+ * @type {string}
7057
6799
  * @memberof FaqItemModel
7058
6800
  */
7059
- 'confirmed'?: boolean;
6801
+ 'faqCategoryId'?: string;
6802
+ /**
6803
+ *
6804
+ * @type {string}
6805
+ * @memberof FaqItemModel
6806
+ */
6807
+ 'faqCategoryName'?: string | null;
7060
6808
  /**
7061
6809
  *
7062
6810
  * @type {Array<FaqTagItemModel>}
@@ -7088,6 +6836,12 @@ export interface FaqModel {
7088
6836
  * @memberof FaqModel
7089
6837
  */
7090
6838
  'id'?: string;
6839
+ /**
6840
+ *
6841
+ * @type {string}
6842
+ * @memberof FaqModel
6843
+ */
6844
+ 'languageCode'?: string | null;
7091
6845
  /**
7092
6846
  *
7093
6847
  * @type {string}
@@ -7100,12 +6854,18 @@ export interface FaqModel {
7100
6854
  * @memberof FaqModel
7101
6855
  */
7102
6856
  'slug'?: string | null;
6857
+ /**
6858
+ *
6859
+ * @type {boolean}
6860
+ * @memberof FaqModel
6861
+ */
6862
+ 'confirmed'?: boolean;
7103
6863
  /**
7104
6864
  *
7105
6865
  * @type {string}
7106
6866
  * @memberof FaqModel
7107
6867
  */
7108
- 'description'?: string | null;
6868
+ 'parentId'?: string | null;
7109
6869
  /**
7110
6870
  *
7111
6871
  * @type {number}
@@ -7129,19 +6889,25 @@ export interface FaqModel {
7129
6889
  * @type {string}
7130
6890
  * @memberof FaqModel
7131
6891
  */
7132
- 'faqCategoryId'?: string;
6892
+ 'hospitalSlug'?: string | null;
7133
6893
  /**
7134
6894
  *
7135
6895
  * @type {string}
7136
6896
  * @memberof FaqModel
7137
6897
  */
7138
- 'faqCategoryName'?: string | null;
6898
+ 'hospitalWebsiteUrl'?: string | null;
7139
6899
  /**
7140
6900
  *
7141
- * @type {boolean}
6901
+ * @type {string}
7142
6902
  * @memberof FaqModel
7143
6903
  */
7144
- 'confirmed'?: boolean;
6904
+ 'faqCategoryId'?: string;
6905
+ /**
6906
+ *
6907
+ * @type {string}
6908
+ * @memberof FaqModel
6909
+ */
6910
+ 'faqCategoryName'?: string | null;
7145
6911
  /**
7146
6912
  *
7147
6913
  * @type {Array<FaqTagItemModel>}
@@ -7165,19 +6931,19 @@ export interface FaqModel {
7165
6931
  * @type {string}
7166
6932
  * @memberof FaqModel
7167
6933
  */
7168
- 'languageCode'?: string | null;
6934
+ 'description'?: string | null;
7169
6935
  /**
7170
6936
  *
7171
6937
  * @type {string}
7172
6938
  * @memberof FaqModel
7173
6939
  */
7174
- 'content'?: string | null;
6940
+ 'overview'?: string | null;
7175
6941
  /**
7176
6942
  *
7177
- * @type {Array<LocalizedUrlModel>}
6943
+ * @type {string}
7178
6944
  * @memberof FaqModel
7179
6945
  */
7180
- 'localizedUrls'?: Array<LocalizedUrlModel> | null;
6946
+ 'content'?: string | null;
7181
6947
  }
7182
6948
  /**
7183
6949
  *
@@ -7613,37 +7379,49 @@ export interface HospitalItemModel {
7613
7379
  * @type {string}
7614
7380
  * @memberof HospitalItemModel
7615
7381
  */
7616
- 'name'?: string | null;
7382
+ 'languageCode'?: string | null;
7617
7383
  /**
7618
7384
  *
7619
7385
  * @type {string}
7620
7386
  * @memberof HospitalItemModel
7621
7387
  */
7622
- 'slug'?: string | null;
7388
+ 'name'?: string | null;
7623
7389
  /**
7624
7390
  *
7625
7391
  * @type {string}
7626
7392
  * @memberof HospitalItemModel
7627
7393
  */
7628
- 'logo'?: string | null;
7394
+ 'slug'?: string | null;
7629
7395
  /**
7630
7396
  *
7631
- * @type {string}
7397
+ * @type {boolean}
7632
7398
  * @memberof HospitalItemModel
7633
7399
  */
7634
- 'countryId'?: string;
7400
+ 'confirmed'?: boolean;
7635
7401
  /**
7636
7402
  *
7637
7403
  * @type {string}
7638
7404
  * @memberof HospitalItemModel
7639
7405
  */
7640
- 'countryName'?: string | null;
7406
+ 'logo'?: string | null;
7641
7407
  /**
7642
7408
  *
7643
7409
  * @type {MarketingType}
7644
7410
  * @memberof HospitalItemModel
7645
7411
  */
7646
7412
  'marketingType'?: MarketingType;
7413
+ /**
7414
+ *
7415
+ * @type {boolean}
7416
+ * @memberof HospitalItemModel
7417
+ */
7418
+ 'consultationEnabled'?: boolean | null;
7419
+ /**
7420
+ *
7421
+ * @type {number}
7422
+ * @memberof HospitalItemModel
7423
+ */
7424
+ 'consultationFee'?: number | null;
7647
7425
  /**
7648
7426
  *
7649
7427
  * @type {string}
@@ -7664,10 +7442,10 @@ export interface HospitalItemModel {
7664
7442
  'paymentEnabled'?: boolean;
7665
7443
  /**
7666
7444
  *
7667
- * @type {boolean}
7445
+ * @type {string}
7668
7446
  * @memberof HospitalItemModel
7669
7447
  */
7670
- 'confirmed'?: boolean;
7448
+ 'countryId'?: string;
7671
7449
  /**
7672
7450
  *
7673
7451
  * @type {LocationModel}
@@ -7698,37 +7476,49 @@ export interface HospitalModel {
7698
7476
  * @type {string}
7699
7477
  * @memberof HospitalModel
7700
7478
  */
7701
- 'name'?: string | null;
7479
+ 'languageCode'?: string | null;
7702
7480
  /**
7703
7481
  *
7704
7482
  * @type {string}
7705
7483
  * @memberof HospitalModel
7706
7484
  */
7707
- 'slug'?: string | null;
7485
+ 'name'?: string | null;
7708
7486
  /**
7709
7487
  *
7710
7488
  * @type {string}
7711
7489
  * @memberof HospitalModel
7712
7490
  */
7713
- 'logo'?: string | null;
7491
+ 'slug'?: string | null;
7714
7492
  /**
7715
7493
  *
7716
- * @type {string}
7494
+ * @type {boolean}
7717
7495
  * @memberof HospitalModel
7718
7496
  */
7719
- 'countryId'?: string;
7497
+ 'confirmed'?: boolean;
7720
7498
  /**
7721
7499
  *
7722
7500
  * @type {string}
7723
7501
  * @memberof HospitalModel
7724
7502
  */
7725
- 'countryName'?: string | null;
7503
+ 'logo'?: string | null;
7726
7504
  /**
7727
7505
  *
7728
7506
  * @type {MarketingType}
7729
7507
  * @memberof HospitalModel
7730
7508
  */
7731
7509
  'marketingType'?: MarketingType;
7510
+ /**
7511
+ *
7512
+ * @type {boolean}
7513
+ * @memberof HospitalModel
7514
+ */
7515
+ 'consultationEnabled'?: boolean | null;
7516
+ /**
7517
+ *
7518
+ * @type {number}
7519
+ * @memberof HospitalModel
7520
+ */
7521
+ 'consultationFee'?: number | null;
7732
7522
  /**
7733
7523
  *
7734
7524
  * @type {string}
@@ -7749,10 +7539,10 @@ export interface HospitalModel {
7749
7539
  'paymentEnabled'?: boolean;
7750
7540
  /**
7751
7541
  *
7752
- * @type {boolean}
7542
+ * @type {string}
7753
7543
  * @memberof HospitalModel
7754
7544
  */
7755
- 'confirmed'?: boolean;
7545
+ 'countryId'?: string;
7756
7546
  /**
7757
7547
  *
7758
7548
  * @type {LocationModel}
@@ -7765,12 +7555,6 @@ export interface HospitalModel {
7765
7555
  * @memberof HospitalModel
7766
7556
  */
7767
7557
  'auditableEntity'?: AuditableEntity;
7768
- /**
7769
- *
7770
- * @type {string}
7771
- * @memberof HospitalModel
7772
- */
7773
- 'languageCode'?: string | null;
7774
7558
  /**
7775
7559
  *
7776
7560
  * @type {string}
@@ -7819,18 +7603,6 @@ export interface HospitalModel {
7819
7603
  * @memberof HospitalModel
7820
7604
  */
7821
7605
  'doctorCount'?: number | null;
7822
- /**
7823
- *
7824
- * @type {boolean}
7825
- * @memberof HospitalModel
7826
- */
7827
- 'consultationEnabled'?: boolean | null;
7828
- /**
7829
- *
7830
- * @type {number}
7831
- * @memberof HospitalModel
7832
- */
7833
- 'consultationFee'?: number | null;
7834
7606
  /**
7835
7607
  *
7836
7608
  * @type {string}
@@ -7849,12 +7621,6 @@ export interface HospitalModel {
7849
7621
  * @memberof HospitalModel
7850
7622
  */
7851
7623
  'customStyle'?: string | null;
7852
- /**
7853
- *
7854
- * @type {Array<MediaModel>}
7855
- * @memberof HospitalModel
7856
- */
7857
- 'medias'?: Array<MediaModel> | null;
7858
7624
  }
7859
7625
  /**
7860
7626
  *
@@ -7873,182 +7639,128 @@ export interface HospitalServiceItemModel {
7873
7639
  * @type {string}
7874
7640
  * @memberof HospitalServiceItemModel
7875
7641
  */
7876
- 'name'?: string | null;
7877
- /**
7878
- *
7879
- * @type {string}
7880
- * @memberof HospitalServiceItemModel
7881
- */
7882
- 'slug'?: string | null;
7883
- /**
7884
- *
7885
- * @type {string}
7886
- * @memberof HospitalServiceItemModel
7887
- */
7888
- 'description'?: string | null;
7642
+ 'languageCode'?: string | null;
7889
7643
  /**
7890
7644
  *
7891
7645
  * @type {string}
7892
7646
  * @memberof HospitalServiceItemModel
7893
7647
  */
7894
- 'hospitalId'?: string;
7648
+ 'name'?: string | null;
7895
7649
  /**
7896
7650
  *
7897
7651
  * @type {string}
7898
7652
  * @memberof HospitalServiceItemModel
7899
7653
  */
7900
- 'hospitalName'?: string | null;
7654
+ 'slug'?: string | null;
7901
7655
  /**
7902
7656
  *
7903
- * @type {string}
7657
+ * @type {boolean}
7904
7658
  * @memberof HospitalServiceItemModel
7905
7659
  */
7906
- 'hospitalSlug'?: string | null;
7660
+ 'confirmed'?: boolean;
7907
7661
  /**
7908
7662
  *
7909
- * @type {string}
7663
+ * @type {number}
7910
7664
  * @memberof HospitalServiceItemModel
7911
7665
  */
7912
- 'specialtyTypeId'?: string | null;
7666
+ 'order'?: number;
7913
7667
  /**
7914
7668
  *
7915
7669
  * @type {string}
7916
7670
  * @memberof HospitalServiceItemModel
7917
7671
  */
7918
- 'specialtyTypeName'?: string | null;
7672
+ 'photo'?: string | null;
7919
7673
  /**
7920
7674
  *
7921
7675
  * @type {string}
7922
7676
  * @memberof HospitalServiceItemModel
7923
7677
  */
7924
- 'specialtyId'?: string;
7678
+ 'photoThumbnail'?: string | null;
7925
7679
  /**
7926
7680
  *
7927
- * @type {string}
7681
+ * @type {AuditableEntity}
7928
7682
  * @memberof HospitalServiceItemModel
7929
7683
  */
7930
- 'specialtyName'?: string | null;
7684
+ 'auditableEntity'?: AuditableEntity;
7685
+ }
7686
+ /**
7687
+ *
7688
+ * @export
7689
+ * @interface HospitalServiceModel
7690
+ */
7691
+ export interface HospitalServiceModel {
7931
7692
  /**
7932
7693
  *
7933
7694
  * @type {string}
7934
- * @memberof HospitalServiceItemModel
7695
+ * @memberof HospitalServiceModel
7935
7696
  */
7936
- 'hospitalSpecialtyName'?: string | null;
7697
+ 'id'?: string;
7937
7698
  /**
7938
7699
  *
7939
7700
  * @type {string}
7940
- * @memberof HospitalServiceItemModel
7701
+ * @memberof HospitalServiceModel
7941
7702
  */
7942
- 'hospitalSpecialtySlug'?: string | null;
7703
+ 'languageCode'?: string | null;
7943
7704
  /**
7944
7705
  *
7945
7706
  * @type {string}
7946
- * @memberof HospitalServiceItemModel
7707
+ * @memberof HospitalServiceModel
7947
7708
  */
7948
- 'serviceCategoryId'?: string | null;
7709
+ 'name'?: string | null;
7949
7710
  /**
7950
7711
  *
7951
7712
  * @type {string}
7952
- * @memberof HospitalServiceItemModel
7953
- */
7954
- 'serviceCategoryName'?: string | null;
7955
- /**
7956
- *
7957
- * @type {MarketingType}
7958
- * @memberof HospitalServiceItemModel
7959
- */
7960
- 'marketingType'?: MarketingType;
7961
- /**
7962
- *
7963
- * @type {Procedure}
7964
- * @memberof HospitalServiceItemModel
7965
- */
7966
- 'procedure'?: Procedure;
7967
- /**
7968
- *
7969
- * @type {number}
7970
- * @memberof HospitalServiceItemModel
7971
- */
7972
- 'minPrice'?: number | null;
7973
- /**
7974
- *
7975
- * @type {number}
7976
- * @memberof HospitalServiceItemModel
7713
+ * @memberof HospitalServiceModel
7977
7714
  */
7978
- 'maxPrice'?: number | null;
7715
+ 'slug'?: string | null;
7979
7716
  /**
7980
7717
  *
7981
7718
  * @type {boolean}
7982
- * @memberof HospitalServiceItemModel
7719
+ * @memberof HospitalServiceModel
7983
7720
  */
7984
- 'priceReuqest'?: boolean;
7721
+ 'confirmed'?: boolean;
7985
7722
  /**
7986
7723
  *
7987
7724
  * @type {number}
7988
- * @memberof HospitalServiceItemModel
7725
+ * @memberof HospitalServiceModel
7989
7726
  */
7990
7727
  'order'?: number;
7991
- /**
7992
- *
7993
- * @type {boolean}
7994
- * @memberof HospitalServiceItemModel
7995
- */
7996
- 'confirmed'?: boolean;
7997
7728
  /**
7998
7729
  *
7999
7730
  * @type {string}
8000
- * @memberof HospitalServiceItemModel
7731
+ * @memberof HospitalServiceModel
8001
7732
  */
8002
7733
  'photo'?: string | null;
8003
7734
  /**
8004
7735
  *
8005
7736
  * @type {string}
8006
- * @memberof HospitalServiceItemModel
7737
+ * @memberof HospitalServiceModel
8007
7738
  */
8008
7739
  'photoThumbnail'?: string | null;
8009
- /**
8010
- *
8011
- * @type {Array<MediaModel>}
8012
- * @memberof HospitalServiceItemModel
8013
- */
8014
- 'medias'?: Array<MediaModel> | null;
8015
7740
  /**
8016
7741
  *
8017
7742
  * @type {AuditableEntity}
8018
- * @memberof HospitalServiceItemModel
8019
- */
8020
- 'auditableEntity'?: AuditableEntity;
8021
- }
8022
- /**
8023
- *
8024
- * @export
8025
- * @interface HospitalServiceModel
8026
- */
8027
- export interface HospitalServiceModel {
8028
- /**
8029
- *
8030
- * @type {string}
8031
7743
  * @memberof HospitalServiceModel
8032
7744
  */
8033
- 'id'?: string;
7745
+ 'auditableEntity'?: AuditableEntity;
8034
7746
  /**
8035
7747
  *
8036
7748
  * @type {string}
8037
7749
  * @memberof HospitalServiceModel
8038
7750
  */
8039
- 'name'?: string | null;
7751
+ 'description'?: string | null;
8040
7752
  /**
8041
7753
  *
8042
7754
  * @type {string}
8043
7755
  * @memberof HospitalServiceModel
8044
7756
  */
8045
- 'slug'?: string | null;
7757
+ 'overview'?: string | null;
8046
7758
  /**
8047
7759
  *
8048
7760
  * @type {string}
8049
7761
  * @memberof HospitalServiceModel
8050
7762
  */
8051
- 'description'?: string | null;
7763
+ 'content'?: string | null;
8052
7764
  /**
8053
7765
  *
8054
7766
  * @type {string}
@@ -8067,18 +7779,6 @@ export interface HospitalServiceModel {
8067
7779
  * @memberof HospitalServiceModel
8068
7780
  */
8069
7781
  'hospitalSlug'?: string | null;
8070
- /**
8071
- *
8072
- * @type {string}
8073
- * @memberof HospitalServiceModel
8074
- */
8075
- 'specialtyTypeId'?: string | null;
8076
- /**
8077
- *
8078
- * @type {string}
8079
- * @memberof HospitalServiceModel
8080
- */
8081
- 'specialtyTypeName'?: string | null;
8082
7782
  /**
8083
7783
  *
8084
7784
  * @type {string}
@@ -8115,12 +7815,6 @@ export interface HospitalServiceModel {
8115
7815
  * @memberof HospitalServiceModel
8116
7816
  */
8117
7817
  'serviceCategoryName'?: string | null;
8118
- /**
8119
- *
8120
- * @type {MarketingType}
8121
- * @memberof HospitalServiceModel
8122
- */
8123
- 'marketingType'?: MarketingType;
8124
7818
  /**
8125
7819
  *
8126
7820
  * @type {Procedure}
@@ -8145,66 +7839,18 @@ export interface HospitalServiceModel {
8145
7839
  * @memberof HospitalServiceModel
8146
7840
  */
8147
7841
  'priceReuqest'?: boolean;
8148
- /**
8149
- *
8150
- * @type {number}
8151
- * @memberof HospitalServiceModel
8152
- */
8153
- 'order'?: number;
8154
- /**
8155
- *
8156
- * @type {boolean}
8157
- * @memberof HospitalServiceModel
8158
- */
8159
- 'confirmed'?: boolean;
8160
- /**
8161
- *
8162
- * @type {string}
8163
- * @memberof HospitalServiceModel
8164
- */
8165
- 'photo'?: string | null;
8166
7842
  /**
8167
7843
  *
8168
7844
  * @type {string}
8169
7845
  * @memberof HospitalServiceModel
8170
7846
  */
8171
- 'photoThumbnail'?: string | null;
7847
+ 'customStyle'?: string | null;
8172
7848
  /**
8173
7849
  *
8174
7850
  * @type {Array<MediaModel>}
8175
7851
  * @memberof HospitalServiceModel
8176
7852
  */
8177
7853
  'medias'?: Array<MediaModel> | null;
8178
- /**
8179
- *
8180
- * @type {AuditableEntity}
8181
- * @memberof HospitalServiceModel
8182
- */
8183
- 'auditableEntity'?: AuditableEntity;
8184
- /**
8185
- *
8186
- * @type {string}
8187
- * @memberof HospitalServiceModel
8188
- */
8189
- 'languageCode'?: string | null;
8190
- /**
8191
- *
8192
- * @type {string}
8193
- * @memberof HospitalServiceModel
8194
- */
8195
- 'content'?: string | null;
8196
- /**
8197
- *
8198
- * @type {string}
8199
- * @memberof HospitalServiceModel
8200
- */
8201
- 'customStyle'?: string | null;
8202
- /**
8203
- *
8204
- * @type {Array<LocalizedUrlModel>}
8205
- * @memberof HospitalServiceModel
8206
- */
8207
- 'localizedUrls'?: Array<LocalizedUrlModel> | null;
8208
7854
  }
8209
7855
  /**
8210
7856
  *
@@ -8237,6 +7883,12 @@ export interface HospitalSimpleItemModel {
8237
7883
  * @memberof HospitalSimpleItemModel
8238
7884
  */
8239
7885
  'id'?: string;
7886
+ /**
7887
+ *
7888
+ * @type {string}
7889
+ * @memberof HospitalSimpleItemModel
7890
+ */
7891
+ 'languageCode'?: string | null;
8240
7892
  /**
8241
7893
  *
8242
7894
  * @type {string}
@@ -8325,6 +7977,12 @@ export interface HospitalSpecialtyItemModel {
8325
7977
  * @memberof HospitalSpecialtyItemModel
8326
7978
  */
8327
7979
  'id'?: string;
7980
+ /**
7981
+ *
7982
+ * @type {string}
7983
+ * @memberof HospitalSpecialtyItemModel
7984
+ */
7985
+ 'languageCode'?: string | null;
8328
7986
  /**
8329
7987
  *
8330
7988
  * @type {string}
@@ -8339,10 +7997,10 @@ export interface HospitalSpecialtyItemModel {
8339
7997
  'slug'?: string | null;
8340
7998
  /**
8341
7999
  *
8342
- * @type {MarketingType}
8000
+ * @type {boolean}
8343
8001
  * @memberof HospitalSpecialtyItemModel
8344
8002
  */
8345
- 'marketingType'?: MarketingType;
8003
+ 'confirmed'?: boolean;
8346
8004
  /**
8347
8005
  *
8348
8006
  * @type {number}
@@ -8351,40 +8009,40 @@ export interface HospitalSpecialtyItemModel {
8351
8009
  'order'?: number;
8352
8010
  /**
8353
8011
  *
8354
- * @type {boolean}
8012
+ * @type {string}
8355
8013
  * @memberof HospitalSpecialtyItemModel
8356
8014
  */
8357
- 'confirmed'?: boolean;
8015
+ 'photo'?: string | null;
8358
8016
  /**
8359
8017
  *
8360
- * @type {number}
8018
+ * @type {string}
8361
8019
  * @memberof HospitalSpecialtyItemModel
8362
8020
  */
8363
- 'servicesCount'?: number;
8021
+ 'photoThumbnail'?: string | null;
8364
8022
  /**
8365
8023
  *
8366
8024
  * @type {string}
8367
8025
  * @memberof HospitalSpecialtyItemModel
8368
8026
  */
8369
- 'specialtyId'?: string;
8027
+ 'background'?: string | null;
8370
8028
  /**
8371
8029
  *
8372
8030
  * @type {string}
8373
8031
  * @memberof HospitalSpecialtyItemModel
8374
8032
  */
8375
- 'specialtyName'?: string | null;
8033
+ 'backgroundThumbnail'?: string | null;
8376
8034
  /**
8377
8035
  *
8378
- * @type {string}
8036
+ * @type {number}
8379
8037
  * @memberof HospitalSpecialtyItemModel
8380
8038
  */
8381
- 'specialtySlug'?: string | null;
8039
+ 'servicesCount'?: number;
8382
8040
  /**
8383
8041
  *
8384
- * @type {AuditableEntity}
8042
+ * @type {string}
8385
8043
  * @memberof HospitalSpecialtyItemModel
8386
8044
  */
8387
- 'auditableEntity'?: AuditableEntity;
8045
+ 'specialtyId'?: string;
8388
8046
  }
8389
8047
  /**
8390
8048
  *
@@ -8403,25 +8061,19 @@ export interface HospitalSpecialtyModel {
8403
8061
  * @type {string}
8404
8062
  * @memberof HospitalSpecialtyModel
8405
8063
  */
8406
- 'name'?: string | null;
8064
+ 'languageCode'?: string | null;
8407
8065
  /**
8408
8066
  *
8409
8067
  * @type {string}
8410
8068
  * @memberof HospitalSpecialtyModel
8411
8069
  */
8412
- 'slug'?: string | null;
8413
- /**
8414
- *
8415
- * @type {MarketingType}
8416
- * @memberof HospitalSpecialtyModel
8417
- */
8418
- 'marketingType'?: MarketingType;
8070
+ 'name'?: string | null;
8419
8071
  /**
8420
8072
  *
8421
- * @type {number}
8073
+ * @type {string}
8422
8074
  * @memberof HospitalSpecialtyModel
8423
8075
  */
8424
- 'order'?: number;
8076
+ 'slug'?: string | null;
8425
8077
  /**
8426
8078
  *
8427
8079
  * @type {boolean}
@@ -8433,109 +8085,103 @@ export interface HospitalSpecialtyModel {
8433
8085
  * @type {number}
8434
8086
  * @memberof HospitalSpecialtyModel
8435
8087
  */
8436
- 'servicesCount'?: number;
8088
+ 'order'?: number;
8437
8089
  /**
8438
8090
  *
8439
8091
  * @type {string}
8440
8092
  * @memberof HospitalSpecialtyModel
8441
8093
  */
8442
- 'specialtyId'?: string;
8094
+ 'photo'?: string | null;
8443
8095
  /**
8444
8096
  *
8445
8097
  * @type {string}
8446
8098
  * @memberof HospitalSpecialtyModel
8447
8099
  */
8448
- 'specialtyName'?: string | null;
8100
+ 'photoThumbnail'?: string | null;
8449
8101
  /**
8450
8102
  *
8451
8103
  * @type {string}
8452
8104
  * @memberof HospitalSpecialtyModel
8453
8105
  */
8454
- 'specialtySlug'?: string | null;
8455
- /**
8456
- *
8457
- * @type {AuditableEntity}
8458
- * @memberof HospitalSpecialtyModel
8459
- */
8460
- 'auditableEntity'?: AuditableEntity;
8106
+ 'background'?: string | null;
8461
8107
  /**
8462
8108
  *
8463
8109
  * @type {string}
8464
8110
  * @memberof HospitalSpecialtyModel
8465
8111
  */
8466
- 'languageCode'?: string | null;
8112
+ 'backgroundThumbnail'?: string | null;
8467
8113
  /**
8468
8114
  *
8469
- * @type {string}
8115
+ * @type {number}
8470
8116
  * @memberof HospitalSpecialtyModel
8471
8117
  */
8472
- 'description'?: string | null;
8118
+ 'servicesCount'?: number;
8473
8119
  /**
8474
8120
  *
8475
8121
  * @type {string}
8476
8122
  * @memberof HospitalSpecialtyModel
8477
8123
  */
8478
- 'content'?: string | null;
8124
+ 'specialtyId'?: string;
8479
8125
  /**
8480
8126
  *
8481
8127
  * @type {string}
8482
8128
  * @memberof HospitalSpecialtyModel
8483
8129
  */
8484
- 'hospitalId'?: string;
8130
+ 'description'?: string | null;
8485
8131
  /**
8486
8132
  *
8487
8133
  * @type {string}
8488
8134
  * @memberof HospitalSpecialtyModel
8489
8135
  */
8490
- 'hospitalName'?: string | null;
8136
+ 'overview'?: string | null;
8491
8137
  /**
8492
8138
  *
8493
8139
  * @type {string}
8494
8140
  * @memberof HospitalSpecialtyModel
8495
8141
  */
8496
- 'hospitalSlug'?: string | null;
8142
+ 'content'?: string | null;
8497
8143
  /**
8498
8144
  *
8499
8145
  * @type {string}
8500
8146
  * @memberof HospitalSpecialtyModel
8501
8147
  */
8502
- 'specialtyTypeId'?: string;
8148
+ 'hospitalId'?: string;
8503
8149
  /**
8504
8150
  *
8505
8151
  * @type {string}
8506
8152
  * @memberof HospitalSpecialtyModel
8507
8153
  */
8508
- 'specialtyTypeName'?: string | null;
8154
+ 'hospitalName'?: string | null;
8509
8155
  /**
8510
8156
  *
8511
8157
  * @type {string}
8512
8158
  * @memberof HospitalSpecialtyModel
8513
8159
  */
8514
- 'photo'?: string | null;
8160
+ 'hospitalSlug'?: string | null;
8515
8161
  /**
8516
8162
  *
8517
8163
  * @type {string}
8518
8164
  * @memberof HospitalSpecialtyModel
8519
8165
  */
8520
- 'photoThumbnail'?: string | null;
8166
+ 'specialtyName'?: string | null;
8521
8167
  /**
8522
8168
  *
8523
8169
  * @type {string}
8524
8170
  * @memberof HospitalSpecialtyModel
8525
8171
  */
8526
- 'background'?: string | null;
8172
+ 'specialtyTypeId'?: string;
8527
8173
  /**
8528
8174
  *
8529
8175
  * @type {string}
8530
8176
  * @memberof HospitalSpecialtyModel
8531
8177
  */
8532
- 'backgroundThumbnail'?: string | null;
8178
+ 'customStyle'?: string | null;
8533
8179
  /**
8534
8180
  *
8535
- * @type {string}
8181
+ * @type {Array<LocalizedUrlModel>}
8536
8182
  * @memberof HospitalSpecialtyModel
8537
8183
  */
8538
- 'customStyle'?: string | null;
8184
+ 'localizedUrls'?: Array<LocalizedUrlModel> | null;
8539
8185
  /**
8540
8186
  *
8541
8187
  * @type {Array<MediaModel>}
@@ -8560,19 +8206,19 @@ export interface HospitalSpecialtySimpleItemModel {
8560
8206
  * @type {string}
8561
8207
  * @memberof HospitalSpecialtySimpleItemModel
8562
8208
  */
8563
- 'name'?: string | null;
8209
+ 'languageCode'?: string | null;
8564
8210
  /**
8565
8211
  *
8566
8212
  * @type {string}
8567
8213
  * @memberof HospitalSpecialtySimpleItemModel
8568
8214
  */
8569
- 'slug'?: string | null;
8215
+ 'name'?: string | null;
8570
8216
  /**
8571
8217
  *
8572
- * @type {number}
8218
+ * @type {string}
8573
8219
  * @memberof HospitalSpecialtySimpleItemModel
8574
8220
  */
8575
- 'order'?: number;
8221
+ 'slug'?: string | null;
8576
8222
  /**
8577
8223
  *
8578
8224
  * @type {boolean}
@@ -8584,25 +8230,7 @@ export interface HospitalSpecialtySimpleItemModel {
8584
8230
  * @type {number}
8585
8231
  * @memberof HospitalSpecialtySimpleItemModel
8586
8232
  */
8587
- 'servicesCount'?: number;
8588
- /**
8589
- *
8590
- * @type {string}
8591
- * @memberof HospitalSpecialtySimpleItemModel
8592
- */
8593
- 'specialtyId'?: string;
8594
- /**
8595
- *
8596
- * @type {string}
8597
- * @memberof HospitalSpecialtySimpleItemModel
8598
- */
8599
- 'specialtyName'?: string | null;
8600
- /**
8601
- *
8602
- * @type {string}
8603
- * @memberof HospitalSpecialtySimpleItemModel
8604
- */
8605
- 'specialtySlug'?: string | null;
8233
+ 'order'?: number;
8606
8234
  }
8607
8235
  /**
8608
8236
  *
@@ -8914,12 +8542,6 @@ export interface ManagerItemModel {
8914
8542
  * @memberof ManagerItemModel
8915
8543
  */
8916
8544
  'firstName'?: string | null;
8917
- /**
8918
- *
8919
- * @type {string}
8920
- * @memberof ManagerItemModel
8921
- */
8922
- 'middleName'?: string | null;
8923
8545
  /**
8924
8546
  *
8925
8547
  * @type {string}
@@ -8931,13 +8553,7 @@ export interface ManagerItemModel {
8931
8553
  * @type {string}
8932
8554
  * @memberof ManagerItemModel
8933
8555
  */
8934
- 'fullName'?: string | null;
8935
- /**
8936
- *
8937
- * @type {string}
8938
- * @memberof ManagerItemModel
8939
- */
8940
- 'slug'?: string | null;
8556
+ 'fullname'?: string | null;
8941
8557
  /**
8942
8558
  *
8943
8559
  * @type {string}
@@ -8997,19 +8613,31 @@ export interface ManagerItemModel {
8997
8613
  * @type {string}
8998
8614
  * @memberof ManagerItemModel
8999
8615
  */
9000
- 'hospitalId'?: string | null;
8616
+ 'userType'?: string | null;
8617
+ /**
8618
+ *
8619
+ * @type {Array<UserLanguageModel>}
8620
+ * @memberof ManagerItemModel
8621
+ */
8622
+ 'languages'?: Array<UserLanguageModel> | null;
8623
+ /**
8624
+ *
8625
+ * @type {Array<UserLocationModel>}
8626
+ * @memberof ManagerItemModel
8627
+ */
8628
+ 'locations'?: Array<UserLocationModel> | null;
9001
8629
  /**
9002
8630
  *
9003
8631
  * @type {string}
9004
8632
  * @memberof ManagerItemModel
9005
8633
  */
9006
- 'hospitalName'?: string | null;
8634
+ 'hospitalId'?: string | null;
9007
8635
  /**
9008
8636
  *
9009
8637
  * @type {string}
9010
8638
  * @memberof ManagerItemModel
9011
8639
  */
9012
- 'hospitalSlug'?: string | null;
8640
+ 'hospitalName'?: string | null;
9013
8641
  /**
9014
8642
  *
9015
8643
  * @type {number}
@@ -9041,12 +8669,6 @@ export interface ManagerModel {
9041
8669
  * @memberof ManagerModel
9042
8670
  */
9043
8671
  'firstName'?: string | null;
9044
- /**
9045
- *
9046
- * @type {string}
9047
- * @memberof ManagerModel
9048
- */
9049
- 'middleName'?: string | null;
9050
8672
  /**
9051
8673
  *
9052
8674
  * @type {string}
@@ -9058,13 +8680,7 @@ export interface ManagerModel {
9058
8680
  * @type {string}
9059
8681
  * @memberof ManagerModel
9060
8682
  */
9061
- 'fullName'?: string | null;
9062
- /**
9063
- *
9064
- * @type {string}
9065
- * @memberof ManagerModel
9066
- */
9067
- 'slug'?: string | null;
8683
+ 'fullname'?: string | null;
9068
8684
  /**
9069
8685
  *
9070
8686
  * @type {string}
@@ -9149,12 +8765,6 @@ export interface ManagerModel {
9149
8765
  * @memberof ManagerModel
9150
8766
  */
9151
8767
  'hospitalName'?: string | null;
9152
- /**
9153
- *
9154
- * @type {string}
9155
- * @memberof ManagerModel
9156
- */
9157
- 'hospitalSlug'?: string | null;
9158
8768
  /**
9159
8769
  *
9160
8770
  * @type {number}
@@ -9740,12 +9350,6 @@ export interface PatientItemModel {
9740
9350
  * @memberof PatientItemModel
9741
9351
  */
9742
9352
  'firstName'?: string | null;
9743
- /**
9744
- *
9745
- * @type {string}
9746
- * @memberof PatientItemModel
9747
- */
9748
- 'middleName'?: string | null;
9749
9353
  /**
9750
9354
  *
9751
9355
  * @type {string}
@@ -9757,13 +9361,7 @@ export interface PatientItemModel {
9757
9361
  * @type {string}
9758
9362
  * @memberof PatientItemModel
9759
9363
  */
9760
- 'fullName'?: string | null;
9761
- /**
9762
- *
9763
- * @type {string}
9764
- * @memberof PatientItemModel
9765
- */
9766
- 'slug'?: string | null;
9364
+ 'fullname'?: string | null;
9767
9365
  /**
9768
9366
  *
9769
9367
  * @type {string}
@@ -9849,12 +9447,6 @@ export interface PatientModel {
9849
9447
  * @memberof PatientModel
9850
9448
  */
9851
9449
  'firstName'?: string | null;
9852
- /**
9853
- *
9854
- * @type {string}
9855
- * @memberof PatientModel
9856
- */
9857
- 'middleName'?: string | null;
9858
9450
  /**
9859
9451
  *
9860
9452
  * @type {string}
@@ -9866,13 +9458,7 @@ export interface PatientModel {
9866
9458
  * @type {string}
9867
9459
  * @memberof PatientModel
9868
9460
  */
9869
- 'fullName'?: string | null;
9870
- /**
9871
- *
9872
- * @type {string}
9873
- * @memberof PatientModel
9874
- */
9875
- 'slug'?: string | null;
9461
+ 'fullname'?: string | null;
9876
9462
  /**
9877
9463
  *
9878
9464
  * @type {string}
@@ -10614,31 +10200,6 @@ export interface ServiceReviewsModel {
10614
10200
  */
10615
10201
  'metaData'?: PagedListMetaData;
10616
10202
  }
10617
- /**
10618
- *
10619
- * @export
10620
- * @interface SnsHandle
10621
- */
10622
- export interface SnsHandle {
10623
- /**
10624
- *
10625
- * @type {string}
10626
- * @memberof SnsHandle
10627
- */
10628
- 'id'?: string;
10629
- /**
10630
- *
10631
- * @type {SnsType}
10632
- * @memberof SnsHandle
10633
- */
10634
- 'snsType'?: SnsType;
10635
- /**
10636
- *
10637
- * @type {string}
10638
- * @memberof SnsHandle
10639
- */
10640
- 'handle'?: string | null;
10641
- }
10642
10203
  /**
10643
10204
  *
10644
10205
  * @export
@@ -10776,31 +10337,25 @@ export interface SpecialtyItemModel {
10776
10337
  * @type {string}
10777
10338
  * @memberof SpecialtyItemModel
10778
10339
  */
10779
- 'name'?: string | null;
10340
+ 'languageCode'?: string | null;
10780
10341
  /**
10781
10342
  *
10782
10343
  * @type {string}
10783
10344
  * @memberof SpecialtyItemModel
10784
10345
  */
10785
- 'slug'?: string | null;
10346
+ 'name'?: string | null;
10786
10347
  /**
10787
10348
  *
10788
10349
  * @type {string}
10789
10350
  * @memberof SpecialtyItemModel
10790
10351
  */
10791
- 'description'?: string | null;
10792
- /**
10793
- *
10794
- * @type {number}
10795
- * @memberof SpecialtyItemModel
10796
- */
10797
- 'hospitalSpecialtyCount'?: number;
10352
+ 'slug'?: string | null;
10798
10353
  /**
10799
10354
  *
10800
- * @type {number}
10355
+ * @type {boolean}
10801
10356
  * @memberof SpecialtyItemModel
10802
10357
  */
10803
- 'serviceCount'?: number;
10358
+ 'confirmed'?: boolean;
10804
10359
  /**
10805
10360
  *
10806
10361
  * @type {string}
@@ -10815,22 +10370,16 @@ export interface SpecialtyItemModel {
10815
10370
  'specialtyTypeName'?: string | null;
10816
10371
  /**
10817
10372
  *
10818
- * @type {boolean}
10373
+ * @type {Array<MediaModel>}
10819
10374
  * @memberof SpecialtyItemModel
10820
10375
  */
10821
- 'confirmed'?: boolean;
10376
+ 'medias'?: Array<MediaModel> | null;
10822
10377
  /**
10823
10378
  *
10824
10379
  * @type {AuditableEntity}
10825
10380
  * @memberof SpecialtyItemModel
10826
10381
  */
10827
10382
  'auditableEntity'?: AuditableEntity;
10828
- /**
10829
- *
10830
- * @type {Array<MediaModel>}
10831
- * @memberof SpecialtyItemModel
10832
- */
10833
- 'medias'?: Array<MediaModel> | null;
10834
10383
  }
10835
10384
  /**
10836
10385
  *
@@ -10849,25 +10398,31 @@ export interface SpecialtyItemSimpleModel {
10849
10398
  * @type {string}
10850
10399
  * @memberof SpecialtyItemSimpleModel
10851
10400
  */
10852
- 'name'?: string | null;
10401
+ 'languageCode'?: string | null;
10853
10402
  /**
10854
10403
  *
10855
10404
  * @type {string}
10856
10405
  * @memberof SpecialtyItemSimpleModel
10857
10406
  */
10858
- 'slug'?: string | null;
10407
+ 'name'?: string | null;
10859
10408
  /**
10860
10409
  *
10861
10410
  * @type {string}
10862
10411
  * @memberof SpecialtyItemSimpleModel
10863
10412
  */
10864
- 'specialtyTypeId'?: string;
10413
+ 'slug'?: string | null;
10865
10414
  /**
10866
10415
  *
10867
10416
  * @type {boolean}
10868
10417
  * @memberof SpecialtyItemSimpleModel
10869
10418
  */
10870
10419
  'confirmed'?: boolean;
10420
+ /**
10421
+ *
10422
+ * @type {string}
10423
+ * @memberof SpecialtyItemSimpleModel
10424
+ */
10425
+ 'specialtyTypeId'?: string;
10871
10426
  }
10872
10427
  /**
10873
10428
  *
@@ -10886,31 +10441,25 @@ export interface SpecialtyModel {
10886
10441
  * @type {string}
10887
10442
  * @memberof SpecialtyModel
10888
10443
  */
10889
- 'name'?: string | null;
10444
+ 'languageCode'?: string | null;
10890
10445
  /**
10891
10446
  *
10892
10447
  * @type {string}
10893
10448
  * @memberof SpecialtyModel
10894
10449
  */
10895
- 'slug'?: string | null;
10450
+ 'name'?: string | null;
10896
10451
  /**
10897
10452
  *
10898
10453
  * @type {string}
10899
10454
  * @memberof SpecialtyModel
10900
10455
  */
10901
- 'description'?: string | null;
10902
- /**
10903
- *
10904
- * @type {number}
10905
- * @memberof SpecialtyModel
10906
- */
10907
- 'hospitalSpecialtyCount'?: number;
10456
+ 'slug'?: string | null;
10908
10457
  /**
10909
10458
  *
10910
- * @type {number}
10459
+ * @type {boolean}
10911
10460
  * @memberof SpecialtyModel
10912
10461
  */
10913
- 'serviceCount'?: number;
10462
+ 'confirmed'?: boolean;
10914
10463
  /**
10915
10464
  *
10916
10465
  * @type {string}
@@ -10925,10 +10474,10 @@ export interface SpecialtyModel {
10925
10474
  'specialtyTypeName'?: string | null;
10926
10475
  /**
10927
10476
  *
10928
- * @type {boolean}
10477
+ * @type {Array<MediaModel>}
10929
10478
  * @memberof SpecialtyModel
10930
10479
  */
10931
- 'confirmed'?: boolean;
10480
+ 'medias'?: Array<MediaModel> | null;
10932
10481
  /**
10933
10482
  *
10934
10483
  * @type {AuditableEntity}
@@ -10937,28 +10486,22 @@ export interface SpecialtyModel {
10937
10486
  'auditableEntity'?: AuditableEntity;
10938
10487
  /**
10939
10488
  *
10940
- * @type {Array<MediaModel>}
10489
+ * @type {string}
10941
10490
  * @memberof SpecialtyModel
10942
10491
  */
10943
- 'medias'?: Array<MediaModel> | null;
10492
+ 'description'?: string | null;
10944
10493
  /**
10945
10494
  *
10946
10495
  * @type {string}
10947
10496
  * @memberof SpecialtyModel
10948
10497
  */
10949
- 'languageCode'?: string | null;
10498
+ 'overview'?: string | null;
10950
10499
  /**
10951
10500
  *
10952
10501
  * @type {string}
10953
10502
  * @memberof SpecialtyModel
10954
10503
  */
10955
10504
  'content'?: string | null;
10956
- /**
10957
- *
10958
- * @type {Array<LocalizedUrlModel>}
10959
- * @memberof SpecialtyModel
10960
- */
10961
- 'localizedUrls'?: Array<LocalizedUrlModel> | null;
10962
10505
  }
10963
10506
  /**
10964
10507
  *
@@ -10977,55 +10520,43 @@ export interface SpecialtyTypeItemModel {
10977
10520
  * @type {string}
10978
10521
  * @memberof SpecialtyTypeItemModel
10979
10522
  */
10980
- 'name'?: string | null;
10523
+ 'languageCode'?: string | null;
10981
10524
  /**
10982
10525
  *
10983
10526
  * @type {string}
10984
10527
  * @memberof SpecialtyTypeItemModel
10985
10528
  */
10986
- 'slug'?: string | null;
10529
+ 'name'?: string | null;
10987
10530
  /**
10988
10531
  *
10989
10532
  * @type {string}
10990
10533
  * @memberof SpecialtyTypeItemModel
10991
10534
  */
10992
- 'description'?: string | null;
10535
+ 'slug'?: string | null;
10993
10536
  /**
10994
10537
  *
10995
- * @type {MarketingType}
10538
+ * @type {boolean}
10996
10539
  * @memberof SpecialtyTypeItemModel
10997
10540
  */
10998
- 'marketingType'?: MarketingType;
10541
+ 'confirmed'?: boolean;
10999
10542
  /**
11000
10543
  *
11001
- * @type {number}
10544
+ * @type {string}
11002
10545
  * @memberof SpecialtyTypeItemModel
11003
10546
  */
11004
- 'specialtyCount'?: number;
10547
+ 'description'?: string | null;
11005
10548
  /**
11006
10549
  *
11007
- * @type {number}
10550
+ * @type {MarketingType}
11008
10551
  * @memberof SpecialtyTypeItemModel
11009
10552
  */
11010
- 'hospitalSpecialtyCount'?: number;
10553
+ 'marketingType'?: MarketingType;
11011
10554
  /**
11012
10555
  *
11013
10556
  * @type {number}
11014
10557
  * @memberof SpecialtyTypeItemModel
11015
10558
  */
11016
- 'serviceCount'?: number;
11017
- /**
11018
- *
11019
- * @type {Date}
11020
- * @memberof SpecialtyTypeItemModel
11021
- */
11022
- 'created'?: Date;
11023
- /**
11024
- *
11025
- * @type {boolean}
11026
- * @memberof SpecialtyTypeItemModel
11027
- */
11028
- 'confirmed'?: boolean;
10559
+ 'specialtiesCount'?: number;
11029
10560
  /**
11030
10561
  *
11031
10562
  * @type {Array<MediaModel>}
@@ -11056,55 +10587,43 @@ export interface SpecialtyTypeModel {
11056
10587
  * @type {string}
11057
10588
  * @memberof SpecialtyTypeModel
11058
10589
  */
11059
- 'name'?: string | null;
10590
+ 'languageCode'?: string | null;
11060
10591
  /**
11061
10592
  *
11062
10593
  * @type {string}
11063
10594
  * @memberof SpecialtyTypeModel
11064
10595
  */
11065
- 'slug'?: string | null;
10596
+ 'name'?: string | null;
11066
10597
  /**
11067
10598
  *
11068
10599
  * @type {string}
11069
10600
  * @memberof SpecialtyTypeModel
11070
10601
  */
11071
- 'description'?: string | null;
10602
+ 'slug'?: string | null;
11072
10603
  /**
11073
10604
  *
11074
- * @type {MarketingType}
10605
+ * @type {boolean}
11075
10606
  * @memberof SpecialtyTypeModel
11076
10607
  */
11077
- 'marketingType'?: MarketingType;
10608
+ 'confirmed'?: boolean;
11078
10609
  /**
11079
10610
  *
11080
- * @type {number}
10611
+ * @type {string}
11081
10612
  * @memberof SpecialtyTypeModel
11082
10613
  */
11083
- 'specialtyCount'?: number;
10614
+ 'description'?: string | null;
11084
10615
  /**
11085
10616
  *
11086
- * @type {number}
10617
+ * @type {MarketingType}
11087
10618
  * @memberof SpecialtyTypeModel
11088
10619
  */
11089
- 'hospitalSpecialtyCount'?: number;
10620
+ 'marketingType'?: MarketingType;
11090
10621
  /**
11091
10622
  *
11092
10623
  * @type {number}
11093
10624
  * @memberof SpecialtyTypeModel
11094
10625
  */
11095
- 'serviceCount'?: number;
11096
- /**
11097
- *
11098
- * @type {Date}
11099
- * @memberof SpecialtyTypeModel
11100
- */
11101
- 'created'?: Date;
11102
- /**
11103
- *
11104
- * @type {boolean}
11105
- * @memberof SpecialtyTypeModel
11106
- */
11107
- 'confirmed'?: boolean;
10626
+ 'specialtiesCount'?: number;
11108
10627
  /**
11109
10628
  *
11110
10629
  * @type {Array<MediaModel>}
@@ -11122,19 +10641,13 @@ export interface SpecialtyTypeModel {
11122
10641
  * @type {string}
11123
10642
  * @memberof SpecialtyTypeModel
11124
10643
  */
11125
- 'languageCode'?: string | null;
10644
+ 'overview'?: string | null;
11126
10645
  /**
11127
10646
  *
11128
10647
  * @type {string}
11129
10648
  * @memberof SpecialtyTypeModel
11130
10649
  */
11131
10650
  'content'?: string | null;
11132
- /**
11133
- *
11134
- * @type {Array<LocalizedUrlModel>}
11135
- * @memberof SpecialtyTypeModel
11136
- */
11137
- 'localizedUrls'?: Array<LocalizedUrlModel> | null;
11138
10651
  }
11139
10652
  /**
11140
10653
  *
@@ -11148,6 +10661,12 @@ export interface SpecialtyTypeSimpleItemModel {
11148
10661
  * @memberof SpecialtyTypeSimpleItemModel
11149
10662
  */
11150
10663
  'id'?: string;
10664
+ /**
10665
+ *
10666
+ * @type {string}
10667
+ * @memberof SpecialtyTypeSimpleItemModel
10668
+ */
10669
+ 'languageCode'?: string | null;
11151
10670
  /**
11152
10671
  *
11153
10672
  * @type {string}
@@ -11734,24 +11253,12 @@ export interface UpdateCHAdminCommand {
11734
11253
  * @memberof UpdateCHAdminCommand
11735
11254
  */
11736
11255
  'firstName'?: string | null;
11737
- /**
11738
- *
11739
- * @type {string}
11740
- * @memberof UpdateCHAdminCommand
11741
- */
11742
- 'middleName'?: string | null;
11743
11256
  /**
11744
11257
  *
11745
11258
  * @type {string}
11746
11259
  * @memberof UpdateCHAdminCommand
11747
11260
  */
11748
11261
  'lastName'?: string | null;
11749
- /**
11750
- *
11751
- * @type {string}
11752
- * @memberof UpdateCHAdminCommand
11753
- */
11754
- 'slug'?: string | null;
11755
11262
  /**
11756
11263
  *
11757
11264
  * @type {string}
@@ -11813,24 +11320,12 @@ export interface UpdateCHManagerCommand {
11813
11320
  * @memberof UpdateCHManagerCommand
11814
11321
  */
11815
11322
  'firstName'?: string | null;
11816
- /**
11817
- *
11818
- * @type {string}
11819
- * @memberof UpdateCHManagerCommand
11820
- */
11821
- 'middleName'?: string | null;
11822
11323
  /**
11823
11324
  *
11824
11325
  * @type {string}
11825
11326
  * @memberof UpdateCHManagerCommand
11826
11327
  */
11827
11328
  'lastName'?: string | null;
11828
- /**
11829
- *
11830
- * @type {string}
11831
- * @memberof UpdateCHManagerCommand
11832
- */
11833
- 'slug'?: string | null;
11834
11329
  /**
11835
11330
  *
11836
11331
  * @type {string}
@@ -12225,36 +11720,12 @@ export interface UpdateDoctorCommand {
12225
11720
  * @memberof UpdateDoctorCommand
12226
11721
  */
12227
11722
  'firstName'?: string | null;
12228
- /**
12229
- *
12230
- * @type {string}
12231
- * @memberof UpdateDoctorCommand
12232
- */
12233
- 'middleName'?: string | null;
12234
11723
  /**
12235
11724
  *
12236
11725
  * @type {string}
12237
11726
  * @memberof UpdateDoctorCommand
12238
11727
  */
12239
11728
  'lastName'?: string | null;
12240
- /**
12241
- *
12242
- * @type {string}
12243
- * @memberof UpdateDoctorCommand
12244
- */
12245
- 'description'?: string | null;
12246
- /**
12247
- *
12248
- * @type {string}
12249
- * @memberof UpdateDoctorCommand
12250
- */
12251
- 'overview'?: string | null;
12252
- /**
12253
- *
12254
- * @type {string}
12255
- * @memberof UpdateDoctorCommand
12256
- */
12257
- 'content'?: string | null;
12258
11729
  /**
12259
11730
  *
12260
11731
  * @type {string}
@@ -12297,6 +11768,12 @@ export interface UpdateDoctorCommand {
12297
11768
  * @memberof UpdateDoctorCommand
12298
11769
  */
12299
11770
  'startPracticeDate'?: Date | null;
11771
+ /**
11772
+ *
11773
+ * @type {string}
11774
+ * @memberof UpdateDoctorCommand
11775
+ */
11776
+ 'overview'?: string | null;
12300
11777
  /**
12301
11778
  *
12302
11779
  * @type {boolean}
@@ -12315,6 +11792,12 @@ export interface UpdateDoctorCommand {
12315
11792
  * @memberof UpdateDoctorCommand
12316
11793
  */
12317
11794
  'timeZone'?: string | null;
11795
+ /**
11796
+ *
11797
+ * @type {string}
11798
+ * @memberof UpdateDoctorCommand
11799
+ */
11800
+ 'hospitalId'?: string | null;
12318
11801
  /**
12319
11802
  *
12320
11803
  * @type {string}
@@ -13057,24 +12540,12 @@ export interface UpdateManagerCommand {
13057
12540
  * @memberof UpdateManagerCommand
13058
12541
  */
13059
12542
  'firstName'?: string | null;
13060
- /**
13061
- *
13062
- * @type {string}
13063
- * @memberof UpdateManagerCommand
13064
- */
13065
- 'middleName'?: string | null;
13066
12543
  /**
13067
12544
  *
13068
12545
  * @type {string}
13069
12546
  * @memberof UpdateManagerCommand
13070
12547
  */
13071
12548
  'lastName'?: string | null;
13072
- /**
13073
- *
13074
- * @type {string}
13075
- * @memberof UpdateManagerCommand
13076
- */
13077
- 'slug'?: string | null;
13078
12549
  /**
13079
12550
  *
13080
12551
  * @type {string}
@@ -13111,6 +12582,12 @@ export interface UpdateManagerCommand {
13111
12582
  * @memberof UpdateManagerCommand
13112
12583
  */
13113
12584
  'timeZone'?: string | null;
12585
+ /**
12586
+ *
12587
+ * @type {Array<string>}
12588
+ * @memberof UpdateManagerCommand
12589
+ */
12590
+ 'hospitalIds'?: Array<string> | null;
13114
12591
  }
13115
12592
  /**
13116
12593
  *
@@ -13173,24 +12650,12 @@ export interface UpdatePatientCommand {
13173
12650
  * @memberof UpdatePatientCommand
13174
12651
  */
13175
12652
  'firstName'?: string | null;
13176
- /**
13177
- *
13178
- * @type {string}
13179
- * @memberof UpdatePatientCommand
13180
- */
13181
- 'middleName'?: string | null;
13182
12653
  /**
13183
12654
  *
13184
12655
  * @type {string}
13185
12656
  * @memberof UpdatePatientCommand
13186
12657
  */
13187
12658
  'lastName'?: string | null;
13188
- /**
13189
- *
13190
- * @type {string}
13191
- * @memberof UpdatePatientCommand
13192
- */
13193
- 'slug'?: string | null;
13194
12659
  /**
13195
12660
  *
13196
12661
  * @type {string}
@@ -13486,55 +12951,43 @@ export interface UpdateSpecialtyTypeCommand {
13486
12951
  * @type {string}
13487
12952
  * @memberof UpdateSpecialtyTypeCommand
13488
12953
  */
13489
- 'name'?: string | null;
12954
+ 'languageCode'?: string | null;
13490
12955
  /**
13491
12956
  *
13492
12957
  * @type {string}
13493
12958
  * @memberof UpdateSpecialtyTypeCommand
13494
12959
  */
13495
- 'slug'?: string | null;
12960
+ 'name'?: string | null;
13496
12961
  /**
13497
12962
  *
13498
12963
  * @type {string}
13499
12964
  * @memberof UpdateSpecialtyTypeCommand
13500
12965
  */
13501
- 'description'?: string | null;
12966
+ 'slug'?: string | null;
13502
12967
  /**
13503
12968
  *
13504
- * @type {MarketingType}
12969
+ * @type {boolean}
13505
12970
  * @memberof UpdateSpecialtyTypeCommand
13506
12971
  */
13507
- 'marketingType'?: MarketingType;
12972
+ 'confirmed'?: boolean;
13508
12973
  /**
13509
12974
  *
13510
- * @type {number}
12975
+ * @type {string}
13511
12976
  * @memberof UpdateSpecialtyTypeCommand
13512
12977
  */
13513
- 'specialtyCount'?: number;
12978
+ 'description'?: string | null;
13514
12979
  /**
13515
12980
  *
13516
- * @type {number}
12981
+ * @type {MarketingType}
13517
12982
  * @memberof UpdateSpecialtyTypeCommand
13518
12983
  */
13519
- 'hospitalSpecialtyCount'?: number;
12984
+ 'marketingType'?: MarketingType;
13520
12985
  /**
13521
12986
  *
13522
12987
  * @type {number}
13523
12988
  * @memberof UpdateSpecialtyTypeCommand
13524
12989
  */
13525
- 'serviceCount'?: number;
13526
- /**
13527
- *
13528
- * @type {Date}
13529
- * @memberof UpdateSpecialtyTypeCommand
13530
- */
13531
- 'created'?: Date;
13532
- /**
13533
- *
13534
- * @type {boolean}
13535
- * @memberof UpdateSpecialtyTypeCommand
13536
- */
13537
- 'confirmed'?: boolean;
12990
+ 'specialtiesCount'?: number;
13538
12991
  /**
13539
12992
  *
13540
12993
  * @type {Array<MediaModel>}
@@ -13552,19 +13005,13 @@ export interface UpdateSpecialtyTypeCommand {
13552
13005
  * @type {string}
13553
13006
  * @memberof UpdateSpecialtyTypeCommand
13554
13007
  */
13555
- 'languageCode'?: string | null;
13008
+ 'overview'?: string | null;
13556
13009
  /**
13557
13010
  *
13558
13011
  * @type {string}
13559
13012
  * @memberof UpdateSpecialtyTypeCommand
13560
13013
  */
13561
13014
  'content'?: string | null;
13562
- /**
13563
- *
13564
- * @type {Array<LocalizedUrlModel>}
13565
- * @memberof UpdateSpecialtyTypeCommand
13566
- */
13567
- 'localizedUrls'?: Array<LocalizedUrlModel> | null;
13568
13015
  }
13569
13016
  /**
13570
13017
  *
@@ -13725,12 +13172,6 @@ export interface UserModel {
13725
13172
  * @memberof UserModel
13726
13173
  */
13727
13174
  'firstName'?: string | null;
13728
- /**
13729
- *
13730
- * @type {string}
13731
- * @memberof UserModel
13732
- */
13733
- 'middleName'?: string | null;
13734
13175
  /**
13735
13176
  *
13736
13177
  * @type {string}
@@ -13742,13 +13183,7 @@ export interface UserModel {
13742
13183
  * @type {string}
13743
13184
  * @memberof UserModel
13744
13185
  */
13745
- 'fullName'?: string | null;
13746
- /**
13747
- *
13748
- * @type {string}
13749
- * @memberof UserModel
13750
- */
13751
- 'slug'?: string | null;
13186
+ 'fullname'?: string | null;
13752
13187
  /**
13753
13188
  *
13754
13189
  * @type {string}
@@ -26037,7 +25472,6 @@ export const DoctorsApiAxiosParamCreator = function (configuration?: Configurati
26037
25472
  *
26038
25473
  * @summary Get all Doctors.
26039
25474
  * @param {string} [hospitalId]
26040
- * @param {string} [hospitalName]
26041
25475
  * @param {string} [languageCode]
26042
25476
  * @param {boolean} [returnDefaultValue]
26043
25477
  * @param {Array<string>} [ids]
@@ -26056,7 +25490,7 @@ export const DoctorsApiAxiosParamCreator = function (configuration?: Configurati
26056
25490
  * @param {*} [options] Override http request option.
26057
25491
  * @throws {RequiredError}
26058
25492
  */
26059
- apiV1DoctorsGet: async (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<RequestArgs> => {
25493
+ apiV1DoctorsGet: async (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<RequestArgs> => {
26060
25494
  const localVarPath = `/api/v1/doctors`;
26061
25495
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
26062
25496
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -26077,10 +25511,6 @@ export const DoctorsApiAxiosParamCreator = function (configuration?: Configurati
26077
25511
  localVarQueryParameter['HospitalId'] = hospitalId;
26078
25512
  }
26079
25513
 
26080
- if (hospitalName !== undefined) {
26081
- localVarQueryParameter['HospitalName'] = hospitalName;
26082
- }
26083
-
26084
25514
  if (languageCode !== undefined) {
26085
25515
  localVarQueryParameter['LanguageCode'] = languageCode;
26086
25516
  }
@@ -26200,7 +25630,6 @@ export const DoctorsApiAxiosParamCreator = function (configuration?: Configurati
26200
25630
  *
26201
25631
  * @summary Get all Doctors.
26202
25632
  * @param {string} [hospitalId]
26203
- * @param {string} [hospitalName]
26204
25633
  * @param {string} [languageCode]
26205
25634
  * @param {boolean} [returnDefaultValue]
26206
25635
  * @param {Array<string>} [ids]
@@ -26219,7 +25648,7 @@ export const DoctorsApiAxiosParamCreator = function (configuration?: Configurati
26219
25648
  * @param {*} [options] Override http request option.
26220
25649
  * @throws {RequiredError}
26221
25650
  */
26222
- apiV1DoctorsSimpleGet: async (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<RequestArgs> => {
25651
+ apiV1DoctorsSimpleGet: async (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<RequestArgs> => {
26223
25652
  const localVarPath = `/api/v1/doctors/simple`;
26224
25653
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
26225
25654
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -26240,10 +25669,6 @@ export const DoctorsApiAxiosParamCreator = function (configuration?: Configurati
26240
25669
  localVarQueryParameter['HospitalId'] = hospitalId;
26241
25670
  }
26242
25671
 
26243
- if (hospitalName !== undefined) {
26244
- localVarQueryParameter['HospitalName'] = hospitalName;
26245
- }
26246
-
26247
25672
  if (languageCode !== undefined) {
26248
25673
  localVarQueryParameter['LanguageCode'] = languageCode;
26249
25674
  }
@@ -26864,7 +26289,6 @@ export const DoctorsApiFp = function(configuration?: Configuration) {
26864
26289
  *
26865
26290
  * @summary Get all Doctors.
26866
26291
  * @param {string} [hospitalId]
26867
- * @param {string} [hospitalName]
26868
26292
  * @param {string} [languageCode]
26869
26293
  * @param {boolean} [returnDefaultValue]
26870
26294
  * @param {Array<string>} [ids]
@@ -26883,8 +26307,8 @@ export const DoctorsApiFp = function(configuration?: Configuration) {
26883
26307
  * @param {*} [options] Override http request option.
26884
26308
  * @throws {RequiredError}
26885
26309
  */
26886
- async 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<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorsModel>> {
26887
- const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1DoctorsGet(hospitalId, hospitalName, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options);
26310
+ async 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<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorsModel>> {
26311
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1DoctorsGet(hospitalId, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options);
26888
26312
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
26889
26313
  },
26890
26314
  /**
@@ -26902,7 +26326,6 @@ export const DoctorsApiFp = function(configuration?: Configuration) {
26902
26326
  *
26903
26327
  * @summary Get all Doctors.
26904
26328
  * @param {string} [hospitalId]
26905
- * @param {string} [hospitalName]
26906
26329
  * @param {string} [languageCode]
26907
26330
  * @param {boolean} [returnDefaultValue]
26908
26331
  * @param {Array<string>} [ids]
@@ -26921,8 +26344,8 @@ export const DoctorsApiFp = function(configuration?: Configuration) {
26921
26344
  * @param {*} [options] Override http request option.
26922
26345
  * @throws {RequiredError}
26923
26346
  */
26924
- async 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<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorsSimpleModel>> {
26925
- const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1DoctorsSimpleGet(hospitalId, hospitalName, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options);
26347
+ async 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<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorsSimpleModel>> {
26348
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1DoctorsSimpleGet(hospitalId, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options);
26926
26349
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
26927
26350
  },
26928
26351
  /**
@@ -27396,7 +26819,6 @@ export const DoctorsApiFactory = function (configuration?: Configuration, basePa
27396
26819
  *
27397
26820
  * @summary Get all Doctors.
27398
26821
  * @param {string} [hospitalId]
27399
- * @param {string} [hospitalName]
27400
26822
  * @param {string} [languageCode]
27401
26823
  * @param {boolean} [returnDefaultValue]
27402
26824
  * @param {Array<string>} [ids]
@@ -27415,8 +26837,8 @@ export const DoctorsApiFactory = function (configuration?: Configuration, basePa
27415
26837
  * @param {*} [options] Override http request option.
27416
26838
  * @throws {RequiredError}
27417
26839
  */
27418
- 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?: any): AxiosPromise<DoctorsModel> {
27419
- return localVarFp.apiV1DoctorsGet(hospitalId, hospitalName, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
26840
+ 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?: any): AxiosPromise<DoctorsModel> {
26841
+ return localVarFp.apiV1DoctorsGet(hospitalId, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
27420
26842
  },
27421
26843
  /**
27422
26844
  *
@@ -27432,7 +26854,6 @@ export const DoctorsApiFactory = function (configuration?: Configuration, basePa
27432
26854
  *
27433
26855
  * @summary Get all Doctors.
27434
26856
  * @param {string} [hospitalId]
27435
- * @param {string} [hospitalName]
27436
26857
  * @param {string} [languageCode]
27437
26858
  * @param {boolean} [returnDefaultValue]
27438
26859
  * @param {Array<string>} [ids]
@@ -27451,8 +26872,8 @@ export const DoctorsApiFactory = function (configuration?: Configuration, basePa
27451
26872
  * @param {*} [options] Override http request option.
27452
26873
  * @throws {RequiredError}
27453
26874
  */
27454
- 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?: any): AxiosPromise<DoctorsSimpleModel> {
27455
- return localVarFp.apiV1DoctorsSimpleGet(hospitalId, hospitalName, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
26875
+ 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?: any): AxiosPromise<DoctorsSimpleModel> {
26876
+ return localVarFp.apiV1DoctorsSimpleGet(hospitalId, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
27456
26877
  },
27457
26878
  /**
27458
26879
  *
@@ -27998,7 +27419,6 @@ export class DoctorsApi extends BaseAPI {
27998
27419
  *
27999
27420
  * @summary Get all Doctors.
28000
27421
  * @param {string} [hospitalId]
28001
- * @param {string} [hospitalName]
28002
27422
  * @param {string} [languageCode]
28003
27423
  * @param {boolean} [returnDefaultValue]
28004
27424
  * @param {Array<string>} [ids]
@@ -28018,8 +27438,8 @@ export class DoctorsApi extends BaseAPI {
28018
27438
  * @throws {RequiredError}
28019
27439
  * @memberof DoctorsApi
28020
27440
  */
28021
- public 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) {
28022
- return DoctorsApiFp(this.configuration).apiV1DoctorsGet(hospitalId, hospitalName, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
27441
+ public 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) {
27442
+ return DoctorsApiFp(this.configuration).apiV1DoctorsGet(hospitalId, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
28023
27443
  }
28024
27444
 
28025
27445
  /**
@@ -28038,7 +27458,6 @@ export class DoctorsApi extends BaseAPI {
28038
27458
  *
28039
27459
  * @summary Get all Doctors.
28040
27460
  * @param {string} [hospitalId]
28041
- * @param {string} [hospitalName]
28042
27461
  * @param {string} [languageCode]
28043
27462
  * @param {boolean} [returnDefaultValue]
28044
27463
  * @param {Array<string>} [ids]
@@ -28058,8 +27477,8 @@ export class DoctorsApi extends BaseAPI {
28058
27477
  * @throws {RequiredError}
28059
27478
  * @memberof DoctorsApi
28060
27479
  */
28061
- public 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) {
28062
- return DoctorsApiFp(this.configuration).apiV1DoctorsSimpleGet(hospitalId, hospitalName, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
27480
+ public 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) {
27481
+ return DoctorsApiFp(this.configuration).apiV1DoctorsSimpleGet(hospitalId, languageCode, returnDefaultValue, ids, specialtyId, consultationEnabled, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
28063
27482
  }
28064
27483
 
28065
27484
  /**
@@ -41113,13 +40532,14 @@ export const ServiceReviewsApiAxiosParamCreator = function (configuration?: Conf
41113
40532
  * @param {boolean} [recommended]
41114
40533
  * @param {number} [rate]
41115
40534
  * @param {ReviewType} [reviewType]
40535
+ * @param {string} [languageCode]
41116
40536
  * @param {number} [page]
41117
40537
  * @param {number} [limit]
41118
40538
  * @param {Date} [lastRetrieved]
41119
40539
  * @param {*} [options] Override http request option.
41120
40540
  * @throws {RequiredError}
41121
40541
  */
41122
- apiV1ServicereviewsGet: async (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<RequestArgs> => {
40542
+ apiV1ServicereviewsGet: async (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<RequestArgs> => {
41123
40543
  const localVarPath = `/api/v1/servicereviews`;
41124
40544
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
41125
40545
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -41168,6 +40588,10 @@ export const ServiceReviewsApiAxiosParamCreator = function (configuration?: Conf
41168
40588
  localVarQueryParameter['ReviewType'] = reviewType;
41169
40589
  }
41170
40590
 
40591
+ if (languageCode !== undefined) {
40592
+ localVarQueryParameter['LanguageCode'] = languageCode;
40593
+ }
40594
+
41171
40595
  if (page !== undefined) {
41172
40596
  localVarQueryParameter['page'] = page;
41173
40597
  }
@@ -41606,14 +41030,15 @@ export const ServiceReviewsApiFp = function(configuration?: Configuration) {
41606
41030
  * @param {boolean} [recommended]
41607
41031
  * @param {number} [rate]
41608
41032
  * @param {ReviewType} [reviewType]
41033
+ * @param {string} [languageCode]
41609
41034
  * @param {number} [page]
41610
41035
  * @param {number} [limit]
41611
41036
  * @param {Date} [lastRetrieved]
41612
41037
  * @param {*} [options] Override http request option.
41613
41038
  * @throws {RequiredError}
41614
41039
  */
41615
- async 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<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ServiceReviewsModel>> {
41616
- const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1ServicereviewsGet(serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, page, limit, lastRetrieved, options);
41040
+ async 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<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ServiceReviewsModel>> {
41041
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1ServicereviewsGet(serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, languageCode, page, limit, lastRetrieved, options);
41617
41042
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
41618
41043
  },
41619
41044
  /**
@@ -41746,14 +41171,15 @@ export const ServiceReviewsApiFactory = function (configuration?: Configuration,
41746
41171
  * @param {boolean} [recommended]
41747
41172
  * @param {number} [rate]
41748
41173
  * @param {ReviewType} [reviewType]
41174
+ * @param {string} [languageCode]
41749
41175
  * @param {number} [page]
41750
41176
  * @param {number} [limit]
41751
41177
  * @param {Date} [lastRetrieved]
41752
41178
  * @param {*} [options] Override http request option.
41753
41179
  * @throws {RequiredError}
41754
41180
  */
41755
- apiV1ServicereviewsGet(serviceId?: string, serviceName?: string, patientId?: string, patientName?: string, gender?: Gender, recommended?: boolean, rate?: number, reviewType?: ReviewType, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<ServiceReviewsModel> {
41756
- return localVarFp.apiV1ServicereviewsGet(serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
41181
+ 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?: any): AxiosPromise<ServiceReviewsModel> {
41182
+ return localVarFp.apiV1ServicereviewsGet(serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, languageCode, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
41757
41183
  },
41758
41184
  /**
41759
41185
  *
@@ -41876,6 +41302,7 @@ export class ServiceReviewsApi extends BaseAPI {
41876
41302
  * @param {boolean} [recommended]
41877
41303
  * @param {number} [rate]
41878
41304
  * @param {ReviewType} [reviewType]
41305
+ * @param {string} [languageCode]
41879
41306
  * @param {number} [page]
41880
41307
  * @param {number} [limit]
41881
41308
  * @param {Date} [lastRetrieved]
@@ -41883,8 +41310,8 @@ export class ServiceReviewsApi extends BaseAPI {
41883
41310
  * @throws {RequiredError}
41884
41311
  * @memberof ServiceReviewsApi
41885
41312
  */
41886
- public 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) {
41887
- return ServiceReviewsApiFp(this.configuration).apiV1ServicereviewsGet(serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
41313
+ public 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) {
41314
+ return ServiceReviewsApiFp(this.configuration).apiV1ServicereviewsGet(serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, languageCode, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
41888
41315
  }
41889
41316
 
41890
41317
  /**