ch-api-client-typescript2 3.3.6 → 3.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/api.ts CHANGED
@@ -38,19 +38,7 @@ export interface AboutUsPageItemModel {
38
38
  * @type {string}
39
39
  * @memberof AboutUsPageItemModel
40
40
  */
41
- 'hospitalId'?: string;
42
- /**
43
- *
44
- * @type {string}
45
- * @memberof AboutUsPageItemModel
46
- */
47
- 'hospitalName'?: string | null;
48
- /**
49
- *
50
- * @type {string}
51
- * @memberof AboutUsPageItemModel
52
- */
53
- 'hospitalSlug'?: string | null;
41
+ 'languageCode'?: string | null;
54
42
  /**
55
43
  *
56
44
  * @type {string}
@@ -63,24 +51,12 @@ export interface AboutUsPageItemModel {
63
51
  * @memberof AboutUsPageItemModel
64
52
  */
65
53
  'slug'?: string | null;
66
- /**
67
- *
68
- * @type {string}
69
- * @memberof AboutUsPageItemModel
70
- */
71
- 'description'?: string | null;
72
54
  /**
73
55
  *
74
56
  * @type {boolean}
75
57
  * @memberof AboutUsPageItemModel
76
58
  */
77
59
  'confirmed'?: boolean;
78
- /**
79
- *
80
- * @type {Array<MediaModel>}
81
- * @memberof AboutUsPageItemModel
82
- */
83
- 'medias'?: Array<MediaModel> | null;
84
60
  /**
85
61
  *
86
62
  * @type {AuditableEntity}
@@ -105,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>}
@@ -4175,12 +3923,6 @@ export interface DoctorItemModel {
4175
3923
  * @memberof DoctorItemModel
4176
3924
  */
4177
3925
  'firstName'?: string | null;
4178
- /**
4179
- *
4180
- * @type {string}
4181
- * @memberof DoctorItemModel
4182
- */
4183
- 'middleName'?: string | null;
4184
3926
  /**
4185
3927
  *
4186
3928
  * @type {string}
@@ -4193,18 +3935,6 @@ export interface DoctorItemModel {
4193
3935
  * @memberof DoctorItemModel
4194
3936
  */
4195
3937
  'fullName'?: string | null;
4196
- /**
4197
- *
4198
- * @type {string}
4199
- * @memberof DoctorItemModel
4200
- */
4201
- 'slug'?: string | null;
4202
- /**
4203
- *
4204
- * @type {boolean}
4205
- * @memberof DoctorItemModel
4206
- */
4207
- 'confirmed'?: boolean;
4208
3938
  /**
4209
3939
  *
4210
3940
  * @type {string}
@@ -4353,12 +4083,6 @@ export interface DoctorModel {
4353
4083
  * @memberof DoctorModel
4354
4084
  */
4355
4085
  'firstName'?: string | null;
4356
- /**
4357
- *
4358
- * @type {string}
4359
- * @memberof DoctorModel
4360
- */
4361
- 'middleName'?: string | null;
4362
4086
  /**
4363
4087
  *
4364
4088
  * @type {string}
@@ -4371,18 +4095,6 @@ export interface DoctorModel {
4371
4095
  * @memberof DoctorModel
4372
4096
  */
4373
4097
  'fullName'?: string | null;
4374
- /**
4375
- *
4376
- * @type {string}
4377
- * @memberof DoctorModel
4378
- */
4379
- 'slug'?: string | null;
4380
- /**
4381
- *
4382
- * @type {boolean}
4383
- * @memberof DoctorModel
4384
- */
4385
- 'confirmed'?: boolean;
4386
4098
  /**
4387
4099
  *
4388
4100
  * @type {string}
@@ -4639,42 +4351,18 @@ export interface DoctorSimpleItemModel {
4639
4351
  * @memberof DoctorSimpleItemModel
4640
4352
  */
4641
4353
  'id'?: string;
4642
- /**
4643
- *
4644
- * @type {string}
4645
- * @memberof DoctorSimpleItemModel
4646
- */
4647
- 'languageCode'?: string | null;
4648
4354
  /**
4649
4355
  *
4650
4356
  * @type {string}
4651
4357
  * @memberof DoctorSimpleItemModel
4652
4358
  */
4653
4359
  'firstName'?: string | null;
4654
- /**
4655
- *
4656
- * @type {string}
4657
- * @memberof DoctorSimpleItemModel
4658
- */
4659
- 'middleName'?: string | null;
4660
4360
  /**
4661
4361
  *
4662
4362
  * @type {string}
4663
4363
  * @memberof DoctorSimpleItemModel
4664
4364
  */
4665
4365
  'lastName'?: string | null;
4666
- /**
4667
- *
4668
- * @type {string}
4669
- * @memberof DoctorSimpleItemModel
4670
- */
4671
- 'fullName'?: string | null;
4672
- /**
4673
- *
4674
- * @type {string}
4675
- * @memberof DoctorSimpleItemModel
4676
- */
4677
- 'slug'?: string | null;
4678
4366
  }
4679
4367
  /**
4680
4368
  *
@@ -4892,7 +4580,7 @@ export interface FaqCategoryItemModel {
4892
4580
  * @type {string}
4893
4581
  * @memberof FaqCategoryItemModel
4894
4582
  */
4895
- 'parentId'?: string | null;
4583
+ 'languageCode'?: string | null;
4896
4584
  /**
4897
4585
  *
4898
4586
  * @type {string}
@@ -4905,12 +4593,18 @@ export interface FaqCategoryItemModel {
4905
4593
  * @memberof FaqCategoryItemModel
4906
4594
  */
4907
4595
  'slug'?: string | null;
