ch-api-client-typescript2 3.3.4 → 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,19 +81,7 @@ export interface AboutUsPageModel {
105
81
  * @type {string}
106
82
  * @memberof AboutUsPageModel
107
83
  */
108
- 'hospitalId'?: string;
109
- /**
110
- *
111
- * @type {string}
112
- * @memberof AboutUsPageModel
113
- */
114
- 'hospitalName'?: string | null;
115
- /**
116
- *
117
- * @type {string}
118
- * @memberof AboutUsPageModel
119
- */
120
- 'hospitalSlug'?: string | null;
84
+ 'languageCode'?: string | null;
121
85
  /**
122
86
  *
123
87
  * @type {string}
@@ -130,12 +94,6 @@ export interface AboutUsPageModel {
130
94
  * @memberof AboutUsPageModel
131
95
  */
132
96
  'slug'?: string | null;
133
- /**
134
- *
135
- * @type {string}
136
- * @memberof AboutUsPageModel
137
- */
138
- 'description'?: string | null;
139
97
  /**
140
98
  *
141
99
  * @type {boolean}
@@ -144,22 +102,22 @@ export interface AboutUsPageModel {
144
102
  'confirmed'?: boolean;
145
103
  /**
146
104
  *
147
- * @type {Array<MediaModel>}
105
+ * @type {AuditableEntity}
148
106
  * @memberof AboutUsPageModel
149
107
  */
150
- 'medias'?: Array<MediaModel> | null;
108
+ 'auditableEntity'?: AuditableEntity;
151
109
  /**
152
110
  *
153
- * @type {AuditableEntity}
111
+ * @type {string}
154
112
  * @memberof AboutUsPageModel
155
113
  */
156
- 'auditableEntity'?: AuditableEntity;
114
+ 'description'?: string | null;
157
115
  /**
158
116
  *
159
117
  * @type {string}
160
118
  * @memberof AboutUsPageModel
161
119
  */
162
- 'languageCode'?: string | null;
120
+ 'overview'?: string | null;
163
121
  /**
164
122
  *
165
123
  * @type {string}
@@ -190,6 +148,12 @@ export interface AboutUsPageModel {
190
148
  * @memberof AboutUsPageModel
191
149
  */
192
150
  'localizedUrls'?: Array<LocalizedUrlModel> | null;
151
+ /**
152
+ *
153
+ * @type {Array<MediaModel>}
154
+ * @memberof AboutUsPageModel
155
+ */
156
+ 'medias'?: Array<MediaModel> | null;
193
157
  }
194
158
  /**
195
159
  *
@@ -376,6 +340,12 @@ export interface ArticleContributorItemModel {
376
340
  * @memberof ArticleContributorItemModel
377
341
  */
378
342
  'contributorId'?: string;
343
+ /**
344
+ *
345
+ * @type {string}
346
+ * @memberof ArticleContributorItemModel
347
+ */
348
+ 'languageCode'?: string | null;
379
349
  /**
380
350
  *
381
351
  * @type {string}
@@ -390,28 +360,28 @@ export interface ArticleContributorItemModel {
390
360
  'contributorSlug'?: string | null;
391
361
  /**
392
362
  *
393
- * @type {string}
363
+ * @type {boolean}
394
364
  * @memberof ArticleContributorItemModel
395
365
  */
396
- 'contributorEmail'?: string | null;
366
+ 'contributorConfirmed'?: boolean;
397
367
  /**
398
368
  *
399
369
  * @type {string}
400
370
  * @memberof ArticleContributorItemModel
401
371
  */
402
- 'contributorPhoto'?: string | null;
372
+ 'contributorEmail'?: string | null;
403
373
  /**
404
374
  *
405
375
  * @type {string}
406
376
  * @memberof ArticleContributorItemModel
407
377
  */
408
- 'contributorPhotoThumbnail'?: string | null;
378
+ 'contributorPhoto'?: string | null;
409
379
  /**
410
380
  *
411
381
  * @type {string}
412
382
  * @memberof ArticleContributorItemModel
413
383
  */
414
- 'contributorDescription'?: string | null;
384
+ 'contributorPhotoThumbnail'?: string | null;
415
385
  /**
416
386
  *
417
387
  * @type {ContributionType}
@@ -430,24 +400,12 @@ export interface ArticleContributorItemModel {
430
400
  * @memberof ArticleContributorItemModel
431
401
  */
432
402
  'order'?: number;
433
- /**
434
- *
435
- * @type {boolean}
436
- * @memberof ArticleContributorItemModel
437
- */
438
- 'confirmed'?: boolean;
439
403
  /**
440
404
  *
441
405
  * @type {AuditableEntity}
442
406
  * @memberof ArticleContributorItemModel
443
407
  */
444
408
  'auditableEntity'?: AuditableEntity;
445
- /**
446
- *
447
- * @type {Array<SnsHandleModel>}
448
- * @memberof ArticleContributorItemModel
449
- */
450
- 'contributorSnsHandles'?: Array<SnsHandleModel> | null;
451
409
  }
452
410
  /**
453
411
  *
@@ -467,6 +425,12 @@ export interface ArticleContributorModel {
467
425
  * @memberof ArticleContributorModel
468
426
  */
469
427
  'contributorId'?: string;
428
+ /**
429
+ *
430
+ * @type {string}
431
+ * @memberof ArticleContributorModel
432
+ */
433
+ 'languageCode'?: string | null;
470
434
  /**
471
435
  *
472
436
  * @type {string}
@@ -481,28 +445,28 @@ export interface ArticleContributorModel {
481
445
  'contributorSlug'?: string | null;
482
446
  /**
483
447
  *
484
- * @type {string}
448
+ * @type {boolean}
485
449
  * @memberof ArticleContributorModel
486
450
  */
487
- 'contributorEmail'?: string | null;
451
+ 'contributorConfirmed'?: boolean;
488
452
  /**
489
453
  *
490
454
  * @type {string}
491
455
  * @memberof ArticleContributorModel
492
456
  */
493
- 'contributorPhoto'?: string | null;
457
+ 'contributorEmail'?: string | null;
494
458
  /**
495
459
  *
496
460
  * @type {string}
497
461
  * @memberof ArticleContributorModel
498
462
  */
499
- 'contributorPhotoThumbnail'?: string | null;
463
+ 'contributorPhoto'?: string | null;
500
464
  /**
501
465
  *
502
466
  * @type {string}
503
467
  * @memberof ArticleContributorModel
504
468
  */
505
- 'contributorDescription'?: string | null;
469
+ 'contributorPhotoThumbnail'?: string | null;
506
470
  /**
507
471
  *
508
472
  * @type {ContributionType}
@@ -521,12 +485,6 @@ export interface ArticleContributorModel {
521
485
  * @memberof ArticleContributorModel
522
486
  */
523
487
  'order'?: number;
524
- /**
525
- *
526
- * @type {boolean}
527
- * @memberof ArticleContributorModel
528
- */
529
- 'confirmed'?: boolean;
530
488
  /**
531
489
  *
532
490
  * @type {AuditableEntity}
@@ -535,16 +493,16 @@ export interface ArticleContributorModel {
535
493
  'auditableEntity'?: AuditableEntity;
536
494
  /**
537
495
  *
538
- * @type {Array<SnsHandleModel>}
496
+ * @type {string}
539
497
  * @memberof ArticleContributorModel
540
498
  */
541
- 'contributorSnsHandles'?: Array<SnsHandleModel> | null;
499
+ 'contributorDescription'?: string | null;
542
500
  /**
543
501
  *
544
502
  * @type {string}
545
503
  * @memberof ArticleContributorModel
546
504
  */
547
- 'languageCode'?: string | null;
505
+ 'overview'?: string | null;
548
506
  /**
549
507
  *
550
508
  * @type {string}
@@ -556,7 +514,7 @@ export interface ArticleContributorModel {
556
514
  * @type {Array<SnsHandle>}
557
515
  * @memberof ArticleContributorModel
558
516
  */
559
- 'snsHandles'?: Array<SnsHandle> | null;
517
+ 'contributorSnsHandles'?: Array<SnsHandle> | null;
560
518
  /**
561
519
  *
562
520
  * @type {Array<LocalizedUrlModel>}
@@ -600,31 +558,25 @@ export interface ArticleItemModel {
600
558
  * @type {string}
601
559
  * @memberof ArticleItemModel
602
560
  */
603
- 'name'?: string | null;
604
- /**
605
- *
606
- * @type {string}
607
- * @memberof ArticleItemModel
608
- */
609
- 'slug'?: string | null;
561
+ 'languageCode'?: string | null;
610
562
  /**
611
563
  *
612
564
  * @type {string}
613
565
  * @memberof ArticleItemModel
614
566
  */
615
- 'description'?: string | null;
567
+ 'name'?: string | null;
616
568
  /**
617
569
  *
618
570
  * @type {string}
619
571
  * @memberof ArticleItemModel
620
572
  */
621
- 'body'?: string | null;
573
+ 'slug'?: string | null;
622
574
  /**
623
575
  *
624
- * @type {ArticleStatus}
576
+ * @type {boolean}
625
577
  * @memberof ArticleItemModel
626
578
  */
627
- 'status'?: ArticleStatus;
579
+ 'confirmed'?: boolean;
628
580
  /**
629
581
  *
630
582
  * @type {MarketingType}
@@ -649,54 +601,24 @@ export interface ArticleItemModel {
649
601
  * @memberof ArticleItemModel
650
602
  */
651
603
  'hospitalId'?: string;
652
- /**
653
- *
654
- * @type {string}
655
- * @memberof ArticleItemModel
656
- */
657
- 'hospitalName'?: string | null;
658
- /**
659
- *
660
- * @type {string}
661
- * @memberof ArticleItemModel
662
- */
663
- 'hospitalSlug'?: string | null;
664
604
  /**
665
605
  *
666
606
  * @type {string}
667
607
  * @memberof ArticleItemModel
668
608
  */
669
609
  'youtubeUrl'?: string | null;
670
- /**
671
- *
672
- * @type {boolean}
673
- * @memberof ArticleItemModel
674
- */
675
- 'confirmed'?: boolean;
676
610
  /**
677
611
  *
678
612
  * @type {Array<ArticleTagItemModel>}
679
613
  * @memberof ArticleItemModel
680
614
  */
681
615
  'articleTags'?: Array<ArticleTagItemModel> | null;
682
- /**
683
- *
684
- * @type {Array<ArticleContributorItemModel>}
685
- * @memberof ArticleItemModel
686
- */
687
- 'articleContributors'?: Array<ArticleContributorItemModel> | null;
688
616
  /**
689
617
  *
690
618
  * @type {Array<MediaModel>}
691
619
  * @memberof ArticleItemModel
692
620
  */
693
621
  'medias'?: Array<MediaModel> | null;
694
- /**
695
- *
696
- * @type {Array<SourceModel>}
697
- * @memberof ArticleItemModel
698
- */
699
- 'sources'?: Array<SourceModel> | null;
700
622
  /**
701
623
  *
702
624
  * @type {AuditableEntity}
@@ -730,22 +652,10 @@ export interface ArticleModel {
730
652
  'slug'?: string | null;
731
653
  /**
732
654
  *
733
- * @type {string}
734
- * @memberof ArticleModel
735
- */
736
- 'description'?: string | null;
737
- /**
738
- *
739
- * @type {string}
740
- * @memberof ArticleModel
741
- */
742
- 'body'?: string | null;
743
- /**
744
- *
745
- * @type {ArticleStatus}
655
+ * @type {boolean}
746
656
  * @memberof ArticleModel
747
657
  */
748
- 'status'?: ArticleStatus;
658
+ 'confirmed'?: boolean;
749
659
  /**
750
660
  *
751
661
  * @type {MarketingType}
@@ -770,54 +680,24 @@ export interface ArticleModel {
770
680
  * @memberof ArticleModel
771
681
  */
772
682
  'hospitalId'?: string;
773
- /**
774
- *
775
- * @type {string}
776
- * @memberof ArticleModel
777
- */
778
- 'hospitalName'?: string | null;
779
- /**
780
- *
781
- * @type {string}
782
- * @memberof ArticleModel
783
- */
784
- 'hospitalSlug'?: string | null;
785
683
  /**
786
684
  *
787
685
  * @type {string}
788
686
  * @memberof ArticleModel
789
687
  */
790
688
  'youtubeUrl'?: string | null;
791
- /**
792
- *
793
- * @type {boolean}
794
- * @memberof ArticleModel
795
- */
796
- 'confirmed'?: boolean;
797
689
  /**
798
690
  *
799
691
  * @type {Array<ArticleTagItemModel>}
800
692
  * @memberof ArticleModel
801
693
  */
802
694
  'articleTags'?: Array<ArticleTagItemModel> | null;
803
- /**
804
- *
805
- * @type {Array<ArticleContributorItemModel>}
806
- * @memberof ArticleModel
807
- */
808
- 'articleContributors'?: Array<ArticleContributorItemModel> | null;
809
695
  /**
810
696
  *
811
697
  * @type {Array<MediaModel>}
812
698
  * @memberof ArticleModel
813
699
  */
814
700
  'medias'?: Array<MediaModel> | null;
815
- /**
816
- *
817
- * @type {Array<SourceModel>}
818
- * @memberof ArticleModel
819
- */
820
- 'sources'?: Array<SourceModel> | null;
821
701
  /**
822
702
  *
823
703
  * @type {AuditableEntity}
@@ -2372,6 +2252,12 @@ export interface ContributorItemModel {
2372
2252
  * @memberof ContributorItemModel
2373
2253
  */
2374
2254
  'id'?: string;
2255
+ /**
2256
+ *
2257
+ * @type {string}
2258
+ * @memberof ContributorItemModel
2259
+ */
2260
+ 'languageCode'?: string | null;
2375
2261
  /**
2376
2262
  *
2377
2263
  * @type {string}
@@ -2386,58 +2272,58 @@ export interface ContributorItemModel {
2386
2272
  'slug'?: string | null;
2387
2273
  /**
2388
2274
  *
2389
- * @type {string}
2275
+ * @type {boolean}
2390
2276
  * @memberof ContributorItemModel
2391
2277
  */
2392
- 'description'?: string | null;
2278
+ 'confirmed'?: boolean;
2393
2279
  /**
2394
2280
  *
2395
2281
  * @type {string}
2396
2282
  * @memberof ContributorItemModel
2397
2283
  */
2398
- 'email'?: string | null;
2284
+ 'hospitalId'?: string;
2399
2285
  /**
2400
2286
  *
2401
2287
  * @type {string}
2402
2288
  * @memberof ContributorItemModel
2403
2289
  */
2404
- 'photo'?: string | null;
2290
+ 'hospitalName'?: string | null;
2405
2291
  /**
2406
2292
  *
2407
2293
  * @type {string}
2408
2294
  * @memberof ContributorItemModel
2409
2295
  */
2410
- 'photoThumbnail'?: string | null;
2296
+ 'hospitalSlug'?: string | null;
2411
2297
  /**
2412
2298
  *
2413
2299
  * @type {string}
2414
2300
  * @memberof ContributorItemModel
2415
2301
  */
2416
- 'website'?: string | null;
2302
+ 'hospitalWebsiteUrl'?: string | null;
2417
2303
  /**
2418
2304
  *
2419
2305
  * @type {string}
2420
2306
  * @memberof ContributorItemModel
2421
2307
  */
2422
- 'hospitalId'?: string;
2308
+ 'email'?: string | null;
2423
2309
  /**
2424
2310
  *
2425
2311
  * @type {string}
2426
2312
  * @memberof ContributorItemModel
2427
2313
  */
2428
- 'hospitalName'?: string | null;
2314
+ 'photo'?: string | null;
2429
2315
  /**
2430
2316
  *
2431
- * @type {number}
2317
+ * @type {string}
2432
2318
  * @memberof ContributorItemModel
2433
2319
  */
2434
- 'order'?: number;
2320
+ 'photoThumbnail'?: string | null;
2435
2321
  /**
2436
2322
  *
2437
- * @type {boolean}
2323
+ * @type {number}
2438
2324
  * @memberof ContributorItemModel
2439
2325
  */
2440
- 'confirmed'?: boolean;
2326
+ 'order'?: number;
2441
2327
  /**
2442
2328
  *
2443
2329
  * @type {AuditableEntity}
@@ -2457,6 +2343,12 @@ export interface ContributorModel {
2457
2343
  * @memberof ContributorModel
2458
2344
  */
2459
2345
  'id'?: string;
