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
|
@@ -656,6 +656,342 @@ export const SpecialtyTypesApiFactory = function (configuration?: Configuration,
|
|
|
656
656
|
};
|
|
657
657
|
};
|
|
658
658
|
|
|
659
|
+
/**
|
|
660
|
+
* Request parameters for apiV2SpecialtytypesGet operation in SpecialtyTypesApi.
|
|
661
|
+
* @export
|
|
662
|
+
* @interface SpecialtyTypesApiApiV2SpecialtytypesGetRequest
|
|
663
|
+
*/
|
|
664
|
+
export interface SpecialtyTypesApiApiV2SpecialtytypesGetRequest {
|
|
665
|
+
/**
|
|
666
|
+
*
|
|
667
|
+
* @type {string}
|
|
668
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
669
|
+
*/
|
|
670
|
+
readonly id?: string
|
|
671
|
+
|
|
672
|
+
/**
|
|
673
|
+
*
|
|
674
|
+
* @type {string}
|
|
675
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
676
|
+
*/
|
|
677
|
+
readonly name?: string
|
|
678
|
+
|
|
679
|
+
/**
|
|
680
|
+
*
|
|
681
|
+
* @type {string}
|
|
682
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
683
|
+
*/
|
|
684
|
+
readonly description?: string
|
|
685
|
+
|
|
686
|
+
/**
|
|
687
|
+
*
|
|
688
|
+
* @type {MarketingType}
|
|
689
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
690
|
+
*/
|
|
691
|
+
readonly marketingType?: MarketingType
|
|
692
|
+
|
|
693
|
+
/**
|
|
694
|
+
*
|
|
695
|
+
* @type {string}
|
|
696
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
697
|
+
*/
|
|
698
|
+
readonly hospitalId?: string
|
|
699
|
+
|
|
700
|
+
/**
|
|
701
|
+
*
|
|
702
|
+
* @type {Date}
|
|
703
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
704
|
+
*/
|
|
705
|
+
readonly created?: Date
|
|
706
|
+
|
|
707
|
+
/**
|
|
708
|
+
*
|
|
709
|
+
* @type {Array<string>}
|
|
710
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
711
|
+
*/
|
|
712
|
+
readonly ids?: Array<string>
|
|
713
|
+
|
|
714
|
+
/**
|
|
715
|
+
*
|
|
716
|
+
* @type {string}
|
|
717
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
718
|
+
*/
|
|
719
|
+
readonly specialtyTypeCategoryId?: string
|
|
720
|
+
|
|
721
|
+
/**
|
|
722
|
+
*
|
|
723
|
+
* @type {string}
|
|
724
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
725
|
+
*/
|
|
726
|
+
readonly languageCode?: string
|
|
727
|
+
|
|
728
|
+
/**
|
|
729
|
+
*
|
|
730
|
+
* @type {boolean}
|
|
731
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
732
|
+
*/
|
|
733
|
+
readonly showHidden?: boolean
|
|
734
|
+
|
|
735
|
+
/**
|
|
736
|
+
*
|
|
737
|
+
* @type {boolean}
|
|
738
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
739
|
+
*/
|
|
740
|
+
readonly returnDefaultValue?: boolean
|
|
741
|
+
|
|
742
|
+
/**
|
|
743
|
+
*
|
|
744
|
+
* @type {number}
|
|
745
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
746
|
+
*/
|
|
747
|
+
readonly page?: number
|
|
748
|
+
|
|
749
|
+
/**
|
|
750
|
+
*
|
|
751
|
+
* @type {number}
|
|
752
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
753
|
+
*/
|
|
754
|
+
readonly limit?: number
|
|
755
|
+
|
|
756
|
+
/**
|
|
757
|
+
*
|
|
758
|
+
* @type {Date}
|
|
759
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
760
|
+
*/
|
|
761
|
+
readonly lastRetrieved?: Date
|
|
762
|
+
}
|
|
763
|
+
|
|
764
|
+
/**
|
|
765
|
+
* Request parameters for apiV2SpecialtytypesSimpleGet operation in SpecialtyTypesApi.
|
|
766
|
+
* @export
|
|
767
|
+
* @interface SpecialtyTypesApiApiV2SpecialtytypesSimpleGetRequest
|
|
768
|
+
*/
|
|
769
|
+
export interface SpecialtyTypesApiApiV2SpecialtytypesSimpleGetRequest {
|
|
770
|
+
/**
|
|
771
|
+
*
|
|
772
|
+
* @type {string}
|
|
773
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
774
|
+
*/
|
|
775
|
+
readonly id?: string
|
|
776
|
+
|
|
777
|
+
/**
|
|
778
|
+
*
|
|
779
|
+
* @type {string}
|
|
780
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
781
|
+
*/
|
|
782
|
+
readonly name?: string
|
|
783
|
+
|
|
784
|
+
/**
|
|
785
|
+
*
|
|
786
|
+
* @type {string}
|
|
787
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
788
|
+
*/
|
|
789
|
+
readonly description?: string
|
|
790
|
+
|
|
791
|
+
/**
|
|
792
|
+
*
|
|
793
|
+
* @type {MarketingType}
|
|
794
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
795
|
+
*/
|
|
796
|
+
readonly marketingType?: MarketingType
|
|
797
|
+
|
|
798
|
+
/**
|
|
799
|
+
*
|
|
800
|
+
* @type {string}
|
|
801
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
802
|
+
*/
|
|
803
|
+
readonly hospitalId?: string
|
|
804
|
+
|
|
805
|
+
/**
|
|
806
|
+
*
|
|
807
|
+
* @type {Date}
|
|
808
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
809
|
+
*/
|
|
810
|
+
readonly created?: Date
|
|
811
|
+
|
|
812
|
+
/**
|
|
813
|
+
*
|
|
814
|
+
* @type {Array<string>}
|
|
815
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
816
|
+
*/
|
|
817
|
+
readonly ids?: Array<string>
|
|
818
|
+
|
|
819
|
+
/**
|
|
820
|
+
*
|
|
821
|
+
* @type {string}
|
|
822
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
823
|
+
*/
|
|
824
|
+
readonly specialtyTypeCategoryId?: string
|
|
825
|
+
|
|
826
|
+
/**
|
|
827
|
+
*
|
|
828
|
+
* @type {string}
|
|
829
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
830
|
+
*/
|
|
831
|
+
readonly languageCode?: string
|
|
832
|
+
|
|
833
|
+
/**
|
|
834
|
+
*
|
|
835
|
+
* @type {boolean}
|
|
836
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
837
|
+
*/
|
|
838
|
+
readonly showHidden?: boolean
|
|
839
|
+
|
|
840
|
+
/**
|
|
841
|
+
*
|
|
842
|
+
* @type {boolean}
|
|
843
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
844
|
+
*/
|
|
845
|
+
readonly returnDefaultValue?: boolean
|
|
846
|
+
|
|
847
|
+
/**
|
|
848
|
+
*
|
|
849
|
+
* @type {number}
|
|
850
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
851
|
+
*/
|
|
852
|
+
readonly page?: number
|
|
853
|
+
|
|
854
|
+
/**
|
|
855
|
+
*
|
|
856
|
+
* @type {number}
|
|
857
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
858
|
+
*/
|
|
859
|
+
readonly limit?: number
|
|
860
|
+
|
|
861
|
+
/**
|
|
862
|
+
*
|
|
863
|
+
* @type {Date}
|
|
864
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
865
|
+
*/
|
|
866
|
+
readonly lastRetrieved?: Date
|
|
867
|
+
}
|
|
868
|
+
|
|
869
|
+
/**
|
|
870
|
+
* Request parameters for apiV2SpecialtytypesSlugGet operation in SpecialtyTypesApi.
|
|
871
|
+
* @export
|
|
872
|
+
* @interface SpecialtyTypesApiApiV2SpecialtytypesSlugGetRequest
|
|
873
|
+
*/
|
|
874
|
+
export interface SpecialtyTypesApiApiV2SpecialtytypesSlugGetRequest {
|
|
875
|
+
/**
|
|
876
|
+
*
|
|
877
|
+
* @type {string}
|
|
878
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSlugGet
|
|
879
|
+
*/
|
|
880
|
+
readonly slug: string
|
|
881
|
+
|
|
882
|
+
/**
|
|
883
|
+
*
|
|
884
|
+
* @type {string}
|
|
885
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSlugGet
|
|
886
|
+
*/
|
|
887
|
+
readonly languageCode?: string
|
|
888
|
+
|
|
889
|
+
/**
|
|
890
|
+
*
|
|
891
|
+
* @type {boolean}
|
|
892
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSlugGet
|
|
893
|
+
*/
|
|
894
|
+
readonly returnDefaultValue?: boolean
|
|
895
|
+
}
|
|
896
|
+
|
|
897
|
+
/**
|
|
898
|
+
* Request parameters for apiV2SpecialtytypesSpecialtyTypeIdGet operation in SpecialtyTypesApi.
|
|
899
|
+
* @export
|
|
900
|
+
* @interface SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdGetRequest
|
|
901
|
+
*/
|
|
902
|
+
export interface SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdGetRequest {
|
|
903
|
+
/**
|
|
904
|
+
*
|
|
905
|
+
* @type {string}
|
|
906
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdGet
|
|
907
|
+
*/
|
|
908
|
+
readonly specialtyTypeId: string
|
|
909
|
+
|
|
910
|
+
/**
|
|
911
|
+
*
|
|
912
|
+
* @type {string}
|
|
913
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdGet
|
|
914
|
+
*/
|
|
915
|
+
readonly languageCode?: string
|
|
916
|
+
|
|
917
|
+
/**
|
|
918
|
+
*
|
|
919
|
+
* @type {boolean}
|
|
920
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdGet
|
|
921
|
+
*/
|
|
922
|
+
readonly returnDefaultValue?: boolean
|
|
923
|
+
}
|
|
924
|
+
|
|
925
|
+
/**
|
|
926
|
+
* Request parameters for apiV2SpecialtytypesSpecialtyTypeIdMediasGet operation in SpecialtyTypesApi.
|
|
927
|
+
* @export
|
|
928
|
+
* @interface SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasGetRequest
|
|
929
|
+
*/
|
|
930
|
+
export interface SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasGetRequest {
|
|
931
|
+
/**
|
|
932
|
+
*
|
|
933
|
+
* @type {string}
|
|
934
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasGet
|
|
935
|
+
*/
|
|
936
|
+
readonly specialtyTypeId: string
|
|
937
|
+
|
|
938
|
+
/**
|
|
939
|
+
*
|
|
940
|
+
* @type {string}
|
|
941
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasGet
|
|
942
|
+
*/
|
|
943
|
+
readonly id?: string
|
|
944
|
+
|
|
945
|
+
/**
|
|
946
|
+
*
|
|
947
|
+
* @type {MediaType}
|
|
948
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasGet
|
|
949
|
+
*/
|
|
950
|
+
readonly mediaType?: MediaType
|
|
951
|
+
|
|
952
|
+
/**
|
|
953
|
+
*
|
|
954
|
+
* @type {number}
|
|
955
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasGet
|
|
956
|
+
*/
|
|
957
|
+
readonly page?: number
|
|
958
|
+
|
|
959
|
+
/**
|
|
960
|
+
*
|
|
961
|
+
* @type {number}
|
|
962
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasGet
|
|
963
|
+
*/
|
|
964
|
+
readonly limit?: number
|
|
965
|
+
|
|
966
|
+
/**
|
|
967
|
+
*
|
|
968
|
+
* @type {Date}
|
|
969
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasGet
|
|
970
|
+
*/
|
|
971
|
+
readonly lastRetrieved?: Date
|
|
972
|
+
}
|
|
973
|
+
|
|
974
|
+
/**
|
|
975
|
+
* Request parameters for apiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGet operation in SpecialtyTypesApi.
|
|
976
|
+
* @export
|
|
977
|
+
* @interface SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGetRequest
|
|
978
|
+
*/
|
|
979
|
+
export interface SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGetRequest {
|
|
980
|
+
/**
|
|
981
|
+
*
|
|
982
|
+
* @type {string}
|
|
983
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGet
|
|
984
|
+
*/
|
|
985
|
+
readonly specialtyTypeId: string
|
|
986
|
+
|
|
987
|
+
/**
|
|
988
|
+
*
|
|
989
|
+
* @type {string}
|
|
990
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGet
|
|
991
|
+
*/
|
|
992
|
+
readonly mediaId: string
|
|
993
|
+
}
|
|
994
|
+
|
|
659
995
|
/**
|
|
660
996
|
* SpecialtyTypesApi - object-oriented interface
|
|
661
997
|
* @export
|
|
@@ -666,108 +1002,72 @@ export class SpecialtyTypesApi extends BaseAPI {
|
|
|
666
1002
|
/**
|
|
667
1003
|
*
|
|
668
1004
|
* @summary Get all Departments.
|
|
669
|
-
* @param {
|
|
670
|
-
* @param {string} [name]
|
|
671
|
-
* @param {string} [description]
|
|
672
|
-
* @param {MarketingType} [marketingType]
|
|
673
|
-
* @param {string} [hospitalId]
|
|
674
|
-
* @param {Date} [created]
|
|
675
|
-
* @param {Array<string>} [ids]
|
|
676
|
-
* @param {string} [specialtyTypeCategoryId]
|
|
677
|
-
* @param {string} [languageCode]
|
|
678
|
-
* @param {boolean} [showHidden]
|
|
679
|
-
* @param {boolean} [returnDefaultValue]
|
|
680
|
-
* @param {number} [page]
|
|
681
|
-
* @param {number} [limit]
|
|
682
|
-
* @param {Date} [lastRetrieved]
|
|
1005
|
+
* @param {SpecialtyTypesApiApiV2SpecialtytypesGetRequest} requestParameters Request parameters.
|
|
683
1006
|
* @param {*} [options] Override http request option.
|
|
684
1007
|
* @throws {RequiredError}
|
|
685
1008
|
* @memberof SpecialtyTypesApi
|
|
686
1009
|
*/
|
|
687
|
-
public apiV2SpecialtytypesGet(
|
|
688
|
-
return SpecialtyTypesApiFp(this.configuration).apiV2SpecialtytypesGet(id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
1010
|
+
public apiV2SpecialtytypesGet(requestParameters: SpecialtyTypesApiApiV2SpecialtytypesGetRequest = {}, options?: AxiosRequestConfig) {
|
|
1011
|
+
return SpecialtyTypesApiFp(this.configuration).apiV2SpecialtytypesGet(requestParameters.id, requestParameters.name, requestParameters.description, requestParameters.marketingType, requestParameters.hospitalId, requestParameters.created, requestParameters.ids, requestParameters.specialtyTypeCategoryId, requestParameters.languageCode, requestParameters.showHidden, requestParameters.returnDefaultValue, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
689
1012
|
}
|
|
690
1013
|
|
|
691
1014
|
/**
|
|
692
1015
|
*
|
|
693
1016
|
* @summary Get all Hospitals.
|
|
694
|
-
* @param {
|
|
695
|
-
* @param {string} [name]
|
|
696
|
-
* @param {string} [description]
|
|
697
|
-
* @param {MarketingType} [marketingType]
|
|
698
|
-
* @param {string} [hospitalId]
|
|
699
|
-
* @param {Date} [created]
|
|
700
|
-
* @param {Array<string>} [ids]
|
|
701
|
-
* @param {string} [specialtyTypeCategoryId]
|
|
702
|
-
* @param {string} [languageCode]
|
|
703
|
-
* @param {boolean} [showHidden]
|
|
704
|
-
* @param {boolean} [returnDefaultValue]
|
|
705
|
-
* @param {number} [page]
|
|
706
|
-
* @param {number} [limit]
|
|
707
|
-
* @param {Date} [lastRetrieved]
|
|
1017
|
+
* @param {SpecialtyTypesApiApiV2SpecialtytypesSimpleGetRequest} requestParameters Request parameters.
|
|
708
1018
|
* @param {*} [options] Override http request option.
|
|
709
1019
|
* @throws {RequiredError}
|
|
710
1020
|
* @memberof SpecialtyTypesApi
|
|
711
1021
|
*/
|
|
712
|
-
public apiV2SpecialtytypesSimpleGet(
|
|
713
|
-
return SpecialtyTypesApiFp(this.configuration).apiV2SpecialtytypesSimpleGet(id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
1022
|
+
public apiV2SpecialtytypesSimpleGet(requestParameters: SpecialtyTypesApiApiV2SpecialtytypesSimpleGetRequest = {}, options?: AxiosRequestConfig) {
|
|
1023
|
+
return SpecialtyTypesApiFp(this.configuration).apiV2SpecialtytypesSimpleGet(requestParameters.id, requestParameters.name, requestParameters.description, requestParameters.marketingType, requestParameters.hospitalId, requestParameters.created, requestParameters.ids, requestParameters.specialtyTypeCategoryId, requestParameters.languageCode, requestParameters.showHidden, requestParameters.returnDefaultValue, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
714
1024
|
}
|
|
715
1025
|
|
|
716
1026
|
/**
|
|
717
1027
|
*
|
|
718
1028
|
* @summary
|
|
719
|
-
* @param {
|
|
720
|
-
* @param {string} [languageCode]
|
|
721
|
-
* @param {boolean} [returnDefaultValue]
|
|
1029
|
+
* @param {SpecialtyTypesApiApiV2SpecialtytypesSlugGetRequest} requestParameters Request parameters.
|
|
722
1030
|
* @param {*} [options] Override http request option.
|
|
723
1031
|
* @throws {RequiredError}
|
|
724
1032
|
* @memberof SpecialtyTypesApi
|
|
725
1033
|
*/
|
|
726
|
-
public apiV2SpecialtytypesSlugGet(
|
|
727
|
-
return SpecialtyTypesApiFp(this.configuration).apiV2SpecialtytypesSlugGet(slug, languageCode, returnDefaultValue, options).then((request) => request(this.axios, this.basePath));
|
|
1034
|
+
public apiV2SpecialtytypesSlugGet(requestParameters: SpecialtyTypesApiApiV2SpecialtytypesSlugGetRequest, options?: AxiosRequestConfig) {
|
|
1035
|
+
return SpecialtyTypesApiFp(this.configuration).apiV2SpecialtytypesSlugGet(requestParameters.slug, requestParameters.languageCode, requestParameters.returnDefaultValue, options).then((request) => request(this.axios, this.basePath));
|
|
728
1036
|
}
|
|
729
1037
|
|
|
730
1038
|
/**
|
|
731
1039
|
*
|
|
732
1040
|
* @summary
|
|
733
|
-
* @param {
|
|
734
|
-
* @param {string} [languageCode]
|
|
735
|
-
* @param {boolean} [returnDefaultValue]
|
|
1041
|
+
* @param {SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdGetRequest} requestParameters Request parameters.
|
|
736
1042
|
* @param {*} [options] Override http request option.
|
|
737
1043
|
* @throws {RequiredError}
|
|
738
1044
|
* @memberof SpecialtyTypesApi
|
|
739
1045
|
*/
|
|
740
|
-
public apiV2SpecialtytypesSpecialtyTypeIdGet(
|
|
741
|
-
return SpecialtyTypesApiFp(this.configuration).apiV2SpecialtytypesSpecialtyTypeIdGet(specialtyTypeId, languageCode, returnDefaultValue, options).then((request) => request(this.axios, this.basePath));
|
|
1046
|
+
public apiV2SpecialtytypesSpecialtyTypeIdGet(requestParameters: SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdGetRequest, options?: AxiosRequestConfig) {
|
|
1047
|
+
return SpecialtyTypesApiFp(this.configuration).apiV2SpecialtytypesSpecialtyTypeIdGet(requestParameters.specialtyTypeId, requestParameters.languageCode, requestParameters.returnDefaultValue, options).then((request) => request(this.axios, this.basePath));
|
|
742
1048
|
}
|
|
743
1049
|
|
|
744
1050
|
/**
|
|
745
1051
|
*
|
|
746
1052
|
* @summary Get all SpecialtyTypeMedias.
|
|
747
|
-
* @param {
|
|
748
|
-
* @param {string} [id]
|
|
749
|
-
* @param {MediaType} [mediaType]
|
|
750
|
-
* @param {number} [page]
|
|
751
|
-
* @param {number} [limit]
|
|
752
|
-
* @param {Date} [lastRetrieved]
|
|
1053
|
+
* @param {SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasGetRequest} requestParameters Request parameters.
|
|
753
1054
|
* @param {*} [options] Override http request option.
|
|
754
1055
|
* @throws {RequiredError}
|
|
755
1056
|
* @memberof SpecialtyTypesApi
|
|
756
1057
|
*/
|
|
757
|
-
public apiV2SpecialtytypesSpecialtyTypeIdMediasGet(
|
|
758
|
-
return SpecialtyTypesApiFp(this.configuration).apiV2SpecialtytypesSpecialtyTypeIdMediasGet(specialtyTypeId, id, mediaType, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
1058
|
+
public apiV2SpecialtytypesSpecialtyTypeIdMediasGet(requestParameters: SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasGetRequest, options?: AxiosRequestConfig) {
|
|
1059
|
+
return SpecialtyTypesApiFp(this.configuration).apiV2SpecialtytypesSpecialtyTypeIdMediasGet(requestParameters.specialtyTypeId, requestParameters.id, requestParameters.mediaType, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
759
1060
|
}
|
|
760
1061
|
|
|
761
1062
|
/**
|
|
762
1063
|
*
|
|
763
1064
|
* @summary Get SpecialtyTypeMedia.
|
|
764
|
-
* @param {
|
|
765
|
-
* @param {string} mediaId
|
|
1065
|
+
* @param {SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGetRequest} requestParameters Request parameters.
|
|
766
1066
|
* @param {*} [options] Override http request option.
|
|
767
1067
|
* @throws {RequiredError}
|
|
768
1068
|
* @memberof SpecialtyTypesApi
|
|
769
1069
|
*/
|
|
770
|
-
public apiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGet(
|
|
771
|
-
return SpecialtyTypesApiFp(this.configuration).apiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGet(specialtyTypeId, mediaId, options).then((request) => request(this.axios, this.basePath));
|
|
1070
|
+
public apiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGet(requestParameters: SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGetRequest, options?: AxiosRequestConfig) {
|
|
1071
|
+
return SpecialtyTypesApiFp(this.configuration).apiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGet(requestParameters.specialtyTypeId, requestParameters.mediaId, options).then((request) => request(this.axios, this.basePath));
|
|
772
1072
|
}
|
|
773
1073
|
}
|
|
@@ -113,6 +113,27 @@ export const SurveyFormsApiFactory = function (configuration?: Configuration, ba
|
|
|
113
113
|
};
|
|
114
114
|
};
|
|
115
115
|
|
|
116
|
+
/**
|
|
117
|
+
* Request parameters for apiV2SurveyformsSurveyFormIdGet operation in SurveyFormsApi.
|
|
118
|
+
* @export
|
|
119
|
+
* @interface SurveyFormsApiApiV2SurveyformsSurveyFormIdGetRequest
|
|
120
|
+
*/
|
|
121
|
+
export interface SurveyFormsApiApiV2SurveyformsSurveyFormIdGetRequest {
|
|
122
|
+
/**
|
|
123
|
+
*
|
|
124
|
+
* @type {string}
|
|
125
|
+
* @memberof SurveyFormsApiApiV2SurveyformsSurveyFormIdGet
|
|
126
|
+
*/
|
|
127
|
+
readonly surveyFormId: string
|
|
128
|
+
|
|
129
|
+
/**
|
|
130
|
+
*
|
|
131
|
+
* @type {string}
|
|
132
|
+
* @memberof SurveyFormsApiApiV2SurveyformsSurveyFormIdGet
|
|
133
|
+
*/
|
|
134
|
+
readonly languageCode?: string
|
|
135
|
+
}
|
|
136
|
+
|
|
116
137
|
/**
|
|
117
138
|
* SurveyFormsApi - object-oriented interface
|
|
118
139
|
* @export
|
|
@@ -123,13 +144,12 @@ export class SurveyFormsApi extends BaseAPI {
|
|
|
123
144
|
/**
|
|
124
145
|
*
|
|
125
146
|
* @summary Get survey form by id
|
|
126
|
-
* @param {
|
|
127
|
-
* @param {string} [languageCode]
|
|
147
|
+
* @param {SurveyFormsApiApiV2SurveyformsSurveyFormIdGetRequest} requestParameters Request parameters.
|
|
128
148
|
* @param {*} [options] Override http request option.
|
|
129
149
|
* @throws {RequiredError}
|
|
130
150
|
* @memberof SurveyFormsApi
|
|
131
151
|
*/
|
|
132
|
-
public apiV2SurveyformsSurveyFormIdGet(
|
|
133
|
-
return SurveyFormsApiFp(this.configuration).apiV2SurveyformsSurveyFormIdGet(surveyFormId, languageCode, options).then((request) => request(this.axios, this.basePath));
|
|
152
|
+
public apiV2SurveyformsSurveyFormIdGet(requestParameters: SurveyFormsApiApiV2SurveyformsSurveyFormIdGetRequest, options?: AxiosRequestConfig) {
|
|
153
|
+
return SurveyFormsApiFp(this.configuration).apiV2SurveyformsSurveyFormIdGet(requestParameters.surveyFormId, requestParameters.languageCode, options).then((request) => request(this.axios, this.basePath));
|
|
134
154
|
}
|
|
135
155
|
}
|
|
@@ -110,6 +110,20 @@ export const SurveyResultsApiFactory = function (configuration?: Configuration,
|
|
|
110
110
|
};
|
|
111
111
|
};
|
|
112
112
|
|
|
113
|
+
/**
|
|
114
|
+
* Request parameters for apiV2SurveyresultsPost operation in SurveyResultsApi.
|
|
115
|
+
* @export
|
|
116
|
+
* @interface SurveyResultsApiApiV2SurveyresultsPostRequest
|
|
117
|
+
*/
|
|
118
|
+
export interface SurveyResultsApiApiV2SurveyresultsPostRequest {
|
|
119
|
+
/**
|
|
120
|
+
*
|
|
121
|
+
* @type {CreateSurveyResultCommand}
|
|
122
|
+
* @memberof SurveyResultsApiApiV2SurveyresultsPost
|
|
123
|
+
*/
|
|
124
|
+
readonly createSurveyResultCommand?: CreateSurveyResultCommand
|
|
125
|
+
}
|
|
126
|
+
|
|
113
127
|
/**
|
|
114
128
|
* SurveyResultsApi - object-oriented interface
|
|
115
129
|
* @export
|
|
@@ -120,12 +134,12 @@ export class SurveyResultsApi extends BaseAPI {
|
|
|
120
134
|
/**
|
|
121
135
|
*
|
|
122
136
|
* @summary Create survey result
|
|
123
|
-
* @param {
|
|
137
|
+
* @param {SurveyResultsApiApiV2SurveyresultsPostRequest} requestParameters Request parameters.
|
|
124
138
|
* @param {*} [options] Override http request option.
|
|
125
139
|
* @throws {RequiredError}
|
|
126
140
|
* @memberof SurveyResultsApi
|
|
127
141
|
*/
|
|
128
|
-
public apiV2SurveyresultsPost(
|
|
129
|
-
return SurveyResultsApiFp(this.configuration).apiV2SurveyresultsPost(createSurveyResultCommand, options).then((request) => request(this.axios, this.basePath));
|
|
142
|
+
public apiV2SurveyresultsPost(requestParameters: SurveyResultsApiApiV2SurveyresultsPostRequest = {}, options?: AxiosRequestConfig) {
|
|
143
|
+
return SurveyResultsApiFp(this.configuration).apiV2SurveyresultsPost(requestParameters.createSurveyResultCommand, options).then((request) => request(this.axios, this.basePath));
|
|
130
144
|
}
|
|
131
145
|
}
|
package/src/api/tags-api.ts
CHANGED
|
@@ -194,6 +194,62 @@ export const TagsApiFactory = function (configuration?: Configuration, basePath?
|
|
|
194
194
|
};
|
|
195
195
|
};
|
|
196
196
|
|
|
197
|
+
/**
|
|
198
|
+
* Request parameters for apiV2TagsGet operation in TagsApi.
|
|
199
|
+
* @export
|
|
200
|
+
* @interface TagsApiApiV2TagsGetRequest
|
|
201
|
+
*/
|
|
202
|
+
export interface TagsApiApiV2TagsGetRequest {
|
|
203
|
+
/**
|
|
204
|
+
*
|
|
205
|
+
* @type {string}
|
|
206
|
+
* @memberof TagsApiApiV2TagsGet
|
|
207
|
+
*/
|
|
208
|
+
readonly tagId?: string
|
|
209
|
+
|
|
210
|
+
/**
|
|
211
|
+
*
|
|
212
|
+
* @type {number}
|
|
213
|
+
* @memberof TagsApiApiV2TagsGet
|
|
214
|
+
*/
|
|
215
|
+
readonly page?: number
|
|
216
|
+
|
|
217
|
+
/**
|
|
218
|
+
*
|
|
219
|
+
* @type {number}
|
|
220
|
+
* @memberof TagsApiApiV2TagsGet
|
|
221
|
+
*/
|
|
222
|
+
readonly limit?: number
|
|
223
|
+
|
|
224
|
+
/**
|
|
225
|
+
*
|
|
226
|
+
* @type {Date}
|
|
227
|
+
* @memberof TagsApiApiV2TagsGet
|
|
228
|
+
*/
|
|
229
|
+
readonly lastRetrieved?: Date
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
/**
|
|
233
|
+
* Request parameters for apiV2TagsTagIdGet operation in TagsApi.
|
|
234
|
+
* @export
|
|
235
|
+
* @interface TagsApiApiV2TagsTagIdGetRequest
|
|
236
|
+
*/
|
|
237
|
+
export interface TagsApiApiV2TagsTagIdGetRequest {
|
|
238
|
+
/**
|
|
239
|
+
*
|
|
240
|
+
* @type {string}
|
|
241
|
+
* @memberof TagsApiApiV2TagsTagIdGet
|
|
242
|
+
*/
|
|
243
|
+
readonly tagId: string
|
|
244
|
+
|
|
245
|
+
/**
|
|
246
|
+
*
|
|
247
|
+
* @type {boolean}
|
|
248
|
+
* @memberof TagsApiApiV2TagsTagIdGet
|
|
249
|
+
*/
|
|
250
|
+
readonly releatedTags?: boolean
|
|
251
|
+
}
|
|
252
|
+
|
|
197
253
|
/**
|
|
198
254
|
* TagsApi - object-oriented interface
|
|
199
255
|
* @export
|
|
@@ -204,28 +260,24 @@ export class TagsApi extends BaseAPI {
|
|
|
204
260
|
/**
|
|
205
261
|
*
|
|
206
262
|
* @summary Get all Tags.
|
|
207
|
-
* @param {
|
|
208
|
-
* @param {number} [page]
|
|
209
|
-
* @param {number} [limit]
|
|
210
|
-
* @param {Date} [lastRetrieved]
|
|
263
|
+
* @param {TagsApiApiV2TagsGetRequest} requestParameters Request parameters.
|
|
211
264
|
* @param {*} [options] Override http request option.
|
|
212
265
|
* @throws {RequiredError}
|
|
213
266
|
* @memberof TagsApi
|
|
214
267
|
*/
|
|
215
|
-
public apiV2TagsGet(
|
|
216
|
-
return TagsApiFp(this.configuration).apiV2TagsGet(tagId, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
268
|
+
public apiV2TagsGet(requestParameters: TagsApiApiV2TagsGetRequest = {}, options?: AxiosRequestConfig) {
|
|
269
|
+
return TagsApiFp(this.configuration).apiV2TagsGet(requestParameters.tagId, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
217
270
|
}
|
|
218
271
|
|
|
219
272
|
/**
|
|
220
273
|
*
|
|
221
274
|
* @summary Get Tag.
|
|
222
|
-
* @param {
|
|
223
|
-
* @param {boolean} [releatedTags]
|
|
275
|
+
* @param {TagsApiApiV2TagsTagIdGetRequest} requestParameters Request parameters.
|
|
224
276
|
* @param {*} [options] Override http request option.
|
|
225
277
|
* @throws {RequiredError}
|
|
226
278
|
* @memberof TagsApi
|
|
227
279
|
*/
|
|
228
|
-
public apiV2TagsTagIdGet(
|
|
229
|
-
return TagsApiFp(this.configuration).apiV2TagsTagIdGet(tagId, releatedTags, options).then((request) => request(this.axios, this.basePath));
|
|
280
|
+
public apiV2TagsTagIdGet(requestParameters: TagsApiApiV2TagsTagIdGetRequest, options?: AxiosRequestConfig) {
|
|
281
|
+
return TagsApiFp(this.configuration).apiV2TagsTagIdGet(requestParameters.tagId, requestParameters.releatedTags, options).then((request) => request(this.axios, this.basePath));
|
|
230
282
|
}
|
|
231
283
|
}
|