4596
+ /**
4597
+ *
4598
+ * @type {boolean}
4599
+ * @memberof FaqCategoryItemModel
4600
+ */
4601
+ 'confirmed'?: boolean;
4908
4602
  /**
4909
4603
  *
4910
4604
  * @type {string}
4911
4605
  * @memberof FaqCategoryItemModel
4912
4606
  */
4913
- 'description'?: string | null;
4607
+ 'parentId'?: string | null;
4914
4608
  /**
4915
4609
  *
4916
4610
  * @type {number}
@@ -4931,10 +4625,22 @@ export interface FaqCategoryItemModel {
4931
4625
  'hospitalName'?: string | null;
4932
4626
  /**
4933
4627
  *
4934
- * @type {boolean}
4628
+ * @type {string}
4935
4629
  * @memberof FaqCategoryItemModel
4936
4630
  */
4937
- '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;
4938
4644
  /**
4939
4645
  *
4940
4646
  * @type {AuditableEntity}
@@ -4959,7 +4665,7 @@ export interface FaqCategoryModel {
4959
4665
  * @type {string}
4960
4666
  * @memberof FaqCategoryModel
4961
4667
  */
4962
- 'parentId'?: string | null;
4668
+ 'languageCode'?: string | null;
4963
4669
  /**
4964
4670
  *
4965
4671
  * @type {string}
@@ -4972,12 +4678,18 @@ export interface FaqCategoryModel {
4972
4678
  * @memberof FaqCategoryModel
4973
4679
  */
4974
4680
  'slug'?: string | null;
4681
+ /**
4682
+ *
4683
+ * @type {boolean}
4684
+ * @memberof FaqCategoryModel
4685
+ */
4686
+ 'confirmed'?: boolean;
4975
4687
  /**
4976
4688
  *
4977
4689
  * @type {string}
4978
4690
  * @memberof FaqCategoryModel
4979
4691
  */
4980
- 'description'?: string | null;
4692
+ 'parentId'?: string | null;
4981
4693
  /**
4982
4694
  *
4983
4695
  * @type {number}
@@ -4998,10 +4710,22 @@ export interface FaqCategoryModel {
4998
4710
  'hospitalName'?: string | null;
4999
4711
  /**
5000
4712
  *
5001
- * @type {boolean}
4713
+ * @type {string}
5002
4714
  * @memberof FaqCategoryModel
5003
4715
  */
5004
- '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;
5005
4729
  /**
5006
4730
  *
5007
4731
  * @type {AuditableEntity}
@@ -5013,7 +4737,19 @@ export interface FaqCategoryModel {
5013
4737
  * @type {string}
5014
4738
  * @memberof FaqCategoryModel
5015
4739
  */
5016
- '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;
5017
4753
  /**
5018
4754
  *
5019
4755
  * @type {Array<LocalizedUrlModel>}
@@ -5033,6 +4769,12 @@ export interface FaqItemModel {
5033
4769
  * @memberof FaqItemModel
5034
4770
  */
5035
4771
  'id'?: string;
4772
+ /**
4773
+ *
4774
+ * @type {string}
4775
+ * @memberof FaqItemModel
4776
+ */
4777
+ 'languageCode'?: string | null;
5036
4778
  /**
5037
4779
  *
5038
4780
  * @type {string}
@@ -5045,12 +4787,18 @@ export interface FaqItemModel {
5045
4787
  * @memberof FaqItemModel
5046
4788
  */
5047
4789
  'slug'?: string | null;
4790
+ /**
4791
+ *
4792
+ * @type {boolean}
4793
+ * @memberof FaqItemModel
4794
+ */
4795
+ 'confirmed'?: boolean;
5048
4796
  /**
5049
4797
  *
5050
4798
  * @type {string}
5051
4799
  * @memberof FaqItemModel
5052
4800
  */
5053
- 'description'?: string | null;
4801
+ 'parentId'?: string | null;
5054
4802
  /**
5055
4803
  *
5056
4804
  * @type {number}
@@ -5074,19 +4822,25 @@ export interface FaqItemModel {
5074
4822
  * @type {string}
5075
4823
  * @memberof FaqItemModel
5076
4824
  */
5077
- 'faqCategoryId'?: string;
4825
+ 'hospitalSlug'?: string | null;
5078
4826
  /**
5079
4827
  *
5080
4828
  * @type {string}
5081
4829
  * @memberof FaqItemModel
5082
4830
  */
5083
- 'faqCategoryName'?: string | null;
4831
+ 'hospitalWebsiteUrl'?: string | null;
5084
4832
  /**
5085
4833
  *
5086
- * @type {boolean}
4834
+ * @type {string}
5087
4835
  * @memberof FaqItemModel
5088
4836
  */
5089
- 'confirmed'?: boolean;
4837
+ 'faqCategoryId'?: string;
4838
+ /**
4839
+ *
4840
+ * @type {string}
4841
+ * @memberof FaqItemModel
4842
+ */
4843
+ 'faqCategoryName'?: string | null;
5090
4844
  /**
5091
4845
  *
5092
4846
  * @type {Array<FaqTagItemModel>}
@@ -5118,6 +4872,12 @@ export interface FaqModel {
5118
4872
  * @memberof FaqModel
5119
4873
  */
5120
4874
  'id'?: string;
4875
+ /**
4876
+ *
4877
+ * @type {string}
4878
+ * @memberof FaqModel
4879
+ */
4880
+ 'languageCode'?: string | null;
5121
4881
  /**
5122
4882
  *
5123
4883
  * @type {string}
@@ -5130,12 +4890,18 @@ export interface FaqModel {
5130
4890
  * @memberof FaqModel
5131
4891
  */