2346
+ /**
2347
+ *
2348
+ * @type {string}
2349
+ * @memberof ContributorModel
2350
+ */
2351
+ 'languageCode'?: string | null;
2460
2352
  /**
2461
2353
  *
2462
2354
  * @type {string}
@@ -2471,58 +2363,58 @@ export interface ContributorModel {
2471
2363
  'slug'?: string | null;
2472
2364
  /**
2473
2365
  *
2474
- * @type {string}
2366
+ * @type {boolean}
2475
2367
  * @memberof ContributorModel
2476
2368
  */
2477
- 'description'?: string | null;
2369
+ 'confirmed'?: boolean;
2478
2370
  /**
2479
2371
  *
2480
2372
  * @type {string}
2481
2373
  * @memberof ContributorModel
2482
2374
  */
2483
- 'email'?: string | null;
2375
+ 'hospitalId'?: string;
2484
2376
  /**
2485
2377
  *
2486
2378
  * @type {string}
2487
2379
  * @memberof ContributorModel
2488
2380
  */
2489
- 'photo'?: string | null;
2381
+ 'hospitalName'?: string | null;
2490
2382
  /**
2491
2383
  *
2492
2384
  * @type {string}
2493
2385
  * @memberof ContributorModel
2494
2386
  */
2495
- 'photoThumbnail'?: string | null;
2387
+ 'hospitalSlug'?: string | null;
2496
2388
  /**
2497
2389
  *
2498
2390
  * @type {string}
2499
2391
  * @memberof ContributorModel
2500
2392
  */
2501
- 'website'?: string | null;
2393
+ 'hospitalWebsiteUrl'?: string | null;
2502
2394
  /**
2503
2395
  *
2504
2396
  * @type {string}
2505
2397
  * @memberof ContributorModel
2506
2398
  */
2507
- 'hospitalId'?: string;
2399
+ 'email'?: string | null;
2508
2400
  /**
2509
2401
  *
2510
2402
  * @type {string}
2511
2403
  * @memberof ContributorModel
2512
2404
  */
2513
- 'hospitalName'?: string | null;
2405
+ 'photo'?: string | null;
2514
2406
  /**
2515
2407
  *
2516
- * @type {number}
2408
+ * @type {string}
2517
2409
  * @memberof ContributorModel
2518
2410
  */
2519
- 'order'?: number;
2411
+ 'photoThumbnail'?: string | null;
2520
2412
  /**
2521
2413
  *
2522
- * @type {boolean}
2414
+ * @type {number}
2523
2415
  * @memberof ContributorModel
2524
2416
  */
2525
- 'confirmed'?: boolean;
2417
+ 'order'?: number;
2526
2418
  /**
2527
2419
  *
2528
2420
  * @type {AuditableEntity}
@@ -2534,7 +2426,13 @@ export interface ContributorModel {
2534
2426
  * @type {string}
2535
2427
  * @memberof ContributorModel
2536
2428
  */
2537
- 'languageCode'?: string | null;
2429
+ 'description'?: string | null;
2430
+ /**
2431
+ *
2432
+ * @type {string}
2433
+ * @memberof ContributorModel
2434
+ */
2435
+ 'overview'?: string | null;
2538
2436
  /**
2539
2437
  *
2540
2438
  * @type {string}
@@ -2628,67 +2526,25 @@ export interface CountryItemModel {
2628
2526
  * @type {string}
2629
2527
  * @memberof CountryItemModel
2630
2528
  */
2631
- 'name'?: string | null;
2529
+ 'languageCode'?: string | null;
2632
2530
  /**
2633
2531
  *
2634
2532
  * @type {string}
2635
2533
  * @memberof CountryItemModel
2636
2534
  */
2637
- 'logo'?: string | null;
2535
+ 'name'?: string | null;
2638
2536
  /**
2639
2537
  *
2640
2538
  * @type {string}
2641
2539
  * @memberof CountryItemModel
2642
2540
  */
2643
2541
  'slug'?: string | null;
2644
- /**
2645
- *
2646
- * @type {string}
2647
- * @memberof CountryItemModel
2648
- */
2649
- 'description'?: string | null;
2650
- /**
2651
- *
2652
- * @type {number}
2653
- * @memberof CountryItemModel
2654
- */
2655
- 'hospitalsCount'?: number;
2656
- /**
2657
- *
2658
- * @type {number}
2659
- * @memberof CountryItemModel
2660
- */
2661
- 'doctorsCount'?: number;
2662
- /**
2663
- *
2664
- * @type {number}
2665
- * @memberof CountryItemModel
2666
- */
2667
- 'specialitiesCount'?: number;
2668
- /**
2669
- *
2670
- * @type {number}
2671
- * @memberof CountryItemModel
2672
- */
2673
- 'packagesCount'?: number;
2674
- /**
2675
- *
2676
- * @type {number}
2677
- * @memberof CountryItemModel
2678
- */
2679
- 'articlesCount'?: number;
2680
2542
  /**
2681
2543
  *
2682
2544
  * @type {boolean}
2683
2545
  * @memberof CountryItemModel
2684
2546
  */
2685
2547
  'confirmed'?: boolean;
2686
- /**
2687
- *
2688
- * @type {Array<MediaModel>}
2689
- * @memberof CountryItemModel
2690
- */
2691
- 'medias'?: Array<MediaModel> | null;
2692
2548
  /**
2693
2549
  *
2694
2550
  * @type {AuditableEntity}
@@ -2713,55 +2569,19 @@ export interface CountryModel {
2713
2569
  * @type {string}
2714
2570
  * @memberof CountryModel
2715
2571
  */
2716
- 'name'?: string | null;
2572
+ 'languageCode'?: string | null;
2717
2573
  /**
2718
2574
  *
2719
2575
  * @type {string}
2720
2576
  * @memberof CountryModel
2721
2577
  */
2722
- 'logo'?: string | null;
2578
+ 'name'?: string | null;
2723
2579
  /**
2724
2580
  *
2725
2581
  * @type {string}
2726
2582
  * @memberof CountryModel
2727
2583
  */
2728
2584
  'slug'?: string | null;
2729
- /**
2730
- *
2731
- * @type {string}
2732
- * @memberof CountryModel
2733
- */
2734
- 'description'?: string | null;
2735
- /**
2736
- *
2737
- * @type {number}
2738
- * @memberof CountryModel
2739
- */
2740
- 'hospitalsCount'?: number;
2741
- /**
2742
- *
2743
- * @type {number}
2744
- * @memberof CountryModel
2745
- */
2746
- 'doctorsCount'?: number;
2747
- /**
2748
- *
2749
- * @type {number}
2750
- * @memberof CountryModel
2751
- */
2752
- 'specialitiesCount'?: number;
2753
- /**
2754
- *
2755
- * @type {number}
2756
- * @memberof CountryModel
2757
- */
2758
- 'packagesCount'?: number;
2759
- /**
2760
- *
2761
- * @type {number}
2762
- * @memberof CountryModel
2763
- */
2764
- 'articlesCount'?: number;
2765
2585
  /**
2766
2586
  *
2767
2587
  * @type {boolean}
@@ -2770,22 +2590,22 @@ export interface CountryModel {
2770
2590
  'confirmed'?: boolean;
2771
2591
  /**
2772
2592
  *
2773
- * @type {Array<MediaModel>}
2593
+ * @type {AuditableEntity}
2774
2594
  * @memberof CountryModel
2775
2595
  */
2776
- 'medias'?: Array<MediaModel> | null;
2596
+ 'auditableEntity'?: AuditableEntity;
2777
2597
  /**
2778
2598
  *
2779
- * @type {AuditableEntity}
2599
+ * @type {string}
2780
2600
  * @memberof CountryModel
2781
2601
  */
2782
- 'auditableEntity'?: AuditableEntity;
2602
+ 'description'?: string | null;
2783
2603
  /**
2784
2604
  *
2785
2605
  * @type {string}
2786
2606
  * @memberof CountryModel
2787
2607
  */
2788
- 'languageCode'?: string | null;
2608
+ 'overview'?: string | null;
2789
2609
  /**
2790
2610
  *
2791
2611
  * @type {string}
@@ -2798,6 +2618,12 @@ export interface CountryModel {
2798
2618
  * @memberof CountryModel
2799
2619
  */
2800
2620
  'localizedUrls'?: Array<LocalizedUrlModel> | null;
2621
+ /**
2622
+ *
2623
+ * @type {Array<MediaModel>}
2624
+ * @memberof CountryModel
2625
+ */
2626
+ 'medias'?: Array<MediaModel> | null;
2801
2627
  }
2802
2628
  /**
2803
2629
  *
@@ -3212,61 +3038,43 @@ export interface DealItemModel {
3212
3038
  * @type {string}
3213
3039
  * @memberof DealItemModel
3214
3040
  */
3215
- 'name'?: string | null;
3216
- /**
3217
- *
3218
- * @type {string}
3219
- * @memberof DealItemModel
3220
- */
3221
- 'slug'?: string | null;
3041
+ 'languageCode'?: string | null;
3222
3042
  /**
3223
3043
  *
3224
3044
  * @type {string}
3225
3045
  * @memberof DealItemModel
3226
3046
  */
3227
- 'description'?: string | null;
3047
+ 'name'?: string | null;
3228
3048
  /**
3229
3049
  *
3230
3050
  * @type {string}
3231
3051
  * @memberof DealItemModel
3232
3052
  */
3233
- 'hospitalId'?: string;
3053
+ 'slug'?: string | null;
3234
3054
  /**
3235
3055
  *
3236
- * @type {string}
3056
+ * @type {boolean}
3237
3057
  * @memberof DealItemModel
3238
3058
  */
3239
- 'hospitalName'?: string | null;
3059
+ 'confirmed'?: boolean;
3240
3060
  /**
3241
3061
  *
3242
3062
  * @type {string}
3243
3063
  * @memberof DealItemModel
3244
3064
  */
3245
- 'hospitalSlug'?: string | null;
3065
+ 'hospitalId'?: string;
3246
3066
  /**
3247
3067
  *
3248
3068
  * @type {string}
3249
3069
  * @memberof DealItemModel
3250
3070
  */
3251
- 'hospitalLocationCountry'?: string | null;
3071
+ 'hospitalName'?: string | null;
3252
3072
  /**
3253
3073
  *
3254
3074
  * @type {string}
3255
3075
  * @memberof DealItemModel
3256
3076
  */
3257
- 'hospitalLocationState'?: string | null;
3258
- /**
3259
- *
3260
- * @type {boolean}
3261
- * @memberof DealItemModel
3262
- */
3263
- 'hospitalConsultationEnabled'?: boolean;
3264
- /**
3265
- *
3266
- * @type {number}
3267
- * @memberof DealItemModel
3268
- */
3269
- 'serviceDuration'?: number;
3077
+ 'hospitalSlug'?: string | null;
3270
3078
  /**
3271
3079
  *
3272
3080
  * @type {MarketingType}
@@ -3291,24 +3099,6 @@ export interface DealItemModel {
3291
3099
  * @memberof DealItemModel
3292
3100
  */
3293
3101
  'order'?: number;
3294
- /**
3295
- *
3296
- * @type {boolean}
3297
- * @memberof DealItemModel
3298
- */
3299
- 'confirmed'?: boolean;
3300
- /**
3301
- *
3302
- * @type {Array<DealPackageItemModel>}
3303
- * @memberof DealItemModel
3304
- */
3305
- 'dealPackages'?: Array<DealPackageItemModel> | null;
3306
- /**
3307
- *
3308
- * @type {Array<DealServiceItemModel>}
3309
- * @memberof DealItemModel
3310
- */
3311
- 'dealServices'?: Array<DealServiceItemModel> | null;
3312
3102
  /**
3313
3103
  *
3314
3104
  * @type {AuditableEntity}
@@ -3333,49 +3123,25 @@ export interface DealItemSimpleModel {
3333
3123
  * @type {string}
3334
3124
  * @memberof DealItemSimpleModel
3335
3125
  */
3336
- 'name'?: string | null;
3337
- /**
3338
- *
3339
- * @type {string}
3340
- * @memberof DealItemSimpleModel
3341
- */
3342
- 'slug'?: string | null;
3343
- /**
3344
- *
3345
- * @type {string}
3346
- * @memberof DealItemSimpleModel
3347
- */
3348
- 'hospitalId'?: string;
3126
+ 'languageCode'?: string | null;
3349
3127
  /**
3350
3128
  *
3351
3129
  * @type {string}
3352
3130
  * @memberof DealItemSimpleModel
3353
3131
  */
3354
- 'hospitalName'?: string | null;
3132
+ 'name'?: string | null;
3355
3133
  /**
3356
3134
  *
3357
3135
  * @type {string}
3358
3136
  * @memberof DealItemSimpleModel
3359
3137
  */
3360
- 'hospitalSlug'?: string | null;
3361
- /**
3362
- *
3363
- * @type {number}
3364
- * @memberof DealItemSimpleModel
3365
- */
3366
- 'order'?: number;
3138
+ 'slug'?: string | null;
3367
3139
  /**
3368
3140
  *
3369
3141
  * @type {boolean}
3370
3142
  * @memberof DealItemSimpleModel
3371
3143
  */
3372
3144
  'confirmed'?: boolean;
3373
- /**
3374
- *
3375
- * @type {AuditableEntity}
3376
- * @memberof DealItemSimpleModel
3377
- */
3378
- 'auditableEntity'?: AuditableEntity;
3379
3145
  }
3380
3146
  /**
3381
3147
  *
@@ -3394,61 +3160,43 @@ export interface DealModel {
3394
3160
  * @type {string}
3395
3161
  * @memberof DealModel
3396
3162
  */
3397
- 'name'?: string | null;
3398
- /**
3399
- *
3400
- * @type {string}
3401
- * @memberof DealModel
3402
- */
3403
- 'slug'?: string | null;
3163
+ 'languageCode'?: string | null;
3404
3164
  /**
3405
3165
  *
3406
3166
  * @type {string}
3407
3167
  * @memberof DealModel
3408
3168
  */
3409
- 'description'?: string | null;
3169
+ 'name'?: string | null;
3410
3170
  /**
3411
3171
  *
3412
3172
  * @type {string}
3413
3173
  * @memberof DealModel
3414
3174
  */
3415
- 'hospitalId'?: string;
3175
+ 'slug'?: string | null;
3416
3176
  /**
3417
3177
  *
3418
- * @type {string}
3178
+ * @type {boolean}
3419
3179
  * @memberof DealModel
3420
3180
  */
3421
- 'hospitalName'?: string | null;
3181
+ 'confirmed'?: boolean;
3422
3182
  /**
3423
3183
  *
3424
3184
  * @type {string}
3425
3185
  * @memberof DealModel
3426
3186
  */
3427
- 'hospitalSlug'?: string | null;
3187
+ 'hospitalId'?: string;
3428
3188
  /**
3429
3189
  *
3430
3190
  * @type {string}
3431
3191
  * @memberof DealModel
3432
3192
  */
3433
- 'hospitalLocationCountry'?: string | null;
3193
+ 'hospitalName'?: string | null;
3434
3194
  /**
3435
3195
  *
3436
3196
  * @type {string}
3437
3197
  * @memberof DealModel
3438
3198
  */
3439
- 'hospitalLocationState'?: string | null;
3440
- /**
3441
- *
3442
- * @type {boolean}
3443
- * @memberof DealModel
3444
- */
3445
- 'hospitalConsultationEnabled'?: boolean;
3446
- /**
3447
- *
3448
- * @type {number}
3449
- * @memberof DealModel
3450
- */
3451
- 'serviceDuration'?: number;
3199
+ 'hospitalSlug'?: string | null;
3452
3200
  /**
3453
3201
  *
3454
3202
  * @type {MarketingType}
@@ -3475,34 +3223,34 @@ export interface DealModel {
3475
3223
  'order'?: number;
3476
3224
  /**
3477
3225
  *
3478
- * @type {boolean}
3226
+ * @type {AuditableEntity}
3479
3227
  * @memberof DealModel
3480
3228
  */
3481
- 'confirmed'?: boolean;
3229
+ 'auditableEntity'?: AuditableEntity;
3482
3230
  /**
3483
3231
  *
3484
- * @type {Array<DealPackageItemModel>}
3232
+ * @type {string}
3485
3233
  * @memberof DealModel
3486
3234
  */
3487
- 'dealPackages'?: Array<DealPackageItemModel> | null;
3235
+ 'description'?: string | null;
3488
3236
  /**
3489
3237
  *
3490
- * @type {Array<DealServiceItemModel>}
3238
+ * @type {string}
3491
3239
  * @memberof DealModel
3492
3240
  */
