ch-api-client-typescript2 4.9.7 → 4.9.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/api/about-us-api.d.ts +123 -19
- package/lib/api/about-us-api.d.ts.map +1 -1
- package/lib/api/about-us-api.js +10 -22
- package/lib/api/accreditations-api.d.ts +60 -9
- package/lib/api/accreditations-api.d.ts.map +1 -1
- package/lib/api/accreditations-api.js +7 -11
- package/lib/api/app-version-api.d.ts +15 -2
- package/lib/api/app-version-api.d.ts.map +1 -1
- package/lib/api/app-version-api.js +3 -3
- package/lib/api/appointments-api.d.ts +201 -31
- package/lib/api/appointments-api.d.ts.map +1 -1
- package/lib/api/appointments-api.js +16 -36
- package/lib/api/articles-api.d.ts +453 -70
- package/lib/api/articles-api.d.ts.map +1 -1
- package/lib/api/articles-api.js +34 -81
- package/lib/api/bookings-api.d.ts +183 -28
- package/lib/api/bookings-api.d.ts.map +1 -1
- package/lib/api/bookings-api.js +16 -33
- package/lib/api/chat-users-api.d.ts +84 -12
- package/lib/api/chat-users-api.d.ts.map +1 -1
- package/lib/api/chat-users-api.js +15 -16
- package/lib/api/consultations-api.d.ts +171 -26
- package/lib/api/consultations-api.d.ts.map +1 -1
- package/lib/api/consultations-api.js +16 -31
- package/lib/api/contributors-api.d.ts +213 -33
- package/lib/api/contributors-api.d.ts.map +1 -1
- package/lib/api/contributors-api.js +16 -38
- package/lib/api/countries-api.d.ts +189 -29
- package/lib/api/countries-api.d.ts.map +1 -1
- package/lib/api/countries-api.js +16 -34
- package/lib/api/deals-api.d.ts +630 -103
- package/lib/api/deals-api.d.ts.map +1 -1
- package/lib/api/deals-api.js +65 -119
- package/lib/api/devices-api.d.ts +150 -22
- package/lib/api/devices-api.d.ts.map +1 -1
- package/lib/api/devices-api.js +20 -28
- package/lib/api/doctor-affiliations-api.d.ts +252 -40
- package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
- package/lib/api/doctor-affiliations-api.js +30 -48
- package/lib/api/doctors-api.d.ts +675 -105
- package/lib/api/doctors-api.d.ts.map +1 -1
- package/lib/api/doctors-api.js +47 -120
- package/lib/api/faq-categories-api.d.ts +117 -18
- package/lib/api/faq-categories-api.d.ts.map +1 -1
- package/lib/api/faq-categories-api.js +10 -21
- package/lib/api/faqs-api.d.ts +249 -38
- package/lib/api/faqs-api.d.ts.map +1 -1
- package/lib/api/faqs-api.js +22 -45
- package/lib/api/group-channels-api.d.ts +117 -17
- package/lib/api/group-channels-api.d.ts.map +1 -1
- package/lib/api/group-channels-api.js +15 -22
- package/lib/api/header-navigations-api.d.ts +15 -2
- package/lib/api/header-navigations-api.d.ts.map +1 -1
- package/lib/api/header-navigations-api.js +3 -3
- package/lib/api/hospitals-api.d.ts +1695 -270
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +162 -315
- package/lib/api/hospitals-consultation-timetables-api.d.ts +39 -6
- package/lib/api/hospitals-consultation-timetables-api.d.ts.map +1 -1
- package/lib/api/hospitals-consultation-timetables-api.js +3 -7
- package/lib/api/images-api.d.ts +15 -2
- package/lib/api/images-api.d.ts.map +1 -1
- package/lib/api/images-api.js +4 -3
- package/lib/api/languages-api.d.ts +66 -10
- package/lib/api/languages-api.d.ts.map +1 -1
- package/lib/api/languages-api.js +7 -12
- package/lib/api/memberships-api.d.ts +111 -17
- package/lib/api/memberships-api.d.ts.map +1 -1
- package/lib/api/memberships-api.js +10 -20
- package/lib/api/notifications-api.d.ts +54 -8
- package/lib/api/notifications-api.d.ts.map +1 -1
- package/lib/api/notifications-api.js +8 -10
- package/lib/api/origins-api.d.ts +45 -6
- package/lib/api/origins-api.d.ts.map +1 -1
- package/lib/api/origins-api.js +11 -9
- package/lib/api/patients-api.d.ts +96 -13
- package/lib/api/patients-api.d.ts.map +1 -1
- package/lib/api/patients-api.js +19 -19
- package/lib/api/plans-api.d.ts +108 -16
- package/lib/api/plans-api.d.ts.map +1 -1
- package/lib/api/plans-api.js +13 -20
- package/lib/api/profiles-api.d.ts +75 -10
- package/lib/api/profiles-api.d.ts.map +1 -1
- package/lib/api/profiles-api.js +19 -15
- package/lib/api/service-reviews-api.d.ts +312 -47
- package/lib/api/service-reviews-api.d.ts.map +1 -1
- package/lib/api/service-reviews-api.js +32 -57
- package/lib/api/services-api.d.ts +189 -31
- package/lib/api/services-api.d.ts.map +1 -1
- package/lib/api/services-api.js +21 -36
- package/lib/api/services-categories-api.d.ts +54 -8
- package/lib/api/services-categories-api.d.ts.map +1 -1
- package/lib/api/services-categories-api.js +7 -10
- package/lib/api/specialties-api.d.ts +294 -46
- package/lib/api/specialties-api.d.ts.map +1 -1
- package/lib/api/specialties-api.js +20 -52
- package/lib/api/specialty-types-api.d.ts +306 -48
- package/lib/api/specialty-types-api.d.ts.map +1 -1
- package/lib/api/specialty-types-api.js +20 -54
- package/lib/api/survey-forms-api.d.ts +21 -3
- package/lib/api/survey-forms-api.d.ts.map +1 -1
- package/lib/api/survey-forms-api.js +3 -4
- package/lib/api/survey-results-api.d.ts +15 -2
- package/lib/api/survey-results-api.d.ts.map +1 -1
- package/lib/api/survey-results-api.js +4 -3
- package/lib/api/tags-api.d.ts +54 -8
- package/lib/api/tags-api.d.ts.map +1 -1
- package/lib/api/tags-api.js +7 -10
- package/package.json +2 -2
- package/src/api/about-us-api.ts +142 -22
- package/src/api/accreditations-api.ts +69 -11
- package/src/api/app-version-api.ts +17 -3
- package/src/api/appointments-api.ts +232 -36
- package/src/api/articles-api.ts +523 -81
- package/src/api/bookings-api.ts +211 -33
- package/src/api/chat-users-api.ts +96 -16
- package/src/api/consultations-api.ts +197 -31
- package/src/api/contributors-api.ts +246 -38
- package/src/api/countries-api.ts +218 -34
- package/src/api/deals-api.ts +745 -119
- package/src/api/devices-api.ts +172 -28
- package/src/api/doctor-affiliations-api.ts +296 -48
- package/src/api/doctors-api.ts +780 -120
- package/src/api/faq-categories-api.ts +135 -21
- package/src/api/faqs-api.ts +287 -45
- package/src/api/group-channels-api.ts +134 -22
- package/src/api/header-navigations-api.ts +17 -3
- package/src/api/hospitals-api.ts +1985 -315
- package/src/api/hospitals-consultation-timetables-api.ts +45 -7
- package/src/api/images-api.ts +17 -3
- package/src/api/languages-api.ts +76 -12
- package/src/api/memberships-api.ts +128 -20
- package/src/api/notifications-api.ts +62 -10
- package/src/api/origins-api.ts +51 -9
- package/src/api/patients-api.ts +109 -19
- package/src/api/plans-api.ts +124 -20
- package/src/api/profiles-api.ts +85 -15
- package/src/api/service-reviews-api.ts +359 -57
- package/src/api/services-api.ts +224 -36
- package/src/api/services-categories-api.ts +62 -10
- package/src/api/specialties-api.ts +340 -52
- package/src/api/specialty-types-api.ts +354 -54
- package/src/api/survey-forms-api.ts +24 -4
- package/src/api/survey-results-api.ts +17 -3
- package/src/api/tags-api.ts +62 -10
|
@@ -642,6 +642,328 @@ export const SpecialtiesApiFactory = function (configuration?: Configuration, ba
|
|
|
642
642
|
};
|
|
643
643
|
};
|
|
644
644
|
|
|
645
|
+
/**
|
|
646
|
+
* Request parameters for apiV2SpecialtiesGet operation in SpecialtiesApi.
|
|
647
|
+
* @export
|
|
648
|
+
* @interface SpecialtiesApiApiV2SpecialtiesGetRequest
|
|
649
|
+
*/
|
|
650
|
+
export interface SpecialtiesApiApiV2SpecialtiesGetRequest {
|
|
651
|
+
/**
|
|
652
|
+
*
|
|
653
|
+
* @type {string}
|
|
654
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesGet
|
|
655
|
+
*/
|
|
656
|
+
readonly id?: string
|
|
657
|
+
|
|
658
|
+
/**
|
|
659
|
+
*
|
|
660
|
+
* @type {string}
|
|
661
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesGet
|
|
662
|
+
*/
|
|
663
|
+
readonly name?: string
|
|
664
|
+
|
|
665
|
+
/**
|
|
666
|
+
*
|
|
667
|
+
* @type {string}
|
|
668
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesGet
|
|
669
|
+
*/
|
|
670
|
+
readonly description?: string
|
|
671
|
+
|
|
672
|
+
/**
|
|
673
|
+
*
|
|
674
|
+
* @type {string}
|
|
675
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesGet
|
|
676
|
+
*/
|
|
677
|
+
readonly specialtyTypeId?: string
|
|
678
|
+
|
|
679
|
+
/**
|
|
680
|
+
*
|
|
681
|
+
* @type {MarketingType}
|
|
682
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesGet
|
|
683
|
+
*/
|
|
684
|
+
readonly marketingType?: MarketingType
|
|
685
|
+
|
|
686
|
+
/**
|
|
687
|
+
*
|
|
688
|
+
* @type {string}
|
|
689
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesGet
|
|
690
|
+
*/
|
|
691
|
+
readonly hospitalId?: string
|
|
692
|
+
|
|
693
|
+
/**
|
|
694
|
+
*
|
|
695
|
+
* @type {Date}
|
|
696
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesGet
|
|
697
|
+
*/
|
|
698
|
+
readonly created?: Date
|
|
699
|
+
|
|
700
|
+
/**
|
|
701
|
+
*
|
|
702
|
+
* @type {string}
|
|
703
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesGet
|
|
704
|
+
*/
|
|
705
|
+
readonly languageCode?: string
|
|
706
|
+
|
|
707
|
+
/**
|
|
708
|
+
*
|
|
709
|
+
* @type {Array<string>}
|
|
710
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesGet
|
|
711
|
+
*/
|
|
712
|
+
readonly ids?: Array<string>
|
|
713
|
+
|
|
714
|
+
/**
|
|
715
|
+
*
|
|
716
|
+
* @type {boolean}
|
|
717
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesGet
|
|
718
|
+
*/
|
|
719
|
+
readonly returnDefaultValue?: boolean
|
|
720
|
+
|
|
721
|
+
/**
|
|
722
|
+
*
|
|
723
|
+
* @type {number}
|
|
724
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesGet
|
|
725
|
+
*/
|
|
726
|
+
readonly page?: number
|
|
727
|
+
|
|
728
|
+
/**
|
|
729
|
+
*
|
|
730
|
+
* @type {number}
|
|
731
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesGet
|
|
732
|
+
*/
|
|
733
|
+
readonly limit?: number
|
|
734
|
+
|
|
735
|
+
/**
|
|
736
|
+
*
|
|
737
|
+
* @type {Date}
|
|
738
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesGet
|
|
739
|
+
*/
|
|
740
|
+
readonly lastRetrieved?: Date
|
|
741
|
+
}
|
|
742
|
+
|
|
743
|
+
/**
|
|
744
|
+
* Request parameters for apiV2SpecialtiesSimpleGet operation in SpecialtiesApi.
|
|
745
|
+
* @export
|
|
746
|
+
* @interface SpecialtiesApiApiV2SpecialtiesSimpleGetRequest
|
|
747
|
+
*/
|
|
748
|
+
export interface SpecialtiesApiApiV2SpecialtiesSimpleGetRequest {
|
|
749
|
+
/**
|
|
750
|
+
*
|
|
751
|
+
* @type {string}
|
|
752
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesSimpleGet
|
|
753
|
+
*/
|
|
754
|
+
readonly id?: string
|
|
755
|
+
|
|
756
|
+
/**
|
|
757
|
+
*
|
|
758
|
+
* @type {string}
|
|
759
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesSimpleGet
|
|
760
|
+
*/
|
|
761
|
+
readonly name?: string
|
|
762
|
+
|
|
763
|
+
/**
|
|
764
|
+
*
|
|
765
|
+
* @type {string}
|
|
766
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesSimpleGet
|
|
767
|
+
*/
|
|
768
|
+
readonly description?: string
|
|
769
|
+
|
|
770
|
+
/**
|
|
771
|
+
*
|
|
772
|
+
* @type {string}
|
|
773
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesSimpleGet
|
|
774
|
+
*/
|
|
775
|
+
readonly specialtyTypeId?: string
|
|
776
|
+
|
|
777
|
+
/**
|
|
778
|
+
*
|
|
779
|
+
* @type {MarketingType}
|
|
780
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesSimpleGet
|
|
781
|
+
*/
|
|
782
|
+
readonly marketingType?: MarketingType
|
|
783
|
+
|
|
784
|
+
/**
|
|
785
|
+
*
|
|
786
|
+
* @type {string}
|
|
787
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesSimpleGet
|
|
788
|
+
*/
|
|
789
|
+
readonly hospitalId?: string
|
|
790
|
+
|
|
791
|
+
/**
|
|
792
|
+
*
|
|
793
|
+
* @type {Date}
|
|
794
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesSimpleGet
|
|
795
|
+
*/
|
|
796
|
+
readonly created?: Date
|
|
797
|
+
|
|
798
|
+
/**
|
|
799
|
+
*
|
|
800
|
+
* @type {string}
|
|
801
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesSimpleGet
|
|
802
|
+
*/
|
|
803
|
+
readonly languageCode?: string
|
|
804
|
+
|
|
805
|
+
/**
|
|
806
|
+
*
|
|
807
|
+
* @type {Array<string>}
|
|
808
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesSimpleGet
|
|
809
|
+
*/
|
|
810
|
+
readonly ids?: Array<string>
|
|
811
|
+
|
|
812
|
+
/**
|
|
813
|
+
*
|
|
814
|
+
* @type {boolean}
|
|
815
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesSimpleGet
|
|
816
|
+
*/
|
|
817
|
+
readonly returnDefaultValue?: boolean
|
|
818
|
+
|
|
819
|
+
/**
|
|
820
|
+
*
|
|
821
|
+
* @type {number}
|
|
822
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesSimpleGet
|
|
823
|
+
*/
|
|
824
|
+
readonly page?: number
|
|
825
|
+
|
|
826
|
+
/**
|
|
827
|
+
*
|
|
828
|
+
* @type {number}
|
|
829
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesSimpleGet
|
|
830
|
+
*/
|
|
831
|
+
readonly limit?: number
|
|
832
|
+
|
|
833
|
+
/**
|
|
834
|
+
*
|
|
835
|
+
* @type {Date}
|
|
836
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesSimpleGet
|
|
837
|
+
*/
|
|
838
|
+
readonly lastRetrieved?: Date
|
|
839
|
+
}
|
|
840
|
+
|
|
841
|
+
/**
|
|
842
|
+
* Request parameters for apiV2SpecialtiesSlugGet operation in SpecialtiesApi.
|
|
843
|
+
* @export
|
|
844
|
+
* @interface SpecialtiesApiApiV2SpecialtiesSlugGetRequest
|
|
845
|
+
*/
|
|
846
|
+
export interface SpecialtiesApiApiV2SpecialtiesSlugGetRequest {
|
|
847
|
+
/**
|
|
848
|
+
*
|
|
849
|
+
* @type {string}
|
|
850
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesSlugGet
|
|
851
|
+
*/
|
|
852
|
+
readonly slug: string
|
|
853
|
+
|
|
854
|
+
/**
|
|
855
|
+
*
|
|
856
|
+
* @type {string}
|
|
857
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesSlugGet
|
|
858
|
+
*/
|
|
859
|
+
readonly languageCode?: string
|
|
860
|
+
|
|
861
|
+
/**
|
|
862
|
+
*
|
|
863
|
+
* @type {boolean}
|
|
864
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesSlugGet
|
|
865
|
+
*/
|
|
866
|
+
readonly returnDefaultValue?: boolean
|
|
867
|
+
}
|
|
868
|
+
|
|
869
|
+
/**
|
|
870
|
+
* Request parameters for apiV2SpecialtiesSpecialtyIdGet operation in SpecialtiesApi.
|
|
871
|
+
* @export
|
|
872
|
+
* @interface SpecialtiesApiApiV2SpecialtiesSpecialtyIdGetRequest
|
|
873
|
+
*/
|
|
874
|
+
export interface SpecialtiesApiApiV2SpecialtiesSpecialtyIdGetRequest {
|
|
875
|
+
/**
|
|
876
|
+
*
|
|
877
|
+
* @type {string}
|
|
878
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesSpecialtyIdGet
|
|
879
|
+
*/
|
|
880
|
+
readonly specialtyId: string
|
|
881
|
+
|
|
882
|
+
/**
|
|
883
|
+
*
|
|
884
|
+
* @type {string}
|
|
885
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesSpecialtyIdGet
|
|
886
|
+
*/
|
|
887
|
+
readonly languageCode?: string
|
|
888
|
+
|
|
889
|
+
/**
|
|
890
|
+
*
|
|
891
|
+
* @type {boolean}
|
|
892
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesSpecialtyIdGet
|
|
893
|
+
*/
|
|
894
|
+
readonly returnDefaultValue?: boolean
|
|
895
|
+
}
|
|
896
|
+
|
|
897
|
+
/**
|
|
898
|
+
* Request parameters for apiV2SpecialtiesSpecialtyIdMediasGet operation in SpecialtiesApi.
|
|
899
|
+
* @export
|
|
900
|
+
* @interface SpecialtiesApiApiV2SpecialtiesSpecialtyIdMediasGetRequest
|
|
901
|
+
*/
|
|
902
|
+
export interface SpecialtiesApiApiV2SpecialtiesSpecialtyIdMediasGetRequest {
|
|
903
|
+
/**
|
|
904
|
+
*
|
|
905
|
+
* @type {string}
|
|
906
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesSpecialtyIdMediasGet
|
|
907
|
+
*/
|
|
908
|
+
readonly specialtyId: string
|
|
909
|
+
|
|
910
|
+
/**
|
|
911
|
+
*
|
|
912
|
+
* @type {string}
|
|
913
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesSpecialtyIdMediasGet
|
|
914
|
+
*/
|
|
915
|
+
readonly id?: string
|
|
916
|
+
|
|
917
|
+
/**
|
|
918
|
+
*
|
|
919
|
+
* @type {MediaType}
|
|
920
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesSpecialtyIdMediasGet
|
|
921
|
+
*/
|
|
922
|
+
readonly mediaType?: MediaType
|
|
923
|
+
|
|
924
|
+
/**
|
|
925
|
+
*
|
|
926
|
+
* @type {number}
|
|
927
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesSpecialtyIdMediasGet
|
|
928
|
+
*/
|
|
929
|
+
readonly page?: number
|
|
930
|
+
|
|
931
|
+
/**
|
|
932
|
+
*
|
|
933
|
+
* @type {number}
|
|
934
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesSpecialtyIdMediasGet
|
|
935
|
+
*/
|
|
936
|
+
readonly limit?: number
|
|
937
|
+
|
|
938
|
+
/**
|
|
939
|
+
*
|
|
940
|
+
* @type {Date}
|
|
941
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesSpecialtyIdMediasGet
|
|
942
|
+
*/
|
|
943
|
+
readonly lastRetrieved?: Date
|
|
944
|
+
}
|
|
945
|
+
|
|
946
|
+
/**
|
|
947
|
+
* Request parameters for apiV2SpecialtiesSpecialtyIdMediasMediaIdGet operation in SpecialtiesApi.
|
|
948
|
+
* @export
|
|
949
|
+
* @interface SpecialtiesApiApiV2SpecialtiesSpecialtyIdMediasMediaIdGetRequest
|
|
950
|
+
*/
|
|
951
|
+
export interface SpecialtiesApiApiV2SpecialtiesSpecialtyIdMediasMediaIdGetRequest {
|
|
952
|
+
/**
|
|
953
|
+
*
|
|
954
|
+
* @type {string}
|
|
955
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesSpecialtyIdMediasMediaIdGet
|
|
956
|
+
*/
|
|
957
|
+
readonly specialtyId: string
|
|
958
|
+
|
|
959
|
+
/**
|
|
960
|
+
*
|
|
961
|
+
* @type {string}
|
|
962
|
+
* @memberof SpecialtiesApiApiV2SpecialtiesSpecialtyIdMediasMediaIdGet
|
|
963
|
+
*/
|
|
964
|
+
readonly mediaId: string
|
|
965
|
+
}
|
|
966
|
+
|
|
645
967
|
/**
|
|
646
968
|
* SpecialtiesApi - object-oriented interface
|
|
647
969
|
* @export
|
|
@@ -652,106 +974,72 @@ export class SpecialtiesApi extends BaseAPI {
|
|
|
652
974
|
/**
|
|
653
975
|
*
|
|
654
976
|
* @summary Get all Specialties.
|
|
655
|
-
* @param {
|
|
656
|
-
* @param {string} [name]
|
|
657
|
-
* @param {string} [description]
|
|
658
|
-
* @param {string} [specialtyTypeId]
|
|
659
|
-
* @param {MarketingType} [marketingType]
|
|
660
|
-
* @param {string} [hospitalId]
|
|
661
|
-
* @param {Date} [created]
|
|
662
|
-
* @param {string} [languageCode]
|
|
663
|
-
* @param {Array<string>} [ids]
|
|
664
|
-
* @param {boolean} [returnDefaultValue]
|
|
665
|
-
* @param {number} [page]
|
|
666
|
-
* @param {number} [limit]
|
|
667
|
-
* @param {Date} [lastRetrieved]
|
|
977
|
+
* @param {SpecialtiesApiApiV2SpecialtiesGetRequest} requestParameters Request parameters.
|
|
668
978
|
* @param {*} [options] Override http request option.
|
|
669
979
|
* @throws {RequiredError}
|
|
670
980
|
* @memberof SpecialtiesApi
|
|
671
981
|
*/
|
|
672
|
-
public apiV2SpecialtiesGet(
|
|
673
|
-
return SpecialtiesApiFp(this.configuration).apiV2SpecialtiesGet(id, name, description, specialtyTypeId, marketingType, hospitalId, created, languageCode, ids, returnDefaultValue, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
982
|
+
public apiV2SpecialtiesGet(requestParameters: SpecialtiesApiApiV2SpecialtiesGetRequest = {}, options?: AxiosRequestConfig) {
|
|
983
|
+
return SpecialtiesApiFp(this.configuration).apiV2SpecialtiesGet(requestParameters.id, requestParameters.name, requestParameters.description, requestParameters.specialtyTypeId, requestParameters.marketingType, requestParameters.hospitalId, requestParameters.created, requestParameters.languageCode, requestParameters.ids, requestParameters.returnDefaultValue, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
674
984
|
}
|
|
675
985
|
|
|
676
986
|
/**
|
|
677
987
|
*
|
|
678
988
|
* @summary Get all Specialties Simple.
|
|
679
|
-
* @param {
|
|
680
|
-
* @param {string} [name]
|
|
681
|
-
* @param {string} [description]
|
|
682
|
-
* @param {string} [specialtyTypeId]
|
|
683
|
-
* @param {MarketingType} [marketingType]
|
|
684
|
-
* @param {string} [hospitalId]
|
|
685
|
-
* @param {Date} [created]
|
|
686
|
-
* @param {string} [languageCode]
|
|
687
|
-
* @param {Array<string>} [ids]
|
|
688
|
-
* @param {boolean} [returnDefaultValue]
|
|
689
|
-
* @param {number} [page]
|
|
690
|
-
* @param {number} [limit]
|
|
691
|
-
* @param {Date} [lastRetrieved]
|
|
989
|
+
* @param {SpecialtiesApiApiV2SpecialtiesSimpleGetRequest} requestParameters Request parameters.
|
|
692
990
|
* @param {*} [options] Override http request option.
|
|
693
991
|
* @throws {RequiredError}
|
|
694
992
|
* @memberof SpecialtiesApi
|
|
695
993
|
*/
|
|
696
|
-
public apiV2SpecialtiesSimpleGet(
|
|
697
|
-
return SpecialtiesApiFp(this.configuration).apiV2SpecialtiesSimpleGet(id, name, description, specialtyTypeId, marketingType, hospitalId, created, languageCode, ids, returnDefaultValue, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
994
|
+
public apiV2SpecialtiesSimpleGet(requestParameters: SpecialtiesApiApiV2SpecialtiesSimpleGetRequest = {}, options?: AxiosRequestConfig) {
|
|
995
|
+
return SpecialtiesApiFp(this.configuration).apiV2SpecialtiesSimpleGet(requestParameters.id, requestParameters.name, requestParameters.description, requestParameters.specialtyTypeId, requestParameters.marketingType, requestParameters.hospitalId, requestParameters.created, requestParameters.languageCode, requestParameters.ids, requestParameters.returnDefaultValue, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
698
996
|
}
|
|
699
997
|
|
|
700
998
|
/**
|
|
701
999
|
*
|
|
702
1000
|
* @summary
|
|
703
|
-
* @param {
|
|
704
|
-
* @param {string} [languageCode]
|
|
705
|
-
* @param {boolean} [returnDefaultValue]
|
|
1001
|
+
* @param {SpecialtiesApiApiV2SpecialtiesSlugGetRequest} requestParameters Request parameters.
|
|
706
1002
|
* @param {*} [options] Override http request option.
|
|
707
1003
|
* @throws {RequiredError}
|
|
708
1004
|
* @memberof SpecialtiesApi
|
|
709
1005
|
*/
|
|
710
|
-
public apiV2SpecialtiesSlugGet(
|
|
711
|
-
return SpecialtiesApiFp(this.configuration).apiV2SpecialtiesSlugGet(slug, languageCode, returnDefaultValue, options).then((request) => request(this.axios, this.basePath));
|
|
1006
|
+
public apiV2SpecialtiesSlugGet(requestParameters: SpecialtiesApiApiV2SpecialtiesSlugGetRequest, options?: AxiosRequestConfig) {
|
|
1007
|
+
return SpecialtiesApiFp(this.configuration).apiV2SpecialtiesSlugGet(requestParameters.slug, requestParameters.languageCode, requestParameters.returnDefaultValue, options).then((request) => request(this.axios, this.basePath));
|
|
712
1008
|
}
|
|
713
1009
|
|
|
714
1010
|
/**
|
|
715
1011
|
*
|
|
716
1012
|
* @summary
|
|
717
|
-
* @param {
|
|
718
|
-
* @param {string} [languageCode]
|
|
719
|
-
* @param {boolean} [returnDefaultValue]
|
|
1013
|
+
* @param {SpecialtiesApiApiV2SpecialtiesSpecialtyIdGetRequest} requestParameters Request parameters.
|
|
720
1014
|
* @param {*} [options] Override http request option.
|
|
721
1015
|
* @throws {RequiredError}
|
|
722
1016
|
* @memberof SpecialtiesApi
|
|
723
1017
|
*/
|
|
724
|
-
public apiV2SpecialtiesSpecialtyIdGet(
|
|
725
|
-
return SpecialtiesApiFp(this.configuration).apiV2SpecialtiesSpecialtyIdGet(specialtyId, languageCode, returnDefaultValue, options).then((request) => request(this.axios, this.basePath));
|
|
1018
|
+
public apiV2SpecialtiesSpecialtyIdGet(requestParameters: SpecialtiesApiApiV2SpecialtiesSpecialtyIdGetRequest, options?: AxiosRequestConfig) {
|
|
1019
|
+
return SpecialtiesApiFp(this.configuration).apiV2SpecialtiesSpecialtyIdGet(requestParameters.specialtyId, requestParameters.languageCode, requestParameters.returnDefaultValue, options).then((request) => request(this.axios, this.basePath));
|
|
726
1020
|
}
|
|
727
1021
|
|
|
728
1022
|
/**
|
|
729
1023
|
*
|
|
730
1024
|
* @summary Get all SpecialtyMedias.
|
|
731
|
-
* @param {
|
|
732
|
-
* @param {string} [id]
|
|
733
|
-
* @param {MediaType} [mediaType]
|
|
734
|
-
* @param {number} [page]
|
|
735
|
-
* @param {number} [limit]
|
|
736
|
-
* @param {Date} [lastRetrieved]
|
|
1025
|
+
* @param {SpecialtiesApiApiV2SpecialtiesSpecialtyIdMediasGetRequest} requestParameters Request parameters.
|
|
737
1026
|
* @param {*} [options] Override http request option.
|
|
738
1027
|
* @throws {RequiredError}
|
|
739
1028
|
* @memberof SpecialtiesApi
|
|
740
1029
|
*/
|
|
741
|
-
public apiV2SpecialtiesSpecialtyIdMediasGet(
|
|
742
|
-
return SpecialtiesApiFp(this.configuration).apiV2SpecialtiesSpecialtyIdMediasGet(specialtyId, id, mediaType, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
1030
|
+
public apiV2SpecialtiesSpecialtyIdMediasGet(requestParameters: SpecialtiesApiApiV2SpecialtiesSpecialtyIdMediasGetRequest, options?: AxiosRequestConfig) {
|
|
1031
|
+
return SpecialtiesApiFp(this.configuration).apiV2SpecialtiesSpecialtyIdMediasGet(requestParameters.specialtyId, requestParameters.id, requestParameters.mediaType, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
743
1032
|
}
|
|
744
1033
|
|
|
745
1034
|
/**
|
|
746
1035
|
*
|
|
747
1036
|
* @summary Get SpecialtyMedia.
|
|
748
|
-
* @param {
|
|
749
|
-
* @param {string} mediaId
|
|
1037
|
+
* @param {SpecialtiesApiApiV2SpecialtiesSpecialtyIdMediasMediaIdGetRequest} requestParameters Request parameters.
|
|
750
1038
|
* @param {*} [options] Override http request option.
|
|
751
1039
|
* @throws {RequiredError}
|
|
752
1040
|
* @memberof SpecialtiesApi
|
|
753
1041
|
*/
|
|
754
|
-
public apiV2SpecialtiesSpecialtyIdMediasMediaIdGet(
|
|
755
|
-
return SpecialtiesApiFp(this.configuration).apiV2SpecialtiesSpecialtyIdMediasMediaIdGet(specialtyId, mediaId, options).then((request) => request(this.axios, this.basePath));
|
|
1042
|
+
public apiV2SpecialtiesSpecialtyIdMediasMediaIdGet(requestParameters: SpecialtiesApiApiV2SpecialtiesSpecialtyIdMediasMediaIdGetRequest, options?: AxiosRequestConfig) {
|
|
1043
|
+
return SpecialtiesApiFp(this.configuration).apiV2SpecialtiesSpecialtyIdMediasMediaIdGet(requestParameters.specialtyId, requestParameters.mediaId, options).then((request) => request(this.axios, this.basePath));
|
|
756
1044
|
}
|
|
757
1045
|
}
|