5132
4892
  'slug'?: string | null;
4893
+ /**
4894
+ *
4895
+ * @type {boolean}
4896
+ * @memberof FaqModel
4897
+ */
4898
+ 'confirmed'?: boolean;
5133
4899
  /**
5134
4900
  *
5135
4901
  * @type {string}
5136
4902
  * @memberof FaqModel
5137
4903
  */
5138
- 'description'?: string | null;
4904
+ 'parentId'?: string | null;
5139
4905
  /**
5140
4906
  *
5141
4907
  * @type {number}
@@ -5159,19 +4925,25 @@ export interface FaqModel {
5159
4925
  * @type {string}
5160
4926
  * @memberof FaqModel
5161
4927
  */
5162
- 'faqCategoryId'?: string;
4928
+ 'hospitalSlug'?: string | null;
5163
4929
  /**
5164
4930
  *
5165
4931
  * @type {string}
5166
4932
  * @memberof FaqModel
5167
4933
  */
5168
- 'faqCategoryName'?: string | null;
4934
+ 'hospitalWebsiteUrl'?: string | null;
5169
4935
  /**
5170
4936
  *
5171
- * @type {boolean}
4937
+ * @type {string}
5172
4938
  * @memberof FaqModel
5173
4939
  */
5174
- 'confirmed'?: boolean;
4940
+ 'faqCategoryId'?: string;
4941
+ /**
4942
+ *
4943
+ * @type {string}
4944
+ * @memberof FaqModel
4945
+ */
4946
+ 'faqCategoryName'?: string | null;
5175
4947
  /**
5176
4948
  *
5177
4949
  * @type {Array<FaqTagItemModel>}
@@ -5195,7 +4967,13 @@ export interface FaqModel {
5195
4967
  * @type {string}
5196
4968
  * @memberof FaqModel
5197
4969
  */
5198
- 'languageCode'?: string | null;
4970
+ 'description'?: string | null;
4971
+ /**
4972
+ *
4973
+ * @type {string}
4974
+ * @memberof FaqModel
4975
+ */
4976
+ 'overview'?: string | null;
5199
4977
  /**
5200
4978
  *
5201
4979
  * @type {string}
@@ -5884,152 +5662,56 @@ export interface HospitalModel {
5884
5662
  * @type {Array<SnsHandle>}
5885
5663
  * @memberof HospitalModel
5886
5664
  */