3493
- 'dealServices'?: Array<DealServiceItemModel> | null;
3241
+ 'overview'?: string | null;
3494
3242
  /**
3495
3243
  *
3496
- * @type {AuditableEntity}
3244
+ * @type {string}
3497
3245
  * @memberof DealModel
3498
3246
  */
3499
- 'auditableEntity'?: AuditableEntity;
3247
+ 'content'?: string | null;
3500
3248
  /**
3501
3249
  *
3502
- * @type {string}
3250
+ * @type {number}
3503
3251
  * @memberof DealModel
3504
3252
  */
3505
- 'languageCode'?: string | null;
3253
+ 'serviceDuration'?: number;
3506
3254
  /**
3507
3255
  *
3508
3256
  * @type {Array<LocalizedUrlModel>}
@@ -3824,6 +3572,12 @@ export interface DealsSimpleModel {
3824
3572
  * @interface DoctorAffiliationItemModel
3825
3573
  */
3826
3574
  export interface DoctorAffiliationItemModel {
3575
+ /**
3576
+ *
3577
+ * @type {string}
3578
+ * @memberof DoctorAffiliationItemModel
3579
+ */
3580
+ 'languageCode'?: string | null;
3827
3581
  /**
3828
3582
  *
3829
3583
  * @type {string}
@@ -3842,6 +3596,12 @@ export interface DoctorAffiliationItemModel {
3842
3596
  * @memberof DoctorAffiliationItemModel
3843
3597
  */
3844
3598
  'hospitalSlug'?: string | null;
3599
+ /**
3600
+ *
3601
+ * @type {number}
3602
+ * @memberof DoctorAffiliationItemModel
3603
+ */
3604
+ 'order'?: number;
3845
3605
  }
3846
3606
  /**
3847
3607
  *
@@ -3849,6 +3609,12 @@ export interface DoctorAffiliationItemModel {
3849
3609
  * @interface DoctorAffiliationModel
3850
3610
  */
3851
3611
  export interface DoctorAffiliationModel {
3612
+ /**
3613
+ *
3614
+ * @type {string}
3615
+ * @memberof DoctorAffiliationModel
3616
+ */
3617
+ 'languageCode'?: string | null;
3852
3618
  /**
3853
3619
  *
3854
3620
  * @type {string}
@@ -3867,6 +3633,12 @@ export interface DoctorAffiliationModel {
3867
3633
  * @memberof DoctorAffiliationModel
3868
3634
  */
3869
3635
  'hospitalSlug'?: string | null;
3636
+ /**
3637
+ *
3638
+ * @type {number}
3639
+ * @memberof DoctorAffiliationModel
3640
+ */
3641
+ 'order'?: number;
3870
3642
  }
3871
3643
  /**
3872
3644
  *
@@ -4138,31 +3910,67 @@ export interface DoctorItemModel {
4138
3910
  * @type {string}
4139
3911
  * @memberof DoctorItemModel
4140
3912
  */
4141
- 'name'?: string | null;
3913
+ 'languageCode'?: string | null;
4142
3914
  /**
4143
3915
  *
4144
3916
  * @type {string}
4145
3917
  * @memberof DoctorItemModel
4146
3918
  */
4147
- 'slug'?: string | null;
3919
+ 'userName'?: string | null;
4148
3920
  /**
4149
3921
  *
4150
- * @type {boolean}
3922
+ * @type {string}
4151
3923
  * @memberof DoctorItemModel
4152
3924
  */
4153
- 'consultationEnabled'?: boolean | null;
3925
+ 'firstName'?: string | null;
4154
3926
  /**
4155
3927
  *
4156
- * @type {number}
3928
+ * @type {string}
4157
3929
  * @memberof DoctorItemModel
4158
3930
  */
4159
- 'consultationFee'?: number | null;
3931
+ 'lastName'?: string | null;
3932
+ /**
3933
+ *
3934
+ * @type {string}
3935
+ * @memberof DoctorItemModel
3936
+ */
3937
+ 'fullName'?: string | null;
3938
+ /**
3939
+ *
3940
+ * @type {string}
3941
+ * @memberof DoctorItemModel
3942
+ */
3943
+ 'userType'?: string | null;
3944
+ /**
3945
+ *
3946
+ * @type {string}
3947
+ * @memberof DoctorItemModel
3948
+ */
3949
+ 'photo'?: string | null;
3950
+ /**
3951
+ *
3952
+ * @type {string}
3953
+ * @memberof DoctorItemModel
3954
+ */
3955
+ 'photoThumbnail'?: string | null;
3956
+ /**
3957
+ *
3958
+ * @type {AuditableEntity}
3959
+ * @memberof DoctorItemModel
3960
+ */
3961
+ 'auditableEntity'?: AuditableEntity;
4160
3962
  /**
4161
3963
  *
4162
3964
  * @type {boolean}
4163
3965
  * @memberof DoctorItemModel
4164
3966
  */
4165
- 'confirmed'?: boolean;
3967
+ 'consultationEnabled'?: boolean | null;
3968
+ /**
3969
+ *
3970
+ * @type {number}
3971
+ * @memberof DoctorItemModel
3972
+ */
3973
+ 'consultationFee'?: number | null;
4166
3974
  /**
4167
3975
  *
4168
3976
  * @type {Array<DoctorSpecialtyItemModel>}
@@ -4262,19 +4070,19 @@ export interface DoctorModel {
4262
4070
  * @type {string}
4263
4071
  * @memberof DoctorModel
4264
4072
  */
4265
- 'userName'?: string | null;
4073
+ 'languageCode'?: string | null;
4266
4074
  /**
4267
4075
  *
4268
4076
  * @type {string}
4269
4077
  * @memberof DoctorModel
4270
4078
  */
4271
- 'firstName'?: string | null;
4079
+ 'userName'?: string | null;
4272
4080
  /**
4273
4081
  *
4274
4082
  * @type {string}
4275
4083
  * @memberof DoctorModel
4276
4084
  */
4277
- 'middleName'?: string | null;
4085
+ 'firstName'?: string | null;
4278
4086
  /**
4279
4087
  *
4280
4088
  * @type {string}
@@ -4292,31 +4100,37 @@ export interface DoctorModel {
4292
4100
  * @type {string}
4293
4101
  * @memberof DoctorModel
4294
4102
  */
4295
- 'slug'?: string | null;
4103
+ 'userType'?: string | null;
4296
4104
  /**
4297
4105
  *
4298
4106
  * @type {string}
4299
4107
  * @memberof DoctorModel
4300
4108
  */
4301
- 'phone'?: string | null;
4109
+ 'photo'?: string | null;
4302
4110
  /**
4303
4111
  *
4304
4112
  * @type {string}
4305
4113
  * @memberof DoctorModel
4306
4114
  */
4307
- 'email'?: string | null;
4115
+ 'photoThumbnail'?: string | null;
4116
+ /**
4117
+ *
4118
+ * @type {AuditableEntity}
4119
+ * @memberof DoctorModel
4120
+ */
4121
+ 'auditableEntity'?: AuditableEntity;
4308
4122
  /**
4309
4123
  *
4310
4124
  * @type {string}
4311
4125
  * @memberof DoctorModel
4312
4126
  */
4313
- 'photo'?: string | null;
4127
+ 'phone'?: string | null;
4314
4128
  /**
4315
4129
  *
4316
4130
  * @type {string}
4317
4131
  * @memberof DoctorModel
4318
4132
  */
4319
- 'photoThumbnail'?: string | null;
4133
+ 'email'?: string | null;
4320
4134
  /**
4321
4135
  *
4322
4136
  * @type {Gender}
@@ -4341,18 +4155,6 @@ export interface DoctorModel {
4341
4155
  * @memberof DoctorModel
4342
4156
  */
4343
4157
  'communicationUserId'?: string | null;
4344
- /**
4345
- *
4346
- * @type {AuditableEntity}
4347
- * @memberof DoctorModel
4348
- */
4349
- 'auditableEntity'?: AuditableEntity;
4350
- /**
4351
- *
4352
- * @type {string}
4353
- * @memberof DoctorModel
4354
- */
4355
- 'userType'?: string | null;
4356
4158
  /**
4357
4159
  *
4358
4160
  * @type {Array<UserLanguageModel>}
@@ -4370,31 +4172,25 @@ export interface DoctorModel {
4370
4172
  * @type {string}
4371
4173
  * @memberof DoctorModel
4372
4174
  */
4373
- 'languageCode'?: string | null;
4374
- /**
4375
- *
4376
- * @type {Date}
4377
- * @memberof DoctorModel
4378
- */
4379
- 'startPracticeDate'?: Date | null;
4175
+ 'overview'?: string | null;
4380
4176
  /**
4381
4177
  *
4382
4178
  * @type {string}
4383
4179
  * @memberof DoctorModel
4384
4180
  */
4385
- 'overview'?: string | null;
4181
+ 'description'?: string | null;
4386
4182
  /**
4387
4183
  *
4388
4184
  * @type {string}
4389
4185
  * @memberof DoctorModel
4390
4186
  */
4391
- 'description'?: string | null;
4187
+ 'content'?: string | null;
4392
4188
  /**
4393
4189
  *
4394
- * @type {string}
4190
+ * @type {Date}
4395
4191
  * @memberof DoctorModel
4396
4192
  */
4397
- 'content'?: string | null;
4193
+ 'startPracticeDate'?: Date | null;
4398
4194
  /**
4399
4195
  *
4400
4196
  * @type {boolean}
@@ -4407,12 +4203,6 @@ export interface DoctorModel {
4407
4203
  * @memberof DoctorModel
4408
4204
  */
4409
4205
  'consultationFee'?: number | null;
4410
- /**
4411
- *
4412
- * @type {boolean}
4413
- * @memberof DoctorModel
4414
- */
4415
- 'confirmed'?: boolean;
4416
4206
  /**
4417
4207
  *
4418
4208
  * @type {Array<DoctorSpecialtyItemModel>}
@@ -4421,16 +4211,10 @@ export interface DoctorModel {
4421
4211
  'doctorSpecialties'?: Array<DoctorSpecialtyItemModel> | null;
4422
4212
  /**
4423
4213
  *
4424
- * @type {Array<DoctorAffiliationModel>}
4425
- * @memberof DoctorModel
4426
- */
4427
- 'doctorAffiliations'?: Array<DoctorAffiliationModel> | null;
4428
- /**
4429
- *
4430
- * @type {Array<UserTranslationModel>}
4214
+ * @type {Array<DoctorAffiliationItemModel>}
4431
4215
  * @memberof DoctorModel
4432
4216
  */
4433
- 'translations'?: Array<UserTranslationModel> | null;
4217
+ 'doctorAffiliations'?: Array<DoctorAffiliationItemModel> | null;
4434
4218
  /**
4435
4219
  *
4436
4220
  * @type {Array<LocalizedUrlModel>}
@@ -4573,36 +4357,12 @@ export interface DoctorSimpleItemModel {
4573
4357
  * @memberof DoctorSimpleItemModel
4574
4358
  */
4575
4359
  'firstName'?: string | null;
4576
- /**
4577
- *
4578
- * @type {string}
4579
- * @memberof DoctorSimpleItemModel
4580
- */
4581
- 'middleName'?: string | null;
4582
4360
  /**
4583
4361
  *
4584
4362
  * @type {string}
4585
4363
  * @memberof DoctorSimpleItemModel
4586
4364
  */
4587
4365
  'lastName'?: string | null;
4588
- /**
4589
- *
4590
- * @type {string}
4591
- * @memberof DoctorSimpleItemModel
4592
- */
4593
- 'fullname'?: string | null;
4594
- /**
4595
- *
4596
- * @type {string}
4597
- * @memberof DoctorSimpleItemModel
4598
- */
4599
- 'slug'?: string | null;
4600
- /**
4601
- *
4602
- * @type {string}
4603
- * @memberof DoctorSimpleItemModel
4604
- */
4605
- 'hospitalId'?: string | null;
4606
4366
  }
4607
4367
  /**
4608
4368
  *
@@ -4612,10 +4372,10 @@ export interface DoctorSimpleItemModel {
4612
4372
  export interface DoctorSpecialtiesModel {
4613
4373
  /**
4614
4374
  *
4615
- * @type {Array<DoctorSpecialtyModel>}
4375
+ * @type {Array<DoctorSpecialtyItemModel>}
4616
4376
  * @memberof DoctorSpecialtiesModel
4617
4377
  */
4618
- 'items'?: Array<DoctorSpecialtyModel> | null;
4378
+ 'items'?: Array<DoctorSpecialtyItemModel> | null;
4619
4379
  /**
4620
4380
  *
4621
4381
  * @type {PagedListMetaData}
@@ -4629,6 +4389,12 @@ export interface DoctorSpecialtiesModel {
4629
4389
  * @interface DoctorSpecialtyItemModel
4630
4390
  */
