ch-api-client-typescript2 5.46.3 → 5.47.3
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.map +1 -1
- package/lib/api/about-us-api.js +32 -11
- package/lib/api/accounts-api.d.ts.map +1 -1
- package/lib/api/accounts-api.js +18 -5
- package/lib/api/accreditations-api.d.ts.map +1 -1
- package/lib/api/accreditations-api.js +25 -8
- package/lib/api/app-version-api.d.ts.map +1 -1
- package/lib/api/app-version-api.js +18 -5
- package/lib/api/appointments-api.d.ts.map +1 -1
- package/lib/api/appointments-api.js +67 -26
- package/lib/api/articles-api.d.ts.map +1 -1
- package/lib/api/articles-api.js +88 -35
- package/lib/api/call-histories-api.d.ts.map +1 -1
- package/lib/api/call-histories-api.js +25 -8
- package/lib/api/chat-users-api.d.ts.map +1 -1
- package/lib/api/chat-users-api.js +53 -20
- package/lib/api/communications-api.d.ts.map +1 -1
- package/lib/api/communications-api.js +32 -11
- package/lib/api/contributors-api.d.ts.map +1 -1
- package/lib/api/contributors-api.js +46 -17
- package/lib/api/countries-api.d.ts.map +1 -1
- package/lib/api/countries-api.js +46 -17
- package/lib/api/curations-api.d.ts.map +1 -1
- package/lib/api/curations-api.js +39 -14
- package/lib/api/currencies-api.d.ts.map +1 -1
- package/lib/api/currencies-api.js +18 -5
- package/lib/api/deals-api.d.ts.map +1 -1
- package/lib/api/deals-api.js +74 -29
- package/lib/api/devices-api.d.ts.map +1 -1
- package/lib/api/devices-api.js +46 -17
- package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
- package/lib/api/doctor-affiliations-api.js +53 -20
- package/lib/api/doctors-api.d.ts.map +1 -1
- package/lib/api/doctors-api.js +116 -47
- package/lib/api/external-api.d.ts.map +1 -1
- package/lib/api/external-api.js +18 -5
- package/lib/api/faq-categories-api.d.ts.map +1 -1
- package/lib/api/faq-categories-api.js +32 -11
- package/lib/api/faqs-api.d.ts.map +1 -1
- package/lib/api/faqs-api.js +60 -23
- package/lib/api/form-results-api.d.ts.map +1 -1
- package/lib/api/form-results-api.js +39 -14
- package/lib/api/form-templates-api.d.ts.map +1 -1
- package/lib/api/form-templates-api.js +18 -5
- package/lib/api/group-channels-api.d.ts.map +1 -1
- package/lib/api/group-channels-api.js +46 -17
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +438 -185
- package/lib/api/images-api.d.ts.map +1 -1
- package/lib/api/images-api.js +18 -5
- package/lib/api/languages-api.d.ts.map +1 -1
- package/lib/api/languages-api.js +25 -8
- package/lib/api/medias-api.d.ts.map +1 -1
- package/lib/api/medias-api.js +18 -5
- package/lib/api/messages-api.d.ts.map +1 -1
- package/lib/api/messages-api.js +18 -5
- package/lib/api/notifications-api.d.ts.map +1 -1
- package/lib/api/notifications-api.js +25 -8
- package/lib/api/origins-api.d.ts.map +1 -1
- package/lib/api/origins-api.js +39 -14
- package/lib/api/patients-api.d.ts.map +1 -1
- package/lib/api/patients-api.js +53 -20
- package/lib/api/plans-api.d.ts.map +1 -1
- package/lib/api/plans-api.js +39 -14
- package/lib/api/prescriptions-api.d.ts.map +1 -1
- package/lib/api/prescriptions-api.js +25 -8
- package/lib/api/profiles-api.d.ts.map +1 -1
- package/lib/api/profiles-api.js +60 -23
- package/lib/api/promotions-api.d.ts.map +1 -1
- package/lib/api/promotions-api.js +18 -5
- package/lib/api/secure-containers-api.d.ts.map +1 -1
- package/lib/api/secure-containers-api.js +46 -17
- package/lib/api/service-reviews-api.d.ts.map +1 -1
- package/lib/api/service-reviews-api.js +81 -32
- package/lib/api/services-api.d.ts.map +1 -1
- package/lib/api/services-api.js +32 -11
- package/lib/api/services-categories-api.d.ts.map +1 -1
- package/lib/api/services-categories-api.js +25 -8
- package/lib/api/specialties-api.d.ts.map +1 -1
- package/lib/api/specialties-api.js +53 -20
- package/lib/api/specialty-types-api.d.ts.map +1 -1
- package/lib/api/specialty-types-api.js +60 -23
- package/lib/api/survey-forms-api.d.ts.map +1 -1
- package/lib/api/survey-forms-api.js +18 -5
- package/lib/api/survey-results-api.d.ts.map +1 -1
- package/lib/api/survey-results-api.js +25 -8
- package/lib/api/tags-api.d.ts.map +1 -1
- package/lib/api/tags-api.js +25 -8
- package/lib/api/vonage-users-api.d.ts.map +1 -1
- package/lib/api/vonage-users-api.js +32 -11
- package/lib/common.d.ts.map +1 -1
- package/lib/common.js +2 -2
- package/package.json +11 -6
- package/.gitattributes +0 -2
- package/.github/workflows/publish-npm.yml +0 -45
- package/openapitools.json +0 -7
- package/src/.openapi-generator/FILES +0 -430
- package/src/.openapi-generator/VERSION +0 -1
- package/src/.openapi-generator-ignore +0 -23
- package/src/api/about-us-api.ts +0 -490
- package/src/api/accounts-api.ts +0 -149
- package/src/api/accreditations-api.ts +0 -283
- package/src/api/app-version-api.ts +0 -139
- package/src/api/appointments-api.ts +0 -1107
- package/src/api/articles-api.ts +0 -1682
- package/src/api/call-histories-api.ts +0 -245
- package/src/api/chat-users-api.ts +0 -587
- package/src/api/communications-api.ts +0 -252
- package/src/api/contributors-api.ts +0 -799
- package/src/api/countries-api.ts +0 -759
- package/src/api/curations-api.ts +0 -469
- package/src/api/currencies-api.ts +0 -200
- package/src/api/deals-api.ts +0 -1894
- package/src/api/devices-api.ts +0 -621
- package/src/api/doctor-affiliations-api.ts +0 -972
- package/src/api/doctors-api.ts +0 -2383
- package/src/api/external-api.ts +0 -120
- package/src/api/faq-categories-api.ts +0 -476
- package/src/api/faqs-api.ts +0 -980
- package/src/api/form-results-api.ts +0 -557
- package/src/api/form-templates-api.ts +0 -183
- package/src/api/group-channels-api.ts +0 -567
- package/src/api/hospitals-api.ts +0 -9242
- package/src/api/images-api.ts +0 -148
- package/src/api/languages-api.ts +0 -311
- package/src/api/medias-api.ts +0 -154
- package/src/api/messages-api.ts +0 -147
- package/src/api/notifications-api.ts +0 -293
- package/src/api/origins-api.ts +0 -365
- package/src/api/patients-api.ts +0 -603
- package/src/api/plans-api.ts +0 -506
- package/src/api/prescriptions-api.ts +0 -333
- package/src/api/profiles-api.ts +0 -623
- package/src/api/promotions-api.ts +0 -216
- package/src/api/secure-containers-api.ts +0 -610
- package/src/api/service-reviews-api.ts +0 -1291
- package/src/api/services-api.ts +0 -664
- package/src/api/services-categories-api.ts +0 -283
- package/src/api/specialties-api.ts +0 -1059
- package/src/api/specialty-types-api.ts +0 -1174
- package/src/api/survey-forms-api.ts +0 -183
- package/src/api/survey-results-api.ts +0 -228
- package/src/api/tags-api.ts +0 -283
- package/src/api/vonage-users-api.ts +0 -301
- package/src/api.ts +0 -62
- package/src/base.ts +0 -71
- package/src/common.ts +0 -148
- package/src/configuration.ts +0 -101
- package/src/git_push.sh +0 -57
- package/src/index.ts +0 -18
- package/src/models/about-us-page-item-model.ts +0 -63
- package/src/models/about-us-page-model.ts +0 -117
- package/src/models/about-us-pages-model.ts +0 -42
- package/src/models/accreditation-document-model.ts +0 -50
- package/src/models/accreditation-item-model.ts +0 -54
- package/src/models/accreditation-model.ts +0 -54
- package/src/models/accreditations-model.ts +0 -42
- package/src/models/admin-message-model.ts +0 -84
- package/src/models/app-version-model.ts +0 -51
- package/src/models/appointment-change-log-model.ts +0 -51
- package/src/models/appointment-item-model.ts +0 -372
- package/src/models/appointment-model.ts +0 -396
- package/src/models/appointment-option-document-model.ts +0 -60
- package/src/models/appointment-option-model.ts +0 -66
- package/src/models/appointment-refund-bank-transfer-model.ts +0 -54
- package/src/models/appointment-refund-upi-model.ts +0 -42
- package/src/models/appointment-status.ts +0 -39
- package/src/models/appointment-timetable-date-model.ts +0 -69
- package/src/models/appointment-timetable-status.ts +0 -31
- package/src/models/appointment-timetable-time-slot-model.ts +0 -81
- package/src/models/appointment-type.ts +0 -34
- package/src/models/appointments-model.ts +0 -42
- package/src/models/article-contributor-document-model.ts +0 -45
- package/src/models/article-contributor-item-model.ts +0 -108
- package/src/models/article-contributor-model.ts +0 -144
- package/src/models/article-contributors-model.ts +0 -42
- package/src/models/article-document-model.ts +0 -426
- package/src/models/article-item-model.ts +0 -186
- package/src/models/article-model.ts +0 -207
- package/src/models/article-sources-model.ts +0 -42
- package/src/models/article-tag-item-model.ts +0 -42
- package/src/models/article-tag-model.ts +0 -42
- package/src/models/article-tags-model.ts +0 -42
- package/src/models/article-type.ts +0 -33
- package/src/models/articles-model.ts +0 -42
- package/src/models/auditable-entity-document-model.ts +0 -54
- package/src/models/auditable-entity-model.ts +0 -72
- package/src/models/auditable-entity.ts +0 -72
- package/src/models/award-model.ts +0 -48
- package/src/models/bank-account-info-item-model.ts +0 -78
- package/src/models/bank-account-info-model.ts +0 -78
- package/src/models/bank-account-infos-model.ts +0 -42
- package/src/models/bank-transfer-payment-model.ts +0 -48
- package/src/models/call-status.ts +0 -40
- package/src/models/cancel-appointment-command.ts +0 -48
- package/src/models/change-email-command.ts +0 -30
- package/src/models/channel-messenger.ts +0 -30
- package/src/models/channel-mms.ts +0 -30
- package/src/models/channel-pstn.ts +0 -30
- package/src/models/channel-sip.ts +0 -42
- package/src/models/channel-sms.ts +0 -30
- package/src/models/channel-vbc.ts +0 -30
- package/src/models/channel-viber.ts +0 -30
- package/src/models/channel-web-socket.ts +0 -42
- package/src/models/channel-whats-app.ts +0 -30
- package/src/models/charge-status.ts +0 -32
- package/src/models/chat-user-model.ts +0 -78
- package/src/models/chat-users-model.ts +0 -39
- package/src/models/check-notifications-command.ts +0 -36
- package/src/models/communication-user-token-model.ts +0 -48
- package/src/models/confirm-email-command.ts +0 -30
- package/src/models/contact-type.ts +0 -36
- package/src/models/contribution-type.ts +0 -32
- package/src/models/contributor-item-model.ts +0 -123
- package/src/models/contributor-model.ts +0 -153
- package/src/models/contributor-sns-handles-model.ts +0 -42
- package/src/models/contributor-sub-document-model.ts +0 -315
- package/src/models/contributors-model.ts +0 -42
- package/src/models/coordinate-system.ts +0 -42
- package/src/models/countries-model.ts +0 -42
- package/src/models/country-currency-document-model.ts +0 -48
- package/src/models/country-currency-item-model.ts +0 -60
- package/src/models/country-document-model.ts +0 -411
- package/src/models/country-item-model.ts +0 -129
- package/src/models/country-language-document-model.ts +0 -48
- package/src/models/country-language-item-model.ts +0 -54
- package/src/models/country-model.ts +0 -159
- package/src/models/create-appointment-command.ts +0 -159
- package/src/models/create-call-history-command.ts +0 -69
- package/src/models/create-chat-user-command.ts +0 -54
- package/src/models/create-cors-command.ts +0 -30
- package/src/models/create-device-command.ts +0 -69
- package/src/models/create-form-result-command.ts +0 -51
- package/src/models/create-media-command.ts +0 -57
- package/src/models/create-patient-command.ts +0 -93
- package/src/models/create-profile-command.ts +0 -96
- package/src/models/create-service-review-command.ts +0 -87
- package/src/models/create-survey-result-command.ts +0 -63
- package/src/models/curation-categories-model.ts +0 -42
- package/src/models/curation-category-model.ts +0 -42
- package/src/models/curation-model.ts +0 -66
- package/src/models/curations-by-category-item-model.ts +0 -54
- package/src/models/curations-by-category-model.ts +0 -51
- package/src/models/currencies-model.ts +0 -42
- package/src/models/currency-item-model.ts +0 -48
- package/src/models/day-of-week.ts +0 -36
- package/src/models/deal-document-model.ts +0 -447
- package/src/models/deal-item-model.ts +0 -210
- package/src/models/deal-item-simple-model.ts +0 -54
- package/src/models/deal-mapping-model.ts +0 -33
- package/src/models/deal-model.ts +0 -264
- package/src/models/deal-package-item-model.ts +0 -132
- package/src/models/deal-package-mapping-model.ts +0 -75
- package/src/models/deal-package-model.ts +0 -171
- package/src/models/deal-packages-model.ts +0 -42
- package/src/models/deal-service-item-model.ts +0 -72
- package/src/models/deal-service-mapping-model.ts +0 -42
- package/src/models/deal-service-model.ts +0 -72
- package/src/models/deal-service-sub-document-model.ts +0 -333
- package/src/models/deal-service-translation-item-document-model.ts +0 -42
- package/src/models/deal-services-model.ts +0 -42
- package/src/models/deal-translation-document-model.ts +0 -42
- package/src/models/deals-model.ts +0 -42
- package/src/models/deals-simple-model.ts +0 -42
- package/src/models/department-document-model.ts +0 -375
- package/src/models/department-sub-document-model.ts +0 -327
- package/src/models/device-item-model.ts +0 -63
- package/src/models/device-model.ts +0 -69
- package/src/models/devices-model.ts +0 -42
- package/src/models/doctor-affiliation-item-model.ts +0 -261
- package/src/models/doctor-affiliation-model.ts +0 -351
- package/src/models/doctor-affiliation-translation-document-model.ts +0 -60
- package/src/models/doctor-affiliations-model.ts +0 -42
- package/src/models/doctor-certificate-item-model.ts +0 -66
- package/src/models/doctor-certificate-model.ts +0 -66
- package/src/models/doctor-certificate-sub-document-model.ts +0 -48
- package/src/models/doctor-certificates-model.ts +0 -42
- package/src/models/doctor-document-model.ts +0 -513
- package/src/models/doctor-education-item-model.ts +0 -78
- package/src/models/doctor-education-model.ts +0 -78
- package/src/models/doctor-educations-model.ts +0 -42
- package/src/models/doctor-item-model.ts +0 -105
- package/src/models/doctor-language-item-model.ts +0 -60
- package/src/models/doctor-language-model.ts +0 -60
- package/src/models/doctor-languages-model.ts +0 -42
- package/src/models/doctor-model.ts +0 -135
- package/src/models/doctor-portfolio-item-model.ts +0 -66
- package/src/models/doctor-portfolio-item-simple-model.ts +0 -48
- package/src/models/doctor-portfolio-model.ts +0 -66
- package/src/models/doctor-portfolios-model.ts +0 -42
- package/src/models/doctor-prefix.ts +0 -31
- package/src/models/doctor-simple-item-model.ts +0 -48
- package/src/models/doctor-specialties-model.ts +0 -42
- package/src/models/doctor-specialty-item-model.ts +0 -66
- package/src/models/doctor-specialty-model.ts +0 -66
- package/src/models/doctor-specialty-sub-document-model.ts +0 -321
- package/src/models/doctor-specialty-translation-item-document-model.ts +0 -42
- package/src/models/doctors-model.ts +0 -42
- package/src/models/doctors-simple-model.ts +0 -42
- package/src/models/facebook-user-data-deletion-response-model.ts +0 -48
- package/src/models/faq-categories-model.ts +0 -42
- package/src/models/faq-category-item-model.ts +0 -99
- package/src/models/faq-category-model.ts +0 -126
- package/src/models/faq-item-model.ts +0 -138
- package/src/models/faq-model.ts +0 -171
- package/src/models/faq-tag-item-model.ts +0 -42
- package/src/models/faq-tag-model.ts +0 -42
- package/src/models/faq-tags-model.ts +0 -42
- package/src/models/faqs-model.ts +0 -42
- package/src/models/feature-detail-document-model.ts +0 -78
- package/src/models/feature-detail-model.ts +0 -78
- package/src/models/feature-model.ts +0 -39
- package/src/models/footer-navigation-item-model.ts +0 -72
- package/src/models/form-field-model.ts +0 -129
- package/src/models/form-field-option-model.ts +0 -60
- package/src/models/form-result-field-input-model.ts +0 -39
- package/src/models/form-result-field-model.ts +0 -99
- package/src/models/form-result-item-model.ts +0 -111
- package/src/models/form-result-model.ts +0 -120
- package/src/models/form-result-section-input-model.ts +0 -39
- package/src/models/form-result-section-model.ts +0 -69
- package/src/models/form-result-status.ts +0 -32
- package/src/models/form-result-value-input-model.ts +0 -42
- package/src/models/form-result-value-model.ts +0 -66
- package/src/models/form-results-model.ts +0 -42
- package/src/models/form-section-model.ts +0 -69
- package/src/models/form-template-model.ts +0 -129
- package/src/models/form-template-status.ts +0 -31
- package/src/models/form-template-type.ts +0 -32
- package/src/models/gender.ts +0 -34
- package/src/models/geography-point.ts +0 -63
- package/src/models/get-appointment-timetables-response-model.ts +0 -51
- package/src/models/grade-document-model.ts +0 -48
- package/src/models/grade-model.ts +0 -48
- package/src/models/header-navigation-item-model.ts +0 -78
- package/src/models/hospital-accreditation-item-model.ts +0 -54
- package/src/models/hospital-accreditation-model.ts +0 -54
- package/src/models/hospital-accreditations-model.ts +0 -42
- package/src/models/hospital-branch-item-mapping-model.ts +0 -93
- package/src/models/hospital-branch-item-model.ts +0 -69
- package/src/models/hospital-branches-model.ts +0 -51
- package/src/models/hospital-consultation-option-model.ts +0 -42
- package/src/models/hospital-contact-document-model.ts +0 -78
- package/src/models/hospital-contact-item-model.ts +0 -87
- package/src/models/hospital-contacts-model.ts +0 -42
- package/src/models/hospital-doctor-portfolio-item-model.ts +0 -60
- package/src/models/hospital-doctor-portfolios-model.ts +0 -42
- package/src/models/hospital-document-model.ts +0 -516
- package/src/models/hospital-equipment-item-model.ts +0 -72
- package/src/models/hospital-equipment-model.ts +0 -72
- package/src/models/hospital-equipments-model.ts +0 -42
- package/src/models/hospital-evaluation-item-model.ts +0 -36
- package/src/models/hospital-evaluation-model.ts +0 -48
- package/src/models/hospital-evaluations-model.ts +0 -42
- package/src/models/hospital-group-item-model.ts +0 -60
- package/src/models/hospital-item-model.ts +0 -265
- package/src/models/hospital-language-item-model.ts +0 -60
- package/src/models/hospital-languages-model.ts +0 -42
- package/src/models/hospital-model.ts +0 -388
- package/src/models/hospital-payment-gateway-model.ts +0 -36
- package/src/models/hospital-payment-method-model.ts +0 -90
- package/src/models/hospital-payment-methods-model.ts +0 -42
- package/src/models/hospital-rating-item-model.ts +0 -72
- package/src/models/hospital-ratings-model.ts +0 -42
- package/src/models/hospital-service-item-model.ts +0 -162
- package/src/models/hospital-service-model.ts +0 -255
- package/src/models/hospital-services-model.ts +0 -42
- package/src/models/hospital-simple-item-model.ts +0 -54
- package/src/models/hospital-sns-handles-model.ts +0 -42
- package/src/models/hospital-specialties-model.ts +0 -42
- package/src/models/hospital-specialties-simple-model.ts +0 -42
- package/src/models/hospital-specialty-item-model.ts +0 -162
- package/src/models/hospital-specialty-model.ts +0 -243
- package/src/models/hospital-specialty-simple-item-model.ts +0 -60
- package/src/models/hospital-specialty-sub-document-model.ts +0 -333
- package/src/models/hospital-specialty-translation-item-document-model.ts +0 -48
- package/src/models/hospital-sub-document-model.ts +0 -360
- package/src/models/hospital-tag-item-model.ts +0 -36
- package/src/models/hospital-tag-model.ts +0 -42
- package/src/models/hospital-tags-model.ts +0 -42
- package/src/models/hospital-translation-document-model.ts +0 -72
- package/src/models/hospital-working-day-of-week-model.ts +0 -45
- package/src/models/hospital-working-days-model.ts +0 -42
- package/src/models/hospitals-model.ts +0 -42
- package/src/models/hospitals-simple-model.ts +0 -42
- package/src/models/index.ts +0 -375
- package/src/models/invite-send-bird-group-channel-command.ts +0 -30
- package/src/models/landing-item-model.ts +0 -81
- package/src/models/landing-model.ts +0 -141
- package/src/models/landings-model.ts +0 -42
- package/src/models/language-item-model.ts +0 -60
- package/src/models/language-model.ts +0 -60
- package/src/models/languages-model.ts +0 -42
- package/src/models/localized-url-model.ts +0 -42
- package/src/models/location-document-model.ts +0 -93
- package/src/models/location-model.ts +0 -103
- package/src/models/marketing-type.ts +0 -32
- package/src/models/media-document-model.ts +0 -66
- package/src/models/media-model.ts +0 -69
- package/src/models/media-type.ts +0 -37
- package/src/models/medias-model.ts +0 -42
- package/src/models/metadata.ts +0 -42
- package/src/models/notice-item-model.ts +0 -93
- package/src/models/notice-status.ts +0 -32
- package/src/models/notices-model.ts +0 -42
- package/src/models/notification-code.ts +0 -68
- package/src/models/notification-model.ts +0 -93
- package/src/models/notifications-model.ts +0 -48
- package/src/models/package-sub-document-model.ts +0 -72
- package/src/models/page-block-link-model.ts +0 -81
- package/src/models/page-block-link-type.ts +0 -32
- package/src/models/page-block-location-model.ts +0 -48
- package/src/models/page-block-model.ts +0 -147
- package/src/models/page-block-type.ts +0 -48
- package/src/models/page-item-model.ts +0 -102
- package/src/models/page-item-status.ts +0 -32
- package/src/models/page-section-list-type.ts +0 -34
- package/src/models/page-section-model.ts +0 -69
- package/src/models/paged-list-meta-data.ts +0 -84
- package/src/models/patient-model.ts +0 -129
- package/src/models/pay-appointment-command.ts +0 -39
- package/src/models/payment-method.ts +0 -35
- package/src/models/payment-model.ts +0 -87
- package/src/models/payment-status.ts +0 -33
- package/src/models/plan-hospital-item-model.ts +0 -54
- package/src/models/plan-hospital-model.ts +0 -54
- package/src/models/plan-hospitals-model.ts +0 -42
- package/src/models/plan-item-model.ts +0 -75
- package/src/models/plan-model.ts +0 -75
- package/src/models/plans-model.ts +0 -42
- package/src/models/platform.ts +0 -32
- package/src/models/policies-model.ts +0 -42
- package/src/models/policy-item-model.ts +0 -66
- package/src/models/policy-model.ts +0 -126
- package/src/models/prescription-diagnosis-model.ts +0 -42
- package/src/models/prescription-item-model.ts +0 -180
- package/src/models/prescription-medication-model.ts +0 -84
- package/src/models/prescription-model.ts +0 -207
- package/src/models/prescription-symptom-model.ts +0 -54
- package/src/models/prescriptions-model.ts +0 -42
- package/src/models/problem-details.ts +0 -56
- package/src/models/procedure.ts +0 -31
- package/src/models/promotion-model.ts +0 -108
- package/src/models/promotion-type.ts +0 -32
- package/src/models/promotions-model.ts +0 -42
- package/src/models/recurring-interval.ts +0 -33
- package/src/models/refund-appointment-command.ts +0 -48
- package/src/models/refund-policy.ts +0 -32
- package/src/models/refund-status.ts +0 -32
- package/src/models/register-patient-command.ts +0 -42
- package/src/models/registered-account-model.ts +0 -66
- package/src/models/reject-reason.ts +0 -33
- package/src/models/remove-cors-command.ts +0 -30
- package/src/models/request-handoff-command.ts +0 -48
- package/src/models/reschedule-appointment-command.ts +0 -42
- package/src/models/review-type.ts +0 -32
- package/src/models/secure-container-item-model.ts +0 -48
- package/src/models/secure-container-model.ts +0 -57
- package/src/models/secure-containers-model.ts +0 -42
- package/src/models/secure-file-item-input-model.ts +0 -48
- package/src/models/secure-file-model.ts +0 -93
- package/src/models/secure-files-uploaded-model.ts +0 -33
- package/src/models/send-bird-group-channel-member.ts +0 -87
- package/src/models/send-bird-group-channel-model.ts +0 -153
- package/src/models/send-bird-group-channelr-operator.ts +0 -42
- package/src/models/service-categories-model.ts +0 -42
- package/src/models/service-category-item-model.ts +0 -60
- package/src/models/service-category-model.ts +0 -60
- package/src/models/service-review-item-model.ts +0 -183
- package/src/models/service-review-model.ts +0 -183
- package/src/models/service-reviews-model.ts +0 -42
- package/src/models/simple-translation-model.ts +0 -60
- package/src/models/simple-translation-with-description-model.ts +0 -66
- package/src/models/sns-handle-document-model.ts +0 -36
- package/src/models/sns-handle-model.ts +0 -45
- package/src/models/sns-type.ts +0 -35
- package/src/models/source-model.ts +0 -48
- package/src/models/specialties-model.ts +0 -42
- package/src/models/specialties-simple-model.ts +0 -42
- package/src/models/specialty-document-model.ts +0 -372
- package/src/models/specialty-item-model.ts +0 -123
- package/src/models/specialty-item-simple-model.ts +0 -60
- package/src/models/specialty-model.ts +0 -150
- package/src/models/specialty-type-item-model.ts +0 -132
- package/src/models/specialty-type-model.ts +0 -159
- package/src/models/specialty-type-simple-item-model.ts +0 -54
- package/src/models/specialty-types-model.ts +0 -42
- package/src/models/specialty-types-simple-model.ts +0 -42
- package/src/models/survey-form-affiliation-model.ts +0 -63
- package/src/models/survey-form-element-model.ts +0 -96
- package/src/models/survey-form-element-option-model.ts +0 -66
- package/src/models/survey-form-element-types.ts +0 -44
- package/src/models/survey-form-model.ts +0 -117
- package/src/models/survey-form-status.ts +0 -31
- package/src/models/survey-result-element-input-model.ts +0 -54
- package/src/models/survey-result-element-value-input-model.ts +0 -42
- package/src/models/tag-document-model.ts +0 -36
- package/src/models/tag-item-model.ts +0 -48
- package/src/models/tag-model.ts +0 -48
- package/src/models/tags-model.ts +0 -42
- package/src/models/translation-document-model.ts +0 -36
- package/src/models/translation-item-document-model.ts +0 -36
- package/src/models/update-appointment-command.ts +0 -99
- package/src/models/update-call-history-command.ts +0 -81
- package/src/models/update-chat-user-command.ts +0 -48
- package/src/models/update-device-command.ts +0 -54
- package/src/models/update-media-command.ts +0 -57
- package/src/models/update-patient-command.ts +0 -87
- package/src/models/update-profile-command.ts +0 -84
- package/src/models/update-secure-container-command.ts +0 -45
- package/src/models/update-service-review-command.ts +0 -84
- package/src/models/update-survey-result-command.ts +0 -36
- package/src/models/update-vonage-user-command.ts +0 -66
- package/src/models/upi-payment-model.ts +0 -36
- package/src/models/uploaded-medias-model.ts +0 -33
- package/src/models/user-channels.ts +0 -105
- package/src/models/user-language-document-model.ts +0 -60
- package/src/models/user-language-model.ts +0 -60
- package/src/models/user-model.ts +0 -123
- package/src/models/user-property.ts +0 -30
- package/src/models/validate-specialty-names-by-specialty-type-command.ts +0 -42
- package/src/models/validate-specialty-names-result.ts +0 -30
- package/src/models/vonage-user.ts +0 -63
- package/src/models/web-app-metadata-model.ts +0 -66
- package/src/models/working-day-item-model.ts +0 -60
- package/src/models/working-day-model.ts +0 -60
- package/tsconfig.json +0 -71
|
@@ -1,1174 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* CloudHospital Api
|
|
5
|
-
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 2
|
|
8
|
-
* Contact: developer@icloudhospital.com
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
import globalAxios, { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
|
|
17
|
-
import { Configuration } from '../configuration';
|
|
18
|
-
// Some imports not used depending on template conditions
|
|
19
|
-
// @ts-ignore
|
|
20
|
-
import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '../common';
|
|
21
|
-
// @ts-ignore
|
|
22
|
-
import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from '../base';
|
|
23
|
-
// @ts-ignore
|
|
24
|
-
import { MarketingType } from '../models';
|
|
25
|
-
// @ts-ignore
|
|
26
|
-
import { MediaModel } from '../models';
|
|
27
|
-
// @ts-ignore
|
|
28
|
-
import { MediaType } from '../models';
|
|
29
|
-
// @ts-ignore
|
|
30
|
-
import { MediasModel } from '../models';
|
|
31
|
-
// @ts-ignore
|
|
32
|
-
import { ProblemDetails } from '../models';
|
|
33
|
-
// @ts-ignore
|
|
34
|
-
import { SpecialtyTypeModel } from '../models';
|
|
35
|
-
// @ts-ignore
|
|
36
|
-
import { SpecialtyTypesModel } from '../models';
|
|
37
|
-
// @ts-ignore
|
|
38
|
-
import { SpecialtyTypesSimpleModel } from '../models';
|
|
39
|
-
// @ts-ignore
|
|
40
|
-
import { ValidateSpecialtyNamesBySpecialtyTypeCommand } from '../models';
|
|
41
|
-
// @ts-ignore
|
|
42
|
-
import { ValidateSpecialtyNamesResult } from '../models';
|
|
43
|
-
/**
|
|
44
|
-
* SpecialtyTypesApi - axios parameter creator
|
|
45
|
-
* @export
|
|
46
|
-
*/
|
|
47
|
-
export const SpecialtyTypesApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
48
|
-
return {
|
|
49
|
-
/**
|
|
50
|
-
*
|
|
51
|
-
* @summary Returns only items that match specialtyTypeName among specialtyTypeName items <br> For curation page
|
|
52
|
-
* @param {ValidateSpecialtyNamesBySpecialtyTypeCommand} [validateSpecialtyNamesBySpecialtyTypeCommand]
|
|
53
|
-
* @param {*} [options] Override http request option.
|
|
54
|
-
* @throws {RequiredError}
|
|
55
|
-
*/
|
|
56
|
-
apiV2SpecialtytypesCurationsPost: async (validateSpecialtyNamesBySpecialtyTypeCommand?: ValidateSpecialtyNamesBySpecialtyTypeCommand, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
57
|
-
const localVarPath = `/api/v2/specialtytypes/curations`;
|
|
58
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
59
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
60
|
-
let baseOptions;
|
|
61
|
-
if (configuration) {
|
|
62
|
-
baseOptions = configuration.baseOptions;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
66
|
-
const localVarHeaderParameter = {} as any;
|
|
67
|
-
const localVarQueryParameter = {} as any;
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
72
|
-
|
|
73
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
74
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
75
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
76
|
-
localVarRequestOptions.data = serializeDataIfNeeded(validateSpecialtyNamesBySpecialtyTypeCommand, localVarRequestOptions, configuration)
|
|
77
|
-
|
|
78
|
-
return {
|
|
79
|
-
url: toPathString(localVarUrlObj),
|
|
80
|
-
options: localVarRequestOptions,
|
|
81
|
-
};
|
|
82
|
-
},
|
|
83
|
-
/**
|
|
84
|
-
*
|
|
85
|
-
* @summary Get all Departments.
|
|
86
|
-
* @param {string} [id]
|
|
87
|
-
* @param {string} [name]
|
|
88
|
-
* @param {string} [description]
|
|
89
|
-
* @param {MarketingType} [marketingType]
|
|
90
|
-
* @param {string} [hospitalId]
|
|
91
|
-
* @param {Date} [created]
|
|
92
|
-
* @param {Array<string>} [ids]
|
|
93
|
-
* @param {string} [specialtyTypeCategoryId]
|
|
94
|
-
* @param {string} [languageCode]
|
|
95
|
-
* @param {boolean} [showHidden]
|
|
96
|
-
* @param {boolean} [returnDefaultValue]
|
|
97
|
-
* @param {number} [page]
|
|
98
|
-
* @param {number} [limit]
|
|
99
|
-
* @param {Date} [lastRetrieved]
|
|
100
|
-
* @param {*} [options] Override http request option.
|
|
101
|
-
* @throws {RequiredError}
|
|
102
|
-
*/
|
|
103
|
-
apiV2SpecialtytypesGet: async (id?: string, name?: string, description?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, ids?: Array<string>, specialtyTypeCategoryId?: string, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
104
|
-
const localVarPath = `/api/v2/specialtytypes`;
|
|
105
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
106
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
107
|
-
let baseOptions;
|
|
108
|
-
if (configuration) {
|
|
109
|
-
baseOptions = configuration.baseOptions;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
113
|
-
const localVarHeaderParameter = {} as any;
|
|
114
|
-
const localVarQueryParameter = {} as any;
|
|
115
|
-
|
|
116
|
-
if (id !== undefined) {
|
|
117
|
-
localVarQueryParameter['Id'] = id;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
if (name !== undefined) {
|
|
121
|
-
localVarQueryParameter['Name'] = name;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
if (description !== undefined) {
|
|
125
|
-
localVarQueryParameter['Description'] = description;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
if (marketingType !== undefined) {
|
|
129
|
-
localVarQueryParameter['MarketingType'] = marketingType;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
if (hospitalId !== undefined) {
|
|
133
|
-
localVarQueryParameter['HospitalId'] = hospitalId;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
if (created !== undefined) {
|
|
137
|
-
localVarQueryParameter['Created'] = (created as any instanceof Date) ?
|
|
138
|
-
(created as any).toISOString() :
|
|
139
|
-
created;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
if (ids) {
|
|
143
|
-
localVarQueryParameter['Ids'] = ids;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
if (specialtyTypeCategoryId !== undefined) {
|
|
147
|
-
localVarQueryParameter['SpecialtyTypeCategoryId'] = specialtyTypeCategoryId;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
if (languageCode !== undefined) {
|
|
151
|
-
localVarQueryParameter['LanguageCode'] = languageCode;
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
if (showHidden !== undefined) {
|
|
155
|
-
localVarQueryParameter['ShowHidden'] = showHidden;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
if (returnDefaultValue !== undefined) {
|
|
159
|
-
localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
if (page !== undefined) {
|
|
163
|
-
localVarQueryParameter['page'] = page;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
if (limit !== undefined) {
|
|
167
|
-
localVarQueryParameter['limit'] = limit;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
if (lastRetrieved !== undefined) {
|
|
171
|
-
localVarQueryParameter['lastRetrieved'] = (lastRetrieved as any instanceof Date) ?
|
|
172
|
-
(lastRetrieved as any).toISOString() :
|
|
173
|
-
lastRetrieved;
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
179
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
180
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
181
|
-
|
|
182
|
-
return {
|
|
183
|
-
url: toPathString(localVarUrlObj),
|
|
184
|
-
options: localVarRequestOptions,
|
|
185
|
-
};
|
|
186
|
-
},
|
|
187
|
-
/**
|
|
188
|
-
*
|
|
189
|
-
* @summary Get all Hospitals.
|
|
190
|
-
* @param {string} [id]
|
|
191
|
-
* @param {string} [name]
|
|
192
|
-
* @param {string} [description]
|
|
193
|
-
* @param {MarketingType} [marketingType]
|
|
194
|
-
* @param {string} [hospitalId]
|
|
195
|
-
* @param {Date} [created]
|
|
196
|
-
* @param {Array<string>} [ids]
|
|
197
|
-
* @param {string} [specialtyTypeCategoryId]
|
|
198
|
-
* @param {string} [languageCode]
|
|
199
|
-
* @param {boolean} [showHidden]
|
|
200
|
-
* @param {boolean} [returnDefaultValue]
|
|
201
|
-
* @param {number} [page]
|
|
202
|
-
* @param {number} [limit]
|
|
203
|
-
* @param {Date} [lastRetrieved]
|
|
204
|
-
* @param {*} [options] Override http request option.
|
|
205
|
-
* @throws {RequiredError}
|
|
206
|
-
*/
|
|
207
|
-
apiV2SpecialtytypesSimpleGet: async (id?: string, name?: string, description?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, ids?: Array<string>, specialtyTypeCategoryId?: string, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
208
|
-
const localVarPath = `/api/v2/specialtytypes/simple`;
|
|
209
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
210
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
211
|
-
let baseOptions;
|
|
212
|
-
if (configuration) {
|
|
213
|
-
baseOptions = configuration.baseOptions;
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
217
|
-
const localVarHeaderParameter = {} as any;
|
|
218
|
-
const localVarQueryParameter = {} as any;
|
|
219
|
-
|
|
220
|
-
if (id !== undefined) {
|
|
221
|
-
localVarQueryParameter['Id'] = id;
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
if (name !== undefined) {
|
|
225
|
-
localVarQueryParameter['Name'] = name;
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
if (description !== undefined) {
|
|
229
|
-
localVarQueryParameter['Description'] = description;
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
if (marketingType !== undefined) {
|
|
233
|
-
localVarQueryParameter['MarketingType'] = marketingType;
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
if (hospitalId !== undefined) {
|
|
237
|
-
localVarQueryParameter['HospitalId'] = hospitalId;
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
if (created !== undefined) {
|
|
241
|
-
localVarQueryParameter['Created'] = (created as any instanceof Date) ?
|
|
242
|
-
(created as any).toISOString() :
|
|
243
|
-
created;
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
if (ids) {
|
|
247
|
-
localVarQueryParameter['Ids'] = ids;
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
if (specialtyTypeCategoryId !== undefined) {
|
|
251
|
-
localVarQueryParameter['SpecialtyTypeCategoryId'] = specialtyTypeCategoryId;
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
if (languageCode !== undefined) {
|
|
255
|
-
localVarQueryParameter['LanguageCode'] = languageCode;
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
if (showHidden !== undefined) {
|
|
259
|
-
localVarQueryParameter['ShowHidden'] = showHidden;
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
if (returnDefaultValue !== undefined) {
|
|
263
|
-
localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
if (page !== undefined) {
|
|
267
|
-
localVarQueryParameter['page'] = page;
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
if (limit !== undefined) {
|
|
271
|
-
localVarQueryParameter['limit'] = limit;
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
if (lastRetrieved !== undefined) {
|
|
275
|
-
localVarQueryParameter['lastRetrieved'] = (lastRetrieved as any instanceof Date) ?
|
|
276
|
-
(lastRetrieved as any).toISOString() :
|
|
277
|
-
lastRetrieved;
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
283
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
284
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
285
|
-
|
|
286
|
-
return {
|
|
287
|
-
url: toPathString(localVarUrlObj),
|
|
288
|
-
options: localVarRequestOptions,
|
|
289
|
-
};
|
|
290
|
-
},
|
|
291
|
-
/**
|
|
292
|
-
*
|
|
293
|
-
* @summary Get specialtyType by slug
|
|
294
|
-
* @param {string} slug
|
|
295
|
-
* @param {string} [languageCode]
|
|
296
|
-
* @param {boolean} [returnDefaultValue]
|
|
297
|
-
* @param {string} [previewSecret]
|
|
298
|
-
* @param {*} [options] Override http request option.
|
|
299
|
-
* @throws {RequiredError}
|
|
300
|
-
*/
|
|
301
|
-
apiV2SpecialtytypesSlugGet: async (slug: string, languageCode?: string, returnDefaultValue?: boolean, previewSecret?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
302
|
-
// verify required parameter 'slug' is not null or undefined
|
|
303
|
-
assertParamExists('apiV2SpecialtytypesSlugGet', 'slug', slug)
|
|
304
|
-
const localVarPath = `/api/v2/specialtytypes/{slug}`
|
|
305
|
-
.replace(`{${"slug"}}`, encodeURIComponent(String(slug)));
|
|
306
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
307
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
308
|
-
let baseOptions;
|
|
309
|
-
if (configuration) {
|
|
310
|
-
baseOptions = configuration.baseOptions;
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
314
|
-
const localVarHeaderParameter = {} as any;
|
|
315
|
-
const localVarQueryParameter = {} as any;
|
|
316
|
-
|
|
317
|
-
if (languageCode !== undefined) {
|
|
318
|
-
localVarQueryParameter['languageCode'] = languageCode;
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
if (returnDefaultValue !== undefined) {
|
|
322
|
-
localVarQueryParameter['returnDefaultValue'] = returnDefaultValue;
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
if (previewSecret !== undefined) {
|
|
326
|
-
localVarQueryParameter['previewSecret'] = previewSecret;
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
332
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
333
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
334
|
-
|
|
335
|
-
return {
|
|
336
|
-
url: toPathString(localVarUrlObj),
|
|
337
|
-
options: localVarRequestOptions,
|
|
338
|
-
};
|
|
339
|
-
},
|
|
340
|
-
/**
|
|
341
|
-
*
|
|
342
|
-
* @summary Get specialtyType by id
|
|
343
|
-
* @param {string} specialtyTypeId
|
|
344
|
-
* @param {string} [languageCode]
|
|
345
|
-
* @param {boolean} [returnDefaultValue]
|
|
346
|
-
* @param {*} [options] Override http request option.
|
|
347
|
-
* @throws {RequiredError}
|
|
348
|
-
*/
|
|
349
|
-
apiV2SpecialtytypesSpecialtyTypeIdGet: async (specialtyTypeId: string, languageCode?: string, returnDefaultValue?: boolean, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
350
|
-
// verify required parameter 'specialtyTypeId' is not null or undefined
|
|
351
|
-
assertParamExists('apiV2SpecialtytypesSpecialtyTypeIdGet', 'specialtyTypeId', specialtyTypeId)
|
|
352
|
-
const localVarPath = `/api/v2/specialtytypes/{specialtyTypeId}`
|
|
353
|
-
.replace(`{${"specialtyTypeId"}}`, encodeURIComponent(String(specialtyTypeId)));
|
|
354
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
355
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
356
|
-
let baseOptions;
|
|
357
|
-
if (configuration) {
|
|
358
|
-
baseOptions = configuration.baseOptions;
|
|
359
|
-
}
|
|
360
|
-
|
|
361
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
362
|
-
const localVarHeaderParameter = {} as any;
|
|
363
|
-
const localVarQueryParameter = {} as any;
|
|
364
|
-
|
|
365
|
-
if (languageCode !== undefined) {
|
|
366
|
-
localVarQueryParameter['languageCode'] = languageCode;
|
|
367
|
-
}
|
|
368
|
-
|
|
369
|
-
if (returnDefaultValue !== undefined) {
|
|
370
|
-
localVarQueryParameter['returnDefaultValue'] = returnDefaultValue;
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
376
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
377
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
378
|
-
|
|
379
|
-
return {
|
|
380
|
-
url: toPathString(localVarUrlObj),
|
|
381
|
-
options: localVarRequestOptions,
|
|
382
|
-
};
|
|
383
|
-
},
|
|
384
|
-
/**
|
|
385
|
-
*
|
|
386
|
-
* @summary Get all SpecialtyTypeMedias.
|
|
387
|
-
* @param {string} specialtyTypeId
|
|
388
|
-
* @param {string} [id]
|
|
389
|
-
* @param {MediaType} [mediaType]
|
|
390
|
-
* @param {number} [page]
|
|
391
|
-
* @param {number} [limit]
|
|
392
|
-
* @param {Date} [lastRetrieved]
|
|
393
|
-
* @param {*} [options] Override http request option.
|
|
394
|
-
* @throws {RequiredError}
|
|
395
|
-
*/
|
|
396
|
-
apiV2SpecialtytypesSpecialtyTypeIdMediasGet: async (specialtyTypeId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
397
|
-
// verify required parameter 'specialtyTypeId' is not null or undefined
|
|
398
|
-
assertParamExists('apiV2SpecialtytypesSpecialtyTypeIdMediasGet', 'specialtyTypeId', specialtyTypeId)
|
|
399
|
-
const localVarPath = `/api/v2/specialtytypes/{specialtyTypeId}/medias`
|
|
400
|
-
.replace(`{${"specialtyTypeId"}}`, encodeURIComponent(String(specialtyTypeId)));
|
|
401
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
402
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
403
|
-
let baseOptions;
|
|
404
|
-
if (configuration) {
|
|
405
|
-
baseOptions = configuration.baseOptions;
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
409
|
-
const localVarHeaderParameter = {} as any;
|
|
410
|
-
const localVarQueryParameter = {} as any;
|
|
411
|
-
|
|
412
|
-
if (id !== undefined) {
|
|
413
|
-
localVarQueryParameter['Id'] = id;
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
if (mediaType !== undefined) {
|
|
417
|
-
localVarQueryParameter['MediaType'] = mediaType;
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
if (page !== undefined) {
|
|
421
|
-
localVarQueryParameter['page'] = page;
|
|
422
|
-
}
|
|
423
|
-
|
|
424
|
-
if (limit !== undefined) {
|
|
425
|
-
localVarQueryParameter['limit'] = limit;
|
|
426
|
-
}
|
|
427
|
-
|
|
428
|
-
if (lastRetrieved !== undefined) {
|
|
429
|
-
localVarQueryParameter['lastRetrieved'] = (lastRetrieved as any instanceof Date) ?
|
|
430
|
-
(lastRetrieved as any).toISOString() :
|
|
431
|
-
lastRetrieved;
|
|
432
|
-
}
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
437
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
438
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
439
|
-
|
|
440
|
-
return {
|
|
441
|
-
url: toPathString(localVarUrlObj),
|
|
442
|
-
options: localVarRequestOptions,
|
|
443
|
-
};
|
|
444
|
-
},
|
|
445
|
-
/**
|
|
446
|
-
*
|
|
447
|
-
* @summary Get SpecialtyTypeMedia.
|
|
448
|
-
* @param {string} specialtyTypeId
|
|
449
|
-
* @param {string} mediaId
|
|
450
|
-
* @param {*} [options] Override http request option.
|
|
451
|
-
* @throws {RequiredError}
|
|
452
|
-
*/
|
|
453
|
-
apiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGet: async (specialtyTypeId: string, mediaId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
454
|
-
// verify required parameter 'specialtyTypeId' is not null or undefined
|
|
455
|
-
assertParamExists('apiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGet', 'specialtyTypeId', specialtyTypeId)
|
|
456
|
-
// verify required parameter 'mediaId' is not null or undefined
|
|
457
|
-
assertParamExists('apiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGet', 'mediaId', mediaId)
|
|
458
|
-
const localVarPath = `/api/v2/specialtytypes/{specialtyTypeId}/medias/{mediaId}`
|
|
459
|
-
.replace(`{${"specialtyTypeId"}}`, encodeURIComponent(String(specialtyTypeId)))
|
|
460
|
-
.replace(`{${"mediaId"}}`, encodeURIComponent(String(mediaId)));
|
|
461
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
462
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
463
|
-
let baseOptions;
|
|
464
|
-
if (configuration) {
|
|
465
|
-
baseOptions = configuration.baseOptions;
|
|
466
|
-
}
|
|
467
|
-
|
|
468
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
469
|
-
const localVarHeaderParameter = {} as any;
|
|
470
|
-
const localVarQueryParameter = {} as any;
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
475
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
476
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
477
|
-
|
|
478
|
-
return {
|
|
479
|
-
url: toPathString(localVarUrlObj),
|
|
480
|
-
options: localVarRequestOptions,
|
|
481
|
-
};
|
|
482
|
-
},
|
|
483
|
-
}
|
|
484
|
-
};
|
|
485
|
-
|
|
486
|
-
/**
|
|
487
|
-
* SpecialtyTypesApi - functional programming interface
|
|
488
|
-
* @export
|
|
489
|
-
*/
|
|
490
|
-
export const SpecialtyTypesApiFp = function(configuration?: Configuration) {
|
|
491
|
-
const localVarAxiosParamCreator = SpecialtyTypesApiAxiosParamCreator(configuration)
|
|
492
|
-
return {
|
|
493
|
-
/**
|
|
494
|
-
*
|
|
495
|
-
* @summary Returns only items that match specialtyTypeName among specialtyTypeName items <br> For curation page
|
|
496
|
-
* @param {ValidateSpecialtyNamesBySpecialtyTypeCommand} [validateSpecialtyNamesBySpecialtyTypeCommand]
|
|
497
|
-
* @param {*} [options] Override http request option.
|
|
498
|
-
* @throws {RequiredError}
|
|
499
|
-
*/
|
|
500
|
-
async apiV2SpecialtytypesCurationsPost(validateSpecialtyNamesBySpecialtyTypeCommand?: ValidateSpecialtyNamesBySpecialtyTypeCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ValidateSpecialtyNamesResult>> {
|
|
501
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2SpecialtytypesCurationsPost(validateSpecialtyNamesBySpecialtyTypeCommand, options);
|
|
502
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
503
|
-
},
|
|
504
|
-
/**
|
|
505
|
-
*
|
|
506
|
-
* @summary Get all Departments.
|
|
507
|
-
* @param {string} [id]
|
|
508
|
-
* @param {string} [name]
|
|
509
|
-
* @param {string} [description]
|
|
510
|
-
* @param {MarketingType} [marketingType]
|
|
511
|
-
* @param {string} [hospitalId]
|
|
512
|
-
* @param {Date} [created]
|
|
513
|
-
* @param {Array<string>} [ids]
|
|
514
|
-
* @param {string} [specialtyTypeCategoryId]
|
|
515
|
-
* @param {string} [languageCode]
|
|
516
|
-
* @param {boolean} [showHidden]
|
|
517
|
-
* @param {boolean} [returnDefaultValue]
|
|
518
|
-
* @param {number} [page]
|
|
519
|
-
* @param {number} [limit]
|
|
520
|
-
* @param {Date} [lastRetrieved]
|
|
521
|
-
* @param {*} [options] Override http request option.
|
|
522
|
-
* @throws {RequiredError}
|
|
523
|
-
*/
|
|
524
|
-
async apiV2SpecialtytypesGet(id?: string, name?: string, description?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, ids?: Array<string>, specialtyTypeCategoryId?: string, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SpecialtyTypesModel>> {
|
|
525
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2SpecialtytypesGet(id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options);
|
|
526
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
527
|
-
},
|
|
528
|
-
/**
|
|
529
|
-
*
|
|
530
|
-
* @summary Get all Hospitals.
|
|
531
|
-
* @param {string} [id]
|
|
532
|
-
* @param {string} [name]
|
|
533
|
-
* @param {string} [description]
|
|
534
|
-
* @param {MarketingType} [marketingType]
|
|
535
|
-
* @param {string} [hospitalId]
|
|
536
|
-
* @param {Date} [created]
|
|
537
|
-
* @param {Array<string>} [ids]
|
|
538
|
-
* @param {string} [specialtyTypeCategoryId]
|
|
539
|
-
* @param {string} [languageCode]
|
|
540
|
-
* @param {boolean} [showHidden]
|
|
541
|
-
* @param {boolean} [returnDefaultValue]
|
|
542
|
-
* @param {number} [page]
|
|
543
|
-
* @param {number} [limit]
|
|
544
|
-
* @param {Date} [lastRetrieved]
|
|
545
|
-
* @param {*} [options] Override http request option.
|
|
546
|
-
* @throws {RequiredError}
|
|
547
|
-
*/
|
|
548
|
-
async apiV2SpecialtytypesSimpleGet(id?: string, name?: string, description?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, ids?: Array<string>, specialtyTypeCategoryId?: string, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SpecialtyTypesSimpleModel>> {
|
|
549
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2SpecialtytypesSimpleGet(id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options);
|
|
550
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
551
|
-
},
|
|
552
|
-
/**
|
|
553
|
-
*
|
|
554
|
-
* @summary Get specialtyType by slug
|
|
555
|
-
* @param {string} slug
|
|
556
|
-
* @param {string} [languageCode]
|
|
557
|
-
* @param {boolean} [returnDefaultValue]
|
|
558
|
-
* @param {string} [previewSecret]
|
|
559
|
-
* @param {*} [options] Override http request option.
|
|
560
|
-
* @throws {RequiredError}
|
|
561
|
-
*/
|
|
562
|
-
async apiV2SpecialtytypesSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, previewSecret?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SpecialtyTypeModel>> {
|
|
563
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2SpecialtytypesSlugGet(slug, languageCode, returnDefaultValue, previewSecret, options);
|
|
564
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
565
|
-
},
|
|
566
|
-
/**
|
|
567
|
-
*
|
|
568
|
-
* @summary Get specialtyType by id
|
|
569
|
-
* @param {string} specialtyTypeId
|
|
570
|
-
* @param {string} [languageCode]
|
|
571
|
-
* @param {boolean} [returnDefaultValue]
|
|
572
|
-
* @param {*} [options] Override http request option.
|
|
573
|
-
* @throws {RequiredError}
|
|
574
|
-
*/
|
|
575
|
-
async apiV2SpecialtytypesSpecialtyTypeIdGet(specialtyTypeId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SpecialtyTypeModel>> {
|
|
576
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2SpecialtytypesSpecialtyTypeIdGet(specialtyTypeId, languageCode, returnDefaultValue, options);
|
|
577
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
578
|
-
},
|
|
579
|
-
/**
|
|
580
|
-
*
|
|
581
|
-
* @summary Get all SpecialtyTypeMedias.
|
|
582
|
-
* @param {string} specialtyTypeId
|
|
583
|
-
* @param {string} [id]
|
|
584
|
-
* @param {MediaType} [mediaType]
|
|
585
|
-
* @param {number} [page]
|
|
586
|
-
* @param {number} [limit]
|
|
587
|
-
* @param {Date} [lastRetrieved]
|
|
588
|
-
* @param {*} [options] Override http request option.
|
|
589
|
-
* @throws {RequiredError}
|
|
590
|
-
*/
|
|
591
|
-
async apiV2SpecialtytypesSpecialtyTypeIdMediasGet(specialtyTypeId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediasModel>> {
|
|
592
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2SpecialtytypesSpecialtyTypeIdMediasGet(specialtyTypeId, id, mediaType, page, limit, lastRetrieved, options);
|
|
593
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
594
|
-
},
|
|
595
|
-
/**
|
|
596
|
-
*
|
|
597
|
-
* @summary Get SpecialtyTypeMedia.
|
|
598
|
-
* @param {string} specialtyTypeId
|
|
599
|
-
* @param {string} mediaId
|
|
600
|
-
* @param {*} [options] Override http request option.
|
|
601
|
-
* @throws {RequiredError}
|
|
602
|
-
*/
|
|
603
|
-
async apiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGet(specialtyTypeId: string, mediaId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediaModel>> {
|
|
604
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGet(specialtyTypeId, mediaId, options);
|
|
605
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
606
|
-
},
|
|
607
|
-
}
|
|
608
|
-
};
|
|
609
|
-
|
|
610
|
-
/**
|
|
611
|
-
* SpecialtyTypesApi - factory interface
|
|
612
|
-
* @export
|
|
613
|
-
*/
|
|
614
|
-
export const SpecialtyTypesApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
615
|
-
const localVarFp = SpecialtyTypesApiFp(configuration)
|
|
616
|
-
return {
|
|
617
|
-
/**
|
|
618
|
-
*
|
|
619
|
-
* @summary Returns only items that match specialtyTypeName among specialtyTypeName items <br> For curation page
|
|
620
|
-
* @param {ValidateSpecialtyNamesBySpecialtyTypeCommand} [validateSpecialtyNamesBySpecialtyTypeCommand]
|
|
621
|
-
* @param {*} [options] Override http request option.
|
|
622
|
-
* @throws {RequiredError}
|
|
623
|
-
*/
|
|
624
|
-
apiV2SpecialtytypesCurationsPost(validateSpecialtyNamesBySpecialtyTypeCommand?: ValidateSpecialtyNamesBySpecialtyTypeCommand, options?: any): AxiosPromise<ValidateSpecialtyNamesResult> {
|
|
625
|
-
return localVarFp.apiV2SpecialtytypesCurationsPost(validateSpecialtyNamesBySpecialtyTypeCommand, options).then((request) => request(axios, basePath));
|
|
626
|
-
},
|
|
627
|
-
/**
|
|
628
|
-
*
|
|
629
|
-
* @summary Get all Departments.
|
|
630
|
-
* @param {string} [id]
|
|
631
|
-
* @param {string} [name]
|
|
632
|
-
* @param {string} [description]
|
|
633
|
-
* @param {MarketingType} [marketingType]
|
|
634
|
-
* @param {string} [hospitalId]
|
|
635
|
-
* @param {Date} [created]
|
|
636
|
-
* @param {Array<string>} [ids]
|
|
637
|
-
* @param {string} [specialtyTypeCategoryId]
|
|
638
|
-
* @param {string} [languageCode]
|
|
639
|
-
* @param {boolean} [showHidden]
|
|
640
|
-
* @param {boolean} [returnDefaultValue]
|
|
641
|
-
* @param {number} [page]
|
|
642
|
-
* @param {number} [limit]
|
|
643
|
-
* @param {Date} [lastRetrieved]
|
|
644
|
-
* @param {*} [options] Override http request option.
|
|
645
|
-
* @throws {RequiredError}
|
|
646
|
-
*/
|
|
647
|
-
apiV2SpecialtytypesGet(id?: string, name?: string, description?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, ids?: Array<string>, specialtyTypeCategoryId?: string, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<SpecialtyTypesModel> {
|
|
648
|
-
return localVarFp.apiV2SpecialtytypesGet(id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
|
|
649
|
-
},
|
|
650
|
-
/**
|
|
651
|
-
*
|
|
652
|
-
* @summary Get all Hospitals.
|
|
653
|
-
* @param {string} [id]
|
|
654
|
-
* @param {string} [name]
|
|
655
|
-
* @param {string} [description]
|
|
656
|
-
* @param {MarketingType} [marketingType]
|
|
657
|
-
* @param {string} [hospitalId]
|
|
658
|
-
* @param {Date} [created]
|
|
659
|
-
* @param {Array<string>} [ids]
|
|
660
|
-
* @param {string} [specialtyTypeCategoryId]
|
|
661
|
-
* @param {string} [languageCode]
|
|
662
|
-
* @param {boolean} [showHidden]
|
|
663
|
-
* @param {boolean} [returnDefaultValue]
|
|
664
|
-
* @param {number} [page]
|
|
665
|
-
* @param {number} [limit]
|
|
666
|
-
* @param {Date} [lastRetrieved]
|
|
667
|
-
* @param {*} [options] Override http request option.
|
|
668
|
-
* @throws {RequiredError}
|
|
669
|
-
*/
|
|
670
|
-
apiV2SpecialtytypesSimpleGet(id?: string, name?: string, description?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, ids?: Array<string>, specialtyTypeCategoryId?: string, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<SpecialtyTypesSimpleModel> {
|
|
671
|
-
return localVarFp.apiV2SpecialtytypesSimpleGet(id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
|
|
672
|
-
},
|
|
673
|
-
/**
|
|
674
|
-
*
|
|
675
|
-
* @summary Get specialtyType by slug
|
|
676
|
-
* @param {string} slug
|
|
677
|
-
* @param {string} [languageCode]
|
|
678
|
-
* @param {boolean} [returnDefaultValue]
|
|
679
|
-
* @param {string} [previewSecret]
|
|
680
|
-
* @param {*} [options] Override http request option.
|
|
681
|
-
* @throws {RequiredError}
|
|
682
|
-
*/
|
|
683
|
-
apiV2SpecialtytypesSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, previewSecret?: string, options?: any): AxiosPromise<SpecialtyTypeModel> {
|
|
684
|
-
return localVarFp.apiV2SpecialtytypesSlugGet(slug, languageCode, returnDefaultValue, previewSecret, options).then((request) => request(axios, basePath));
|
|
685
|
-
},
|
|
686
|
-
/**
|
|
687
|
-
*
|
|
688
|
-
* @summary Get specialtyType by id
|
|
689
|
-
* @param {string} specialtyTypeId
|
|
690
|
-
* @param {string} [languageCode]
|
|
691
|
-
* @param {boolean} [returnDefaultValue]
|
|
692
|
-
* @param {*} [options] Override http request option.
|
|
693
|
-
* @throws {RequiredError}
|
|
694
|
-
*/
|
|
695
|
-
apiV2SpecialtytypesSpecialtyTypeIdGet(specialtyTypeId: string, languageCode?: string, returnDefaultValue?: boolean, options?: any): AxiosPromise<SpecialtyTypeModel> {
|
|
696
|
-
return localVarFp.apiV2SpecialtytypesSpecialtyTypeIdGet(specialtyTypeId, languageCode, returnDefaultValue, options).then((request) => request(axios, basePath));
|
|
697
|
-
},
|
|
698
|
-
/**
|
|
699
|
-
*
|
|
700
|
-
* @summary Get all SpecialtyTypeMedias.
|
|
701
|
-
* @param {string} specialtyTypeId
|
|
702
|
-
* @param {string} [id]
|
|
703
|
-
* @param {MediaType} [mediaType]
|
|
704
|
-
* @param {number} [page]
|
|
705
|
-
* @param {number} [limit]
|
|
706
|
-
* @param {Date} [lastRetrieved]
|
|
707
|
-
* @param {*} [options] Override http request option.
|
|
708
|
-
* @throws {RequiredError}
|
|
709
|
-
*/
|
|
710
|
-
apiV2SpecialtytypesSpecialtyTypeIdMediasGet(specialtyTypeId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<MediasModel> {
|
|
711
|
-
return localVarFp.apiV2SpecialtytypesSpecialtyTypeIdMediasGet(specialtyTypeId, id, mediaType, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
|
|
712
|
-
},
|
|
713
|
-
/**
|
|
714
|
-
*
|
|
715
|
-
* @summary Get SpecialtyTypeMedia.
|
|
716
|
-
* @param {string} specialtyTypeId
|
|
717
|
-
* @param {string} mediaId
|
|
718
|
-
* @param {*} [options] Override http request option.
|
|
719
|
-
* @throws {RequiredError}
|
|
720
|
-
*/
|
|
721
|
-
apiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGet(specialtyTypeId: string, mediaId: string, options?: any): AxiosPromise<MediaModel> {
|
|
722
|
-
return localVarFp.apiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGet(specialtyTypeId, mediaId, options).then((request) => request(axios, basePath));
|
|
723
|
-
},
|
|
724
|
-
};
|
|
725
|
-
};
|
|
726
|
-
|
|
727
|
-
/**
|
|
728
|
-
* Request parameters for apiV2SpecialtytypesCurationsPost operation in SpecialtyTypesApi.
|
|
729
|
-
* @export
|
|
730
|
-
* @interface SpecialtyTypesApiApiV2SpecialtytypesCurationsPostRequest
|
|
731
|
-
*/
|
|
732
|
-
export interface SpecialtyTypesApiApiV2SpecialtytypesCurationsPostRequest {
|
|
733
|
-
/**
|
|
734
|
-
*
|
|
735
|
-
* @type {ValidateSpecialtyNamesBySpecialtyTypeCommand}
|
|
736
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesCurationsPost
|
|
737
|
-
*/
|
|
738
|
-
readonly validateSpecialtyNamesBySpecialtyTypeCommand?: ValidateSpecialtyNamesBySpecialtyTypeCommand
|
|
739
|
-
}
|
|
740
|
-
|
|
741
|
-
/**
|
|
742
|
-
* Request parameters for apiV2SpecialtytypesGet operation in SpecialtyTypesApi.
|
|
743
|
-
* @export
|
|
744
|
-
* @interface SpecialtyTypesApiApiV2SpecialtytypesGetRequest
|
|
745
|
-
*/
|
|
746
|
-
export interface SpecialtyTypesApiApiV2SpecialtytypesGetRequest {
|
|
747
|
-
/**
|
|
748
|
-
*
|
|
749
|
-
* @type {string}
|
|
750
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
751
|
-
*/
|
|
752
|
-
readonly id?: string
|
|
753
|
-
|
|
754
|
-
/**
|
|
755
|
-
*
|
|
756
|
-
* @type {string}
|
|
757
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
758
|
-
*/
|
|
759
|
-
readonly name?: string
|
|
760
|
-
|
|
761
|
-
/**
|
|
762
|
-
*
|
|
763
|
-
* @type {string}
|
|
764
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
765
|
-
*/
|
|
766
|
-
readonly description?: string
|
|
767
|
-
|
|
768
|
-
/**
|
|
769
|
-
*
|
|
770
|
-
* @type {MarketingType}
|
|
771
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
772
|
-
*/
|
|
773
|
-
readonly marketingType?: MarketingType
|
|
774
|
-
|
|
775
|
-
/**
|
|
776
|
-
*
|
|
777
|
-
* @type {string}
|
|
778
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
779
|
-
*/
|
|
780
|
-
readonly hospitalId?: string
|
|
781
|
-
|
|
782
|
-
/**
|
|
783
|
-
*
|
|
784
|
-
* @type {Date}
|
|
785
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
786
|
-
*/
|
|
787
|
-
readonly created?: Date
|
|
788
|
-
|
|
789
|
-
/**
|
|
790
|
-
*
|
|
791
|
-
* @type {Array<string>}
|
|
792
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
793
|
-
*/
|
|
794
|
-
readonly ids?: Array<string>
|
|
795
|
-
|
|
796
|
-
/**
|
|
797
|
-
*
|
|
798
|
-
* @type {string}
|
|
799
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
800
|
-
*/
|
|
801
|
-
readonly specialtyTypeCategoryId?: string
|
|
802
|
-
|
|
803
|
-
/**
|
|
804
|
-
*
|
|
805
|
-
* @type {string}
|
|
806
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
807
|
-
*/
|
|
808
|
-
readonly languageCode?: string
|
|
809
|
-
|
|
810
|
-
/**
|
|
811
|
-
*
|
|
812
|
-
* @type {boolean}
|
|
813
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
814
|
-
*/
|
|
815
|
-
readonly showHidden?: boolean
|
|
816
|
-
|
|
817
|
-
/**
|
|
818
|
-
*
|
|
819
|
-
* @type {boolean}
|
|
820
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
821
|
-
*/
|
|
822
|
-
readonly returnDefaultValue?: boolean
|
|
823
|
-
|
|
824
|
-
/**
|
|
825
|
-
*
|
|
826
|
-
* @type {number}
|
|
827
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
828
|
-
*/
|
|
829
|
-
readonly page?: number
|
|
830
|
-
|
|
831
|
-
/**
|
|
832
|
-
*
|
|
833
|
-
* @type {number}
|
|
834
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
835
|
-
*/
|
|
836
|
-
readonly limit?: number
|
|
837
|
-
|
|
838
|
-
/**
|
|
839
|
-
*
|
|
840
|
-
* @type {Date}
|
|
841
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
842
|
-
*/
|
|
843
|
-
readonly lastRetrieved?: Date
|
|
844
|
-
}
|
|
845
|
-
|
|
846
|
-
/**
|
|
847
|
-
* Request parameters for apiV2SpecialtytypesSimpleGet operation in SpecialtyTypesApi.
|
|
848
|
-
* @export
|
|
849
|
-
* @interface SpecialtyTypesApiApiV2SpecialtytypesSimpleGetRequest
|
|
850
|
-
*/
|
|
851
|
-
export interface SpecialtyTypesApiApiV2SpecialtytypesSimpleGetRequest {
|
|
852
|
-
/**
|
|
853
|
-
*
|
|
854
|
-
* @type {string}
|
|
855
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
856
|
-
*/
|
|
857
|
-
readonly id?: string
|
|
858
|
-
|
|
859
|
-
/**
|
|
860
|
-
*
|
|
861
|
-
* @type {string}
|
|
862
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
863
|
-
*/
|
|
864
|
-
readonly name?: string
|
|
865
|
-
|
|
866
|
-
/**
|
|
867
|
-
*
|
|
868
|
-
* @type {string}
|
|
869
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
870
|
-
*/
|
|
871
|
-
readonly description?: string
|
|
872
|
-
|
|
873
|
-
/**
|
|
874
|
-
*
|
|
875
|
-
* @type {MarketingType}
|
|
876
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
877
|
-
*/
|
|
878
|
-
readonly marketingType?: MarketingType
|
|
879
|
-
|
|
880
|
-
/**
|
|
881
|
-
*
|
|
882
|
-
* @type {string}
|
|
883
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
884
|
-
*/
|
|
885
|
-
readonly hospitalId?: string
|
|
886
|
-
|
|
887
|
-
/**
|
|
888
|
-
*
|
|
889
|
-
* @type {Date}
|
|
890
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
891
|
-
*/
|
|
892
|
-
readonly created?: Date
|
|
893
|
-
|
|
894
|
-
/**
|
|
895
|
-
*
|
|
896
|
-
* @type {Array<string>}
|
|
897
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
898
|
-
*/
|
|
899
|
-
readonly ids?: Array<string>
|
|
900
|
-
|
|
901
|
-
/**
|
|
902
|
-
*
|
|
903
|
-
* @type {string}
|
|
904
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
905
|
-
*/
|
|
906
|
-
readonly specialtyTypeCategoryId?: string
|
|
907
|
-
|
|
908
|
-
/**
|
|
909
|
-
*
|
|
910
|
-
* @type {string}
|
|
911
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
912
|
-
*/
|
|
913
|
-
readonly languageCode?: string
|
|
914
|
-
|
|
915
|
-
/**
|
|
916
|
-
*
|
|
917
|
-
* @type {boolean}
|
|
918
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
919
|
-
*/
|
|
920
|
-
readonly showHidden?: boolean
|
|
921
|
-
|
|
922
|
-
/**
|
|
923
|
-
*
|
|
924
|
-
* @type {boolean}
|
|
925
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
926
|
-
*/
|
|
927
|
-
readonly returnDefaultValue?: boolean
|
|
928
|
-
|
|
929
|
-
/**
|
|
930
|
-
*
|
|
931
|
-
* @type {number}
|
|
932
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
933
|
-
*/
|
|
934
|
-
readonly page?: number
|
|
935
|
-
|
|
936
|
-
/**
|
|
937
|
-
*
|
|
938
|
-
* @type {number}
|
|
939
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
940
|
-
*/
|
|
941
|
-
readonly limit?: number
|
|
942
|
-
|
|
943
|
-
/**
|
|
944
|
-
*
|
|
945
|
-
* @type {Date}
|
|
946
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
947
|
-
*/
|
|
948
|
-
readonly lastRetrieved?: Date
|
|
949
|
-
}
|
|
950
|
-
|
|
951
|
-
/**
|
|
952
|
-
* Request parameters for apiV2SpecialtytypesSlugGet operation in SpecialtyTypesApi.
|
|
953
|
-
* @export
|
|
954
|
-
* @interface SpecialtyTypesApiApiV2SpecialtytypesSlugGetRequest
|
|
955
|
-
*/
|
|
956
|
-
export interface SpecialtyTypesApiApiV2SpecialtytypesSlugGetRequest {
|
|
957
|
-
/**
|
|
958
|
-
*
|
|
959
|
-
* @type {string}
|
|
960
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSlugGet
|
|
961
|
-
*/
|
|
962
|
-
readonly slug: string
|
|
963
|
-
|
|
964
|
-
/**
|
|
965
|
-
*
|
|
966
|
-
* @type {string}
|
|
967
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSlugGet
|
|
968
|
-
*/
|
|
969
|
-
readonly languageCode?: string
|
|
970
|
-
|
|
971
|
-
/**
|
|
972
|
-
*
|
|
973
|
-
* @type {boolean}
|
|
974
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSlugGet
|
|
975
|
-
*/
|
|
976
|
-
readonly returnDefaultValue?: boolean
|
|
977
|
-
|
|
978
|
-
/**
|
|
979
|
-
*
|
|
980
|
-
* @type {string}
|
|
981
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSlugGet
|
|
982
|
-
*/
|
|
983
|
-
readonly previewSecret?: string
|
|
984
|
-
}
|
|
985
|
-
|
|
986
|
-
/**
|
|
987
|
-
* Request parameters for apiV2SpecialtytypesSpecialtyTypeIdGet operation in SpecialtyTypesApi.
|
|
988
|
-
* @export
|
|
989
|
-
* @interface SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdGetRequest
|
|
990
|
-
*/
|
|
991
|
-
export interface SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdGetRequest {
|
|
992
|
-
/**
|
|
993
|
-
*
|
|
994
|
-
* @type {string}
|
|
995
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdGet
|
|
996
|
-
*/
|
|
997
|
-
readonly specialtyTypeId: string
|
|
998
|
-
|
|
999
|
-
/**
|
|
1000
|
-
*
|
|
1001
|
-
* @type {string}
|
|
1002
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdGet
|
|
1003
|
-
*/
|
|
1004
|
-
readonly languageCode?: string
|
|
1005
|
-
|
|
1006
|
-
/**
|
|
1007
|
-
*
|
|
1008
|
-
* @type {boolean}
|
|
1009
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdGet
|
|
1010
|
-
*/
|
|
1011
|
-
readonly returnDefaultValue?: boolean
|
|
1012
|
-
}
|
|
1013
|
-
|
|
1014
|
-
/**
|
|
1015
|
-
* Request parameters for apiV2SpecialtytypesSpecialtyTypeIdMediasGet operation in SpecialtyTypesApi.
|
|
1016
|
-
* @export
|
|
1017
|
-
* @interface SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasGetRequest
|
|
1018
|
-
*/
|
|
1019
|
-
export interface SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasGetRequest {
|
|
1020
|
-
/**
|
|
1021
|
-
*
|
|
1022
|
-
* @type {string}
|
|
1023
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasGet
|
|
1024
|
-
*/
|
|
1025
|
-
readonly specialtyTypeId: string
|
|
1026
|
-
|
|
1027
|
-
/**
|
|
1028
|
-
*
|
|
1029
|
-
* @type {string}
|
|
1030
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasGet
|
|
1031
|
-
*/
|
|
1032
|
-
readonly id?: string
|
|
1033
|
-
|
|
1034
|
-
/**
|
|
1035
|
-
*
|
|
1036
|
-
* @type {MediaType}
|
|
1037
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasGet
|
|
1038
|
-
*/
|
|
1039
|
-
readonly mediaType?: MediaType
|
|
1040
|
-
|
|
1041
|
-
/**
|
|
1042
|
-
*
|
|
1043
|
-
* @type {number}
|
|
1044
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasGet
|
|
1045
|
-
*/
|
|
1046
|
-
readonly page?: number
|
|
1047
|
-
|
|
1048
|
-
/**
|
|
1049
|
-
*
|
|
1050
|
-
* @type {number}
|
|
1051
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasGet
|
|
1052
|
-
*/
|
|
1053
|
-
readonly limit?: number
|
|
1054
|
-
|
|
1055
|
-
/**
|
|
1056
|
-
*
|
|
1057
|
-
* @type {Date}
|
|
1058
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasGet
|
|
1059
|
-
*/
|
|
1060
|
-
readonly lastRetrieved?: Date
|
|
1061
|
-
}
|
|
1062
|
-
|
|
1063
|
-
/**
|
|
1064
|
-
* Request parameters for apiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGet operation in SpecialtyTypesApi.
|
|
1065
|
-
* @export
|
|
1066
|
-
* @interface SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGetRequest
|
|
1067
|
-
*/
|
|
1068
|
-
export interface SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGetRequest {
|
|
1069
|
-
/**
|
|
1070
|
-
*
|
|
1071
|
-
* @type {string}
|
|
1072
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGet
|
|
1073
|
-
*/
|
|
1074
|
-
readonly specialtyTypeId: string
|
|
1075
|
-
|
|
1076
|
-
/**
|
|
1077
|
-
*
|
|
1078
|
-
* @type {string}
|
|
1079
|
-
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGet
|
|
1080
|
-
*/
|
|
1081
|
-
readonly mediaId: string
|
|
1082
|
-
}
|
|
1083
|
-
|
|
1084
|
-
/**
|
|
1085
|
-
* SpecialtyTypesApi - object-oriented interface
|
|
1086
|
-
* @export
|
|
1087
|
-
* @class SpecialtyTypesApi
|
|
1088
|
-
* @extends {BaseAPI}
|
|
1089
|
-
*/
|
|
1090
|
-
export class SpecialtyTypesApi extends BaseAPI {
|
|
1091
|
-
/**
|
|
1092
|
-
*
|
|
1093
|
-
* @summary Returns only items that match specialtyTypeName among specialtyTypeName items <br> For curation page
|
|
1094
|
-
* @param {SpecialtyTypesApiApiV2SpecialtytypesCurationsPostRequest} requestParameters Request parameters.
|
|
1095
|
-
* @param {*} [options] Override http request option.
|
|
1096
|
-
* @throws {RequiredError}
|
|
1097
|
-
* @memberof SpecialtyTypesApi
|
|
1098
|
-
*/
|
|
1099
|
-
public apiV2SpecialtytypesCurationsPost(requestParameters: SpecialtyTypesApiApiV2SpecialtytypesCurationsPostRequest = {}, options?: AxiosRequestConfig) {
|
|
1100
|
-
return SpecialtyTypesApiFp(this.configuration).apiV2SpecialtytypesCurationsPost(requestParameters.validateSpecialtyNamesBySpecialtyTypeCommand, options).then((request) => request(this.axios, this.basePath));
|
|
1101
|
-
}
|
|
1102
|
-
|
|
1103
|
-
/**
|
|
1104
|
-
*
|
|
1105
|
-
* @summary Get all Departments.
|
|
1106
|
-
* @param {SpecialtyTypesApiApiV2SpecialtytypesGetRequest} requestParameters Request parameters.
|
|
1107
|
-
* @param {*} [options] Override http request option.
|
|
1108
|
-
* @throws {RequiredError}
|
|
1109
|
-
* @memberof SpecialtyTypesApi
|
|
1110
|
-
*/
|
|
1111
|
-
public apiV2SpecialtytypesGet(requestParameters: SpecialtyTypesApiApiV2SpecialtytypesGetRequest = {}, options?: AxiosRequestConfig) {
|
|
1112
|
-
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));
|
|
1113
|
-
}
|
|
1114
|
-
|
|
1115
|
-
/**
|
|
1116
|
-
*
|
|
1117
|
-
* @summary Get all Hospitals.
|
|
1118
|
-
* @param {SpecialtyTypesApiApiV2SpecialtytypesSimpleGetRequest} requestParameters Request parameters.
|
|
1119
|
-
* @param {*} [options] Override http request option.
|
|
1120
|
-
* @throws {RequiredError}
|
|
1121
|
-
* @memberof SpecialtyTypesApi
|
|
1122
|
-
*/
|
|
1123
|
-
public apiV2SpecialtytypesSimpleGet(requestParameters: SpecialtyTypesApiApiV2SpecialtytypesSimpleGetRequest = {}, options?: AxiosRequestConfig) {
|
|
1124
|
-
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));
|
|
1125
|
-
}
|
|
1126
|
-
|
|
1127
|
-
/**
|
|
1128
|
-
*
|
|
1129
|
-
* @summary Get specialtyType by slug
|
|
1130
|
-
* @param {SpecialtyTypesApiApiV2SpecialtytypesSlugGetRequest} requestParameters Request parameters.
|
|
1131
|
-
* @param {*} [options] Override http request option.
|
|
1132
|
-
* @throws {RequiredError}
|
|
1133
|
-
* @memberof SpecialtyTypesApi
|
|
1134
|
-
*/
|
|
1135
|
-
public apiV2SpecialtytypesSlugGet(requestParameters: SpecialtyTypesApiApiV2SpecialtytypesSlugGetRequest, options?: AxiosRequestConfig) {
|
|
1136
|
-
return SpecialtyTypesApiFp(this.configuration).apiV2SpecialtytypesSlugGet(requestParameters.slug, requestParameters.languageCode, requestParameters.returnDefaultValue, requestParameters.previewSecret, options).then((request) => request(this.axios, this.basePath));
|
|
1137
|
-
}
|
|
1138
|
-
|
|
1139
|
-
/**
|
|
1140
|
-
*
|
|
1141
|
-
* @summary Get specialtyType by id
|
|
1142
|
-
* @param {SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdGetRequest} requestParameters Request parameters.
|
|
1143
|
-
* @param {*} [options] Override http request option.
|
|
1144
|
-
* @throws {RequiredError}
|
|
1145
|
-
* @memberof SpecialtyTypesApi
|
|
1146
|
-
*/
|
|
1147
|
-
public apiV2SpecialtytypesSpecialtyTypeIdGet(requestParameters: SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdGetRequest, options?: AxiosRequestConfig) {
|
|
1148
|
-
return SpecialtyTypesApiFp(this.configuration).apiV2SpecialtytypesSpecialtyTypeIdGet(requestParameters.specialtyTypeId, requestParameters.languageCode, requestParameters.returnDefaultValue, options).then((request) => request(this.axios, this.basePath));
|
|
1149
|
-
}
|
|
1150
|
-
|
|
1151
|
-
/**
|
|
1152
|
-
*
|
|
1153
|
-
* @summary Get all SpecialtyTypeMedias.
|
|
1154
|
-
* @param {SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasGetRequest} requestParameters Request parameters.
|
|
1155
|
-
* @param {*} [options] Override http request option.
|
|
1156
|
-
* @throws {RequiredError}
|
|
1157
|
-
* @memberof SpecialtyTypesApi
|
|
1158
|
-
*/
|
|
1159
|
-
public apiV2SpecialtytypesSpecialtyTypeIdMediasGet(requestParameters: SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasGetRequest, options?: AxiosRequestConfig) {
|
|
1160
|
-
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));
|
|
1161
|
-
}
|
|
1162
|
-
|
|
1163
|
-
/**
|
|
1164
|
-
*
|
|
1165
|
-
* @summary Get SpecialtyTypeMedia.
|
|
1166
|
-
* @param {SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGetRequest} requestParameters Request parameters.
|
|
1167
|
-
* @param {*} [options] Override http request option.
|
|
1168
|
-
* @throws {RequiredError}
|
|
1169
|
-
* @memberof SpecialtyTypesApi
|
|
1170
|
-
*/
|
|
1171
|
-
public apiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGet(requestParameters: SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGetRequest, options?: AxiosRequestConfig) {
|
|
1172
|
-
return SpecialtyTypesApiFp(this.configuration).apiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGet(requestParameters.specialtyTypeId, requestParameters.mediaId, options).then((request) => request(this.axios, this.basePath));
|
|
1173
|
-
}
|
|
1174
|
-
}
|