5887
- 'hospitalSnsHandles'?: Array<SnsHandle> | null;
5888
- /**
5889
- *
5890
- * @type {Array<AwardModel>}
5891
- * @memberof HospitalModel
5892
- */
5893
- 'awards'?: Array<AwardModel> | null;
5894
- }
5895
- /**
5896
- *
5897
- * @export
5898
- * @interface HospitalServiceItemModel
5899
- */
5900
- export interface HospitalServiceItemModel {
5901
- /**
5902
- *
5903
- * @type {string}
5904
- * @memberof HospitalServiceItemModel
5905
- */
5906
- 'id'?: string;
5907
- /**
5908
- *
5909
- * @type {string}
5910
- * @memberof HospitalServiceItemModel
5911
- */
5912
- 'name'?: string | null;
5913
- /**
5914
- *
5915
- * @type {string}
5916
- * @memberof HospitalServiceItemModel
5917
- */
5918
- 'slug'?: string | null;
5919
- /**
5920
- *
5921
- * @type {string}
5922
- * @memberof HospitalServiceItemModel
5923
- */
5924
- 'description'?: string | null;
5925
- /**
5926
- *
5927
- * @type {string}
5928
- * @memberof HospitalServiceItemModel
5929
- */
5930
- 'hospitalId'?: string;
5931
- /**
5932
- *
5933
- * @type {string}
5934
- * @memberof HospitalServiceItemModel
5935
- */
5936
- 'hospitalName'?: string | null;
5937
- /**
5938
- *
5939
- * @type {string}
5940
- * @memberof HospitalServiceItemModel
5941
- */
5942
- 'hospitalSlug'?: string | null;
5943
- /**
5944
- *
5945
- * @type {string}
5946
- * @memberof HospitalServiceItemModel
5947
- */
5948
- 'specialtyTypeId'?: string | null;
5949
- /**
5950
- *
5951
- * @type {string}
5952
- * @memberof HospitalServiceItemModel
5953
- */
5954
- 'specialtyTypeName'?: string | null;
5955
- /**
5956
- *
5957
- * @type {string}
5958
- * @memberof HospitalServiceItemModel
5959
- */
5960
- 'specialtyId'?: string;
5961
- /**
5962
- *
5963
- * @type {string}
5964
- * @memberof HospitalServiceItemModel
5965
- */
5966
- 'specialtyName'?: string | null;
5967
- /**
5968
- *
5969
- * @type {string}
5970
- * @memberof HospitalServiceItemModel
5971
- */
5972
- 'hospitalSpecialtyName'?: string | null;
5973
- /**
5974
- *
5975
- * @type {string}
5976
- * @memberof HospitalServiceItemModel
5977
- */
5978
- 'hospitalSpecialtySlug'?: string | null;
5979
- /**
5980
- *
5981
- * @type {string}
5982
- * @memberof HospitalServiceItemModel
5983
- */
5984
- 'serviceCategoryId'?: string | null;
5665
+ 'hospitalSnsHandles'?: Array<SnsHandle> | null;
5985
5666
  /**
5986
5667
  *
5987
- * @type {string}
5988
- * @memberof HospitalServiceItemModel
5668
+ * @type {Array<AwardModel>}
5669
+ * @memberof HospitalModel
5989
5670
  */
5990
- 'serviceCategoryName'?: string | null;
5671
+ 'awards'?: Array<AwardModel> | null;
5672
+ }
5673
+ /**
5674
+ *
5675
+ * @export
5676
+ * @interface HospitalServiceItemModel
5677
+ */
5678
+ export interface HospitalServiceItemModel {
5991
5679
  /**
5992
5680
  *
5993
- * @type {MarketingType}
5681
+ * @type {string}
5994
5682
  * @memberof HospitalServiceItemModel
5995
5683
  */
5996
- 'marketingType'?: MarketingType;
5684
+ 'id'?: string;
5997
5685
  /**
5998
5686
  *
5999
- * @type {Procedure}
5687
+ * @type {string}
6000
5688
  * @memberof HospitalServiceItemModel
6001
5689
  */
6002
- 'procedure'?: Procedure;
5690
+ 'languageCode'?: string | null;
6003
5691
  /**
6004
5692
  *
6005
- * @type {number}
5693
+ * @type {string}
6006
5694
  * @memberof HospitalServiceItemModel
6007
5695
  */
6008
- 'minPrice'?: number | null;
5696
+ 'name'?: string | null;
6009
5697
  /**
6010
5698
  *
6011
- * @type {number}
5699
+ * @type {string}
6012
5700
  * @memberof HospitalServiceItemModel
6013
5701
  */
6014
- 'maxPrice'?: number | null;
5702
+ 'slug'?: string | null;
6015
5703
  /**
6016
5704
  *
6017
5705
  * @type {boolean}
6018
5706
  * @memberof HospitalServiceItemModel
6019
5707
  */
6020
- 'priceReuqest'?: boolean;
5708
+ 'confirmed'?: boolean;
6021
5709
  /**
6022
5710
  *
6023
5711
  * @type {number}
6024
5712
  * @memberof HospitalServiceItemModel
6025
5713
  */
6026
5714
  'order'?: number;
6027
- /**
6028
- *
6029
- * @type {boolean}
6030
- * @memberof HospitalServiceItemModel
6031
- */
6032
- 'confirmed'?: boolean;
6033
5715
  /**
6034
5716
  *
6035
5717
  * @type {string}
@@ -6042,12 +5724,6 @@ export interface HospitalServiceItemModel {
6042
5724
  * @memberof HospitalServiceItemModel
6043
5725
  */
6044
5726
  'photoThumbnail'?: string | null;
6045
- /**
6046
- *
6047
- * @type {Array<MediaModel>}
6048
- * @memberof HospitalServiceItemModel
6049
- */
6050
- 'medias'?: Array<MediaModel> | null;
6051
5727
  /**
6052
5728
  *
6053
5729
  * @type {AuditableEntity}
@@ -6072,163 +5748,139 @@ export interface HospitalServiceModel {
6072
5748
  * @type {string}
6073
5749
  * @memberof HospitalServiceModel
6074
5750
  */
6075
- 'name'?: string | null;
5751
+ 'languageCode'?: string | null;
6076
5752
  /**
6077
5753
  *
6078
5754
  * @type {string}
6079
5755
  * @memberof HospitalServiceModel
6080
5756
  */
6081
- 'slug'?: string | null;
5757
+ 'name'?: string | null;
6082
5758
  /**
6083
5759
  *
6084
5760
  * @type {string}
6085
5761
  * @memberof HospitalServiceModel
6086
5762
  */
6087
- 'description'?: string | null;
5763
+ 'slug'?: string | null;
6088
5764
  /**
6089
5765
  *
6090
- * @type {string}
5766
+ * @type {boolean}
6091
5767
  * @memberof HospitalServiceModel
6092
5768
  */
6093
- 'hospitalId'?: string;
5769
+ 'confirmed'?: boolean;
6094
5770
  /**
6095
5771
  *
6096
- * @type {string}
5772
+ * @type {number}
6097
5773
  * @memberof HospitalServiceModel
6098
5774
  */
6099
- 'hospitalName'?: string | null;
5775
+ 'order'?: number;
6100
5776
  /**
6101
5777
  *
6102
5778
  * @type {string}
6103
5779
  * @memberof HospitalServiceModel
6104
5780
  */
6105
- 'hospitalSlug'?: string | null;
5781
+ 'photo'?: string | null;
6106
5782
  /**
6107
5783
  *
6108
5784
  * @type {string}
6109
5785
  * @memberof HospitalServiceModel
6110
5786
  */
6111
- 'specialtyTypeId'?: string | null;
5787
+ 'photoThumbnail'?: string | null;
6112
5788
  /**
6113
5789
  *
6114
- * @type {string}
5790
+ * @type {AuditableEntity}
6115
5791
  * @memberof HospitalServiceModel
6116
5792
  */
6117
- 'specialtyTypeName'?: string | null;
5793
+ 'auditableEntity'?: AuditableEntity;
6118
5794
  /**
6119
5795
  *
6120
5796
  * @type {string}
6121
5797
  * @memberof HospitalServiceModel
6122
5798
  */
6123
- 'specialtyId'?: string;
5799
+ 'description'?: string | null;
6124
5800
  /**
6125
5801
  *
6126
5802
  * @type {string}
6127
5803
  * @memberof HospitalServiceModel
6128
5804
  */
6129
- 'specialtyName'?: string | null;
5805
+ 'overview'?: string | null;
6130
5806
  /**
6131
5807
  *
6132
5808
  * @type {string}
6133
5809
  * @memberof HospitalServiceModel
6134
5810
  */
6135
- 'hospitalSpecialtyName'?: string | null;
5811
+ 'content'?: string | null;
6136
5812
  /**
6137
5813
  *
6138
5814
  * @type {string}
6139
5815
  * @memberof HospitalServiceModel
6140
5816
  */
6141
- 'hospitalSpecialtySlug'?: string | null;
5817
+ 'hospitalId'?: string;
6142
5818
  /**
6143
5819
  *
6144
5820
  * @type {string}
6145
5821
  * @memberof HospitalServiceModel
6146
5822
  */
6147
- 'serviceCategoryId'?: string | null;
5823
+ 'hospitalName'?: string | null;
6148
5824
  /**
6149
5825
  *
6150
5826
  * @type {string}
6151
5827
  * @memberof HospitalServiceModel
6152
5828
  */
6153
- 'serviceCategoryName'?: string | null;
6154
- /**
6155
- *
6156
- * @type {MarketingType}
6157
- * @memberof HospitalServiceModel
6158
- */
6159
- 'marketingType'?: MarketingType;
6160
- /**
6161
- *
6162
- * @type {Procedure}
6163
- * @memberof HospitalServiceModel
6164
- */
6165
- 'procedure'?: Procedure;
6166
- /**
6167
- *
6168
- * @type {number}
6169
- * @memberof HospitalServiceModel
6170
- */
6171
- 'minPrice'?: number | null;
6172
- /**
6173
- *
6174
- * @type {number}
6175
- * @memberof HospitalServiceModel
6176
- */
6177
- 'maxPrice'?: number | null;
5829
+ 'hospitalSlug'?: string | null;
6178
5830
  /**
6179
5831
  *
6180
- * @type {boolean}
5832
+ * @type {string}
6181
5833
  * @memberof HospitalServiceModel
6182
5834
  */
6183
- 'priceReuqest'?: boolean;
5835
+ 'specialtyName'?: string | null;
6184
5836
  /**
6185
5837
  *
6186
- * @type {number}
5838
+ * @type {string}
6187
5839
  * @memberof HospitalServiceModel
6188
5840
  */
6189
- 'order'?: number;
5841
+ 'hospitalSpecialtyName'?: string | null;
6190
5842
  /**
6191
5843
  *
6192
- * @type {boolean}
5844
+ * @type {string}
6193
5845
  * @memberof HospitalServiceModel
6194
5846
  */
6195
- 'confirmed'?: boolean;
5847
+ 'hospitalSpecialtySlug'?: string | null;
6196
5848
  /**
6197
5849
  *
6198
5850
  * @type {string}
6199
5851
  * @memberof HospitalServiceModel
6200
5852
  */
6201
- 'photo'?: string | null;
5853
+ 'serviceCategoryId'?: string | null;
6202
5854
  /**
6203
5855
  *
6204
5856
  * @type {string}
6205
5857
  * @memberof HospitalServiceModel
6206
5858
  */
6207
- 'photoThumbnail'?: string | null;
5859
+ 'serviceCategoryName'?: string | null;
6208
5860
  /**
6209
5861
  *
6210
- * @type {Array<MediaModel>}
5862
+ * @type {Procedure}
6211
5863
  * @memberof HospitalServiceModel
6212
5864
  */
6213
- 'medias'?: Array<MediaModel> | null;
5865
+ 'procedure'?: Procedure;
6214
5866
  /**
6215
5867
  *
6216
- * @type {AuditableEntity}
5868
+ * @type {number}
6217
5869
  * @memberof HospitalServiceModel
6218
5870
  */
6219
- 'auditableEntity'?: AuditableEntity;
5871
+ 'minPrice'?: number | null;
6220
5872
  /**
6221
5873
  *
6222
- * @type {string}
5874
+ * @type {number}
6223
5875
  * @memberof HospitalServiceModel
6224
5876
  */
6225
- 'languageCode'?: string | null;
5877
+ 'maxPrice'?: number | null;
6226
5878
  /**
6227
5879
  *
6228
- * @type {string}
5880
+ * @type {boolean}
6229
5881
  * @memberof HospitalServiceModel
6230
5882
  */
6231
- 'content'?: string | null;
5883
+ 'priceReuqest'?: boolean;
6232
5884
  /**
6233
5885
  *
6234
5886
  * @type {string}
@@ -6237,10 +5889,10 @@ export interface HospitalServiceModel {
6237
5889
  'customStyle'?: string | null;
6238
5890
  /**
6239
5891
  *
6240
- * @type {Array<LocalizedUrlModel>}
5892
+ * @type {Array<MediaModel>}
6241
5893
  * @memberof HospitalServiceModel
6242
5894
  */
6243
- 'localizedUrls'?: Array<LocalizedUrlModel> | null;
5895
+ 'medias'?: Array<MediaModel> | null;
6244
5896
  }