4631
4391
  export interface DoctorSpecialtyItemModel {
4392
+ /**
4393
+ *
4394
+ * @type {string}
4395
+ * @memberof DoctorSpecialtyItemModel
4396
+ */
4397
+ 'languageCode'?: string | null;
4632
4398
  /**
4633
4399
  *
4634
4400
  * @type {string}
@@ -4660,6 +4426,12 @@ export interface DoctorSpecialtyItemModel {
4660
4426
  * @interface DoctorSpecialtyModel
4661
4427
  */
4662
4428
  export interface DoctorSpecialtyModel {
4429
+ /**
4430
+ *
4431
+ * @type {string}
4432
+ * @memberof DoctorSpecialtyModel
4433
+ */
4434
+ 'languageCode'?: string | null;
4663
4435
  /**
4664
4436
  *
4665
4437
  * @type {string}
@@ -4684,6 +4456,18 @@ export interface DoctorSpecialtyModel {
4684
4456
  * @memberof DoctorSpecialtyModel
4685
4457
  */
4686
4458
  'order'?: number;
4459
+ /**
4460
+ *
4461
+ * @type {string}
4462
+ * @memberof DoctorSpecialtyModel
4463
+ */
4464
+ 'specialtyTypeName'?: string | null;
4465
+ /**
4466
+ *
4467
+ * @type {string}
4468
+ * @memberof DoctorSpecialtyModel
4469
+ */
4470
+ 'specialtyTyeSlug'?: string | null;
4687
4471
  }
4688
4472
  /**
4689
4473
  *
@@ -4796,7 +4580,7 @@ export interface FaqCategoryItemModel {
4796
4580
  * @type {string}
4797
4581
  * @memberof FaqCategoryItemModel
4798
4582
  */
4799
- 'parentId'?: string | null;
4583
+ 'languageCode'?: string | null;
4800
4584
  /**
4801
4585
  *
4802
4586
  * @type {string}
@@ -4809,12 +4593,18 @@ export interface FaqCategoryItemModel {
4809
4593
  * @memberof FaqCategoryItemModel
4810
4594
  */
4811
4595
  'slug'?: string | null;
4596
+ /**
4597
+ *
4598
+ * @type {boolean}
4599
+ * @memberof FaqCategoryItemModel
4600
+ */
4601
+ 'confirmed'?: boolean;
4812
4602
  /**
4813
4603
  *
4814
4604
  * @type {string}
4815
4605
  * @memberof FaqCategoryItemModel
4816
4606
  */
4817
- 'description'?: string | null;
4607
+ 'parentId'?: string | null;
4818
4608
  /**
4819
4609
  *
4820
4610
  * @type {number}
@@ -4835,10 +4625,22 @@ export interface FaqCategoryItemModel {
4835
4625
  'hospitalName'?: string | null;
4836
4626
  /**
4837
4627
  *
4838
- * @type {boolean}
4628
+ * @type {string}
4839
4629
  * @memberof FaqCategoryItemModel
4840
4630
  */
4841
- 'confirmed'?: boolean;
4631
+ 'hospitalSlug'?: string | null;
4632
+ /**
4633
+ *
4634
+ * @type {string}
4635
+ * @memberof FaqCategoryItemModel
4636
+ */
4637
+ 'hospitalWebsiteUrl'?: string | null;
4638
+ /**
4639
+ *
4640
+ * @type {Array<MediaModel>}
4641
+ * @memberof FaqCategoryItemModel
4642
+ */
4643
+ 'medias'?: Array<MediaModel> | null;
4842
4644
  /**
4843
4645
  *
4844
4646
  * @type {AuditableEntity}
@@ -4863,7 +4665,7 @@ export interface FaqCategoryModel {
4863
4665
  * @type {string}
4864
4666
  * @memberof FaqCategoryModel
4865
4667
  */
4866
- 'parentId'?: string | null;
4668
+ 'languageCode'?: string | null;
4867
4669
  /**
4868
4670
  *
4869
4671
  * @type {string}
@@ -4876,12 +4678,18 @@ export interface FaqCategoryModel {
4876
4678
  * @memberof FaqCategoryModel
4877
4679
  */
4878
4680
  'slug'?: string | null;
4681
+ /**
4682
+ *
4683
+ * @type {boolean}
4684
+ * @memberof FaqCategoryModel
4685
+ */
4686
+ 'confirmed'?: boolean;
4879
4687
  /**
4880
4688
  *
4881
4689
  * @type {string}
4882
4690
  * @memberof FaqCategoryModel
4883
4691
  */
4884
- 'description'?: string | null;
4692
+ 'parentId'?: string | null;
4885
4693
  /**
4886
4694
  *
4887
4695
  * @type {number}
@@ -4902,10 +4710,22 @@ export interface FaqCategoryModel {
4902
4710
  'hospitalName'?: string | null;
4903
4711
  /**
4904
4712
  *
4905
- * @type {boolean}
4713
+ * @type {string}
4906
4714
  * @memberof FaqCategoryModel
4907
4715
  */
4908
- 'confirmed'?: boolean;
4716
+ 'hospitalSlug'?: string | null;
4717
+ /**
4718
+ *
4719
+ * @type {string}
4720
+ * @memberof FaqCategoryModel
4721
+ */
4722
+ 'hospitalWebsiteUrl'?: string | null;
4723
+ /**
4724
+ *
4725
+ * @type {Array<MediaModel>}
4726
+ * @memberof FaqCategoryModel
4727
+ */
4728
+ 'medias'?: Array<MediaModel> | null;
4909
4729
  /**
4910
4730
  *
4911
4731
  * @type {AuditableEntity}
@@ -4917,7 +4737,19 @@ export interface FaqCategoryModel {
4917
4737
  * @type {string}
4918
4738
  * @memberof FaqCategoryModel
4919
4739
  */
4920
- 'languageCode'?: string | null;
4740
+ 'description'?: string | null;
4741
+ /**
4742
+ *
4743
+ * @type {string}
4744
+ * @memberof FaqCategoryModel
4745
+ */
4746
+ 'overview'?: string | null;
4747
+ /**
4748
+ *
4749
+ * @type {string}
4750
+ * @memberof FaqCategoryModel
4751
+ */
4752
+ 'content'?: string | null;
4921
4753
  /**
4922
4754
  *
4923
4755
  * @type {Array<LocalizedUrlModel>}
@@ -4937,6 +4769,12 @@ export interface FaqItemModel {
4937
4769
  * @memberof FaqItemModel
4938
4770
  */
4939
4771
  'id'?: string;
4772
+ /**
4773
+ *
4774
+ * @type {string}
4775
+ * @memberof FaqItemModel
4776
+ */
4777
+ 'languageCode'?: string | null;
4940
4778
  /**
4941
4779
  *
4942
4780
  * @type {string}
@@ -4949,12 +4787,18 @@ export interface FaqItemModel {
4949
4787
  * @memberof FaqItemModel
4950
4788
  */
4951
4789
  'slug'?: string | null;
4790
+ /**
4791
+ *
4792
+ * @type {boolean}
4793
+ * @memberof FaqItemModel
4794
+ */
4795
+ 'confirmed'?: boolean;
4952
4796
  /**
4953
4797
  *
4954
4798
  * @type {string}
4955
4799
  * @memberof FaqItemModel
4956
4800
  */
4957
- 'description'?: string | null;
4801
+ 'parentId'?: string | null;
4958
4802
  /**
4959
4803
  *
4960
4804
  * @type {number}
@@ -4978,19 +4822,25 @@ export interface FaqItemModel {
4978
4822
  * @type {string}
4979
4823
  * @memberof FaqItemModel
4980
4824
  */
4981
- 'faqCategoryId'?: string;
4825
+ 'hospitalSlug'?: string | null;
4982
4826
  /**
4983
4827
  *
4984
4828
  * @type {string}
4985
4829
  * @memberof FaqItemModel
4986
4830
  */
4987
- 'faqCategoryName'?: string | null;
4831
+ 'hospitalWebsiteUrl'?: string | null;
4988
4832
  /**
4989
4833
  *
4990
- * @type {boolean}
4834
+ * @type {string}
4991
4835
  * @memberof FaqItemModel
4992
4836
  */
4993
- 'confirmed'?: boolean;
4837
+ 'faqCategoryId'?: string;
4838
+ /**
4839
+ *
4840
+ * @type {string}
4841
+ * @memberof FaqItemModel
4842
+ */
4843
+ 'faqCategoryName'?: string | null;
4994
4844
  /**
4995
4845
  *
4996
4846
  * @type {Array<FaqTagItemModel>}
@@ -5022,6 +4872,12 @@ export interface FaqModel {
5022
4872
  * @memberof FaqModel
5023
4873
  */
5024
4874
  'id'?: string;
4875
+ /**
4876
+ *
4877
+ * @type {string}
4878
+ * @memberof FaqModel
4879
+ */
4880
+ 'languageCode'?: string | null;
5025
4881
  /**
5026
4882
  *
5027
4883
  * @type {string}
@@ -5034,12 +4890,18 @@ export interface FaqModel {
5034
4890
  * @memberof FaqModel
5035
4891
  */
5036
4892
  'slug'?: string | null;
4893
+ /**
4894
+ *
4895
+ * @type {boolean}
4896
+ * @memberof FaqModel
4897
+ */
4898
+ 'confirmed'?: boolean;
5037
4899
  /**
5038
4900
  *
5039
4901
  * @type {string}
5040
4902
  * @memberof FaqModel
5041
4903
  */
5042
- 'description'?: string | null;
4904
+ 'parentId'?: string | null;
5043
4905
  /**
5044
4906
  *
5045
4907
  * @type {number}
@@ -5063,19 +4925,25 @@ export interface FaqModel {
5063
4925
  * @type {string}
5064
4926
  * @memberof FaqModel
5065
4927
  */
5066
- 'faqCategoryId'?: string;
4928
+ 'hospitalSlug'?: string | null;
5067
4929
  /**
5068
4930
  *
5069
4931
  * @type {string}
5070
4932
  * @memberof FaqModel
5071
4933
  */
5072
- 'faqCategoryName'?: string | null;
4934
+ 'hospitalWebsiteUrl'?: string | null;
5073
4935
  /**
5074
4936
  *
5075
- * @type {boolean}
4937
+ * @type {string}
5076
4938
  * @memberof FaqModel
5077
4939
  */
5078
- 'confirmed'?: boolean;
4940
+ 'faqCategoryId'?: string;
4941
+ /**
4942
+ *
4943
+ * @type {string}
4944
+ * @memberof FaqModel
4945
+ */
4946
+ 'faqCategoryName'?: string | null;
5079
4947
  /**
5080
4948
  *
5081
4949
  * @type {Array<FaqTagItemModel>}
@@ -5099,7 +4967,13 @@ export interface FaqModel {
5099
4967
  * @type {string}
5100
4968
  * @memberof FaqModel
5101
4969
  */
5102
- 'languageCode'?: string | null;
4970
+ 'description'?: string | null;
4971
+ /**
4972
+ *
4973
+ * @type {string}
4974
+ * @memberof FaqModel
4975
+ */
4976
+ 'overview'?: string | null;
5103
4977
  /**
5104
4978
  *
5105
4979
  * @type {string}
@@ -5565,13 +5439,13 @@ export interface HospitalItemModel {
5565
5439
  * @type {string}
5566
5440
  * @memberof HospitalItemModel
5567
5441
  */
5568
- 'specialtiesSummerized'?: string | null;
5442
+ 'countryId'?: string;
5569
5443
  /**
5570
5444
  *
5571
5445
  * @type {string}
5572
5446
  * @memberof HospitalItemModel
5573
5447
  */
5574
- 'countryId'?: string;
5448
+ 'specialtiesSummerized'?: string | null;
5575
5449
  /**
5576
5450
  *
5577
5451
  * @type {Array<HospitalAccreditationItemModel>}
@@ -5674,13 +5548,13 @@ export interface HospitalModel {
5674
5548
  * @type {string}
5675
5549
  * @memberof HospitalModel
5676
5550
  */
5677
- 'specialtiesSummerized'?: string | null;
5551
+ 'countryId'?: string;
5678
5552
  /**
5679
5553
  *
5680
5554
  * @type {string}
5681
5555
  * @memberof HospitalModel
5682
5556
  */
5683
- 'countryId'?: string;
5557
+ 'specialtiesSummerized'?: string | null;
5684
5558
  /**
5685
5559
  *
5686
5560
  * @type {Array<HospitalAccreditationItemModel>}
@@ -5813,176 +5687,110 @@ export interface HospitalServiceItemModel {
5813
5687
  * @type {string}
5814
5688
  * @memberof HospitalServiceItemModel
5815
5689
  */
5816
- 'name'?: string | null;
5817
- /**
5818
- *
5819
- * @type {string}
5820
- * @memberof HospitalServiceItemModel
5821
- */
5822
- 'slug'?: string | null;
5823
- /**
5824
- *
5825
- * @type {string}
5826
- * @memberof HospitalServiceItemModel
5827
- */
5828
- 'description'?: string | null;
5690
+ 'languageCode'?: string | null;
5829
5691
  /**
5830
5692
  *
5831
5693
  * @type {string}
5832
5694
  * @memberof HospitalServiceItemModel
5833
5695
  */
5834
- 'hospitalId'?: string;
5696
+ 'name'?: string | null;
5835
5697
  /**
5836
5698
  *
5837
5699
  * @type {string}
5838
5700
  * @memberof HospitalServiceItemModel
5839
5701
  */
5840
- 'hospitalName'?: string | null;
5702
+ 'slug'?: string | null;
5841
5703
  /**
5842
5704
  *
5843
- * @type {string}
5705
+ * @type {boolean}
5844
5706
  * @memberof HospitalServiceItemModel
5845
5707
  */
5846
- 'hospitalSlug'?: string | null;
5708
+ 'confirmed'?: boolean;
5847
5709
  /**
5848
5710
  *
5849
- * @type {string}
5711
+ * @type {number}
5850
5712
  * @memberof HospitalServiceItemModel
5851
5713
  */
5852
- 'specialtyTypeId'?: string | null;
5714
+ 'order'?: number;
5853
5715
  /**
5854
5716
  *
5855
5717
  * @type {string}
5856
5718
  * @memberof HospitalServiceItemModel
5857
5719
  */
5858
- 'specialtyTypeName'?: string | null;
5720
+ 'photo'?: string | null;
5859
5721
  /**
5860
5722
  *
5861
5723
  * @type {string}
5862
5724
  * @memberof HospitalServiceItemModel
5863
5725
  */
5864
- 'specialtyId'?: string;
5726
+ 'photoThumbnail'?: string | null;
5865
5727
  /**
5866
5728
  *
5867
- * @type {string}
5729
+ * @type {AuditableEntity}
5868
5730
  * @memberof HospitalServiceItemModel
5869
5731
  */
5870
- 'specialtyName'?: string | null;
5732
+ 'auditableEntity'?: AuditableEntity;
5733
+ }
5734
+ /**
5735
+ *
5736
+ * @export
5737
+ * @interface HospitalServiceModel
5738
+ */
5739
+ export interface HospitalServiceModel {
5871
5740
  /**
5872
5741
  *
5873
5742
  * @type {string}
5874
- * @memberof HospitalServiceItemModel
5743
+ * @memberof HospitalServiceModel
5875
5744
  */
5876
- 'hospitalSpecialtyName'?: string | null;
5745
+ 'id'?: string;
5877
5746
  /**
5878
5747
  *
5879
5748
  * @type {string}
5880
- * @memberof HospitalServiceItemModel
5749
+ * @memberof HospitalServiceModel
5881
5750
  */
5882
- 'hospitalSpecialtySlug'?: string | null;
5751
+ 'languageCode'?: string | null;
5883
5752
  /**
5884
5753
  *
5885
5754
  * @type {string}
5886
- * @memberof HospitalServiceItemModel
5755
+ * @memberof HospitalServiceModel
5887
5756
  */
5888
- 'serviceCategoryId'?: string | null;
5757
+ 'name'?: string | null;
5889
5758
  /**
5890
5759
  *
5891
5760
  * @type {string}
5892
- * @memberof HospitalServiceItemModel
5893
- */
5894
- 'serviceCategoryName'?: string | null;
5895
- /**
5896
- *
5897
- * @type {MarketingType}
5898
- * @memberof HospitalServiceItemModel
5899
- */
5900
- 'marketingType'?: MarketingType;
5901
- /**
5902
- *
5903
- * @type {Procedure}
5904
- * @memberof HospitalServiceItemModel
5905
- */
5906
- 'procedure'?: Procedure;
5907
- /**
5908
- *
5909
- * @type {number}
5910
- * @memberof HospitalServiceItemModel
5911
- */
5912
- 'minPrice'?: number | null;
5913
- /**
5914
- *
5915
- * @type {number}
5916
- * @memberof HospitalServiceItemModel
5761
+ * @memberof HospitalServiceModel
5917
5762
  */
5918
- 'maxPrice'?: number | null;
5763
+ 'slug'?: string | null;
5919
5764
  /**
5920
5765
  *
5921
5766
  * @type {boolean}
5922
- * @memberof HospitalServiceItemModel
5767
+ * @memberof HospitalServiceModel
5923
5768
  */
5924
- 'priceReuqest'?: boolean;
5769
+ 'confirmed'?: boolean;
5925
5770
  /**
5926
5771
  *
5927
5772
  * @type {number}
5928
- * @memberof HospitalServiceItemModel
5773
+ * @memberof HospitalServiceModel
5929
5774
  */
5930
5775
  'order'?: number;
5931
- /**
5932
- *
5933
- * @type {boolean}
5934
- * @memberof HospitalServiceItemModel
5935
- */
5936
- 'confirmed'?: boolean;
5937
5776
  /**
5938
5777
  *
5939
5778
  * @type {string}
5940
- * @memberof HospitalServiceItemModel
5779
+ * @memberof HospitalServiceModel
5941
5780
  */
5942
5781
  'photo'?: string | null;
5943
5782
  /**
5944
5783
  *
5945
5784
  * @type {string}
5946
- * @memberof HospitalServiceItemModel
5785
+ * @memberof HospitalServiceModel
5947
5786
  */
5948
5787
  'photoThumbnail'?: string | null;
5949
- /**
5950
- *
5951
- * @type {Array<MediaModel>}
5952
- * @memberof HospitalServiceItemModel
5953
- */
5954
- 'medias'?: Array<MediaModel> | null;
5955
5788
  /**
5956
5789
  *
5957
5790
  * @type {AuditableEntity}
5958
- * @memberof HospitalServiceItemModel
5959
- */
5960
- 'auditableEntity'?: AuditableEntity;
5961
- }
5962
- /**
5963
- *
5964
- * @export
5965
- * @interface HospitalServiceModel
5966
- */
5967
- export interface HospitalServiceModel {
5968
- /**
5969
- *
5970
- * @type {string}
5971
- * @memberof HospitalServiceModel
5972
- */
5973
- 'id'?: string;
5974
- /**
5975
- *
5976
- * @type {string}
5977
- * @memberof HospitalServiceModel
5978
- */
5979
- 'name'?: string | null;
5980
- /**
5981
- *
5982
- * @type {string}
5983
5791
  * @memberof HospitalServiceModel
5984
5792
  */
5985
- 'slug'?: string | null;
5793
+ 'auditableEntity'?: AuditableEntity;
5986
5794
  /**
5987
5795
  *
5988
5796
  * @type {string}
@@ -5994,37 +5802,31 @@ export interface HospitalServiceModel {
5994
5802
  * @type {string}
5995
5803
  * @memberof HospitalServiceModel
5996
5804
  */
5997
- 'hospitalId'?: string;
5998
- /**
5999
- *
6000
- * @type {string}
6001
- * @memberof HospitalServiceModel
6002
- */
6003
- 'hospitalName'?: string | null;
5805
+ 'overview'?: string | null;
6004
5806
  /**
6005
5807
  *
6006
5808
  * @type {string}
6007
5809
  * @memberof HospitalServiceModel
6008
5810
  */
6009
- 'hospitalSlug'?: string | null;
5811
+ 'content'?: string | null;
6010
5812
  /**
6011
5813
  *
6012
5814
  * @type {string}
6013
5815
  * @memberof HospitalServiceModel
6014
5816
  */
6015
- 'specialtyTypeId'?: string | null;
5817
+ 'hospitalId'?: string;
6016
5818
  /**
6017
5819
  *
6018
5820
  * @type {string}
6019
5821
  * @memberof HospitalServiceModel
6020
5822
  */
6021
- 'specialtyTypeName'?: string | null;
5823
+ 'hospitalName'?: string | null;
6022
5824
  /**
6023
5825
  *
6024
5826
  * @type {string}
6025
5827
  * @memberof HospitalServiceModel
6026
5828
  */
6027
- 'specialtyId'?: string;
5829
+ 'hospitalSlug'?: string | null;
6028
5830
  /**
6029
5831
  *
6030
5832
  * @type {string}
@@ -6055,12 +5857,6 @@ export interface HospitalServiceModel {
6055
5857
  * @memberof HospitalServiceModel
6056
5858
  */
6057
5859
  'serviceCategoryName'?: string | null;
6058
- /**
6059
- *
6060
- * @type {MarketingType}
6061
- * @memberof HospitalServiceModel
6062
- */
6063
- 'marketingType'?: MarketingType;
6064
5860
  /**
6065
5861
  *
6066
5862
  * @type {Procedure}
@@ -6085,66 +5881,18 @@ export interface HospitalServiceModel {
6085
5881
  * @memberof HospitalServiceModel
6086
5882
  */
6087
5883
  'priceReuqest'?: boolean;
6088
- /**
6089
- *
6090
- * @type {number}
6091
- * @memberof HospitalServiceModel
6092
- */
6093
- 'order'?: number;
6094
- /**
6095
- *
6096
- * @type {boolean}
6097
- * @memberof HospitalServiceModel
6098
- */
6099
- 'confirmed'?: boolean;
6100
- /**
6101
- *
6102
- * @type {string}
6103
- * @memberof HospitalServiceModel
6104
- */
6105
- 'photo'?: string | null;
6106
5884
  /**
6107
5885
  *
6108
5886
  * @type {string}
6109
5887
  * @memberof HospitalServiceModel
6110
5888
  */
6111
- 'photoThumbnail'?: string | null;
5889
+ 'customStyle'?: string | null;
6112
5890
  /**
6113
5891
  *
6114
5892
  * @type {Array<MediaModel>}
6115
5893
  * @memberof HospitalServiceModel
6116
5894
  */
6117
5895
  'medias'?: Array<MediaModel> | null;
6118
- /**
6119
- *
6120
- * @type {AuditableEntity}
6121
- * @memberof HospitalServiceModel
6122
- */
6123
- 'auditableEntity'?: AuditableEntity;
6124
- /**
6125
- *
6126
- * @type {string}
6127
- * @memberof HospitalServiceModel
6128
- */
6129
- 'languageCode'?: string | null;
6130
- /**
6131
- *
6132
- * @type {string}
6133
- * @memberof HospitalServiceModel
6134
- */
6135
- 'content'?: string | null;
6136
- /**
6137
- *
6138
- * @type {string}
6139
- * @memberof HospitalServiceModel
6140
- */
6141
- 'customStyle'?: string | null;
6142
- /**
6143
- *
6144
- * @type {Array<LocalizedUrlModel>}
6145
- * @memberof HospitalServiceModel
6146
- */
6147
- 'localizedUrls'?: Array<LocalizedUrlModel> | null;
6148
5896
  }
