ch-admin-api-client-typescript 5.43.15 → 5.45.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/api/about-us-api.d.ts.map +1 -1
- package/lib/api/about-us-api.js +60 -23
- package/lib/api/accreditations-api.d.ts.map +1 -1
- package/lib/api/accreditations-api.js +46 -17
- package/lib/api/app-version-api.d.ts.map +1 -1
- package/lib/api/app-version-api.js +46 -17
- package/lib/api/appointments-api.d.ts +52 -52
- package/lib/api/appointments-api.d.ts.map +1 -1
- package/lib/api/appointments-api.js +154 -93
- package/lib/api/articles-api.d.ts.map +1 -1
- package/lib/api/articles-api.js +193 -80
- package/lib/api/azure-functions-app-webhooks-api.d.ts.map +1 -1
- package/lib/api/azure-functions-app-webhooks-api.js +18 -5
- package/lib/api/call-histories-api.d.ts.map +1 -1
- package/lib/api/call-histories-api.js +25 -8
- package/lib/api/chadmins-api.d.ts.map +1 -1
- package/lib/api/chadmins-api.js +46 -17
- package/lib/api/chat-users-api.d.ts.map +1 -1
- package/lib/api/chat-users-api.js +60 -23
- package/lib/api/chmanagers-api.d.ts.map +1 -1
- package/lib/api/chmanagers-api.js +46 -17
- package/lib/api/communications-api.d.ts.map +1 -1
- package/lib/api/communications-api.js +32 -11
- package/lib/api/content-managers-api.d.ts.map +1 -1
- package/lib/api/content-managers-api.js +53 -20
- package/lib/api/contributors-api.d.ts.map +1 -1
- package/lib/api/contributors-api.js +95 -38
- package/lib/api/countries-api.d.ts.map +1 -1
- package/lib/api/countries-api.js +186 -77
- package/lib/api/curation-categories-api.d.ts +385 -0
- package/lib/api/curation-categories-api.d.ts.map +1 -0
- package/lib/api/{search-curations-api.js → curation-categories-api.js} +229 -179
- package/lib/api/curations-api.d.ts +45 -173
- package/lib/api/curations-api.d.ts.map +1 -1
- package/lib/api/curations-api.js +103 -264
- package/lib/api/currencies-api.d.ts.map +1 -1
- package/lib/api/currencies-api.js +60 -23
- package/lib/api/dash-board-api.d.ts.map +1 -1
- package/lib/api/dash-board-api.js +46 -17
- package/lib/api/deals-api.d.ts.map +1 -1
- package/lib/api/deals-api.js +186 -77
- package/lib/api/dev-supports-api.d.ts.map +1 -1
- package/lib/api/dev-supports-api.js +39 -14
- package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
- package/lib/api/doctor-affiliations-api.js +144 -59
- package/lib/api/doctors-api.d.ts.map +1 -1
- package/lib/api/doctors-api.js +291 -122
- package/lib/api/email-marketings-api.d.ts.map +1 -1
- package/lib/api/email-marketings-api.js +53 -20
- package/lib/api/email-webhooks-api.d.ts.map +1 -1
- package/lib/api/email-webhooks-api.js +39 -14
- package/lib/api/faq-categories-api.d.ts.map +1 -1
- package/lib/api/faq-categories-api.js +60 -23
- package/lib/api/faqs-api.d.ts.map +1 -1
- package/lib/api/faqs-api.js +123 -50
- package/lib/api/form-results-api.d.ts +20 -20
- package/lib/api/form-results-api.d.ts.map +1 -1
- package/lib/api/form-results-api.js +66 -37
- package/lib/api/form-templates-api.d.ts.map +1 -1
- package/lib/api/form-templates-api.js +81 -32
- package/lib/api/grades-api.d.ts.map +1 -1
- package/lib/api/grades-api.js +46 -17
- package/lib/api/group-channels-api.d.ts.map +1 -1
- package/lib/api/group-channels-api.js +25 -8
- package/lib/api/hospital-branches-api.d.ts.map +1 -1
- package/lib/api/hospital-branches-api.js +74 -29
- package/lib/api/hospital-groups-api.d.ts.map +1 -1
- package/lib/api/hospital-groups-api.js +53 -20
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +1257 -536
- package/lib/api/images-api.d.ts.map +1 -1
- package/lib/api/images-api.js +25 -8
- package/lib/api/languages-api.d.ts.map +1 -1
- package/lib/api/languages-api.js +46 -17
- package/lib/api/managers-api.d.ts.map +1 -1
- package/lib/api/managers-api.js +74 -29
- package/lib/api/notifications-api.d.ts.map +1 -1
- package/lib/api/notifications-api.js +25 -8
- package/lib/api/patient-affiliations-api.d.ts +8 -8
- package/lib/api/patient-affiliations-api.d.ts.map +1 -1
- package/lib/api/patient-affiliations-api.js +33 -16
- package/lib/api/patient-managers-api.d.ts.map +1 -1
- package/lib/api/patient-managers-api.js +53 -20
- package/lib/api/patients-api.d.ts +48 -48
- package/lib/api/patients-api.d.ts.map +1 -1
- package/lib/api/patients-api.js +143 -86
- package/lib/api/payments-api.d.ts.map +1 -1
- package/lib/api/payments-api.js +18 -5
- package/lib/api/plans-api.d.ts.map +1 -1
- package/lib/api/plans-api.js +81 -32
- package/lib/api/prescriptions-api.d.ts.map +1 -1
- package/lib/api/prescriptions-api.js +81 -32
- package/lib/api/profiles-api.d.ts.map +1 -1
- package/lib/api/profiles-api.js +53 -20
- package/lib/api/promotions-api.d.ts.map +1 -1
- package/lib/api/promotions-api.js +53 -20
- package/lib/api/search-api.d.ts.map +1 -1
- package/lib/api/search-api.js +25 -8
- package/lib/api/service-reviews-api.d.ts.map +1 -1
- package/lib/api/service-reviews-api.js +81 -32
- package/lib/api/services-api.d.ts.map +1 -1
- package/lib/api/services-api.js +32 -11
- package/lib/api/services-categories-api.d.ts.map +1 -1
- package/lib/api/services-categories-api.js +46 -17
- package/lib/api/specialties-api.d.ts.map +1 -1
- package/lib/api/specialties-api.js +116 -47
- package/lib/api/specialty-types-api.d.ts.map +1 -1
- package/lib/api/specialty-types-api.js +123 -50
- package/lib/api/survey-forms-api.d.ts.map +1 -1
- package/lib/api/survey-forms-api.js +74 -29
- package/lib/api/survey-results-api.d.ts +16 -16
- package/lib/api/survey-results-api.d.ts.map +1 -1
- package/lib/api/survey-results-api.js +55 -30
- package/lib/api/tags-api.d.ts.map +1 -1
- package/lib/api/tags-api.js +39 -14
- package/lib/api/translation-api.d.ts.map +1 -1
- package/lib/api/translation-api.js +18 -5
- package/lib/api/web-apps-api.d.ts.map +1 -1
- package/lib/api/web-apps-api.js +74 -29
- package/lib/api/whats-app-template-media-api.d.ts +321 -0
- package/lib/api/whats-app-template-media-api.d.ts.map +1 -0
- package/lib/api/whats-app-template-media-api.js +618 -0
- package/lib/api.d.ts +2 -1
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +2 -1
- package/lib/common.d.ts.map +1 -1
- package/lib/common.js +2 -2
- package/lib/models/chadmin-model.d.ts +0 -7
- package/lib/models/chadmin-model.d.ts.map +1 -1
- package/lib/models/chmanager-model.d.ts +0 -7
- package/lib/models/chmanager-model.d.ts.map +1 -1
- package/lib/models/content-manager-model.d.ts +0 -7
- package/lib/models/content-manager-model.d.ts.map +1 -1
- package/{src/models/localized-url-model.ts → lib/models/create-curation-category-command-translation.d.ts} +10 -21
- package/lib/models/create-curation-category-command-translation.d.ts.map +1 -0
- package/lib/models/create-curation-category-command.d.ts +38 -0
- package/lib/models/create-curation-category-command.d.ts.map +1 -0
- package/{src/models/create-template-version-command.ts → lib/models/create-curation-command-translation.d.ts} +13 -18
- package/lib/models/create-curation-command-translation.d.ts.map +1 -0
- package/lib/models/create-curation-command.d.ts +4 -57
- package/lib/models/create-curation-command.d.ts.map +1 -1
- package/lib/models/create-doctor-command.d.ts +6 -0
- package/lib/models/create-doctor-command.d.ts.map +1 -1
- package/lib/models/create-patient-command.d.ts +6 -0
- package/lib/models/create-patient-command.d.ts.map +1 -1
- package/lib/models/create-whats-app-template-media-command.d.ts +45 -0
- package/lib/models/create-whats-app-template-media-command.d.ts.map +1 -0
- package/{src/models/medias-model.ts → lib/models/curation-categories-model.d.ts} +11 -20
- package/lib/models/curation-categories-model.d.ts.map +1 -0
- package/lib/models/curation-categories-model.js +15 -0
- package/{src/models/country-language-model.ts → lib/models/curation-category-model.d.ts} +19 -24
- package/lib/models/curation-category-model.d.ts.map +1 -0
- package/lib/models/curation-category-model.js +15 -0
- package/lib/models/curation-model.d.ts +8 -51
- package/lib/models/curation-model.d.ts.map +1 -1
- package/lib/models/{search-curation-primary-item-model.d.ts → delete-whats-app-template-media-by-tag-command.d.ts} +7 -7
- package/lib/models/delete-whats-app-template-media-by-tag-command.d.ts.map +1 -0
- package/lib/models/delete-whats-app-template-media-by-tag-command.js +15 -0
- package/lib/models/doctor-model.d.ts +0 -7
- package/lib/models/doctor-model.d.ts.map +1 -1
- package/lib/models/index.d.ts +16 -5
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +16 -5
- package/lib/models/manager-model.d.ts +0 -7
- package/lib/models/manager-model.d.ts.map +1 -1
- package/{src/models/article-type.ts → lib/models/meta-media-type.d.ts} +10 -18
- package/lib/models/meta-media-type.d.ts.map +1 -0
- package/lib/models/meta-media-type.js +28 -0
- package/lib/models/patient-manager-model.d.ts +0 -7
- package/lib/models/patient-manager-model.d.ts.map +1 -1
- package/lib/models/patient-model.d.ts +0 -7
- package/lib/models/patient-model.d.ts.map +1 -1
- package/{src/models/leaved-group-channels-model.ts → lib/models/translate-curation-category-command.d.ts} +12 -23
- package/lib/models/translate-curation-category-command.d.ts.map +1 -0
- package/lib/models/translate-curation-category-command.js +15 -0
- package/lib/models/translate-curation-command.d.ts +0 -13
- package/lib/models/translate-curation-command.d.ts.map +1 -1
- package/{src/models/call-history-language-statistics-model.ts → lib/models/update-curation-category-command-translation.d.ts} +11 -16
- package/lib/models/update-curation-category-command-translation.d.ts.map +1 -0
- package/lib/models/update-curation-category-command-translation.js +15 -0
- package/lib/models/update-curation-category-command.d.ts +44 -0
- package/lib/models/update-curation-category-command.d.ts.map +1 -0
- package/lib/models/update-curation-category-command.js +15 -0
- package/{src/models/appointment-refund-upi-model.ts → lib/models/update-curation-command-translation.d.ts} +13 -18
- package/lib/models/update-curation-command-translation.d.ts.map +1 -0
- package/lib/models/update-curation-command-translation.js +15 -0
- package/lib/models/update-curation-command.d.ts +5 -46
- package/lib/models/update-curation-command.d.ts.map +1 -1
- package/lib/models/user-model.d.ts +0 -7
- package/lib/models/user-model.d.ts.map +1 -1
- package/lib/models/whats-app-template-media-item-model.d.ts +76 -0
- package/lib/models/whats-app-template-media-item-model.d.ts.map +1 -0
- package/lib/models/whats-app-template-media-item-model.js +15 -0
- package/lib/models/whats-app-template-media-model.d.ts +76 -0
- package/lib/models/whats-app-template-media-model.d.ts.map +1 -0
- package/lib/models/whats-app-template-media-model.js +15 -0
- package/{src/models/web-app-environment-model.ts → lib/models/whats-app-template-media-tags-model.d.ts} +8 -13
- package/lib/models/whats-app-template-media-tags-model.d.ts.map +1 -0
- package/lib/models/whats-app-template-media-tags-model.js +15 -0
- package/{src/models/chadmins-model.ts → lib/models/whats-app-template-medias-model.d.ts} +11 -20
- package/lib/models/whats-app-template-medias-model.d.ts.map +1 -0
- package/lib/models/whats-app-template-medias-model.js +15 -0
- package/package.json +11 -6
- package/.gitattributes +0 -2
- package/.github/workflows/publish-npm.yml +0 -31
- package/lib/api/search-curations-api.d.ts +0 -364
- package/lib/api/search-curations-api.d.ts.map +0 -1
- package/lib/models/save-search-curations-command.d.ts +0 -26
- package/lib/models/save-search-curations-command.d.ts.map +0 -1
- package/lib/models/search-curation-item-input-model.d.ts +0 -92
- package/lib/models/search-curation-item-input-model.d.ts.map +0 -1
- package/lib/models/search-curation-item-model.d.ts +0 -98
- package/lib/models/search-curation-item-model.d.ts.map +0 -1
- package/lib/models/search-curation-primary-item-model.d.ts.map +0 -1
- package/lib/models/user-type.d.ts +0 -28
- package/lib/models/user-type.d.ts.map +0 -1
- package/lib/models/user-type.js +0 -31
- package/openapitools.json +0 -23
- package/src/.openapi-generator/FILES +0 -677
- package/src/.openapi-generator/VERSION +0 -1
- package/src/.openapi-generator-ignore +0 -23
- package/src/api/about-us-api.ts +0 -904
- package/src/api/accreditations-api.ts +0 -579
- package/src/api/app-version-api.ts +0 -597
- package/src/api/appointments-api.ts +0 -1734
- package/src/api/articles-api.ts +0 -3230
- package/src/api/azure-functions-app-webhooks-api.ts +0 -143
- package/src/api/call-histories-api.ts +0 -451
- package/src/api/chadmins-api.ts +0 -655
- package/src/api/chat-users-api.ts +0 -756
- package/src/api/chmanagers-api.ts +0 -655
- package/src/api/communications-api.ts +0 -252
- package/src/api/content-managers-api.ts +0 -740
- package/src/api/contributors-api.ts +0 -1503
- package/src/api/countries-api.ts +0 -2835
- package/src/api/curations-api.ts +0 -909
- package/src/api/currencies-api.ts +0 -751
- package/src/api/dash-board-api.ts +0 -650
- package/src/api/deals-api.ts +0 -3686
- package/src/api/dev-supports-api.ts +0 -476
- package/src/api/doctor-affiliations-api.ts +0 -2404
- package/src/api/doctors-api.ts +0 -4927
- package/src/api/email-marketings-api.ts +0 -637
- package/src/api/email-webhooks-api.ts +0 -554
- package/src/api/faq-categories-api.ts +0 -903
- package/src/api/faqs-api.ts +0 -1932
- package/src/api/form-results-api.ts +0 -730
- package/src/api/form-templates-api.ts +0 -1238
- package/src/api/grades-api.ts +0 -595
- package/src/api/group-channels-api.ts +0 -290
- package/src/api/hospital-branches-api.ts +0 -1044
- package/src/api/hospital-groups-api.ts +0 -720
- package/src/api/hospitals-api.ts +0 -22461
- package/src/api/images-api.ts +0 -243
- package/src/api/languages-api.ts +0 -593
- package/src/api/managers-api.ts +0 -1140
- package/src/api/notifications-api.ts +0 -293
- package/src/api/patient-affiliations-api.ts +0 -361
- package/src/api/patient-managers-api.ts +0 -740
- package/src/api/patients-api.ts +0 -1393
- package/src/api/payments-api.ts +0 -114
- package/src/api/plans-api.ts +0 -1107
- package/src/api/prescriptions-api.ts +0 -1130
- package/src/api/profiles-api.ts +0 -559
- package/src/api/promotions-api.ts +0 -754
- package/src/api/search-api.ts +0 -266
- package/src/api/search-curations-api.ts +0 -638
- package/src/api/service-reviews-api.ts +0 -1337
- package/src/api/services-api.ts +0 -634
- package/src/api/services-categories-api.ts +0 -565
- package/src/api/specialties-api.ts +0 -1980
- package/src/api/specialty-types-api.ts +0 -2069
- package/src/api/survey-forms-api.ts +0 -1134
- package/src/api/survey-results-api.ts +0 -583
- package/src/api/tags-api.ts +0 -481
- package/src/api/translation-api.ts +0 -145
- package/src/api/web-apps-api.ts +0 -1069
- package/src/api.ts +0 -73
- package/src/base.ts +0 -71
- package/src/common.ts +0 -148
- package/src/configuration.ts +0 -101
- package/src/git_push.sh +0 -57
- package/src/index.ts +0 -18
- package/src/models/about-us-page-item-model.ts +0 -63
- package/src/models/about-us-page-model.ts +0 -126
- package/src/models/about-us-pages-model.ts +0 -42
- package/src/models/accreditation-item-model.ts +0 -54
- package/src/models/accreditation-model.ts +0 -54
- package/src/models/accreditations-model.ts +0 -42
- package/src/models/add-hospital-into-branch-command.ts +0 -36
- package/src/models/add-or-update-web-app-environments-command.ts +0 -33
- package/src/models/admin-message-model.ts +0 -84
- package/src/models/app-version-item-model.ts +0 -51
- package/src/models/app-version-model.ts +0 -51
- package/src/models/app-versions-model.ts +0 -42
- package/src/models/appointment-change-log-model.ts +0 -51
- package/src/models/appointment-duration-statisctics-model.ts +0 -36
- package/src/models/appointment-item-model.ts +0 -357
- package/src/models/appointment-model.ts +0 -381
- package/src/models/appointment-option-input-model.ts +0 -66
- package/src/models/appointment-option-model.ts +0 -84
- package/src/models/appointment-refund-bank-transfer-model.ts +0 -54
- package/src/models/appointment-statistics-model.ts +0 -51
- package/src/models/appointment-status.ts +0 -39
- package/src/models/appointment-timetable-date-model.ts +0 -69
- package/src/models/appointment-timetable-model.ts +0 -69
- package/src/models/appointment-timetable-override-model.ts +0 -81
- package/src/models/appointment-timetable-overrides-model.ts +0 -42
- package/src/models/appointment-timetable-status.ts +0 -31
- package/src/models/appointment-timetable-time-slot-model.ts +0 -81
- package/src/models/appointment-timetables-model.ts +0 -42
- package/src/models/appointment-type.ts +0 -34
- package/src/models/appointments-model.ts +0 -42
- package/src/models/approve-appointment-command.ts +0 -36
- package/src/models/article-contributor-item-model.ts +0 -108
- package/src/models/article-contributor-model.ts +0 -135
- package/src/models/article-contributors-model.ts +0 -42
- package/src/models/article-item-model.ts +0 -150
- package/src/models/article-model.ts +0 -174
- package/src/models/article-sources-model.ts +0 -42
- package/src/models/article-status.ts +0 -32
- package/src/models/article-tag-item-model.ts +0 -42
- package/src/models/article-tag-model.ts +0 -42
- package/src/models/article-tags-model.ts +0 -42
- package/src/models/articles-model.ts +0 -42
- package/src/models/auditable-entity-model.ts +0 -72
- package/src/models/auditable-entity.ts +0 -72
- package/src/models/bank-account-info-item-model.ts +0 -78
- package/src/models/bank-account-info-model.ts +0 -78
- package/src/models/bank-account-infos-model.ts +0 -42
- package/src/models/bank-transfer-payment-model.ts +0 -48
- package/src/models/batch-add-appointment-timetable-model.ts +0 -63
- package/src/models/batch-appointment-timetables-result-model.ts +0 -45
- package/src/models/batch-deal-package-appointment-timetables-command.ts +0 -48
- package/src/models/batch-doctor-affiliation-appointment-timetables-command.ts +0 -48
- package/src/models/batch-hospital-appointment-timetables-command.ts +0 -48
- package/src/models/batch-hospital-specialty-appointment-timetables-command.ts +0 -48
- package/src/models/batch-hospital-working-days-command.ts +0 -33
- package/src/models/batch-service-appointment-timetables-command.ts +0 -48
- package/src/models/batch-update-appointment-timetable-model.ts +0 -69
- package/src/models/call-duration-statistics-model.ts +0 -45
- package/src/models/call-histories-model.ts +0 -42
- package/src/models/call-history-change-log-model.ts +0 -51
- package/src/models/call-history-item-model.ts +0 -126
- package/src/models/call-history-model.ts +0 -141
- package/src/models/call-statistics-model.ts +0 -45
- package/src/models/call-status.ts +0 -40
- package/src/models/cancel-appointment-command.ts +0 -42
- package/src/models/chadmin-item-model.ts +0 -114
- package/src/models/chadmin-model.ts +0 -132
- package/src/models/change-email-command.ts +0 -30
- package/src/models/charge-status.ts +0 -32
- package/src/models/chat-user-model.ts +0 -78
- package/src/models/chat-users-model.ts +0 -39
- package/src/models/check-notifications-command.ts +0 -36
- package/src/models/chmanager-item-model.ts +0 -114
- package/src/models/chmanager-model.ts +0 -132
- package/src/models/chmanagers-model.ts +0 -42
- package/src/models/communication-user-token-model.ts +0 -48
- package/src/models/confirm-email-command.ts +0 -30
- package/src/models/contact-sorting-command.ts +0 -33
- package/src/models/contact-type.ts +0 -36
- package/src/models/content-manager-item-model.ts +0 -114
- package/src/models/content-manager-model.ts +0 -132
- package/src/models/content-managers-model.ts +0 -42
- package/src/models/contribution-type.ts +0 -32
- package/src/models/contributor-item-model.ts +0 -123
- package/src/models/contributor-model.ts +0 -141
- package/src/models/contributor-sns-handles-model.ts +0 -42
- package/src/models/contributors-model.ts +0 -42
- package/src/models/countries-model.ts +0 -42
- package/src/models/country-currencies-model.ts +0 -42
- package/src/models/country-currency-item-model.ts +0 -60
- package/src/models/country-currency-model.ts +0 -60
- package/src/models/country-item-model.ts +0 -93
- package/src/models/country-language-item-model.ts +0 -54
- package/src/models/country-languages-model.ts +0 -42
- package/src/models/country-model.ts +0 -126
- package/src/models/country-sorting-command.ts +0 -33
- package/src/models/create-about-us-page-command.ts +0 -81
- package/src/models/create-accreditation-command.ts +0 -48
- package/src/models/create-app-version-command.ts +0 -51
- package/src/models/create-article-command.ts +0 -132
- package/src/models/create-article-contributor-command.ts +0 -51
- package/src/models/create-article-source-command.ts +0 -42
- package/src/models/create-article-tag-command.ts +0 -36
- package/src/models/create-chadmin-command.ts +0 -87
- package/src/models/create-chat-user-command.ts +0 -60
- package/src/models/create-chmanager-command.ts +0 -87
- package/src/models/create-content-manager-command.ts +0 -87
- package/src/models/create-contributor-command.ts +0 -78
- package/src/models/create-contributor-sns-handle-command.ts +0 -39
- package/src/models/create-country-command.ts +0 -93
- package/src/models/create-curation-command.ts +0 -108
- package/src/models/create-currency-command.ts +0 -42
- package/src/models/create-deal-command.ts +0 -87
- package/src/models/create-deal-package-command.ts +0 -81
- package/src/models/create-deal-service-command.ts +0 -42
- package/src/models/create-doctor-affiliation-command.ts +0 -168
- package/src/models/create-doctor-certificate-command.ts +0 -48
- package/src/models/create-doctor-command.ts +0 -117
- package/src/models/create-doctor-education-command.ts +0 -48
- package/src/models/create-doctor-language-command.ts +0 -42
- package/src/models/create-doctor-portfolio-command.ts +0 -60
- package/src/models/create-doctor-specialty-command.ts +0 -36
- package/src/models/create-faq-category-command.ts +0 -60
- package/src/models/create-faq-command.ts +0 -78
- package/src/models/create-faq-tag-command.ts +0 -36
- package/src/models/create-grade-command.ts +0 -57
- package/src/models/create-hospital-accreditation-command.ts +0 -30
- package/src/models/create-hospital-bank-account-info-command.ts +0 -66
- package/src/models/create-hospital-branch-command.ts +0 -72
- package/src/models/create-hospital-command.ts +0 -253
- package/src/models/create-hospital-contact-command.ts +0 -69
- package/src/models/create-hospital-equipment-command.ts +0 -36
- package/src/models/create-hospital-evaluation-command.ts +0 -48
- package/src/models/create-hospital-group-command.ts +0 -72
- package/src/models/create-hospital-language-command.ts +0 -42
- package/src/models/create-hospital-payment-method-command.ts +0 -78
- package/src/models/create-hospital-rating-command.ts +0 -66
- package/src/models/create-hospital-service-command.ts +0 -138
- package/src/models/create-hospital-sns-handle-command.ts +0 -39
- package/src/models/create-hospital-specialty-command.ts +0 -123
- package/src/models/create-hospital-tag-command.ts +0 -36
- package/src/models/create-hospital-working-day-command.ts +0 -54
- package/src/models/create-landing-command.ts +0 -81
- package/src/models/create-language-command.ts +0 -60
- package/src/models/create-manager-affiliation-command.ts +0 -30
- package/src/models/create-manager-command.ts +0 -93
- package/src/models/create-media-command.ts +0 -57
- package/src/models/create-notice-command.ts +0 -69
- package/src/models/create-page-command.ts +0 -90
- package/src/models/create-patient-affiliation-command.ts +0 -114
- package/src/models/create-patient-command.ts +0 -183
- package/src/models/create-patient-manager-command.ts +0 -87
- package/src/models/create-plan-command.ts +0 -69
- package/src/models/create-plan-hospital-command.ts +0 -36
- package/src/models/create-policy-command.ts +0 -81
- package/src/models/create-prescription-command.ts +0 -207
- package/src/models/create-profile-command.ts +0 -96
- package/src/models/create-promotion-command.ts +0 -102
- package/src/models/create-service-category-command.ts +0 -42
- package/src/models/create-service-review-command.ts +0 -99
- package/src/models/create-specialty-command.ts +0 -87
- package/src/models/create-specialty-type-command.ts +0 -102
- package/src/models/create-survey-form-command.ts +0 -96
- package/src/models/create-tag-command.ts +0 -30
- package/src/models/create-walk-in-appointment-command.ts +0 -174
- package/src/models/create-web-app-command.ts +0 -75
- package/src/models/curation-model.ts +0 -111
- package/src/models/curations-model.ts +0 -42
- package/src/models/currencies-model.ts +0 -42
- package/src/models/currency-item-model.ts +0 -48
- package/src/models/currency-model.ts +0 -57
- package/src/models/dash-board-model.ts +0 -60
- package/src/models/day-of-week.ts +0 -36
- package/src/models/deal-item-model.ts +0 -129
- package/src/models/deal-item-simple-model.ts +0 -54
- package/src/models/deal-model.ts +0 -153
- package/src/models/deal-package-item-model.ts +0 -123
- package/src/models/deal-package-model.ts +0 -144
- package/src/models/deal-packages-model.ts +0 -42
- package/src/models/deal-service-item-model.ts +0 -72
- package/src/models/deal-service-model.ts +0 -72
- package/src/models/deal-services-model.ts +0 -42
- package/src/models/deals-model.ts +0 -42
- package/src/models/deals-simple-model.ts +0 -42
- package/src/models/delete-deal-package-appointment-timetable-overrides-command.ts +0 -51
- package/src/models/delete-doctor-affiliation-appointment-timetable-overrides-command.ts +0 -51
- package/src/models/delete-hospital-appointment-timetable-overrides-command.ts +0 -51
- package/src/models/delete-hospital-specialty-appointment-timetable-overrides-command.ts +0 -51
- package/src/models/delete-service-appointment-timetable-overrides-command.ts +0 -51
- package/src/models/deploy-status.ts +0 -38
- package/src/models/doctor-affiliation-item-model.ts +0 -174
- package/src/models/doctor-affiliation-model.ts +0 -234
- package/src/models/doctor-affiliation-simple-model.ts +0 -48
- package/src/models/doctor-affiliations-model.ts +0 -42
- package/src/models/doctor-certificate-item-model.ts +0 -66
- package/src/models/doctor-certificate-model.ts +0 -66
- package/src/models/doctor-certificate-sorting-command.ts +0 -33
- package/src/models/doctor-certificates-model.ts +0 -42
- package/src/models/doctor-education-item-model.ts +0 -78
- package/src/models/doctor-education-model.ts +0 -78
- package/src/models/doctor-education-sorting-command.ts +0 -33
- package/src/models/doctor-educations-model.ts +0 -42
- package/src/models/doctor-item-model.ts +0 -120
- package/src/models/doctor-language-item-model.ts +0 -60
- package/src/models/doctor-language-model.ts +0 -60
- package/src/models/doctor-languages-model.ts +0 -42
- package/src/models/doctor-model.ts +0 -153
- package/src/models/doctor-portfolio-item-model.ts +0 -66
- package/src/models/doctor-portfolio-model.ts +0 -66
- package/src/models/doctor-portfolios-model.ts +0 -42
- package/src/models/doctor-prefix.ts +0 -31
- package/src/models/doctor-simple-item-model.ts +0 -54
- package/src/models/doctor-specialties-model.ts +0 -42
- package/src/models/doctor-specialty-model.ts +0 -66
- package/src/models/doctors-model.ts +0 -42
- package/src/models/doctors-simple-model.ts +0 -42
- package/src/models/duration.ts +0 -34
- package/src/models/email-record-event-model.ts +0 -165
- package/src/models/email-record-item-model.ts +0 -87
- package/src/models/email-record-model.ts +0 -96
- package/src/models/email-records-model.ts +0 -42
- package/src/models/email-status.ts +0 -44
- package/src/models/faq-categories-model.ts +0 -42
- package/src/models/faq-category-item-model.ts +0 -99
- package/src/models/faq-category-model.ts +0 -117
- package/src/models/faq-item-model.ts +0 -129
- package/src/models/faq-model.ts +0 -153
- package/src/models/faq-tag-item-model.ts +0 -42
- package/src/models/faq-tag-model.ts +0 -42
- package/src/models/faq-tags-model.ts +0 -42
- package/src/models/faqs-model.ts +0 -42
- package/src/models/feature-detail-input-model.ts +0 -66
- package/src/models/feature-detail-model.ts +0 -78
- package/src/models/feature-input-model.ts +0 -39
- package/src/models/feature-model.ts +0 -39
- package/src/models/footer-navigation-item-model.ts +0 -72
- package/src/models/form-field-input-model.ts +0 -123
- package/src/models/form-field-model.ts +0 -129
- package/src/models/form-field-option-input-model.ts +0 -54
- package/src/models/form-field-option-model.ts +0 -60
- package/src/models/form-result-field-model.ts +0 -99
- package/src/models/form-result-item-model.ts +0 -117
- package/src/models/form-result-model.ts +0 -126
- package/src/models/form-result-section-model.ts +0 -69
- package/src/models/form-result-status.ts +0 -32
- package/src/models/form-result-value-model.ts +0 -66
- package/src/models/form-results-model.ts +0 -42
- package/src/models/form-section-input-model.ts +0 -63
- package/src/models/form-section-model.ts +0 -69
- package/src/models/form-template-affiliation-model.ts +0 -48
- package/src/models/form-template-affiliations-model.ts +0 -42
- package/src/models/form-template-item-model.ts +0 -114
- package/src/models/form-template-model.ts +0 -141
- package/src/models/form-template-platform.ts +0 -31
- package/src/models/form-template-status.ts +0 -31
- package/src/models/form-template-type.ts +0 -32
- package/src/models/form-templates-model.ts +0 -42
- package/src/models/gender.ts +0 -34
- package/src/models/general-statistics-model.ts +0 -48
- package/src/models/generated-pdf-command.ts +0 -30
- package/src/models/get-appointment-timetables-response-model.ts +0 -51
- package/src/models/get-patient-walk-in-query.ts +0 -42
- package/src/models/grade-item-model.ts +0 -72
- package/src/models/grade-model.ts +0 -72
- package/src/models/grade-targets.ts +0 -31
- package/src/models/grades-model.ts +0 -42
- package/src/models/group-channel-list.ts +0 -45
- package/src/models/group-channel.ts +0 -156
- package/src/models/header-navigation-item-model.ts +0 -78
- package/src/models/hospital-accreditation-item-model.ts +0 -54
- package/src/models/hospital-accreditation-model.ts +0 -54
- package/src/models/hospital-accreditations-model.ts +0 -42
- package/src/models/hospital-branch-item-mapping-model.ts +0 -45
- package/src/models/hospital-branch-item-model.ts +0 -75
- package/src/models/hospital-branch-model.ts +0 -102
- package/src/models/hospital-branches-model.ts +0 -42
- package/src/models/hospital-consultation-option-model.ts +0 -42
- package/src/models/hospital-contact-item-model.ts +0 -96
- package/src/models/hospital-contact-model.ts +0 -96
- package/src/models/hospital-contacts-model.ts +0 -42
- package/src/models/hospital-equipment-item-model.ts +0 -60
- package/src/models/hospital-equipment-model.ts +0 -60
- package/src/models/hospital-equipments-model.ts +0 -42
- package/src/models/hospital-evaluation-item-model.ts +0 -54
- package/src/models/hospital-evaluation-model.ts +0 -54
- package/src/models/hospital-evaluations-model.ts +0 -42
- package/src/models/hospital-group-item-model.ts +0 -69
- package/src/models/hospital-group-model.ts +0 -87
- package/src/models/hospital-groups-model.ts +0 -42
- package/src/models/hospital-item-model.ts +0 -121
- package/src/models/hospital-language-item-model.ts +0 -60
- package/src/models/hospital-languages-model.ts +0 -42
- package/src/models/hospital-model.ts +0 -334
- package/src/models/hospital-payment-gateway-model.ts +0 -36
- package/src/models/hospital-payment-method-item-model.ts +0 -63
- package/src/models/hospital-payment-method-model.ts +0 -90
- package/src/models/hospital-payment-methods-model.ts +0 -42
- package/src/models/hospital-rating-item-model.ts +0 -72
- package/src/models/hospital-rating-model.ts +0 -72
- package/src/models/hospital-rating-sorting-command.ts +0 -33
- package/src/models/hospital-ratings-model.ts +0 -42
- package/src/models/hospital-service-item-model.ts +0 -171
- package/src/models/hospital-service-model.ts +0 -243
- package/src/models/hospital-services-model.ts +0 -42
- package/src/models/hospital-simple-item-model.ts +0 -54
- package/src/models/hospital-sns-handles-model.ts +0 -42
- package/src/models/hospital-specialties-model.ts +0 -42
- package/src/models/hospital-specialties-simple-model.ts +0 -42
- package/src/models/hospital-specialty-item-model.ts +0 -147
- package/src/models/hospital-specialty-model.ts +0 -216
- package/src/models/hospital-specialty-simple-item-model.ts +0 -60
- package/src/models/hospital-tag-item-model.ts +0 -36
- package/src/models/hospital-tag-model.ts +0 -42
- package/src/models/hospital-tags-model.ts +0 -42
- package/src/models/hospital-working-days-batch-result-model.ts +0 -57
- package/src/models/hospitals-model.ts +0 -42
- package/src/models/hospitals-simple-model.ts +0 -42
- package/src/models/index.ts +0 -611
- package/src/models/invite-send-bird-group-channel-command.ts +0 -30
- package/src/models/landing-item-model.ts +0 -81
- package/src/models/landing-model.ts +0 -141
- package/src/models/landings-model.ts +0 -42
- package/src/models/language-item-model.ts +0 -60
- package/src/models/language-model.ts +0 -60
- package/src/models/languages-model.ts +0 -42
- package/src/models/location-model.ts +0 -103
- package/src/models/manager-affiliation-item-model.ts +0 -48
- package/src/models/manager-affiliation-model.ts +0 -48
- package/src/models/manager-affiliations-model.ts +0 -42
- package/src/models/manager-item-model.ts +0 -120
- package/src/models/manager-model.ts +0 -147
- package/src/models/managers-model.ts +0 -42
- package/src/models/marketing-type.ts +0 -32
- package/src/models/media-model.ts +0 -69
- package/src/models/media-type.ts +0 -37
- package/src/models/mention-type.ts +0 -31
- package/src/models/message-type.ts +0 -32
- package/src/models/metadata.ts +0 -42
- package/src/models/model-file.ts +0 -54
- package/src/models/notice-item-model.ts +0 -102
- package/src/models/notice-model.ts +0 -114
- package/src/models/notice-sorting-command.ts +0 -33
- package/src/models/notice-status.ts +0 -32
- package/src/models/notices-model.ts +0 -42
- package/src/models/notification-code.ts +0 -68
- package/src/models/notification-model.ts +0 -93
- package/src/models/notifications-model.ts +0 -48
- package/src/models/page-block-input-model.ts +0 -126
- package/src/models/page-block-link-input-model.ts +0 -69
- package/src/models/page-block-link-model.ts +0 -81
- package/src/models/page-block-link-type.ts +0 -32
- package/src/models/page-block-location-input-model.ts +0 -54
- package/src/models/page-block-location-model.ts +0 -54
- package/src/models/page-block-model.ts +0 -144
- package/src/models/page-block-type.ts +0 -48
- package/src/models/page-item-item-model.ts +0 -78
- package/src/models/page-item-model.ts +0 -111
- package/src/models/page-item-status.ts +0 -32
- package/src/models/page-items-model.ts +0 -42
- package/src/models/page-section-input-model.ts +0 -69
- package/src/models/page-section-list-type.ts +0 -34
- package/src/models/page-section-model.ts +0 -69
- package/src/models/paged-list-meta-data.ts +0 -84
- package/src/models/patient-affiliation-item-model.ts +0 -162
- package/src/models/patient-affiliation-model.ts +0 -162
- package/src/models/patient-affiliations-model.ts +0 -42
- package/src/models/patient-item-model.ts +0 -114
- package/src/models/patient-manager-item-model.ts +0 -114
- package/src/models/patient-manager-model.ts +0 -132
- package/src/models/patient-managers-model.ts +0 -42
- package/src/models/patient-model.ts +0 -138
- package/src/models/patient-walk-in-model.ts +0 -39
- package/src/models/patients-model.ts +0 -42
- package/src/models/payment-method.ts +0 -35
- package/src/models/payment-model.ts +0 -93
- package/src/models/payment-status.ts +0 -33
- package/src/models/period-units.ts +0 -31
- package/src/models/plan-hospital-item-model.ts +0 -54
- package/src/models/plan-hospital-model.ts +0 -54
- package/src/models/plan-hospitals-model.ts +0 -42
- package/src/models/plan-item-model.ts +0 -75
- package/src/models/plan-model.ts +0 -75
- package/src/models/plans-model.ts +0 -42
- package/src/models/platform.ts +0 -32
- package/src/models/policies-model.ts +0 -42
- package/src/models/policy-item-model.ts +0 -75
- package/src/models/policy-model.ts +0 -135
- package/src/models/prescription-diagnosis-input-model.ts +0 -42
- package/src/models/prescription-diagnosis-item-model.ts +0 -42
- package/src/models/prescription-item-model.ts +0 -195
- package/src/models/prescription-medication-input-model.ts +0 -84
- package/src/models/prescription-medication-item-model.ts +0 -84
- package/src/models/prescription-model.ts +0 -222
- package/src/models/prescription-symptom-input-model.ts +0 -54
- package/src/models/prescription-symptom-item-model.ts +0 -54
- package/src/models/prescriptions-model.ts +0 -42
- package/src/models/problem-details.ts +0 -56
- package/src/models/procedure.ts +0 -31
- package/src/models/promotion-item-model.ts +0 -99
- package/src/models/promotion-model.ts +0 -108
- package/src/models/promotion-type.ts +0 -32
- package/src/models/promotions-model.ts +0 -42
- package/src/models/recurring-interval.ts +0 -33
- package/src/models/refund-policy.ts +0 -32
- package/src/models/refund-status.ts +0 -32
- package/src/models/reject-appointment-command.ts +0 -39
- package/src/models/reject-reason.ts +0 -33
- package/src/models/reschedule-appointment-command.ts +0 -42
- package/src/models/review-type.ts +0 -32
- package/src/models/save-appointment-timetable-override-model.ts +0 -66
- package/src/models/save-appointment-timetable-overrides-result-model.ts +0 -33
- package/src/models/save-country-currency-command.ts +0 -30
- package/src/models/save-country-language-command.ts +0 -30
- package/src/models/save-deal-package-appointment-timetable-overrides-command.ts +0 -33
- package/src/models/save-doctor-affiliation-appointment-timetable-overrides-command.ts +0 -33
- package/src/models/save-footer-navigation-item-model.ts +0 -60
- package/src/models/save-footer-navigations-command.ts +0 -33
- package/src/models/save-form-template-command.ts +0 -105
- package/src/models/save-header-navigation-item-model.ts +0 -66
- package/src/models/save-header-navigations-command.ts +0 -33
- package/src/models/save-hospital-appointment-timetable-overrides-command.ts +0 -33
- package/src/models/save-hospital-specialty-appointment-timetable-overrides-command.ts +0 -33
- package/src/models/save-search-curations-command.ts +0 -33
- package/src/models/save-service-appointment-timetable-overrides-command.ts +0 -33
- package/src/models/search-curation-item-input-model.ts +0 -99
- package/src/models/search-curation-item-model.ts +0 -105
- package/src/models/search-curation-primary-item-model.ts +0 -36
- package/src/models/search-index-type.ts +0 -36
- package/src/models/secure-container-item-model.ts +0 -72
- package/src/models/secure-container-model.ts +0 -81
- package/src/models/secure-containers-model.ts +0 -42
- package/src/models/secure-file-model.ts +0 -93
- package/src/models/secure-files-uploaded-model.ts +0 -33
- package/src/models/send-bird-group-channel-member.ts +0 -87
- package/src/models/send-bird-group-channel-model.ts +0 -153
- package/src/models/send-bird-group-channelr-operator.ts +0 -42
- package/src/models/send-email-command.ts +0 -54
- package/src/models/send-template-version-command.ts +0 -30
- package/src/models/service-categories-model.ts +0 -42
- package/src/models/service-category-item-model.ts +0 -60
- package/src/models/service-category-mapping-model.ts +0 -36
- package/src/models/service-category-model.ts +0 -60
- package/src/models/service-review-item-model.ts +0 -153
- package/src/models/service-review-model.ts +0 -171
- package/src/models/service-reviews-model.ts +0 -42
- package/src/models/session-token.ts +0 -36
- package/src/models/set-hospital-into-form-template-command.ts +0 -30
- package/src/models/set-hospital-into-survey-form-command.ts +0 -30
- package/src/models/sns-handle-model.ts +0 -45
- package/src/models/sns-type.ts +0 -35
- package/src/models/sort-country-currencies-command.ts +0 -33
- package/src/models/sort-country-languages-command.ts +0 -33
- package/src/models/sort-currencies-command.ts +0 -33
- package/src/models/sort-footer-navigations-command.ts +0 -33
- package/src/models/sorting-item-model.ts +0 -36
- package/src/models/sorting-order.ts +0 -31
- package/src/models/sorting-result-model.ts +0 -33
- package/src/models/source-model.ts +0 -48
- package/src/models/specialties-model.ts +0 -42
- package/src/models/specialties-simple-model.ts +0 -42
- package/src/models/specialty-item-model.ts +0 -117
- package/src/models/specialty-item-simple-model.ts +0 -60
- package/src/models/specialty-model.ts +0 -141
- package/src/models/specialty-type-item-model.ts +0 -117
- package/src/models/specialty-type-model.ts +0 -135
- package/src/models/specialty-type-simple-item-model.ts +0 -60
- package/src/models/specialty-type-sorting-command.ts +0 -33
- package/src/models/specialty-types-model.ts +0 -42
- package/src/models/specialty-types-simple-model.ts +0 -42
- package/src/models/string-filter-types.ts +0 -33
- package/src/models/survey-form-affiliation-model.ts +0 -36
- package/src/models/survey-form-affiliations-model.ts +0 -42
- package/src/models/survey-form-duration-statistics-model.ts +0 -45
- package/src/models/survey-form-element-input-model.ts +0 -96
- package/src/models/survey-form-element-model.ts +0 -102
- package/src/models/survey-form-element-option-input-model.ts +0 -60
- package/src/models/survey-form-element-option-model.ts +0 -72
- package/src/models/survey-form-element-types.ts +0 -44
- package/src/models/survey-form-item-model.ts +0 -90
- package/src/models/survey-form-language-statistics-model.ts +0 -36
- package/src/models/survey-form-model.ts +0 -123
- package/src/models/survey-form-statistics-model.ts +0 -45
- package/src/models/survey-form-status.ts +0 -31
- package/src/models/survey-forms-model.ts +0 -42
- package/src/models/survey-result-element-model.ts +0 -54
- package/src/models/survey-result-element-value-model.ts +0 -42
- package/src/models/survey-result-item-model.ts +0 -99
- package/src/models/survey-result-model.ts +0 -135
- package/src/models/survey-result-user-model.ts +0 -42
- package/src/models/survey-results-model.ts +0 -42
- package/src/models/tag-item-model.ts +0 -48
- package/src/models/tag-model.ts +0 -48
- package/src/models/tags-model.ts +0 -42
- package/src/models/template-version-item-model.ts +0 -72
- package/src/models/template-version-model.ts +0 -72
- package/src/models/template-versions-model.ts +0 -42
- package/src/models/test-email-model.ts +0 -30
- package/src/models/test-email-webhook-command.ts +0 -36
- package/src/models/text-message.ts +0 -123
- package/src/models/translate-about-us-page-command.ts +0 -51
- package/src/models/translate-all-options.ts +0 -32
- package/src/models/translate-command.ts +0 -48
- package/src/models/translate-country-command.ts +0 -51
- package/src/models/translate-curation-command.ts +0 -51
- package/src/models/translate-deal-command.ts +0 -51
- package/src/models/translate-doctor-affiliation-command.ts +0 -51
- package/src/models/translate-form-result-command.ts +0 -51
- package/src/models/translate-form-template-command.ts +0 -51
- package/src/models/translate-hospital-command.ts +0 -51
- package/src/models/translate-hospital-service-command.ts +0 -51
- package/src/models/translate-hospital-specialty-command.ts +0 -51
- package/src/models/translate-landing-command.ts +0 -51
- package/src/models/translate-page-command.ts +0 -57
- package/src/models/translate-page-section-command.ts +0 -57
- package/src/models/translate-specialty-command.ts +0 -51
- package/src/models/translate-specialty-type-command.ts +0 -51
- package/src/models/translation-batch-result-model.ts +0 -57
- package/src/models/translation-charaters-model.ts +0 -42
- package/src/models/translation-contents-model.ts +0 -57
- package/src/models/translation-contents-target-model.ts +0 -42
- package/src/models/translation-target-entities.ts +0 -36
- package/src/models/update-about-us-page-command.ts +0 -105
- package/src/models/update-accreditation-command.ts +0 -48
- package/src/models/update-app-version-command.ts +0 -42
- package/src/models/update-article-command.ts +0 -150
- package/src/models/update-article-contributor-command.ts +0 -45
- package/src/models/update-article-source-command.ts +0 -42
- package/src/models/update-chadmin-command.ts +0 -87
- package/src/models/update-chat-user-command.ts +0 -48
- package/src/models/update-chmanager-command.ts +0 -87
- package/src/models/update-content-manager-command.ts +0 -87
- package/src/models/update-content-text-only-value-domains.ts +0 -38
- package/src/models/update-contributor-command.ts +0 -90
- package/src/models/update-contributor-sns-handle-command.ts +0 -39
- package/src/models/update-country-command.ts +0 -111
- package/src/models/update-curation-command.ts +0 -96
- package/src/models/update-currency-command.ts +0 -42
- package/src/models/update-deal-command.ts +0 -93
- package/src/models/update-deal-package-command.ts +0 -81
- package/src/models/update-deal-service-command.ts +0 -30
- package/src/models/update-doctor-affiliation-command.ts +0 -156
- package/src/models/update-doctor-certificate-command.ts +0 -48
- package/src/models/update-doctor-command.ts +0 -93
- package/src/models/update-doctor-education-command.ts +0 -48
- package/src/models/update-doctor-language-command.ts +0 -36
- package/src/models/update-doctor-portfolio-command.ts +0 -60
- package/src/models/update-doctor-specialty-command.ts +0 -30
- package/src/models/update-faq-category-command.ts +0 -66
- package/src/models/update-faq-command.ts +0 -96
- package/src/models/update-form-result-command.ts +0 -39
- package/src/models/update-grade-command.ts +0 -48
- package/src/models/update-hospital-bank-account-info-command.ts +0 -66
- package/src/models/update-hospital-branch-command.ts +0 -66
- package/src/models/update-hospital-branch-item-command.ts +0 -36
- package/src/models/update-hospital-command.ts +0 -265
- package/src/models/update-hospital-contact-command.ts +0 -69
- package/src/models/update-hospital-equipment-command.ts +0 -54
- package/src/models/update-hospital-group-command.ts +0 -72
- package/src/models/update-hospital-language-command.ts +0 -36
- package/src/models/update-hospital-payment-method-command.ts +0 -78
- package/src/models/update-hospital-rating-command.ts +0 -66
- package/src/models/update-hospital-service-command.ts +0 -150
- package/src/models/update-hospital-sns-handle-command.ts +0 -39
- package/src/models/update-hospital-specialty-command.ts +0 -129
- package/src/models/update-hospital-working-day-command.ts +0 -54
- package/src/models/update-landing-command.ts +0 -93
- package/src/models/update-language-command.ts +0 -54
- package/src/models/update-manager-command.ts +0 -93
- package/src/models/update-media-command.ts +0 -57
- package/src/models/update-notice-command.ts +0 -69
- package/src/models/update-page-command.ts +0 -90
- package/src/models/update-patient-affiliation-command.ts +0 -120
- package/src/models/update-patient-command.ts +0 -87
- package/src/models/update-patient-manager-command.ts +0 -87
- package/src/models/update-plan-command.ts +0 -63
- package/src/models/update-plan-hospital-command.ts +0 -30
- package/src/models/update-policy-command.ts +0 -87
- package/src/models/update-prescription-command.ts +0 -171
- package/src/models/update-profile-command.ts +0 -84
- package/src/models/update-promotion-command.ts +0 -96
- package/src/models/update-service-category-command.ts +0 -42
- package/src/models/update-service-review-command.ts +0 -90
- package/src/models/update-specialty-command.ts +0 -105
- package/src/models/update-specialty-type-command.ts +0 -114
- package/src/models/update-survey-form-command.ts +0 -84
- package/src/models/update-template-version-command.ts +0 -42
- package/src/models/update-web-app-command.ts +0 -78
- package/src/models/upi-payment-model.ts +0 -36
- package/src/models/upload-media-from-uri-command.ts +0 -30
- package/src/models/uploaded-medias-model.ts +0 -33
- package/src/models/user-language-model.ts +0 -60
- package/src/models/user-model.ts +0 -132
- package/src/models/user-type.ts +0 -37
- package/src/models/user.ts +0 -105
- package/src/models/web-app-environments-model.ts +0 -39
- package/src/models/web-app-item-model.ts +0 -120
- package/src/models/web-app-model.ts +0 -120
- package/src/models/web-apps-model.ts +0 -42
- package/src/models/working-day-input-model.ts +0 -60
- package/src/models/working-day-item-model.ts +0 -60
- package/src/models/working-day-model.ts +0 -60
- package/src/models/working-days-model.ts +0 -42
- package/tsconfig.json +0 -71
- /package/lib/models/{save-search-curations-command.js → create-curation-category-command-translation.js} +0 -0
- /package/lib/models/{search-curation-item-input-model.js → create-curation-category-command.js} +0 -0
- /package/lib/models/{search-curation-item-model.js → create-curation-command-translation.js} +0 -0
- /package/lib/models/{search-curation-primary-item-model.js → create-whats-app-template-media-command.js} +0 -0
|
@@ -1,2069 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* CloudHospital Admin Api
|
|
5
|
-
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1
|
|
8
|
-
* Contact: developer@icloudhospital.com
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
import globalAxios, { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
|
|
17
|
-
import { Configuration } from '../configuration';
|
|
18
|
-
// Some imports not used depending on template conditions
|
|
19
|
-
// @ts-ignore
|
|
20
|
-
import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '../common';
|
|
21
|
-
// @ts-ignore
|
|
22
|
-
import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from '../base';
|
|
23
|
-
// @ts-ignore
|
|
24
|
-
import { CreateMediaCommand } from '../models';
|
|
25
|
-
// @ts-ignore
|
|
26
|
-
import { CreateSpecialtyTypeCommand } from '../models';
|
|
27
|
-
// @ts-ignore
|
|
28
|
-
import { MarketingType } from '../models';
|
|
29
|
-
// @ts-ignore
|
|
30
|
-
import { MediaModel } from '../models';
|
|
31
|
-
// @ts-ignore
|
|
32
|
-
import { MediaType } from '../models';
|
|
33
|
-
// @ts-ignore
|
|
34
|
-
import { MediasModel } from '../models';
|
|
35
|
-
// @ts-ignore
|
|
36
|
-
import { ProblemDetails } from '../models';
|
|
37
|
-
// @ts-ignore
|
|
38
|
-
import { SortingResultModel } from '../models';
|
|
39
|
-
// @ts-ignore
|
|
40
|
-
import { SpecialtyTypeModel } from '../models';
|
|
41
|
-
// @ts-ignore
|
|
42
|
-
import { SpecialtyTypeSortingCommand } from '../models';
|
|
43
|
-
// @ts-ignore
|
|
44
|
-
import { SpecialtyTypesModel } from '../models';
|
|
45
|
-
// @ts-ignore
|
|
46
|
-
import { SpecialtyTypesSimpleModel } from '../models';
|
|
47
|
-
// @ts-ignore
|
|
48
|
-
import { TranslateSpecialtyTypeCommand } from '../models';
|
|
49
|
-
// @ts-ignore
|
|
50
|
-
import { UpdateMediaCommand } from '../models';
|
|
51
|
-
// @ts-ignore
|
|
52
|
-
import { UpdateSpecialtyTypeCommand } from '../models';
|
|
53
|
-
/**
|
|
54
|
-
* SpecialtyTypesApi - axios parameter creator
|
|
55
|
-
* @export
|
|
56
|
-
*/
|
|
57
|
-
export const SpecialtyTypesApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
58
|
-
return {
|
|
59
|
-
/**
|
|
60
|
-
*
|
|
61
|
-
* @summary Get all Departments. (Auth policies: RequireDoctorRole)
|
|
62
|
-
* @param {string} [id]
|
|
63
|
-
* @param {string} [name]
|
|
64
|
-
* @param {string} [description]
|
|
65
|
-
* @param {MarketingType} [marketingType]
|
|
66
|
-
* @param {string} [hospitalId]
|
|
67
|
-
* @param {Date} [created]
|
|
68
|
-
* @param {Array<string>} [ids]
|
|
69
|
-
* @param {string} [specialtyTypeCategoryId]
|
|
70
|
-
* @param {string} [languageCode]
|
|
71
|
-
* @param {boolean} [showHidden]
|
|
72
|
-
* @param {boolean} [returnDefaultValue]
|
|
73
|
-
* @param {number} [page]
|
|
74
|
-
* @param {number} [limit]
|
|
75
|
-
* @param {Date} [lastRetrieved]
|
|
76
|
-
* @param {*} [options] Override http request option.
|
|
77
|
-
* @throws {RequiredError}
|
|
78
|
-
*/
|
|
79
|
-
apiV1SpecialtytypesGet: async (id?: string, name?: string, description?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, ids?: Array<string>, specialtyTypeCategoryId?: string, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
80
|
-
const localVarPath = `/api/v1/specialtytypes`;
|
|
81
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
82
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
83
|
-
let baseOptions;
|
|
84
|
-
if (configuration) {
|
|
85
|
-
baseOptions = configuration.baseOptions;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
89
|
-
const localVarHeaderParameter = {} as any;
|
|
90
|
-
const localVarQueryParameter = {} as any;
|
|
91
|
-
|
|
92
|
-
// authentication oauth2 required
|
|
93
|
-
// oauth required
|
|
94
|
-
await setOAuthToObject(localVarHeaderParameter, "oauth2", ["cloudhospital_admin_api"], configuration)
|
|
95
|
-
|
|
96
|
-
if (id !== undefined) {
|
|
97
|
-
localVarQueryParameter['Id'] = id;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
if (name !== undefined) {
|
|
101
|
-
localVarQueryParameter['Name'] = name;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
if (description !== undefined) {
|
|
105
|
-
localVarQueryParameter['Description'] = description;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
if (marketingType !== undefined) {
|
|
109
|
-
localVarQueryParameter['MarketingType'] = marketingType;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
if (hospitalId !== undefined) {
|
|
113
|
-
localVarQueryParameter['HospitalId'] = hospitalId;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
if (created !== undefined) {
|
|
117
|
-
localVarQueryParameter['Created'] = (created as any instanceof Date) ?
|
|
118
|
-
(created as any).toISOString() :
|
|
119
|
-
created;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
if (ids) {
|
|
123
|
-
localVarQueryParameter['Ids'] = ids;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
if (specialtyTypeCategoryId !== undefined) {
|
|
127
|
-
localVarQueryParameter['SpecialtyTypeCategoryId'] = specialtyTypeCategoryId;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
if (languageCode !== undefined) {
|
|
131
|
-
localVarQueryParameter['LanguageCode'] = languageCode;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
if (showHidden !== undefined) {
|
|
135
|
-
localVarQueryParameter['ShowHidden'] = showHidden;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
if (returnDefaultValue !== undefined) {
|
|
139
|
-
localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
if (page !== undefined) {
|
|
143
|
-
localVarQueryParameter['page'] = page;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
if (limit !== undefined) {
|
|
147
|
-
localVarQueryParameter['limit'] = limit;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
if (lastRetrieved !== undefined) {
|
|
151
|
-
localVarQueryParameter['lastRetrieved'] = (lastRetrieved as any instanceof Date) ?
|
|
152
|
-
(lastRetrieved as any).toISOString() :
|
|
153
|
-
lastRetrieved;
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
159
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
160
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
161
|
-
|
|
162
|
-
return {
|
|
163
|
-
url: toPathString(localVarUrlObj),
|
|
164
|
-
options: localVarRequestOptions,
|
|
165
|
-
};
|
|
166
|
-
},
|
|
167
|
-
/**
|
|
168
|
-
*
|
|
169
|
-
* @summary Create a Department. (Auth policies: RequireManagerRole)
|
|
170
|
-
* @param {CreateSpecialtyTypeCommand} [createSpecialtyTypeCommand]
|
|
171
|
-
* @param {*} [options] Override http request option.
|
|
172
|
-
* @throws {RequiredError}
|
|
173
|
-
*/
|
|
174
|
-
apiV1SpecialtytypesPost: async (createSpecialtyTypeCommand?: CreateSpecialtyTypeCommand, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
175
|
-
const localVarPath = `/api/v1/specialtytypes`;
|
|
176
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
177
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
178
|
-
let baseOptions;
|
|
179
|
-
if (configuration) {
|
|
180
|
-
baseOptions = configuration.baseOptions;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
184
|
-
const localVarHeaderParameter = {} as any;
|
|
185
|
-
const localVarQueryParameter = {} as any;
|
|
186
|
-
|
|
187
|
-
// authentication oauth2 required
|
|
188
|
-
// oauth required
|
|
189
|
-
await setOAuthToObject(localVarHeaderParameter, "oauth2", ["cloudhospital_admin_api"], configuration)
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
194
|
-
|
|
195
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
196
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
197
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
198
|
-
localVarRequestOptions.data = serializeDataIfNeeded(createSpecialtyTypeCommand, localVarRequestOptions, configuration)
|
|
199
|
-
|
|
200
|
-
return {
|
|
201
|
-
url: toPathString(localVarUrlObj),
|
|
202
|
-
options: localVarRequestOptions,
|
|
203
|
-
};
|
|
204
|
-
},
|
|
205
|
-
/**
|
|
206
|
-
*
|
|
207
|
-
* @summary Get all Departments with simplified model. (Auth policies: RequireDoctorRole)
|
|
208
|
-
* @param {string} [id]
|
|
209
|
-
* @param {string} [name]
|
|
210
|
-
* @param {string} [description]
|
|
211
|
-
* @param {MarketingType} [marketingType]
|
|
212
|
-
* @param {string} [hospitalId]
|
|
213
|
-
* @param {Date} [created]
|
|
214
|
-
* @param {Array<string>} [ids]
|
|
215
|
-
* @param {string} [specialtyTypeCategoryId]
|
|
216
|
-
* @param {string} [languageCode]
|
|
217
|
-
* @param {boolean} [showHidden]
|
|
218
|
-
* @param {boolean} [returnDefaultValue]
|
|
219
|
-
* @param {number} [page]
|
|
220
|
-
* @param {number} [limit]
|
|
221
|
-
* @param {Date} [lastRetrieved]
|
|
222
|
-
* @param {*} [options] Override http request option.
|
|
223
|
-
* @throws {RequiredError}
|
|
224
|
-
*/
|
|
225
|
-
apiV1SpecialtytypesSimpleGet: async (id?: string, name?: string, description?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, ids?: Array<string>, specialtyTypeCategoryId?: string, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
226
|
-
const localVarPath = `/api/v1/specialtytypes/simple`;
|
|
227
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
228
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
229
|
-
let baseOptions;
|
|
230
|
-
if (configuration) {
|
|
231
|
-
baseOptions = configuration.baseOptions;
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
235
|
-
const localVarHeaderParameter = {} as any;
|
|
236
|
-
const localVarQueryParameter = {} as any;
|
|
237
|
-
|
|
238
|
-
// authentication oauth2 required
|
|
239
|
-
// oauth required
|
|
240
|
-
await setOAuthToObject(localVarHeaderParameter, "oauth2", ["cloudhospital_admin_api"], configuration)
|
|
241
|
-
|
|
242
|
-
if (id !== undefined) {
|
|
243
|
-
localVarQueryParameter['Id'] = id;
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
if (name !== undefined) {
|
|
247
|
-
localVarQueryParameter['Name'] = name;
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
if (description !== undefined) {
|
|
251
|
-
localVarQueryParameter['Description'] = description;
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
if (marketingType !== undefined) {
|
|
255
|
-
localVarQueryParameter['MarketingType'] = marketingType;
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
if (hospitalId !== undefined) {
|
|
259
|
-
localVarQueryParameter['HospitalId'] = hospitalId;
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
if (created !== undefined) {
|
|
263
|
-
localVarQueryParameter['Created'] = (created as any instanceof Date) ?
|
|
264
|
-
(created as any).toISOString() :
|
|
265
|
-
created;
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
if (ids) {
|
|
269
|
-
localVarQueryParameter['Ids'] = ids;
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
if (specialtyTypeCategoryId !== undefined) {
|
|
273
|
-
localVarQueryParameter['SpecialtyTypeCategoryId'] = specialtyTypeCategoryId;
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
if (languageCode !== undefined) {
|
|
277
|
-
localVarQueryParameter['LanguageCode'] = languageCode;
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
if (showHidden !== undefined) {
|
|
281
|
-
localVarQueryParameter['ShowHidden'] = showHidden;
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
if (returnDefaultValue !== undefined) {
|
|
285
|
-
localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
if (page !== undefined) {
|
|
289
|
-
localVarQueryParameter['page'] = page;
|
|
290
|
-
}
|
|
291
|
-
|
|
292
|
-
if (limit !== undefined) {
|
|
293
|
-
localVarQueryParameter['limit'] = limit;
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
if (lastRetrieved !== undefined) {
|
|
297
|
-
localVarQueryParameter['lastRetrieved'] = (lastRetrieved as any instanceof Date) ?
|
|
298
|
-
(lastRetrieved as any).toISOString() :
|
|
299
|
-
lastRetrieved;
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
305
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
306
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
307
|
-
|
|
308
|
-
return {
|
|
309
|
-
url: toPathString(localVarUrlObj),
|
|
310
|
-
options: localVarRequestOptions,
|
|
311
|
-
};
|
|
312
|
-
},
|
|
313
|
-
/**
|
|
314
|
-
*
|
|
315
|
-
* @summary Get department by slug (Auth policies: RequireDoctorRole)
|
|
316
|
-
* @param {string} slug
|
|
317
|
-
* @param {string} [languageCode]
|
|
318
|
-
* @param {boolean} [returnDefaultValue]
|
|
319
|
-
* @param {*} [options] Override http request option.
|
|
320
|
-
* @throws {RequiredError}
|
|
321
|
-
*/
|
|
322
|
-
apiV1SpecialtytypesSlugGet: async (slug: string, languageCode?: string, returnDefaultValue?: boolean, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
323
|
-
// verify required parameter 'slug' is not null or undefined
|
|
324
|
-
assertParamExists('apiV1SpecialtytypesSlugGet', 'slug', slug)
|
|
325
|
-
const localVarPath = `/api/v1/specialtytypes/{slug}`
|
|
326
|
-
.replace(`{${"slug"}}`, encodeURIComponent(String(slug)));
|
|
327
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
328
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
329
|
-
let baseOptions;
|
|
330
|
-
if (configuration) {
|
|
331
|
-
baseOptions = configuration.baseOptions;
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
335
|
-
const localVarHeaderParameter = {} as any;
|
|
336
|
-
const localVarQueryParameter = {} as any;
|
|
337
|
-
|
|
338
|
-
// authentication oauth2 required
|
|
339
|
-
// oauth required
|
|
340
|
-
await setOAuthToObject(localVarHeaderParameter, "oauth2", ["cloudhospital_admin_api"], configuration)
|
|
341
|
-
|
|
342
|
-
if (languageCode !== undefined) {
|
|
343
|
-
localVarQueryParameter['languageCode'] = languageCode;
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
if (returnDefaultValue !== undefined) {
|
|
347
|
-
localVarQueryParameter['returnDefaultValue'] = returnDefaultValue;
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
353
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
354
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
355
|
-
|
|
356
|
-
return {
|
|
357
|
-
url: toPathString(localVarUrlObj),
|
|
358
|
-
options: localVarRequestOptions,
|
|
359
|
-
};
|
|
360
|
-
},
|
|
361
|
-
/**
|
|
362
|
-
*
|
|
363
|
-
* @summary Batch for departments sorting (Auth policies: RequireManagerRole)
|
|
364
|
-
* @param {SpecialtyTypeSortingCommand} [specialtyTypeSortingCommand]
|
|
365
|
-
* @param {*} [options] Override http request option.
|
|
366
|
-
* @throws {RequiredError}
|
|
367
|
-
*/
|
|
368
|
-
apiV1SpecialtytypesSortPut: async (specialtyTypeSortingCommand?: SpecialtyTypeSortingCommand, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
369
|
-
const localVarPath = `/api/v1/specialtytypes/sort`;
|
|
370
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
371
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
372
|
-
let baseOptions;
|
|
373
|
-
if (configuration) {
|
|
374
|
-
baseOptions = configuration.baseOptions;
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
378
|
-
const localVarHeaderParameter = {} as any;
|
|
379
|
-
const localVarQueryParameter = {} as any;
|
|
380
|
-
|
|
381
|
-
// authentication oauth2 required
|
|
382
|
-
// oauth required
|
|
383
|
-
await setOAuthToObject(localVarHeaderParameter, "oauth2", ["cloudhospital_admin_api"], configuration)
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
388
|
-
|
|
389
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
390
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
391
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
392
|
-
localVarRequestOptions.data = serializeDataIfNeeded(specialtyTypeSortingCommand, localVarRequestOptions, configuration)
|
|
393
|
-
|
|
394
|
-
return {
|
|
395
|
-
url: toPathString(localVarUrlObj),
|
|
396
|
-
options: localVarRequestOptions,
|
|
397
|
-
};
|
|
398
|
-
},
|
|
399
|
-
/**
|
|
400
|
-
*
|
|
401
|
-
* @summary Delete Department. (Auth policies: RequireManagerRole)
|
|
402
|
-
* @param {string} specialtyTypeId
|
|
403
|
-
* @param {boolean} [isPermanent]
|
|
404
|
-
* @param {*} [options] Override http request option.
|
|
405
|
-
* @throws {RequiredError}
|
|
406
|
-
*/
|
|
407
|
-
apiV1SpecialtytypesSpecialtyTypeIdDelete: async (specialtyTypeId: string, isPermanent?: boolean, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
408
|
-
// verify required parameter 'specialtyTypeId' is not null or undefined
|
|
409
|
-
assertParamExists('apiV1SpecialtytypesSpecialtyTypeIdDelete', 'specialtyTypeId', specialtyTypeId)
|
|
410
|
-
const localVarPath = `/api/v1/specialtytypes/{specialtyTypeId}`
|
|
411
|
-
.replace(`{${"specialtyTypeId"}}`, encodeURIComponent(String(specialtyTypeId)));
|
|
412
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
413
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
414
|
-
let baseOptions;
|
|
415
|
-
if (configuration) {
|
|
416
|
-
baseOptions = configuration.baseOptions;
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
|
|
420
|
-
const localVarHeaderParameter = {} as any;
|
|
421
|
-
const localVarQueryParameter = {} as any;
|
|
422
|
-
|
|
423
|
-
// authentication oauth2 required
|
|
424
|
-
// oauth required
|
|
425
|
-
await setOAuthToObject(localVarHeaderParameter, "oauth2", ["cloudhospital_admin_api"], configuration)
|
|
426
|
-
|
|
427
|
-
if (isPermanent !== undefined) {
|
|
428
|
-
localVarQueryParameter['isPermanent'] = isPermanent;
|
|
429
|
-
}
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
434
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
435
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
436
|
-
|
|
437
|
-
return {
|
|
438
|
-
url: toPathString(localVarUrlObj),
|
|
439
|
-
options: localVarRequestOptions,
|
|
440
|
-
};
|
|
441
|
-
},
|
|
442
|
-
/**
|
|
443
|
-
*
|
|
444
|
-
* @summary Get department (Auth policies: RequireDoctorRole)
|
|
445
|
-
* @param {string} specialtyTypeId
|
|
446
|
-
* @param {string} [languageCode]
|
|
447
|
-
* @param {boolean} [returnDefaultValue]
|
|
448
|
-
* @param {*} [options] Override http request option.
|
|
449
|
-
* @throws {RequiredError}
|
|
450
|
-
*/
|
|
451
|
-
apiV1SpecialtytypesSpecialtyTypeIdGet: async (specialtyTypeId: string, languageCode?: string, returnDefaultValue?: boolean, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
452
|
-
// verify required parameter 'specialtyTypeId' is not null or undefined
|
|
453
|
-
assertParamExists('apiV1SpecialtytypesSpecialtyTypeIdGet', 'specialtyTypeId', specialtyTypeId)
|
|
454
|
-
const localVarPath = `/api/v1/specialtytypes/{specialtyTypeId}`
|
|
455
|
-
.replace(`{${"specialtyTypeId"}}`, encodeURIComponent(String(specialtyTypeId)));
|
|
456
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
457
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
458
|
-
let baseOptions;
|
|
459
|
-
if (configuration) {
|
|
460
|
-
baseOptions = configuration.baseOptions;
|
|
461
|
-
}
|
|
462
|
-
|
|
463
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
464
|
-
const localVarHeaderParameter = {} as any;
|
|
465
|
-
const localVarQueryParameter = {} as any;
|
|
466
|
-
|
|
467
|
-
// authentication oauth2 required
|
|
468
|
-
// oauth required
|
|
469
|
-
await setOAuthToObject(localVarHeaderParameter, "oauth2", ["cloudhospital_admin_api"], configuration)
|
|
470
|
-
|
|
471
|
-
if (languageCode !== undefined) {
|
|
472
|
-
localVarQueryParameter['languageCode'] = languageCode;
|
|
473
|
-
}
|
|
474
|
-
|
|
475
|
-
if (returnDefaultValue !== undefined) {
|
|
476
|
-
localVarQueryParameter['returnDefaultValue'] = returnDefaultValue;
|
|
477
|
-
}
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
482
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
483
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
484
|
-
|
|
485
|
-
return {
|
|
486
|
-
url: toPathString(localVarUrlObj),
|
|
487
|
-
options: localVarRequestOptions,
|
|
488
|
-
};
|
|
489
|
-
},
|
|
490
|
-
/**
|
|
491
|
-
*
|
|
492
|
-
* @summary Get all SpecialtyTypeMedias. (Auth policies: RequireDoctorRole)
|
|
493
|
-
* @param {string} specialtyTypeId
|
|
494
|
-
* @param {string} [id]
|
|
495
|
-
* @param {MediaType} [mediaType]
|
|
496
|
-
* @param {number} [page]
|
|
497
|
-
* @param {number} [limit]
|
|
498
|
-
* @param {Date} [lastRetrieved]
|
|
499
|
-
* @param {*} [options] Override http request option.
|
|
500
|
-
* @throws {RequiredError}
|
|
501
|
-
*/
|
|
502
|
-
apiV1SpecialtytypesSpecialtyTypeIdMediasGet: async (specialtyTypeId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
503
|
-
// verify required parameter 'specialtyTypeId' is not null or undefined
|
|
504
|
-
assertParamExists('apiV1SpecialtytypesSpecialtyTypeIdMediasGet', 'specialtyTypeId', specialtyTypeId)
|
|
505
|
-
const localVarPath = `/api/v1/specialtytypes/{specialtyTypeId}/medias`
|
|
506
|
-
.replace(`{${"specialtyTypeId"}}`, encodeURIComponent(String(specialtyTypeId)));
|
|
507
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
508
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
509
|
-
let baseOptions;
|
|
510
|
-
if (configuration) {
|
|
511
|
-
baseOptions = configuration.baseOptions;
|
|
512
|
-
}
|
|
513
|
-
|
|
514
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
515
|
-
const localVarHeaderParameter = {} as any;
|
|
516
|
-
const localVarQueryParameter = {} as any;
|
|
517
|
-
|
|
518
|
-
// authentication oauth2 required
|
|
519
|
-
// oauth required
|
|
520
|
-
await setOAuthToObject(localVarHeaderParameter, "oauth2", ["cloudhospital_admin_api"], configuration)
|
|
521
|
-
|
|
522
|
-
if (id !== undefined) {
|
|
523
|
-
localVarQueryParameter['Id'] = id;
|
|
524
|
-
}
|
|
525
|
-
|
|
526
|
-
if (mediaType !== undefined) {
|
|
527
|
-
localVarQueryParameter['MediaType'] = mediaType;
|
|
528
|
-
}
|
|
529
|
-
|
|
530
|
-
if (page !== undefined) {
|
|
531
|
-
localVarQueryParameter['page'] = page;
|
|
532
|
-
}
|
|
533
|
-
|
|
534
|
-
if (limit !== undefined) {
|
|
535
|
-
localVarQueryParameter['limit'] = limit;
|
|
536
|
-
}
|
|
537
|
-
|
|
538
|
-
if (lastRetrieved !== undefined) {
|
|
539
|
-
localVarQueryParameter['lastRetrieved'] = (lastRetrieved as any instanceof Date) ?
|
|
540
|
-
(lastRetrieved as any).toISOString() :
|
|
541
|
-
lastRetrieved;
|
|
542
|
-
}
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
547
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
548
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
549
|
-
|
|
550
|
-
return {
|
|
551
|
-
url: toPathString(localVarUrlObj),
|
|
552
|
-
options: localVarRequestOptions,
|
|
553
|
-
};
|
|
554
|
-
},
|
|
555
|
-
/**
|
|
556
|
-
*
|
|
557
|
-
* @summary Delete SpecialtyTypeMedia (Auth policies: RequireManagerRole)
|
|
558
|
-
* @param {string} specialtyTypeId
|
|
559
|
-
* @param {string} mediaId
|
|
560
|
-
* @param {*} [options] Override http request option.
|
|
561
|
-
* @throws {RequiredError}
|
|
562
|
-
*/
|
|
563
|
-
apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdDelete: async (specialtyTypeId: string, mediaId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
564
|
-
// verify required parameter 'specialtyTypeId' is not null or undefined
|
|
565
|
-
assertParamExists('apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdDelete', 'specialtyTypeId', specialtyTypeId)
|
|
566
|
-
// verify required parameter 'mediaId' is not null or undefined
|
|
567
|
-
assertParamExists('apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdDelete', 'mediaId', mediaId)
|
|
568
|
-
const localVarPath = `/api/v1/specialtytypes/{specialtyTypeId}/medias/{mediaId}`
|
|
569
|
-
.replace(`{${"specialtyTypeId"}}`, encodeURIComponent(String(specialtyTypeId)))
|
|
570
|
-
.replace(`{${"mediaId"}}`, encodeURIComponent(String(mediaId)));
|
|
571
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
572
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
573
|
-
let baseOptions;
|
|
574
|
-
if (configuration) {
|
|
575
|
-
baseOptions = configuration.baseOptions;
|
|
576
|
-
}
|
|
577
|
-
|
|
578
|
-
const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
|
|
579
|
-
const localVarHeaderParameter = {} as any;
|
|
580
|
-
const localVarQueryParameter = {} as any;
|
|
581
|
-
|
|
582
|
-
// authentication oauth2 required
|
|
583
|
-
// oauth required
|
|
584
|
-
await setOAuthToObject(localVarHeaderParameter, "oauth2", ["cloudhospital_admin_api"], configuration)
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
589
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
590
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
591
|
-
|
|
592
|
-
return {
|
|
593
|
-
url: toPathString(localVarUrlObj),
|
|
594
|
-
options: localVarRequestOptions,
|
|
595
|
-
};
|
|
596
|
-
},
|
|
597
|
-
/**
|
|
598
|
-
*
|
|
599
|
-
* @summary Get SpecialtyTypeMedia. (Auth policies: RequireDoctorRole)
|
|
600
|
-
* @param {string} specialtyTypeId
|
|
601
|
-
* @param {string} mediaId
|
|
602
|
-
* @param {*} [options] Override http request option.
|
|
603
|
-
* @throws {RequiredError}
|
|
604
|
-
*/
|
|
605
|
-
apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdGet: async (specialtyTypeId: string, mediaId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
606
|
-
// verify required parameter 'specialtyTypeId' is not null or undefined
|
|
607
|
-
assertParamExists('apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdGet', 'specialtyTypeId', specialtyTypeId)
|
|
608
|
-
// verify required parameter 'mediaId' is not null or undefined
|
|
609
|
-
assertParamExists('apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdGet', 'mediaId', mediaId)
|
|
610
|
-
const localVarPath = `/api/v1/specialtytypes/{specialtyTypeId}/medias/{mediaId}`
|
|
611
|
-
.replace(`{${"specialtyTypeId"}}`, encodeURIComponent(String(specialtyTypeId)))
|
|
612
|
-
.replace(`{${"mediaId"}}`, encodeURIComponent(String(mediaId)));
|
|
613
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
614
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
615
|
-
let baseOptions;
|
|
616
|
-
if (configuration) {
|
|
617
|
-
baseOptions = configuration.baseOptions;
|
|
618
|
-
}
|
|
619
|
-
|
|
620
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
621
|
-
const localVarHeaderParameter = {} as any;
|
|
622
|
-
const localVarQueryParameter = {} as any;
|
|
623
|
-
|
|
624
|
-
// authentication oauth2 required
|
|
625
|
-
// oauth required
|
|
626
|
-
await setOAuthToObject(localVarHeaderParameter, "oauth2", ["cloudhospital_admin_api"], configuration)
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
631
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
632
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
633
|
-
|
|
634
|
-
return {
|
|
635
|
-
url: toPathString(localVarUrlObj),
|
|
636
|
-
options: localVarRequestOptions,
|
|
637
|
-
};
|
|
638
|
-
},
|
|
639
|
-
/**
|
|
640
|
-
*
|
|
641
|
-
* @summary Update SpecialtyTypeMedia. (Auth policies: RequireManagerRole)
|
|
642
|
-
* @param {string} specialtyTypeId
|
|
643
|
-
* @param {string} mediaId
|
|
644
|
-
* @param {UpdateMediaCommand} [updateMediaCommand]
|
|
645
|
-
* @param {*} [options] Override http request option.
|
|
646
|
-
* @throws {RequiredError}
|
|
647
|
-
*/
|
|
648
|
-
apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdPut: async (specialtyTypeId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
649
|
-
// verify required parameter 'specialtyTypeId' is not null or undefined
|
|
650
|
-
assertParamExists('apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdPut', 'specialtyTypeId', specialtyTypeId)
|
|
651
|
-
// verify required parameter 'mediaId' is not null or undefined
|
|
652
|
-
assertParamExists('apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdPut', 'mediaId', mediaId)
|
|
653
|
-
const localVarPath = `/api/v1/specialtytypes/{specialtyTypeId}/medias/{mediaId}`
|
|
654
|
-
.replace(`{${"specialtyTypeId"}}`, encodeURIComponent(String(specialtyTypeId)))
|
|
655
|
-
.replace(`{${"mediaId"}}`, encodeURIComponent(String(mediaId)));
|
|
656
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
657
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
658
|
-
let baseOptions;
|
|
659
|
-
if (configuration) {
|
|
660
|
-
baseOptions = configuration.baseOptions;
|
|
661
|
-
}
|
|
662
|
-
|
|
663
|
-
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
664
|
-
const localVarHeaderParameter = {} as any;
|
|
665
|
-
const localVarQueryParameter = {} as any;
|
|
666
|
-
|
|
667
|
-
// authentication oauth2 required
|
|
668
|
-
// oauth required
|
|
669
|
-
await setOAuthToObject(localVarHeaderParameter, "oauth2", ["cloudhospital_admin_api"], configuration)
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
674
|
-
|
|
675
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
676
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
677
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
678
|
-
localVarRequestOptions.data = serializeDataIfNeeded(updateMediaCommand, localVarRequestOptions, configuration)
|
|
679
|
-
|
|
680
|
-
return {
|
|
681
|
-
url: toPathString(localVarUrlObj),
|
|
682
|
-
options: localVarRequestOptions,
|
|
683
|
-
};
|
|
684
|
-
},
|
|
685
|
-
/**
|
|
686
|
-
*
|
|
687
|
-
* @summary Create SpecialtyTypeMedia. (Auth policies: RequireManagerRole)
|
|
688
|
-
* @param {string} specialtyTypeId
|
|
689
|
-
* @param {CreateMediaCommand} [createMediaCommand]
|
|
690
|
-
* @param {*} [options] Override http request option.
|
|
691
|
-
* @throws {RequiredError}
|
|
692
|
-
*/
|
|
693
|
-
apiV1SpecialtytypesSpecialtyTypeIdMediasPost: async (specialtyTypeId: string, createMediaCommand?: CreateMediaCommand, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
694
|
-
// verify required parameter 'specialtyTypeId' is not null or undefined
|
|
695
|
-
assertParamExists('apiV1SpecialtytypesSpecialtyTypeIdMediasPost', 'specialtyTypeId', specialtyTypeId)
|
|
696
|
-
const localVarPath = `/api/v1/specialtytypes/{specialtyTypeId}/medias`
|
|
697
|
-
.replace(`{${"specialtyTypeId"}}`, encodeURIComponent(String(specialtyTypeId)));
|
|
698
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
699
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
700
|
-
let baseOptions;
|
|
701
|
-
if (configuration) {
|
|
702
|
-
baseOptions = configuration.baseOptions;
|
|
703
|
-
}
|
|
704
|
-
|
|
705
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
706
|
-
const localVarHeaderParameter = {} as any;
|
|
707
|
-
const localVarQueryParameter = {} as any;
|
|
708
|
-
|
|
709
|
-
// authentication oauth2 required
|
|
710
|
-
// oauth required
|
|
711
|
-
await setOAuthToObject(localVarHeaderParameter, "oauth2", ["cloudhospital_admin_api"], configuration)
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
716
|
-
|
|
717
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
718
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
719
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
720
|
-
localVarRequestOptions.data = serializeDataIfNeeded(createMediaCommand, localVarRequestOptions, configuration)
|
|
721
|
-
|
|
722
|
-
return {
|
|
723
|
-
url: toPathString(localVarUrlObj),
|
|
724
|
-
options: localVarRequestOptions,
|
|
725
|
-
};
|
|
726
|
-
},
|
|
727
|
-
/**
|
|
728
|
-
*
|
|
729
|
-
* @summary Update Department. (Auth policies: RequireManagerRole)
|
|
730
|
-
* @param {string} specialtyTypeId
|
|
731
|
-
* @param {UpdateSpecialtyTypeCommand} [updateSpecialtyTypeCommand]
|
|
732
|
-
* @param {*} [options] Override http request option.
|
|
733
|
-
* @throws {RequiredError}
|
|
734
|
-
*/
|
|
735
|
-
apiV1SpecialtytypesSpecialtyTypeIdPut: async (specialtyTypeId: string, updateSpecialtyTypeCommand?: UpdateSpecialtyTypeCommand, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
736
|
-
// verify required parameter 'specialtyTypeId' is not null or undefined
|
|
737
|
-
assertParamExists('apiV1SpecialtytypesSpecialtyTypeIdPut', 'specialtyTypeId', specialtyTypeId)
|
|
738
|
-
const localVarPath = `/api/v1/specialtytypes/{specialtyTypeId}`
|
|
739
|
-
.replace(`{${"specialtyTypeId"}}`, encodeURIComponent(String(specialtyTypeId)));
|
|
740
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
741
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
742
|
-
let baseOptions;
|
|
743
|
-
if (configuration) {
|
|
744
|
-
baseOptions = configuration.baseOptions;
|
|
745
|
-
}
|
|
746
|
-
|
|
747
|
-
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
748
|
-
const localVarHeaderParameter = {} as any;
|
|
749
|
-
const localVarQueryParameter = {} as any;
|
|
750
|
-
|
|
751
|
-
// authentication oauth2 required
|
|
752
|
-
// oauth required
|
|
753
|
-
await setOAuthToObject(localVarHeaderParameter, "oauth2", ["cloudhospital_admin_api"], configuration)
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
758
|
-
|
|
759
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
760
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
761
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
762
|
-
localVarRequestOptions.data = serializeDataIfNeeded(updateSpecialtyTypeCommand, localVarRequestOptions, configuration)
|
|
763
|
-
|
|
764
|
-
return {
|
|
765
|
-
url: toPathString(localVarUrlObj),
|
|
766
|
-
options: localVarRequestOptions,
|
|
767
|
-
};
|
|
768
|
-
},
|
|
769
|
-
/**
|
|
770
|
-
*
|
|
771
|
-
* @summary Reactivate Department (SpecialtyType). (Auth policies: RequireManagerRole)
|
|
772
|
-
* @param {string} specialtyTypeId
|
|
773
|
-
* @param {*} [options] Override http request option.
|
|
774
|
-
* @throws {RequiredError}
|
|
775
|
-
*/
|
|
776
|
-
apiV1SpecialtytypesSpecialtyTypeIdReactivatePut: async (specialtyTypeId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
777
|
-
// verify required parameter 'specialtyTypeId' is not null or undefined
|
|
778
|
-
assertParamExists('apiV1SpecialtytypesSpecialtyTypeIdReactivatePut', 'specialtyTypeId', specialtyTypeId)
|
|
779
|
-
const localVarPath = `/api/v1/specialtytypes/{specialtyTypeId}/reactivate`
|
|
780
|
-
.replace(`{${"specialtyTypeId"}}`, encodeURIComponent(String(specialtyTypeId)));
|
|
781
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
782
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
783
|
-
let baseOptions;
|
|
784
|
-
if (configuration) {
|
|
785
|
-
baseOptions = configuration.baseOptions;
|
|
786
|
-
}
|
|
787
|
-
|
|
788
|
-
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
789
|
-
const localVarHeaderParameter = {} as any;
|
|
790
|
-
const localVarQueryParameter = {} as any;
|
|
791
|
-
|
|
792
|
-
// authentication oauth2 required
|
|
793
|
-
// oauth required
|
|
794
|
-
await setOAuthToObject(localVarHeaderParameter, "oauth2", ["cloudhospital_admin_api"], configuration)
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
799
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
800
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
801
|
-
|
|
802
|
-
return {
|
|
803
|
-
url: toPathString(localVarUrlObj),
|
|
804
|
-
options: localVarRequestOptions,
|
|
805
|
-
};
|
|
806
|
-
},
|
|
807
|
-
/**
|
|
808
|
-
*
|
|
809
|
-
* @summary Revalidate specialtyType (Auth policies: RequireManagerRole)
|
|
810
|
-
* @param {string} specialtyTypeId
|
|
811
|
-
* @param {boolean} [includeCurrent]
|
|
812
|
-
* @param {*} [options] Override http request option.
|
|
813
|
-
* @throws {RequiredError}
|
|
814
|
-
*/
|
|
815
|
-
apiV1SpecialtytypesSpecialtyTypeIdRevalidatePost: async (specialtyTypeId: string, includeCurrent?: boolean, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
816
|
-
// verify required parameter 'specialtyTypeId' is not null or undefined
|
|
817
|
-
assertParamExists('apiV1SpecialtytypesSpecialtyTypeIdRevalidatePost', 'specialtyTypeId', specialtyTypeId)
|
|
818
|
-
const localVarPath = `/api/v1/specialtytypes/{specialtyTypeId}/revalidate`
|
|
819
|
-
.replace(`{${"specialtyTypeId"}}`, encodeURIComponent(String(specialtyTypeId)));
|
|
820
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
821
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
822
|
-
let baseOptions;
|
|
823
|
-
if (configuration) {
|
|
824
|
-
baseOptions = configuration.baseOptions;
|
|
825
|
-
}
|
|
826
|
-
|
|
827
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
828
|
-
const localVarHeaderParameter = {} as any;
|
|
829
|
-
const localVarQueryParameter = {} as any;
|
|
830
|
-
|
|
831
|
-
// authentication oauth2 required
|
|
832
|
-
// oauth required
|
|
833
|
-
await setOAuthToObject(localVarHeaderParameter, "oauth2", ["cloudhospital_admin_api"], configuration)
|
|
834
|
-
|
|
835
|
-
if (includeCurrent !== undefined) {
|
|
836
|
-
localVarQueryParameter['includeCurrent'] = includeCurrent;
|
|
837
|
-
}
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
842
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
843
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
844
|
-
|
|
845
|
-
return {
|
|
846
|
-
url: toPathString(localVarUrlObj),
|
|
847
|
-
options: localVarRequestOptions,
|
|
848
|
-
};
|
|
849
|
-
},
|
|
850
|
-
/**
|
|
851
|
-
*
|
|
852
|
-
* @summary Translate speciatyType (Auth policies: RequireManagerRole)
|
|
853
|
-
* @param {string} specialtyTypeId
|
|
854
|
-
* @param {TranslateSpecialtyTypeCommand} [translateSpecialtyTypeCommand]
|
|
855
|
-
* @param {*} [options] Override http request option.
|
|
856
|
-
* @throws {RequiredError}
|
|
857
|
-
*/
|
|
858
|
-
apiV1SpecialtytypesSpecialtyTypeIdTranslatePost: async (specialtyTypeId: string, translateSpecialtyTypeCommand?: TranslateSpecialtyTypeCommand, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
859
|
-
// verify required parameter 'specialtyTypeId' is not null or undefined
|
|
860
|
-
assertParamExists('apiV1SpecialtytypesSpecialtyTypeIdTranslatePost', 'specialtyTypeId', specialtyTypeId)
|
|
861
|
-
const localVarPath = `/api/v1/specialtytypes/{specialtyTypeId}/translate`
|
|
862
|
-
.replace(`{${"specialtyTypeId"}}`, encodeURIComponent(String(specialtyTypeId)));
|
|
863
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
864
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
865
|
-
let baseOptions;
|
|
866
|
-
if (configuration) {
|
|
867
|
-
baseOptions = configuration.baseOptions;
|
|
868
|
-
}
|
|
869
|
-
|
|
870
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
871
|
-
const localVarHeaderParameter = {} as any;
|
|
872
|
-
const localVarQueryParameter = {} as any;
|
|
873
|
-
|
|
874
|
-
// authentication oauth2 required
|
|
875
|
-
// oauth required
|
|
876
|
-
await setOAuthToObject(localVarHeaderParameter, "oauth2", ["cloudhospital_admin_api"], configuration)
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
881
|
-
|
|
882
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
883
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
884
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
885
|
-
localVarRequestOptions.data = serializeDataIfNeeded(translateSpecialtyTypeCommand, localVarRequestOptions, configuration)
|
|
886
|
-
|
|
887
|
-
return {
|
|
888
|
-
url: toPathString(localVarUrlObj),
|
|
889
|
-
options: localVarRequestOptions,
|
|
890
|
-
};
|
|
891
|
-
},
|
|
892
|
-
}
|
|
893
|
-
};
|
|
894
|
-
|
|
895
|
-
/**
|
|
896
|
-
* SpecialtyTypesApi - functional programming interface
|
|
897
|
-
* @export
|
|
898
|
-
*/
|
|
899
|
-
export const SpecialtyTypesApiFp = function(configuration?: Configuration) {
|
|
900
|
-
const localVarAxiosParamCreator = SpecialtyTypesApiAxiosParamCreator(configuration)
|
|
901
|
-
return {
|
|
902
|
-
/**
|
|
903
|
-
*
|
|
904
|
-
* @summary Get all Departments. (Auth policies: RequireDoctorRole)
|
|
905
|
-
* @param {string} [id]
|
|
906
|
-
* @param {string} [name]
|
|
907
|
-
* @param {string} [description]
|
|
908
|
-
* @param {MarketingType} [marketingType]
|
|
909
|
-
* @param {string} [hospitalId]
|
|
910
|
-
* @param {Date} [created]
|
|
911
|
-
* @param {Array<string>} [ids]
|
|
912
|
-
* @param {string} [specialtyTypeCategoryId]
|
|
913
|
-
* @param {string} [languageCode]
|
|
914
|
-
* @param {boolean} [showHidden]
|
|
915
|
-
* @param {boolean} [returnDefaultValue]
|
|
916
|
-
* @param {number} [page]
|
|
917
|
-
* @param {number} [limit]
|
|
918
|
-
* @param {Date} [lastRetrieved]
|
|
919
|
-
* @param {*} [options] Override http request option.
|
|
920
|
-
* @throws {RequiredError}
|
|
921
|
-
*/
|
|
922
|
-
async apiV1SpecialtytypesGet(id?: string, name?: string, description?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, ids?: Array<string>, specialtyTypeCategoryId?: string, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SpecialtyTypesModel>> {
|
|
923
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1SpecialtytypesGet(id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options);
|
|
924
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
925
|
-
},
|
|
926
|
-
/**
|
|
927
|
-
*
|
|
928
|
-
* @summary Create a Department. (Auth policies: RequireManagerRole)
|
|
929
|
-
* @param {CreateSpecialtyTypeCommand} [createSpecialtyTypeCommand]
|
|
930
|
-
* @param {*} [options] Override http request option.
|
|
931
|
-
* @throws {RequiredError}
|
|
932
|
-
*/
|
|
933
|
-
async apiV1SpecialtytypesPost(createSpecialtyTypeCommand?: CreateSpecialtyTypeCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SpecialtyTypeModel>> {
|
|
934
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1SpecialtytypesPost(createSpecialtyTypeCommand, options);
|
|
935
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
936
|
-
},
|
|
937
|
-
/**
|
|
938
|
-
*
|
|
939
|
-
* @summary Get all Departments with simplified model. (Auth policies: RequireDoctorRole)
|
|
940
|
-
* @param {string} [id]
|
|
941
|
-
* @param {string} [name]
|
|
942
|
-
* @param {string} [description]
|
|
943
|
-
* @param {MarketingType} [marketingType]
|
|
944
|
-
* @param {string} [hospitalId]
|
|
945
|
-
* @param {Date} [created]
|
|
946
|
-
* @param {Array<string>} [ids]
|
|
947
|
-
* @param {string} [specialtyTypeCategoryId]
|
|
948
|
-
* @param {string} [languageCode]
|
|
949
|
-
* @param {boolean} [showHidden]
|
|
950
|
-
* @param {boolean} [returnDefaultValue]
|
|
951
|
-
* @param {number} [page]
|
|
952
|
-
* @param {number} [limit]
|
|
953
|
-
* @param {Date} [lastRetrieved]
|
|
954
|
-
* @param {*} [options] Override http request option.
|
|
955
|
-
* @throws {RequiredError}
|
|
956
|
-
*/
|
|
957
|
-
async apiV1SpecialtytypesSimpleGet(id?: string, name?: string, description?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, ids?: Array<string>, specialtyTypeCategoryId?: string, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SpecialtyTypesSimpleModel>> {
|
|
958
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1SpecialtytypesSimpleGet(id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options);
|
|
959
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
960
|
-
},
|
|
961
|
-
/**
|
|
962
|
-
*
|
|
963
|
-
* @summary Get department by slug (Auth policies: RequireDoctorRole)
|
|
964
|
-
* @param {string} slug
|
|
965
|
-
* @param {string} [languageCode]
|
|
966
|
-
* @param {boolean} [returnDefaultValue]
|
|
967
|
-
* @param {*} [options] Override http request option.
|
|
968
|
-
* @throws {RequiredError}
|
|
969
|
-
*/
|
|
970
|
-
async apiV1SpecialtytypesSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SpecialtyTypeModel>> {
|
|
971
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1SpecialtytypesSlugGet(slug, languageCode, returnDefaultValue, options);
|
|
972
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
973
|
-
},
|
|
974
|
-
/**
|
|
975
|
-
*
|
|
976
|
-
* @summary Batch for departments sorting (Auth policies: RequireManagerRole)
|
|
977
|
-
* @param {SpecialtyTypeSortingCommand} [specialtyTypeSortingCommand]
|
|
978
|
-
* @param {*} [options] Override http request option.
|
|
979
|
-
* @throws {RequiredError}
|
|
980
|
-
*/
|
|
981
|
-
async apiV1SpecialtytypesSortPut(specialtyTypeSortingCommand?: SpecialtyTypeSortingCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SortingResultModel>> {
|
|
982
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1SpecialtytypesSortPut(specialtyTypeSortingCommand, options);
|
|
983
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
984
|
-
},
|
|
985
|
-
/**
|
|
986
|
-
*
|
|
987
|
-
* @summary Delete Department. (Auth policies: RequireManagerRole)
|
|
988
|
-
* @param {string} specialtyTypeId
|
|
989
|
-
* @param {boolean} [isPermanent]
|
|
990
|
-
* @param {*} [options] Override http request option.
|
|
991
|
-
* @throws {RequiredError}
|
|
992
|
-
*/
|
|
993
|
-
async apiV1SpecialtytypesSpecialtyTypeIdDelete(specialtyTypeId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>> {
|
|
994
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1SpecialtytypesSpecialtyTypeIdDelete(specialtyTypeId, isPermanent, options);
|
|
995
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
996
|
-
},
|
|
997
|
-
/**
|
|
998
|
-
*
|
|
999
|
-
* @summary Get department (Auth policies: RequireDoctorRole)
|
|
1000
|
-
* @param {string} specialtyTypeId
|
|
1001
|
-
* @param {string} [languageCode]
|
|
1002
|
-
* @param {boolean} [returnDefaultValue]
|
|
1003
|
-
* @param {*} [options] Override http request option.
|
|
1004
|
-
* @throws {RequiredError}
|
|
1005
|
-
*/
|
|
1006
|
-
async apiV1SpecialtytypesSpecialtyTypeIdGet(specialtyTypeId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SpecialtyTypeModel>> {
|
|
1007
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1SpecialtytypesSpecialtyTypeIdGet(specialtyTypeId, languageCode, returnDefaultValue, options);
|
|
1008
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
1009
|
-
},
|
|
1010
|
-
/**
|
|
1011
|
-
*
|
|
1012
|
-
* @summary Get all SpecialtyTypeMedias. (Auth policies: RequireDoctorRole)
|
|
1013
|
-
* @param {string} specialtyTypeId
|
|
1014
|
-
* @param {string} [id]
|
|
1015
|
-
* @param {MediaType} [mediaType]
|
|
1016
|
-
* @param {number} [page]
|
|
1017
|
-
* @param {number} [limit]
|
|
1018
|
-
* @param {Date} [lastRetrieved]
|
|
1019
|
-
* @param {*} [options] Override http request option.
|
|
1020
|
-
* @throws {RequiredError}
|
|
1021
|
-
*/
|
|
1022
|
-
async apiV1SpecialtytypesSpecialtyTypeIdMediasGet(specialtyTypeId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediasModel>> {
|
|
1023
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1SpecialtytypesSpecialtyTypeIdMediasGet(specialtyTypeId, id, mediaType, page, limit, lastRetrieved, options);
|
|
1024
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
1025
|
-
},
|
|
1026
|
-
/**
|
|
1027
|
-
*
|
|
1028
|
-
* @summary Delete SpecialtyTypeMedia (Auth policies: RequireManagerRole)
|
|
1029
|
-
* @param {string} specialtyTypeId
|
|
1030
|
-
* @param {string} mediaId
|
|
1031
|
-
* @param {*} [options] Override http request option.
|
|
1032
|
-
* @throws {RequiredError}
|
|
1033
|
-
*/
|
|
1034
|
-
async apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdDelete(specialtyTypeId: string, mediaId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>> {
|
|
1035
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdDelete(specialtyTypeId, mediaId, options);
|
|
1036
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
1037
|
-
},
|
|
1038
|
-
/**
|
|
1039
|
-
*
|
|
1040
|
-
* @summary Get SpecialtyTypeMedia. (Auth policies: RequireDoctorRole)
|
|
1041
|
-
* @param {string} specialtyTypeId
|
|
1042
|
-
* @param {string} mediaId
|
|
1043
|
-
* @param {*} [options] Override http request option.
|
|
1044
|
-
* @throws {RequiredError}
|
|
1045
|
-
*/
|
|
1046
|
-
async apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdGet(specialtyTypeId: string, mediaId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediaModel>> {
|
|
1047
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdGet(specialtyTypeId, mediaId, options);
|
|
1048
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
1049
|
-
},
|
|
1050
|
-
/**
|
|
1051
|
-
*
|
|
1052
|
-
* @summary Update SpecialtyTypeMedia. (Auth policies: RequireManagerRole)
|
|
1053
|
-
* @param {string} specialtyTypeId
|
|
1054
|
-
* @param {string} mediaId
|
|
1055
|
-
* @param {UpdateMediaCommand} [updateMediaCommand]
|
|
1056
|
-
* @param {*} [options] Override http request option.
|
|
1057
|
-
* @throws {RequiredError}
|
|
1058
|
-
*/
|
|
1059
|
-
async apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdPut(specialtyTypeId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediaModel>> {
|
|
1060
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdPut(specialtyTypeId, mediaId, updateMediaCommand, options);
|
|
1061
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
1062
|
-
},
|
|
1063
|
-
/**
|
|
1064
|
-
*
|
|
1065
|
-
* @summary Create SpecialtyTypeMedia. (Auth policies: RequireManagerRole)
|
|
1066
|
-
* @param {string} specialtyTypeId
|
|
1067
|
-
* @param {CreateMediaCommand} [createMediaCommand]
|
|
1068
|
-
* @param {*} [options] Override http request option.
|
|
1069
|
-
* @throws {RequiredError}
|
|
1070
|
-
*/
|
|
1071
|
-
async apiV1SpecialtytypesSpecialtyTypeIdMediasPost(specialtyTypeId: string, createMediaCommand?: CreateMediaCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediaModel>> {
|
|
1072
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1SpecialtytypesSpecialtyTypeIdMediasPost(specialtyTypeId, createMediaCommand, options);
|
|
1073
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
1074
|
-
},
|
|
1075
|
-
/**
|
|
1076
|
-
*
|
|
1077
|
-
* @summary Update Department. (Auth policies: RequireManagerRole)
|
|
1078
|
-
* @param {string} specialtyTypeId
|
|
1079
|
-
* @param {UpdateSpecialtyTypeCommand} [updateSpecialtyTypeCommand]
|
|
1080
|
-
* @param {*} [options] Override http request option.
|
|
1081
|
-
* @throws {RequiredError}
|
|
1082
|
-
*/
|
|
1083
|
-
async apiV1SpecialtytypesSpecialtyTypeIdPut(specialtyTypeId: string, updateSpecialtyTypeCommand?: UpdateSpecialtyTypeCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SpecialtyTypeModel>> {
|
|
1084
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1SpecialtytypesSpecialtyTypeIdPut(specialtyTypeId, updateSpecialtyTypeCommand, options);
|
|
1085
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
1086
|
-
},
|
|
1087
|
-
/**
|
|
1088
|
-
*
|
|
1089
|
-
* @summary Reactivate Department (SpecialtyType). (Auth policies: RequireManagerRole)
|
|
1090
|
-
* @param {string} specialtyTypeId
|
|
1091
|
-
* @param {*} [options] Override http request option.
|
|
1092
|
-
* @throws {RequiredError}
|
|
1093
|
-
*/
|
|
1094
|
-
async apiV1SpecialtytypesSpecialtyTypeIdReactivatePut(specialtyTypeId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>> {
|
|
1095
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1SpecialtytypesSpecialtyTypeIdReactivatePut(specialtyTypeId, options);
|
|
1096
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
1097
|
-
},
|
|
1098
|
-
/**
|
|
1099
|
-
*
|
|
1100
|
-
* @summary Revalidate specialtyType (Auth policies: RequireManagerRole)
|
|
1101
|
-
* @param {string} specialtyTypeId
|
|
1102
|
-
* @param {boolean} [includeCurrent]
|
|
1103
|
-
* @param {*} [options] Override http request option.
|
|
1104
|
-
* @throws {RequiredError}
|
|
1105
|
-
*/
|
|
1106
|
-
async apiV1SpecialtytypesSpecialtyTypeIdRevalidatePost(specialtyTypeId: string, includeCurrent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>> {
|
|
1107
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1SpecialtytypesSpecialtyTypeIdRevalidatePost(specialtyTypeId, includeCurrent, options);
|
|
1108
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
1109
|
-
},
|
|
1110
|
-
/**
|
|
1111
|
-
*
|
|
1112
|
-
* @summary Translate speciatyType (Auth policies: RequireManagerRole)
|
|
1113
|
-
* @param {string} specialtyTypeId
|
|
1114
|
-
* @param {TranslateSpecialtyTypeCommand} [translateSpecialtyTypeCommand]
|
|
1115
|
-
* @param {*} [options] Override http request option.
|
|
1116
|
-
* @throws {RequiredError}
|
|
1117
|
-
*/
|
|
1118
|
-
async apiV1SpecialtytypesSpecialtyTypeIdTranslatePost(specialtyTypeId: string, translateSpecialtyTypeCommand?: TranslateSpecialtyTypeCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>> {
|
|
1119
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1SpecialtytypesSpecialtyTypeIdTranslatePost(specialtyTypeId, translateSpecialtyTypeCommand, options);
|
|
1120
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
1121
|
-
},
|
|
1122
|
-
}
|
|
1123
|
-
};
|
|
1124
|
-
|
|
1125
|
-
/**
|
|
1126
|
-
* SpecialtyTypesApi - factory interface
|
|
1127
|
-
* @export
|
|
1128
|
-
*/
|
|
1129
|
-
export const SpecialtyTypesApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
1130
|
-
const localVarFp = SpecialtyTypesApiFp(configuration)
|
|
1131
|
-
return {
|
|
1132
|
-
/**
|
|
1133
|
-
*
|
|
1134
|
-
* @summary Get all Departments. (Auth policies: RequireDoctorRole)
|
|
1135
|
-
* @param {string} [id]
|
|
1136
|
-
* @param {string} [name]
|
|
1137
|
-
* @param {string} [description]
|
|
1138
|
-
* @param {MarketingType} [marketingType]
|
|
1139
|
-
* @param {string} [hospitalId]
|
|
1140
|
-
* @param {Date} [created]
|
|
1141
|
-
* @param {Array<string>} [ids]
|
|
1142
|
-
* @param {string} [specialtyTypeCategoryId]
|
|
1143
|
-
* @param {string} [languageCode]
|
|
1144
|
-
* @param {boolean} [showHidden]
|
|
1145
|
-
* @param {boolean} [returnDefaultValue]
|
|
1146
|
-
* @param {number} [page]
|
|
1147
|
-
* @param {number} [limit]
|
|
1148
|
-
* @param {Date} [lastRetrieved]
|
|
1149
|
-
* @param {*} [options] Override http request option.
|
|
1150
|
-
* @throws {RequiredError}
|
|
1151
|
-
*/
|
|
1152
|
-
apiV1SpecialtytypesGet(id?: string, name?: string, description?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, ids?: Array<string>, specialtyTypeCategoryId?: string, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<SpecialtyTypesModel> {
|
|
1153
|
-
return localVarFp.apiV1SpecialtytypesGet(id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
|
|
1154
|
-
},
|
|
1155
|
-
/**
|
|
1156
|
-
*
|
|
1157
|
-
* @summary Create a Department. (Auth policies: RequireManagerRole)
|
|
1158
|
-
* @param {CreateSpecialtyTypeCommand} [createSpecialtyTypeCommand]
|
|
1159
|
-
* @param {*} [options] Override http request option.
|
|
1160
|
-
* @throws {RequiredError}
|
|
1161
|
-
*/
|
|
1162
|
-
apiV1SpecialtytypesPost(createSpecialtyTypeCommand?: CreateSpecialtyTypeCommand, options?: any): AxiosPromise<SpecialtyTypeModel> {
|
|
1163
|
-
return localVarFp.apiV1SpecialtytypesPost(createSpecialtyTypeCommand, options).then((request) => request(axios, basePath));
|
|
1164
|
-
},
|
|
1165
|
-
/**
|
|
1166
|
-
*
|
|
1167
|
-
* @summary Get all Departments with simplified model. (Auth policies: RequireDoctorRole)
|
|
1168
|
-
* @param {string} [id]
|
|
1169
|
-
* @param {string} [name]
|
|
1170
|
-
* @param {string} [description]
|
|
1171
|
-
* @param {MarketingType} [marketingType]
|
|
1172
|
-
* @param {string} [hospitalId]
|
|
1173
|
-
* @param {Date} [created]
|
|
1174
|
-
* @param {Array<string>} [ids]
|
|
1175
|
-
* @param {string} [specialtyTypeCategoryId]
|
|
1176
|
-
* @param {string} [languageCode]
|
|
1177
|
-
* @param {boolean} [showHidden]
|
|
1178
|
-
* @param {boolean} [returnDefaultValue]
|
|
1179
|
-
* @param {number} [page]
|
|
1180
|
-
* @param {number} [limit]
|
|
1181
|
-
* @param {Date} [lastRetrieved]
|
|
1182
|
-
* @param {*} [options] Override http request option.
|
|
1183
|
-
* @throws {RequiredError}
|
|
1184
|
-
*/
|
|
1185
|
-
apiV1SpecialtytypesSimpleGet(id?: string, name?: string, description?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, ids?: Array<string>, specialtyTypeCategoryId?: string, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<SpecialtyTypesSimpleModel> {
|
|
1186
|
-
return localVarFp.apiV1SpecialtytypesSimpleGet(id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
|
|
1187
|
-
},
|
|
1188
|
-
/**
|
|
1189
|
-
*
|
|
1190
|
-
* @summary Get department by slug (Auth policies: RequireDoctorRole)
|
|
1191
|
-
* @param {string} slug
|
|
1192
|
-
* @param {string} [languageCode]
|
|
1193
|
-
* @param {boolean} [returnDefaultValue]
|
|
1194
|
-
* @param {*} [options] Override http request option.
|
|
1195
|
-
* @throws {RequiredError}
|
|
1196
|
-
*/
|
|
1197
|
-
apiV1SpecialtytypesSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: any): AxiosPromise<SpecialtyTypeModel> {
|
|
1198
|
-
return localVarFp.apiV1SpecialtytypesSlugGet(slug, languageCode, returnDefaultValue, options).then((request) => request(axios, basePath));
|
|
1199
|
-
},
|
|
1200
|
-
/**
|
|
1201
|
-
*
|
|
1202
|
-
* @summary Batch for departments sorting (Auth policies: RequireManagerRole)
|
|
1203
|
-
* @param {SpecialtyTypeSortingCommand} [specialtyTypeSortingCommand]
|
|
1204
|
-
* @param {*} [options] Override http request option.
|
|
1205
|
-
* @throws {RequiredError}
|
|
1206
|
-
*/
|
|
1207
|
-
apiV1SpecialtytypesSortPut(specialtyTypeSortingCommand?: SpecialtyTypeSortingCommand, options?: any): AxiosPromise<SortingResultModel> {
|
|
1208
|
-
return localVarFp.apiV1SpecialtytypesSortPut(specialtyTypeSortingCommand, options).then((request) => request(axios, basePath));
|
|
1209
|
-
},
|
|
1210
|
-
/**
|
|
1211
|
-
*
|
|
1212
|
-
* @summary Delete Department. (Auth policies: RequireManagerRole)
|
|
1213
|
-
* @param {string} specialtyTypeId
|
|
1214
|
-
* @param {boolean} [isPermanent]
|
|
1215
|
-
* @param {*} [options] Override http request option.
|
|
1216
|
-
* @throws {RequiredError}
|
|
1217
|
-
*/
|
|
1218
|
-
apiV1SpecialtytypesSpecialtyTypeIdDelete(specialtyTypeId: string, isPermanent?: boolean, options?: any): AxiosPromise<boolean> {
|
|
1219
|
-
return localVarFp.apiV1SpecialtytypesSpecialtyTypeIdDelete(specialtyTypeId, isPermanent, options).then((request) => request(axios, basePath));
|
|
1220
|
-
},
|
|
1221
|
-
/**
|
|
1222
|
-
*
|
|
1223
|
-
* @summary Get department (Auth policies: RequireDoctorRole)
|
|
1224
|
-
* @param {string} specialtyTypeId
|
|
1225
|
-
* @param {string} [languageCode]
|
|
1226
|
-
* @param {boolean} [returnDefaultValue]
|
|
1227
|
-
* @param {*} [options] Override http request option.
|
|
1228
|
-
* @throws {RequiredError}
|
|
1229
|
-
*/
|
|
1230
|
-
apiV1SpecialtytypesSpecialtyTypeIdGet(specialtyTypeId: string, languageCode?: string, returnDefaultValue?: boolean, options?: any): AxiosPromise<SpecialtyTypeModel> {
|
|
1231
|
-
return localVarFp.apiV1SpecialtytypesSpecialtyTypeIdGet(specialtyTypeId, languageCode, returnDefaultValue, options).then((request) => request(axios, basePath));
|
|
1232
|
-
},
|
|
1233
|
-
/**
|
|
1234
|
-
*
|
|
1235
|
-
* @summary Get all SpecialtyTypeMedias. (Auth policies: RequireDoctorRole)
|
|
1236
|
-
* @param {string} specialtyTypeId
|
|
1237
|
-
* @param {string} [id]
|
|
1238
|
-
* @param {MediaType} [mediaType]
|
|
1239
|
-
* @param {number} [page]
|
|
1240
|
-
* @param {number} [limit]
|
|
1241
|
-
* @param {Date} [lastRetrieved]
|
|
1242
|
-
* @param {*} [options] Override http request option.
|
|
1243
|
-
* @throws {RequiredError}
|
|
1244
|
-
*/
|
|
1245
|
-
apiV1SpecialtytypesSpecialtyTypeIdMediasGet(specialtyTypeId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<MediasModel> {
|
|
1246
|
-
return localVarFp.apiV1SpecialtytypesSpecialtyTypeIdMediasGet(specialtyTypeId, id, mediaType, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
|
|
1247
|
-
},
|
|
1248
|
-
/**
|
|
1249
|
-
*
|
|
1250
|
-
* @summary Delete SpecialtyTypeMedia (Auth policies: RequireManagerRole)
|
|
1251
|
-
* @param {string} specialtyTypeId
|
|
1252
|
-
* @param {string} mediaId
|
|
1253
|
-
* @param {*} [options] Override http request option.
|
|
1254
|
-
* @throws {RequiredError}
|
|
1255
|
-
*/
|
|
1256
|
-
apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdDelete(specialtyTypeId: string, mediaId: string, options?: any): AxiosPromise<boolean> {
|
|
1257
|
-
return localVarFp.apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdDelete(specialtyTypeId, mediaId, options).then((request) => request(axios, basePath));
|
|
1258
|
-
},
|
|
1259
|
-
/**
|
|
1260
|
-
*
|
|
1261
|
-
* @summary Get SpecialtyTypeMedia. (Auth policies: RequireDoctorRole)
|
|
1262
|
-
* @param {string} specialtyTypeId
|
|
1263
|
-
* @param {string} mediaId
|
|
1264
|
-
* @param {*} [options] Override http request option.
|
|
1265
|
-
* @throws {RequiredError}
|
|
1266
|
-
*/
|
|
1267
|
-
apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdGet(specialtyTypeId: string, mediaId: string, options?: any): AxiosPromise<MediaModel> {
|
|
1268
|
-
return localVarFp.apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdGet(specialtyTypeId, mediaId, options).then((request) => request(axios, basePath));
|
|
1269
|
-
},
|
|
1270
|
-
/**
|
|
1271
|
-
*
|
|
1272
|
-
* @summary Update SpecialtyTypeMedia. (Auth policies: RequireManagerRole)
|
|
1273
|
-
* @param {string} specialtyTypeId
|
|
1274
|
-
* @param {string} mediaId
|
|
1275
|
-
* @param {UpdateMediaCommand} [updateMediaCommand]
|
|
1276
|
-
* @param {*} [options] Override http request option.
|
|
1277
|
-
* @throws {RequiredError}
|
|
1278
|
-
*/
|
|
1279
|
-
apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdPut(specialtyTypeId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand, options?: any): AxiosPromise<MediaModel> {
|
|
1280
|
-
return localVarFp.apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdPut(specialtyTypeId, mediaId, updateMediaCommand, options).then((request) => request(axios, basePath));
|
|
1281
|
-
},
|
|
1282
|
-
/**
|
|
1283
|
-
*
|
|
1284
|
-
* @summary Create SpecialtyTypeMedia. (Auth policies: RequireManagerRole)
|
|
1285
|
-
* @param {string} specialtyTypeId
|
|
1286
|
-
* @param {CreateMediaCommand} [createMediaCommand]
|
|
1287
|
-
* @param {*} [options] Override http request option.
|
|
1288
|
-
* @throws {RequiredError}
|
|
1289
|
-
*/
|
|
1290
|
-
apiV1SpecialtytypesSpecialtyTypeIdMediasPost(specialtyTypeId: string, createMediaCommand?: CreateMediaCommand, options?: any): AxiosPromise<MediaModel> {
|
|
1291
|
-
return localVarFp.apiV1SpecialtytypesSpecialtyTypeIdMediasPost(specialtyTypeId, createMediaCommand, options).then((request) => request(axios, basePath));
|
|
1292
|
-
},
|
|
1293
|
-
/**
|
|
1294
|
-
*
|
|
1295
|
-
* @summary Update Department. (Auth policies: RequireManagerRole)
|
|
1296
|
-
* @param {string} specialtyTypeId
|
|
1297
|
-
* @param {UpdateSpecialtyTypeCommand} [updateSpecialtyTypeCommand]
|
|
1298
|
-
* @param {*} [options] Override http request option.
|
|
1299
|
-
* @throws {RequiredError}
|
|
1300
|
-
*/
|
|
1301
|
-
apiV1SpecialtytypesSpecialtyTypeIdPut(specialtyTypeId: string, updateSpecialtyTypeCommand?: UpdateSpecialtyTypeCommand, options?: any): AxiosPromise<SpecialtyTypeModel> {
|
|
1302
|
-
return localVarFp.apiV1SpecialtytypesSpecialtyTypeIdPut(specialtyTypeId, updateSpecialtyTypeCommand, options).then((request) => request(axios, basePath));
|
|
1303
|
-
},
|
|
1304
|
-
/**
|
|
1305
|
-
*
|
|
1306
|
-
* @summary Reactivate Department (SpecialtyType). (Auth policies: RequireManagerRole)
|
|
1307
|
-
* @param {string} specialtyTypeId
|
|
1308
|
-
* @param {*} [options] Override http request option.
|
|
1309
|
-
* @throws {RequiredError}
|
|
1310
|
-
*/
|
|
1311
|
-
apiV1SpecialtytypesSpecialtyTypeIdReactivatePut(specialtyTypeId: string, options?: any): AxiosPromise<boolean> {
|
|
1312
|
-
return localVarFp.apiV1SpecialtytypesSpecialtyTypeIdReactivatePut(specialtyTypeId, options).then((request) => request(axios, basePath));
|
|
1313
|
-
},
|
|
1314
|
-
/**
|
|
1315
|
-
*
|
|
1316
|
-
* @summary Revalidate specialtyType (Auth policies: RequireManagerRole)
|
|
1317
|
-
* @param {string} specialtyTypeId
|
|
1318
|
-
* @param {boolean} [includeCurrent]
|
|
1319
|
-
* @param {*} [options] Override http request option.
|
|
1320
|
-
* @throws {RequiredError}
|
|
1321
|
-
*/
|
|
1322
|
-
apiV1SpecialtytypesSpecialtyTypeIdRevalidatePost(specialtyTypeId: string, includeCurrent?: boolean, options?: any): AxiosPromise<boolean> {
|
|
1323
|
-
return localVarFp.apiV1SpecialtytypesSpecialtyTypeIdRevalidatePost(specialtyTypeId, includeCurrent, options).then((request) => request(axios, basePath));
|
|
1324
|
-
},
|
|
1325
|
-
/**
|
|
1326
|
-
*
|
|
1327
|
-
* @summary Translate speciatyType (Auth policies: RequireManagerRole)
|
|
1328
|
-
* @param {string} specialtyTypeId
|
|
1329
|
-
* @param {TranslateSpecialtyTypeCommand} [translateSpecialtyTypeCommand]
|
|
1330
|
-
* @param {*} [options] Override http request option.
|
|
1331
|
-
* @throws {RequiredError}
|
|
1332
|
-
*/
|
|
1333
|
-
apiV1SpecialtytypesSpecialtyTypeIdTranslatePost(specialtyTypeId: string, translateSpecialtyTypeCommand?: TranslateSpecialtyTypeCommand, options?: any): AxiosPromise<boolean> {
|
|
1334
|
-
return localVarFp.apiV1SpecialtytypesSpecialtyTypeIdTranslatePost(specialtyTypeId, translateSpecialtyTypeCommand, options).then((request) => request(axios, basePath));
|
|
1335
|
-
},
|
|
1336
|
-
};
|
|
1337
|
-
};
|
|
1338
|
-
|
|
1339
|
-
/**
|
|
1340
|
-
* Request parameters for apiV1SpecialtytypesGet operation in SpecialtyTypesApi.
|
|
1341
|
-
* @export
|
|
1342
|
-
* @interface SpecialtyTypesApiApiV1SpecialtytypesGetRequest
|
|
1343
|
-
*/
|
|
1344
|
-
export interface SpecialtyTypesApiApiV1SpecialtytypesGetRequest {
|
|
1345
|
-
/**
|
|
1346
|
-
*
|
|
1347
|
-
* @type {string}
|
|
1348
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesGet
|
|
1349
|
-
*/
|
|
1350
|
-
readonly id?: string
|
|
1351
|
-
|
|
1352
|
-
/**
|
|
1353
|
-
*
|
|
1354
|
-
* @type {string}
|
|
1355
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesGet
|
|
1356
|
-
*/
|
|
1357
|
-
readonly name?: string
|
|
1358
|
-
|
|
1359
|
-
/**
|
|
1360
|
-
*
|
|
1361
|
-
* @type {string}
|
|
1362
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesGet
|
|
1363
|
-
*/
|
|
1364
|
-
readonly description?: string
|
|
1365
|
-
|
|
1366
|
-
/**
|
|
1367
|
-
*
|
|
1368
|
-
* @type {MarketingType}
|
|
1369
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesGet
|
|
1370
|
-
*/
|
|
1371
|
-
readonly marketingType?: MarketingType
|
|
1372
|
-
|
|
1373
|
-
/**
|
|
1374
|
-
*
|
|
1375
|
-
* @type {string}
|
|
1376
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesGet
|
|
1377
|
-
*/
|
|
1378
|
-
readonly hospitalId?: string
|
|
1379
|
-
|
|
1380
|
-
/**
|
|
1381
|
-
*
|
|
1382
|
-
* @type {Date}
|
|
1383
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesGet
|
|
1384
|
-
*/
|
|
1385
|
-
readonly created?: Date
|
|
1386
|
-
|
|
1387
|
-
/**
|
|
1388
|
-
*
|
|
1389
|
-
* @type {Array<string>}
|
|
1390
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesGet
|
|
1391
|
-
*/
|
|
1392
|
-
readonly ids?: Array<string>
|
|
1393
|
-
|
|
1394
|
-
/**
|
|
1395
|
-
*
|
|
1396
|
-
* @type {string}
|
|
1397
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesGet
|
|
1398
|
-
*/
|
|
1399
|
-
readonly specialtyTypeCategoryId?: string
|
|
1400
|
-
|
|
1401
|
-
/**
|
|
1402
|
-
*
|
|
1403
|
-
* @type {string}
|
|
1404
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesGet
|
|
1405
|
-
*/
|
|
1406
|
-
readonly languageCode?: string
|
|
1407
|
-
|
|
1408
|
-
/**
|
|
1409
|
-
*
|
|
1410
|
-
* @type {boolean}
|
|
1411
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesGet
|
|
1412
|
-
*/
|
|
1413
|
-
readonly showHidden?: boolean
|
|
1414
|
-
|
|
1415
|
-
/**
|
|
1416
|
-
*
|
|
1417
|
-
* @type {boolean}
|
|
1418
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesGet
|
|
1419
|
-
*/
|
|
1420
|
-
readonly returnDefaultValue?: boolean
|
|
1421
|
-
|
|
1422
|
-
/**
|
|
1423
|
-
*
|
|
1424
|
-
* @type {number}
|
|
1425
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesGet
|
|
1426
|
-
*/
|
|
1427
|
-
readonly page?: number
|
|
1428
|
-
|
|
1429
|
-
/**
|
|
1430
|
-
*
|
|
1431
|
-
* @type {number}
|
|
1432
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesGet
|
|
1433
|
-
*/
|
|
1434
|
-
readonly limit?: number
|
|
1435
|
-
|
|
1436
|
-
/**
|
|
1437
|
-
*
|
|
1438
|
-
* @type {Date}
|
|
1439
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesGet
|
|
1440
|
-
*/
|
|
1441
|
-
readonly lastRetrieved?: Date
|
|
1442
|
-
}
|
|
1443
|
-
|
|
1444
|
-
/**
|
|
1445
|
-
* Request parameters for apiV1SpecialtytypesPost operation in SpecialtyTypesApi.
|
|
1446
|
-
* @export
|
|
1447
|
-
* @interface SpecialtyTypesApiApiV1SpecialtytypesPostRequest
|
|
1448
|
-
*/
|
|
1449
|
-
export interface SpecialtyTypesApiApiV1SpecialtytypesPostRequest {
|
|
1450
|
-
/**
|
|
1451
|
-
*
|
|
1452
|
-
* @type {CreateSpecialtyTypeCommand}
|
|
1453
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesPost
|
|
1454
|
-
*/
|
|
1455
|
-
readonly createSpecialtyTypeCommand?: CreateSpecialtyTypeCommand
|
|
1456
|
-
}
|
|
1457
|
-
|
|
1458
|
-
/**
|
|
1459
|
-
* Request parameters for apiV1SpecialtytypesSimpleGet operation in SpecialtyTypesApi.
|
|
1460
|
-
* @export
|
|
1461
|
-
* @interface SpecialtyTypesApiApiV1SpecialtytypesSimpleGetRequest
|
|
1462
|
-
*/
|
|
1463
|
-
export interface SpecialtyTypesApiApiV1SpecialtytypesSimpleGetRequest {
|
|
1464
|
-
/**
|
|
1465
|
-
*
|
|
1466
|
-
* @type {string}
|
|
1467
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSimpleGet
|
|
1468
|
-
*/
|
|
1469
|
-
readonly id?: string
|
|
1470
|
-
|
|
1471
|
-
/**
|
|
1472
|
-
*
|
|
1473
|
-
* @type {string}
|
|
1474
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSimpleGet
|
|
1475
|
-
*/
|
|
1476
|
-
readonly name?: string
|
|
1477
|
-
|
|
1478
|
-
/**
|
|
1479
|
-
*
|
|
1480
|
-
* @type {string}
|
|
1481
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSimpleGet
|
|
1482
|
-
*/
|
|
1483
|
-
readonly description?: string
|
|
1484
|
-
|
|
1485
|
-
/**
|
|
1486
|
-
*
|
|
1487
|
-
* @type {MarketingType}
|
|
1488
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSimpleGet
|
|
1489
|
-
*/
|
|
1490
|
-
readonly marketingType?: MarketingType
|
|
1491
|
-
|
|
1492
|
-
/**
|
|
1493
|
-
*
|
|
1494
|
-
* @type {string}
|
|
1495
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSimpleGet
|
|
1496
|
-
*/
|
|
1497
|
-
readonly hospitalId?: string
|
|
1498
|
-
|
|
1499
|
-
/**
|
|
1500
|
-
*
|
|
1501
|
-
* @type {Date}
|
|
1502
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSimpleGet
|
|
1503
|
-
*/
|
|
1504
|
-
readonly created?: Date
|
|
1505
|
-
|
|
1506
|
-
/**
|
|
1507
|
-
*
|
|
1508
|
-
* @type {Array<string>}
|
|
1509
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSimpleGet
|
|
1510
|
-
*/
|
|
1511
|
-
readonly ids?: Array<string>
|
|
1512
|
-
|
|
1513
|
-
/**
|
|
1514
|
-
*
|
|
1515
|
-
* @type {string}
|
|
1516
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSimpleGet
|
|
1517
|
-
*/
|
|
1518
|
-
readonly specialtyTypeCategoryId?: string
|
|
1519
|
-
|
|
1520
|
-
/**
|
|
1521
|
-
*
|
|
1522
|
-
* @type {string}
|
|
1523
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSimpleGet
|
|
1524
|
-
*/
|
|
1525
|
-
readonly languageCode?: string
|
|
1526
|
-
|
|
1527
|
-
/**
|
|
1528
|
-
*
|
|
1529
|
-
* @type {boolean}
|
|
1530
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSimpleGet
|
|
1531
|
-
*/
|
|
1532
|
-
readonly showHidden?: boolean
|
|
1533
|
-
|
|
1534
|
-
/**
|
|
1535
|
-
*
|
|
1536
|
-
* @type {boolean}
|
|
1537
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSimpleGet
|
|
1538
|
-
*/
|
|
1539
|
-
readonly returnDefaultValue?: boolean
|
|
1540
|
-
|
|
1541
|
-
/**
|
|
1542
|
-
*
|
|
1543
|
-
* @type {number}
|
|
1544
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSimpleGet
|
|
1545
|
-
*/
|
|
1546
|
-
readonly page?: number
|
|
1547
|
-
|
|
1548
|
-
/**
|
|
1549
|
-
*
|
|
1550
|
-
* @type {number}
|
|
1551
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSimpleGet
|
|
1552
|
-
*/
|
|
1553
|
-
readonly limit?: number
|
|
1554
|
-
|
|
1555
|
-
/**
|
|
1556
|
-
*
|
|
1557
|
-
* @type {Date}
|
|
1558
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSimpleGet
|
|
1559
|
-
*/
|
|
1560
|
-
readonly lastRetrieved?: Date
|
|
1561
|
-
}
|
|
1562
|
-
|
|
1563
|
-
/**
|
|
1564
|
-
* Request parameters for apiV1SpecialtytypesSlugGet operation in SpecialtyTypesApi.
|
|
1565
|
-
* @export
|
|
1566
|
-
* @interface SpecialtyTypesApiApiV1SpecialtytypesSlugGetRequest
|
|
1567
|
-
*/
|
|
1568
|
-
export interface SpecialtyTypesApiApiV1SpecialtytypesSlugGetRequest {
|
|
1569
|
-
/**
|
|
1570
|
-
*
|
|
1571
|
-
* @type {string}
|
|
1572
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSlugGet
|
|
1573
|
-
*/
|
|
1574
|
-
readonly slug: string
|
|
1575
|
-
|
|
1576
|
-
/**
|
|
1577
|
-
*
|
|
1578
|
-
* @type {string}
|
|
1579
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSlugGet
|
|
1580
|
-
*/
|
|
1581
|
-
readonly languageCode?: string
|
|
1582
|
-
|
|
1583
|
-
/**
|
|
1584
|
-
*
|
|
1585
|
-
* @type {boolean}
|
|
1586
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSlugGet
|
|
1587
|
-
*/
|
|
1588
|
-
readonly returnDefaultValue?: boolean
|
|
1589
|
-
}
|
|
1590
|
-
|
|
1591
|
-
/**
|
|
1592
|
-
* Request parameters for apiV1SpecialtytypesSortPut operation in SpecialtyTypesApi.
|
|
1593
|
-
* @export
|
|
1594
|
-
* @interface SpecialtyTypesApiApiV1SpecialtytypesSortPutRequest
|
|
1595
|
-
*/
|
|
1596
|
-
export interface SpecialtyTypesApiApiV1SpecialtytypesSortPutRequest {
|
|
1597
|
-
/**
|
|
1598
|
-
*
|
|
1599
|
-
* @type {SpecialtyTypeSortingCommand}
|
|
1600
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSortPut
|
|
1601
|
-
*/
|
|
1602
|
-
readonly specialtyTypeSortingCommand?: SpecialtyTypeSortingCommand
|
|
1603
|
-
}
|
|
1604
|
-
|
|
1605
|
-
/**
|
|
1606
|
-
* Request parameters for apiV1SpecialtytypesSpecialtyTypeIdDelete operation in SpecialtyTypesApi.
|
|
1607
|
-
* @export
|
|
1608
|
-
* @interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdDeleteRequest
|
|
1609
|
-
*/
|
|
1610
|
-
export interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdDeleteRequest {
|
|
1611
|
-
/**
|
|
1612
|
-
*
|
|
1613
|
-
* @type {string}
|
|
1614
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdDelete
|
|
1615
|
-
*/
|
|
1616
|
-
readonly specialtyTypeId: string
|
|
1617
|
-
|
|
1618
|
-
/**
|
|
1619
|
-
*
|
|
1620
|
-
* @type {boolean}
|
|
1621
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdDelete
|
|
1622
|
-
*/
|
|
1623
|
-
readonly isPermanent?: boolean
|
|
1624
|
-
}
|
|
1625
|
-
|
|
1626
|
-
/**
|
|
1627
|
-
* Request parameters for apiV1SpecialtytypesSpecialtyTypeIdGet operation in SpecialtyTypesApi.
|
|
1628
|
-
* @export
|
|
1629
|
-
* @interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdGetRequest
|
|
1630
|
-
*/
|
|
1631
|
-
export interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdGetRequest {
|
|
1632
|
-
/**
|
|
1633
|
-
*
|
|
1634
|
-
* @type {string}
|
|
1635
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdGet
|
|
1636
|
-
*/
|
|
1637
|
-
readonly specialtyTypeId: string
|
|
1638
|
-
|
|
1639
|
-
/**
|
|
1640
|
-
*
|
|
1641
|
-
* @type {string}
|
|
1642
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdGet
|
|
1643
|
-
*/
|
|
1644
|
-
readonly languageCode?: string
|
|
1645
|
-
|
|
1646
|
-
/**
|
|
1647
|
-
*
|
|
1648
|
-
* @type {boolean}
|
|
1649
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdGet
|
|
1650
|
-
*/
|
|
1651
|
-
readonly returnDefaultValue?: boolean
|
|
1652
|
-
}
|
|
1653
|
-
|
|
1654
|
-
/**
|
|
1655
|
-
* Request parameters for apiV1SpecialtytypesSpecialtyTypeIdMediasGet operation in SpecialtyTypesApi.
|
|
1656
|
-
* @export
|
|
1657
|
-
* @interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasGetRequest
|
|
1658
|
-
*/
|
|
1659
|
-
export interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasGetRequest {
|
|
1660
|
-
/**
|
|
1661
|
-
*
|
|
1662
|
-
* @type {string}
|
|
1663
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasGet
|
|
1664
|
-
*/
|
|
1665
|
-
readonly specialtyTypeId: string
|
|
1666
|
-
|
|
1667
|
-
/**
|
|
1668
|
-
*
|
|
1669
|
-
* @type {string}
|
|
1670
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasGet
|
|
1671
|
-
*/
|
|
1672
|
-
readonly id?: string
|
|
1673
|
-
|
|
1674
|
-
/**
|
|
1675
|
-
*
|
|
1676
|
-
* @type {MediaType}
|
|
1677
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasGet
|
|
1678
|
-
*/
|
|
1679
|
-
readonly mediaType?: MediaType
|
|
1680
|
-
|
|
1681
|
-
/**
|
|
1682
|
-
*
|
|
1683
|
-
* @type {number}
|
|
1684
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasGet
|
|
1685
|
-
*/
|
|
1686
|
-
readonly page?: number
|
|
1687
|
-
|
|
1688
|
-
/**
|
|
1689
|
-
*
|
|
1690
|
-
* @type {number}
|
|
1691
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasGet
|
|
1692
|
-
*/
|
|
1693
|
-
readonly limit?: number
|
|
1694
|
-
|
|
1695
|
-
/**
|
|
1696
|
-
*
|
|
1697
|
-
* @type {Date}
|
|
1698
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasGet
|
|
1699
|
-
*/
|
|
1700
|
-
readonly lastRetrieved?: Date
|
|
1701
|
-
}
|
|
1702
|
-
|
|
1703
|
-
/**
|
|
1704
|
-
* Request parameters for apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdDelete operation in SpecialtyTypesApi.
|
|
1705
|
-
* @export
|
|
1706
|
-
* @interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdDeleteRequest
|
|
1707
|
-
*/
|
|
1708
|
-
export interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdDeleteRequest {
|
|
1709
|
-
/**
|
|
1710
|
-
*
|
|
1711
|
-
* @type {string}
|
|
1712
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdDelete
|
|
1713
|
-
*/
|
|
1714
|
-
readonly specialtyTypeId: string
|
|
1715
|
-
|
|
1716
|
-
/**
|
|
1717
|
-
*
|
|
1718
|
-
* @type {string}
|
|
1719
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdDelete
|
|
1720
|
-
*/
|
|
1721
|
-
readonly mediaId: string
|
|
1722
|
-
}
|
|
1723
|
-
|
|
1724
|
-
/**
|
|
1725
|
-
* Request parameters for apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdGet operation in SpecialtyTypesApi.
|
|
1726
|
-
* @export
|
|
1727
|
-
* @interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdGetRequest
|
|
1728
|
-
*/
|
|
1729
|
-
export interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdGetRequest {
|
|
1730
|
-
/**
|
|
1731
|
-
*
|
|
1732
|
-
* @type {string}
|
|
1733
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdGet
|
|
1734
|
-
*/
|
|
1735
|
-
readonly specialtyTypeId: string
|
|
1736
|
-
|
|
1737
|
-
/**
|
|
1738
|
-
*
|
|
1739
|
-
* @type {string}
|
|
1740
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdGet
|
|
1741
|
-
*/
|
|
1742
|
-
readonly mediaId: string
|
|
1743
|
-
}
|
|
1744
|
-
|
|
1745
|
-
/**
|
|
1746
|
-
* Request parameters for apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdPut operation in SpecialtyTypesApi.
|
|
1747
|
-
* @export
|
|
1748
|
-
* @interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdPutRequest
|
|
1749
|
-
*/
|
|
1750
|
-
export interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdPutRequest {
|
|
1751
|
-
/**
|
|
1752
|
-
*
|
|
1753
|
-
* @type {string}
|
|
1754
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdPut
|
|
1755
|
-
*/
|
|
1756
|
-
readonly specialtyTypeId: string
|
|
1757
|
-
|
|
1758
|
-
/**
|
|
1759
|
-
*
|
|
1760
|
-
* @type {string}
|
|
1761
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdPut
|
|
1762
|
-
*/
|
|
1763
|
-
readonly mediaId: string
|
|
1764
|
-
|
|
1765
|
-
/**
|
|
1766
|
-
*
|
|
1767
|
-
* @type {UpdateMediaCommand}
|
|
1768
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdPut
|
|
1769
|
-
*/
|
|
1770
|
-
readonly updateMediaCommand?: UpdateMediaCommand
|
|
1771
|
-
}
|
|
1772
|
-
|
|
1773
|
-
/**
|
|
1774
|
-
* Request parameters for apiV1SpecialtytypesSpecialtyTypeIdMediasPost operation in SpecialtyTypesApi.
|
|
1775
|
-
* @export
|
|
1776
|
-
* @interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasPostRequest
|
|
1777
|
-
*/
|
|
1778
|
-
export interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasPostRequest {
|
|
1779
|
-
/**
|
|
1780
|
-
*
|
|
1781
|
-
* @type {string}
|
|
1782
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasPost
|
|
1783
|
-
*/
|
|
1784
|
-
readonly specialtyTypeId: string
|
|
1785
|
-
|
|
1786
|
-
/**
|
|
1787
|
-
*
|
|
1788
|
-
* @type {CreateMediaCommand}
|
|
1789
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasPost
|
|
1790
|
-
*/
|
|
1791
|
-
readonly createMediaCommand?: CreateMediaCommand
|
|
1792
|
-
}
|
|
1793
|
-
|
|
1794
|
-
/**
|
|
1795
|
-
* Request parameters for apiV1SpecialtytypesSpecialtyTypeIdPut operation in SpecialtyTypesApi.
|
|
1796
|
-
* @export
|
|
1797
|
-
* @interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdPutRequest
|
|
1798
|
-
*/
|
|
1799
|
-
export interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdPutRequest {
|
|
1800
|
-
/**
|
|
1801
|
-
*
|
|
1802
|
-
* @type {string}
|
|
1803
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdPut
|
|
1804
|
-
*/
|
|
1805
|
-
readonly specialtyTypeId: string
|
|
1806
|
-
|
|
1807
|
-
/**
|
|
1808
|
-
*
|
|
1809
|
-
* @type {UpdateSpecialtyTypeCommand}
|
|
1810
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdPut
|
|
1811
|
-
*/
|
|
1812
|
-
readonly updateSpecialtyTypeCommand?: UpdateSpecialtyTypeCommand
|
|
1813
|
-
}
|
|
1814
|
-
|
|
1815
|
-
/**
|
|
1816
|
-
* Request parameters for apiV1SpecialtytypesSpecialtyTypeIdReactivatePut operation in SpecialtyTypesApi.
|
|
1817
|
-
* @export
|
|
1818
|
-
* @interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdReactivatePutRequest
|
|
1819
|
-
*/
|
|
1820
|
-
export interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdReactivatePutRequest {
|
|
1821
|
-
/**
|
|
1822
|
-
*
|
|
1823
|
-
* @type {string}
|
|
1824
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdReactivatePut
|
|
1825
|
-
*/
|
|
1826
|
-
readonly specialtyTypeId: string
|
|
1827
|
-
}
|
|
1828
|
-
|
|
1829
|
-
/**
|
|
1830
|
-
* Request parameters for apiV1SpecialtytypesSpecialtyTypeIdRevalidatePost operation in SpecialtyTypesApi.
|
|
1831
|
-
* @export
|
|
1832
|
-
* @interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdRevalidatePostRequest
|
|
1833
|
-
*/
|
|
1834
|
-
export interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdRevalidatePostRequest {
|
|
1835
|
-
/**
|
|
1836
|
-
*
|
|
1837
|
-
* @type {string}
|
|
1838
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdRevalidatePost
|
|
1839
|
-
*/
|
|
1840
|
-
readonly specialtyTypeId: string
|
|
1841
|
-
|
|
1842
|
-
/**
|
|
1843
|
-
*
|
|
1844
|
-
* @type {boolean}
|
|
1845
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdRevalidatePost
|
|
1846
|
-
*/
|
|
1847
|
-
readonly includeCurrent?: boolean
|
|
1848
|
-
}
|
|
1849
|
-
|
|
1850
|
-
/**
|
|
1851
|
-
* Request parameters for apiV1SpecialtytypesSpecialtyTypeIdTranslatePost operation in SpecialtyTypesApi.
|
|
1852
|
-
* @export
|
|
1853
|
-
* @interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdTranslatePostRequest
|
|
1854
|
-
*/
|
|
1855
|
-
export interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdTranslatePostRequest {
|
|
1856
|
-
/**
|
|
1857
|
-
*
|
|
1858
|
-
* @type {string}
|
|
1859
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdTranslatePost
|
|
1860
|
-
*/
|
|
1861
|
-
readonly specialtyTypeId: string
|
|
1862
|
-
|
|
1863
|
-
/**
|
|
1864
|
-
*
|
|
1865
|
-
* @type {TranslateSpecialtyTypeCommand}
|
|
1866
|
-
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdTranslatePost
|
|
1867
|
-
*/
|
|
1868
|
-
readonly translateSpecialtyTypeCommand?: TranslateSpecialtyTypeCommand
|
|
1869
|
-
}
|
|
1870
|
-
|
|
1871
|
-
/**
|
|
1872
|
-
* SpecialtyTypesApi - object-oriented interface
|
|
1873
|
-
* @export
|
|
1874
|
-
* @class SpecialtyTypesApi
|
|
1875
|
-
* @extends {BaseAPI}
|
|
1876
|
-
*/
|
|
1877
|
-
export class SpecialtyTypesApi extends BaseAPI {
|
|
1878
|
-
/**
|
|
1879
|
-
*
|
|
1880
|
-
* @summary Get all Departments. (Auth policies: RequireDoctorRole)
|
|
1881
|
-
* @param {SpecialtyTypesApiApiV1SpecialtytypesGetRequest} requestParameters Request parameters.
|
|
1882
|
-
* @param {*} [options] Override http request option.
|
|
1883
|
-
* @throws {RequiredError}
|
|
1884
|
-
* @memberof SpecialtyTypesApi
|
|
1885
|
-
*/
|
|
1886
|
-
public apiV1SpecialtytypesGet(requestParameters: SpecialtyTypesApiApiV1SpecialtytypesGetRequest = {}, options?: AxiosRequestConfig) {
|
|
1887
|
-
return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesGet(requestParameters.id, requestParameters.name, requestParameters.description, requestParameters.marketingType, requestParameters.hospitalId, requestParameters.created, requestParameters.ids, requestParameters.specialtyTypeCategoryId, requestParameters.languageCode, requestParameters.showHidden, requestParameters.returnDefaultValue, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
1888
|
-
}
|
|
1889
|
-
|
|
1890
|
-
/**
|
|
1891
|
-
*
|
|
1892
|
-
* @summary Create a Department. (Auth policies: RequireManagerRole)
|
|
1893
|
-
* @param {SpecialtyTypesApiApiV1SpecialtytypesPostRequest} requestParameters Request parameters.
|
|
1894
|
-
* @param {*} [options] Override http request option.
|
|
1895
|
-
* @throws {RequiredError}
|
|
1896
|
-
* @memberof SpecialtyTypesApi
|
|
1897
|
-
*/
|
|
1898
|
-
public apiV1SpecialtytypesPost(requestParameters: SpecialtyTypesApiApiV1SpecialtytypesPostRequest = {}, options?: AxiosRequestConfig) {
|
|
1899
|
-
return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesPost(requestParameters.createSpecialtyTypeCommand, options).then((request) => request(this.axios, this.basePath));
|
|
1900
|
-
}
|
|
1901
|
-
|
|
1902
|
-
/**
|
|
1903
|
-
*
|
|
1904
|
-
* @summary Get all Departments with simplified model. (Auth policies: RequireDoctorRole)
|
|
1905
|
-
* @param {SpecialtyTypesApiApiV1SpecialtytypesSimpleGetRequest} requestParameters Request parameters.
|
|
1906
|
-
* @param {*} [options] Override http request option.
|
|
1907
|
-
* @throws {RequiredError}
|
|
1908
|
-
* @memberof SpecialtyTypesApi
|
|
1909
|
-
*/
|
|
1910
|
-
public apiV1SpecialtytypesSimpleGet(requestParameters: SpecialtyTypesApiApiV1SpecialtytypesSimpleGetRequest = {}, options?: AxiosRequestConfig) {
|
|
1911
|
-
return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSimpleGet(requestParameters.id, requestParameters.name, requestParameters.description, requestParameters.marketingType, requestParameters.hospitalId, requestParameters.created, requestParameters.ids, requestParameters.specialtyTypeCategoryId, requestParameters.languageCode, requestParameters.showHidden, requestParameters.returnDefaultValue, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
1912
|
-
}
|
|
1913
|
-
|
|
1914
|
-
/**
|
|
1915
|
-
*
|
|
1916
|
-
* @summary Get department by slug (Auth policies: RequireDoctorRole)
|
|
1917
|
-
* @param {SpecialtyTypesApiApiV1SpecialtytypesSlugGetRequest} requestParameters Request parameters.
|
|
1918
|
-
* @param {*} [options] Override http request option.
|
|
1919
|
-
* @throws {RequiredError}
|
|
1920
|
-
* @memberof SpecialtyTypesApi
|
|
1921
|
-
*/
|
|
1922
|
-
public apiV1SpecialtytypesSlugGet(requestParameters: SpecialtyTypesApiApiV1SpecialtytypesSlugGetRequest, options?: AxiosRequestConfig) {
|
|
1923
|
-
return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSlugGet(requestParameters.slug, requestParameters.languageCode, requestParameters.returnDefaultValue, options).then((request) => request(this.axios, this.basePath));
|
|
1924
|
-
}
|
|
1925
|
-
|
|
1926
|
-
/**
|
|
1927
|
-
*
|
|
1928
|
-
* @summary Batch for departments sorting (Auth policies: RequireManagerRole)
|
|
1929
|
-
* @param {SpecialtyTypesApiApiV1SpecialtytypesSortPutRequest} requestParameters Request parameters.
|
|
1930
|
-
* @param {*} [options] Override http request option.
|
|
1931
|
-
* @throws {RequiredError}
|
|
1932
|
-
* @memberof SpecialtyTypesApi
|
|
1933
|
-
*/
|
|
1934
|
-
public apiV1SpecialtytypesSortPut(requestParameters: SpecialtyTypesApiApiV1SpecialtytypesSortPutRequest = {}, options?: AxiosRequestConfig) {
|
|
1935
|
-
return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSortPut(requestParameters.specialtyTypeSortingCommand, options).then((request) => request(this.axios, this.basePath));
|
|
1936
|
-
}
|
|
1937
|
-
|
|
1938
|
-
/**
|
|
1939
|
-
*
|
|
1940
|
-
* @summary Delete Department. (Auth policies: RequireManagerRole)
|
|
1941
|
-
* @param {SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdDeleteRequest} requestParameters Request parameters.
|
|
1942
|
-
* @param {*} [options] Override http request option.
|
|
1943
|
-
* @throws {RequiredError}
|
|
1944
|
-
* @memberof SpecialtyTypesApi
|
|
1945
|
-
*/
|
|
1946
|
-
public apiV1SpecialtytypesSpecialtyTypeIdDelete(requestParameters: SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdDeleteRequest, options?: AxiosRequestConfig) {
|
|
1947
|
-
return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSpecialtyTypeIdDelete(requestParameters.specialtyTypeId, requestParameters.isPermanent, options).then((request) => request(this.axios, this.basePath));
|
|
1948
|
-
}
|
|
1949
|
-
|
|
1950
|
-
/**
|
|
1951
|
-
*
|
|
1952
|
-
* @summary Get department (Auth policies: RequireDoctorRole)
|
|
1953
|
-
* @param {SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdGetRequest} requestParameters Request parameters.
|
|
1954
|
-
* @param {*} [options] Override http request option.
|
|
1955
|
-
* @throws {RequiredError}
|
|
1956
|
-
* @memberof SpecialtyTypesApi
|
|
1957
|
-
*/
|
|
1958
|
-
public apiV1SpecialtytypesSpecialtyTypeIdGet(requestParameters: SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdGetRequest, options?: AxiosRequestConfig) {
|
|
1959
|
-
return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSpecialtyTypeIdGet(requestParameters.specialtyTypeId, requestParameters.languageCode, requestParameters.returnDefaultValue, options).then((request) => request(this.axios, this.basePath));
|
|
1960
|
-
}
|
|
1961
|
-
|
|
1962
|
-
/**
|
|
1963
|
-
*
|
|
1964
|
-
* @summary Get all SpecialtyTypeMedias. (Auth policies: RequireDoctorRole)
|
|
1965
|
-
* @param {SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasGetRequest} requestParameters Request parameters.
|
|
1966
|
-
* @param {*} [options] Override http request option.
|
|
1967
|
-
* @throws {RequiredError}
|
|
1968
|
-
* @memberof SpecialtyTypesApi
|
|
1969
|
-
*/
|
|
1970
|
-
public apiV1SpecialtytypesSpecialtyTypeIdMediasGet(requestParameters: SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasGetRequest, options?: AxiosRequestConfig) {
|
|
1971
|
-
return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSpecialtyTypeIdMediasGet(requestParameters.specialtyTypeId, requestParameters.id, requestParameters.mediaType, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
1972
|
-
}
|
|
1973
|
-
|
|
1974
|
-
/**
|
|
1975
|
-
*
|
|
1976
|
-
* @summary Delete SpecialtyTypeMedia (Auth policies: RequireManagerRole)
|
|
1977
|
-
* @param {SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdDeleteRequest} requestParameters Request parameters.
|
|
1978
|
-
* @param {*} [options] Override http request option.
|
|
1979
|
-
* @throws {RequiredError}
|
|
1980
|
-
* @memberof SpecialtyTypesApi
|
|
1981
|
-
*/
|
|
1982
|
-
public apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdDelete(requestParameters: SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdDeleteRequest, options?: AxiosRequestConfig) {
|
|
1983
|
-
return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdDelete(requestParameters.specialtyTypeId, requestParameters.mediaId, options).then((request) => request(this.axios, this.basePath));
|
|
1984
|
-
}
|
|
1985
|
-
|
|
1986
|
-
/**
|
|
1987
|
-
*
|
|
1988
|
-
* @summary Get SpecialtyTypeMedia. (Auth policies: RequireDoctorRole)
|
|
1989
|
-
* @param {SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdGetRequest} requestParameters Request parameters.
|
|
1990
|
-
* @param {*} [options] Override http request option.
|
|
1991
|
-
* @throws {RequiredError}
|
|
1992
|
-
* @memberof SpecialtyTypesApi
|
|
1993
|
-
*/
|
|
1994
|
-
public apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdGet(requestParameters: SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdGetRequest, options?: AxiosRequestConfig) {
|
|
1995
|
-
return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdGet(requestParameters.specialtyTypeId, requestParameters.mediaId, options).then((request) => request(this.axios, this.basePath));
|
|
1996
|
-
}
|
|
1997
|
-
|
|
1998
|
-
/**
|
|
1999
|
-
*
|
|
2000
|
-
* @summary Update SpecialtyTypeMedia. (Auth policies: RequireManagerRole)
|
|
2001
|
-
* @param {SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdPutRequest} requestParameters Request parameters.
|
|
2002
|
-
* @param {*} [options] Override http request option.
|
|
2003
|
-
* @throws {RequiredError}
|
|
2004
|
-
* @memberof SpecialtyTypesApi
|
|
2005
|
-
*/
|
|
2006
|
-
public apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdPut(requestParameters: SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdPutRequest, options?: AxiosRequestConfig) {
|
|
2007
|
-
return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdPut(requestParameters.specialtyTypeId, requestParameters.mediaId, requestParameters.updateMediaCommand, options).then((request) => request(this.axios, this.basePath));
|
|
2008
|
-
}
|
|
2009
|
-
|
|
2010
|
-
/**
|
|
2011
|
-
*
|
|
2012
|
-
* @summary Create SpecialtyTypeMedia. (Auth policies: RequireManagerRole)
|
|
2013
|
-
* @param {SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasPostRequest} requestParameters Request parameters.
|
|
2014
|
-
* @param {*} [options] Override http request option.
|
|
2015
|
-
* @throws {RequiredError}
|
|
2016
|
-
* @memberof SpecialtyTypesApi
|
|
2017
|
-
*/
|
|
2018
|
-
public apiV1SpecialtytypesSpecialtyTypeIdMediasPost(requestParameters: SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasPostRequest, options?: AxiosRequestConfig) {
|
|
2019
|
-
return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSpecialtyTypeIdMediasPost(requestParameters.specialtyTypeId, requestParameters.createMediaCommand, options).then((request) => request(this.axios, this.basePath));
|
|
2020
|
-
}
|
|
2021
|
-
|
|
2022
|
-
/**
|
|
2023
|
-
*
|
|
2024
|
-
* @summary Update Department. (Auth policies: RequireManagerRole)
|
|
2025
|
-
* @param {SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdPutRequest} requestParameters Request parameters.
|
|
2026
|
-
* @param {*} [options] Override http request option.
|
|
2027
|
-
* @throws {RequiredError}
|
|
2028
|
-
* @memberof SpecialtyTypesApi
|
|
2029
|
-
*/
|
|
2030
|
-
public apiV1SpecialtytypesSpecialtyTypeIdPut(requestParameters: SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdPutRequest, options?: AxiosRequestConfig) {
|
|
2031
|
-
return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSpecialtyTypeIdPut(requestParameters.specialtyTypeId, requestParameters.updateSpecialtyTypeCommand, options).then((request) => request(this.axios, this.basePath));
|
|
2032
|
-
}
|
|
2033
|
-
|
|
2034
|
-
/**
|
|
2035
|
-
*
|
|
2036
|
-
* @summary Reactivate Department (SpecialtyType). (Auth policies: RequireManagerRole)
|
|
2037
|
-
* @param {SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdReactivatePutRequest} requestParameters Request parameters.
|
|
2038
|
-
* @param {*} [options] Override http request option.
|
|
2039
|
-
* @throws {RequiredError}
|
|
2040
|
-
* @memberof SpecialtyTypesApi
|
|
2041
|
-
*/
|
|
2042
|
-
public apiV1SpecialtytypesSpecialtyTypeIdReactivatePut(requestParameters: SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdReactivatePutRequest, options?: AxiosRequestConfig) {
|
|
2043
|
-
return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSpecialtyTypeIdReactivatePut(requestParameters.specialtyTypeId, options).then((request) => request(this.axios, this.basePath));
|
|
2044
|
-
}
|
|
2045
|
-
|
|
2046
|
-
/**
|
|
2047
|
-
*
|
|
2048
|
-
* @summary Revalidate specialtyType (Auth policies: RequireManagerRole)
|
|
2049
|
-
* @param {SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdRevalidatePostRequest} requestParameters Request parameters.
|
|
2050
|
-
* @param {*} [options] Override http request option.
|
|
2051
|
-
* @throws {RequiredError}
|
|
2052
|
-
* @memberof SpecialtyTypesApi
|
|
2053
|
-
*/
|
|
2054
|
-
public apiV1SpecialtytypesSpecialtyTypeIdRevalidatePost(requestParameters: SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdRevalidatePostRequest, options?: AxiosRequestConfig) {
|
|
2055
|
-
return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSpecialtyTypeIdRevalidatePost(requestParameters.specialtyTypeId, requestParameters.includeCurrent, options).then((request) => request(this.axios, this.basePath));
|
|
2056
|
-
}
|
|
2057
|
-
|
|
2058
|
-
/**
|
|
2059
|
-
*
|
|
2060
|
-
* @summary Translate speciatyType (Auth policies: RequireManagerRole)
|
|
2061
|
-
* @param {SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdTranslatePostRequest} requestParameters Request parameters.
|
|
2062
|
-
* @param {*} [options] Override http request option.
|
|
2063
|
-
* @throws {RequiredError}
|
|
2064
|
-
* @memberof SpecialtyTypesApi
|
|
2065
|
-
*/
|
|
2066
|
-
public apiV1SpecialtytypesSpecialtyTypeIdTranslatePost(requestParameters: SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdTranslatePostRequest, options?: AxiosRequestConfig) {
|
|
2067
|
-
return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSpecialtyTypeIdTranslatePost(requestParameters.specialtyTypeId, requestParameters.translateSpecialtyTypeCommand, options).then((request) => request(this.axios, this.basePath));
|
|
2068
|
-
}
|
|
2069
|
-
}
|