6245
5897
  /**
6246
5898
  *
@@ -6518,12 +6170,6 @@ export interface HospitalSpecialtyModel {
6518
6170
  * @memberof HospitalSpecialtyModel
6519
6171
  */
6520
6172
  'confirmed'?: boolean;
6521
- /**
6522
- *
6523
- * @type {string}
6524
- * @memberof HospitalSpecialtyModel
6525
- */
6526
- 'customStyle'?: string | null;
6527
6173
  /**
6528
6174
  *
6529
6175
  * @type {string}
@@ -6559,13 +6205,7 @@ export interface HospitalSpecialtyModel {
6559
6205
  * @type {string}
6560
6206
  * @memberof HospitalSpecialtyModel
6561
6207
  */
6562
- 'specialtyTypeName'?: string | null;
6563
- /**
6564
- *
6565
- * @type {MarketingType}
6566
- * @memberof HospitalSpecialtyModel
6567
- */
6568
- 'marketingType'?: MarketingType;
6208
+ 'customStyle'?: string | null;
6569
6209
  /**
6570
6210
  *
6571
6211
  * @type {Array<LocalizedUrlModel>}
@@ -7381,12 +7021,6 @@ export interface PatientModel {
7381
7021
  * @memberof PatientModel
7382
7022
  */