6149
5897
  /**
6150
5898
  *
@@ -6177,6 +5925,12 @@ export interface HospitalSimpleItemModel {
6177
5925
  * @memberof HospitalSimpleItemModel
6178
5926
  */
6179
5927
  'id'?: string;
5928
+ /**
5929
+ *
5930
+ * @type {string}
5931
+ * @memberof HospitalSimpleItemModel
5932
+ */
5933
+ 'languageCode'?: string | null;
6180
5934
  /**
6181
5935
  *
6182
5936
  * @type {string}
@@ -6285,16 +6039,10 @@ export interface HospitalSpecialtyItemModel {
6285
6039
  'slug'?: string | null;
6286
6040
  /**
6287
6041
  *
6288
- * @type {string}
6289
- * @memberof HospitalSpecialtyItemModel
6290
- */
6291
- 'description'?: string | null;
6292
- /**
6293
- *
6294
- * @type {boolean}
6042
+ * @type {number}
6295
6043
  * @memberof HospitalSpecialtyItemModel
6296
6044
  */
6297
- 'confirmed'?: boolean;
6045
+ 'order'?: number;
6298
6046
  /**
6299
6047
  *
6300
6048
  * @type {string}
@@ -6319,12 +6067,6 @@ export interface HospitalSpecialtyItemModel {
6319
6067
  * @memberof HospitalSpecialtyItemModel
6320
6068
  */
6321
6069
  'backgroundThumbnail'?: string | null;
6322
- /**
6323
- *
6324
- * @type {number}
6325
- * @memberof HospitalSpecialtyItemModel
6326
- */
6327
- 'order'?: number;
6328
6070
  /**
6329
6071
  *
6330
6072
  * @type {number}
@@ -6370,16 +6112,10 @@ export interface HospitalSpecialtyModel {
6370
6112
  'slug'?: string | null;
6371
6113
  /**
6372
6114
  *
6373
- * @type {string}
6374
- * @memberof HospitalSpecialtyModel
6375
- */
6376
- 'description'?: string | null;
6377
- /**
6378
- *
6379
- * @type {boolean}
6115
+ * @type {number}
6380
6116
  * @memberof HospitalSpecialtyModel
6381
6117
  */
6382
- 'confirmed'?: boolean;
6118
+ 'order'?: number;
6383
6119
  /**
6384
6120
  *
6385
6121
  * @type {string}
@@ -6409,37 +6145,37 @@ export interface HospitalSpecialtyModel {
6409
6145
  * @type {number}
6410
6146
  * @memberof HospitalSpecialtyModel
6411
6147
  */
6412
- 'order'?: number;
6148
+ 'servicesCount'?: number;
6413
6149
  /**
6414
6150
  *
6415
- * @type {number}
6151
+ * @type {string}
6416
6152
  * @memberof HospitalSpecialtyModel
6417
6153
  */
6418
- 'servicesCount'?: number;
6154
+ 'specialtyId'?: string;
6419
6155
  /**
6420
6156
  *
6421
6157
  * @type {string}
6422
6158
  * @memberof HospitalSpecialtyModel
6423
6159
  */
6424
- 'specialtyId'?: string;
6160
+ 'description'?: string | null;
6425
6161
  /**
6426
6162
  *
6427
6163
  * @type {string}
6428
6164
  * @memberof HospitalSpecialtyModel
6429
6165
  */
6430
- 'hospitalId'?: string;
6166
+ 'content'?: string | null;
6431
6167
  /**
6432
6168
  *
6433
- * @type {string}
6169
+ * @type {boolean}
6434
6170
  * @memberof HospitalSpecialtyModel
6435
6171
  */
6436
- 'customStyle'?: string | null;
6172
+ 'confirmed'?: boolean;
6437
6173
  /**
6438
6174
  *
6439
6175
  * @type {string}
6440
6176
  * @memberof HospitalSpecialtyModel
6441
6177
  */
6442
- 'content'?: string | null;
6178
+ 'hospitalId'?: string;
6443
6179
  /**
6444
6180
  *
6445
6181
  * @type {string}
@@ -6469,13 +6205,7 @@ export interface HospitalSpecialtyModel {
6469
6205
  * @type {string}
6470
6206
  * @memberof HospitalSpecialtyModel
6471
6207
  */
6472
- 'specialtyTypeName'?: string | null;
6473
- /**
6474
- *
6475
- * @type {MarketingType}
6476
- * @memberof HospitalSpecialtyModel
6477
- */
6478
- 'marketingType'?: MarketingType;
6208
+ 'customStyle'?: string | null;
6479
6209
  /**
6480
6210
  *
6481
6211
  * @type {Array<LocalizedUrlModel>}
@@ -6506,55 +6236,25 @@ export interface HospitalSpecialtySimpleItemModel {
6506
6236
  * @type {string}
6507
6237
  * @memberof HospitalSpecialtySimpleItemModel
6508
6238
  */
6509
- 'name'?: string | null;
6239
+ 'languageCode'?: string | null;
6510
6240
  /**
6511
6241
  *
6512
6242
  * @type {string}
6513
6243
  * @memberof HospitalSpecialtySimpleItemModel
6514
6244
  */
6515
- 'slug'?: string | null;
6245
+ 'name'?: string | null;
6516
6246
  /**
6517
6247
  *
6518
6248
  * @type {string}
6519
6249
  * @memberof HospitalSpecialtySimpleItemModel
6520
6250
  */
6521
- 'description'?: string | null;
6251
+ 'slug'?: string | null;
6522
6252
  /**
6523
6253
  *
6524
6254
  * @type {number}
6525
6255
  * @memberof HospitalSpecialtySimpleItemModel
6526
6256
  */
6527
6257
  'order'?: number;
6528
- /**
6529
- *
6530
- * @type {boolean}
6531
- * @memberof HospitalSpecialtySimpleItemModel
6532
- */
6533
- 'confirmed'?: boolean;
6534
- /**
6535
- *
6536
- * @type {number}
6537
- * @memberof HospitalSpecialtySimpleItemModel
6538
- */
6539
- 'servicesCount'?: number;
6540
- /**
6541
- *
6542
- * @type {string}
6543
- * @memberof HospitalSpecialtySimpleItemModel
6544
- */
6545
- 'specialtyId'?: string;
6546
- /**
6547
- *
6548
- * @type {string}
6549
- * @memberof HospitalSpecialtySimpleItemModel
6550
- */
6551
- 'specialtyName'?: string | null;
6552
- /**
6553
- *
6554
- * @type {string}
6555
- * @memberof HospitalSpecialtySimpleItemModel
6556
- */
6557
- 'specialtySlug'?: string | null;
6558
6258
  }
6559
6259
  /**
6560
6260
  *
@@ -7308,19 +7008,19 @@ export interface PatientModel {
7308
7008
  * @type {string}
7309
7009
  * @memberof PatientModel
7310
7010
  */
7311
- 'userName'?: string | null;
7011
+ 'languageCode'?: string | null;
7312
7012
  /**
7313
7013
  *
7314
7014
  * @type {string}
7315
7015
  * @memberof PatientModel
7316
7016
  */
7317
- 'firstName'?: string | null;
7017
+ 'userName'?: string | null;
7318
7018
  /**
7319
7019
  *
7320
7020
  * @type {string}
7321
7021
  * @memberof PatientModel
7322
7022
  */
7323
- 'middleName'?: string | null;
7023
+ 'firstName'?: string | null;
7324
7024
  /**
7325
7025
  *
7326
7026
  * @type {string}
@@ -7338,31 +7038,37 @@ export interface PatientModel {
7338
7038
  * @type {string}
7339
7039
  * @memberof PatientModel
7340
7040
  */
7341
- 'slug'?: string | null;
7041
+ 'userType'?: string | null;
7342
7042
  /**
7343
7043
  *
7344
7044
  * @type {string}
7345
7045
  * @memberof PatientModel
7346
7046
  */
7347
- 'phone'?: string | null;
7047
+ 'photo'?: string | null;
7348
7048
  /**
7349
7049
  *
7350
7050
  * @type {string}
7351
7051
  * @memberof PatientModel
7352
7052
  */
7353
- 'email'?: string | null;
7053
+ 'photoThumbnail'?: string | null;
7054
+ /**
7055
+ *
7056
+ * @type {AuditableEntity}
7057
+ * @memberof PatientModel
7058
+ */
7059
+ 'auditableEntity'?: AuditableEntity;
7354
7060
  /**
7355
7061
  *
7356
7062
  * @type {string}
7357
7063
  * @memberof PatientModel
7358
7064
  */
7359
- 'photo'?: string | null;
7065
+ 'phone'?: string | null;
7360
7066
  /**
7361
7067
  *
7362
7068
  * @type {string}
7363
7069
  * @memberof PatientModel
7364
7070
  */
7365
- 'photoThumbnail'?: string | null;
7071
+ 'email'?: string | null;
7366
7072
  /**
7367
7073
  *
7368
7074
  * @type {Gender}
@@ -7387,18 +7093,6 @@ export interface PatientModel {
7387
7093
  * @memberof PatientModel
7388
7094
  */
7389
7095
  'communicationUserId'?: string | null;
7390
- /**
7391
- *
7392
- * @type {AuditableEntity}
7393
- * @memberof PatientModel
7394
- */
7395
- 'auditableEntity'?: AuditableEntity;
7396
- /**
7397
- *
7398
- * @type {string}
7399
- * @memberof PatientModel
7400
- */
7401
- 'userType'?: string | null;
7402
7096
  /**
7403
7097
  *
7404
7098
  * @type {Array<UserLanguageModel>}
@@ -8440,31 +8134,25 @@ export interface SpecialtyItemModel {
8440
8134
  * @type {string}
8441
8135
  * @memberof SpecialtyItemModel
8442
8136
  */
8443
- 'name'?: string | null;
8137
+ 'languageCode'?: string | null;
8444
8138
  /**
8445
8139
  *
8446
8140
  * @type {string}
8447
8141
  * @memberof SpecialtyItemModel
8448
8142
  */
8449
- 'slug'?: string | null;
8143
+ 'name'?: string | null;
8450
8144
  /**
8451
8145
  *
8452
8146
  * @type {string}
8453
8147
  * @memberof SpecialtyItemModel
8454
8148
  */
8455
- 'description'?: string | null;
8456
- /**
8457
- *
8458
- * @type {number}
8459
- * @memberof SpecialtyItemModel
8460
- */
8461
- 'hospitalSpecialtyCount'?: number;
8149
+ 'slug'?: string | null;
8462
8150
  /**
8463
8151
  *
8464
- * @type {number}
8152
+ * @type {boolean}
8465
8153
  * @memberof SpecialtyItemModel
8466
8154
  */
8467
- 'serviceCount'?: number;
8155
+ 'confirmed'?: boolean;
8468
8156
  /**
8469
8157
  *
8470
8158
  * @type {string}
@@ -8479,28 +8167,16 @@ export interface SpecialtyItemModel {
8479
8167
  'specialtyTypeName'?: string | null;
8480
8168
  /**
8481
8169
  *
8482
- * @type {boolean}
8170
+ * @type {Array<MediaModel>}
8483
8171
  * @memberof SpecialtyItemModel
8484
8172
  */
8485
- 'confirmed'?: boolean;
8173
+ 'medias'?: Array<MediaModel> | null;
8486
8174
  /**
8487
8175
  *
8488
8176
  * @type {AuditableEntity}
8489
8177
  * @memberof SpecialtyItemModel
8490
8178
  */
8491
8179
  'auditableEntity'?: AuditableEntity;
8492
- /**
8493
- *
8494
- * @type {boolean}
8495
- * @memberof SpecialtyItemModel
8496
- */
8497
- 'returnDefaultValue'?: boolean | null;
8498
- /**
8499
- *
8500
- * @type {Array<MediaModel>}
8501
- * @memberof SpecialtyItemModel
8502
- */
8503
- 'medias'?: Array<MediaModel> | null;
8504
8180
  }
8505
8181
  /**
8506
8182
  *
@@ -8519,25 +8195,31 @@ export interface SpecialtyItemSimpleModel {
8519
8195
  * @type {string}
8520
8196
  * @memberof SpecialtyItemSimpleModel
8521
8197
  */
8522
- 'name'?: string | null;
8198
+ 'languageCode'?: string | null;
8523
8199
  /**
8524
8200
  *
8525
8201
  * @type {string}
8526
8202
  * @memberof SpecialtyItemSimpleModel
8527
8203
  */
8528
- 'slug'?: string | null;
8204
+ 'name'?: string | null;
8529
8205
  /**
8530
8206
  *
8531
8207
  * @type {string}
8532
8208
  * @memberof SpecialtyItemSimpleModel
8533
8209
  */
8534
- 'specialtyTypeId'?: string;
8210
+ 'slug'?: string | null;
8535
8211
  /**
8536
8212
  *
8537
8213
  * @type {boolean}
8538
8214
  * @memberof SpecialtyItemSimpleModel
8539
8215
  */
8540
8216
  'confirmed'?: boolean;
8217
+ /**
8218
+ *
8219
+ * @type {string}
8220
+ * @memberof SpecialtyItemSimpleModel
8221
+ */
8222
+ 'specialtyTypeId'?: string;
8541
8223
  }
8542
8224
  /**
8543
8225
  *
@@ -8556,31 +8238,25 @@ export interface SpecialtyModel {
8556
8238
  * @type {string}
8557
8239
  * @memberof SpecialtyModel
8558
8240
  */
8559
- 'name'?: string | null;
8241
+ 'languageCode'?: string | null;
8560
8242
  /**
8561
8243
  *
8562
8244
  * @type {string}
8563
8245
  * @memberof SpecialtyModel
8564
8246
  */
