ch-admin-api-client-typescript 4.9.1 → 4.9.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 +307 -0
- package/lib/api/about-us-api.d.ts.map +1 -0
- package/lib/api/about-us-api.js +753 -0
- package/lib/api/accreditations-api.d.ts +234 -0
- package/lib/api/accreditations-api.d.ts.map +1 -0
- package/lib/api/accreditations-api.js +598 -0
- package/lib/api/app-version-api.d.ts +219 -0
- package/lib/api/app-version-api.d.ts.map +1 -0
- package/lib/api/app-version-api.js +587 -0
- package/lib/api/articles-api.d.ts +1144 -0
- package/lib/api/articles-api.d.ts.map +1 -0
- package/lib/api/articles-api.js +2705 -0
- package/lib/api/bookings-api.d.ts +362 -0
- package/lib/api/bookings-api.d.ts.map +1 -0
- package/lib/api/bookings-api.js +873 -0
- package/lib/api/chadmins-api.d.ts +255 -0
- package/lib/api/chadmins-api.d.ts.map +1 -0
- package/lib/api/chadmins-api.js +637 -0
- package/lib/api/chat-users-api.d.ts +301 -0
- package/lib/api/chat-users-api.d.ts.map +1 -0
- package/lib/api/chat-users-api.js +769 -0
- package/lib/api/chmanagers-api.d.ts +255 -0
- package/lib/api/chmanagers-api.d.ts.map +1 -0
- package/lib/api/chmanagers-api.js +637 -0
- package/lib/api/communications-api.d.ts +129 -0
- package/lib/api/communications-api.d.ts.map +1 -0
- package/lib/api/communications-api.js +365 -0
- package/lib/api/consultations-api.d.ts +371 -0
- package/lib/api/consultations-api.d.ts.map +1 -0
- package/lib/api/consultations-api.js +887 -0
- package/lib/api/contributors-api.d.ts +529 -0
- package/lib/api/contributors-api.d.ts.map +1 -0
- package/lib/api/contributors-api.js +1269 -0
- package/lib/api/countries-api.d.ts +542 -0
- package/lib/api/countries-api.d.ts.map +1 -0
- package/lib/api/countries-api.js +1321 -0
- package/lib/api/dash-board-api.d.ts +76 -0
- package/lib/api/dash-board-api.d.ts.map +1 -0
- package/lib/api/dash-board-api.js +216 -0
- package/lib/api/deals-api.d.ts +916 -0
- package/lib/api/deals-api.d.ts.map +1 -0
- package/lib/api/deals-api.js +2103 -0
- package/lib/api/doctor-affiliations-api.d.ts +548 -0
- package/lib/api/doctor-affiliations-api.d.ts.map +1 -0
- package/lib/api/doctor-affiliations-api.js +1328 -0
- package/lib/api/doctors-api.d.ts +1685 -0
- package/lib/api/doctors-api.d.ts.map +1 -0
- package/lib/api/doctors-api.js +3978 -0
- package/lib/api/email-marketings-api.d.ts +260 -0
- package/lib/api/email-marketings-api.d.ts.map +1 -0
- package/lib/api/email-marketings-api.js +668 -0
- package/lib/api/faq-categories-api.d.ts +307 -0
- package/lib/api/faq-categories-api.d.ts.map +1 -0
- package/lib/api/faq-categories-api.js +753 -0
- package/lib/api/faqs-api.d.ts +684 -0
- package/lib/api/faqs-api.d.ts.map +1 -0
- package/lib/api/faqs-api.js +1645 -0
- package/lib/api/group-channels-api.d.ts +126 -0
- package/lib/api/group-channels-api.d.ts.map +1 -0
- package/lib/api/group-channels-api.js +328 -0
- package/lib/api/header-navigations-api.d.ts +224 -0
- package/lib/api/header-navigations-api.d.ts.map +1 -0
- package/lib/api/header-navigations-api.js +583 -0
- package/lib/api/hospitals-api.d.ts +3598 -0
- package/lib/api/hospitals-api.d.ts.map +1 -0
- package/lib/api/hospitals-api.js +8387 -0
- package/lib/api/hospitals-consultation-timetable-overrides-api.d.ts +219 -0
- package/lib/api/hospitals-consultation-timetable-overrides-api.d.ts.map +1 -0
- package/lib/api/hospitals-consultation-timetable-overrides-api.js +545 -0
- package/lib/api/hospitals-consultation-timetables-api.d.ts +286 -0
- package/lib/api/hospitals-consultation-timetables-api.d.ts.map +1 -0
- package/lib/api/hospitals-consultation-timetables-api.js +710 -0
- package/lib/api/images-api.d.ts +67 -0
- package/lib/api/images-api.d.ts.map +1 -0
- package/lib/api/images-api.js +205 -0
- package/lib/api/languages-api.d.ts +238 -0
- package/lib/api/languages-api.d.ts.map +1 -0
- package/lib/api/languages-api.js +605 -0
- package/lib/api/managers-api.d.ts +426 -0
- package/lib/api/managers-api.d.ts.map +1 -0
- package/lib/api/managers-api.js +1044 -0
- package/lib/api/memberships-api.d.ts +187 -0
- package/lib/api/memberships-api.d.ts.map +1 -0
- package/lib/api/memberships-api.js +467 -0
- package/lib/api/notifications-api.d.ts +126 -0
- package/lib/api/notifications-api.d.ts.map +1 -0
- package/lib/api/notifications-api.js +330 -0
- package/lib/api/patients-api.d.ts +374 -0
- package/lib/api/patients-api.d.ts.map +1 -0
- package/lib/api/patients-api.js +927 -0
- package/lib/api/payments-api.d.ts +66 -0
- package/lib/api/payments-api.d.ts.map +1 -0
- package/lib/api/payments-api.js +195 -0
- package/lib/api/plans-api.d.ts +431 -0
- package/lib/api/plans-api.d.ts.map +1 -0
- package/lib/api/plans-api.js +1072 -0
- package/lib/api/profiles-api.d.ts +240 -0
- package/lib/api/profiles-api.d.ts.map +1 -0
- package/lib/api/profiles-api.js +630 -0
- package/lib/api/search-api.d.ts +75 -0
- package/lib/api/search-api.d.ts.map +1 -0
- package/lib/api/search-api.js +216 -0
- package/lib/api/service-reviews-api.d.ts +494 -0
- package/lib/api/service-reviews-api.d.ts.map +1 -0
- package/lib/api/service-reviews-api.js +1177 -0
- package/lib/api/services-api.d.ts +232 -0
- package/lib/api/services-api.d.ts.map +1 -0
- package/lib/api/services-api.js +544 -0
- package/lib/api/services-categories-api.d.ts +226 -0
- package/lib/api/services-categories-api.d.ts.map +1 -0
- package/lib/api/services-categories-api.js +587 -0
- package/lib/api/specialties-api.d.ts +649 -0
- package/lib/api/specialties-api.d.ts.map +1 -0
- package/lib/api/specialties-api.js +1536 -0
- package/lib/api/specialty-types-api.d.ts +649 -0
- package/lib/api/specialty-types-api.d.ts.map +1 -0
- package/lib/api/specialty-types-api.js +1536 -0
- package/lib/api/survey-forms-api.d.ts +255 -0
- package/lib/api/survey-forms-api.d.ts.map +1 -0
- package/lib/api/survey-forms-api.js +633 -0
- package/lib/api/survey-results-api.d.ts +166 -0
- package/lib/api/survey-results-api.d.ts.map +1 -0
- package/lib/api/survey-results-api.js +430 -0
- package/lib/api/tags-api.d.ts +192 -0
- package/lib/api/tags-api.d.ts.map +1 -0
- package/lib/api/tags-api.js +500 -0
- package/lib/api/translation-api.d.ts +75 -0
- package/lib/api/translation-api.d.ts.map +1 -0
- package/lib/api/translation-api.js +215 -0
- package/lib/api.d.ts +43 -35190
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +56 -42209
- package/lib/index.d.ts +1 -0
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +1 -0
- package/lib/models/about-us-page-item-model.d.ts +56 -0
- package/lib/models/about-us-page-item-model.d.ts.map +1 -0
- package/lib/models/about-us-page-item-model.js +15 -0
- package/lib/models/about-us-page-model.d.ts +117 -0
- package/lib/models/about-us-page-model.d.ts.map +1 -0
- package/lib/models/about-us-page-model.js +15 -0
- package/lib/models/about-us-pages-model.d.ts +33 -0
- package/lib/models/about-us-pages-model.d.ts.map +1 -0
- package/lib/models/about-us-pages-model.js +15 -0
- package/lib/models/accreditation-item-model.d.ts +43 -0
- package/lib/models/accreditation-item-model.d.ts.map +1 -0
- package/lib/models/accreditation-item-model.js +15 -0
- package/lib/models/accreditation-model.d.ts +43 -0
- package/lib/models/accreditation-model.d.ts.map +1 -0
- package/lib/models/accreditation-model.js +15 -0
- package/lib/models/accreditations-model.d.ts +33 -0
- package/lib/models/accreditations-model.d.ts.map +1 -0
- package/lib/models/accreditations-model.js +15 -0
- package/lib/models/admin-message-model.d.ts +79 -0
- package/lib/models/admin-message-model.d.ts.map +1 -0
- package/lib/models/admin-message-model.js +15 -0
- package/lib/models/app-version-item-model.d.ts +44 -0
- package/lib/models/app-version-item-model.d.ts.map +1 -0
- package/lib/models/app-version-item-model.js +15 -0
- package/lib/models/app-version-model.d.ts +44 -0
- package/lib/models/app-version-model.d.ts.map +1 -0
- package/lib/models/app-version-model.js +15 -0
- package/lib/models/app-versions-model.d.ts +33 -0
- package/lib/models/app-versions-model.d.ts.map +1 -0
- package/lib/models/app-versions-model.js +15 -0
- package/lib/models/approve-booking-command.d.ts +31 -0
- package/lib/models/approve-booking-command.d.ts.map +1 -0
- package/lib/models/approve-booking-command.js +15 -0
- package/lib/models/approve-consultation-command.d.ts +31 -0
- package/lib/models/approve-consultation-command.d.ts.map +1 -0
- package/lib/models/approve-consultation-command.js +15 -0
- package/lib/models/article-contributor-item-model.d.ts +99 -0
- package/lib/models/article-contributor-item-model.d.ts.map +1 -0
- package/lib/models/article-contributor-item-model.js +15 -0
- package/lib/models/article-contributor-model.d.ts +124 -0
- package/lib/models/article-contributor-model.d.ts.map +1 -0
- package/lib/models/article-contributor-model.js +15 -0
- package/lib/models/article-contributors-model.d.ts +33 -0
- package/lib/models/article-contributors-model.d.ts.map +1 -0
- package/lib/models/article-contributors-model.js +15 -0
- package/lib/models/article-item-model.d.ts +137 -0
- package/lib/models/article-item-model.d.ts.map +1 -0
- package/lib/models/article-item-model.js +15 -0
- package/lib/models/article-model.d.ts +161 -0
- package/lib/models/article-model.d.ts.map +1 -0
- package/lib/models/article-model.js +15 -0
- package/lib/models/article-sources-model.d.ts +33 -0
- package/lib/models/article-sources-model.d.ts.map +1 -0
- package/lib/models/article-sources-model.js +15 -0
- package/lib/models/article-status.d.ts +23 -0
- package/lib/models/article-status.d.ts.map +1 -0
- package/lib/models/article-status.js +26 -0
- package/lib/models/article-tag-item-model.d.ts +37 -0
- package/lib/models/article-tag-item-model.d.ts.map +1 -0
- package/lib/models/article-tag-item-model.js +15 -0
- package/lib/models/article-tag-model.d.ts +37 -0
- package/lib/models/article-tag-model.d.ts.map +1 -0
- package/lib/models/article-tag-model.js +15 -0
- package/lib/models/article-tags-model.d.ts +33 -0
- package/lib/models/article-tags-model.d.ts.map +1 -0
- package/lib/models/article-tags-model.js +15 -0
- package/lib/models/articles-model.d.ts +33 -0
- package/lib/models/articles-model.d.ts.map +1 -0
- package/lib/models/articles-model.js +15 -0
- package/lib/models/auditable-entity-model.d.ts +67 -0
- package/lib/models/auditable-entity-model.d.ts.map +1 -0
- package/lib/models/auditable-entity-model.js +15 -0
- package/lib/models/auditable-entity.d.ts +67 -0
- package/lib/models/auditable-entity.d.ts.map +1 -0
- package/lib/models/auditable-entity.js +15 -0
- package/lib/models/batch-add-hospital-consultation-timetable-model.d.ts +38 -0
- package/lib/models/batch-add-hospital-consultation-timetable-model.d.ts.map +1 -0
- package/lib/models/batch-add-hospital-consultation-timetable-model.js +15 -0
- package/lib/models/batch-hospital-consultation-timetable-result-model.d.ts +38 -0
- package/lib/models/batch-hospital-consultation-timetable-result-model.d.ts.map +1 -0
- package/lib/models/batch-hospital-consultation-timetable-result-model.js +15 -0
- package/lib/models/batch-hospital-consultation-timetables-command.d.ts +39 -0
- package/lib/models/batch-hospital-consultation-timetables-command.d.ts.map +1 -0
- package/lib/models/batch-hospital-consultation-timetables-command.js +15 -0
- package/lib/models/batch-update-hospital-consultation-timetable-model.d.ts +44 -0
- package/lib/models/batch-update-hospital-consultation-timetable-model.d.ts.map +1 -0
- package/lib/models/batch-update-hospital-consultation-timetable-model.js +15 -0
- package/lib/models/booking-change-log-model.d.ts +44 -0
- package/lib/models/booking-change-log-model.d.ts.map +1 -0
- package/lib/models/booking-change-log-model.js +15 -0
- package/lib/models/booking-item-model.d.ts +245 -0
- package/lib/models/booking-item-model.d.ts.map +1 -0
- package/lib/models/booking-item-model.js +15 -0
- package/lib/models/booking-model.d.ts +252 -0
- package/lib/models/booking-model.d.ts.map +1 -0
- package/lib/models/booking-model.js +15 -0
- package/lib/models/booking-status.d.ts +27 -0
- package/lib/models/booking-status.d.ts.map +1 -0
- package/lib/models/booking-status.js +30 -0
- package/lib/models/bookings-model.d.ts +33 -0
- package/lib/models/bookings-model.d.ts.map +1 -0
- package/lib/models/bookings-model.js +15 -0
- package/lib/models/chadmin-item-model.d.ts +111 -0
- package/lib/models/chadmin-item-model.d.ts.map +1 -0
- package/lib/models/chadmin-item-model.js +15 -0
- package/lib/models/chadmin-model.d.ts +131 -0
- package/lib/models/chadmin-model.d.ts.map +1 -0
- package/lib/models/chadmin-model.js +15 -0
- package/lib/models/chadmins-model.d.ts +33 -0
- package/lib/models/chadmins-model.d.ts.map +1 -0
- package/lib/models/chadmins-model.js +15 -0
- package/lib/models/change-email-command.d.ts +25 -0
- package/lib/models/change-email-command.d.ts.map +1 -0
- package/lib/models/change-email-command.js +15 -0
- package/lib/models/chat-user-model.d.ts +73 -0
- package/lib/models/chat-user-model.d.ts.map +1 -0
- package/lib/models/chat-user-model.js +15 -0
- package/lib/models/chat-users-model.d.ts +32 -0
- package/lib/models/chat-users-model.d.ts.map +1 -0
- package/lib/models/chat-users-model.js +15 -0
- package/lib/models/check-notifications-command.d.ts +31 -0
- package/lib/models/check-notifications-command.d.ts.map +1 -0
- package/lib/models/check-notifications-command.js +15 -0
- package/lib/models/chmanager-item-model.d.ts +111 -0
- package/lib/models/chmanager-item-model.d.ts.map +1 -0
- package/lib/models/chmanager-item-model.js +15 -0
- package/lib/models/chmanager-model.d.ts +131 -0
- package/lib/models/chmanager-model.d.ts.map +1 -0
- package/lib/models/chmanager-model.js +15 -0
- package/lib/models/chmanagers-model.d.ts +33 -0
- package/lib/models/chmanagers-model.d.ts.map +1 -0
- package/lib/models/chmanagers-model.js +15 -0
- package/lib/models/communication-user-token-model.d.ts +43 -0
- package/lib/models/communication-user-token-model.d.ts.map +1 -0
- package/lib/models/communication-user-token-model.js +15 -0
- package/lib/models/confirm-email-command.d.ts +25 -0
- package/lib/models/confirm-email-command.d.ts.map +1 -0
- package/lib/models/confirm-email-command.js +15 -0
- package/lib/models/consultation-change-log-model.d.ts +44 -0
- package/lib/models/consultation-change-log-model.d.ts.map +1 -0
- package/lib/models/consultation-change-log-model.js +15 -0
- package/lib/models/consultation-item-model.d.ts +275 -0
- package/lib/models/consultation-item-model.d.ts.map +1 -0
- package/lib/models/consultation-item-model.js +15 -0
- package/lib/models/consultation-model.d.ts +282 -0
- package/lib/models/consultation-model.d.ts.map +1 -0
- package/lib/models/consultation-model.js +15 -0
- package/lib/models/consultation-status.d.ts +27 -0
- package/lib/models/consultation-status.d.ts.map +1 -0
- package/lib/models/consultation-status.js +30 -0
- package/lib/models/consultation-type.d.ts +23 -0
- package/lib/models/consultation-type.d.ts.map +1 -0
- package/lib/models/consultation-type.js +26 -0
- package/lib/models/consultations-model.d.ts +33 -0
- package/lib/models/consultations-model.d.ts.map +1 -0
- package/lib/models/consultations-model.js +15 -0
- package/lib/models/contribution-type.d.ts +23 -0
- package/lib/models/contribution-type.d.ts.map +1 -0
- package/lib/models/contribution-type.js +26 -0
- package/lib/models/contributor-item-model.d.ts +110 -0
- package/lib/models/contributor-item-model.d.ts.map +1 -0
- package/lib/models/contributor-item-model.js +15 -0
- package/lib/models/contributor-model.d.ts +128 -0
- package/lib/models/contributor-model.d.ts.map +1 -0
- package/lib/models/contributor-model.js +15 -0
- package/lib/models/contributor-sns-handles-model.d.ts +33 -0
- package/lib/models/contributor-sns-handles-model.d.ts.map +1 -0
- package/lib/models/contributor-sns-handles-model.js +15 -0
- package/lib/models/contributors-model.d.ts +33 -0
- package/lib/models/contributors-model.d.ts.map +1 -0
- package/lib/models/contributors-model.js +15 -0
- package/lib/models/countries-model.d.ts +33 -0
- package/lib/models/countries-model.d.ts.map +1 -0
- package/lib/models/countries-model.js +15 -0
- package/lib/models/country-item-model.d.ts +62 -0
- package/lib/models/country-item-model.d.ts.map +1 -0
- package/lib/models/country-item-model.js +15 -0
- package/lib/models/country-model.d.ts +93 -0
- package/lib/models/country-model.d.ts.map +1 -0
- package/lib/models/country-model.js +15 -0
- package/lib/models/create-about-us-page-command.d.ts +74 -0
- package/lib/models/create-about-us-page-command.d.ts.map +1 -0
- package/lib/models/create-about-us-page-command.js +15 -0
- package/lib/models/create-accreditation-command.d.ts +37 -0
- package/lib/models/create-accreditation-command.d.ts.map +1 -0
- package/lib/models/create-accreditation-command.js +15 -0
- package/lib/models/create-app-version-command.d.ts +44 -0
- package/lib/models/create-app-version-command.d.ts.map +1 -0
- package/lib/models/create-app-version-command.js +15 -0
- package/lib/models/create-article-command.d.ts +107 -0
- package/lib/models/create-article-command.d.ts.map +1 -0
- package/lib/models/create-article-command.js +15 -0
- package/lib/models/create-article-contributor-command.d.ts +44 -0
- package/lib/models/create-article-contributor-command.d.ts.map +1 -0
- package/lib/models/create-article-contributor-command.js +15 -0
- package/lib/models/create-article-source-command.d.ts +37 -0
- package/lib/models/create-article-source-command.d.ts.map +1 -0
- package/lib/models/create-article-source-command.js +15 -0
- package/lib/models/create-article-tag-command.d.ts +31 -0
- package/lib/models/create-article-tag-command.d.ts.map +1 -0
- package/lib/models/create-article-tag-command.js +15 -0
- package/lib/models/create-chadmin-command.d.ts +86 -0
- package/lib/models/create-chadmin-command.d.ts.map +1 -0
- package/lib/models/create-chadmin-command.js +15 -0
- package/lib/models/create-chat-user-command.d.ts +55 -0
- package/lib/models/create-chat-user-command.d.ts.map +1 -0
- package/lib/models/create-chat-user-command.js +15 -0
- package/lib/models/create-chmanager-command.d.ts +86 -0
- package/lib/models/create-chmanager-command.d.ts.map +1 -0
- package/lib/models/create-chmanager-command.js +15 -0
- package/lib/models/create-contributor-command.d.ts +61 -0
- package/lib/models/create-contributor-command.d.ts.map +1 -0
- package/lib/models/create-contributor-command.js +15 -0
- package/lib/models/create-contributor-sns-handle-command.d.ts +32 -0
- package/lib/models/create-contributor-sns-handle-command.d.ts.map +1 -0
- package/lib/models/create-contributor-sns-handle-command.js +15 -0
- package/lib/models/create-country-command.d.ts +56 -0
- package/lib/models/create-country-command.d.ts.map +1 -0
- package/lib/models/create-country-command.js +15 -0
- package/lib/models/create-deal-command.d.ts +74 -0
- package/lib/models/create-deal-command.d.ts.map +1 -0
- package/lib/models/create-deal-command.js +15 -0
- package/lib/models/create-deal-package-command.d.ts +56 -0
- package/lib/models/create-deal-package-command.d.ts.map +1 -0
- package/lib/models/create-deal-package-command.js +15 -0
- package/lib/models/create-deal-service-command.d.ts +37 -0
- package/lib/models/create-deal-service-command.d.ts.map +1 -0
- package/lib/models/create-deal-service-command.js +15 -0
- package/lib/models/create-doctor-affiliation-command.d.ts +116 -0
- package/lib/models/create-doctor-affiliation-command.d.ts.map +1 -0
- package/lib/models/create-doctor-affiliation-command.js +15 -0
- package/lib/models/create-doctor-certificate-command.d.ts +37 -0
- package/lib/models/create-doctor-certificate-command.d.ts.map +1 -0
- package/lib/models/create-doctor-certificate-command.js +15 -0
- package/lib/models/create-doctor-command.d.ts +98 -0
- package/lib/models/create-doctor-command.d.ts.map +1 -0
- package/lib/models/create-doctor-command.js +15 -0
- package/lib/models/create-doctor-education-command.d.ts +37 -0
- package/lib/models/create-doctor-education-command.d.ts.map +1 -0
- package/lib/models/create-doctor-education-command.js +15 -0
- package/lib/models/create-doctor-language-command.d.ts +37 -0
- package/lib/models/create-doctor-language-command.d.ts.map +1 -0
- package/lib/models/create-doctor-language-command.js +15 -0
- package/lib/models/create-doctor-portfolio-command.d.ts +55 -0
- package/lib/models/create-doctor-portfolio-command.d.ts.map +1 -0
- package/lib/models/create-doctor-portfolio-command.js +15 -0
- package/lib/models/create-doctor-specialty-command.d.ts +31 -0
- package/lib/models/create-doctor-specialty-command.d.ts.map +1 -0
- package/lib/models/create-doctor-specialty-command.js +15 -0
- package/lib/models/create-faq-category-command.d.ts +55 -0
- package/lib/models/create-faq-category-command.d.ts.map +1 -0
- package/lib/models/create-faq-category-command.js +15 -0
- package/lib/models/create-faq-command.d.ts +69 -0
- package/lib/models/create-faq-command.d.ts.map +1 -0
- package/lib/models/create-faq-command.js +15 -0
- package/lib/models/create-faq-tag-command.d.ts +31 -0
- package/lib/models/create-faq-tag-command.d.ts.map +1 -0
- package/lib/models/create-faq-tag-command.js +15 -0
- package/lib/models/create-hospital-accreditation-command.d.ts +25 -0
- package/lib/models/create-hospital-accreditation-command.d.ts.map +1 -0
- package/lib/models/create-hospital-accreditation-command.js +15 -0
- package/lib/models/create-hospital-command.d.ts +160 -0
- package/lib/models/create-hospital-command.d.ts.map +1 -0
- package/lib/models/create-hospital-command.js +15 -0
- package/lib/models/create-hospital-consultation-timetable-command.d.ts +38 -0
- package/lib/models/create-hospital-consultation-timetable-command.d.ts.map +1 -0
- package/lib/models/create-hospital-consultation-timetable-command.js +15 -0
- package/lib/models/create-hospital-equipment-command.d.ts +31 -0
- package/lib/models/create-hospital-equipment-command.d.ts.map +1 -0
- package/lib/models/create-hospital-equipment-command.js +15 -0
- package/lib/models/create-hospital-evaluation-command.d.ts +43 -0
- package/lib/models/create-hospital-evaluation-command.d.ts.map +1 -0
- package/lib/models/create-hospital-evaluation-command.js +15 -0
- package/lib/models/create-hospital-language-command.d.ts +37 -0
- package/lib/models/create-hospital-language-command.d.ts.map +1 -0
- package/lib/models/create-hospital-language-command.js +15 -0
- package/lib/models/create-hospital-service-command.d.ts +105 -0
- package/lib/models/create-hospital-service-command.d.ts.map +1 -0
- package/lib/models/create-hospital-service-command.js +15 -0
- package/lib/models/create-hospital-sns-handle-command.d.ts +32 -0
- package/lib/models/create-hospital-sns-handle-command.d.ts.map +1 -0
- package/lib/models/create-hospital-sns-handle-command.js +15 -0
- package/lib/models/create-hospital-specialty-command.d.ts +92 -0
- package/lib/models/create-hospital-specialty-command.d.ts.map +1 -0
- package/lib/models/create-hospital-specialty-command.js +15 -0
- package/lib/models/create-hospital-working-day-command.d.ts +43 -0
- package/lib/models/create-hospital-working-day-command.d.ts.map +1 -0
- package/lib/models/create-hospital-working-day-command.js +15 -0
- package/lib/models/create-landing-command.d.ts +74 -0
- package/lib/models/create-landing-command.d.ts.map +1 -0
- package/lib/models/create-landing-command.js +15 -0
- package/lib/models/create-language-command.d.ts +55 -0
- package/lib/models/create-language-command.d.ts.map +1 -0
- package/lib/models/create-language-command.js +15 -0
- package/lib/models/create-manager-affiliation-command.d.ts +25 -0
- package/lib/models/create-manager-affiliation-command.d.ts.map +1 -0
- package/lib/models/create-manager-affiliation-command.js +15 -0
- package/lib/models/create-manager-command.d.ts +92 -0
- package/lib/models/create-manager-command.d.ts.map +1 -0
- package/lib/models/create-manager-command.js +15 -0
- package/lib/models/create-media-command.d.ts +50 -0
- package/lib/models/create-media-command.d.ts.map +1 -0
- package/lib/models/create-media-command.js +15 -0
- package/lib/models/create-patient-command.d.ts +92 -0
- package/lib/models/create-patient-command.d.ts.map +1 -0
- package/lib/models/create-patient-command.js +15 -0
- package/lib/models/create-plan-command.d.ts +62 -0
- package/lib/models/create-plan-command.d.ts.map +1 -0
- package/lib/models/create-plan-command.js +15 -0
- package/lib/models/create-plan-hospital-command.d.ts +31 -0
- package/lib/models/create-plan-hospital-command.d.ts.map +1 -0
- package/lib/models/create-plan-hospital-command.js +15 -0
- package/lib/models/create-profile-command.d.ts +100 -0
- package/lib/models/create-profile-command.d.ts.map +1 -0
- package/lib/models/create-profile-command.js +15 -0
- package/lib/models/create-service-category-command.d.ts +37 -0
- package/lib/models/create-service-category-command.d.ts.map +1 -0
- package/lib/models/create-service-category-command.js +15 -0
- package/lib/models/create-service-review-command.d.ts +68 -0
- package/lib/models/create-service-review-command.d.ts.map +1 -0
- package/lib/models/create-service-review-command.js +15 -0
- package/lib/models/create-specialty-command.d.ts +80 -0
- package/lib/models/create-specialty-command.d.ts.map +1 -0
- package/lib/models/create-specialty-command.js +15 -0
- package/lib/models/create-specialty-type-command.d.ts +81 -0
- package/lib/models/create-specialty-type-command.d.ts.map +1 -0
- package/lib/models/create-specialty-type-command.js +15 -0
- package/lib/models/create-survey-form-command.d.ts +75 -0
- package/lib/models/create-survey-form-command.d.ts.map +1 -0
- package/lib/models/create-survey-form-command.js +15 -0
- package/lib/models/create-tag-command.d.ts +25 -0
- package/lib/models/create-tag-command.d.ts.map +1 -0
- package/lib/models/create-tag-command.js +15 -0
- package/lib/models/create-template-version-command.d.ts +37 -0
- package/lib/models/create-template-version-command.d.ts.map +1 -0
- package/lib/models/create-template-version-command.js +15 -0
- package/lib/models/dash-board-model.d.ts +91 -0
- package/lib/models/dash-board-model.d.ts.map +1 -0
- package/lib/models/dash-board-model.js +15 -0
- package/lib/models/day-of-week.d.ts +27 -0
- package/lib/models/day-of-week.d.ts.map +1 -0
- package/lib/models/day-of-week.js +30 -0
- package/lib/models/deal-item-model.d.ts +111 -0
- package/lib/models/deal-item-model.d.ts.map +1 -0
- package/lib/models/deal-item-model.js +15 -0
- package/lib/models/deal-item-simple-model.d.ts +49 -0
- package/lib/models/deal-item-simple-model.d.ts.map +1 -0
- package/lib/models/deal-item-simple-model.js +15 -0
- package/lib/models/deal-model.d.ts +135 -0
- package/lib/models/deal-model.d.ts.map +1 -0
- package/lib/models/deal-model.js +15 -0
- package/lib/models/deal-package-item-model.d.ts +99 -0
- package/lib/models/deal-package-item-model.d.ts.map +1 -0
- package/lib/models/deal-package-item-model.js +15 -0
- package/lib/models/deal-package-model.d.ts +111 -0
- package/lib/models/deal-package-model.d.ts.map +1 -0
- package/lib/models/deal-package-model.js +15 -0
- package/lib/models/deal-packages-model.d.ts +33 -0
- package/lib/models/deal-packages-model.d.ts.map +1 -0
- package/lib/models/deal-packages-model.js +15 -0
- package/lib/models/deal-service-item-model.d.ts +67 -0
- package/lib/models/deal-service-item-model.d.ts.map +1 -0
- package/lib/models/deal-service-item-model.js +15 -0
- package/lib/models/deal-service-model.d.ts +67 -0
- package/lib/models/deal-service-model.d.ts.map +1 -0
- package/lib/models/deal-service-model.js +15 -0
- package/lib/models/deal-services-model.d.ts +33 -0
- package/lib/models/deal-services-model.d.ts.map +1 -0
- package/lib/models/deal-services-model.js +15 -0
- package/lib/models/deals-model.d.ts +33 -0
- package/lib/models/deals-model.d.ts.map +1 -0
- package/lib/models/deals-model.js +15 -0
- package/lib/models/deals-simple-model.d.ts +33 -0
- package/lib/models/deals-simple-model.d.ts.map +1 -0
- package/lib/models/deals-simple-model.js +15 -0
- package/lib/models/delete-hospital-consultation-timetable-override-command.d.ts +44 -0
- package/lib/models/delete-hospital-consultation-timetable-override-command.d.ts.map +1 -0
- package/lib/models/delete-hospital-consultation-timetable-override-command.js +15 -0
- package/lib/models/doctor-affiliation-item-model.d.ts +123 -0
- package/lib/models/doctor-affiliation-item-model.d.ts.map +1 -0
- package/lib/models/doctor-affiliation-item-model.js +15 -0
- package/lib/models/doctor-affiliation-model.d.ts +166 -0
- package/lib/models/doctor-affiliation-model.d.ts.map +1 -0
- package/lib/models/doctor-affiliation-model.js +15 -0
- package/lib/models/doctor-affiliations-model.d.ts +33 -0
- package/lib/models/doctor-affiliations-model.d.ts.map +1 -0
- package/lib/models/doctor-affiliations-model.js +15 -0
- package/lib/models/doctor-certificate-item-model.d.ts +55 -0
- package/lib/models/doctor-certificate-item-model.d.ts.map +1 -0
- package/lib/models/doctor-certificate-item-model.js +15 -0
- package/lib/models/doctor-certificate-model.d.ts +55 -0
- package/lib/models/doctor-certificate-model.d.ts.map +1 -0
- package/lib/models/doctor-certificate-model.js +15 -0
- package/lib/models/doctor-certificates-model.d.ts +33 -0
- package/lib/models/doctor-certificates-model.d.ts.map +1 -0
- package/lib/models/doctor-certificates-model.js +15 -0
- package/lib/models/doctor-education-item-model.d.ts +67 -0
- package/lib/models/doctor-education-item-model.d.ts.map +1 -0
- package/lib/models/doctor-education-item-model.js +15 -0
- package/lib/models/doctor-education-model.d.ts +67 -0
- package/lib/models/doctor-education-model.d.ts.map +1 -0
- package/lib/models/doctor-education-model.js +15 -0
- package/lib/models/doctor-educations-model.d.ts +33 -0
- package/lib/models/doctor-educations-model.d.ts.map +1 -0
- package/lib/models/doctor-educations-model.js +15 -0
- package/lib/models/doctor-item-model.d.ts +111 -0
- package/lib/models/doctor-item-model.d.ts.map +1 -0
- package/lib/models/doctor-item-model.js +15 -0
- package/lib/models/doctor-language-item-model.d.ts +55 -0
- package/lib/models/doctor-language-item-model.d.ts.map +1 -0
- package/lib/models/doctor-language-item-model.js +15 -0
- package/lib/models/doctor-language-model.d.ts +55 -0
- package/lib/models/doctor-language-model.d.ts.map +1 -0
- package/lib/models/doctor-language-model.js +15 -0
- package/lib/models/doctor-languages-model.d.ts +33 -0
- package/lib/models/doctor-languages-model.d.ts.map +1 -0
- package/lib/models/doctor-languages-model.js +15 -0
- package/lib/models/doctor-model.d.ts +137 -0
- package/lib/models/doctor-model.d.ts.map +1 -0
- package/lib/models/doctor-model.js +15 -0
- package/lib/models/doctor-portfolio-item-model.d.ts +61 -0
- package/lib/models/doctor-portfolio-item-model.d.ts.map +1 -0
- package/lib/models/doctor-portfolio-item-model.js +15 -0
- package/lib/models/doctor-portfolio-model.d.ts +61 -0
- package/lib/models/doctor-portfolio-model.d.ts.map +1 -0
- package/lib/models/doctor-portfolio-model.js +15 -0
- package/lib/models/doctor-portfolios-model.d.ts +33 -0
- package/lib/models/doctor-portfolios-model.d.ts.map +1 -0
- package/lib/models/doctor-portfolios-model.js +15 -0
- package/lib/models/doctor-simple-item-model.d.ts +49 -0
- package/lib/models/doctor-simple-item-model.d.ts.map +1 -0
- package/lib/models/doctor-simple-item-model.js +15 -0
- package/lib/models/doctor-specialties-model.d.ts +33 -0
- package/lib/models/doctor-specialties-model.d.ts.map +1 -0
- package/lib/models/doctor-specialties-model.js +15 -0
- package/lib/models/doctor-specialty-model.d.ts +61 -0
- package/lib/models/doctor-specialty-model.d.ts.map +1 -0
- package/lib/models/doctor-specialty-model.js +15 -0
- package/lib/models/doctors-model.d.ts +33 -0
- package/lib/models/doctors-model.d.ts.map +1 -0
- package/lib/models/doctors-model.js +15 -0
- package/lib/models/doctors-simple-model.d.ts +33 -0
- package/lib/models/doctors-simple-model.d.ts.map +1 -0
- package/lib/models/doctors-simple-model.js +15 -0
- package/lib/models/duration.d.ts +25 -0
- package/lib/models/duration.d.ts.map +1 -0
- package/lib/models/duration.js +28 -0
- package/lib/models/faq-categories-model.d.ts +33 -0
- package/lib/models/faq-categories-model.d.ts.map +1 -0
- package/lib/models/faq-categories-model.js +15 -0
- package/lib/models/faq-category-item-model.d.ts +92 -0
- package/lib/models/faq-category-item-model.d.ts.map +1 -0
- package/lib/models/faq-category-item-model.js +15 -0
- package/lib/models/faq-category-model.d.ts +110 -0
- package/lib/models/faq-category-model.d.ts.map +1 -0
- package/lib/models/faq-category-model.js +15 -0
- package/lib/models/faq-item-model.d.ts +118 -0
- package/lib/models/faq-item-model.d.ts.map +1 -0
- package/lib/models/faq-item-model.js +15 -0
- package/lib/models/faq-model.d.ts +142 -0
- package/lib/models/faq-model.d.ts.map +1 -0
- package/lib/models/faq-model.js +15 -0
- package/lib/models/faq-tag-item-model.d.ts +37 -0
- package/lib/models/faq-tag-item-model.d.ts.map +1 -0
- package/lib/models/faq-tag-item-model.js +15 -0
- package/lib/models/faq-tag-model.d.ts +37 -0
- package/lib/models/faq-tag-model.d.ts.map +1 -0
- package/lib/models/faq-tag-model.js +15 -0
- package/lib/models/faq-tags-model.d.ts +33 -0
- package/lib/models/faq-tags-model.d.ts.map +1 -0
- package/lib/models/faq-tags-model.js +15 -0
- package/lib/models/faqs-model.d.ts +33 -0
- package/lib/models/faqs-model.d.ts.map +1 -0
- package/lib/models/faqs-model.js +15 -0
- package/lib/models/gender.d.ts +25 -0
- package/lib/models/gender.d.ts.map +1 -0
- package/lib/models/gender.js +28 -0
- package/lib/models/group-channel-list.d.ts +54 -0
- package/lib/models/group-channel-list.d.ts.map +1 -0
- package/lib/models/group-channel-list.js +15 -0
- package/lib/models/group-channel.d.ts +165 -0
- package/lib/models/group-channel.d.ts.map +1 -0
- package/lib/models/group-channel.js +15 -0
- package/lib/models/header-navigation-item-model.d.ts +61 -0
- package/lib/models/header-navigation-item-model.d.ts.map +1 -0
- package/lib/models/header-navigation-item-model.js +15 -0
- package/lib/models/hospital-accreditation-item-model.d.ts +43 -0
- package/lib/models/hospital-accreditation-item-model.d.ts.map +1 -0
- package/lib/models/hospital-accreditation-item-model.js +15 -0
- package/lib/models/hospital-accreditation-model.d.ts +43 -0
- package/lib/models/hospital-accreditation-model.d.ts.map +1 -0
- package/lib/models/hospital-accreditation-model.js +15 -0
- package/lib/models/hospital-accreditations-model.d.ts +33 -0
- package/lib/models/hospital-accreditations-model.d.ts.map +1 -0
- package/lib/models/hospital-accreditations-model.js +15 -0
- package/lib/models/hospital-consultation-option-model.d.ts +37 -0
- package/lib/models/hospital-consultation-option-model.d.ts.map +1 -0
- package/lib/models/hospital-consultation-option-model.js +15 -0
- package/lib/models/hospital-consultation-timetable-item-model.d.ts +44 -0
- package/lib/models/hospital-consultation-timetable-item-model.d.ts.map +1 -0
- package/lib/models/hospital-consultation-timetable-item-model.js +15 -0
- package/lib/models/hospital-consultation-timetable-model.d.ts +44 -0
- package/lib/models/hospital-consultation-timetable-model.d.ts.map +1 -0
- package/lib/models/hospital-consultation-timetable-model.js +15 -0
- package/lib/models/hospital-consultation-timetable-override-item-model.d.ts +56 -0
- package/lib/models/hospital-consultation-timetable-override-item-model.d.ts.map +1 -0
- package/lib/models/hospital-consultation-timetable-override-item-model.js +15 -0
- package/lib/models/hospital-consultation-timetable-override-model.d.ts +56 -0
- package/lib/models/hospital-consultation-timetable-override-model.d.ts.map +1 -0
- package/lib/models/hospital-consultation-timetable-override-model.js +15 -0
- package/lib/models/hospital-consultation-timetable-overrides-model.d.ts +33 -0
- package/lib/models/hospital-consultation-timetable-overrides-model.d.ts.map +1 -0
- package/lib/models/hospital-consultation-timetable-overrides-model.js +15 -0
- package/lib/models/hospital-consultation-timetables-model.d.ts +33 -0
- package/lib/models/hospital-consultation-timetables-model.d.ts.map +1 -0
- package/lib/models/hospital-consultation-timetables-model.js +15 -0
- package/lib/models/hospital-equipment-item-model.d.ts +51 -0
- package/lib/models/hospital-equipment-item-model.d.ts.map +1 -0
- package/lib/models/hospital-equipment-item-model.js +15 -0
- package/lib/models/hospital-equipment-model.d.ts +51 -0
- package/lib/models/hospital-equipment-model.d.ts.map +1 -0
- package/lib/models/hospital-equipment-model.js +15 -0
- package/lib/models/hospital-equipments-model.d.ts +33 -0
- package/lib/models/hospital-equipments-model.d.ts.map +1 -0
- package/lib/models/hospital-equipments-model.js +15 -0
- package/lib/models/hospital-evaluation-item-model.d.ts +49 -0
- package/lib/models/hospital-evaluation-item-model.d.ts.map +1 -0
- package/lib/models/hospital-evaluation-item-model.js +15 -0
- package/lib/models/hospital-evaluation-model.d.ts +49 -0
- package/lib/models/hospital-evaluation-model.d.ts.map +1 -0
- package/lib/models/hospital-evaluation-model.js +15 -0
- package/lib/models/hospital-evaluations-model.d.ts +33 -0
- package/lib/models/hospital-evaluations-model.d.ts.map +1 -0
- package/lib/models/hospital-evaluations-model.js +15 -0
- package/lib/models/hospital-item-model.d.ts +132 -0
- package/lib/models/hospital-item-model.d.ts.map +1 -0
- package/lib/models/hospital-item-model.js +15 -0
- package/lib/models/hospital-language-item-model.d.ts +55 -0
- package/lib/models/hospital-language-item-model.d.ts.map +1 -0
- package/lib/models/hospital-language-item-model.js +15 -0
- package/lib/models/hospital-languages-model.d.ts +33 -0
- package/lib/models/hospital-languages-model.d.ts.map +1 -0
- package/lib/models/hospital-languages-model.js +15 -0
- package/lib/models/hospital-model.d.ts +205 -0
- package/lib/models/hospital-model.d.ts.map +1 -0
- package/lib/models/hospital-model.js +15 -0
- package/lib/models/hospital-service-item-model.d.ts +147 -0
- package/lib/models/hospital-service-item-model.d.ts.map +1 -0
- package/lib/models/hospital-service-item-model.js +15 -0
- package/lib/models/hospital-service-model.d.ts +204 -0
- package/lib/models/hospital-service-model.d.ts.map +1 -0
- package/lib/models/hospital-service-model.js +15 -0
- package/lib/models/hospital-services-model.d.ts +33 -0
- package/lib/models/hospital-services-model.d.ts.map +1 -0
- package/lib/models/hospital-services-model.js +15 -0
- package/lib/models/hospital-simple-item-model.d.ts +49 -0
- package/lib/models/hospital-simple-item-model.d.ts.map +1 -0
- package/lib/models/hospital-simple-item-model.js +15 -0
- package/lib/models/hospital-sns-handles-model.d.ts +33 -0
- package/lib/models/hospital-sns-handles-model.d.ts.map +1 -0
- package/lib/models/hospital-sns-handles-model.js +15 -0
- package/lib/models/hospital-specialties-model.d.ts +33 -0
- package/lib/models/hospital-specialties-model.d.ts.map +1 -0
- package/lib/models/hospital-specialties-model.js +15 -0
- package/lib/models/hospital-specialties-simple-model.d.ts +33 -0
- package/lib/models/hospital-specialties-simple-model.d.ts.map +1 -0
- package/lib/models/hospital-specialties-simple-model.js +15 -0
- package/lib/models/hospital-specialty-item-model.d.ts +123 -0
- package/lib/models/hospital-specialty-item-model.d.ts.map +1 -0
- package/lib/models/hospital-specialty-item-model.js +15 -0
- package/lib/models/hospital-specialty-model.d.ts +179 -0
- package/lib/models/hospital-specialty-model.d.ts.map +1 -0
- package/lib/models/hospital-specialty-model.js +15 -0
- package/lib/models/hospital-specialty-simple-item-model.d.ts +55 -0
- package/lib/models/hospital-specialty-simple-item-model.d.ts.map +1 -0
- package/lib/models/hospital-specialty-simple-item-model.js +15 -0
- package/lib/models/hospitals-model.d.ts +33 -0
- package/lib/models/hospitals-model.d.ts.map +1 -0
- package/lib/models/hospitals-model.js +15 -0
- package/lib/models/hospitals-simple-model.d.ts +33 -0
- package/lib/models/hospitals-simple-model.d.ts.map +1 -0
- package/lib/models/hospitals-simple-model.js +15 -0
- package/lib/models/http-status-code.d.ts +81 -0
- package/lib/models/http-status-code.d.ts.map +1 -0
- package/lib/models/http-status-code.js +84 -0
- package/lib/models/index.d.ts +362 -0
- package/lib/models/index.d.ts.map +1 -0
- package/lib/models/index.js +377 -0
- package/lib/models/invite-send-bird-group-channel-command.d.ts +25 -0
- package/lib/models/invite-send-bird-group-channel-command.d.ts.map +1 -0
- package/lib/models/invite-send-bird-group-channel-command.js +15 -0
- package/lib/models/jtoken.d.ts +20 -0
- package/lib/models/jtoken.d.ts.map +1 -0
- package/lib/models/jtoken.js +15 -0
- package/lib/models/landing-item-model.d.ts +74 -0
- package/lib/models/landing-item-model.d.ts.map +1 -0
- package/lib/models/landing-item-model.js +15 -0
- package/lib/models/landing-model.d.ts +130 -0
- package/lib/models/landing-model.d.ts.map +1 -0
- package/lib/models/landing-model.js +15 -0
- package/lib/models/landings-model.d.ts +33 -0
- package/lib/models/landings-model.d.ts.map +1 -0
- package/lib/models/landings-model.js +15 -0
- package/lib/models/language-item-model.d.ts +55 -0
- package/lib/models/language-item-model.d.ts.map +1 -0
- package/lib/models/language-item-model.js +15 -0
- package/lib/models/language-model.d.ts +55 -0
- package/lib/models/language-model.d.ts.map +1 -0
- package/lib/models/language-model.js +15 -0
- package/lib/models/languages-model.d.ts +33 -0
- package/lib/models/languages-model.d.ts.map +1 -0
- package/lib/models/languages-model.js +15 -0
- package/lib/models/leaved-group-channels-model.d.ts +37 -0
- package/lib/models/leaved-group-channels-model.d.ts.map +1 -0
- package/lib/models/leaved-group-channels-model.js +15 -0
- package/lib/models/localized-url-model.d.ts +31 -0
- package/lib/models/localized-url-model.d.ts.map +1 -0
- package/lib/models/localized-url-model.js +15 -0
- package/lib/models/location-model.d.ts +67 -0
- package/lib/models/location-model.d.ts.map +1 -0
- package/lib/models/location-model.js +15 -0
- package/lib/models/manager-affiliation-item-model.d.ts +43 -0
- package/lib/models/manager-affiliation-item-model.d.ts.map +1 -0
- package/lib/models/manager-affiliation-item-model.js +15 -0
- package/lib/models/manager-affiliation-model.d.ts +43 -0
- package/lib/models/manager-affiliation-model.d.ts.map +1 -0
- package/lib/models/manager-affiliation-model.js +15 -0
- package/lib/models/manager-affiliations-model.d.ts +33 -0
- package/lib/models/manager-affiliations-model.d.ts.map +1 -0
- package/lib/models/manager-affiliations-model.js +15 -0
- package/lib/models/manager-item-model.d.ts +117 -0
- package/lib/models/manager-item-model.d.ts.map +1 -0
- package/lib/models/manager-item-model.js +15 -0
- package/lib/models/manager-model.d.ts +137 -0
- package/lib/models/manager-model.d.ts.map +1 -0
- package/lib/models/manager-model.js +15 -0
- package/lib/models/managers-model.d.ts +33 -0
- package/lib/models/managers-model.d.ts.map +1 -0
- package/lib/models/managers-model.js +15 -0
- package/lib/models/marketing-type.d.ts +23 -0
- package/lib/models/marketing-type.d.ts.map +1 -0
- package/lib/models/marketing-type.js +26 -0
- package/lib/models/media-model.d.ts +56 -0
- package/lib/models/media-model.d.ts.map +1 -0
- package/lib/models/media-model.js +15 -0
- package/lib/models/media-type.d.ts +27 -0
- package/lib/models/media-type.d.ts.map +1 -0
- package/lib/models/media-type.js +30 -0
- package/lib/models/medias-model.d.ts +33 -0
- package/lib/models/medias-model.d.ts.map +1 -0
- package/lib/models/medias-model.js +15 -0
- package/lib/models/member-model.d.ts +62 -0
- package/lib/models/member-model.d.ts.map +1 -0
- package/lib/models/member-model.js +15 -0
- package/lib/models/members-model.d.ts +33 -0
- package/lib/models/members-model.d.ts.map +1 -0
- package/lib/models/members-model.js +15 -0
- package/lib/models/membership-item-model.d.ts +68 -0
- package/lib/models/membership-item-model.d.ts.map +1 -0
- package/lib/models/membership-item-model.js +15 -0
- package/lib/models/membership-model.d.ts +68 -0
- package/lib/models/membership-model.d.ts.map +1 -0
- package/lib/models/membership-model.js +15 -0
- package/lib/models/memberships-model.d.ts +33 -0
- package/lib/models/memberships-model.d.ts.map +1 -0
- package/lib/models/memberships-model.js +15 -0
- package/lib/models/mention-type.d.ts +22 -0
- package/lib/models/mention-type.d.ts.map +1 -0
- package/lib/models/mention-type.js +25 -0
- package/lib/models/message-type.d.ts +23 -0
- package/lib/models/message-type.d.ts.map +1 -0
- package/lib/models/message-type.js +26 -0
- package/lib/models/metadata.d.ts +37 -0
- package/lib/models/metadata.d.ts.map +1 -0
- package/lib/models/metadata.js +15 -0
- package/lib/models/model-file.d.ts +65 -0
- package/lib/models/model-file.d.ts.map +1 -0
- package/lib/models/model-file.js +15 -0
- package/lib/models/notification-code.d.ts +39 -0
- package/lib/models/notification-code.d.ts.map +1 -0
- package/lib/models/notification-code.js +42 -0
- package/lib/models/notification-model.d.ts +86 -0
- package/lib/models/notification-model.d.ts.map +1 -0
- package/lib/models/notification-model.js +15 -0
- package/lib/models/notifications-model.d.ts +39 -0
- package/lib/models/notifications-model.d.ts.map +1 -0
- package/lib/models/notifications-model.js +15 -0
- package/lib/models/paged-list-meta-data.d.ts +79 -0
- package/lib/models/paged-list-meta-data.d.ts.map +1 -0
- package/lib/models/paged-list-meta-data.js +15 -0
- package/lib/models/patient-item-model.d.ts +118 -0
- package/lib/models/patient-item-model.d.ts.map +1 -0
- package/lib/models/patient-item-model.js +15 -0
- package/lib/models/patient-model.d.ts +144 -0
- package/lib/models/patient-model.d.ts.map +1 -0
- package/lib/models/patient-model.js +15 -0
- package/lib/models/patients-model.d.ts +33 -0
- package/lib/models/patients-model.d.ts.map +1 -0
- package/lib/models/patients-model.js +15 -0
- package/lib/models/plan-hospital-item-model.d.ts +49 -0
- package/lib/models/plan-hospital-item-model.d.ts.map +1 -0
- package/lib/models/plan-hospital-item-model.js +15 -0
- package/lib/models/plan-hospital-model.d.ts +49 -0
- package/lib/models/plan-hospital-model.d.ts.map +1 -0
- package/lib/models/plan-hospital-model.js +15 -0
- package/lib/models/plan-hospitals-model.d.ts +33 -0
- package/lib/models/plan-hospitals-model.d.ts.map +1 -0
- package/lib/models/plan-hospitals-model.js +15 -0
- package/lib/models/plan-item-model.d.ts +68 -0
- package/lib/models/plan-item-model.d.ts.map +1 -0
- package/lib/models/plan-item-model.js +15 -0
- package/lib/models/plan-model.d.ts +68 -0
- package/lib/models/plan-model.d.ts.map +1 -0
- package/lib/models/plan-model.js +15 -0
- package/lib/models/plans-model.d.ts +33 -0
- package/lib/models/plans-model.d.ts.map +1 -0
- package/lib/models/plans-model.js +15 -0
- package/lib/models/platform.d.ts +23 -0
- package/lib/models/platform.d.ts.map +1 -0
- package/lib/models/platform.js +26 -0
- package/lib/models/problem-details.d.ts +50 -0
- package/lib/models/problem-details.d.ts.map +1 -0
- package/lib/models/problem-details.js +15 -0
- package/lib/models/procedure.d.ts +22 -0
- package/lib/models/procedure.d.ts.map +1 -0
- package/lib/models/procedure.js +25 -0
- package/lib/models/recurring-interval.d.ts +24 -0
- package/lib/models/recurring-interval.d.ts.map +1 -0
- package/lib/models/recurring-interval.js +27 -0
- package/lib/models/refund-policy.d.ts +23 -0
- package/lib/models/refund-policy.d.ts.map +1 -0
- package/lib/models/refund-policy.js +26 -0
- package/lib/models/reject-booking-command.d.ts +32 -0
- package/lib/models/reject-booking-command.d.ts.map +1 -0
- package/lib/models/reject-booking-command.js +15 -0
- package/lib/models/reject-consultation-command.d.ts +32 -0
- package/lib/models/reject-consultation-command.d.ts.map +1 -0
- package/lib/models/reject-consultation-command.js +15 -0
- package/lib/models/reject-reason.d.ts +24 -0
- package/lib/models/reject-reason.d.ts.map +1 -0
- package/lib/models/reject-reason.js +27 -0
- package/lib/models/review-type.d.ts +23 -0
- package/lib/models/review-type.d.ts.map +1 -0
- package/lib/models/review-type.js +26 -0
- package/lib/models/save-header-navigation-item-model.d.ts +49 -0
- package/lib/models/save-header-navigation-item-model.d.ts.map +1 -0
- package/lib/models/save-header-navigation-item-model.js +15 -0
- package/lib/models/save-header-navigations-command.d.ts +26 -0
- package/lib/models/save-header-navigations-command.d.ts.map +1 -0
- package/lib/models/save-header-navigations-command.js +15 -0
- package/lib/models/save-hospital-consultation-timetable-override-model.d.ts +43 -0
- package/lib/models/save-hospital-consultation-timetable-override-model.d.ts.map +1 -0
- package/lib/models/save-hospital-consultation-timetable-override-model.js +15 -0
- package/lib/models/save-hospital-consultation-timetable-overrides-command.d.ts +26 -0
- package/lib/models/save-hospital-consultation-timetable-overrides-command.d.ts.map +1 -0
- package/lib/models/save-hospital-consultation-timetable-overrides-command.js +15 -0
- package/lib/models/search-index-type.d.ts +32 -0
- package/lib/models/search-index-type.d.ts.map +1 -0
- package/lib/models/search-index-type.js +35 -0
- package/lib/models/send-bird-group-channel-member.d.ts +80 -0
- package/lib/models/send-bird-group-channel-member.d.ts.map +1 -0
- package/lib/models/send-bird-group-channel-member.js +15 -0
- package/lib/models/send-bird-group-channel-model.d.ts +142 -0
- package/lib/models/send-bird-group-channel-model.d.ts.map +1 -0
- package/lib/models/send-bird-group-channel-model.js +15 -0
- package/lib/models/send-bird-group-channelr-operator.d.ts +37 -0
- package/lib/models/send-bird-group-channelr-operator.d.ts.map +1 -0
- package/lib/models/send-bird-group-channelr-operator.js +15 -0
- package/lib/models/send-template-version-command.d.ts +25 -0
- package/lib/models/send-template-version-command.d.ts.map +1 -0
- package/lib/models/send-template-version-command.js +15 -0
- package/lib/models/sendbird-response.d.ts +57 -0
- package/lib/models/sendbird-response.d.ts.map +1 -0
- package/lib/models/sendbird-response.js +15 -0
- package/lib/models/service-categories-model.d.ts +33 -0
- package/lib/models/service-categories-model.d.ts.map +1 -0
- package/lib/models/service-categories-model.js +15 -0
- package/lib/models/service-category-item-model.d.ts +55 -0
- package/lib/models/service-category-item-model.d.ts.map +1 -0
- package/lib/models/service-category-item-model.js +15 -0
- package/lib/models/service-category-mapping-model.d.ts +31 -0
- package/lib/models/service-category-mapping-model.d.ts.map +1 -0
- package/lib/models/service-category-mapping-model.js +15 -0
- package/lib/models/service-category-model.d.ts +55 -0
- package/lib/models/service-category-model.d.ts.map +1 -0
- package/lib/models/service-category-model.js +15 -0
- package/lib/models/service-review-item-model.d.ts +124 -0
- package/lib/models/service-review-item-model.d.ts.map +1 -0
- package/lib/models/service-review-item-model.js +15 -0
- package/lib/models/service-review-model.d.ts +142 -0
- package/lib/models/service-review-model.d.ts.map +1 -0
- package/lib/models/service-review-model.js +15 -0
- package/lib/models/service-reviews-model.d.ts +33 -0
- package/lib/models/service-reviews-model.d.ts.map +1 -0
- package/lib/models/service-reviews-model.js +15 -0
- package/lib/models/session-token.d.ts +31 -0
- package/lib/models/session-token.d.ts.map +1 -0
- package/lib/models/session-token.js +15 -0
- package/lib/models/sns-handle-model.d.ts +38 -0
- package/lib/models/sns-handle-model.d.ts.map +1 -0
- package/lib/models/sns-handle-model.js +15 -0
- package/lib/models/sns-type.d.ts +26 -0
- package/lib/models/sns-type.d.ts.map +1 -0
- package/lib/models/sns-type.js +29 -0
- package/lib/models/sorting-order.d.ts +22 -0
- package/lib/models/sorting-order.d.ts.map +1 -0
- package/lib/models/sorting-order.js +25 -0
- package/lib/models/source-model.d.ts +43 -0
- package/lib/models/source-model.d.ts.map +1 -0
- package/lib/models/source-model.js +15 -0
- package/lib/models/specialties-model.d.ts +33 -0
- package/lib/models/specialties-model.d.ts.map +1 -0
- package/lib/models/specialties-model.js +15 -0
- package/lib/models/specialties-simple-model.d.ts +33 -0
- package/lib/models/specialties-simple-model.d.ts.map +1 -0
- package/lib/models/specialties-simple-model.js +15 -0
- package/lib/models/specialty-item-model.d.ts +106 -0
- package/lib/models/specialty-item-model.d.ts.map +1 -0
- package/lib/models/specialty-item-model.js +15 -0
- package/lib/models/specialty-item-simple-model.d.ts +55 -0
- package/lib/models/specialty-item-simple-model.d.ts.map +1 -0
- package/lib/models/specialty-item-simple-model.js +15 -0
- package/lib/models/specialty-model.d.ts +130 -0
- package/lib/models/specialty-model.d.ts.map +1 -0
- package/lib/models/specialty-model.js +15 -0
- package/lib/models/specialty-type-item-model.d.ts +106 -0
- package/lib/models/specialty-type-item-model.d.ts.map +1 -0
- package/lib/models/specialty-type-item-model.js +15 -0
- package/lib/models/specialty-type-model.d.ts +124 -0
- package/lib/models/specialty-type-model.d.ts.map +1 -0
- package/lib/models/specialty-type-model.js +15 -0
- package/lib/models/specialty-type-simple-item-model.d.ts +49 -0
- package/lib/models/specialty-type-simple-item-model.d.ts.map +1 -0
- package/lib/models/specialty-type-simple-item-model.js +15 -0
- package/lib/models/specialty-types-model.d.ts +33 -0
- package/lib/models/specialty-types-model.d.ts.map +1 -0
- package/lib/models/specialty-types-model.js +15 -0
- package/lib/models/specialty-types-simple-model.d.ts +33 -0
- package/lib/models/specialty-types-simple-model.d.ts.map +1 -0
- package/lib/models/specialty-types-simple-model.js +15 -0
- package/lib/models/string-string-ienumerable-key-value-pair.d.ts +31 -0
- package/lib/models/string-string-ienumerable-key-value-pair.d.ts.map +1 -0
- package/lib/models/string-string-ienumerable-key-value-pair.js +15 -0
- package/lib/models/subscription-model.d.ts +37 -0
- package/lib/models/subscription-model.d.ts.map +1 -0
- package/lib/models/subscription-model.js +15 -0
- package/lib/models/survey-form-element-input-model.d.ts +81 -0
- package/lib/models/survey-form-element-input-model.d.ts.map +1 -0
- package/lib/models/survey-form-element-input-model.js +15 -0
- package/lib/models/survey-form-element-model.d.ts +81 -0
- package/lib/models/survey-form-element-model.d.ts.map +1 -0
- package/lib/models/survey-form-element-model.js +15 -0
- package/lib/models/survey-form-element-option-input-model.d.ts +55 -0
- package/lib/models/survey-form-element-option-input-model.d.ts.map +1 -0
- package/lib/models/survey-form-element-option-input-model.js +15 -0
- package/lib/models/survey-form-element-option-model.d.ts +61 -0
- package/lib/models/survey-form-element-option-model.d.ts.map +1 -0
- package/lib/models/survey-form-element-option-model.js +15 -0
- package/lib/models/survey-form-element-types.d.ts +32 -0
- package/lib/models/survey-form-element-types.d.ts.map +1 -0
- package/lib/models/survey-form-element-types.js +35 -0
- package/lib/models/survey-form-item-model.d.ts +63 -0
- package/lib/models/survey-form-item-model.d.ts.map +1 -0
- package/lib/models/survey-form-item-model.js +15 -0
- package/lib/models/survey-form-model.d.ts +88 -0
- package/lib/models/survey-form-model.d.ts.map +1 -0
- package/lib/models/survey-form-model.js +15 -0
- package/lib/models/survey-form-status.d.ts +22 -0
- package/lib/models/survey-form-status.d.ts.map +1 -0
- package/lib/models/survey-form-status.js +25 -0
- package/lib/models/survey-forms-model.d.ts +33 -0
- package/lib/models/survey-forms-model.d.ts.map +1 -0
- package/lib/models/survey-forms-model.js +15 -0
- package/lib/models/survey-result-element-model.d.ts +38 -0
- package/lib/models/survey-result-element-model.d.ts.map +1 -0
- package/lib/models/survey-result-element-model.js +15 -0
- package/lib/models/survey-result-element-value-model.d.ts +37 -0
- package/lib/models/survey-result-element-value-model.d.ts.map +1 -0
- package/lib/models/survey-result-element-value-model.js +15 -0
- package/lib/models/survey-result-item-model.d.ts +74 -0
- package/lib/models/survey-result-item-model.d.ts.map +1 -0
- package/lib/models/survey-result-item-model.js +15 -0
- package/lib/models/survey-result-model.d.ts +99 -0
- package/lib/models/survey-result-model.d.ts.map +1 -0
- package/lib/models/survey-result-model.js +15 -0
- package/lib/models/survey-result-user-model.d.ts +37 -0
- package/lib/models/survey-result-user-model.d.ts.map +1 -0
- package/lib/models/survey-result-user-model.js +15 -0
- package/lib/models/survey-results-model.d.ts +33 -0
- package/lib/models/survey-results-model.d.ts.map +1 -0
- package/lib/models/survey-results-model.js +15 -0
- package/lib/models/tag-item-model.d.ts +43 -0
- package/lib/models/tag-item-model.d.ts.map +1 -0
- package/lib/models/tag-item-model.js +15 -0
- package/lib/models/tag-model.d.ts +43 -0
- package/lib/models/tag-model.d.ts.map +1 -0
- package/lib/models/tag-model.js +15 -0
- package/lib/models/tags-model.d.ts +33 -0
- package/lib/models/tags-model.d.ts.map +1 -0
- package/lib/models/tags-model.js +15 -0
- package/lib/models/template-version-item-model.d.ts +67 -0
- package/lib/models/template-version-item-model.d.ts.map +1 -0
- package/lib/models/template-version-item-model.js +15 -0
- package/lib/models/template-version-model.d.ts +67 -0
- package/lib/models/template-version-model.d.ts.map +1 -0
- package/lib/models/template-version-model.js +15 -0
- package/lib/models/template-versions-model.d.ts +33 -0
- package/lib/models/template-versions-model.d.ts.map +1 -0
- package/lib/models/template-versions-model.js +15 -0
- package/lib/models/text-message.d.ts +130 -0
- package/lib/models/text-message.d.ts.map +1 -0
- package/lib/models/text-message.js +15 -0
- package/lib/models/translate-all-options.d.ts +23 -0
- package/lib/models/translate-all-options.d.ts.map +1 -0
- package/lib/models/translate-all-options.js +26 -0
- package/lib/models/translate-command.d.ts +43 -0
- package/lib/models/translate-command.d.ts.map +1 -0
- package/lib/models/translate-command.js +15 -0
- package/lib/models/translate-doctor-affiliation-command.d.ts +38 -0
- package/lib/models/translate-doctor-affiliation-command.d.ts.map +1 -0
- package/lib/models/translate-doctor-affiliation-command.js +15 -0
- package/lib/models/translate-hospital-command.d.ts +38 -0
- package/lib/models/translate-hospital-command.d.ts.map +1 -0
- package/lib/models/translate-hospital-command.js +15 -0
- package/lib/models/update-about-us-page-command.d.ts +98 -0
- package/lib/models/update-about-us-page-command.d.ts.map +1 -0
- package/lib/models/update-about-us-page-command.js +15 -0
- package/lib/models/update-accreditation-command.d.ts +37 -0
- package/lib/models/update-accreditation-command.d.ts.map +1 -0
- package/lib/models/update-accreditation-command.js +15 -0
- package/lib/models/update-app-version-command.d.ts +37 -0
- package/lib/models/update-app-version-command.d.ts.map +1 -0
- package/lib/models/update-app-version-command.js +15 -0
- package/lib/models/update-article-command.d.ts +131 -0
- package/lib/models/update-article-command.d.ts.map +1 -0
- package/lib/models/update-article-command.js +15 -0
- package/lib/models/update-article-contributor-command.d.ts +38 -0
- package/lib/models/update-article-contributor-command.d.ts.map +1 -0
- package/lib/models/update-article-contributor-command.js +15 -0
- package/lib/models/update-article-source-command.d.ts +37 -0
- package/lib/models/update-article-source-command.d.ts.map +1 -0
- package/lib/models/update-article-source-command.js +15 -0
- package/lib/models/update-chadmin-command.d.ts +86 -0
- package/lib/models/update-chadmin-command.d.ts.map +1 -0
- package/lib/models/update-chadmin-command.js +15 -0
- package/lib/models/update-chat-user-command.d.ts +43 -0
- package/lib/models/update-chat-user-command.d.ts.map +1 -0
- package/lib/models/update-chat-user-command.js +15 -0
- package/lib/models/update-chmanager-command.d.ts +86 -0
- package/lib/models/update-chmanager-command.d.ts.map +1 -0
- package/lib/models/update-chmanager-command.js +15 -0
- package/lib/models/update-contributor-command.d.ts +79 -0
- package/lib/models/update-contributor-command.d.ts.map +1 -0
- package/lib/models/update-contributor-command.js +15 -0
- package/lib/models/update-contributor-sns-handle-command.d.ts +32 -0
- package/lib/models/update-contributor-sns-handle-command.d.ts.map +1 -0
- package/lib/models/update-contributor-sns-handle-command.js +15 -0
- package/lib/models/update-country-command.d.ts +74 -0
- package/lib/models/update-country-command.d.ts.map +1 -0
- package/lib/models/update-country-command.js +15 -0
- package/lib/models/update-deal-command.d.ts +80 -0
- package/lib/models/update-deal-command.d.ts.map +1 -0
- package/lib/models/update-deal-command.js +15 -0
- package/lib/models/update-deal-package-command.d.ts +56 -0
- package/lib/models/update-deal-package-command.d.ts.map +1 -0
- package/lib/models/update-deal-package-command.js +15 -0
- package/lib/models/update-deal-service-command.d.ts +25 -0
- package/lib/models/update-deal-service-command.d.ts.map +1 -0
- package/lib/models/update-deal-service-command.js +15 -0
- package/lib/models/update-doctor-affiliation-command.d.ts +116 -0
- package/lib/models/update-doctor-affiliation-command.d.ts.map +1 -0
- package/lib/models/update-doctor-affiliation-command.js +15 -0
- package/lib/models/update-doctor-certificate-command.d.ts +37 -0
- package/lib/models/update-doctor-certificate-command.d.ts.map +1 -0
- package/lib/models/update-doctor-certificate-command.js +15 -0
- package/lib/models/update-doctor-command.d.ts +86 -0
- package/lib/models/update-doctor-command.d.ts.map +1 -0
- package/lib/models/update-doctor-command.js +15 -0
- package/lib/models/update-doctor-education-command.d.ts +37 -0
- package/lib/models/update-doctor-education-command.d.ts.map +1 -0
- package/lib/models/update-doctor-education-command.js +15 -0
- package/lib/models/update-doctor-language-command.d.ts +31 -0
- package/lib/models/update-doctor-language-command.d.ts.map +1 -0
- package/lib/models/update-doctor-language-command.js +15 -0
- package/lib/models/update-doctor-portfolio-command.d.ts +55 -0
- package/lib/models/update-doctor-portfolio-command.d.ts.map +1 -0
- package/lib/models/update-doctor-portfolio-command.js +15 -0
- package/lib/models/update-doctor-specialty-command.d.ts +25 -0
- package/lib/models/update-doctor-specialty-command.d.ts.map +1 -0
- package/lib/models/update-doctor-specialty-command.js +15 -0
- package/lib/models/update-faq-category-command.d.ts +61 -0
- package/lib/models/update-faq-category-command.d.ts.map +1 -0
- package/lib/models/update-faq-category-command.js +15 -0
- package/lib/models/update-faq-command.d.ts +87 -0
- package/lib/models/update-faq-command.d.ts.map +1 -0
- package/lib/models/update-faq-command.js +15 -0
- package/lib/models/update-hospital-command.d.ts +172 -0
- package/lib/models/update-hospital-command.d.ts.map +1 -0
- package/lib/models/update-hospital-command.js +15 -0
- package/lib/models/update-hospital-consultation-timetable-command.d.ts +38 -0
- package/lib/models/update-hospital-consultation-timetable-command.d.ts.map +1 -0
- package/lib/models/update-hospital-consultation-timetable-command.js +15 -0
- package/lib/models/update-hospital-equipment-command.d.ts +45 -0
- package/lib/models/update-hospital-equipment-command.d.ts.map +1 -0
- package/lib/models/update-hospital-equipment-command.js +15 -0
- package/lib/models/update-hospital-language-command.d.ts +31 -0
- package/lib/models/update-hospital-language-command.d.ts.map +1 -0
- package/lib/models/update-hospital-language-command.js +15 -0
- package/lib/models/update-hospital-service-command.d.ts +117 -0
- package/lib/models/update-hospital-service-command.d.ts.map +1 -0
- package/lib/models/update-hospital-service-command.js +15 -0
- package/lib/models/update-hospital-sns-handle-command.d.ts +32 -0
- package/lib/models/update-hospital-sns-handle-command.d.ts.map +1 -0
- package/lib/models/update-hospital-sns-handle-command.js +15 -0
- package/lib/models/update-hospital-specialty-command.d.ts +98 -0
- package/lib/models/update-hospital-specialty-command.d.ts.map +1 -0
- package/lib/models/update-hospital-specialty-command.js +15 -0
- package/lib/models/update-hospital-working-day-command.d.ts +43 -0
- package/lib/models/update-hospital-working-day-command.d.ts.map +1 -0
- package/lib/models/update-hospital-working-day-command.js +15 -0
- package/lib/models/update-landing-command.d.ts +86 -0
- package/lib/models/update-landing-command.d.ts.map +1 -0
- package/lib/models/update-landing-command.js +15 -0
- package/lib/models/update-language-command.d.ts +49 -0
- package/lib/models/update-language-command.d.ts.map +1 -0
- package/lib/models/update-language-command.js +15 -0
- package/lib/models/update-manager-command.d.ts +92 -0
- package/lib/models/update-manager-command.d.ts.map +1 -0
- package/lib/models/update-manager-command.js +15 -0
- package/lib/models/update-media-command.d.ts +50 -0
- package/lib/models/update-media-command.d.ts.map +1 -0
- package/lib/models/update-media-command.js +15 -0
- package/lib/models/update-patient-command.d.ts +86 -0
- package/lib/models/update-patient-command.d.ts.map +1 -0
- package/lib/models/update-patient-command.js +15 -0
- package/lib/models/update-plan-command.d.ts +56 -0
- package/lib/models/update-plan-command.d.ts.map +1 -0
- package/lib/models/update-plan-command.js +15 -0
- package/lib/models/update-plan-hospital-command.d.ts +25 -0
- package/lib/models/update-plan-hospital-command.d.ts.map +1 -0
- package/lib/models/update-plan-hospital-command.js +15 -0
- package/lib/models/update-profile-command.d.ts +88 -0
- package/lib/models/update-profile-command.d.ts.map +1 -0
- package/lib/models/update-profile-command.js +15 -0
- package/lib/models/update-service-category-command.d.ts +37 -0
- package/lib/models/update-service-category-command.d.ts.map +1 -0
- package/lib/models/update-service-category-command.js +15 -0
- package/lib/models/update-service-review-command.d.ts +67 -0
- package/lib/models/update-service-review-command.d.ts.map +1 -0
- package/lib/models/update-service-review-command.js +15 -0
- package/lib/models/update-specialty-command.d.ts +98 -0
- package/lib/models/update-specialty-command.d.ts.map +1 -0
- package/lib/models/update-specialty-command.js +15 -0
- package/lib/models/update-specialty-type-command.d.ts +99 -0
- package/lib/models/update-specialty-type-command.d.ts.map +1 -0
- package/lib/models/update-specialty-type-command.js +15 -0
- package/lib/models/update-survey-form-command.d.ts +69 -0
- package/lib/models/update-survey-form-command.d.ts.map +1 -0
- package/lib/models/update-survey-form-command.js +15 -0
- package/lib/models/update-template-version-command.d.ts +37 -0
- package/lib/models/update-template-version-command.d.ts.map +1 -0
- package/lib/models/update-template-version-command.js +15 -0
- package/lib/models/user-language-model.d.ts +55 -0
- package/lib/models/user-language-model.d.ts.map +1 -0
- package/lib/models/user-language-model.js +15 -0
- package/lib/models/user-location-model.d.ts +74 -0
- package/lib/models/user-location-model.d.ts.map +1 -0
- package/lib/models/user-location-model.js +15 -0
- package/lib/models/user-location-type.d.ts +22 -0
- package/lib/models/user-location-type.d.ts.map +1 -0
- package/lib/models/user-location-type.js +25 -0
- package/lib/models/user-model.d.ts +131 -0
- package/lib/models/user-model.d.ts.map +1 -0
- package/lib/models/user-model.js +15 -0
- package/lib/models/user.d.ts +116 -0
- package/lib/models/user.d.ts.map +1 -0
- package/lib/models/user.js +15 -0
- package/lib/models/working-day-item-model.d.ts +49 -0
- package/lib/models/working-day-item-model.d.ts.map +1 -0
- package/lib/models/working-day-item-model.js +15 -0
- package/lib/models/working-day-model.d.ts +49 -0
- package/lib/models/working-day-model.d.ts.map +1 -0
- package/lib/models/working-day-model.js +15 -0
- package/lib/models/working-days-model.d.ts +33 -0
- package/lib/models/working-days-model.d.ts.map +1 -0
- package/lib/models/working-days-model.js +15 -0
- package/openapitools.json +6 -1
- package/package.json +1 -1
|
@@ -0,0 +1,1685 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
3
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1
|
|
6
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
|
|
13
|
+
import { Configuration } from '../configuration';
|
|
14
|
+
import { RequestArgs, BaseAPI } from '../base';
|
|
15
|
+
import { CreateDoctorCertificateCommand } from '../models';
|
|
16
|
+
import { CreateDoctorCommand } from '../models';
|
|
17
|
+
import { CreateDoctorEducationCommand } from '../models';
|
|
18
|
+
import { CreateDoctorLanguageCommand } from '../models';
|
|
19
|
+
import { CreateDoctorPortfolioCommand } from '../models';
|
|
20
|
+
import { CreateDoctorSpecialtyCommand } from '../models';
|
|
21
|
+
import { CreateMediaCommand } from '../models';
|
|
22
|
+
import { DoctorCertificateModel } from '../models';
|
|
23
|
+
import { DoctorCertificatesModel } from '../models';
|
|
24
|
+
import { DoctorEducationModel } from '../models';
|
|
25
|
+
import { DoctorEducationsModel } from '../models';
|
|
26
|
+
import { DoctorLanguageModel } from '../models';
|
|
27
|
+
import { DoctorLanguagesModel } from '../models';
|
|
28
|
+
import { DoctorModel } from '../models';
|
|
29
|
+
import { DoctorPortfolioModel } from '../models';
|
|
30
|
+
import { DoctorPortfoliosModel } from '../models';
|
|
31
|
+
import { DoctorSpecialtiesModel } from '../models';
|
|
32
|
+
import { DoctorSpecialtyModel } from '../models';
|
|
33
|
+
import { DoctorsModel } from '../models';
|
|
34
|
+
import { DoctorsSimpleModel } from '../models';
|
|
35
|
+
import { Gender } from '../models';
|
|
36
|
+
import { MediaModel } from '../models';
|
|
37
|
+
import { MediaType } from '../models';
|
|
38
|
+
import { MediasModel } from '../models';
|
|
39
|
+
import { UpdateDoctorCertificateCommand } from '../models';
|
|
40
|
+
import { UpdateDoctorCommand } from '../models';
|
|
41
|
+
import { UpdateDoctorEducationCommand } from '../models';
|
|
42
|
+
import { UpdateDoctorLanguageCommand } from '../models';
|
|
43
|
+
import { UpdateDoctorPortfolioCommand } from '../models';
|
|
44
|
+
import { UpdateDoctorSpecialtyCommand } from '../models';
|
|
45
|
+
import { UpdateMediaCommand } from '../models';
|
|
46
|
+
/**
|
|
47
|
+
* DoctorsApi - axios parameter creator
|
|
48
|
+
* @export
|
|
49
|
+
*/
|
|
50
|
+
export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @summary Delete DoctorCertificate.
|
|
54
|
+
* @param {string} doctorId
|
|
55
|
+
* @param {string} certificateId
|
|
56
|
+
* @param {*} [options] Override http request option.
|
|
57
|
+
* @throws {RequiredError}
|
|
58
|
+
*/
|
|
59
|
+
apiV1DoctorsDoctorIdCertificatesCertificateIdDelete: (doctorId: string, certificateId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @summary Get DoctorCertificate.
|
|
63
|
+
* @param {string} doctorId
|
|
64
|
+
* @param {string} certificateId
|
|
65
|
+
* @param {*} [options] Override http request option.
|
|
66
|
+
* @throws {RequiredError}
|
|
67
|
+
*/
|
|
68
|
+
apiV1DoctorsDoctorIdCertificatesCertificateIdGet: (doctorId: string, certificateId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
69
|
+
/**
|
|
70
|
+
*
|
|
71
|
+
* @summary Update DoctorCertificate.
|
|
72
|
+
* @param {string} doctorId
|
|
73
|
+
* @param {string} certificateId
|
|
74
|
+
* @param {UpdateDoctorCertificateCommand} [updateDoctorCertificateCommand]
|
|
75
|
+
* @param {*} [options] Override http request option.
|
|
76
|
+
* @throws {RequiredError}
|
|
77
|
+
*/
|
|
78
|
+
apiV1DoctorsDoctorIdCertificatesCertificateIdPut: (doctorId: string, certificateId: string, updateDoctorCertificateCommand?: UpdateDoctorCertificateCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
79
|
+
/**
|
|
80
|
+
*
|
|
81
|
+
* @summary Delete DoctorCertificate.
|
|
82
|
+
* @param {string} doctorId
|
|
83
|
+
* @param {string} [doctorName]
|
|
84
|
+
* @param {string} [certificateId]
|
|
85
|
+
* @param {string} [certificate]
|
|
86
|
+
* @param {Date} [activeFrom]
|
|
87
|
+
* @param {Date} [activeTo]
|
|
88
|
+
* @param {number} [page]
|
|
89
|
+
* @param {number} [limit]
|
|
90
|
+
* @param {Date} [lastRetrieved]
|
|
91
|
+
* @param {*} [options] Override http request option.
|
|
92
|
+
* @throws {RequiredError}
|
|
93
|
+
*/
|
|
94
|
+
apiV1DoctorsDoctorIdCertificatesGet: (doctorId: string, doctorName?: string, certificateId?: string, certificate?: string, activeFrom?: Date, activeTo?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
95
|
+
/**
|
|
96
|
+
*
|
|
97
|
+
* @summary Create DoctorCertificate.
|
|
98
|
+
* @param {string} doctorId
|
|
99
|
+
* @param {CreateDoctorCertificateCommand} [createDoctorCertificateCommand]
|
|
100
|
+
* @param {*} [options] Override http request option.
|
|
101
|
+
* @throws {RequiredError}
|
|
102
|
+
*/
|
|
103
|
+
apiV1DoctorsDoctorIdCertificatesPost: (doctorId: string, createDoctorCertificateCommand?: CreateDoctorCertificateCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
104
|
+
/**
|
|
105
|
+
*
|
|
106
|
+
* @summary Delete Doctor.
|
|
107
|
+
* @param {string} doctorId
|
|
108
|
+
* @param {boolean} [isPermanent]
|
|
109
|
+
* @param {*} [options] Override http request option.
|
|
110
|
+
* @throws {RequiredError}
|
|
111
|
+
*/
|
|
112
|
+
apiV1DoctorsDoctorIdDelete: (doctorId: string, isPermanent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
113
|
+
/**
|
|
114
|
+
*
|
|
115
|
+
* @summary Delete DoctorEducation
|
|
116
|
+
* @param {string} doctorId
|
|
117
|
+
* @param {string} educationId
|
|
118
|
+
* @param {*} [options] Override http request option.
|
|
119
|
+
* @throws {RequiredError}
|
|
120
|
+
*/
|
|
121
|
+
apiV1DoctorsDoctorIdEducationsEducationIdDelete: (doctorId: string, educationId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
122
|
+
/**
|
|
123
|
+
*
|
|
124
|
+
* @summary Get DoctorEducation.
|
|
125
|
+
* @param {string} doctorId
|
|
126
|
+
* @param {string} educationId
|
|
127
|
+
* @param {*} [options] Override http request option.
|
|
128
|
+
* @throws {RequiredError}
|
|
129
|
+
*/
|
|
130
|
+
apiV1DoctorsDoctorIdEducationsEducationIdGet: (doctorId: string, educationId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
131
|
+
/**
|
|
132
|
+
*
|
|
133
|
+
* @summary Update DoctorEducation.
|
|
134
|
+
* @param {string} doctorId
|
|
135
|
+
* @param {string} educationId
|
|
136
|
+
* @param {UpdateDoctorEducationCommand} [updateDoctorEducationCommand]
|
|
137
|
+
* @param {*} [options] Override http request option.
|
|
138
|
+
* @throws {RequiredError}
|
|
139
|
+
*/
|
|
140
|
+
apiV1DoctorsDoctorIdEducationsEducationIdPut: (doctorId: string, educationId: string, updateDoctorEducationCommand?: UpdateDoctorEducationCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
141
|
+
/**
|
|
142
|
+
*
|
|
143
|
+
* @summary Get all DoctorEducations.
|
|
144
|
+
* @param {string} doctorId
|
|
145
|
+
* @param {string} [doctorName]
|
|
146
|
+
* @param {string} [educationId]
|
|
147
|
+
* @param {string} [institution]
|
|
148
|
+
* @param {string} [qualification]
|
|
149
|
+
* @param {Date} [graduationDate]
|
|
150
|
+
* @param {number} [page]
|
|
151
|
+
* @param {number} [limit]
|
|
152
|
+
* @param {Date} [lastRetrieved]
|
|
153
|
+
* @param {*} [options] Override http request option.
|
|
154
|
+
* @throws {RequiredError}
|
|
155
|
+
*/
|
|
156
|
+
apiV1DoctorsDoctorIdEducationsGet: (doctorId: string, doctorName?: string, educationId?: string, institution?: string, qualification?: string, graduationDate?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
157
|
+
/**
|
|
158
|
+
*
|
|
159
|
+
* @summary Create DoctorEducation.
|
|
160
|
+
* @param {string} doctorId
|
|
161
|
+
* @param {CreateDoctorEducationCommand} [createDoctorEducationCommand]
|
|
162
|
+
* @param {*} [options] Override http request option.
|
|
163
|
+
* @throws {RequiredError}
|
|
164
|
+
*/
|
|
165
|
+
apiV1DoctorsDoctorIdEducationsPost: (doctorId: string, createDoctorEducationCommand?: CreateDoctorEducationCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
166
|
+
/**
|
|
167
|
+
*
|
|
168
|
+
* @summary
|
|
169
|
+
* @param {string} doctorId
|
|
170
|
+
* @param {*} [options] Override http request option.
|
|
171
|
+
* @throws {RequiredError}
|
|
172
|
+
*/
|
|
173
|
+
apiV1DoctorsDoctorIdGet: (doctorId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
174
|
+
/**
|
|
175
|
+
*
|
|
176
|
+
* @summary Get all DoctorLanguages.
|
|
177
|
+
* @param {string} doctorId
|
|
178
|
+
* @param {string} [languageCode]
|
|
179
|
+
* @param {number} [page]
|
|
180
|
+
* @param {number} [limit]
|
|
181
|
+
* @param {Date} [lastRetrieved]
|
|
182
|
+
* @param {*} [options] Override http request option.
|
|
183
|
+
* @throws {RequiredError}
|
|
184
|
+
*/
|
|
185
|
+
apiV1DoctorsDoctorIdLanguagesGet: (doctorId: string, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
186
|
+
/**
|
|
187
|
+
*
|
|
188
|
+
* @summary Delete DoctorLanguage
|
|
189
|
+
* @param {string} doctorId
|
|
190
|
+
* @param {string} languageCode
|
|
191
|
+
* @param {*} [options] Override http request option.
|
|
192
|
+
* @throws {RequiredError}
|
|
193
|
+
*/
|
|
194
|
+
apiV1DoctorsDoctorIdLanguagesLanguageCodeDelete: (doctorId: string, languageCode: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
195
|
+
/**
|
|
196
|
+
*
|
|
197
|
+
* @summary Get DoctorLanguage.
|
|
198
|
+
* @param {string} doctorId
|
|
199
|
+
* @param {string} languageCode
|
|
200
|
+
* @param {*} [options] Override http request option.
|
|
201
|
+
* @throws {RequiredError}
|
|
202
|
+
*/
|
|
203
|
+
apiV1DoctorsDoctorIdLanguagesLanguageCodeGet: (doctorId: string, languageCode: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
204
|
+
/**
|
|
205
|
+
*
|
|
206
|
+
* @summary Update DoctorLanguage.
|
|
207
|
+
* @param {string} doctorId
|
|
208
|
+
* @param {string} languageCode
|
|
209
|
+
* @param {UpdateDoctorLanguageCommand} [updateDoctorLanguageCommand]
|
|
210
|
+
* @param {*} [options] Override http request option.
|
|
211
|
+
* @throws {RequiredError}
|
|
212
|
+
*/
|
|
213
|
+
apiV1DoctorsDoctorIdLanguagesLanguageCodePut: (doctorId: string, languageCode: string, updateDoctorLanguageCommand?: UpdateDoctorLanguageCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
214
|
+
/**
|
|
215
|
+
*
|
|
216
|
+
* @summary Create DoctorLanguage.
|
|
217
|
+
* @param {string} doctorId
|
|
218
|
+
* @param {CreateDoctorLanguageCommand} [createDoctorLanguageCommand]
|
|
219
|
+
* @param {*} [options] Override http request option.
|
|
220
|
+
* @throws {RequiredError}
|
|
221
|
+
*/
|
|
222
|
+
apiV1DoctorsDoctorIdLanguagesPost: (doctorId: string, createDoctorLanguageCommand?: CreateDoctorLanguageCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
223
|
+
/**
|
|
224
|
+
*
|
|
225
|
+
* @summary Get all DoctorMedias.
|
|
226
|
+
* @param {string} doctorId
|
|
227
|
+
* @param {string} [id]
|
|
228
|
+
* @param {MediaType} [mediaType]
|
|
229
|
+
* @param {number} [page]
|
|
230
|
+
* @param {number} [limit]
|
|
231
|
+
* @param {Date} [lastRetrieved]
|
|
232
|
+
* @param {*} [options] Override http request option.
|
|
233
|
+
* @throws {RequiredError}
|
|
234
|
+
*/
|
|
235
|
+
apiV1DoctorsDoctorIdMediasGet: (doctorId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
236
|
+
/**
|
|
237
|
+
*
|
|
238
|
+
* @summary Delete DoctorMedia
|
|
239
|
+
* @param {string} doctorId
|
|
240
|
+
* @param {string} mediaId
|
|
241
|
+
* @param {*} [options] Override http request option.
|
|
242
|
+
* @throws {RequiredError}
|
|
243
|
+
*/
|
|
244
|
+
apiV1DoctorsDoctorIdMediasMediaIdDelete: (doctorId: string, mediaId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
245
|
+
/**
|
|
246
|
+
*
|
|
247
|
+
* @summary Get DoctorMedia.
|
|
248
|
+
* @param {string} doctorId
|
|
249
|
+
* @param {string} mediaId
|
|
250
|
+
* @param {*} [options] Override http request option.
|
|
251
|
+
* @throws {RequiredError}
|
|
252
|
+
*/
|
|
253
|
+
apiV1DoctorsDoctorIdMediasMediaIdGet: (doctorId: string, mediaId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
254
|
+
/**
|
|
255
|
+
*
|
|
256
|
+
* @summary Update DoctorMedia.
|
|
257
|
+
* @param {string} doctorId
|
|
258
|
+
* @param {string} mediaId
|
|
259
|
+
* @param {UpdateMediaCommand} [updateMediaCommand]
|
|
260
|
+
* @param {*} [options] Override http request option.
|
|
261
|
+
* @throws {RequiredError}
|
|
262
|
+
*/
|
|
263
|
+
apiV1DoctorsDoctorIdMediasMediaIdPut: (doctorId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
264
|
+
/**
|
|
265
|
+
*
|
|
266
|
+
* @summary Create DoctorMedia.
|
|
267
|
+
* @param {string} doctorId
|
|
268
|
+
* @param {CreateMediaCommand} [createMediaCommand]
|
|
269
|
+
* @param {*} [options] Override http request option.
|
|
270
|
+
* @throws {RequiredError}
|
|
271
|
+
*/
|
|
272
|
+
apiV1DoctorsDoctorIdMediasPost: (doctorId: string, createMediaCommand?: CreateMediaCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
273
|
+
/**
|
|
274
|
+
*
|
|
275
|
+
* @summary Get All DoctorPortfolios
|
|
276
|
+
* @param {string} doctorId
|
|
277
|
+
* @param {string} [doctorName]
|
|
278
|
+
* @param {string} [portfolioId]
|
|
279
|
+
* @param {string} [name]
|
|
280
|
+
* @param {number} [page]
|
|
281
|
+
* @param {number} [limit]
|
|
282
|
+
* @param {Date} [lastRetrieved]
|
|
283
|
+
* @param {*} [options] Override http request option.
|
|
284
|
+
* @throws {RequiredError}
|
|
285
|
+
*/
|
|
286
|
+
apiV1DoctorsDoctorIdPortfoliosGet: (doctorId: string, doctorName?: string, portfolioId?: string, name?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
287
|
+
/**
|
|
288
|
+
*
|
|
289
|
+
* @summary Delete DoctorPortfolio.
|
|
290
|
+
* @param {string} doctorId
|
|
291
|
+
* @param {string} portfolioId
|
|
292
|
+
* @param {*} [options] Override http request option.
|
|
293
|
+
* @throws {RequiredError}
|
|
294
|
+
*/
|
|
295
|
+
apiV1DoctorsDoctorIdPortfoliosPortfolioIdDelete: (doctorId: string, portfolioId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
296
|
+
/**
|
|
297
|
+
*
|
|
298
|
+
* @summary Get DoctorPortfolio.
|
|
299
|
+
* @param {string} doctorId
|
|
300
|
+
* @param {string} portfolioId
|
|
301
|
+
* @param {*} [options] Override http request option.
|
|
302
|
+
* @throws {RequiredError}
|
|
303
|
+
*/
|
|
304
|
+
apiV1DoctorsDoctorIdPortfoliosPortfolioIdGet: (doctorId: string, portfolioId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
305
|
+
/**
|
|
306
|
+
*
|
|
307
|
+
* @summary Update DoctorPortfolio.
|
|
308
|
+
* @param {string} doctorId
|
|
309
|
+
* @param {string} portfolioId
|
|
310
|
+
* @param {UpdateDoctorPortfolioCommand} [updateDoctorPortfolioCommand]
|
|
311
|
+
* @param {*} [options] Override http request option.
|
|
312
|
+
* @throws {RequiredError}
|
|
313
|
+
*/
|
|
314
|
+
apiV1DoctorsDoctorIdPortfoliosPortfolioIdPut: (doctorId: string, portfolioId: string, updateDoctorPortfolioCommand?: UpdateDoctorPortfolioCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
315
|
+
/**
|
|
316
|
+
*
|
|
317
|
+
* @summary Create DoctorPortfolio.
|
|
318
|
+
* @param {string} doctorId
|
|
319
|
+
* @param {CreateDoctorPortfolioCommand} [createDoctorPortfolioCommand]
|
|
320
|
+
* @param {*} [options] Override http request option.
|
|
321
|
+
* @throws {RequiredError}
|
|
322
|
+
*/
|
|
323
|
+
apiV1DoctorsDoctorIdPortfoliosPost: (doctorId: string, createDoctorPortfolioCommand?: CreateDoctorPortfolioCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
324
|
+
/**
|
|
325
|
+
*
|
|
326
|
+
* @summary Update Doctor.
|
|
327
|
+
* @param {string} doctorId
|
|
328
|
+
* @param {UpdateDoctorCommand} [updateDoctorCommand]
|
|
329
|
+
* @param {*} [options] Override http request option.
|
|
330
|
+
* @throws {RequiredError}
|
|
331
|
+
*/
|
|
332
|
+
apiV1DoctorsDoctorIdPut: (doctorId: string, updateDoctorCommand?: UpdateDoctorCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
333
|
+
/**
|
|
334
|
+
*
|
|
335
|
+
* @summary Delete Doctor.
|
|
336
|
+
* @param {string} doctorId
|
|
337
|
+
* @param {*} [options] Override http request option.
|
|
338
|
+
* @throws {RequiredError}
|
|
339
|
+
*/
|
|
340
|
+
apiV1DoctorsDoctorIdReactivePut: (doctorId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
341
|
+
/**
|
|
342
|
+
*
|
|
343
|
+
* @summary Get All DoctorSpecialties.
|
|
344
|
+
* @param {string} doctorId
|
|
345
|
+
* @param {string} [doctorName]
|
|
346
|
+
* @param {string} [specialtyId]
|
|
347
|
+
* @param {string} [specialtyName]
|
|
348
|
+
* @param {string} [languageCode]
|
|
349
|
+
* @param {number} [page]
|
|
350
|
+
* @param {number} [limit]
|
|
351
|
+
* @param {Date} [lastRetrieved]
|
|
352
|
+
* @param {*} [options] Override http request option.
|
|
353
|
+
* @throws {RequiredError}
|
|
354
|
+
*/
|
|
355
|
+
apiV1DoctorsDoctorIdSpecialtiesGet: (doctorId: string, doctorName?: string, specialtyId?: string, specialtyName?: string, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
356
|
+
/**
|
|
357
|
+
*
|
|
358
|
+
* @summary Link a doctor to a specialty.
|
|
359
|
+
* @param {string} doctorId
|
|
360
|
+
* @param {CreateDoctorSpecialtyCommand} [createDoctorSpecialtyCommand]
|
|
361
|
+
* @param {*} [options] Override http request option.
|
|
362
|
+
* @throws {RequiredError}
|
|
363
|
+
*/
|
|
364
|
+
apiV1DoctorsDoctorIdSpecialtiesPost: (doctorId: string, createDoctorSpecialtyCommand?: CreateDoctorSpecialtyCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
365
|
+
/**
|
|
366
|
+
*
|
|
367
|
+
* @summary Remove link between the doctor and the specialty.
|
|
368
|
+
* @param {string} doctorId
|
|
369
|
+
* @param {string} specialtyId
|
|
370
|
+
* @param {*} [options] Override http request option.
|
|
371
|
+
* @throws {RequiredError}
|
|
372
|
+
*/
|
|
373
|
+
apiV1DoctorsDoctorIdSpecialtiesSpecialtyIdDelete: (doctorId: string, specialtyId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
374
|
+
/**
|
|
375
|
+
*
|
|
376
|
+
* @summary Get DoctorSpecialty
|
|
377
|
+
* @param {string} doctorId
|
|
378
|
+
* @param {string} specialtyId
|
|
379
|
+
* @param {*} [options] Override http request option.
|
|
380
|
+
* @throws {RequiredError}
|
|
381
|
+
*/
|
|
382
|
+
apiV1DoctorsDoctorIdSpecialtiesSpecialtyIdGet: (doctorId: string, specialtyId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
383
|
+
/**
|
|
384
|
+
*
|
|
385
|
+
* @summary Update DoctorSpecialty.
|
|
386
|
+
* @param {string} doctorId
|
|
387
|
+
* @param {string} specialtyId
|
|
388
|
+
* @param {UpdateDoctorSpecialtyCommand} [updateDoctorSpecialtyCommand]
|
|
389
|
+
* @param {*} [options] Override http request option.
|
|
390
|
+
* @throws {RequiredError}
|
|
391
|
+
*/
|
|
392
|
+
apiV1DoctorsDoctorIdSpecialtiesSpecialtyIdPut: (doctorId: string, specialtyId: string, updateDoctorSpecialtyCommand?: UpdateDoctorSpecialtyCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
393
|
+
/**
|
|
394
|
+
*
|
|
395
|
+
* @summary Get all Doctors.
|
|
396
|
+
* @param {string} [hospitalId]
|
|
397
|
+
* @param {string} [hospitalName]
|
|
398
|
+
* @param {Array<string>} [ids]
|
|
399
|
+
* @param {string} [specialtyId]
|
|
400
|
+
* @param {boolean} [consultationEnabled]
|
|
401
|
+
* @param {string} [id]
|
|
402
|
+
* @param {string} [fullname]
|
|
403
|
+
* @param {string} [email]
|
|
404
|
+
* @param {Gender} [gender]
|
|
405
|
+
* @param {Date} [dateOfBirth]
|
|
406
|
+
* @param {Date} [created]
|
|
407
|
+
* @param {boolean} [showHidden]
|
|
408
|
+
* @param {number} [page]
|
|
409
|
+
* @param {number} [limit]
|
|
410
|
+
* @param {Date} [lastRetrieved]
|
|
411
|
+
* @param {*} [options] Override http request option.
|
|
412
|
+
* @throws {RequiredError}
|
|
413
|
+
*/
|
|
414
|
+
apiV1DoctorsGet: (hospitalId?: string, hospitalName?: string, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
415
|
+
/**
|
|
416
|
+
*
|
|
417
|
+
* @summary Create a Doctor.
|
|
418
|
+
* @param {CreateDoctorCommand} [createDoctorCommand]
|
|
419
|
+
* @param {*} [options] Override http request option.
|
|
420
|
+
* @throws {RequiredError}
|
|
421
|
+
*/
|
|
422
|
+
apiV1DoctorsPost: (createDoctorCommand?: CreateDoctorCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
423
|
+
/**
|
|
424
|
+
*
|
|
425
|
+
* @summary Get all Doctors.
|
|
426
|
+
* @param {string} [hospitalId]
|
|
427
|
+
* @param {string} [hospitalName]
|
|
428
|
+
* @param {Array<string>} [ids]
|
|
429
|
+
* @param {string} [specialtyId]
|
|
430
|
+
* @param {boolean} [consultationEnabled]
|
|
431
|
+
* @param {string} [id]
|
|
432
|
+
* @param {string} [fullname]
|
|
433
|
+
* @param {string} [email]
|
|
434
|
+
* @param {Gender} [gender]
|
|
435
|
+
* @param {Date} [dateOfBirth]
|
|
436
|
+
* @param {Date} [created]
|
|
437
|
+
* @param {boolean} [showHidden]
|
|
438
|
+
* @param {number} [page]
|
|
439
|
+
* @param {number} [limit]
|
|
440
|
+
* @param {Date} [lastRetrieved]
|
|
441
|
+
* @param {*} [options] Override http request option.
|
|
442
|
+
* @throws {RequiredError}
|
|
443
|
+
*/
|
|
444
|
+
apiV1DoctorsSimpleGet: (hospitalId?: string, hospitalName?: string, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
445
|
+
};
|
|
446
|
+
/**
|
|
447
|
+
* DoctorsApi - functional programming interface
|
|
448
|
+
* @export
|
|
449
|
+
*/
|
|
450
|
+
export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
451
|
+
/**
|
|
452
|
+
*
|
|
453
|
+
* @summary Delete DoctorCertificate.
|
|
454
|
+
* @param {string} doctorId
|
|
455
|
+
* @param {string} certificateId
|
|
456
|
+
* @param {*} [options] Override http request option.
|
|
457
|
+
* @throws {RequiredError}
|
|
458
|
+
*/
|
|
459
|
+
apiV1DoctorsDoctorIdCertificatesCertificateIdDelete(doctorId: string, certificateId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
460
|
+
/**
|
|
461
|
+
*
|
|
462
|
+
* @summary Get DoctorCertificate.
|
|
463
|
+
* @param {string} doctorId
|
|
464
|
+
* @param {string} certificateId
|
|
465
|
+
* @param {*} [options] Override http request option.
|
|
466
|
+
* @throws {RequiredError}
|
|
467
|
+
*/
|
|
468
|
+
apiV1DoctorsDoctorIdCertificatesCertificateIdGet(doctorId: string, certificateId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorCertificateModel>>;
|
|
469
|
+
/**
|
|
470
|
+
*
|
|
471
|
+
* @summary Update DoctorCertificate.
|
|
472
|
+
* @param {string} doctorId
|
|
473
|
+
* @param {string} certificateId
|
|
474
|
+
* @param {UpdateDoctorCertificateCommand} [updateDoctorCertificateCommand]
|
|
475
|
+
* @param {*} [options] Override http request option.
|
|
476
|
+
* @throws {RequiredError}
|
|
477
|
+
*/
|
|
478
|
+
apiV1DoctorsDoctorIdCertificatesCertificateIdPut(doctorId: string, certificateId: string, updateDoctorCertificateCommand?: UpdateDoctorCertificateCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorCertificateModel>>;
|
|
479
|
+
/**
|
|
480
|
+
*
|
|
481
|
+
* @summary Delete DoctorCertificate.
|
|
482
|
+
* @param {string} doctorId
|
|
483
|
+
* @param {string} [doctorName]
|
|
484
|
+
* @param {string} [certificateId]
|
|
485
|
+
* @param {string} [certificate]
|
|
486
|
+
* @param {Date} [activeFrom]
|
|
487
|
+
* @param {Date} [activeTo]
|
|
488
|
+
* @param {number} [page]
|
|
489
|
+
* @param {number} [limit]
|
|
490
|
+
* @param {Date} [lastRetrieved]
|
|
491
|
+
* @param {*} [options] Override http request option.
|
|
492
|
+
* @throws {RequiredError}
|
|
493
|
+
*/
|
|
494
|
+
apiV1DoctorsDoctorIdCertificatesGet(doctorId: string, doctorName?: string, certificateId?: string, certificate?: string, activeFrom?: Date, activeTo?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorCertificatesModel>>;
|
|
495
|
+
/**
|
|
496
|
+
*
|
|
497
|
+
* @summary Create DoctorCertificate.
|
|
498
|
+
* @param {string} doctorId
|
|
499
|
+
* @param {CreateDoctorCertificateCommand} [createDoctorCertificateCommand]
|
|
500
|
+
* @param {*} [options] Override http request option.
|
|
501
|
+
* @throws {RequiredError}
|
|
502
|
+
*/
|
|
503
|
+
apiV1DoctorsDoctorIdCertificatesPost(doctorId: string, createDoctorCertificateCommand?: CreateDoctorCertificateCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorCertificateModel>>;
|
|
504
|
+
/**
|
|
505
|
+
*
|
|
506
|
+
* @summary Delete Doctor.
|
|
507
|
+
* @param {string} doctorId
|
|
508
|
+
* @param {boolean} [isPermanent]
|
|
509
|
+
* @param {*} [options] Override http request option.
|
|
510
|
+
* @throws {RequiredError}
|
|
511
|
+
*/
|
|
512
|
+
apiV1DoctorsDoctorIdDelete(doctorId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
513
|
+
/**
|
|
514
|
+
*
|
|
515
|
+
* @summary Delete DoctorEducation
|
|
516
|
+
* @param {string} doctorId
|
|
517
|
+
* @param {string} educationId
|
|
518
|
+
* @param {*} [options] Override http request option.
|
|
519
|
+
* @throws {RequiredError}
|
|
520
|
+
*/
|
|
521
|
+
apiV1DoctorsDoctorIdEducationsEducationIdDelete(doctorId: string, educationId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
522
|
+
/**
|
|
523
|
+
*
|
|
524
|
+
* @summary Get DoctorEducation.
|
|
525
|
+
* @param {string} doctorId
|
|
526
|
+
* @param {string} educationId
|
|
527
|
+
* @param {*} [options] Override http request option.
|
|
528
|
+
* @throws {RequiredError}
|
|
529
|
+
*/
|
|
530
|
+
apiV1DoctorsDoctorIdEducationsEducationIdGet(doctorId: string, educationId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorEducationModel>>;
|
|
531
|
+
/**
|
|
532
|
+
*
|
|
533
|
+
* @summary Update DoctorEducation.
|
|
534
|
+
* @param {string} doctorId
|
|
535
|
+
* @param {string} educationId
|
|
536
|
+
* @param {UpdateDoctorEducationCommand} [updateDoctorEducationCommand]
|
|
537
|
+
* @param {*} [options] Override http request option.
|
|
538
|
+
* @throws {RequiredError}
|
|
539
|
+
*/
|
|
540
|
+
apiV1DoctorsDoctorIdEducationsEducationIdPut(doctorId: string, educationId: string, updateDoctorEducationCommand?: UpdateDoctorEducationCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorEducationModel>>;
|
|
541
|
+
/**
|
|
542
|
+
*
|
|
543
|
+
* @summary Get all DoctorEducations.
|
|
544
|
+
* @param {string} doctorId
|
|
545
|
+
* @param {string} [doctorName]
|
|
546
|
+
* @param {string} [educationId]
|
|
547
|
+
* @param {string} [institution]
|
|
548
|
+
* @param {string} [qualification]
|
|
549
|
+
* @param {Date} [graduationDate]
|
|
550
|
+
* @param {number} [page]
|
|
551
|
+
* @param {number} [limit]
|
|
552
|
+
* @param {Date} [lastRetrieved]
|
|
553
|
+
* @param {*} [options] Override http request option.
|
|
554
|
+
* @throws {RequiredError}
|
|
555
|
+
*/
|
|
556
|
+
apiV1DoctorsDoctorIdEducationsGet(doctorId: string, doctorName?: string, educationId?: string, institution?: string, qualification?: string, graduationDate?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorEducationsModel>>;
|
|
557
|
+
/**
|
|
558
|
+
*
|
|
559
|
+
* @summary Create DoctorEducation.
|
|
560
|
+
* @param {string} doctorId
|
|
561
|
+
* @param {CreateDoctorEducationCommand} [createDoctorEducationCommand]
|
|
562
|
+
* @param {*} [options] Override http request option.
|
|
563
|
+
* @throws {RequiredError}
|
|
564
|
+
*/
|
|
565
|
+
apiV1DoctorsDoctorIdEducationsPost(doctorId: string, createDoctorEducationCommand?: CreateDoctorEducationCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorEducationModel>>;
|
|
566
|
+
/**
|
|
567
|
+
*
|
|
568
|
+
* @summary
|
|
569
|
+
* @param {string} doctorId
|
|
570
|
+
* @param {*} [options] Override http request option.
|
|
571
|
+
* @throws {RequiredError}
|
|
572
|
+
*/
|
|
573
|
+
apiV1DoctorsDoctorIdGet(doctorId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorModel>>;
|
|
574
|
+
/**
|
|
575
|
+
*
|
|
576
|
+
* @summary Get all DoctorLanguages.
|
|
577
|
+
* @param {string} doctorId
|
|
578
|
+
* @param {string} [languageCode]
|
|
579
|
+
* @param {number} [page]
|
|
580
|
+
* @param {number} [limit]
|
|
581
|
+
* @param {Date} [lastRetrieved]
|
|
582
|
+
* @param {*} [options] Override http request option.
|
|
583
|
+
* @throws {RequiredError}
|
|
584
|
+
*/
|
|
585
|
+
apiV1DoctorsDoctorIdLanguagesGet(doctorId: string, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorLanguagesModel>>;
|
|
586
|
+
/**
|
|
587
|
+
*
|
|
588
|
+
* @summary Delete DoctorLanguage
|
|
589
|
+
* @param {string} doctorId
|
|
590
|
+
* @param {string} languageCode
|
|
591
|
+
* @param {*} [options] Override http request option.
|
|
592
|
+
* @throws {RequiredError}
|
|
593
|
+
*/
|
|
594
|
+
apiV1DoctorsDoctorIdLanguagesLanguageCodeDelete(doctorId: string, languageCode: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
595
|
+
/**
|
|
596
|
+
*
|
|
597
|
+
* @summary Get DoctorLanguage.
|
|
598
|
+
* @param {string} doctorId
|
|
599
|
+
* @param {string} languageCode
|
|
600
|
+
* @param {*} [options] Override http request option.
|
|
601
|
+
* @throws {RequiredError}
|
|
602
|
+
*/
|
|
603
|
+
apiV1DoctorsDoctorIdLanguagesLanguageCodeGet(doctorId: string, languageCode: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorLanguageModel>>;
|
|
604
|
+
/**
|
|
605
|
+
*
|
|
606
|
+
* @summary Update DoctorLanguage.
|
|
607
|
+
* @param {string} doctorId
|
|
608
|
+
* @param {string} languageCode
|
|
609
|
+
* @param {UpdateDoctorLanguageCommand} [updateDoctorLanguageCommand]
|
|
610
|
+
* @param {*} [options] Override http request option.
|
|
611
|
+
* @throws {RequiredError}
|
|
612
|
+
*/
|
|
613
|
+
apiV1DoctorsDoctorIdLanguagesLanguageCodePut(doctorId: string, languageCode: string, updateDoctorLanguageCommand?: UpdateDoctorLanguageCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
614
|
+
/**
|
|
615
|
+
*
|
|
616
|
+
* @summary Create DoctorLanguage.
|
|
617
|
+
* @param {string} doctorId
|
|
618
|
+
* @param {CreateDoctorLanguageCommand} [createDoctorLanguageCommand]
|
|
619
|
+
* @param {*} [options] Override http request option.
|
|
620
|
+
* @throws {RequiredError}
|
|
621
|
+
*/
|
|
622
|
+
apiV1DoctorsDoctorIdLanguagesPost(doctorId: string, createDoctorLanguageCommand?: CreateDoctorLanguageCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
623
|
+
/**
|
|
624
|
+
*
|
|
625
|
+
* @summary Get all DoctorMedias.
|
|
626
|
+
* @param {string} doctorId
|
|
627
|
+
* @param {string} [id]
|
|
628
|
+
* @param {MediaType} [mediaType]
|
|
629
|
+
* @param {number} [page]
|
|
630
|
+
* @param {number} [limit]
|
|
631
|
+
* @param {Date} [lastRetrieved]
|
|
632
|
+
* @param {*} [options] Override http request option.
|
|
633
|
+
* @throws {RequiredError}
|
|
634
|
+
*/
|
|
635
|
+
apiV1DoctorsDoctorIdMediasGet(doctorId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediasModel>>;
|
|
636
|
+
/**
|
|
637
|
+
*
|
|
638
|
+
* @summary Delete DoctorMedia
|
|
639
|
+
* @param {string} doctorId
|
|
640
|
+
* @param {string} mediaId
|
|
641
|
+
* @param {*} [options] Override http request option.
|
|
642
|
+
* @throws {RequiredError}
|
|
643
|
+
*/
|
|
644
|
+
apiV1DoctorsDoctorIdMediasMediaIdDelete(doctorId: string, mediaId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
645
|
+
/**
|
|
646
|
+
*
|
|
647
|
+
* @summary Get DoctorMedia.
|
|
648
|
+
* @param {string} doctorId
|
|
649
|
+
* @param {string} mediaId
|
|
650
|
+
* @param {*} [options] Override http request option.
|
|
651
|
+
* @throws {RequiredError}
|
|
652
|
+
*/
|
|
653
|
+
apiV1DoctorsDoctorIdMediasMediaIdGet(doctorId: string, mediaId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediaModel>>;
|
|
654
|
+
/**
|
|
655
|
+
*
|
|
656
|
+
* @summary Update DoctorMedia.
|
|
657
|
+
* @param {string} doctorId
|
|
658
|
+
* @param {string} mediaId
|
|
659
|
+
* @param {UpdateMediaCommand} [updateMediaCommand]
|
|
660
|
+
* @param {*} [options] Override http request option.
|
|
661
|
+
* @throws {RequiredError}
|
|
662
|
+
*/
|
|
663
|
+
apiV1DoctorsDoctorIdMediasMediaIdPut(doctorId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediaModel>>;
|
|
664
|
+
/**
|
|
665
|
+
*
|
|
666
|
+
* @summary Create DoctorMedia.
|
|
667
|
+
* @param {string} doctorId
|
|
668
|
+
* @param {CreateMediaCommand} [createMediaCommand]
|
|
669
|
+
* @param {*} [options] Override http request option.
|
|
670
|
+
* @throws {RequiredError}
|
|
671
|
+
*/
|
|
672
|
+
apiV1DoctorsDoctorIdMediasPost(doctorId: string, createMediaCommand?: CreateMediaCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediaModel>>;
|
|
673
|
+
/**
|
|
674
|
+
*
|
|
675
|
+
* @summary Get All DoctorPortfolios
|
|
676
|
+
* @param {string} doctorId
|
|
677
|
+
* @param {string} [doctorName]
|
|
678
|
+
* @param {string} [portfolioId]
|
|
679
|
+
* @param {string} [name]
|
|
680
|
+
* @param {number} [page]
|
|
681
|
+
* @param {number} [limit]
|
|
682
|
+
* @param {Date} [lastRetrieved]
|
|
683
|
+
* @param {*} [options] Override http request option.
|
|
684
|
+
* @throws {RequiredError}
|
|
685
|
+
*/
|
|
686
|
+
apiV1DoctorsDoctorIdPortfoliosGet(doctorId: string, doctorName?: string, portfolioId?: string, name?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorPortfoliosModel>>;
|
|
687
|
+
/**
|
|
688
|
+
*
|
|
689
|
+
* @summary Delete DoctorPortfolio.
|
|
690
|
+
* @param {string} doctorId
|
|
691
|
+
* @param {string} portfolioId
|
|
692
|
+
* @param {*} [options] Override http request option.
|
|
693
|
+
* @throws {RequiredError}
|
|
694
|
+
*/
|
|
695
|
+
apiV1DoctorsDoctorIdPortfoliosPortfolioIdDelete(doctorId: string, portfolioId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
696
|
+
/**
|
|
697
|
+
*
|
|
698
|
+
* @summary Get DoctorPortfolio.
|
|
699
|
+
* @param {string} doctorId
|
|
700
|
+
* @param {string} portfolioId
|
|
701
|
+
* @param {*} [options] Override http request option.
|
|
702
|
+
* @throws {RequiredError}
|
|
703
|
+
*/
|
|
704
|
+
apiV1DoctorsDoctorIdPortfoliosPortfolioIdGet(doctorId: string, portfolioId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorPortfolioModel>>;
|
|
705
|
+
/**
|
|
706
|
+
*
|
|
707
|
+
* @summary Update DoctorPortfolio.
|
|
708
|
+
* @param {string} doctorId
|
|
709
|
+
* @param {string} portfolioId
|
|
710
|
+
* @param {UpdateDoctorPortfolioCommand} [updateDoctorPortfolioCommand]
|
|
711
|
+
* @param {*} [options] Override http request option.
|
|
712
|
+
* @throws {RequiredError}
|
|
713
|
+
*/
|
|
714
|
+
apiV1DoctorsDoctorIdPortfoliosPortfolioIdPut(doctorId: string, portfolioId: string, updateDoctorPortfolioCommand?: UpdateDoctorPortfolioCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorPortfolioModel>>;
|
|
715
|
+
/**
|
|
716
|
+
*
|
|
717
|
+
* @summary Create DoctorPortfolio.
|
|
718
|
+
* @param {string} doctorId
|
|
719
|
+
* @param {CreateDoctorPortfolioCommand} [createDoctorPortfolioCommand]
|
|
720
|
+
* @param {*} [options] Override http request option.
|
|
721
|
+
* @throws {RequiredError}
|
|
722
|
+
*/
|
|
723
|
+
apiV1DoctorsDoctorIdPortfoliosPost(doctorId: string, createDoctorPortfolioCommand?: CreateDoctorPortfolioCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorPortfolioModel>>;
|
|
724
|
+
/**
|
|
725
|
+
*
|
|
726
|
+
* @summary Update Doctor.
|
|
727
|
+
* @param {string} doctorId
|
|
728
|
+
* @param {UpdateDoctorCommand} [updateDoctorCommand]
|
|
729
|
+
* @param {*} [options] Override http request option.
|
|
730
|
+
* @throws {RequiredError}
|
|
731
|
+
*/
|
|
732
|
+
apiV1DoctorsDoctorIdPut(doctorId: string, updateDoctorCommand?: UpdateDoctorCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorModel>>;
|
|
733
|
+
/**
|
|
734
|
+
*
|
|
735
|
+
* @summary Delete Doctor.
|
|
736
|
+
* @param {string} doctorId
|
|
737
|
+
* @param {*} [options] Override http request option.
|
|
738
|
+
* @throws {RequiredError}
|
|
739
|
+
*/
|
|
740
|
+
apiV1DoctorsDoctorIdReactivePut(doctorId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
741
|
+
/**
|
|
742
|
+
*
|
|
743
|
+
* @summary Get All DoctorSpecialties.
|
|
744
|
+
* @param {string} doctorId
|
|
745
|
+
* @param {string} [doctorName]
|
|
746
|
+
* @param {string} [specialtyId]
|
|
747
|
+
* @param {string} [specialtyName]
|
|
748
|
+
* @param {string} [languageCode]
|
|
749
|
+
* @param {number} [page]
|
|
750
|
+
* @param {number} [limit]
|
|
751
|
+
* @param {Date} [lastRetrieved]
|
|
752
|
+
* @param {*} [options] Override http request option.
|
|
753
|
+
* @throws {RequiredError}
|
|
754
|
+
*/
|
|
755
|
+
apiV1DoctorsDoctorIdSpecialtiesGet(doctorId: string, doctorName?: string, specialtyId?: string, specialtyName?: string, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorSpecialtiesModel>>;
|
|
756
|
+
/**
|
|
757
|
+
*
|
|
758
|
+
* @summary Link a doctor to a specialty.
|
|
759
|
+
* @param {string} doctorId
|
|
760
|
+
* @param {CreateDoctorSpecialtyCommand} [createDoctorSpecialtyCommand]
|
|
761
|
+
* @param {*} [options] Override http request option.
|
|
762
|
+
* @throws {RequiredError}
|
|
763
|
+
*/
|
|
764
|
+
apiV1DoctorsDoctorIdSpecialtiesPost(doctorId: string, createDoctorSpecialtyCommand?: CreateDoctorSpecialtyCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorSpecialtyModel>>;
|
|
765
|
+
/**
|
|
766
|
+
*
|
|
767
|
+
* @summary Remove link between the doctor and the specialty.
|
|
768
|
+
* @param {string} doctorId
|
|
769
|
+
* @param {string} specialtyId
|
|
770
|
+
* @param {*} [options] Override http request option.
|
|
771
|
+
* @throws {RequiredError}
|
|
772
|
+
*/
|
|
773
|
+
apiV1DoctorsDoctorIdSpecialtiesSpecialtyIdDelete(doctorId: string, specialtyId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
774
|
+
/**
|
|
775
|
+
*
|
|
776
|
+
* @summary Get DoctorSpecialty
|
|
777
|
+
* @param {string} doctorId
|
|
778
|
+
* @param {string} specialtyId
|
|
779
|
+
* @param {*} [options] Override http request option.
|
|
780
|
+
* @throws {RequiredError}
|
|
781
|
+
*/
|
|
782
|
+
apiV1DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId: string, specialtyId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorSpecialtyModel>>;
|
|
783
|
+
/**
|
|
784
|
+
*
|
|
785
|
+
* @summary Update DoctorSpecialty.
|
|
786
|
+
* @param {string} doctorId
|
|
787
|
+
* @param {string} specialtyId
|
|
788
|
+
* @param {UpdateDoctorSpecialtyCommand} [updateDoctorSpecialtyCommand]
|
|
789
|
+
* @param {*} [options] Override http request option.
|
|
790
|
+
* @throws {RequiredError}
|
|
791
|
+
*/
|
|
792
|
+
apiV1DoctorsDoctorIdSpecialtiesSpecialtyIdPut(doctorId: string, specialtyId: string, updateDoctorSpecialtyCommand?: UpdateDoctorSpecialtyCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorSpecialtyModel>>;
|
|
793
|
+
/**
|
|
794
|
+
*
|
|
795
|
+
* @summary Get all Doctors.
|
|
796
|
+
* @param {string} [hospitalId]
|
|
797
|
+
* @param {string} [hospitalName]
|
|
798
|
+
* @param {Array<string>} [ids]
|
|
799
|
+
* @param {string} [specialtyId]
|
|
800
|
+
* @param {boolean} [consultationEnabled]
|
|
801
|
+
* @param {string} [id]
|
|
802
|
+
* @param {string} [fullname]
|
|
803
|
+
* @param {string} [email]
|
|
804
|
+
* @param {Gender} [gender]
|
|
805
|
+
* @param {Date} [dateOfBirth]
|
|
806
|
+
* @param {Date} [created]
|
|
807
|
+
* @param {boolean} [showHidden]
|
|
808
|
+
* @param {number} [page]
|
|
809
|
+
* @param {number} [limit]
|
|
810
|
+
* @param {Date} [lastRetrieved]
|
|
811
|
+
* @param {*} [options] Override http request option.
|
|
812
|
+
* @throws {RequiredError}
|
|
813
|
+
*/
|
|
814
|
+
apiV1DoctorsGet(hospitalId?: string, hospitalName?: string, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorsModel>>;
|
|
815
|
+
/**
|
|
816
|
+
*
|
|
817
|
+
* @summary Create a Doctor.
|
|
818
|
+
* @param {CreateDoctorCommand} [createDoctorCommand]
|
|
819
|
+
* @param {*} [options] Override http request option.
|
|
820
|
+
* @throws {RequiredError}
|
|
821
|
+
*/
|
|
822
|
+
apiV1DoctorsPost(createDoctorCommand?: CreateDoctorCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorModel>>;
|
|
823
|
+
/**
|
|
824
|
+
*
|
|
825
|
+
* @summary Get all Doctors.
|
|
826
|
+
* @param {string} [hospitalId]
|
|
827
|
+
* @param {string} [hospitalName]
|
|
828
|
+
* @param {Array<string>} [ids]
|
|
829
|
+
* @param {string} [specialtyId]
|
|
830
|
+
* @param {boolean} [consultationEnabled]
|
|
831
|
+
* @param {string} [id]
|
|
832
|
+
* @param {string} [fullname]
|
|
833
|
+
* @param {string} [email]
|
|
834
|
+
* @param {Gender} [gender]
|
|
835
|
+
* @param {Date} [dateOfBirth]
|
|
836
|
+
* @param {Date} [created]
|
|
837
|
+
* @param {boolean} [showHidden]
|
|
838
|
+
* @param {number} [page]
|
|
839
|
+
* @param {number} [limit]
|
|
840
|
+
* @param {Date} [lastRetrieved]
|
|
841
|
+
* @param {*} [options] Override http request option.
|
|
842
|
+
* @throws {RequiredError}
|
|
843
|
+
*/
|
|
844
|
+
apiV1DoctorsSimpleGet(hospitalId?: string, hospitalName?: string, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorsSimpleModel>>;
|
|
845
|
+
};
|
|
846
|
+
/**
|
|
847
|
+
* DoctorsApi - factory interface
|
|
848
|
+
* @export
|
|
849
|
+
*/
|
|
850
|
+
export declare const DoctorsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
851
|
+
/**
|
|
852
|
+
*
|
|
853
|
+
* @summary Delete DoctorCertificate.
|
|
854
|
+
* @param {string} doctorId
|
|
855
|
+
* @param {string} certificateId
|
|
856
|
+
* @param {*} [options] Override http request option.
|
|
857
|
+
* @throws {RequiredError}
|
|
858
|
+
*/
|
|
859
|
+
apiV1DoctorsDoctorIdCertificatesCertificateIdDelete(doctorId: string, certificateId: string, options?: any): AxiosPromise<boolean>;
|
|
860
|
+
/**
|
|
861
|
+
*
|
|
862
|
+
* @summary Get DoctorCertificate.
|
|
863
|
+
* @param {string} doctorId
|
|
864
|
+
* @param {string} certificateId
|
|
865
|
+
* @param {*} [options] Override http request option.
|
|
866
|
+
* @throws {RequiredError}
|
|
867
|
+
*/
|
|
868
|
+
apiV1DoctorsDoctorIdCertificatesCertificateIdGet(doctorId: string, certificateId: string, options?: any): AxiosPromise<DoctorCertificateModel>;
|
|
869
|
+
/**
|
|
870
|
+
*
|
|
871
|
+
* @summary Update DoctorCertificate.
|
|
872
|
+
* @param {string} doctorId
|
|
873
|
+
* @param {string} certificateId
|
|
874
|
+
* @param {UpdateDoctorCertificateCommand} [updateDoctorCertificateCommand]
|
|
875
|
+
* @param {*} [options] Override http request option.
|
|
876
|
+
* @throws {RequiredError}
|
|
877
|
+
*/
|
|
878
|
+
apiV1DoctorsDoctorIdCertificatesCertificateIdPut(doctorId: string, certificateId: string, updateDoctorCertificateCommand?: UpdateDoctorCertificateCommand, options?: any): AxiosPromise<DoctorCertificateModel>;
|
|
879
|
+
/**
|
|
880
|
+
*
|
|
881
|
+
* @summary Delete DoctorCertificate.
|
|
882
|
+
* @param {string} doctorId
|
|
883
|
+
* @param {string} [doctorName]
|
|
884
|
+
* @param {string} [certificateId]
|
|
885
|
+
* @param {string} [certificate]
|
|
886
|
+
* @param {Date} [activeFrom]
|
|
887
|
+
* @param {Date} [activeTo]
|
|
888
|
+
* @param {number} [page]
|
|
889
|
+
* @param {number} [limit]
|
|
890
|
+
* @param {Date} [lastRetrieved]
|
|
891
|
+
* @param {*} [options] Override http request option.
|
|
892
|
+
* @throws {RequiredError}
|
|
893
|
+
*/
|
|
894
|
+
apiV1DoctorsDoctorIdCertificatesGet(doctorId: string, doctorName?: string, certificateId?: string, certificate?: string, activeFrom?: Date, activeTo?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DoctorCertificatesModel>;
|
|
895
|
+
/**
|
|
896
|
+
*
|
|
897
|
+
* @summary Create DoctorCertificate.
|
|
898
|
+
* @param {string} doctorId
|
|
899
|
+
* @param {CreateDoctorCertificateCommand} [createDoctorCertificateCommand]
|
|
900
|
+
* @param {*} [options] Override http request option.
|
|
901
|
+
* @throws {RequiredError}
|
|
902
|
+
*/
|
|
903
|
+
apiV1DoctorsDoctorIdCertificatesPost(doctorId: string, createDoctorCertificateCommand?: CreateDoctorCertificateCommand, options?: any): AxiosPromise<DoctorCertificateModel>;
|
|
904
|
+
/**
|
|
905
|
+
*
|
|
906
|
+
* @summary Delete Doctor.
|
|
907
|
+
* @param {string} doctorId
|
|
908
|
+
* @param {boolean} [isPermanent]
|
|
909
|
+
* @param {*} [options] Override http request option.
|
|
910
|
+
* @throws {RequiredError}
|
|
911
|
+
*/
|
|
912
|
+
apiV1DoctorsDoctorIdDelete(doctorId: string, isPermanent?: boolean, options?: any): AxiosPromise<boolean>;
|
|
913
|
+
/**
|
|
914
|
+
*
|
|
915
|
+
* @summary Delete DoctorEducation
|
|
916
|
+
* @param {string} doctorId
|
|
917
|
+
* @param {string} educationId
|
|
918
|
+
* @param {*} [options] Override http request option.
|
|
919
|
+
* @throws {RequiredError}
|
|
920
|
+
*/
|
|
921
|
+
apiV1DoctorsDoctorIdEducationsEducationIdDelete(doctorId: string, educationId: string, options?: any): AxiosPromise<boolean>;
|
|
922
|
+
/**
|
|
923
|
+
*
|
|
924
|
+
* @summary Get DoctorEducation.
|
|
925
|
+
* @param {string} doctorId
|
|
926
|
+
* @param {string} educationId
|
|
927
|
+
* @param {*} [options] Override http request option.
|
|
928
|
+
* @throws {RequiredError}
|
|
929
|
+
*/
|
|
930
|
+
apiV1DoctorsDoctorIdEducationsEducationIdGet(doctorId: string, educationId: string, options?: any): AxiosPromise<DoctorEducationModel>;
|
|
931
|
+
/**
|
|
932
|
+
*
|
|
933
|
+
* @summary Update DoctorEducation.
|
|
934
|
+
* @param {string} doctorId
|
|
935
|
+
* @param {string} educationId
|
|
936
|
+
* @param {UpdateDoctorEducationCommand} [updateDoctorEducationCommand]
|
|
937
|
+
* @param {*} [options] Override http request option.
|
|
938
|
+
* @throws {RequiredError}
|
|
939
|
+
*/
|
|
940
|
+
apiV1DoctorsDoctorIdEducationsEducationIdPut(doctorId: string, educationId: string, updateDoctorEducationCommand?: UpdateDoctorEducationCommand, options?: any): AxiosPromise<DoctorEducationModel>;
|
|
941
|
+
/**
|
|
942
|
+
*
|
|
943
|
+
* @summary Get all DoctorEducations.
|
|
944
|
+
* @param {string} doctorId
|
|
945
|
+
* @param {string} [doctorName]
|
|
946
|
+
* @param {string} [educationId]
|
|
947
|
+
* @param {string} [institution]
|
|
948
|
+
* @param {string} [qualification]
|
|
949
|
+
* @param {Date} [graduationDate]
|
|
950
|
+
* @param {number} [page]
|
|
951
|
+
* @param {number} [limit]
|
|
952
|
+
* @param {Date} [lastRetrieved]
|
|
953
|
+
* @param {*} [options] Override http request option.
|
|
954
|
+
* @throws {RequiredError}
|
|
955
|
+
*/
|
|
956
|
+
apiV1DoctorsDoctorIdEducationsGet(doctorId: string, doctorName?: string, educationId?: string, institution?: string, qualification?: string, graduationDate?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DoctorEducationsModel>;
|
|
957
|
+
/**
|
|
958
|
+
*
|
|
959
|
+
* @summary Create DoctorEducation.
|
|
960
|
+
* @param {string} doctorId
|
|
961
|
+
* @param {CreateDoctorEducationCommand} [createDoctorEducationCommand]
|
|
962
|
+
* @param {*} [options] Override http request option.
|
|
963
|
+
* @throws {RequiredError}
|
|
964
|
+
*/
|
|
965
|
+
apiV1DoctorsDoctorIdEducationsPost(doctorId: string, createDoctorEducationCommand?: CreateDoctorEducationCommand, options?: any): AxiosPromise<DoctorEducationModel>;
|
|
966
|
+
/**
|
|
967
|
+
*
|
|
968
|
+
* @summary
|
|
969
|
+
* @param {string} doctorId
|
|
970
|
+
* @param {*} [options] Override http request option.
|
|
971
|
+
* @throws {RequiredError}
|
|
972
|
+
*/
|
|
973
|
+
apiV1DoctorsDoctorIdGet(doctorId: string, options?: any): AxiosPromise<DoctorModel>;
|
|
974
|
+
/**
|
|
975
|
+
*
|
|
976
|
+
* @summary Get all DoctorLanguages.
|
|
977
|
+
* @param {string} doctorId
|
|
978
|
+
* @param {string} [languageCode]
|
|
979
|
+
* @param {number} [page]
|
|
980
|
+
* @param {number} [limit]
|
|
981
|
+
* @param {Date} [lastRetrieved]
|
|
982
|
+
* @param {*} [options] Override http request option.
|
|
983
|
+
* @throws {RequiredError}
|
|
984
|
+
*/
|
|
985
|
+
apiV1DoctorsDoctorIdLanguagesGet(doctorId: string, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DoctorLanguagesModel>;
|
|
986
|
+
/**
|
|
987
|
+
*
|
|
988
|
+
* @summary Delete DoctorLanguage
|
|
989
|
+
* @param {string} doctorId
|
|
990
|
+
* @param {string} languageCode
|
|
991
|
+
* @param {*} [options] Override http request option.
|
|
992
|
+
* @throws {RequiredError}
|
|
993
|
+
*/
|
|
994
|
+
apiV1DoctorsDoctorIdLanguagesLanguageCodeDelete(doctorId: string, languageCode: string, options?: any): AxiosPromise<boolean>;
|
|
995
|
+
/**
|
|
996
|
+
*
|
|
997
|
+
* @summary Get DoctorLanguage.
|
|
998
|
+
* @param {string} doctorId
|
|
999
|
+
* @param {string} languageCode
|
|
1000
|
+
* @param {*} [options] Override http request option.
|
|
1001
|
+
* @throws {RequiredError}
|
|
1002
|
+
*/
|
|
1003
|
+
apiV1DoctorsDoctorIdLanguagesLanguageCodeGet(doctorId: string, languageCode: string, options?: any): AxiosPromise<DoctorLanguageModel>;
|
|
1004
|
+
/**
|
|
1005
|
+
*
|
|
1006
|
+
* @summary Update DoctorLanguage.
|
|
1007
|
+
* @param {string} doctorId
|
|
1008
|
+
* @param {string} languageCode
|
|
1009
|
+
* @param {UpdateDoctorLanguageCommand} [updateDoctorLanguageCommand]
|
|
1010
|
+
* @param {*} [options] Override http request option.
|
|
1011
|
+
* @throws {RequiredError}
|
|
1012
|
+
*/
|
|
1013
|
+
apiV1DoctorsDoctorIdLanguagesLanguageCodePut(doctorId: string, languageCode: string, updateDoctorLanguageCommand?: UpdateDoctorLanguageCommand, options?: any): AxiosPromise<boolean>;
|
|
1014
|
+
/**
|
|
1015
|
+
*
|
|
1016
|
+
* @summary Create DoctorLanguage.
|
|
1017
|
+
* @param {string} doctorId
|
|
1018
|
+
* @param {CreateDoctorLanguageCommand} [createDoctorLanguageCommand]
|
|
1019
|
+
* @param {*} [options] Override http request option.
|
|
1020
|
+
* @throws {RequiredError}
|
|
1021
|
+
*/
|
|
1022
|
+
apiV1DoctorsDoctorIdLanguagesPost(doctorId: string, createDoctorLanguageCommand?: CreateDoctorLanguageCommand, options?: any): AxiosPromise<boolean>;
|
|
1023
|
+
/**
|
|
1024
|
+
*
|
|
1025
|
+
* @summary Get all DoctorMedias.
|
|
1026
|
+
* @param {string} doctorId
|
|
1027
|
+
* @param {string} [id]
|
|
1028
|
+
* @param {MediaType} [mediaType]
|
|
1029
|
+
* @param {number} [page]
|
|
1030
|
+
* @param {number} [limit]
|
|
1031
|
+
* @param {Date} [lastRetrieved]
|
|
1032
|
+
* @param {*} [options] Override http request option.
|
|
1033
|
+
* @throws {RequiredError}
|
|
1034
|
+
*/
|
|
1035
|
+
apiV1DoctorsDoctorIdMediasGet(doctorId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<MediasModel>;
|
|
1036
|
+
/**
|
|
1037
|
+
*
|
|
1038
|
+
* @summary Delete DoctorMedia
|
|
1039
|
+
* @param {string} doctorId
|
|
1040
|
+
* @param {string} mediaId
|
|
1041
|
+
* @param {*} [options] Override http request option.
|
|
1042
|
+
* @throws {RequiredError}
|
|
1043
|
+
*/
|
|
1044
|
+
apiV1DoctorsDoctorIdMediasMediaIdDelete(doctorId: string, mediaId: string, options?: any): AxiosPromise<boolean>;
|
|
1045
|
+
/**
|
|
1046
|
+
*
|
|
1047
|
+
* @summary Get DoctorMedia.
|
|
1048
|
+
* @param {string} doctorId
|
|
1049
|
+
* @param {string} mediaId
|
|
1050
|
+
* @param {*} [options] Override http request option.
|
|
1051
|
+
* @throws {RequiredError}
|
|
1052
|
+
*/
|
|
1053
|
+
apiV1DoctorsDoctorIdMediasMediaIdGet(doctorId: string, mediaId: string, options?: any): AxiosPromise<MediaModel>;
|
|
1054
|
+
/**
|
|
1055
|
+
*
|
|
1056
|
+
* @summary Update DoctorMedia.
|
|
1057
|
+
* @param {string} doctorId
|
|
1058
|
+
* @param {string} mediaId
|
|
1059
|
+
* @param {UpdateMediaCommand} [updateMediaCommand]
|
|
1060
|
+
* @param {*} [options] Override http request option.
|
|
1061
|
+
* @throws {RequiredError}
|
|
1062
|
+
*/
|
|
1063
|
+
apiV1DoctorsDoctorIdMediasMediaIdPut(doctorId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand, options?: any): AxiosPromise<MediaModel>;
|
|
1064
|
+
/**
|
|
1065
|
+
*
|
|
1066
|
+
* @summary Create DoctorMedia.
|
|
1067
|
+
* @param {string} doctorId
|
|
1068
|
+
* @param {CreateMediaCommand} [createMediaCommand]
|
|
1069
|
+
* @param {*} [options] Override http request option.
|
|
1070
|
+
* @throws {RequiredError}
|
|
1071
|
+
*/
|
|
1072
|
+
apiV1DoctorsDoctorIdMediasPost(doctorId: string, createMediaCommand?: CreateMediaCommand, options?: any): AxiosPromise<MediaModel>;
|
|
1073
|
+
/**
|
|
1074
|
+
*
|
|
1075
|
+
* @summary Get All DoctorPortfolios
|
|
1076
|
+
* @param {string} doctorId
|
|
1077
|
+
* @param {string} [doctorName]
|
|
1078
|
+
* @param {string} [portfolioId]
|
|
1079
|
+
* @param {string} [name]
|
|
1080
|
+
* @param {number} [page]
|
|
1081
|
+
* @param {number} [limit]
|
|
1082
|
+
* @param {Date} [lastRetrieved]
|
|
1083
|
+
* @param {*} [options] Override http request option.
|
|
1084
|
+
* @throws {RequiredError}
|
|
1085
|
+
*/
|
|
1086
|
+
apiV1DoctorsDoctorIdPortfoliosGet(doctorId: string, doctorName?: string, portfolioId?: string, name?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DoctorPortfoliosModel>;
|
|
1087
|
+
/**
|
|
1088
|
+
*
|
|
1089
|
+
* @summary Delete DoctorPortfolio.
|
|
1090
|
+
* @param {string} doctorId
|
|
1091
|
+
* @param {string} portfolioId
|
|
1092
|
+
* @param {*} [options] Override http request option.
|
|
1093
|
+
* @throws {RequiredError}
|
|
1094
|
+
*/
|
|
1095
|
+
apiV1DoctorsDoctorIdPortfoliosPortfolioIdDelete(doctorId: string, portfolioId: string, options?: any): AxiosPromise<boolean>;
|
|
1096
|
+
/**
|
|
1097
|
+
*
|
|
1098
|
+
* @summary Get DoctorPortfolio.
|
|
1099
|
+
* @param {string} doctorId
|
|
1100
|
+
* @param {string} portfolioId
|
|
1101
|
+
* @param {*} [options] Override http request option.
|
|
1102
|
+
* @throws {RequiredError}
|
|
1103
|
+
*/
|
|
1104
|
+
apiV1DoctorsDoctorIdPortfoliosPortfolioIdGet(doctorId: string, portfolioId: string, options?: any): AxiosPromise<DoctorPortfolioModel>;
|
|
1105
|
+
/**
|
|
1106
|
+
*
|
|
1107
|
+
* @summary Update DoctorPortfolio.
|
|
1108
|
+
* @param {string} doctorId
|
|
1109
|
+
* @param {string} portfolioId
|
|
1110
|
+
* @param {UpdateDoctorPortfolioCommand} [updateDoctorPortfolioCommand]
|
|
1111
|
+
* @param {*} [options] Override http request option.
|
|
1112
|
+
* @throws {RequiredError}
|
|
1113
|
+
*/
|
|
1114
|
+
apiV1DoctorsDoctorIdPortfoliosPortfolioIdPut(doctorId: string, portfolioId: string, updateDoctorPortfolioCommand?: UpdateDoctorPortfolioCommand, options?: any): AxiosPromise<DoctorPortfolioModel>;
|
|
1115
|
+
/**
|
|
1116
|
+
*
|
|
1117
|
+
* @summary Create DoctorPortfolio.
|
|
1118
|
+
* @param {string} doctorId
|
|
1119
|
+
* @param {CreateDoctorPortfolioCommand} [createDoctorPortfolioCommand]
|
|
1120
|
+
* @param {*} [options] Override http request option.
|
|
1121
|
+
* @throws {RequiredError}
|
|
1122
|
+
*/
|
|
1123
|
+
apiV1DoctorsDoctorIdPortfoliosPost(doctorId: string, createDoctorPortfolioCommand?: CreateDoctorPortfolioCommand, options?: any): AxiosPromise<DoctorPortfolioModel>;
|
|
1124
|
+
/**
|
|
1125
|
+
*
|
|
1126
|
+
* @summary Update Doctor.
|
|
1127
|
+
* @param {string} doctorId
|
|
1128
|
+
* @param {UpdateDoctorCommand} [updateDoctorCommand]
|
|
1129
|
+
* @param {*} [options] Override http request option.
|
|
1130
|
+
* @throws {RequiredError}
|
|
1131
|
+
*/
|
|
1132
|
+
apiV1DoctorsDoctorIdPut(doctorId: string, updateDoctorCommand?: UpdateDoctorCommand, options?: any): AxiosPromise<DoctorModel>;
|
|
1133
|
+
/**
|
|
1134
|
+
*
|
|
1135
|
+
* @summary Delete Doctor.
|
|
1136
|
+
* @param {string} doctorId
|
|
1137
|
+
* @param {*} [options] Override http request option.
|
|
1138
|
+
* @throws {RequiredError}
|
|
1139
|
+
*/
|
|
1140
|
+
apiV1DoctorsDoctorIdReactivePut(doctorId: string, options?: any): AxiosPromise<boolean>;
|
|
1141
|
+
/**
|
|
1142
|
+
*
|
|
1143
|
+
* @summary Get All DoctorSpecialties.
|
|
1144
|
+
* @param {string} doctorId
|
|
1145
|
+
* @param {string} [doctorName]
|
|
1146
|
+
* @param {string} [specialtyId]
|
|
1147
|
+
* @param {string} [specialtyName]
|
|
1148
|
+
* @param {string} [languageCode]
|
|
1149
|
+
* @param {number} [page]
|
|
1150
|
+
* @param {number} [limit]
|
|
1151
|
+
* @param {Date} [lastRetrieved]
|
|
1152
|
+
* @param {*} [options] Override http request option.
|
|
1153
|
+
* @throws {RequiredError}
|
|
1154
|
+
*/
|
|
1155
|
+
apiV1DoctorsDoctorIdSpecialtiesGet(doctorId: string, doctorName?: string, specialtyId?: string, specialtyName?: string, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DoctorSpecialtiesModel>;
|
|
1156
|
+
/**
|
|
1157
|
+
*
|
|
1158
|
+
* @summary Link a doctor to a specialty.
|
|
1159
|
+
* @param {string} doctorId
|
|
1160
|
+
* @param {CreateDoctorSpecialtyCommand} [createDoctorSpecialtyCommand]
|
|
1161
|
+
* @param {*} [options] Override http request option.
|
|
1162
|
+
* @throws {RequiredError}
|
|
1163
|
+
*/
|
|
1164
|
+
apiV1DoctorsDoctorIdSpecialtiesPost(doctorId: string, createDoctorSpecialtyCommand?: CreateDoctorSpecialtyCommand, options?: any): AxiosPromise<DoctorSpecialtyModel>;
|
|
1165
|
+
/**
|
|
1166
|
+
*
|
|
1167
|
+
* @summary Remove link between the doctor and the specialty.
|
|
1168
|
+
* @param {string} doctorId
|
|
1169
|
+
* @param {string} specialtyId
|
|
1170
|
+
* @param {*} [options] Override http request option.
|
|
1171
|
+
* @throws {RequiredError}
|
|
1172
|
+
*/
|
|
1173
|
+
apiV1DoctorsDoctorIdSpecialtiesSpecialtyIdDelete(doctorId: string, specialtyId: string, options?: any): AxiosPromise<boolean>;
|
|
1174
|
+
/**
|
|
1175
|
+
*
|
|
1176
|
+
* @summary Get DoctorSpecialty
|
|
1177
|
+
* @param {string} doctorId
|
|
1178
|
+
* @param {string} specialtyId
|
|
1179
|
+
* @param {*} [options] Override http request option.
|
|
1180
|
+
* @throws {RequiredError}
|
|
1181
|
+
*/
|
|
1182
|
+
apiV1DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId: string, specialtyId: string, options?: any): AxiosPromise<DoctorSpecialtyModel>;
|
|
1183
|
+
/**
|
|
1184
|
+
*
|
|
1185
|
+
* @summary Update DoctorSpecialty.
|
|
1186
|
+
* @param {string} doctorId
|
|
1187
|
+
* @param {string} specialtyId
|
|
1188
|
+
* @param {UpdateDoctorSpecialtyCommand} [updateDoctorSpecialtyCommand]
|
|
1189
|
+
* @param {*} [options] Override http request option.
|
|
1190
|
+
* @throws {RequiredError}
|
|
1191
|
+
*/
|
|
1192
|
+
apiV1DoctorsDoctorIdSpecialtiesSpecialtyIdPut(doctorId: string, specialtyId: string, updateDoctorSpecialtyCommand?: UpdateDoctorSpecialtyCommand, options?: any): AxiosPromise<DoctorSpecialtyModel>;
|
|
1193
|
+
/**
|
|
1194
|
+
*
|
|
1195
|
+
* @summary Get all Doctors.
|
|
1196
|
+
* @param {string} [hospitalId]
|
|
1197
|
+
* @param {string} [hospitalName]
|
|
1198
|
+
* @param {Array<string>} [ids]
|
|
1199
|
+
* @param {string} [specialtyId]
|
|
1200
|
+
* @param {boolean} [consultationEnabled]
|
|
1201
|
+
* @param {string} [id]
|
|
1202
|
+
* @param {string} [fullname]
|
|
1203
|
+
* @param {string} [email]
|
|
1204
|
+
* @param {Gender} [gender]
|
|
1205
|
+
* @param {Date} [dateOfBirth]
|
|
1206
|
+
* @param {Date} [created]
|
|
1207
|
+
* @param {boolean} [showHidden]
|
|
1208
|
+
* @param {number} [page]
|
|
1209
|
+
* @param {number} [limit]
|
|
1210
|
+
* @param {Date} [lastRetrieved]
|
|
1211
|
+
* @param {*} [options] Override http request option.
|
|
1212
|
+
* @throws {RequiredError}
|
|
1213
|
+
*/
|
|
1214
|
+
apiV1DoctorsGet(hospitalId?: string, hospitalName?: string, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DoctorsModel>;
|
|
1215
|
+
/**
|
|
1216
|
+
*
|
|
1217
|
+
* @summary Create a Doctor.
|
|
1218
|
+
* @param {CreateDoctorCommand} [createDoctorCommand]
|
|
1219
|
+
* @param {*} [options] Override http request option.
|
|
1220
|
+
* @throws {RequiredError}
|
|
1221
|
+
*/
|
|
1222
|
+
apiV1DoctorsPost(createDoctorCommand?: CreateDoctorCommand, options?: any): AxiosPromise<DoctorModel>;
|
|
1223
|
+
/**
|
|
1224
|
+
*
|
|
1225
|
+
* @summary Get all Doctors.
|
|
1226
|
+
* @param {string} [hospitalId]
|
|
1227
|
+
* @param {string} [hospitalName]
|
|
1228
|
+
* @param {Array<string>} [ids]
|
|
1229
|
+
* @param {string} [specialtyId]
|
|
1230
|
+
* @param {boolean} [consultationEnabled]
|
|
1231
|
+
* @param {string} [id]
|
|
1232
|
+
* @param {string} [fullname]
|
|
1233
|
+
* @param {string} [email]
|
|
1234
|
+
* @param {Gender} [gender]
|
|
1235
|
+
* @param {Date} [dateOfBirth]
|
|
1236
|
+
* @param {Date} [created]
|
|
1237
|
+
* @param {boolean} [showHidden]
|
|
1238
|
+
* @param {number} [page]
|
|
1239
|
+
* @param {number} [limit]
|
|
1240
|
+
* @param {Date} [lastRetrieved]
|
|
1241
|
+
* @param {*} [options] Override http request option.
|
|
1242
|
+
* @throws {RequiredError}
|
|
1243
|
+
*/
|
|
1244
|
+
apiV1DoctorsSimpleGet(hospitalId?: string, hospitalName?: string, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DoctorsSimpleModel>;
|
|
1245
|
+
};
|
|
1246
|
+
/**
|
|
1247
|
+
* DoctorsApi - object-oriented interface
|
|
1248
|
+
* @export
|
|
1249
|
+
* @class DoctorsApi
|
|
1250
|
+
* @extends {BaseAPI}
|
|
1251
|
+
*/
|
|
1252
|
+
export declare class DoctorsApi extends BaseAPI {
|
|
1253
|
+
/**
|
|
1254
|
+
*
|
|
1255
|
+
* @summary Delete DoctorCertificate.
|
|
1256
|
+
* @param {string} doctorId
|
|
1257
|
+
* @param {string} certificateId
|
|
1258
|
+
* @param {*} [options] Override http request option.
|
|
1259
|
+
* @throws {RequiredError}
|
|
1260
|
+
* @memberof DoctorsApi
|
|
1261
|
+
*/
|
|
1262
|
+
apiV1DoctorsDoctorIdCertificatesCertificateIdDelete(doctorId: string, certificateId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
1263
|
+
/**
|
|
1264
|
+
*
|
|
1265
|
+
* @summary Get DoctorCertificate.
|
|
1266
|
+
* @param {string} doctorId
|
|
1267
|
+
* @param {string} certificateId
|
|
1268
|
+
* @param {*} [options] Override http request option.
|
|
1269
|
+
* @throws {RequiredError}
|
|
1270
|
+
* @memberof DoctorsApi
|
|
1271
|
+
*/
|
|
1272
|
+
apiV1DoctorsDoctorIdCertificatesCertificateIdGet(doctorId: string, certificateId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorCertificateModel, any>>;
|
|
1273
|
+
/**
|
|
1274
|
+
*
|
|
1275
|
+
* @summary Update DoctorCertificate.
|
|
1276
|
+
* @param {string} doctorId
|
|
1277
|
+
* @param {string} certificateId
|
|
1278
|
+
* @param {UpdateDoctorCertificateCommand} [updateDoctorCertificateCommand]
|
|
1279
|
+
* @param {*} [options] Override http request option.
|
|
1280
|
+
* @throws {RequiredError}
|
|
1281
|
+
* @memberof DoctorsApi
|
|
1282
|
+
*/
|
|
1283
|
+
apiV1DoctorsDoctorIdCertificatesCertificateIdPut(doctorId: string, certificateId: string, updateDoctorCertificateCommand?: UpdateDoctorCertificateCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorCertificateModel, any>>;
|
|
1284
|
+
/**
|
|
1285
|
+
*
|
|
1286
|
+
* @summary Delete DoctorCertificate.
|
|
1287
|
+
* @param {string} doctorId
|
|
1288
|
+
* @param {string} [doctorName]
|
|
1289
|
+
* @param {string} [certificateId]
|
|
1290
|
+
* @param {string} [certificate]
|
|
1291
|
+
* @param {Date} [activeFrom]
|
|
1292
|
+
* @param {Date} [activeTo]
|
|
1293
|
+
* @param {number} [page]
|
|
1294
|
+
* @param {number} [limit]
|
|
1295
|
+
* @param {Date} [lastRetrieved]
|
|
1296
|
+
* @param {*} [options] Override http request option.
|
|
1297
|
+
* @throws {RequiredError}
|
|
1298
|
+
* @memberof DoctorsApi
|
|
1299
|
+
*/
|
|
1300
|
+
apiV1DoctorsDoctorIdCertificatesGet(doctorId: string, doctorName?: string, certificateId?: string, certificate?: string, activeFrom?: Date, activeTo?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorCertificatesModel, any>>;
|
|
1301
|
+
/**
|
|
1302
|
+
*
|
|
1303
|
+
* @summary Create DoctorCertificate.
|
|
1304
|
+
* @param {string} doctorId
|
|
1305
|
+
* @param {CreateDoctorCertificateCommand} [createDoctorCertificateCommand]
|
|
1306
|
+
* @param {*} [options] Override http request option.
|
|
1307
|
+
* @throws {RequiredError}
|
|
1308
|
+
* @memberof DoctorsApi
|
|
1309
|
+
*/
|
|
1310
|
+
apiV1DoctorsDoctorIdCertificatesPost(doctorId: string, createDoctorCertificateCommand?: CreateDoctorCertificateCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorCertificateModel, any>>;
|
|
1311
|
+
/**
|
|
1312
|
+
*
|
|
1313
|
+
* @summary Delete Doctor.
|
|
1314
|
+
* @param {string} doctorId
|
|
1315
|
+
* @param {boolean} [isPermanent]
|
|
1316
|
+
* @param {*} [options] Override http request option.
|
|
1317
|
+
* @throws {RequiredError}
|
|
1318
|
+
* @memberof DoctorsApi
|
|
1319
|
+
*/
|
|
1320
|
+
apiV1DoctorsDoctorIdDelete(doctorId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
1321
|
+
/**
|
|
1322
|
+
*
|
|
1323
|
+
* @summary Delete DoctorEducation
|
|
1324
|
+
* @param {string} doctorId
|
|
1325
|
+
* @param {string} educationId
|
|
1326
|
+
* @param {*} [options] Override http request option.
|
|
1327
|
+
* @throws {RequiredError}
|
|
1328
|
+
* @memberof DoctorsApi
|
|
1329
|
+
*/
|
|
1330
|
+
apiV1DoctorsDoctorIdEducationsEducationIdDelete(doctorId: string, educationId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
1331
|
+
/**
|
|
1332
|
+
*
|
|
1333
|
+
* @summary Get DoctorEducation.
|
|
1334
|
+
* @param {string} doctorId
|
|
1335
|
+
* @param {string} educationId
|
|
1336
|
+
* @param {*} [options] Override http request option.
|
|
1337
|
+
* @throws {RequiredError}
|
|
1338
|
+
* @memberof DoctorsApi
|
|
1339
|
+
*/
|
|
1340
|
+
apiV1DoctorsDoctorIdEducationsEducationIdGet(doctorId: string, educationId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorEducationModel, any>>;
|
|
1341
|
+
/**
|
|
1342
|
+
*
|
|
1343
|
+
* @summary Update DoctorEducation.
|
|
1344
|
+
* @param {string} doctorId
|
|
1345
|
+
* @param {string} educationId
|
|
1346
|
+
* @param {UpdateDoctorEducationCommand} [updateDoctorEducationCommand]
|
|
1347
|
+
* @param {*} [options] Override http request option.
|
|
1348
|
+
* @throws {RequiredError}
|
|
1349
|
+
* @memberof DoctorsApi
|
|
1350
|
+
*/
|
|
1351
|
+
apiV1DoctorsDoctorIdEducationsEducationIdPut(doctorId: string, educationId: string, updateDoctorEducationCommand?: UpdateDoctorEducationCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorEducationModel, any>>;
|
|
1352
|
+
/**
|
|
1353
|
+
*
|
|
1354
|
+
* @summary Get all DoctorEducations.
|
|
1355
|
+
* @param {string} doctorId
|
|
1356
|
+
* @param {string} [doctorName]
|
|
1357
|
+
* @param {string} [educationId]
|
|
1358
|
+
* @param {string} [institution]
|
|
1359
|
+
* @param {string} [qualification]
|
|
1360
|
+
* @param {Date} [graduationDate]
|
|
1361
|
+
* @param {number} [page]
|
|
1362
|
+
* @param {number} [limit]
|
|
1363
|
+
* @param {Date} [lastRetrieved]
|
|
1364
|
+
* @param {*} [options] Override http request option.
|
|
1365
|
+
* @throws {RequiredError}
|
|
1366
|
+
* @memberof DoctorsApi
|
|
1367
|
+
*/
|
|
1368
|
+
apiV1DoctorsDoctorIdEducationsGet(doctorId: string, doctorName?: string, educationId?: string, institution?: string, qualification?: string, graduationDate?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorEducationsModel, any>>;
|
|
1369
|
+
/**
|
|
1370
|
+
*
|
|
1371
|
+
* @summary Create DoctorEducation.
|
|
1372
|
+
* @param {string} doctorId
|
|
1373
|
+
* @param {CreateDoctorEducationCommand} [createDoctorEducationCommand]
|
|
1374
|
+
* @param {*} [options] Override http request option.
|
|
1375
|
+
* @throws {RequiredError}
|
|
1376
|
+
* @memberof DoctorsApi
|
|
1377
|
+
*/
|
|
1378
|
+
apiV1DoctorsDoctorIdEducationsPost(doctorId: string, createDoctorEducationCommand?: CreateDoctorEducationCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorEducationModel, any>>;
|
|
1379
|
+
/**
|
|
1380
|
+
*
|
|
1381
|
+
* @summary
|
|
1382
|
+
* @param {string} doctorId
|
|
1383
|
+
* @param {*} [options] Override http request option.
|
|
1384
|
+
* @throws {RequiredError}
|
|
1385
|
+
* @memberof DoctorsApi
|
|
1386
|
+
*/
|
|
1387
|
+
apiV1DoctorsDoctorIdGet(doctorId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorModel, any>>;
|
|
1388
|
+
/**
|
|
1389
|
+
*
|
|
1390
|
+
* @summary Get all DoctorLanguages.
|
|
1391
|
+
* @param {string} doctorId
|
|
1392
|
+
* @param {string} [languageCode]
|
|
1393
|
+
* @param {number} [page]
|
|
1394
|
+
* @param {number} [limit]
|
|
1395
|
+
* @param {Date} [lastRetrieved]
|
|
1396
|
+
* @param {*} [options] Override http request option.
|
|
1397
|
+
* @throws {RequiredError}
|
|
1398
|
+
* @memberof DoctorsApi
|
|
1399
|
+
*/
|
|
1400
|
+
apiV1DoctorsDoctorIdLanguagesGet(doctorId: string, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorLanguagesModel, any>>;
|
|
1401
|
+
/**
|
|
1402
|
+
*
|
|
1403
|
+
* @summary Delete DoctorLanguage
|
|
1404
|
+
* @param {string} doctorId
|
|
1405
|
+
* @param {string} languageCode
|
|
1406
|
+
* @param {*} [options] Override http request option.
|
|
1407
|
+
* @throws {RequiredError}
|
|
1408
|
+
* @memberof DoctorsApi
|
|
1409
|
+
*/
|
|
1410
|
+
apiV1DoctorsDoctorIdLanguagesLanguageCodeDelete(doctorId: string, languageCode: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
1411
|
+
/**
|
|
1412
|
+
*
|
|
1413
|
+
* @summary Get DoctorLanguage.
|
|
1414
|
+
* @param {string} doctorId
|
|
1415
|
+
* @param {string} languageCode
|
|
1416
|
+
* @param {*} [options] Override http request option.
|
|
1417
|
+
* @throws {RequiredError}
|
|
1418
|
+
* @memberof DoctorsApi
|
|
1419
|
+
*/
|
|
1420
|
+
apiV1DoctorsDoctorIdLanguagesLanguageCodeGet(doctorId: string, languageCode: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorLanguageModel, any>>;
|
|
1421
|
+
/**
|
|
1422
|
+
*
|
|
1423
|
+
* @summary Update DoctorLanguage.
|
|
1424
|
+
* @param {string} doctorId
|
|
1425
|
+
* @param {string} languageCode
|
|
1426
|
+
* @param {UpdateDoctorLanguageCommand} [updateDoctorLanguageCommand]
|
|
1427
|
+
* @param {*} [options] Override http request option.
|
|
1428
|
+
* @throws {RequiredError}
|
|
1429
|
+
* @memberof DoctorsApi
|
|
1430
|
+
*/
|
|
1431
|
+
apiV1DoctorsDoctorIdLanguagesLanguageCodePut(doctorId: string, languageCode: string, updateDoctorLanguageCommand?: UpdateDoctorLanguageCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
1432
|
+
/**
|
|
1433
|
+
*
|
|
1434
|
+
* @summary Create DoctorLanguage.
|
|
1435
|
+
* @param {string} doctorId
|
|
1436
|
+
* @param {CreateDoctorLanguageCommand} [createDoctorLanguageCommand]
|
|
1437
|
+
* @param {*} [options] Override http request option.
|
|
1438
|
+
* @throws {RequiredError}
|
|
1439
|
+
* @memberof DoctorsApi
|
|
1440
|
+
*/
|
|
1441
|
+
apiV1DoctorsDoctorIdLanguagesPost(doctorId: string, createDoctorLanguageCommand?: CreateDoctorLanguageCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
1442
|
+
/**
|
|
1443
|
+
*
|
|
1444
|
+
* @summary Get all DoctorMedias.
|
|
1445
|
+
* @param {string} doctorId
|
|
1446
|
+
* @param {string} [id]
|
|
1447
|
+
* @param {MediaType} [mediaType]
|
|
1448
|
+
* @param {number} [page]
|
|
1449
|
+
* @param {number} [limit]
|
|
1450
|
+
* @param {Date} [lastRetrieved]
|
|
1451
|
+
* @param {*} [options] Override http request option.
|
|
1452
|
+
* @throws {RequiredError}
|
|
1453
|
+
* @memberof DoctorsApi
|
|
1454
|
+
*/
|
|
1455
|
+
apiV1DoctorsDoctorIdMediasGet(doctorId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediasModel, any>>;
|
|
1456
|
+
/**
|
|
1457
|
+
*
|
|
1458
|
+
* @summary Delete DoctorMedia
|
|
1459
|
+
* @param {string} doctorId
|
|
1460
|
+
* @param {string} mediaId
|
|
1461
|
+
* @param {*} [options] Override http request option.
|
|
1462
|
+
* @throws {RequiredError}
|
|
1463
|
+
* @memberof DoctorsApi
|
|
1464
|
+
*/
|
|
1465
|
+
apiV1DoctorsDoctorIdMediasMediaIdDelete(doctorId: string, mediaId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
1466
|
+
/**
|
|
1467
|
+
*
|
|
1468
|
+
* @summary Get DoctorMedia.
|
|
1469
|
+
* @param {string} doctorId
|
|
1470
|
+
* @param {string} mediaId
|
|
1471
|
+
* @param {*} [options] Override http request option.
|
|
1472
|
+
* @throws {RequiredError}
|
|
1473
|
+
* @memberof DoctorsApi
|
|
1474
|
+
*/
|
|
1475
|
+
apiV1DoctorsDoctorIdMediasMediaIdGet(doctorId: string, mediaId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
|
|
1476
|
+
/**
|
|
1477
|
+
*
|
|
1478
|
+
* @summary Update DoctorMedia.
|
|
1479
|
+
* @param {string} doctorId
|
|
1480
|
+
* @param {string} mediaId
|
|
1481
|
+
* @param {UpdateMediaCommand} [updateMediaCommand]
|
|
1482
|
+
* @param {*} [options] Override http request option.
|
|
1483
|
+
* @throws {RequiredError}
|
|
1484
|
+
* @memberof DoctorsApi
|
|
1485
|
+
*/
|
|
1486
|
+
apiV1DoctorsDoctorIdMediasMediaIdPut(doctorId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
|
|
1487
|
+
/**
|
|
1488
|
+
*
|
|
1489
|
+
* @summary Create DoctorMedia.
|
|
1490
|
+
* @param {string} doctorId
|
|
1491
|
+
* @param {CreateMediaCommand} [createMediaCommand]
|
|
1492
|
+
* @param {*} [options] Override http request option.
|
|
1493
|
+
* @throws {RequiredError}
|
|
1494
|
+
* @memberof DoctorsApi
|
|
1495
|
+
*/
|
|
1496
|
+
apiV1DoctorsDoctorIdMediasPost(doctorId: string, createMediaCommand?: CreateMediaCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
|
|
1497
|
+
/**
|
|
1498
|
+
*
|
|
1499
|
+
* @summary Get All DoctorPortfolios
|
|
1500
|
+
* @param {string} doctorId
|
|
1501
|
+
* @param {string} [doctorName]
|
|
1502
|
+
* @param {string} [portfolioId]
|
|
1503
|
+
* @param {string} [name]
|
|
1504
|
+
* @param {number} [page]
|
|
1505
|
+
* @param {number} [limit]
|
|
1506
|
+
* @param {Date} [lastRetrieved]
|
|
1507
|
+
* @param {*} [options] Override http request option.
|
|
1508
|
+
* @throws {RequiredError}
|
|
1509
|
+
* @memberof DoctorsApi
|
|
1510
|
+
*/
|
|
1511
|
+
apiV1DoctorsDoctorIdPortfoliosGet(doctorId: string, doctorName?: string, portfolioId?: string, name?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorPortfoliosModel, any>>;
|
|
1512
|
+
/**
|
|
1513
|
+
*
|
|
1514
|
+
* @summary Delete DoctorPortfolio.
|
|
1515
|
+
* @param {string} doctorId
|
|
1516
|
+
* @param {string} portfolioId
|
|
1517
|
+
* @param {*} [options] Override http request option.
|
|
1518
|
+
* @throws {RequiredError}
|
|
1519
|
+
* @memberof DoctorsApi
|
|
1520
|
+
*/
|
|
1521
|
+
apiV1DoctorsDoctorIdPortfoliosPortfolioIdDelete(doctorId: string, portfolioId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
1522
|
+
/**
|
|
1523
|
+
*
|
|
1524
|
+
* @summary Get DoctorPortfolio.
|
|
1525
|
+
* @param {string} doctorId
|
|
1526
|
+
* @param {string} portfolioId
|
|
1527
|
+
* @param {*} [options] Override http request option.
|
|
1528
|
+
* @throws {RequiredError}
|
|
1529
|
+
* @memberof DoctorsApi
|
|
1530
|
+
*/
|
|
1531
|
+
apiV1DoctorsDoctorIdPortfoliosPortfolioIdGet(doctorId: string, portfolioId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorPortfolioModel, any>>;
|
|
1532
|
+
/**
|
|
1533
|
+
*
|
|
1534
|
+
* @summary Update DoctorPortfolio.
|
|
1535
|
+
* @param {string} doctorId
|
|
1536
|
+
* @param {string} portfolioId
|
|
1537
|
+
* @param {UpdateDoctorPortfolioCommand} [updateDoctorPortfolioCommand]
|
|
1538
|
+
* @param {*} [options] Override http request option.
|
|
1539
|
+
* @throws {RequiredError}
|
|
1540
|
+
* @memberof DoctorsApi
|
|
1541
|
+
*/
|
|
1542
|
+
apiV1DoctorsDoctorIdPortfoliosPortfolioIdPut(doctorId: string, portfolioId: string, updateDoctorPortfolioCommand?: UpdateDoctorPortfolioCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorPortfolioModel, any>>;
|
|
1543
|
+
/**
|
|
1544
|
+
*
|
|
1545
|
+
* @summary Create DoctorPortfolio.
|
|
1546
|
+
* @param {string} doctorId
|
|
1547
|
+
* @param {CreateDoctorPortfolioCommand} [createDoctorPortfolioCommand]
|
|
1548
|
+
* @param {*} [options] Override http request option.
|
|
1549
|
+
* @throws {RequiredError}
|
|
1550
|
+
* @memberof DoctorsApi
|
|
1551
|
+
*/
|
|
1552
|
+
apiV1DoctorsDoctorIdPortfoliosPost(doctorId: string, createDoctorPortfolioCommand?: CreateDoctorPortfolioCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorPortfolioModel, any>>;
|
|
1553
|
+
/**
|
|
1554
|
+
*
|
|
1555
|
+
* @summary Update Doctor.
|
|
1556
|
+
* @param {string} doctorId
|
|
1557
|
+
* @param {UpdateDoctorCommand} [updateDoctorCommand]
|
|
1558
|
+
* @param {*} [options] Override http request option.
|
|
1559
|
+
* @throws {RequiredError}
|
|
1560
|
+
* @memberof DoctorsApi
|
|
1561
|
+
*/
|
|
1562
|
+
apiV1DoctorsDoctorIdPut(doctorId: string, updateDoctorCommand?: UpdateDoctorCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorModel, any>>;
|
|
1563
|
+
/**
|
|
1564
|
+
*
|
|
1565
|
+
* @summary Delete Doctor.
|
|
1566
|
+
* @param {string} doctorId
|
|
1567
|
+
* @param {*} [options] Override http request option.
|
|
1568
|
+
* @throws {RequiredError}
|
|
1569
|
+
* @memberof DoctorsApi
|
|
1570
|
+
*/
|
|
1571
|
+
apiV1DoctorsDoctorIdReactivePut(doctorId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
1572
|
+
/**
|
|
1573
|
+
*
|
|
1574
|
+
* @summary Get All DoctorSpecialties.
|
|
1575
|
+
* @param {string} doctorId
|
|
1576
|
+
* @param {string} [doctorName]
|
|
1577
|
+
* @param {string} [specialtyId]
|
|
1578
|
+
* @param {string} [specialtyName]
|
|
1579
|
+
* @param {string} [languageCode]
|
|
1580
|
+
* @param {number} [page]
|
|
1581
|
+
* @param {number} [limit]
|
|
1582
|
+
* @param {Date} [lastRetrieved]
|
|
1583
|
+
* @param {*} [options] Override http request option.
|
|
1584
|
+
* @throws {RequiredError}
|
|
1585
|
+
* @memberof DoctorsApi
|
|
1586
|
+
*/
|
|
1587
|
+
apiV1DoctorsDoctorIdSpecialtiesGet(doctorId: string, doctorName?: string, specialtyId?: string, specialtyName?: string, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorSpecialtiesModel, any>>;
|
|
1588
|
+
/**
|
|
1589
|
+
*
|
|
1590
|
+
* @summary Link a doctor to a specialty.
|
|
1591
|
+
* @param {string} doctorId
|
|
1592
|
+
* @param {CreateDoctorSpecialtyCommand} [createDoctorSpecialtyCommand]
|
|
1593
|
+
* @param {*} [options] Override http request option.
|
|
1594
|
+
* @throws {RequiredError}
|
|
1595
|
+
* @memberof DoctorsApi
|
|
1596
|
+
*/
|
|
1597
|
+
apiV1DoctorsDoctorIdSpecialtiesPost(doctorId: string, createDoctorSpecialtyCommand?: CreateDoctorSpecialtyCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorSpecialtyModel, any>>;
|
|
1598
|
+
/**
|
|
1599
|
+
*
|
|
1600
|
+
* @summary Remove link between the doctor and the specialty.
|
|
1601
|
+
* @param {string} doctorId
|
|
1602
|
+
* @param {string} specialtyId
|
|
1603
|
+
* @param {*} [options] Override http request option.
|
|
1604
|
+
* @throws {RequiredError}
|
|
1605
|
+
* @memberof DoctorsApi
|
|
1606
|
+
*/
|
|
1607
|
+
apiV1DoctorsDoctorIdSpecialtiesSpecialtyIdDelete(doctorId: string, specialtyId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
1608
|
+
/**
|
|
1609
|
+
*
|
|
1610
|
+
* @summary Get DoctorSpecialty
|
|
1611
|
+
* @param {string} doctorId
|
|
1612
|
+
* @param {string} specialtyId
|
|
1613
|
+
* @param {*} [options] Override http request option.
|
|
1614
|
+
* @throws {RequiredError}
|
|
1615
|
+
* @memberof DoctorsApi
|
|
1616
|
+
*/
|
|
1617
|
+
apiV1DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId: string, specialtyId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorSpecialtyModel, any>>;
|
|
1618
|
+
/**
|
|
1619
|
+
*
|
|
1620
|
+
* @summary Update DoctorSpecialty.
|
|
1621
|
+
* @param {string} doctorId
|
|
1622
|
+
* @param {string} specialtyId
|
|
1623
|
+
* @param {UpdateDoctorSpecialtyCommand} [updateDoctorSpecialtyCommand]
|
|
1624
|
+
* @param {*} [options] Override http request option.
|
|
1625
|
+
* @throws {RequiredError}
|
|
1626
|
+
* @memberof DoctorsApi
|
|
1627
|
+
*/
|
|
1628
|
+
apiV1DoctorsDoctorIdSpecialtiesSpecialtyIdPut(doctorId: string, specialtyId: string, updateDoctorSpecialtyCommand?: UpdateDoctorSpecialtyCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorSpecialtyModel, any>>;
|
|
1629
|
+
/**
|
|
1630
|
+
*
|
|
1631
|
+
* @summary Get all Doctors.
|
|
1632
|
+
* @param {string} [hospitalId]
|
|
1633
|
+
* @param {string} [hospitalName]
|
|
1634
|
+
* @param {Array<string>} [ids]
|
|
1635
|
+
* @param {string} [specialtyId]
|
|
1636
|
+
* @param {boolean} [consultationEnabled]
|
|
1637
|
+
* @param {string} [id]
|
|
1638
|
+
* @param {string} [fullname]
|
|
1639
|
+
* @param {string} [email]
|
|
1640
|
+
* @param {Gender} [gender]
|
|
1641
|
+
* @param {Date} [dateOfBirth]
|
|
1642
|
+
* @param {Date} [created]
|
|
1643
|
+
* @param {boolean} [showHidden]
|
|
1644
|
+
* @param {number} [page]
|
|
1645
|
+
* @param {number} [limit]
|
|
1646
|
+
* @param {Date} [lastRetrieved]
|
|
1647
|
+
* @param {*} [options] Override http request option.
|
|
1648
|
+
* @throws {RequiredError}
|
|
1649
|
+
* @memberof DoctorsApi
|
|
1650
|
+
*/
|
|
1651
|
+
apiV1DoctorsGet(hospitalId?: string, hospitalName?: string, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorsModel, any>>;
|
|
1652
|
+
/**
|
|
1653
|
+
*
|
|
1654
|
+
* @summary Create a Doctor.
|
|
1655
|
+
* @param {CreateDoctorCommand} [createDoctorCommand]
|
|
1656
|
+
* @param {*} [options] Override http request option.
|
|
1657
|
+
* @throws {RequiredError}
|
|
1658
|
+
* @memberof DoctorsApi
|
|
1659
|
+
*/
|
|
1660
|
+
apiV1DoctorsPost(createDoctorCommand?: CreateDoctorCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorModel, any>>;
|
|
1661
|
+
/**
|
|
1662
|
+
*
|
|
1663
|
+
* @summary Get all Doctors.
|
|
1664
|
+
* @param {string} [hospitalId]
|
|
1665
|
+
* @param {string} [hospitalName]
|
|
1666
|
+
* @param {Array<string>} [ids]
|
|
1667
|
+
* @param {string} [specialtyId]
|
|
1668
|
+
* @param {boolean} [consultationEnabled]
|
|
1669
|
+
* @param {string} [id]
|
|
1670
|
+
* @param {string} [fullname]
|
|
1671
|
+
* @param {string} [email]
|
|
1672
|
+
* @param {Gender} [gender]
|
|
1673
|
+
* @param {Date} [dateOfBirth]
|
|
1674
|
+
* @param {Date} [created]
|
|
1675
|
+
* @param {boolean} [showHidden]
|
|
1676
|
+
* @param {number} [page]
|
|
1677
|
+
* @param {number} [limit]
|
|
1678
|
+
* @param {Date} [lastRetrieved]
|
|
1679
|
+
* @param {*} [options] Override http request option.
|
|
1680
|
+
* @throws {RequiredError}
|
|
1681
|
+
* @memberof DoctorsApi
|
|
1682
|
+
*/
|
|
1683
|
+
apiV1DoctorsSimpleGet(hospitalId?: string, hospitalName?: string, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorsSimpleModel, any>>;
|
|
1684
|
+
}
|
|
1685
|
+
//# sourceMappingURL=doctors-api.d.ts.map
|