7383
7023
  'firstName'?: string | null;
7384
- /**
7385
- *
7386
- * @type {string}
7387
- * @memberof PatientModel
7388
- */
7389
- 'middleName'?: string | null;
7390
7024
  /**
7391
7025
  *
7392
7026
  * @type {string}
@@ -7399,18 +7033,6 @@ export interface PatientModel {
7399
7033
  * @memberof PatientModel
7400
7034
  */
7401
7035
  'fullName'?: string | null;
7402
- /**
7403
- *
7404
- * @type {string}
7405
- * @memberof PatientModel
7406
- */
7407
- 'slug'?: string | null;
7408
- /**
7409
- *
7410
- * @type {boolean}
7411
- * @memberof PatientModel
7412
- */
7413
- 'confirmed'?: boolean;
7414
7036
  /**
7415
7037
  *
7416
7038
  * @type {string}
@@ -8537,12 +8159,6 @@ export interface SpecialtyItemModel {
8537
8159
  * @memberof SpecialtyItemModel
8538
8160
  */
8539
8161
  'specialtyTypeId'?: string;
8540
- /**
8541
- *
8542
- * @type {string}
8543
- * @memberof SpecialtyItemModel
8544
- */
8545
- 'description'?: string | null;
8546
8162
  /**
8547
8163
  *
8548
8164
  * @type {string}
@@ -8647,12 +8263,6 @@ export interface SpecialtyModel {
8647
8263
  * @memberof SpecialtyModel
8648
8264
  */
8649
8265
  'specialtyTypeId'?: string;
8650
- /**
8651
- *
8652
- * @type {string}
8653
- * @memberof SpecialtyModel
8654
- */
8655
- 'description'?: string | null;
8656
8266
  /**
8657
8267
  *
8658
8268
  * @type {string}
@@ -8671,6 +8281,18 @@ export interface SpecialtyModel {
8671
8281
  * @memberof SpecialtyModel
8672
8282
  */
8673
8283
  'auditableEntity'?: AuditableEntity;
8284
+ /**
8285
+ *
8286
+ * @type {string}
8287
+ * @memberof SpecialtyModel
8288
+ */
8289
+ 'description'?: string | null;
8290
+ /**
8291
+ *
8292
+ * @type {string}
8293
+ * @memberof SpecialtyModel
8294
+ */
8295
+ 'overview'?: string | null;
8674
8296
  /**
8675
8297
  *
8676
8298
  * @type {string}
@@ -9535,12 +9157,6 @@ export interface UserModel {
9535
9157
  * @memberof UserModel
9536
9158
  */
9537
9159
  'firstName'?: string | null;
9538
- /**
9539
- *
9540
- * @type {string}
9541
- * @memberof UserModel
9542
- */
9543
- 'middleName'?: string | null;
9544
9160
  /**
9545
9161
  *
9546
9162
  * @type {string}
@@ -9553,18 +9169,6 @@ export interface UserModel {
9553
9169
  * @memberof UserModel
9554
9170
  */
9555
9171
  'fullName'?: string | null;
9556
- /**
9557
- *
9558
- * @type {string}
9559
- * @memberof UserModel
9560
- */
9561
- 'slug'?: string | null;
9562
- /**
9563
- *
9564
- * @type {boolean}
9565
- * @memberof UserModel
9566
- */
9567
- 'confirmed'?: boolean;
9568
9172
  /**
9569
9173
  *
9570
9174
  * @type {string}
@@ -19548,17 +19152,14 @@ export const HospitalsApiAxiosParamCreator = function (configuration?: Configura
19548
19152
  * @param {string} [name]
19549
19153
  * @param {string} [slug]
19550
19154
  * @param {MarketingType} [marketingType]
19551
- * @param {boolean} [returnDefaultValue]
19552
- * @param {boolean} [includeServices]
19553
19155
  * @param {string} [languageCode]
19554
- * @param {boolean} [showHidden]
19555
19156
  * @param {number} [page]
19556
19157
  * @param {number} [limit]
19557
19158
  * @param {Date} [lastRetrieved]
19558
19159
  * @param {*} [options] Override http request option.
19559
19160
  * @throws {RequiredError}
19560
19161
  */