8565
- 'slug'?: string | null;
8247
+ 'name'?: string | null;
8566
8248
  /**
8567
8249
  *
8568
8250
  * @type {string}
8569
8251
  * @memberof SpecialtyModel
8570
8252
  */
8571
- 'description'?: string | null;
8572
- /**
8573
- *
8574
- * @type {number}
8575
- * @memberof SpecialtyModel
8576
- */
8577
- 'hospitalSpecialtyCount'?: number;
8253
+ 'slug'?: string | null;
8578
8254
  /**
8579
8255
  *
8580
- * @type {number}
8256
+ * @type {boolean}
8581
8257
  * @memberof SpecialtyModel
8582
8258
  */
8583
- 'serviceCount'?: number;
8259
+ 'confirmed'?: boolean;
8584
8260
  /**
8585
8261
  *
8586
8262
  * @type {string}
@@ -8595,34 +8271,28 @@ export interface SpecialtyModel {
8595
8271
  'specialtyTypeName'?: string | null;
8596
8272
  /**
8597
8273
  *
8598
- * @type {boolean}
8599
- * @memberof SpecialtyModel
8600
- */
8601
- 'confirmed'?: boolean;
8602
- /**
8603
- *
8604
- * @type {AuditableEntity}
8274
+ * @type {Array<MediaModel>}
8605
8275
  * @memberof SpecialtyModel
8606
8276
  */
8607
- 'auditableEntity'?: AuditableEntity;
8277
+ 'medias'?: Array<MediaModel> | null;
8608
8278
  /**
8609
8279
  *
8610
- * @type {boolean}
8280
+ * @type {AuditableEntity}
8611
8281
  * @memberof SpecialtyModel
8612
8282
  */
8613
- 'returnDefaultValue'?: boolean | null;
8283
+ 'auditableEntity'?: AuditableEntity;
8614
8284
  /**
8615
8285
  *
8616
- * @type {Array<MediaModel>}
8286
+ * @type {string}
8617
8287
  * @memberof SpecialtyModel
8618
8288
  */
8619
- 'medias'?: Array<MediaModel> | null;
8289
+ 'description'?: string | null;
8620
8290
  /**
8621
8291
  *
8622
8292
  * @type {string}
8623
8293
  * @memberof SpecialtyModel
8624
8294
  */
8625
- 'languageCode'?: string | null;
8295
+ 'overview'?: string | null;
8626
8296
  /**
8627
8297
  *
8628
8298
  * @type {string}
@@ -8653,55 +8323,43 @@ export interface SpecialtyTypeItemModel {
8653
8323
  * @type {string}
8654
8324
  * @memberof SpecialtyTypeItemModel
8655
8325
  */
8656
- 'name'?: string | null;
8326
+ 'languageCode'?: string | null;
8657
8327
  /**
8658
8328
  *
8659
8329
  * @type {string}
8660
8330
  * @memberof SpecialtyTypeItemModel
8661
8331
  */
8662
- 'slug'?: string | null;
8332
+ 'name'?: string | null;
8663
8333
  /**
8664
8334
  *
8665
8335
  * @type {string}
8666
8336
  * @memberof SpecialtyTypeItemModel
8667
8337
  */
8668
- 'description'?: string | null;
8338
+ 'slug'?: string | null;
8669
8339
  /**
8670
8340
  *
8671
- * @type {MarketingType}
8341
+ * @type {boolean}
8672
8342
  * @memberof SpecialtyTypeItemModel
8673
8343
  */
8674
- 'marketingType'?: MarketingType;
8344
+ 'confirmed'?: boolean;
8675
8345
  /**
8676
8346
  *
8677
- * @type {number}
8347
+ * @type {string}
8678
8348
  * @memberof SpecialtyTypeItemModel
8679
8349
  */
8680
- 'specialtyCount'?: number;
8350
+ 'description'?: string | null;
8681
8351
  /**
8682
8352
  *
8683
- * @type {number}
8353
+ * @type {MarketingType}
8684
8354
  * @memberof SpecialtyTypeItemModel
8685
8355
  */
8686
- 'hospitalSpecialtyCount'?: number;
8356
+ 'marketingType'?: MarketingType;
8687
8357
  /**
8688
8358
  *
8689
8359
  * @type {number}
8690
8360
  * @memberof SpecialtyTypeItemModel
8691
8361
  */
8692
- 'serviceCount'?: number;
8693
- /**
8694
- *
8695
- * @type {Date}
8696
- * @memberof SpecialtyTypeItemModel
8697
- */
8698
- 'created'?: Date;
8699
- /**
8700
- *
8701
- * @type {boolean}
8702
- * @memberof SpecialtyTypeItemModel
8703
- */
8704
- 'confirmed'?: boolean;
8362
+ 'specialtiesCount'?: number;
8705
8363
  /**
8706
8364
  *
8707
8365
  * @type {Array<MediaModel>}
@@ -8732,55 +8390,43 @@ export interface SpecialtyTypeModel {
8732
8390
  * @type {string}
8733
8391
  * @memberof SpecialtyTypeModel
8734
8392
  */
8735
- 'name'?: string | null;
8393
+ 'languageCode'?: string | null;
8736
8394
  /**
8737
8395
  *
8738
8396
  * @type {string}
8739
8397
  * @memberof SpecialtyTypeModel
8740
8398
  */
8741
- 'slug'?: string | null;
8399
+ 'name'?: string | null;
8742
8400
  /**
8743
8401
  *
8744
8402
  * @type {string}
8745
8403
  * @memberof SpecialtyTypeModel
8746
8404
  */
8747
- 'description'?: string | null;
8405
+ 'slug'?: string | null;
8748
8406
  /**
8749
8407
  *
8750
- * @type {MarketingType}
8408
+ * @type {boolean}
8751
8409
  * @memberof SpecialtyTypeModel
8752
8410
  */
8753
- 'marketingType'?: MarketingType;
8411
+ 'confirmed'?: boolean;
8754
8412
  /**
8755
8413
  *
8756
- * @type {number}
8414
+ * @type {string}
8757
8415
  * @memberof SpecialtyTypeModel
8758
8416
  */
8759
- 'specialtyCount'?: number;
8417
+ 'description'?: string | null;
8760
8418
  /**
8761
8419
  *
8762
- * @type {number}
8420
+ * @type {MarketingType}
8763
8421
  * @memberof SpecialtyTypeModel
8764
8422
  */
8765
- 'hospitalSpecialtyCount'?: number;
8423
+ 'marketingType'?: MarketingType;
8766
8424
  /**
8767
8425
  *
8768
8426
  * @type {number}
8769
8427
  * @memberof SpecialtyTypeModel
8770
8428
  */
8771
- 'serviceCount'?: number;
8772
- /**
8773
- *
8774
- * @type {Date}
8775
- * @memberof SpecialtyTypeModel
8776
- */
8777
- 'created'?: Date;
8778
- /**
8779
- *
8780
- * @type {boolean}
8781
- * @memberof SpecialtyTypeModel
8782
- */
8783
- 'confirmed'?: boolean;
8429
+ 'specialtiesCount'?: number;
8784
8430
  /**
8785
8431
  *
8786
8432
  * @type {Array<MediaModel>}
@@ -8793,12 +8439,6 @@ export interface SpecialtyTypeModel {
8793
8439
  * @memberof SpecialtyTypeModel
8794
8440
  */
8795
8441
  'auditableEntity'?: AuditableEntity;
8796
- /**
8797
- *
8798
- * @type {string}
8799
- * @memberof SpecialtyTypeModel
8800
- */
8801
- 'languageCode'?: string | null;
8802
8442
  /**
8803
8443
  *
8804
8444
  * @type {string}
@@ -8824,6 +8464,12 @@ export interface SpecialtyTypeSimpleItemModel {
8824
8464
  * @memberof SpecialtyTypeSimpleItemModel
8825
8465
  */
8826
8466
  'id'?: string;
8467
+ /**
8468
+ *
8469
+ * @type {string}
8470
+ * @memberof SpecialtyTypeSimpleItemModel
8471
+ */
8472
+ 'languageCode'?: string | null;
8827
8473
  /**
8828
8474
  *
8829
8475
  * @type {string}
@@ -9498,19 +9144,19 @@ export interface UserModel {
9498
9144
  * @type {string}
9499
9145
  * @memberof UserModel
9500
9146
  */
9501
- 'userName'?: string | null;
9147
+ 'languageCode'?: string | null;
9502
9148
  /**
9503
9149
  *
9504
9150
  * @type {string}
9505
9151
  * @memberof UserModel
9506
9152
  */
9507
- 'firstName'?: string | null;
9153
+ 'userName'?: string | null;
9508
9154
  /**
9509
9155
  *
9510
9156
  * @type {string}
9511
9157
  * @memberof UserModel
9512
9158
  */
9513
- 'middleName'?: string | null;
9159
+ 'firstName'?: string | null;
9514
9160
  /**
9515
9161
  *
9516
9162
  * @type {string}
@@ -9528,31 +9174,37 @@ export interface UserModel {
9528
9174
  * @type {string}
9529
9175
  * @memberof UserModel
9530
9176
  */
9531
- 'slug'?: string | null;
9177
+ 'userType'?: string | null;
9532
9178
  /**
9533
9179
  *
9534
9180
  * @type {string}
9535
9181
  * @memberof UserModel
9536
9182
  */
9537
- 'phone'?: string | null;
9183
+ 'photo'?: string | null;
9538
9184
  /**
9539
9185
  *
9540
9186
  * @type {string}
9541
9187
  * @memberof UserModel
9542
9188
  */
9543
- 'email'?: string | null;
9189
+ 'photoThumbnail'?: string | null;
9190
+ /**
9191
+ *
9192
+ * @type {AuditableEntity}
9193
+ * @memberof UserModel
9194
+ */
9195
+ 'auditableEntity'?: AuditableEntity;
9544
9196
  /**
9545
9197
  *
9546
9198
  * @type {string}
9547
9199
  * @memberof UserModel
9548
9200
  */
9549
- 'photo'?: string | null;
9201
+ 'phone'?: string | null;
9550
9202
  /**
9551
9203
  *
9552
9204
  * @type {string}
9553
9205
  * @memberof UserModel
9554
9206
  */
9555
- 'photoThumbnail'?: string | null;
9207
+ 'email'?: string | null;
9556
9208
  /**
9557
9209
  *
9558
9210
  * @type {Gender}
@@ -9577,18 +9229,6 @@ export interface UserModel {
9577
9229
  * @memberof UserModel
9578
9230
  */
9579
9231
  'communicationUserId'?: string | null;
9580
- /**
9581
- *
9582
- * @type {AuditableEntity}
9583
- * @memberof UserModel
9584
- */
9585
- 'auditableEntity'?: AuditableEntity;
9586
- /**
9587
- *
9588
- * @type {string}
9589
- * @memberof UserModel
9590
- */
9591
- 'userType'?: string | null;
9592
9232
  /**
9593
9233
  *
9594
9234
  * @type {Array<UserLanguageModel>}
@@ -9602,79 +9242,6 @@ export interface UserModel {
9602
9242
  */
9603
9243
  'locations'?: Array<UserLocationModel> | null;
9604
9244
  }
9605
- /**
9606
- *
9607
- * @export
9608
- * @interface UserTranslationModel
9609
- */
9610
- export interface UserTranslationModel {
9611
- /**
9612
- *
9613
- * @type {string}
9614
- * @memberof UserTranslationModel
9615
- */
9616
- 'userId'?: string;
9617
- /**
9618
- *
9619
- * @type {string}
9620
- * @memberof UserTranslationModel
9621
- */
9622
- 'languageCode'?: string | null;
9623
- /**
9624
- *
9625
- * @type {string}
9626
- * @memberof UserTranslationModel
9627
- */
9628
- 'firstName'?: string | null;
9629
- /**
9630
- *
9631
- * @type {string}
9632
- * @memberof UserTranslationModel
9633
- */
9634
- 'middleName'?: string | null;
9635
- /**
9636
- *
9637
- * @type {string}
9638
- * @memberof UserTranslationModel
9639
- */
9640
- 'lastName'?: string | null;
9641
- /**
9642
- *
9643
- * @type {string}
9644
- * @memberof UserTranslationModel
9645
- */
9646
- 'slug'?: string | null;
9647
- /**
9648
- *
9649
- * @type {string}
9650
- * @memberof UserTranslationModel
9651
- */
9652
- 'overview'?: string | null;
9653
- /**
9654
- *
9655
- * @type {string}
9656
- * @memberof UserTranslationModel
9657
- */
9658
- 'description'?: string | null;
9659
- /**
9660
- *
9661
- * @type {string}
9662
- * @memberof UserTranslationModel
9663
- */
9664
- 'content'?: string | null;
9665
- /**
9666
- *
9667
- * @type {boolean}
9668
- * @memberof UserTranslationModel
9669
- */
9670
- 'confirmed'?: boolean;
9671
- /**
9672
- *
9673
- * @type {AuditableEntity}
9674
- * @memberof UserTranslationModel
9675
- */
9676
- 'auditableEntity'?: AuditableEntity;
9677
- }
9678
9245
  /**
9679
9246
  *
9680
9247
  * @export
@@ -15369,13 +14936,14 @@ export const DoctorsApiAxiosParamCreator = function (configuration?: Configurati
15369
14936
  * @summary Get all doctor affiliations.
15370
14937
  * @param {string} doctorId
15371
14938
  * @param {string} [hospitalName]
14939
+ * @param {string} [languageCode]
15372
14940
  * @param {number} [page]
15373
14941
  * @param {number} [limit]
15374
14942
  * @param {Date} [lastRetrieved]
15375
14943
  * @param {*} [options] Override http request option.
15376
14944
  * @throws {RequiredError}
15377
14945
  */