19561
- 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> => {
19562
19163
  // verify required parameter 'hospitalId' is not null or undefined
19563
19164
  assertParamExists('apiV2HospitalsHospitalIdSpecialtiesGet', 'hospitalId', hospitalId)
19564
19165
  const localVarPath = `/api/v2/hospitals/{hospitalId}/specialties`
@@ -19606,22 +19207,10 @@ export const HospitalsApiAxiosParamCreator = function (configuration?: Configura
19606
19207
  localVarQueryParameter['MarketingType'] = marketingType;
19607
19208
  }
19608
19209
 
19609
- if (returnDefaultValue !== undefined) {
19610
- localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
19611
- }
19612
-
19613
- if (includeServices !== undefined) {
19614
- localVarQueryParameter['IncludeServices'] = includeServices;
19615
- }
19616
-
19617
19210
  if (languageCode !== undefined) {
19618
19211
  localVarQueryParameter['LanguageCode'] = languageCode;
19619
19212
  }
19620
19213
 
19621
- if (showHidden !== undefined) {
19622
- localVarQueryParameter['ShowHidden'] = showHidden;
19623
- }
19624
-
19625
19214
  if (page !== undefined) {
19626
19215
  localVarQueryParameter['page'] = page;
19627
19216
  }
@@ -19766,17 +19355,14 @@ export const HospitalsApiAxiosParamCreator = function (configuration?: Configura
19766
19355
  * @param {string} [name]
19767
19356
  * @param {string} [slug]
19768
19357
  * @param {MarketingType} [marketingType]
19769
- * @param {boolean} [returnDefaultValue]
19770
- * @param {boolean} [includeServices]
19771
19358
  * @param {string} [languageCode]
19772
- * @param {boolean} [showHidden]
19773
19359
  * @param {number} [page]
19774
19360
  * @param {number} [limit]
19775
19361
  * @param {Date} [lastRetrieved]
19776
19362
  * @param {*} [options] Override http request option.
19777
19363
  * @throws {RequiredError}
19778
19364
  */
19779
- 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> => {
19780
19366
  // verify required parameter 'hospitalId' is not null or undefined
19781
19367
  assertParamExists('apiV2HospitalsHospitalIdSpecialtiesSimpleGet', 'hospitalId', hospitalId)
19782
19368
  const localVarPath = `/api/v2/hospitals/{hospitalId}/specialties/simple`
@@ -19824,22 +19410,10 @@ export const HospitalsApiAxiosParamCreator = function (configuration?: Configura
19824
19410
  localVarQueryParameter['MarketingType'] = marketingType;
19825
19411
  }
19826
19412
 
19827
- if (returnDefaultValue !== undefined) {
19828
- localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
19829
- }
19830
-
19831
- if (includeServices !== undefined) {
19832
- localVarQueryParameter['IncludeServices'] = includeServices;
19833
- }
19834
-
19835
19413
  if (languageCode !== undefined) {
19836
19414
  localVarQueryParameter['LanguageCode'] = languageCode;
19837
19415
  }
19838
19416
 
19839
- if (showHidden !== undefined) {
19840
- localVarQueryParameter['ShowHidden'] = showHidden;
19841
- }
19842
-
19843
19417
  if (page !== undefined) {
19844
19418
  localVarQueryParameter['page'] = page;
19845
19419
  }
@@ -19871,12 +19445,10 @@ export const HospitalsApiAxiosParamCreator = function (configuration?: Configura
19871
19445
  * @param {string} hospitalId
19872
19446
  * @param {string} slug
19873
19447
  * @param {string} [languageCode]
19874
- * @param {boolean} [returnDefaultValue]
19875
- * @param {boolean} [includeServices]
19876
19448
  * @param {*} [options] Override http request option.
19877
19449
  * @throws {RequiredError}
19878
19450
  */
19879
- 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> => {
19880
19452
  // verify required parameter 'hospitalId' is not null or undefined
19881
19453
  assertParamExists('apiV2HospitalsHospitalIdSpecialtiesSlugGet', 'hospitalId', hospitalId)
19882
19454
  // verify required parameter 'slug' is not null or undefined
@@ -19899,14 +19471,6 @@ export const HospitalsApiAxiosParamCreator = function (configuration?: Configura
19899
19471
  localVarQueryParameter['languageCode'] = languageCode;
19900
19472
  }
19901
19473
 
19902
- if (returnDefaultValue !== undefined) {
19903
- localVarQueryParameter['returnDefaultValue'] = returnDefaultValue;
19904
- }
19905
-
19906
- if (includeServices !== undefined) {
19907
- localVarQueryParameter['includeServices'] = includeServices;
19908
- }
19909
-
19910
19474
 
19911
19475
 
19912
19476
  setSearchParams(localVarUrlObj, localVarQueryParameter);
@@ -20742,18 +20306,15 @@ export const HospitalsApiFp = function(configuration?: Configuration) {
20742
20306
  * @param {string} [name]
20743
20307
  * @param {string} [slug]
20744
20308
  * @param {MarketingType} [marketingType]
20745
- * @param {boolean} [returnDefaultValue]
20746
- * @param {boolean} [includeServices]
20747
20309
  * @param {string} [languageCode]
20748
- * @param {boolean} [showHidden]
20749
20310
  * @param {number} [page]
20750
20311
  * @param {number} [limit]
20751
20312
  * @param {Date} [lastRetrieved]
20752
20313
  * @param {*} [options] Override http request option.
20753
20314
  * @throws {RequiredError}
20754
20315
  */
20755
- 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>> {
20756
- 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);
20757
20318
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
20758
20319
  },
20759
20320
  /**
@@ -20798,18 +20359,15 @@ export const HospitalsApiFp = function(configuration?: Configuration) {
20798
20359
  * @param {string} [name]
20799
20360
  * @param {string} [slug]
20800
20361
  * @param {MarketingType} [marketingType]
20801
- * @param {boolean} [returnDefaultValue]
20802
- * @param {boolean} [includeServices]
20803
20362
  * @param {string} [languageCode]
20804
- * @param {boolean} [showHidden]
20805
20363
  * @param {number} [page]
20806
20364
  * @param {number} [limit]
20807
20365
  * @param {Date} [lastRetrieved]
20808
20366
  * @param {*} [options] Override http request option.
20809
20367
  * @throws {RequiredError}
20810
20368
  */
20811
- 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>> {
20812
- 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);
20813
20371
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
20814
20372
  },
20815
20373
  /**
@@ -20818,13 +20376,11 @@ export const HospitalsApiFp = function(configuration?: Configuration) {
20818
20376
  * @param {string} hospitalId
20819
20377
  * @param {string} slug
20820
20378
  * @param {string} [languageCode]
20821
- * @param {boolean} [returnDefaultValue]
20822
- * @param {boolean} [includeServices]
20823
20379
  * @param {*} [options] Override http request option.
20824
20380
  * @throws {RequiredError}
20825
20381
  */
20826
- async apiV2HospitalsHospitalIdSpecialtiesSlugGet(hospitalId: string, slug: string, languageCode?: string, returnDefaultValue?: boolean, includeServices?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalSpecialtyModel>> {
20827
- 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);
20828
20384
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
20829
20385
  },
20830
20386
  /**
@@ -21203,18 +20759,15 @@ export const HospitalsApiFactory = function (configuration?: Configuration, base
21203
20759
  * @param {string} [name]
21204
20760
  * @param {string} [slug]
21205
20761
  * @param {MarketingType} [marketingType]
21206
- * @param {boolean} [returnDefaultValue]
21207
- * @param {boolean} [includeServices]
21208
20762
  * @param {string} [languageCode]
21209
- * @param {boolean} [showHidden]
21210
20763
  * @param {number} [page]
21211
20764
  * @param {number} [limit]
21212
20765
  * @param {Date} [lastRetrieved]
21213
20766
  * @param {*} [options] Override http request option.
21214
20767
  * @throws {RequiredError}
21215
20768
  */
21216
- 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> {
21217
- 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));
21218
20771
  },
21219
20772
  /**
21220
20773
  *
@@ -21256,18 +20809,15 @@ export const HospitalsApiFactory = function (configuration?: Configuration, base
21256
20809
  * @param {string} [name]
21257
20810
  * @param {string} [slug]
21258
20811
  * @param {MarketingType} [marketingType]
21259
- * @param {boolean} [returnDefaultValue]
21260
- * @param {boolean} [includeServices]
21261
20812
  * @param {string} [languageCode]
21262
- * @param {boolean} [showHidden]
21263
20813
  * @param {number} [page]
21264
20814
  * @param {number} [limit]
21265
20815
  * @param {Date} [lastRetrieved]
21266
20816
  * @param {*} [options] Override http request option.
21267
20817
  * @throws {RequiredError}
21268
20818
  */
21269
- 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> {
21270
- 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));
21271
20821
  },
21272
20822
  /**
21273
20823
  *
@@ -21275,13 +20825,11 @@ export const HospitalsApiFactory = function (configuration?: Configuration, base
21275
20825
  * @param {string} hospitalId
21276
20826
  * @param {string} slug
21277
20827
  * @param {string} [languageCode]
21278
- * @param {boolean} [returnDefaultValue]
21279
- * @param {boolean} [includeServices]
21280
20828
  * @param {*} [options] Override http request option.
21281
20829
  * @throws {RequiredError}
21282
20830
  */
21283
- apiV2HospitalsHospitalIdSpecialtiesSlugGet(hospitalId: string, slug: string, languageCode?: string, returnDefaultValue?: boolean, includeServices?: boolean, options?: any): AxiosPromise<HospitalSpecialtyModel> {
21284
- 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));
21285
20833
  },
21286
20834
  /**
21287
20835
  *
@@ -21678,10 +21226,7 @@ export class HospitalsApi extends BaseAPI {
21678
21226
  * @param {string} [name]
21679
21227
  * @param {string} [slug]
21680
21228
  * @param {MarketingType} [marketingType]
21681
- * @param {boolean} [returnDefaultValue]
21682
- * @param {boolean} [includeServices]
21683
21229
  * @param {string} [languageCode]
21684
- * @param {boolean} [showHidden]
21685
21230
  * @param {number} [page]
21686
21231
  * @param {number} [limit]
21687
21232
  * @param {Date} [lastRetrieved]
@@ -21689,8 +21234,8 @@ export class HospitalsApi extends BaseAPI {
21689
21234
  * @throws {RequiredError}
21690
21235
  * @memberof HospitalsApi
21691
21236
  */
21692
- 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) {
21693
- 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));
21694
21239
  }
21695
21240
 
21696
21241
  /**
@@ -21737,10 +21282,7 @@ export class HospitalsApi extends BaseAPI {
21737
21282
  * @param {string} [name]
21738
21283
  * @param {string} [slug]
21739
21284
  * @param {MarketingType} [marketingType]
21740
- * @param {boolean} [returnDefaultValue]
21741
- * @param {boolean} [includeServices]
21742
21285
  * @param {string} [languageCode]
21743
- * @param {boolean} [showHidden]
21744
21286
  * @param {number} [page]
21745
21287
  * @param {number} [limit]
21746
21288
  * @param {Date} [lastRetrieved]
@@ -21748,8 +21290,8 @@ export class HospitalsApi extends BaseAPI {
21748
21290
  * @throws {RequiredError}
21749
21291
  * @memberof HospitalsApi
21750
21292
  */
21751
- 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) {
21752
- 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));
21753
21295
  }
21754
21296
 
21755
21297
  /**
@@ -21758,14 +21300,12 @@ export class HospitalsApi extends BaseAPI {
21758
21300
  * @param {string} hospitalId
21759
21301
  * @param {string} slug
21760
21302
  * @param {string} [languageCode]
21761
- * @param {boolean} [returnDefaultValue]
21762
- * @param {boolean} [includeServices]
21763
21303
  * @param {*} [options] Override http request option.
21764
21304
  * @throws {RequiredError}
21765
21305
  * @memberof HospitalsApi
21766
21306
  */
21767
- public apiV2HospitalsHospitalIdSpecialtiesSlugGet(hospitalId: string, slug: string, languageCode?: string, returnDefaultValue?: boolean, includeServices?: boolean, options?: AxiosRequestConfig) {
21768
- 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));
21769
21309
  }
21770
21310
 
21771
21311
  /**