15378
- apiV2DoctorsDoctorIdAffiliationsGet: async (doctorId: string, hospitalName?: string, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
14946
+ apiV2DoctorsDoctorIdAffiliationsGet: async (doctorId: string, hospitalName?: string, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
15379
14947
  // verify required parameter 'doctorId' is not null or undefined
15380
14948
  assertParamExists('apiV2DoctorsDoctorIdAffiliationsGet', 'doctorId', doctorId)
15381
14949
  const localVarPath = `/api/v2/doctors/{doctorId}/affiliations`
@@ -15395,6 +14963,10 @@ export const DoctorsApiAxiosParamCreator = function (configuration?: Configurati
15395
14963
  localVarQueryParameter['HospitalName'] = hospitalName;
15396
14964
  }
15397
14965
 
14966
+ if (languageCode !== undefined) {
14967
+ localVarQueryParameter['LanguageCode'] = languageCode;
14968
+ }
14969
+
15398
14970
  if (page !== undefined) {
15399
14971
  localVarQueryParameter['page'] = page;
15400
14972
  }
@@ -16039,13 +15611,15 @@ export const DoctorsApiAxiosParamCreator = function (configuration?: Configurati
16039
15611
  * @param {string} [doctorName]
16040
15612
  * @param {string} [specialtyId]
16041
15613
  * @param {string} [specialtyName]
15614
+ * @param {string} [languageCode]
15615
+ * @param {boolean} [showHidden]
16042
15616
  * @param {number} [page]
16043
15617
  * @param {number} [limit]
16044
15618
  * @param {Date} [lastRetrieved]
16045
15619
  * @param {*} [options] Override http request option.
16046
15620
  * @throws {RequiredError}
16047
15621
  */
16048
- apiV2DoctorsDoctorIdSpecialtiesGet: async (doctorId: string, doctorName?: string, specialtyId?: string, specialtyName?: string, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
15622
+ apiV2DoctorsDoctorIdSpecialtiesGet: async (doctorId: string, doctorName?: string, specialtyId?: string, specialtyName?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
16049
15623
  // verify required parameter 'doctorId' is not null or undefined
16050
15624
  assertParamExists('apiV2DoctorsDoctorIdSpecialtiesGet', 'doctorId', doctorId)
16051
15625
  const localVarPath = `/api/v2/doctors/{doctorId}/specialties`
@@ -16073,6 +15647,14 @@ export const DoctorsApiAxiosParamCreator = function (configuration?: Configurati
16073
15647
  localVarQueryParameter['SpecialtyName'] = specialtyName;
16074
15648
  }
16075
15649
 
15650
+ if (languageCode !== undefined) {
15651
+ localVarQueryParameter['LanguageCode'] = languageCode;
15652
+ }
15653
+
15654
+ if (showHidden !== undefined) {
15655
+ localVarQueryParameter['ShowHidden'] = showHidden;
15656
+ }
15657
+
16076
15658
  if (page !== undefined) {
16077
15659
  localVarQueryParameter['page'] = page;
16078
15660
  }
@@ -16103,10 +15685,11 @@ export const DoctorsApiAxiosParamCreator = function (configuration?: Configurati
16103
15685
  * @summary Get DoctorSpecialty
16104
15686
  * @param {string} doctorId
16105
15687
  * @param {string} specialtyId
15688
+ * @param {string} [languageCode]
16106
15689
  * @param {*} [options] Override http request option.
16107
15690
  * @throws {RequiredError}
16108
15691
  */
16109
- apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet: async (doctorId: string, specialtyId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
15692
+ apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet: async (doctorId: string, specialtyId: string, languageCode?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
16110
15693
  // verify required parameter 'doctorId' is not null or undefined
16111
15694
  assertParamExists('apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet', 'doctorId', doctorId)
16112
15695
  // verify required parameter 'specialtyId' is not null or undefined
@@ -16125,6 +15708,10 @@ export const DoctorsApiAxiosParamCreator = function (configuration?: Configurati
16125
15708
  const localVarHeaderParameter = {} as any;
16126
15709
  const localVarQueryParameter = {} as any;
16127
15710
 
15711
+ if (languageCode !== undefined) {
15712
+ localVarQueryParameter['languageCode'] = languageCode;
15713
+ }
15714
+
16128
15715
 
16129
15716
 
16130
15717
  setSearchParams(localVarUrlObj, localVarQueryParameter);
@@ -16436,14 +16023,15 @@ export const DoctorsApiFp = function(configuration?: Configuration) {
16436
16023
  * @summary Get all doctor affiliations.
16437
16024
  * @param {string} doctorId
16438
16025
  * @param {string} [hospitalName]
16026
+ * @param {string} [languageCode]
16439
16027
  * @param {number} [page]
16440
16028
  * @param {number} [limit]
16441
16029
  * @param {Date} [lastRetrieved]
16442
16030
  * @param {*} [options] Override http request option.
16443
16031
  * @throws {RequiredError}
16444
16032
  */
16445
- async apiV2DoctorsDoctorIdAffiliationsGet(doctorId: string, hospitalName?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorAffiliationsModel>> {
16446
- const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2DoctorsDoctorIdAffiliationsGet(doctorId, hospitalName, page, limit, lastRetrieved, options);
16033
+ async apiV2DoctorsDoctorIdAffiliationsGet(doctorId: string, hospitalName?: string, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorAffiliationsModel>> {
16034
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2DoctorsDoctorIdAffiliationsGet(doctorId, hospitalName, languageCode, page, limit, lastRetrieved, options);
16447
16035
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
16448
16036
  },
16449
16037
  /**
@@ -16623,14 +16211,16 @@ export const DoctorsApiFp = function(configuration?: Configuration) {
16623
16211
  * @param {string} [doctorName]
16624
16212
  * @param {string} [specialtyId]
16625
16213
  * @param {string} [specialtyName]
16214
+ * @param {string} [languageCode]
16215
+ * @param {boolean} [showHidden]
16626
16216
  * @param {number} [page]
16627
16217
  * @param {number} [limit]
16628
16218
  * @param {Date} [lastRetrieved]
16629
16219
  * @param {*} [options] Override http request option.
16630
16220
  * @throws {RequiredError}
16631
16221
  */
16632
- async apiV2DoctorsDoctorIdSpecialtiesGet(doctorId: string, doctorName?: string, specialtyId?: string, specialtyName?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorSpecialtiesModel>> {
16633
- const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2DoctorsDoctorIdSpecialtiesGet(doctorId, doctorName, specialtyId, specialtyName, page, limit, lastRetrieved, options);
16222
+ async apiV2DoctorsDoctorIdSpecialtiesGet(doctorId: string, doctorName?: string, specialtyId?: string, specialtyName?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorSpecialtiesModel>> {
16223
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2DoctorsDoctorIdSpecialtiesGet(doctorId, doctorName, specialtyId, specialtyName, languageCode, showHidden, page, limit, lastRetrieved, options);
16634
16224
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
16635
16225
  },
16636
16226
  /**
@@ -16638,11 +16228,12 @@ export const DoctorsApiFp = function(configuration?: Configuration) {
16638
16228
  * @summary Get DoctorSpecialty
16639
16229
  * @param {string} doctorId
16640
16230
  * @param {string} specialtyId
16231
+ * @param {string} [languageCode]
16641
16232
  * @param {*} [options] Override http request option.
16642
16233
  * @throws {RequiredError}
16643
16234
  */
16644
- async apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId: string, specialtyId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorSpecialtyModel>> {
16645
- const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId, specialtyId, options);
16235
+ async apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId: string, specialtyId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorSpecialtyModel>> {
16236
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId, specialtyId, languageCode, options);
16646
16237
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
16647
16238
  },
16648
16239
  /**
@@ -16726,14 +16317,15 @@ export const DoctorsApiFactory = function (configuration?: Configuration, basePa
16726
16317
  * @summary Get all doctor affiliations.
16727
16318
  * @param {string} doctorId
16728
16319
  * @param {string} [hospitalName]
16320
+ * @param {string} [languageCode]
16729
16321
  * @param {number} [page]
16730
16322
  * @param {number} [limit]
16731
16323
  * @param {Date} [lastRetrieved]
16732
16324
  * @param {*} [options] Override http request option.
16733
16325
  * @throws {RequiredError}
16734
16326
  */
16735
- apiV2DoctorsDoctorIdAffiliationsGet(doctorId: string, hospitalName?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DoctorAffiliationsModel> {
16736
- return localVarFp.apiV2DoctorsDoctorIdAffiliationsGet(doctorId, hospitalName, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
16327
+ apiV2DoctorsDoctorIdAffiliationsGet(doctorId: string, hospitalName?: string, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DoctorAffiliationsModel> {
16328
+ return localVarFp.apiV2DoctorsDoctorIdAffiliationsGet(doctorId, hospitalName, languageCode, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
16737
16329
  },
16738
16330
  /**
16739
16331
  *
@@ -16900,25 +16492,28 @@ export const DoctorsApiFactory = function (configuration?: Configuration, basePa
16900
16492
  * @param {string} [doctorName]
16901
16493
  * @param {string} [specialtyId]
16902
16494
  * @param {string} [specialtyName]
16495
+ * @param {string} [languageCode]
16496
+ * @param {boolean} [showHidden]
16903
16497
  * @param {number} [page]
16904
16498
  * @param {number} [limit]
16905
16499
  * @param {Date} [lastRetrieved]
16906
16500
  * @param {*} [options] Override http request option.
16907
16501
  * @throws {RequiredError}
16908
16502
  */
16909
- apiV2DoctorsDoctorIdSpecialtiesGet(doctorId: string, doctorName?: string, specialtyId?: string, specialtyName?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DoctorSpecialtiesModel> {
16910
- return localVarFp.apiV2DoctorsDoctorIdSpecialtiesGet(doctorId, doctorName, specialtyId, specialtyName, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
16503
+ apiV2DoctorsDoctorIdSpecialtiesGet(doctorId: string, doctorName?: string, specialtyId?: string, specialtyName?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DoctorSpecialtiesModel> {
16504
+ return localVarFp.apiV2DoctorsDoctorIdSpecialtiesGet(doctorId, doctorName, specialtyId, specialtyName, languageCode, showHidden, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
16911
16505
  },
16912
16506
  /**
16913
16507
  *
16914
16508
  * @summary Get DoctorSpecialty
16915
16509
  * @param {string} doctorId
16916
16510
  * @param {string} specialtyId
16511
+ * @param {string} [languageCode]
16917
16512
  * @param {*} [options] Override http request option.
16918
16513
  * @throws {RequiredError}
16919
16514
  */
16920
- apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId: string, specialtyId: string, options?: any): AxiosPromise<DoctorSpecialtyModel> {
16921
- return localVarFp.apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId, specialtyId, options).then((request) => request(axios, basePath));
16515
+ apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId: string, specialtyId: string, languageCode?: string, options?: any): AxiosPromise<DoctorSpecialtyModel> {
16516
+ return localVarFp.apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId, specialtyId, languageCode, options).then((request) => request(axios, basePath));
16922
16517
  },
16923
16518
  /**
16924
16519
  *
@@ -16998,6 +16593,7 @@ export class DoctorsApi extends BaseAPI {
16998
16593
  * @summary Get all doctor affiliations.
16999
16594
  * @param {string} doctorId
17000
16595
  * @param {string} [hospitalName]
16596
+ * @param {string} [languageCode]
17001
16597
  * @param {number} [page]
17002
16598
  * @param {number} [limit]
17003
16599
  * @param {Date} [lastRetrieved]
@@ -17005,8 +16601,8 @@ export class DoctorsApi extends BaseAPI {
17005
16601
  * @throws {RequiredError}
17006
16602
  * @memberof DoctorsApi
17007
16603
  */
17008
- public apiV2DoctorsDoctorIdAffiliationsGet(doctorId: string, hospitalName?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
17009
- return DoctorsApiFp(this.configuration).apiV2DoctorsDoctorIdAffiliationsGet(doctorId, hospitalName, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
16604
+ public apiV2DoctorsDoctorIdAffiliationsGet(doctorId: string, hospitalName?: string, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
16605
+ return DoctorsApiFp(this.configuration).apiV2DoctorsDoctorIdAffiliationsGet(doctorId, hospitalName, languageCode, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
17010
16606
  }
17011
16607
 
17012
16608
  /**
@@ -17198,6 +16794,8 @@ export class DoctorsApi extends BaseAPI {
17198
16794
  * @param {string} [doctorName]
17199
16795
  * @param {string} [specialtyId]
17200
16796
  * @param {string} [specialtyName]
16797
+ * @param {string} [languageCode]
16798
+ * @param {boolean} [showHidden]
17201
16799
  * @param {number} [page]
17202
16800
  * @param {number} [limit]
17203
16801
  * @param {Date} [lastRetrieved]
@@ -17205,8 +16803,8 @@ export class DoctorsApi extends BaseAPI {
17205
16803
  * @throws {RequiredError}
17206
16804
  * @memberof DoctorsApi
17207
16805
  */
17208
- public apiV2DoctorsDoctorIdSpecialtiesGet(doctorId: string, doctorName?: string, specialtyId?: string, specialtyName?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
17209
- return DoctorsApiFp(this.configuration).apiV2DoctorsDoctorIdSpecialtiesGet(doctorId, doctorName, specialtyId, specialtyName, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
16806
+ public apiV2DoctorsDoctorIdSpecialtiesGet(doctorId: string, doctorName?: string, specialtyId?: string, specialtyName?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
16807
+ return DoctorsApiFp(this.configuration).apiV2DoctorsDoctorIdSpecialtiesGet(doctorId, doctorName, specialtyId, specialtyName, languageCode, showHidden, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
17210
16808
  }
17211
16809
 
17212
16810
  /**
@@ -17214,12 +16812,13 @@ export class DoctorsApi extends BaseAPI {
17214
16812
  * @summary Get DoctorSpecialty
17215
16813
  * @param {string} doctorId
17216
16814
  * @param {string} specialtyId
16815
+ * @param {string} [languageCode]
17217
16816
  * @param {*} [options] Override http request option.
17218
16817
  * @throws {RequiredError}
17219
16818
  * @memberof DoctorsApi
17220
16819
  */
17221
- public apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId: string, specialtyId: string, options?: AxiosRequestConfig) {
17222
- return DoctorsApiFp(this.configuration).apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId, specialtyId, options).then((request) => request(this.axios, this.basePath));
16820
+ public apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId: string, specialtyId: string, languageCode?: string, options?: AxiosRequestConfig) {
16821
+ return DoctorsApiFp(this.configuration).apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId, specialtyId, languageCode, options).then((request) => request(this.axios, this.basePath));
17223
16822
  }
17224
16823
 
17225
16824
  /**
@@ -19553,17 +19152,14 @@ export const HospitalsApiAxiosParamCreator = function (configuration?: Configura
19553
19152
  * @param {string} [name]
19554
19153
  * @param {string} [slug]
19555
19154
  * @param {MarketingType} [marketingType]
19556
- * @param {boolean} [returnDefaultValue]
19557
- * @param {boolean} [includeServices]
19558
19155
  * @param {string} [languageCode]
19559
- * @param {boolean} [showHidden]
19560
19156
  * @param {number} [page]
19561
19157
  * @param {number} [limit]
19562
19158
  * @param {Date} [lastRetrieved]
19563
19159
  * @param {*} [options] Override http request option.
19564
19160
  * @throws {RequiredError}
19565
19161
  */
19566
- apiV2HospitalsHospitalIdSpecialtiesGet: async (hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, returnDefaultValue?: boolean, includeServices?: boolean, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
19162
+ apiV2HospitalsHospitalIdSpecialtiesGet: async (hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
19567
19163
  // verify required parameter 'hospitalId' is not null or undefined
19568
19164
  assertParamExists('apiV2HospitalsHospitalIdSpecialtiesGet', 'hospitalId', hospitalId)
19569
19165
  const localVarPath = `/api/v2/hospitals/{hospitalId}/specialties`
@@ -19611,22 +19207,10 @@ export const HospitalsApiAxiosParamCreator = function (configuration?: Configura
19611
19207
  localVarQueryParameter['MarketingType'] = marketingType;
19612
19208
  }
19613
19209
 
19614
- if (returnDefaultValue !== undefined) {
19615
- localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
19616
- }
19617
-
19618
- if (includeServices !== undefined) {
19619
- localVarQueryParameter['IncludeServices'] = includeServices;
19620
- }
19621
-
19622
19210
  if (languageCode !== undefined) {
19623
19211
  localVarQueryParameter['LanguageCode'] = languageCode;
19624
19212
  }
19625
19213
 
19626
- if (showHidden !== undefined) {
19627
- localVarQueryParameter['ShowHidden'] = showHidden;
19628
- }
19629
-
19630
19214
  if (page !== undefined) {
19631
19215
  localVarQueryParameter['page'] = page;
19632
19216
  }
@@ -19771,17 +19355,14 @@ export const HospitalsApiAxiosParamCreator = function (configuration?: Configura
19771
19355
  * @param {string} [name]
19772
19356
  * @param {string} [slug]
19773
19357
  * @param {MarketingType} [marketingType]
19774
- * @param {boolean} [returnDefaultValue]
19775
- * @param {boolean} [includeServices]
19776
19358
  * @param {string} [languageCode]
19777
- * @param {boolean} [showHidden]
19778
19359
  * @param {number} [page]
19779
19360
  * @param {number} [limit]
19780
19361
  * @param {Date} [lastRetrieved]
19781
19362
  * @param {*} [options] Override http request option.
19782
19363
  * @throws {RequiredError}
19783
19364
  */
19784
- apiV2HospitalsHospitalIdSpecialtiesSimpleGet: async (hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, returnDefaultValue?: boolean, includeServices?: boolean, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
19365
+ apiV2HospitalsHospitalIdSpecialtiesSimpleGet: async (hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
19785
19366
  // verify required parameter 'hospitalId' is not null or undefined
19786
19367
  assertParamExists('apiV2HospitalsHospitalIdSpecialtiesSimpleGet', 'hospitalId', hospitalId)
19787
19368
  const localVarPath = `/api/v2/hospitals/{hospitalId}/specialties/simple`
@@ -19829,22 +19410,10 @@ export const HospitalsApiAxiosParamCreator = function (configuration?: Configura
19829
19410
  localVarQueryParameter['MarketingType'] = marketingType;
19830
19411
  }
19831
19412
 
19832
- if (returnDefaultValue !== undefined) {
19833
- localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
19834
- }
19835
-
19836
- if (includeServices !== undefined) {
19837
- localVarQueryParameter['IncludeServices'] = includeServices;
19838
- }
19839
-
19840
19413
  if (languageCode !== undefined) {
19841
19414
  localVarQueryParameter['LanguageCode'] = languageCode;
19842
19415
  }
19843
19416
 
19844
- if (showHidden !== undefined) {
19845
- localVarQueryParameter['ShowHidden'] = showHidden;
19846
- }
19847
-
19848
19417
  if (page !== undefined) {
19849
19418
  localVarQueryParameter['page'] = page;
19850
19419
  }
@@ -19876,12 +19445,10 @@ export const HospitalsApiAxiosParamCreator = function (configuration?: Configura
19876
19445
  * @param {string} hospitalId
19877
19446
  * @param {string} slug
19878
19447
  * @param {string} [languageCode]
19879
- * @param {boolean} [returnDefaultValue]
19880
- * @param {boolean} [includeServices]
19881
19448
  * @param {*} [options] Override http request option.
19882
19449
  * @throws {RequiredError}
19883
19450
  */
19884
- apiV2HospitalsHospitalIdSpecialtiesSlugGet: async (hospitalId: string, slug: string, languageCode?: string, returnDefaultValue?: boolean, includeServices?: boolean, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
19451
+ apiV2HospitalsHospitalIdSpecialtiesSlugGet: async (hospitalId: string, slug: string, languageCode?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
19885
19452
  // verify required parameter 'hospitalId' is not null or undefined
19886
19453
  assertParamExists('apiV2HospitalsHospitalIdSpecialtiesSlugGet', 'hospitalId', hospitalId)
19887
19454
  // verify required parameter 'slug' is not null or undefined
@@ -19904,14 +19471,6 @@ export const HospitalsApiAxiosParamCreator = function (configuration?: Configura
19904
19471
  localVarQueryParameter['languageCode'] = languageCode;
19905
19472
  }
19906
19473
 
19907
- if (returnDefaultValue !== undefined) {
19908
- localVarQueryParameter['returnDefaultValue'] = returnDefaultValue;
19909
- }
19910
-
19911
- if (includeServices !== undefined) {
19912
- localVarQueryParameter['includeServices'] = includeServices;
19913
- }
19914
-
19915
19474
 
19916
19475
 
19917
19476
  setSearchParams(localVarUrlObj, localVarQueryParameter);
@@ -19929,12 +19488,10 @@ export const HospitalsApiAxiosParamCreator = function (configuration?: Configura
19929
19488
  * @param {string} hospitalId
19930
19489
  * @param {string} specialtyId
19931
19490
  * @param {string} [languageCode]
19932
- * @param {boolean} [returnDefaultValue]
19933
- * @param {boolean} [includeServices]
19934
19491
  * @param {*} [options] Override http request option.
19935
19492
  * @throws {RequiredError}
19936
19493
  */
19937
- apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet: async (hospitalId: string, specialtyId: string, languageCode?: string, returnDefaultValue?: boolean, includeServices?: boolean, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
19494
+ apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet: async (hospitalId: string, specialtyId: string, languageCode?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
19938
19495
  // verify required parameter 'hospitalId' is not null or undefined
19939
19496
  assertParamExists('apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet', 'hospitalId', hospitalId)
19940
19497
  // verify required parameter 'specialtyId' is not null or undefined
@@ -19957,14 +19514,6 @@ export const HospitalsApiAxiosParamCreator = function (configuration?: Configura
19957
19514
  localVarQueryParameter['languageCode'] = languageCode;
19958
19515
  }
19959
19516
 
19960
- if (returnDefaultValue !== undefined) {
19961
- localVarQueryParameter['returnDefaultValue'] = returnDefaultValue;
19962
- }
19963
-
19964
- if (includeServices !== undefined) {
19965
- localVarQueryParameter['includeServices'] = includeServices;
19966
- }
19967
-
19968
19517
 
19969
19518
 
19970
19519
  setSearchParams(localVarUrlObj, localVarQueryParameter);
@@ -20757,18 +20306,15 @@ export const HospitalsApiFp = function(configuration?: Configuration) {
20757
20306
  * @param {string} [name]
20758
20307
  * @param {string} [slug]
20759
20308
  * @param {MarketingType} [marketingType]
20760
- * @param {boolean} [returnDefaultValue]
20761
- * @param {boolean} [includeServices]
20762
20309
  * @param {string} [languageCode]
20763
- * @param {boolean} [showHidden]
20764
20310
  * @param {number} [page]
20765
20311
  * @param {number} [limit]
20766
20312
  * @param {Date} [lastRetrieved]
20767
20313
  * @param {*} [options] Override http request option.
20768
20314
  * @throws {RequiredError}
20769
20315
  */
20770
- async apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, returnDefaultValue?: boolean, includeServices?: boolean, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalSpecialtiesModel>> {
20771
- const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, returnDefaultValue, includeServices, languageCode, showHidden, page, limit, lastRetrieved, options);
20316
+ async apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalSpecialtiesModel>> {
20317
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, page, limit, lastRetrieved, options);
20772
20318
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
20773
20319
  },
20774
20320
  /**
@@ -20813,18 +20359,15 @@ export const HospitalsApiFp = function(configuration?: Configuration) {
20813
20359
  * @param {string} [name]
20814
20360
  * @param {string} [slug]
20815
20361
  * @param {MarketingType} [marketingType]
20816
- * @param {boolean} [returnDefaultValue]
20817
- * @param {boolean} [includeServices]
20818
20362
  * @param {string} [languageCode]
20819
- * @param {boolean} [showHidden]
20820
20363
  * @param {number} [page]
20821
20364
  * @param {number} [limit]
20822
20365
  * @param {Date} [lastRetrieved]
20823
20366
  * @param {*} [options] Override http request option.
20824
20367
  * @throws {RequiredError}
20825
20368
  */
20826
- async apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, returnDefaultValue?: boolean, includeServices?: boolean, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalSpecialtiesSimpleModel>> {
20827
- const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, returnDefaultValue, includeServices, languageCode, showHidden, page, limit, lastRetrieved, options);
20369
+ async apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalSpecialtiesSimpleModel>> {
20370
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, page, limit, lastRetrieved, options);
20828
20371
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
20829
20372
  },
20830
20373
  /**
@@ -20833,13 +20376,11 @@ export const HospitalsApiFp = function(configuration?: Configuration) {
20833
20376
  * @param {string} hospitalId
20834
20377
  * @param {string} slug
20835
20378
  * @param {string} [languageCode]
20836
- * @param {boolean} [returnDefaultValue]
20837
- * @param {boolean} [includeServices]
20838
20379
  * @param {*} [options] Override http request option.
20839
20380
  * @throws {RequiredError}
20840
20381
  */
20841
- async apiV2HospitalsHospitalIdSpecialtiesSlugGet(hospitalId: string, slug: string, languageCode?: string, returnDefaultValue?: boolean, includeServices?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalSpecialtyModel>> {
20842
- const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesSlugGet(hospitalId, slug, languageCode, returnDefaultValue, includeServices, options);
20382
+ async apiV2HospitalsHospitalIdSpecialtiesSlugGet(hospitalId: string, slug: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalSpecialtyModel>> {
20383
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesSlugGet(hospitalId, slug, languageCode, options);
20843
20384
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
20844
20385
  },
20845
20386
  /**
@@ -20848,13 +20389,11 @@ export const HospitalsApiFp = function(configuration?: Configuration) {
20848
20389
  * @param {string} hospitalId
20849
20390
  * @param {string} specialtyId
20850
20391
  * @param {string} [languageCode]
20851
- * @param {boolean} [returnDefaultValue]
20852
- * @param {boolean} [includeServices]
20853
20392
  * @param {*} [options] Override http request option.
20854
20393
  * @throws {RequiredError}
20855
20394
  */
20856
- async apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet(hospitalId: string, specialtyId: string, languageCode?: string, returnDefaultValue?: boolean, includeServices?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalSpecialtyModel>> {
20857
- const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet(hospitalId, specialtyId, languageCode, returnDefaultValue, includeServices, options);
20395
+ async apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet(hospitalId: string, specialtyId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalSpecialtyModel>> {
20396
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet(hospitalId, specialtyId, languageCode, options);
20858
20397
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
20859
20398
  },
20860
20399
  /**
@@ -21220,18 +20759,15 @@ export const HospitalsApiFactory = function (configuration?: Configuration, base
21220
20759
  * @param {string} [name]
21221
20760
  * @param {string} [slug]
21222
20761
  * @param {MarketingType} [marketingType]
21223
- * @param {boolean} [returnDefaultValue]
21224
- * @param {boolean} [includeServices]
21225
20762
  * @param {string} [languageCode]
21226
- * @param {boolean} [showHidden]
21227
20763
  * @param {number} [page]
21228
20764
  * @param {number} [limit]
21229
20765
  * @param {Date} [lastRetrieved]
21230
20766
  * @param {*} [options] Override http request option.
21231
20767
  * @throws {RequiredError}
21232
20768
  */
21233
- apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, returnDefaultValue?: boolean, includeServices?: boolean, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalSpecialtiesModel> {
21234
- return localVarFp.apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, returnDefaultValue, includeServices, languageCode, showHidden, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
20769
+ apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalSpecialtiesModel> {
20770
+ return localVarFp.apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
21235
20771
  },
21236
20772
  /**
21237
20773
  *
@@ -21273,18 +20809,15 @@ export const HospitalsApiFactory = function (configuration?: Configuration, base
21273
20809
  * @param {string} [name]
21274
20810
  * @param {string} [slug]
21275
20811
  * @param {MarketingType} [marketingType]
21276
- * @param {boolean} [returnDefaultValue]
21277
- * @param {boolean} [includeServices]
21278
20812
  * @param {string} [languageCode]
21279
- * @param {boolean} [showHidden]
21280
20813
  * @param {number} [page]
21281
20814
  * @param {number} [limit]
21282
20815
  * @param {Date} [lastRetrieved]
21283
20816
  * @param {*} [options] Override http request option.
21284
20817
  * @throws {RequiredError}
21285
20818
  */
21286
- apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, returnDefaultValue?: boolean, includeServices?: boolean, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalSpecialtiesSimpleModel> {
21287
- return localVarFp.apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, returnDefaultValue, includeServices, languageCode, showHidden, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
20819
+ apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalSpecialtiesSimpleModel> {
20820
+ return localVarFp.apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
21288
20821
  },
21289
20822
  /**
21290
20823
  *
@@ -21292,13 +20825,11 @@ export const HospitalsApiFactory = function (configuration?: Configuration, base
21292
20825
  * @param {string} hospitalId
21293
20826
  * @param {string} slug
21294
20827
  * @param {string} [languageCode]
21295
- * @param {boolean} [returnDefaultValue]
21296
- * @param {boolean} [includeServices]
21297
20828
  * @param {*} [options] Override http request option.
21298
20829
  * @throws {RequiredError}
21299
20830
  */
21300
- apiV2HospitalsHospitalIdSpecialtiesSlugGet(hospitalId: string, slug: string, languageCode?: string, returnDefaultValue?: boolean, includeServices?: boolean, options?: any): AxiosPromise<HospitalSpecialtyModel> {
21301
- return localVarFp.apiV2HospitalsHospitalIdSpecialtiesSlugGet(hospitalId, slug, languageCode, returnDefaultValue, includeServices, options).then((request) => request(axios, basePath));
20831
+ apiV2HospitalsHospitalIdSpecialtiesSlugGet(hospitalId: string, slug: string, languageCode?: string, options?: any): AxiosPromise<HospitalSpecialtyModel> {
20832
+ return localVarFp.apiV2HospitalsHospitalIdSpecialtiesSlugGet(hospitalId, slug, languageCode, options).then((request) => request(axios, basePath));
21302
20833
  },
21303
20834
  /**
21304
20835
  *
@@ -21306,13 +20837,11 @@ export const HospitalsApiFactory = function (configuration?: Configuration, base
21306
20837
  * @param {string} hospitalId
21307
20838
  * @param {string} specialtyId
21308
20839
  * @param {string} [languageCode]
21309
- * @param {boolean} [returnDefaultValue]
21310
- * @param {boolean} [includeServices]
21311
20840
  * @param {*} [options] Override http request option.
21312
20841
  * @throws {RequiredError}
21313
20842
  */
21314
- apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet(hospitalId: string, specialtyId: string, languageCode?: string, returnDefaultValue?: boolean, includeServices?: boolean, options?: any): AxiosPromise<HospitalSpecialtyModel> {
21315
- return localVarFp.apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet(hospitalId, specialtyId, languageCode, returnDefaultValue, includeServices, options).then((request) => request(axios, basePath));
20843
+ apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet(hospitalId: string, specialtyId: string, languageCode?: string, options?: any): AxiosPromise<HospitalSpecialtyModel> {
20844
+ return localVarFp.apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet(hospitalId, specialtyId, languageCode, options).then((request) => request(axios, basePath));
21316
20845
  },
21317
20846
  /**
21318
20847
  *
@@ -21697,10 +21226,7 @@ export class HospitalsApi extends BaseAPI {
21697
21226
  * @param {string} [name]
21698
21227
  * @param {string} [slug]
21699
21228
  * @param {MarketingType} [marketingType]
21700
- * @param {boolean} [returnDefaultValue]
21701
- * @param {boolean} [includeServices]
21702
21229
  * @param {string} [languageCode]
21703
- * @param {boolean} [showHidden]
21704
21230
  * @param {number} [page]
21705
21231
  * @param {number} [limit]
21706
21232
  * @param {Date} [lastRetrieved]
@@ -21708,8 +21234,8 @@ export class HospitalsApi extends BaseAPI {
21708
21234
  * @throws {RequiredError}
21709
21235
  * @memberof HospitalsApi
21710
21236
  */
21711
- public apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, returnDefaultValue?: boolean, includeServices?: boolean, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
21712
- return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, returnDefaultValue, includeServices, languageCode, showHidden, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
21237
+ public apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
21238
+ return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
21713
21239
  }
21714
21240
 
21715
21241
  /**
@@ -21756,10 +21282,7 @@ export class HospitalsApi extends BaseAPI {
21756
21282
  * @param {string} [name]
21757
21283
  * @param {string} [slug]
21758
21284
  * @param {MarketingType} [marketingType]
21759
- * @param {boolean} [returnDefaultValue]
21760
- * @param {boolean} [includeServices]
21761
21285
  * @param {string} [languageCode]
21762
- * @param {boolean} [showHidden]
21763
21286
  * @param {number} [page]
21764
21287
  * @param {number} [limit]
21765
21288
  * @param {Date} [lastRetrieved]
@@ -21767,8 +21290,8 @@ export class HospitalsApi extends BaseAPI {
21767
21290
  * @throws {RequiredError}
21768
21291
  * @memberof HospitalsApi
21769
21292
  */
21770
- public apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, returnDefaultValue?: boolean, includeServices?: boolean, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
21771
- return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, returnDefaultValue, includeServices, languageCode, showHidden, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
21293
+ public apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
21294
+ return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
21772
21295
  }
21773
21296
 
21774
21297
  /**
@@ -21777,14 +21300,12 @@ export class HospitalsApi extends BaseAPI {
21777
21300
  * @param {string} hospitalId
21778
21301
  * @param {string} slug
21779
21302
  * @param {string} [languageCode]
21780
- * @param {boolean} [returnDefaultValue]
21781
- * @param {boolean} [includeServices]
21782
21303
  * @param {*} [options] Override http request option.
21783
21304
  * @throws {RequiredError}
21784
21305
  * @memberof HospitalsApi
21785
21306
  */
21786
- public apiV2HospitalsHospitalIdSpecialtiesSlugGet(hospitalId: string, slug: string, languageCode?: string, returnDefaultValue?: boolean, includeServices?: boolean, options?: AxiosRequestConfig) {
21787
- return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSlugGet(hospitalId, slug, languageCode, returnDefaultValue, includeServices, options).then((request) => request(this.axios, this.basePath));
21307
+ public apiV2HospitalsHospitalIdSpecialtiesSlugGet(hospitalId: string, slug: string, languageCode?: string, options?: AxiosRequestConfig) {
21308
+ return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSlugGet(hospitalId, slug, languageCode, options).then((request) => request(this.axios, this.basePath));
21788
21309
  }
21789
21310
 
21790
21311
  /**
@@ -21793,14 +21314,12 @@ export class HospitalsApi extends BaseAPI {
21793
21314
  * @param {string} hospitalId
21794
21315
  * @param {string} specialtyId
21795
21316
  * @param {string} [languageCode]
21796
- * @param {boolean} [returnDefaultValue]
21797
- * @param {boolean} [includeServices]
21798
21317
  * @param {*} [options] Override http request option.
21799
21318
  * @throws {RequiredError}
21800
21319
  * @memberof HospitalsApi
21801
21320
  */
21802
- public apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet(hospitalId: string, specialtyId: string, languageCode?: string, returnDefaultValue?: boolean, includeServices?: boolean, options?: AxiosRequestConfig) {
21803
- return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet(hospitalId, specialtyId, languageCode, returnDefaultValue, includeServices, options).then((request) => request(this.axios, this.basePath));
21321
+ public apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet(hospitalId: string, specialtyId: string, languageCode?: string, options?: AxiosRequestConfig) {
21322
+ return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet(hospitalId, specialtyId, languageCode, options).then((request) => request(this.axios, this.basePath));
21804
21323
  }
21805
21324
 
21806
21325
  /**