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
package/lib/api/hospitals-api.js
CHANGED
|
@@ -48,8 +48,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
48
48
|
});
|
|
49
49
|
};
|
|
50
50
|
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
51
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
52
|
-
return g =
|
|
51
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
52
|
+
return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
53
53
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
54
54
|
function step(op) {
|
|
55
55
|
if (f) throw new TypeError("Generator is already executing.");
|
|
@@ -74,6 +74,15 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
74
74
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
75
75
|
}
|
|
76
76
|
};
|
|
77
|
+
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
78
|
+
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
79
|
+
if (ar || !(i in from)) {
|
|
80
|
+
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
81
|
+
ar[i] = from[i];
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
|
85
|
+
};
|
|
77
86
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
78
87
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
79
88
|
};
|
|
@@ -113,10 +122,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
113
122
|
* @param {*} [options] Override http request option.
|
|
114
123
|
* @throws {RequiredError}
|
|
115
124
|
*/
|
|
116
|
-
apiV1HospitalsGet: function (
|
|
117
|
-
|
|
118
|
-
|
|
125
|
+
apiV1HospitalsGet: function (hospitalId_1, name_1, countryId_1, created_1, marketingType_1, specialtyTypeId_1, specialtyId_1, exceptHospitalId_1, showHidden_1, languageCode_1, ids_1, paymentEnabled_1, page_1, limit_1, lastRetrieved_1) {
|
|
126
|
+
var args_1 = [];
|
|
127
|
+
for (var _i = 15; _i < arguments.length; _i++) {
|
|
128
|
+
args_1[_i - 15] = arguments[_i];
|
|
129
|
+
}
|
|
130
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, name_1, countryId_1, created_1, marketingType_1, specialtyTypeId_1, specialtyId_1, exceptHospitalId_1, showHidden_1, languageCode_1, ids_1, paymentEnabled_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, showHidden, languageCode, ids, paymentEnabled, page, limit, lastRetrieved, options) {
|
|
119
131
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
132
|
+
if (options === void 0) { options = {}; }
|
|
120
133
|
return __generator(this, function (_a) {
|
|
121
134
|
switch (_a.label) {
|
|
122
135
|
case 0:
|
|
@@ -203,10 +216,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
203
216
|
* @param {*} [options] Override http request option.
|
|
204
217
|
* @throws {RequiredError}
|
|
205
218
|
*/
|
|
206
|
-
apiV1HospitalsHospitalIdAccreditationsAccreditationIdDelete: function (
|
|
207
|
-
|
|
208
|
-
|
|
219
|
+
apiV1HospitalsHospitalIdAccreditationsAccreditationIdDelete: function (hospitalId_1, accreditationId_1) {
|
|
220
|
+
var args_1 = [];
|
|
221
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
222
|
+
args_1[_i - 2] = arguments[_i];
|
|
223
|
+
}
|
|
224
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, accreditationId_1], args_1, true), void 0, function (hospitalId, accreditationId, options) {
|
|
209
225
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
226
|
+
if (options === void 0) { options = {}; }
|
|
210
227
|
return __generator(this, function (_a) {
|
|
211
228
|
switch (_a.label) {
|
|
212
229
|
case 0:
|
|
@@ -250,10 +267,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
250
267
|
* @param {*} [options] Override http request option.
|
|
251
268
|
* @throws {RequiredError}
|
|
252
269
|
*/
|
|
253
|
-
apiV1HospitalsHospitalIdAccreditationsAccreditationIdGet: function (
|
|
254
|
-
|
|
255
|
-
|
|
270
|
+
apiV1HospitalsHospitalIdAccreditationsAccreditationIdGet: function (hospitalId_1, accreditationId_1) {
|
|
271
|
+
var args_1 = [];
|
|
272
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
273
|
+
args_1[_i - 2] = arguments[_i];
|
|
274
|
+
}
|
|
275
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, accreditationId_1], args_1, true), void 0, function (hospitalId, accreditationId, options) {
|
|
256
276
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
277
|
+
if (options === void 0) { options = {}; }
|
|
257
278
|
return __generator(this, function (_a) {
|
|
258
279
|
switch (_a.label) {
|
|
259
280
|
case 0:
|
|
@@ -302,10 +323,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
302
323
|
* @param {*} [options] Override http request option.
|
|
303
324
|
* @throws {RequiredError}
|
|
304
325
|
*/
|
|
305
|
-
apiV1HospitalsHospitalIdAccreditationsGet: function (
|
|
306
|
-
|
|
307
|
-
|
|
326
|
+
apiV1HospitalsHospitalIdAccreditationsGet: function (hospitalId_1, hospitalName_1, accreditationId_1, accreditationName_1, page_1, limit_1, lastRetrieved_1) {
|
|
327
|
+
var args_1 = [];
|
|
328
|
+
for (var _i = 7; _i < arguments.length; _i++) {
|
|
329
|
+
args_1[_i - 7] = arguments[_i];
|
|
330
|
+
}
|
|
331
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, hospitalName_1, accreditationId_1, accreditationName_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (hospitalId, hospitalName, accreditationId, accreditationName, page, limit, lastRetrieved, options) {
|
|
308
332
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
333
|
+
if (options === void 0) { options = {}; }
|
|
309
334
|
return __generator(this, function (_a) {
|
|
310
335
|
switch (_a.label) {
|
|
311
336
|
case 0:
|
|
@@ -366,10 +391,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
366
391
|
* @param {*} [options] Override http request option.
|
|
367
392
|
* @throws {RequiredError}
|
|
368
393
|
*/
|
|
369
|
-
apiV1HospitalsHospitalIdAccreditationsPost: function (
|
|
370
|
-
|
|
371
|
-
|
|
394
|
+
apiV1HospitalsHospitalIdAccreditationsPost: function (hospitalId_1, createHospitalAccreditationCommand_1) {
|
|
395
|
+
var args_1 = [];
|
|
396
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
397
|
+
args_1[_i - 2] = arguments[_i];
|
|
398
|
+
}
|
|
399
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, createHospitalAccreditationCommand_1], args_1, true), void 0, function (hospitalId, createHospitalAccreditationCommand, options) {
|
|
372
400
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
401
|
+
if (options === void 0) { options = {}; }
|
|
373
402
|
return __generator(this, function (_a) {
|
|
374
403
|
switch (_a.label) {
|
|
375
404
|
case 0:
|
|
@@ -418,10 +447,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
418
447
|
* @param {*} [options] Override http request option.
|
|
419
448
|
* @throws {RequiredError}
|
|
420
449
|
*/
|
|
421
|
-
apiV1HospitalsHospitalIdAppointmenttimetableoverridesGet: function (
|
|
422
|
-
|
|
423
|
-
|
|
450
|
+
apiV1HospitalsHospitalIdAppointmenttimetableoverridesGet: function (hospitalId_1, includesPreviousItems_1, startDate_1, endDate_1, dayOfWeek_1, page_1, limit_1, lastRetrieved_1) {
|
|
451
|
+
var args_1 = [];
|
|
452
|
+
for (var _i = 8; _i < arguments.length; _i++) {
|
|
453
|
+
args_1[_i - 8] = arguments[_i];
|
|
454
|
+
}
|
|
455
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, includesPreviousItems_1, startDate_1, endDate_1, dayOfWeek_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (hospitalId, includesPreviousItems, startDate, endDate, dayOfWeek, page, limit, lastRetrieved, options) {
|
|
424
456
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
457
|
+
if (options === void 0) { options = {}; }
|
|
425
458
|
return __generator(this, function (_a) {
|
|
426
459
|
switch (_a.label) {
|
|
427
460
|
case 0:
|
|
@@ -489,10 +522,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
489
522
|
* @param {*} [options] Override http request option.
|
|
490
523
|
* @throws {RequiredError}
|
|
491
524
|
*/
|
|
492
|
-
apiV1HospitalsHospitalIdAppointmenttimetableoverridesPatch: function (
|
|
493
|
-
|
|
494
|
-
|
|
525
|
+
apiV1HospitalsHospitalIdAppointmenttimetableoverridesPatch: function (hospitalId_1, deleteHospitalAppointmentTimetableOverridesCommand_1) {
|
|
526
|
+
var args_1 = [];
|
|
527
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
528
|
+
args_1[_i - 2] = arguments[_i];
|
|
529
|
+
}
|
|
530
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, deleteHospitalAppointmentTimetableOverridesCommand_1], args_1, true), void 0, function (hospitalId, deleteHospitalAppointmentTimetableOverridesCommand, options) {
|
|
495
531
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
532
|
+
if (options === void 0) { options = {}; }
|
|
496
533
|
return __generator(this, function (_a) {
|
|
497
534
|
switch (_a.label) {
|
|
498
535
|
case 0:
|
|
@@ -535,10 +572,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
535
572
|
* @param {*} [options] Override http request option.
|
|
536
573
|
* @throws {RequiredError}
|
|
537
574
|
*/
|
|
538
|
-
apiV1HospitalsHospitalIdAppointmenttimetableoverridesPost: function (
|
|
539
|
-
|
|
540
|
-
|
|
575
|
+
apiV1HospitalsHospitalIdAppointmenttimetableoverridesPost: function (hospitalId_1, saveHospitalAppointmentTimetableOverridesCommand_1) {
|
|
576
|
+
var args_1 = [];
|
|
577
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
578
|
+
args_1[_i - 2] = arguments[_i];
|
|
579
|
+
}
|
|
580
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, saveHospitalAppointmentTimetableOverridesCommand_1], args_1, true), void 0, function (hospitalId, saveHospitalAppointmentTimetableOverridesCommand, options) {
|
|
541
581
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
582
|
+
if (options === void 0) { options = {}; }
|
|
542
583
|
return __generator(this, function (_a) {
|
|
543
584
|
switch (_a.label) {
|
|
544
585
|
case 0:
|
|
@@ -587,10 +628,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
587
628
|
* @param {*} [options] Override http request option.
|
|
588
629
|
* @throws {RequiredError}
|
|
589
630
|
*/
|
|
590
|
-
apiV1HospitalsHospitalIdAppointmenttimetablesApplicationGet: function (
|
|
591
|
-
|
|
592
|
-
|
|
631
|
+
apiV1HospitalsHospitalIdAppointmenttimetablesApplicationGet: function (hospitalId_1, year_1, month_1, timeZone_1, isExternal_1, isOnline_1, appointmentIdExcluded_1, excludeUnavailableTimeSlots_1) {
|
|
632
|
+
var args_1 = [];
|
|
633
|
+
for (var _i = 8; _i < arguments.length; _i++) {
|
|
634
|
+
args_1[_i - 8] = arguments[_i];
|
|
635
|
+
}
|
|
636
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, year_1, month_1, timeZone_1, isExternal_1, isOnline_1, appointmentIdExcluded_1, excludeUnavailableTimeSlots_1], args_1, true), void 0, function (hospitalId, year, month, timeZone, isExternal, isOnline, appointmentIdExcluded, excludeUnavailableTimeSlots, options) {
|
|
593
637
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
638
|
+
if (options === void 0) { options = {}; }
|
|
594
639
|
return __generator(this, function (_a) {
|
|
595
640
|
switch (_a.label) {
|
|
596
641
|
case 0:
|
|
@@ -652,10 +697,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
652
697
|
* @param {*} [options] Override http request option.
|
|
653
698
|
* @throws {RequiredError}
|
|
654
699
|
*/
|
|
655
|
-
apiV1HospitalsHospitalIdAppointmenttimetablesBatchPost: function (
|
|
656
|
-
|
|
657
|
-
|
|
700
|
+
apiV1HospitalsHospitalIdAppointmenttimetablesBatchPost: function (hospitalId_1, batchHospitalAppointmentTimetablesCommand_1) {
|
|
701
|
+
var args_1 = [];
|
|
702
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
703
|
+
args_1[_i - 2] = arguments[_i];
|
|
704
|
+
}
|
|
705
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, batchHospitalAppointmentTimetablesCommand_1], args_1, true), void 0, function (hospitalId, batchHospitalAppointmentTimetablesCommand, options) {
|
|
658
706
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
707
|
+
if (options === void 0) { options = {}; }
|
|
659
708
|
return __generator(this, function (_a) {
|
|
660
709
|
switch (_a.label) {
|
|
661
710
|
case 0:
|
|
@@ -701,10 +750,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
701
750
|
* @param {*} [options] Override http request option.
|
|
702
751
|
* @throws {RequiredError}
|
|
703
752
|
*/
|
|
704
|
-
apiV1HospitalsHospitalIdAppointmenttimetablesGet: function (
|
|
705
|
-
|
|
706
|
-
|
|
753
|
+
apiV1HospitalsHospitalIdAppointmenttimetablesGet: function (hospitalId_1, dayOfWeek_1, page_1, limit_1, lastRetrieved_1) {
|
|
754
|
+
var args_1 = [];
|
|
755
|
+
for (var _i = 5; _i < arguments.length; _i++) {
|
|
756
|
+
args_1[_i - 5] = arguments[_i];
|
|
757
|
+
}
|
|
758
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, dayOfWeek_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (hospitalId, dayOfWeek, page, limit, lastRetrieved, options) {
|
|
707
759
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
760
|
+
if (options === void 0) { options = {}; }
|
|
708
761
|
return __generator(this, function (_a) {
|
|
709
762
|
switch (_a.label) {
|
|
710
763
|
case 0:
|
|
@@ -759,10 +812,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
759
812
|
* @param {*} [options] Override http request option.
|
|
760
813
|
* @throws {RequiredError}
|
|
761
814
|
*/
|
|
762
|
-
apiV1HospitalsHospitalIdBankaccountinfosBankAccountInfoIdDelete: function (
|
|
763
|
-
|
|
764
|
-
|
|
815
|
+
apiV1HospitalsHospitalIdBankaccountinfosBankAccountInfoIdDelete: function (hospitalId_1, bankAccountInfoId_1) {
|
|
816
|
+
var args_1 = [];
|
|
817
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
818
|
+
args_1[_i - 2] = arguments[_i];
|
|
819
|
+
}
|
|
820
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, bankAccountInfoId_1], args_1, true), void 0, function (hospitalId, bankAccountInfoId, options) {
|
|
765
821
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
822
|
+
if (options === void 0) { options = {}; }
|
|
766
823
|
return __generator(this, function (_a) {
|
|
767
824
|
switch (_a.label) {
|
|
768
825
|
case 0:
|
|
@@ -806,10 +863,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
806
863
|
* @param {*} [options] Override http request option.
|
|
807
864
|
* @throws {RequiredError}
|
|
808
865
|
*/
|
|
809
|
-
apiV1HospitalsHospitalIdBankaccountinfosBankAccountInfoIdGet: function (
|
|
810
|
-
|
|
811
|
-
|
|
866
|
+
apiV1HospitalsHospitalIdBankaccountinfosBankAccountInfoIdGet: function (hospitalId_1, bankAccountInfoId_1) {
|
|
867
|
+
var args_1 = [];
|
|
868
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
869
|
+
args_1[_i - 2] = arguments[_i];
|
|
870
|
+
}
|
|
871
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, bankAccountInfoId_1], args_1, true), void 0, function (hospitalId, bankAccountInfoId, options) {
|
|
812
872
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
873
|
+
if (options === void 0) { options = {}; }
|
|
813
874
|
return __generator(this, function (_a) {
|
|
814
875
|
switch (_a.label) {
|
|
815
876
|
case 0:
|
|
@@ -854,10 +915,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
854
915
|
* @param {*} [options] Override http request option.
|
|
855
916
|
* @throws {RequiredError}
|
|
856
917
|
*/
|
|
857
|
-
apiV1HospitalsHospitalIdBankaccountinfosBankAccountInfoIdPut: function (
|
|
858
|
-
|
|
859
|
-
|
|
918
|
+
apiV1HospitalsHospitalIdBankaccountinfosBankAccountInfoIdPut: function (hospitalId_1, bankAccountInfoId_1, updateHospitalBankAccountInfoCommand_1) {
|
|
919
|
+
var args_1 = [];
|
|
920
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
921
|
+
args_1[_i - 3] = arguments[_i];
|
|
922
|
+
}
|
|
923
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, bankAccountInfoId_1, updateHospitalBankAccountInfoCommand_1], args_1, true), void 0, function (hospitalId, bankAccountInfoId, updateHospitalBankAccountInfoCommand, options) {
|
|
860
924
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
925
|
+
if (options === void 0) { options = {}; }
|
|
861
926
|
return __generator(this, function (_a) {
|
|
862
927
|
switch (_a.label) {
|
|
863
928
|
case 0:
|
|
@@ -907,10 +972,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
907
972
|
* @param {*} [options] Override http request option.
|
|
908
973
|
* @throws {RequiredError}
|
|
909
974
|
*/
|
|
910
|
-
apiV1HospitalsHospitalIdBankaccountinfosGet: function (
|
|
911
|
-
|
|
912
|
-
|
|
975
|
+
apiV1HospitalsHospitalIdBankaccountinfosGet: function (hospitalId_1, bank_1, isEnabled_1, page_1, limit_1, lastRetrieved_1) {
|
|
976
|
+
var args_1 = [];
|
|
977
|
+
for (var _i = 6; _i < arguments.length; _i++) {
|
|
978
|
+
args_1[_i - 6] = arguments[_i];
|
|
979
|
+
}
|
|
980
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, bank_1, isEnabled_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (hospitalId, bank, isEnabled, page, limit, lastRetrieved, options) {
|
|
913
981
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
982
|
+
if (options === void 0) { options = {}; }
|
|
914
983
|
return __generator(this, function (_a) {
|
|
915
984
|
switch (_a.label) {
|
|
916
985
|
case 0:
|
|
@@ -968,10 +1037,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
968
1037
|
* @param {*} [options] Override http request option.
|
|
969
1038
|
* @throws {RequiredError}
|
|
970
1039
|
*/
|
|
971
|
-
apiV1HospitalsHospitalIdBankaccountinfosPost: function (
|
|
972
|
-
|
|
973
|
-
|
|
1040
|
+
apiV1HospitalsHospitalIdBankaccountinfosPost: function (hospitalId_1, createHospitalBankAccountInfoCommand_1) {
|
|
1041
|
+
var args_1 = [];
|
|
1042
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
1043
|
+
args_1[_i - 2] = arguments[_i];
|
|
1044
|
+
}
|
|
1045
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, createHospitalBankAccountInfoCommand_1], args_1, true), void 0, function (hospitalId, createHospitalBankAccountInfoCommand, options) {
|
|
974
1046
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
1047
|
+
if (options === void 0) { options = {}; }
|
|
975
1048
|
return __generator(this, function (_a) {
|
|
976
1049
|
switch (_a.label) {
|
|
977
1050
|
case 0:
|
|
@@ -1015,10 +1088,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1015
1088
|
* @param {*} [options] Override http request option.
|
|
1016
1089
|
* @throws {RequiredError}
|
|
1017
1090
|
*/
|
|
1018
|
-
apiV1HospitalsHospitalIdContactsContactIdDelete: function (
|
|
1019
|
-
|
|
1020
|
-
|
|
1091
|
+
apiV1HospitalsHospitalIdContactsContactIdDelete: function (hospitalId_1, contactId_1, isPermanent_1) {
|
|
1092
|
+
var args_1 = [];
|
|
1093
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
1094
|
+
args_1[_i - 3] = arguments[_i];
|
|
1095
|
+
}
|
|
1096
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, contactId_1, isPermanent_1], args_1, true), void 0, function (hospitalId, contactId, isPermanent, options) {
|
|
1021
1097
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
1098
|
+
if (options === void 0) { options = {}; }
|
|
1022
1099
|
return __generator(this, function (_a) {
|
|
1023
1100
|
switch (_a.label) {
|
|
1024
1101
|
case 0:
|
|
@@ -1065,10 +1142,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1065
1142
|
* @param {*} [options] Override http request option.
|
|
1066
1143
|
* @throws {RequiredError}
|
|
1067
1144
|
*/
|
|
1068
|
-
apiV1HospitalsHospitalIdContactsContactIdGet: function (
|
|
1069
|
-
|
|
1070
|
-
|
|
1145
|
+
apiV1HospitalsHospitalIdContactsContactIdGet: function (hospitalId_1, contactId_1) {
|
|
1146
|
+
var args_1 = [];
|
|
1147
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
1148
|
+
args_1[_i - 2] = arguments[_i];
|
|
1149
|
+
}
|
|
1150
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, contactId_1], args_1, true), void 0, function (hospitalId, contactId, options) {
|
|
1071
1151
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
1152
|
+
if (options === void 0) { options = {}; }
|
|
1072
1153
|
return __generator(this, function (_a) {
|
|
1073
1154
|
switch (_a.label) {
|
|
1074
1155
|
case 0:
|
|
@@ -1113,10 +1194,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1113
1194
|
* @param {*} [options] Override http request option.
|
|
1114
1195
|
* @throws {RequiredError}
|
|
1115
1196
|
*/
|
|
1116
|
-
apiV1HospitalsHospitalIdContactsContactIdPut: function (
|
|
1117
|
-
|
|
1118
|
-
|
|
1197
|
+
apiV1HospitalsHospitalIdContactsContactIdPut: function (hospitalId_1, contactId_1, updateHospitalContactCommand_1) {
|
|
1198
|
+
var args_1 = [];
|
|
1199
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
1200
|
+
args_1[_i - 3] = arguments[_i];
|
|
1201
|
+
}
|
|
1202
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, contactId_1, updateHospitalContactCommand_1], args_1, true), void 0, function (hospitalId, contactId, updateHospitalContactCommand, options) {
|
|
1119
1203
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
1204
|
+
if (options === void 0) { options = {}; }
|
|
1120
1205
|
return __generator(this, function (_a) {
|
|
1121
1206
|
switch (_a.label) {
|
|
1122
1207
|
case 0:
|
|
@@ -1162,10 +1247,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1162
1247
|
* @param {*} [options] Override http request option.
|
|
1163
1248
|
* @throws {RequiredError}
|
|
1164
1249
|
*/
|
|
1165
|
-
apiV1HospitalsHospitalIdContactsContactIdReactivatePut: function (
|
|
1166
|
-
|
|
1167
|
-
|
|
1250
|
+
apiV1HospitalsHospitalIdContactsContactIdReactivatePut: function (hospitalId_1, contactId_1) {
|
|
1251
|
+
var args_1 = [];
|
|
1252
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
1253
|
+
args_1[_i - 2] = arguments[_i];
|
|
1254
|
+
}
|
|
1255
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, contactId_1], args_1, true), void 0, function (hospitalId, contactId, options) {
|
|
1168
1256
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
1257
|
+
if (options === void 0) { options = {}; }
|
|
1169
1258
|
return __generator(this, function (_a) {
|
|
1170
1259
|
switch (_a.label) {
|
|
1171
1260
|
case 0:
|
|
@@ -1216,10 +1305,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1216
1305
|
* @param {*} [options] Override http request option.
|
|
1217
1306
|
* @throws {RequiredError}
|
|
1218
1307
|
*/
|
|
1219
|
-
apiV1HospitalsHospitalIdContactsGet: function (
|
|
1220
|
-
|
|
1221
|
-
|
|
1308
|
+
apiV1HospitalsHospitalIdContactsGet: function (hospitalId_1, contactId_1, contactType_1, name_1, languageCode_1, showHidden_1, page_1, limit_1, lastRetrieved_1) {
|
|
1309
|
+
var args_1 = [];
|
|
1310
|
+
for (var _i = 9; _i < arguments.length; _i++) {
|
|
1311
|
+
args_1[_i - 9] = arguments[_i];
|
|
1312
|
+
}
|
|
1313
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, contactId_1, contactType_1, name_1, languageCode_1, showHidden_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (hospitalId, contactId, contactType, name, languageCode, showHidden, page, limit, lastRetrieved, options) {
|
|
1222
1314
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
1315
|
+
if (options === void 0) { options = {}; }
|
|
1223
1316
|
return __generator(this, function (_a) {
|
|
1224
1317
|
switch (_a.label) {
|
|
1225
1318
|
case 0:
|
|
@@ -1286,10 +1379,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1286
1379
|
* @param {*} [options] Override http request option.
|
|
1287
1380
|
* @throws {RequiredError}
|
|
1288
1381
|
*/
|
|
1289
|
-
apiV1HospitalsHospitalIdContactsPost: function (
|
|
1290
|
-
|
|
1291
|
-
|
|
1382
|
+
apiV1HospitalsHospitalIdContactsPost: function (hospitalId_1, createHospitalContactCommand_1) {
|
|
1383
|
+
var args_1 = [];
|
|
1384
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
1385
|
+
args_1[_i - 2] = arguments[_i];
|
|
1386
|
+
}
|
|
1387
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, createHospitalContactCommand_1], args_1, true), void 0, function (hospitalId, createHospitalContactCommand, options) {
|
|
1292
1388
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
1389
|
+
if (options === void 0) { options = {}; }
|
|
1293
1390
|
return __generator(this, function (_a) {
|
|
1294
1391
|
switch (_a.label) {
|
|
1295
1392
|
case 0:
|
|
@@ -1332,10 +1429,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1332
1429
|
* @param {*} [options] Override http request option.
|
|
1333
1430
|
* @throws {RequiredError}
|
|
1334
1431
|
*/
|
|
1335
|
-
apiV1HospitalsHospitalIdContactsSortPut: function (
|
|
1336
|
-
|
|
1337
|
-
|
|
1432
|
+
apiV1HospitalsHospitalIdContactsSortPut: function (hospitalId_1, contactSortingCommand_1) {
|
|
1433
|
+
var args_1 = [];
|
|
1434
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
1435
|
+
args_1[_i - 2] = arguments[_i];
|
|
1436
|
+
}
|
|
1437
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, contactSortingCommand_1], args_1, true), void 0, function (hospitalId, contactSortingCommand, options) {
|
|
1338
1438
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
1439
|
+
if (options === void 0) { options = {}; }
|
|
1339
1440
|
return __generator(this, function (_a) {
|
|
1340
1441
|
switch (_a.label) {
|
|
1341
1442
|
case 0:
|
|
@@ -1378,10 +1479,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1378
1479
|
* @param {*} [options] Override http request option.
|
|
1379
1480
|
* @throws {RequiredError}
|
|
1380
1481
|
*/
|
|
1381
|
-
apiV1HospitalsHospitalIdDelete: function (
|
|
1382
|
-
|
|
1383
|
-
|
|
1482
|
+
apiV1HospitalsHospitalIdDelete: function (hospitalId_1, isPermanent_1) {
|
|
1483
|
+
var args_1 = [];
|
|
1484
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
1485
|
+
args_1[_i - 2] = arguments[_i];
|
|
1486
|
+
}
|
|
1487
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, isPermanent_1], args_1, true), void 0, function (hospitalId, isPermanent, options) {
|
|
1384
1488
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
1489
|
+
if (options === void 0) { options = {}; }
|
|
1385
1490
|
return __generator(this, function (_a) {
|
|
1386
1491
|
switch (_a.label) {
|
|
1387
1492
|
case 0:
|
|
@@ -1426,10 +1531,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1426
1531
|
* @param {*} [options] Override http request option.
|
|
1427
1532
|
* @throws {RequiredError}
|
|
1428
1533
|
*/
|
|
1429
|
-
apiV1HospitalsHospitalIdEquipmentsEquipmentIdDelete: function (
|
|
1430
|
-
|
|
1431
|
-
|
|
1534
|
+
apiV1HospitalsHospitalIdEquipmentsEquipmentIdDelete: function (hospitalId_1, equipmentId_1, isPermanent_1) {
|
|
1535
|
+
var args_1 = [];
|
|
1536
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
1537
|
+
args_1[_i - 3] = arguments[_i];
|
|
1538
|
+
}
|
|
1539
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, equipmentId_1, isPermanent_1], args_1, true), void 0, function (hospitalId, equipmentId, isPermanent, options) {
|
|
1432
1540
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
1541
|
+
if (options === void 0) { options = {}; }
|
|
1433
1542
|
return __generator(this, function (_a) {
|
|
1434
1543
|
switch (_a.label) {
|
|
1435
1544
|
case 0:
|
|
@@ -1476,10 +1585,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1476
1585
|
* @param {*} [options] Override http request option.
|
|
1477
1586
|
* @throws {RequiredError}
|
|
1478
1587
|
*/
|
|
1479
|
-
apiV1HospitalsHospitalIdEquipmentsEquipmentIdGet: function (
|
|
1480
|
-
|
|
1481
|
-
|
|
1588
|
+
apiV1HospitalsHospitalIdEquipmentsEquipmentIdGet: function (hospitalId_1, equipmentId_1) {
|
|
1589
|
+
var args_1 = [];
|
|
1590
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
1591
|
+
args_1[_i - 2] = arguments[_i];
|
|
1592
|
+
}
|
|
1593
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, equipmentId_1], args_1, true), void 0, function (hospitalId, equipmentId, options) {
|
|
1482
1594
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
1595
|
+
if (options === void 0) { options = {}; }
|
|
1483
1596
|
return __generator(this, function (_a) {
|
|
1484
1597
|
switch (_a.label) {
|
|
1485
1598
|
case 0:
|
|
@@ -1528,10 +1641,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1528
1641
|
* @param {*} [options] Override http request option.
|
|
1529
1642
|
* @throws {RequiredError}
|
|
1530
1643
|
*/
|
|
1531
|
-
apiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasGet: function (
|
|
1532
|
-
|
|
1533
|
-
|
|
1644
|
+
apiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasGet: function (hospitalId_1, equipmentId_1, id_1, mediaType_1, page_1, limit_1, lastRetrieved_1) {
|
|
1645
|
+
var args_1 = [];
|
|
1646
|
+
for (var _i = 7; _i < arguments.length; _i++) {
|
|
1647
|
+
args_1[_i - 7] = arguments[_i];
|
|
1648
|
+
}
|
|
1649
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, equipmentId_1, id_1, mediaType_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (hospitalId, equipmentId, id, mediaType, page, limit, lastRetrieved, options) {
|
|
1534
1650
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
1651
|
+
if (options === void 0) { options = {}; }
|
|
1535
1652
|
return __generator(this, function (_a) {
|
|
1536
1653
|
switch (_a.label) {
|
|
1537
1654
|
case 0:
|
|
@@ -1593,10 +1710,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1593
1710
|
* @param {*} [options] Override http request option.
|
|
1594
1711
|
* @throws {RequiredError}
|
|
1595
1712
|
*/
|
|
1596
|
-
apiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdDelete: function (
|
|
1597
|
-
|
|
1598
|
-
|
|
1713
|
+
apiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdDelete: function (hospitalId_1, equipmentId_1, mediaId_1) {
|
|
1714
|
+
var args_1 = [];
|
|
1715
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
1716
|
+
args_1[_i - 3] = arguments[_i];
|
|
1717
|
+
}
|
|
1718
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, equipmentId_1, mediaId_1], args_1, true), void 0, function (hospitalId, equipmentId, mediaId, options) {
|
|
1599
1719
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
1720
|
+
if (options === void 0) { options = {}; }
|
|
1600
1721
|
return __generator(this, function (_a) {
|
|
1601
1722
|
switch (_a.label) {
|
|
1602
1723
|
case 0:
|
|
@@ -1644,10 +1765,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1644
1765
|
* @param {*} [options] Override http request option.
|
|
1645
1766
|
* @throws {RequiredError}
|
|
1646
1767
|
*/
|
|
1647
|
-
apiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGet: function (
|
|
1648
|
-
|
|
1649
|
-
|
|
1768
|
+
apiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGet: function (hospitalId_1, equipmentId_1, mediaId_1) {
|
|
1769
|
+
var args_1 = [];
|
|
1770
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
1771
|
+
args_1[_i - 3] = arguments[_i];
|
|
1772
|
+
}
|
|
1773
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, equipmentId_1, mediaId_1], args_1, true), void 0, function (hospitalId, equipmentId, mediaId, options) {
|
|
1650
1774
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
1775
|
+
if (options === void 0) { options = {}; }
|
|
1651
1776
|
return __generator(this, function (_a) {
|
|
1652
1777
|
switch (_a.label) {
|
|
1653
1778
|
case 0:
|
|
@@ -1696,10 +1821,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1696
1821
|
* @param {*} [options] Override http request option.
|
|
1697
1822
|
* @throws {RequiredError}
|
|
1698
1823
|
*/
|
|
1699
|
-
apiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdPut: function (
|
|
1700
|
-
|
|
1701
|
-
|
|
1824
|
+
apiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdPut: function (hospitalId_1, equipmentId_1, mediaId_1, updateMediaCommand_1) {
|
|
1825
|
+
var args_1 = [];
|
|
1826
|
+
for (var _i = 4; _i < arguments.length; _i++) {
|
|
1827
|
+
args_1[_i - 4] = arguments[_i];
|
|
1828
|
+
}
|
|
1829
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, equipmentId_1, mediaId_1, updateMediaCommand_1], args_1, true), void 0, function (hospitalId, equipmentId, mediaId, updateMediaCommand, options) {
|
|
1702
1830
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
1831
|
+
if (options === void 0) { options = {}; }
|
|
1703
1832
|
return __generator(this, function (_a) {
|
|
1704
1833
|
switch (_a.label) {
|
|
1705
1834
|
case 0:
|
|
@@ -1749,10 +1878,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1749
1878
|
* @param {*} [options] Override http request option.
|
|
1750
1879
|
* @throws {RequiredError}
|
|
1751
1880
|
*/
|
|
1752
|
-
apiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasPost: function (
|
|
1753
|
-
|
|
1754
|
-
|
|
1881
|
+
apiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasPost: function (hospitalId_1, equipmentId_1, createMediaCommand_1) {
|
|
1882
|
+
var args_1 = [];
|
|
1883
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
1884
|
+
args_1[_i - 3] = arguments[_i];
|
|
1885
|
+
}
|
|
1886
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, equipmentId_1, createMediaCommand_1], args_1, true), void 0, function (hospitalId, equipmentId, createMediaCommand, options) {
|
|
1755
1887
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
1888
|
+
if (options === void 0) { options = {}; }
|
|
1756
1889
|
return __generator(this, function (_a) {
|
|
1757
1890
|
switch (_a.label) {
|
|
1758
1891
|
case 0:
|
|
@@ -1799,10 +1932,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1799
1932
|
* @param {*} [options] Override http request option.
|
|
1800
1933
|
* @throws {RequiredError}
|
|
1801
1934
|
*/
|
|
1802
|
-
apiV1HospitalsHospitalIdEquipmentsEquipmentIdPut: function (
|
|
1803
|
-
|
|
1804
|
-
|
|
1935
|
+
apiV1HospitalsHospitalIdEquipmentsEquipmentIdPut: function (hospitalId_1, equipmentId_1, updateHospitalEquipmentCommand_1) {
|
|
1936
|
+
var args_1 = [];
|
|
1937
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
1938
|
+
args_1[_i - 3] = arguments[_i];
|
|
1939
|
+
}
|
|
1940
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, equipmentId_1, updateHospitalEquipmentCommand_1], args_1, true), void 0, function (hospitalId, equipmentId, updateHospitalEquipmentCommand, options) {
|
|
1805
1941
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
1942
|
+
if (options === void 0) { options = {}; }
|
|
1806
1943
|
return __generator(this, function (_a) {
|
|
1807
1944
|
switch (_a.label) {
|
|
1808
1945
|
case 0:
|
|
@@ -1848,10 +1985,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1848
1985
|
* @param {*} [options] Override http request option.
|
|
1849
1986
|
* @throws {RequiredError}
|
|
1850
1987
|
*/
|
|
1851
|
-
apiV1HospitalsHospitalIdEquipmentsEquipmentIdReactivatePut: function (
|
|
1852
|
-
|
|
1853
|
-
|
|
1988
|
+
apiV1HospitalsHospitalIdEquipmentsEquipmentIdReactivatePut: function (hospitalId_1, equipmentId_1) {
|
|
1989
|
+
var args_1 = [];
|
|
1990
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
1991
|
+
args_1[_i - 2] = arguments[_i];
|
|
1992
|
+
}
|
|
1993
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, equipmentId_1], args_1, true), void 0, function (hospitalId, equipmentId, options) {
|
|
1854
1994
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
1995
|
+
if (options === void 0) { options = {}; }
|
|
1855
1996
|
return __generator(this, function (_a) {
|
|
1856
1997
|
switch (_a.label) {
|
|
1857
1998
|
case 0:
|
|
@@ -1904,10 +2045,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1904
2045
|
* @param {*} [options] Override http request option.
|
|
1905
2046
|
* @throws {RequiredError}
|
|
1906
2047
|
*/
|
|
1907
|
-
apiV1HospitalsHospitalIdEquipmentsGet: function (
|
|
1908
|
-
|
|
1909
|
-
|
|
2048
|
+
apiV1HospitalsHospitalIdEquipmentsGet: function (hospitalId_1, id_1, name_1, hospitalId2_1, hospitalName_1, description_1, created_1, showHidden_1, page_1, limit_1, lastRetrieved_1) {
|
|
2049
|
+
var args_1 = [];
|
|
2050
|
+
for (var _i = 11; _i < arguments.length; _i++) {
|
|
2051
|
+
args_1[_i - 11] = arguments[_i];
|
|
2052
|
+
}
|
|
2053
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, id_1, name_1, hospitalId2_1, hospitalName_1, description_1, created_1, showHidden_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (hospitalId, id, name, hospitalId2, hospitalName, description, created, showHidden, page, limit, lastRetrieved, options) {
|
|
1910
2054
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
2055
|
+
if (options === void 0) { options = {}; }
|
|
1911
2056
|
return __generator(this, function (_a) {
|
|
1912
2057
|
switch (_a.label) {
|
|
1913
2058
|
case 0:
|
|
@@ -1982,10 +2127,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1982
2127
|
* @param {*} [options] Override http request option.
|
|
1983
2128
|
* @throws {RequiredError}
|
|
1984
2129
|
*/
|
|
1985
|
-
apiV1HospitalsHospitalIdEquipmentsPost: function (
|
|
1986
|
-
|
|
1987
|
-
|
|
2130
|
+
apiV1HospitalsHospitalIdEquipmentsPost: function (hospitalId_1, createHospitalEquipmentCommand_1) {
|
|
2131
|
+
var args_1 = [];
|
|
2132
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
2133
|
+
args_1[_i - 2] = arguments[_i];
|
|
2134
|
+
}
|
|
2135
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, createHospitalEquipmentCommand_1], args_1, true), void 0, function (hospitalId, createHospitalEquipmentCommand, options) {
|
|
1988
2136
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
2137
|
+
if (options === void 0) { options = {}; }
|
|
1989
2138
|
return __generator(this, function (_a) {
|
|
1990
2139
|
switch (_a.label) {
|
|
1991
2140
|
case 0:
|
|
@@ -2028,10 +2177,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2028
2177
|
* @param {*} [options] Override http request option.
|
|
2029
2178
|
* @throws {RequiredError}
|
|
2030
2179
|
*/
|
|
2031
|
-
apiV1HospitalsHospitalIdEvaluationsEvaluationIdDelete: function (
|
|
2032
|
-
|
|
2033
|
-
|
|
2180
|
+
apiV1HospitalsHospitalIdEvaluationsEvaluationIdDelete: function (hospitalId_1, evaluationId_1) {
|
|
2181
|
+
var args_1 = [];
|
|
2182
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
2183
|
+
args_1[_i - 2] = arguments[_i];
|
|
2184
|
+
}
|
|
2185
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, evaluationId_1], args_1, true), void 0, function (hospitalId, evaluationId, options) {
|
|
2034
2186
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
2187
|
+
if (options === void 0) { options = {}; }
|
|
2035
2188
|
return __generator(this, function (_a) {
|
|
2036
2189
|
switch (_a.label) {
|
|
2037
2190
|
case 0:
|
|
@@ -2075,10 +2228,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2075
2228
|
* @param {*} [options] Override http request option.
|
|
2076
2229
|
* @throws {RequiredError}
|
|
2077
2230
|
*/
|
|
2078
|
-
apiV1HospitalsHospitalIdEvaluationsEvaluationIdGet: function (
|
|
2079
|
-
|
|
2080
|
-
|
|
2231
|
+
apiV1HospitalsHospitalIdEvaluationsEvaluationIdGet: function (hospitalId_1, evaluationId_1) {
|
|
2232
|
+
var args_1 = [];
|
|
2233
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
2234
|
+
args_1[_i - 2] = arguments[_i];
|
|
2235
|
+
}
|
|
2236
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, evaluationId_1], args_1, true), void 0, function (hospitalId, evaluationId, options) {
|
|
2081
2237
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
2238
|
+
if (options === void 0) { options = {}; }
|
|
2082
2239
|
return __generator(this, function (_a) {
|
|
2083
2240
|
switch (_a.label) {
|
|
2084
2241
|
case 0:
|
|
@@ -2127,10 +2284,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2127
2284
|
* @param {*} [options] Override http request option.
|
|
2128
2285
|
* @throws {RequiredError}
|
|
2129
2286
|
*/
|
|
2130
|
-
apiV1HospitalsHospitalIdEvaluationsGet: function (
|
|
2131
|
-
|
|
2132
|
-
|
|
2287
|
+
apiV1HospitalsHospitalIdEvaluationsGet: function (hospitalId_1, id_1, name_1, stars_1, page_1, limit_1, lastRetrieved_1) {
|
|
2288
|
+
var args_1 = [];
|
|
2289
|
+
for (var _i = 7; _i < arguments.length; _i++) {
|
|
2290
|
+
args_1[_i - 7] = arguments[_i];
|
|
2291
|
+
}
|
|
2292
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, id_1, name_1, stars_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (hospitalId, id, name, stars, page, limit, lastRetrieved, options) {
|
|
2133
2293
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
2294
|
+
if (options === void 0) { options = {}; }
|
|
2134
2295
|
return __generator(this, function (_a) {
|
|
2135
2296
|
switch (_a.label) {
|
|
2136
2297
|
case 0:
|
|
@@ -2191,10 +2352,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2191
2352
|
* @param {*} [options] Override http request option.
|
|
2192
2353
|
* @throws {RequiredError}
|
|
2193
2354
|
*/
|
|
2194
|
-
apiV1HospitalsHospitalIdEvaluationsPost: function (
|
|
2195
|
-
|
|
2196
|
-
|
|
2355
|
+
apiV1HospitalsHospitalIdEvaluationsPost: function (hospitalId_1, createHospitalEvaluationCommand_1) {
|
|
2356
|
+
var args_1 = [];
|
|
2357
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
2358
|
+
args_1[_i - 2] = arguments[_i];
|
|
2359
|
+
}
|
|
2360
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, createHospitalEvaluationCommand_1], args_1, true), void 0, function (hospitalId, createHospitalEvaluationCommand, options) {
|
|
2197
2361
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
2362
|
+
if (options === void 0) { options = {}; }
|
|
2198
2363
|
return __generator(this, function (_a) {
|
|
2199
2364
|
switch (_a.label) {
|
|
2200
2365
|
case 0:
|
|
@@ -2237,10 +2402,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2237
2402
|
* @param {*} [options] Override http request option.
|
|
2238
2403
|
* @throws {RequiredError}
|
|
2239
2404
|
*/
|
|
2240
|
-
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeGet: function (
|
|
2241
|
-
|
|
2242
|
-
|
|
2405
|
+
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeGet: function (hospitalId_1, languageCode_1) {
|
|
2406
|
+
var args_1 = [];
|
|
2407
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
2408
|
+
args_1[_i - 2] = arguments[_i];
|
|
2409
|
+
}
|
|
2410
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, languageCode_1], args_1, true), void 0, function (hospitalId, languageCode, options) {
|
|
2243
2411
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
2412
|
+
if (options === void 0) { options = {}; }
|
|
2244
2413
|
return __generator(this, function (_a) {
|
|
2245
2414
|
switch (_a.label) {
|
|
2246
2415
|
case 0:
|
|
@@ -2285,10 +2454,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2285
2454
|
* @param {*} [options] Override http request option.
|
|
2286
2455
|
* @throws {RequiredError}
|
|
2287
2456
|
*/
|
|
2288
|
-
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdDelete: function (
|
|
2289
|
-
|
|
2290
|
-
|
|
2457
|
+
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdDelete: function (hospitalId_1, languageCode_1, id_1) {
|
|
2458
|
+
var args_1 = [];
|
|
2459
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
2460
|
+
args_1[_i - 3] = arguments[_i];
|
|
2461
|
+
}
|
|
2462
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, languageCode_1, id_1], args_1, true), void 0, function (hospitalId, languageCode, id, options) {
|
|
2291
2463
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
2464
|
+
if (options === void 0) { options = {}; }
|
|
2292
2465
|
return __generator(this, function (_a) {
|
|
2293
2466
|
switch (_a.label) {
|
|
2294
2467
|
case 0:
|
|
@@ -2336,10 +2509,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2336
2509
|
* @param {*} [options] Override http request option.
|
|
2337
2510
|
* @throws {RequiredError}
|
|
2338
2511
|
*/
|
|
2339
|
-
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdGet: function (
|
|
2340
|
-
|
|
2341
|
-
|
|
2512
|
+
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdGet: function (hospitalId_1, languageCode_1, id_1) {
|
|
2513
|
+
var args_1 = [];
|
|
2514
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
2515
|
+
args_1[_i - 3] = arguments[_i];
|
|
2516
|
+
}
|
|
2517
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, languageCode_1, id_1], args_1, true), void 0, function (hospitalId, languageCode, id, options) {
|
|
2342
2518
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
2519
|
+
if (options === void 0) { options = {}; }
|
|
2343
2520
|
return __generator(this, function (_a) {
|
|
2344
2521
|
switch (_a.label) {
|
|
2345
2522
|
case 0:
|
|
@@ -2387,10 +2564,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2387
2564
|
* @param {*} [options] Override http request option.
|
|
2388
2565
|
* @throws {RequiredError}
|
|
2389
2566
|
*/
|
|
2390
|
-
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeParentIdSubitemsGet: function (
|
|
2391
|
-
|
|
2392
|
-
|
|
2567
|
+
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeParentIdSubitemsGet: function (hospitalId_1, languageCode_1, parentId_1) {
|
|
2568
|
+
var args_1 = [];
|
|
2569
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
2570
|
+
args_1[_i - 3] = arguments[_i];
|
|
2571
|
+
}
|
|
2572
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, languageCode_1, parentId_1], args_1, true), void 0, function (hospitalId, languageCode, parentId, options) {
|
|
2393
2573
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
2574
|
+
if (options === void 0) { options = {}; }
|
|
2394
2575
|
return __generator(this, function (_a) {
|
|
2395
2576
|
switch (_a.label) {
|
|
2396
2577
|
case 0:
|
|
@@ -2438,10 +2619,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2438
2619
|
* @param {*} [options] Override http request option.
|
|
2439
2620
|
* @throws {RequiredError}
|
|
2440
2621
|
*/
|
|
2441
|
-
apiV1HospitalsHospitalIdFooternavigationsLanguageCodePost: function (
|
|
2442
|
-
|
|
2443
|
-
|
|
2622
|
+
apiV1HospitalsHospitalIdFooternavigationsLanguageCodePost: function (hospitalId_1, languageCode_1, saveFooterNavigationsCommand_1) {
|
|
2623
|
+
var args_1 = [];
|
|
2624
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
2625
|
+
args_1[_i - 3] = arguments[_i];
|
|
2626
|
+
}
|
|
2627
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, languageCode_1, saveFooterNavigationsCommand_1], args_1, true), void 0, function (hospitalId, languageCode, saveFooterNavigationsCommand, options) {
|
|
2444
2628
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
2629
|
+
if (options === void 0) { options = {}; }
|
|
2445
2630
|
return __generator(this, function (_a) {
|
|
2446
2631
|
switch (_a.label) {
|
|
2447
2632
|
case 0:
|
|
@@ -2488,10 +2673,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2488
2673
|
* @param {*} [options] Override http request option.
|
|
2489
2674
|
* @throws {RequiredError}
|
|
2490
2675
|
*/
|
|
2491
|
-
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeSortPut: function (
|
|
2492
|
-
|
|
2493
|
-
|
|
2676
|
+
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeSortPut: function (hospitalId_1, languageCode_1, sortFooterNavigationsCommand_1) {
|
|
2677
|
+
var args_1 = [];
|
|
2678
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
2679
|
+
args_1[_i - 3] = arguments[_i];
|
|
2680
|
+
}
|
|
2681
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, languageCode_1, sortFooterNavigationsCommand_1], args_1, true), void 0, function (hospitalId, languageCode, sortFooterNavigationsCommand, options) {
|
|
2494
2682
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
2683
|
+
if (options === void 0) { options = {}; }
|
|
2495
2684
|
return __generator(this, function (_a) {
|
|
2496
2685
|
switch (_a.label) {
|
|
2497
2686
|
case 0:
|
|
@@ -2538,10 +2727,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2538
2727
|
* @param {*} [options] Override http request option.
|
|
2539
2728
|
* @throws {RequiredError}
|
|
2540
2729
|
*/
|
|
2541
|
-
apiV1HospitalsHospitalIdGet: function (
|
|
2542
|
-
|
|
2543
|
-
|
|
2730
|
+
apiV1HospitalsHospitalIdGet: function (hospitalId_1, languageCode_1, returnDefaultValue_1) {
|
|
2731
|
+
var args_1 = [];
|
|
2732
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
2733
|
+
args_1[_i - 3] = arguments[_i];
|
|
2734
|
+
}
|
|
2735
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, languageCode_1, returnDefaultValue_1], args_1, true), void 0, function (hospitalId, languageCode, returnDefaultValue, options) {
|
|
2544
2736
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
2737
|
+
if (options === void 0) { options = {}; }
|
|
2545
2738
|
return __generator(this, function (_a) {
|
|
2546
2739
|
switch (_a.label) {
|
|
2547
2740
|
case 0:
|
|
@@ -2593,10 +2786,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2593
2786
|
* @param {*} [options] Override http request option.
|
|
2594
2787
|
* @throws {RequiredError}
|
|
2595
2788
|
*/
|
|
2596
|
-
apiV1HospitalsHospitalIdHandlesGet: function (
|
|
2597
|
-
|
|
2598
|
-
|
|
2789
|
+
apiV1HospitalsHospitalIdHandlesGet: function (hospitalId_1, id_1, snsType_1, handle_1, page_1, limit_1, lastRetrieved_1) {
|
|
2790
|
+
var args_1 = [];
|
|
2791
|
+
for (var _i = 7; _i < arguments.length; _i++) {
|
|
2792
|
+
args_1[_i - 7] = arguments[_i];
|
|
2793
|
+
}
|
|
2794
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, id_1, snsType_1, handle_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (hospitalId, id, snsType, handle, page, limit, lastRetrieved, options) {
|
|
2599
2795
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
2796
|
+
if (options === void 0) { options = {}; }
|
|
2600
2797
|
return __generator(this, function (_a) {
|
|
2601
2798
|
switch (_a.label) {
|
|
2602
2799
|
case 0:
|
|
@@ -2657,10 +2854,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2657
2854
|
* @param {*} [options] Override http request option.
|
|
2658
2855
|
* @throws {RequiredError}
|
|
2659
2856
|
*/
|
|
2660
|
-
apiV1HospitalsHospitalIdHandlesHandleIdDelete: function (
|
|
2661
|
-
|
|
2662
|
-
|
|
2857
|
+
apiV1HospitalsHospitalIdHandlesHandleIdDelete: function (hospitalId_1, handleId_1) {
|
|
2858
|
+
var args_1 = [];
|
|
2859
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
2860
|
+
args_1[_i - 2] = arguments[_i];
|
|
2861
|
+
}
|
|
2862
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, handleId_1], args_1, true), void 0, function (hospitalId, handleId, options) {
|
|
2663
2863
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
2864
|
+
if (options === void 0) { options = {}; }
|
|
2664
2865
|
return __generator(this, function (_a) {
|
|
2665
2866
|
switch (_a.label) {
|
|
2666
2867
|
case 0:
|
|
@@ -2704,10 +2905,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2704
2905
|
* @param {*} [options] Override http request option.
|
|
2705
2906
|
* @throws {RequiredError}
|
|
2706
2907
|
*/
|
|
2707
|
-
apiV1HospitalsHospitalIdHandlesHandleIdGet: function (
|
|
2708
|
-
|
|
2709
|
-
|
|
2908
|
+
apiV1HospitalsHospitalIdHandlesHandleIdGet: function (hospitalId_1, handleId_1) {
|
|
2909
|
+
var args_1 = [];
|
|
2910
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
2911
|
+
args_1[_i - 2] = arguments[_i];
|
|
2912
|
+
}
|
|
2913
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, handleId_1], args_1, true), void 0, function (hospitalId, handleId, options) {
|
|
2710
2914
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
2915
|
+
if (options === void 0) { options = {}; }
|
|
2711
2916
|
return __generator(this, function (_a) {
|
|
2712
2917
|
switch (_a.label) {
|
|
2713
2918
|
case 0:
|
|
@@ -2752,10 +2957,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2752
2957
|
* @param {*} [options] Override http request option.
|
|
2753
2958
|
* @throws {RequiredError}
|
|
2754
2959
|
*/
|
|
2755
|
-
apiV1HospitalsHospitalIdHandlesHandleIdPut: function (
|
|
2756
|
-
|
|
2757
|
-
|
|
2960
|
+
apiV1HospitalsHospitalIdHandlesHandleIdPut: function (hospitalId_1, handleId_1, updateHospitalSnsHandleCommand_1) {
|
|
2961
|
+
var args_1 = [];
|
|
2962
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
2963
|
+
args_1[_i - 3] = arguments[_i];
|
|
2964
|
+
}
|
|
2965
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, handleId_1, updateHospitalSnsHandleCommand_1], args_1, true), void 0, function (hospitalId, handleId, updateHospitalSnsHandleCommand, options) {
|
|
2758
2966
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
2967
|
+
if (options === void 0) { options = {}; }
|
|
2759
2968
|
return __generator(this, function (_a) {
|
|
2760
2969
|
switch (_a.label) {
|
|
2761
2970
|
case 0:
|
|
@@ -2801,10 +3010,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2801
3010
|
* @param {*} [options] Override http request option.
|
|
2802
3011
|
* @throws {RequiredError}
|
|
2803
3012
|
*/
|
|
2804
|
-
apiV1HospitalsHospitalIdHandlesPost: function (
|
|
2805
|
-
|
|
2806
|
-
|
|
3013
|
+
apiV1HospitalsHospitalIdHandlesPost: function (hospitalId_1, createHospitalSnsHandleCommand_1) {
|
|
3014
|
+
var args_1 = [];
|
|
3015
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
3016
|
+
args_1[_i - 2] = arguments[_i];
|
|
3017
|
+
}
|
|
3018
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, createHospitalSnsHandleCommand_1], args_1, true), void 0, function (hospitalId, createHospitalSnsHandleCommand, options) {
|
|
2807
3019
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
3020
|
+
if (options === void 0) { options = {}; }
|
|
2808
3021
|
return __generator(this, function (_a) {
|
|
2809
3022
|
switch (_a.label) {
|
|
2810
3023
|
case 0:
|
|
@@ -2847,10 +3060,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2847
3060
|
* @param {*} [options] Override http request option.
|
|
2848
3061
|
* @throws {RequiredError}
|
|
2849
3062
|
*/
|
|
2850
|
-
apiV1HospitalsHospitalIdHeadernavigationsLanguageCodeGet: function (
|
|
2851
|
-
|
|
2852
|
-
|
|
3063
|
+
apiV1HospitalsHospitalIdHeadernavigationsLanguageCodeGet: function (hospitalId_1, languageCode_1) {
|
|
3064
|
+
var args_1 = [];
|
|
3065
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
3066
|
+
args_1[_i - 2] = arguments[_i];
|
|
3067
|
+
}
|
|
3068
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, languageCode_1], args_1, true), void 0, function (hospitalId, languageCode, options) {
|
|
2853
3069
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
3070
|
+
if (options === void 0) { options = {}; }
|
|
2854
3071
|
return __generator(this, function (_a) {
|
|
2855
3072
|
switch (_a.label) {
|
|
2856
3073
|
case 0:
|
|
@@ -2895,10 +3112,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2895
3112
|
* @param {*} [options] Override http request option.
|
|
2896
3113
|
* @throws {RequiredError}
|
|
2897
3114
|
*/
|
|
2898
|
-
apiV1HospitalsHospitalIdHeadernavigationsLanguageCodeIdDelete: function (
|
|
2899
|
-
|
|
2900
|
-
|
|
3115
|
+
apiV1HospitalsHospitalIdHeadernavigationsLanguageCodeIdDelete: function (hospitalId_1, languageCode_1, id_1) {
|
|
3116
|
+
var args_1 = [];
|
|
3117
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
3118
|
+
args_1[_i - 3] = arguments[_i];
|
|
3119
|
+
}
|
|
3120
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, languageCode_1, id_1], args_1, true), void 0, function (hospitalId, languageCode, id, options) {
|
|
2901
3121
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
3122
|
+
if (options === void 0) { options = {}; }
|
|
2902
3123
|
return __generator(this, function (_a) {
|
|
2903
3124
|
switch (_a.label) {
|
|
2904
3125
|
case 0:
|
|
@@ -2946,10 +3167,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2946
3167
|
* @param {*} [options] Override http request option.
|
|
2947
3168
|
* @throws {RequiredError}
|
|
2948
3169
|
*/
|
|
2949
|
-
apiV1HospitalsHospitalIdHeadernavigationsLanguageCodeIdGet: function (
|
|
2950
|
-
|
|
2951
|
-
|
|
3170
|
+
apiV1HospitalsHospitalIdHeadernavigationsLanguageCodeIdGet: function (hospitalId_1, languageCode_1, id_1) {
|
|
3171
|
+
var args_1 = [];
|
|
3172
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
3173
|
+
args_1[_i - 3] = arguments[_i];
|
|
3174
|
+
}
|
|
3175
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, languageCode_1, id_1], args_1, true), void 0, function (hospitalId, languageCode, id, options) {
|
|
2952
3176
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
3177
|
+
if (options === void 0) { options = {}; }
|
|
2953
3178
|
return __generator(this, function (_a) {
|
|
2954
3179
|
switch (_a.label) {
|
|
2955
3180
|
case 0:
|
|
@@ -2997,10 +3222,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2997
3222
|
* @param {*} [options] Override http request option.
|
|
2998
3223
|
* @throws {RequiredError}
|
|
2999
3224
|
*/
|
|
3000
|
-
apiV1HospitalsHospitalIdHeadernavigationsLanguageCodeParentIdSubitemsGet: function (
|
|
3001
|
-
|
|
3002
|
-
|
|
3225
|
+
apiV1HospitalsHospitalIdHeadernavigationsLanguageCodeParentIdSubitemsGet: function (hospitalId_1, languageCode_1, parentId_1) {
|
|
3226
|
+
var args_1 = [];
|
|
3227
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
3228
|
+
args_1[_i - 3] = arguments[_i];
|
|
3229
|
+
}
|
|
3230
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, languageCode_1, parentId_1], args_1, true), void 0, function (hospitalId, languageCode, parentId, options) {
|
|
3003
3231
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
3232
|
+
if (options === void 0) { options = {}; }
|
|
3004
3233
|
return __generator(this, function (_a) {
|
|
3005
3234
|
switch (_a.label) {
|
|
3006
3235
|
case 0:
|
|
@@ -3048,10 +3277,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3048
3277
|
* @param {*} [options] Override http request option.
|
|
3049
3278
|
* @throws {RequiredError}
|
|
3050
3279
|
*/
|
|
3051
|
-
apiV1HospitalsHospitalIdHeadernavigationsLanguageCodePost: function (
|
|
3052
|
-
|
|
3053
|
-
|
|
3280
|
+
apiV1HospitalsHospitalIdHeadernavigationsLanguageCodePost: function (hospitalId_1, languageCode_1, saveHeaderNavigationsCommand_1) {
|
|
3281
|
+
var args_1 = [];
|
|
3282
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
3283
|
+
args_1[_i - 3] = arguments[_i];
|
|
3284
|
+
}
|
|
3285
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, languageCode_1, saveHeaderNavigationsCommand_1], args_1, true), void 0, function (hospitalId, languageCode, saveHeaderNavigationsCommand, options) {
|
|
3054
3286
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
3287
|
+
if (options === void 0) { options = {}; }
|
|
3055
3288
|
return __generator(this, function (_a) {
|
|
3056
3289
|
switch (_a.label) {
|
|
3057
3290
|
case 0:
|
|
@@ -3103,10 +3336,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3103
3336
|
* @param {*} [options] Override http request option.
|
|
3104
3337
|
* @throws {RequiredError}
|
|
3105
3338
|
*/
|
|
3106
|
-
apiV1HospitalsHospitalIdLandingsGet: function (
|
|
3107
|
-
|
|
3108
|
-
|
|
3339
|
+
apiV1HospitalsHospitalIdLandingsGet: function (hospitalId_1, name_1, slug_1, languageCode_1, showHidden_1, page_1, limit_1, lastRetrieved_1) {
|
|
3340
|
+
var args_1 = [];
|
|
3341
|
+
for (var _i = 8; _i < arguments.length; _i++) {
|
|
3342
|
+
args_1[_i - 8] = arguments[_i];
|
|
3343
|
+
}
|
|
3344
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, name_1, slug_1, languageCode_1, showHidden_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (hospitalId, name, slug, languageCode, showHidden, page, limit, lastRetrieved, options) {
|
|
3109
3345
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
3346
|
+
if (options === void 0) { options = {}; }
|
|
3110
3347
|
return __generator(this, function (_a) {
|
|
3111
3348
|
switch (_a.label) {
|
|
3112
3349
|
case 0:
|
|
@@ -3171,10 +3408,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3171
3408
|
* @param {*} [options] Override http request option.
|
|
3172
3409
|
* @throws {RequiredError}
|
|
3173
3410
|
*/
|
|
3174
|
-
apiV1HospitalsHospitalIdLandingsLandingIdDelete: function (
|
|
3175
|
-
|
|
3176
|
-
|
|
3411
|
+
apiV1HospitalsHospitalIdLandingsLandingIdDelete: function (hospitalId_1, landingId_1, isPermanent_1) {
|
|
3412
|
+
var args_1 = [];
|
|
3413
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
3414
|
+
args_1[_i - 3] = arguments[_i];
|
|
3415
|
+
}
|
|
3416
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, landingId_1, isPermanent_1], args_1, true), void 0, function (hospitalId, landingId, isPermanent, options) {
|
|
3177
3417
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
3418
|
+
if (options === void 0) { options = {}; }
|
|
3178
3419
|
return __generator(this, function (_a) {
|
|
3179
3420
|
switch (_a.label) {
|
|
3180
3421
|
case 0:
|
|
@@ -3222,10 +3463,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3222
3463
|
* @param {*} [options] Override http request option.
|
|
3223
3464
|
* @throws {RequiredError}
|
|
3224
3465
|
*/
|
|
3225
|
-
apiV1HospitalsHospitalIdLandingsLandingIdGet: function (
|
|
3226
|
-
|
|
3227
|
-
|
|
3466
|
+
apiV1HospitalsHospitalIdLandingsLandingIdGet: function (hospitalId_1, landingId_1, languageCode_1) {
|
|
3467
|
+
var args_1 = [];
|
|
3468
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
3469
|
+
args_1[_i - 3] = arguments[_i];
|
|
3470
|
+
}
|
|
3471
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, landingId_1, languageCode_1], args_1, true), void 0, function (hospitalId, landingId, languageCode, options) {
|
|
3228
3472
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
3473
|
+
if (options === void 0) { options = {}; }
|
|
3229
3474
|
return __generator(this, function (_a) {
|
|
3230
3475
|
switch (_a.label) {
|
|
3231
3476
|
case 0:
|
|
@@ -3273,10 +3518,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3273
3518
|
* @param {*} [options] Override http request option.
|
|
3274
3519
|
* @throws {RequiredError}
|
|
3275
3520
|
*/
|
|
3276
|
-
apiV1HospitalsHospitalIdLandingsLandingIdPut: function (
|
|
3277
|
-
|
|
3278
|
-
|
|
3521
|
+
apiV1HospitalsHospitalIdLandingsLandingIdPut: function (hospitalId_1, landingId_1, updateLandingCommand_1) {
|
|
3522
|
+
var args_1 = [];
|
|
3523
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
3524
|
+
args_1[_i - 3] = arguments[_i];
|
|
3525
|
+
}
|
|
3526
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, landingId_1, updateLandingCommand_1], args_1, true), void 0, function (hospitalId, landingId, updateLandingCommand, options) {
|
|
3279
3527
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
3528
|
+
if (options === void 0) { options = {}; }
|
|
3280
3529
|
return __generator(this, function (_a) {
|
|
3281
3530
|
switch (_a.label) {
|
|
3282
3531
|
case 0:
|
|
@@ -3322,10 +3571,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3322
3571
|
* @param {*} [options] Override http request option.
|
|
3323
3572
|
* @throws {RequiredError}
|
|
3324
3573
|
*/
|
|
3325
|
-
apiV1HospitalsHospitalIdLandingsLandingIdReactivatePut: function (
|
|
3326
|
-
|
|
3327
|
-
|
|
3574
|
+
apiV1HospitalsHospitalIdLandingsLandingIdReactivatePut: function (hospitalId_1, landingId_1) {
|
|
3575
|
+
var args_1 = [];
|
|
3576
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
3577
|
+
args_1[_i - 2] = arguments[_i];
|
|
3578
|
+
}
|
|
3579
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, landingId_1], args_1, true), void 0, function (hospitalId, landingId, options) {
|
|
3328
3580
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
3581
|
+
if (options === void 0) { options = {}; }
|
|
3329
3582
|
return __generator(this, function (_a) {
|
|
3330
3583
|
switch (_a.label) {
|
|
3331
3584
|
case 0:
|
|
@@ -3370,10 +3623,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3370
3623
|
* @param {*} [options] Override http request option.
|
|
3371
3624
|
* @throws {RequiredError}
|
|
3372
3625
|
*/
|
|
3373
|
-
apiV1HospitalsHospitalIdLandingsLandingIdRevalidatePost: function (
|
|
3374
|
-
|
|
3375
|
-
|
|
3626
|
+
apiV1HospitalsHospitalIdLandingsLandingIdRevalidatePost: function (hospitalId_1, landingId_1, includeCurrent_1) {
|
|
3627
|
+
var args_1 = [];
|
|
3628
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
3629
|
+
args_1[_i - 3] = arguments[_i];
|
|
3630
|
+
}
|
|
3631
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, landingId_1, includeCurrent_1], args_1, true), void 0, function (hospitalId, landingId, includeCurrent, options) {
|
|
3376
3632
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
3633
|
+
if (options === void 0) { options = {}; }
|
|
3377
3634
|
return __generator(this, function (_a) {
|
|
3378
3635
|
switch (_a.label) {
|
|
3379
3636
|
case 0:
|
|
@@ -3421,10 +3678,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3421
3678
|
* @param {*} [options] Override http request option.
|
|
3422
3679
|
* @throws {RequiredError}
|
|
3423
3680
|
*/
|
|
3424
|
-
apiV1HospitalsHospitalIdLandingsLandingIdTranslatePost: function (
|
|
3425
|
-
|
|
3426
|
-
|
|
3681
|
+
apiV1HospitalsHospitalIdLandingsLandingIdTranslatePost: function (hospitalId_1, landingId_1, translateLandingCommand_1) {
|
|
3682
|
+
var args_1 = [];
|
|
3683
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
3684
|
+
args_1[_i - 3] = arguments[_i];
|
|
3685
|
+
}
|
|
3686
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, landingId_1, translateLandingCommand_1], args_1, true), void 0, function (hospitalId, landingId, translateLandingCommand, options) {
|
|
3427
3687
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
3688
|
+
if (options === void 0) { options = {}; }
|
|
3428
3689
|
return __generator(this, function (_a) {
|
|
3429
3690
|
switch (_a.label) {
|
|
3430
3691
|
case 0:
|
|
@@ -3470,10 +3731,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3470
3731
|
* @param {*} [options] Override http request option.
|
|
3471
3732
|
* @throws {RequiredError}
|
|
3472
3733
|
*/
|
|
3473
|
-
apiV1HospitalsHospitalIdLandingsPost: function (
|
|
3474
|
-
|
|
3475
|
-
|
|
3734
|
+
apiV1HospitalsHospitalIdLandingsPost: function (hospitalId_1, createLandingCommand_1) {
|
|
3735
|
+
var args_1 = [];
|
|
3736
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
3737
|
+
args_1[_i - 2] = arguments[_i];
|
|
3738
|
+
}
|
|
3739
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, createLandingCommand_1], args_1, true), void 0, function (hospitalId, createLandingCommand, options) {
|
|
3476
3740
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
3741
|
+
if (options === void 0) { options = {}; }
|
|
3477
3742
|
return __generator(this, function (_a) {
|
|
3478
3743
|
switch (_a.label) {
|
|
3479
3744
|
case 0:
|
|
@@ -3520,10 +3785,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3520
3785
|
* @param {*} [options] Override http request option.
|
|
3521
3786
|
* @throws {RequiredError}
|
|
3522
3787
|
*/
|
|
3523
|
-
apiV1HospitalsHospitalIdLanguagesGet: function (
|
|
3524
|
-
|
|
3525
|
-
|
|
3788
|
+
apiV1HospitalsHospitalIdLanguagesGet: function (hospitalId_1, name_1, showHidden_1, page_1, limit_1, lastRetrieved_1) {
|
|
3789
|
+
var args_1 = [];
|
|
3790
|
+
for (var _i = 6; _i < arguments.length; _i++) {
|
|
3791
|
+
args_1[_i - 6] = arguments[_i];
|
|
3792
|
+
}
|
|
3793
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, name_1, showHidden_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (hospitalId, name, showHidden, page, limit, lastRetrieved, options) {
|
|
3526
3794
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
3795
|
+
if (options === void 0) { options = {}; }
|
|
3527
3796
|
return __generator(this, function (_a) {
|
|
3528
3797
|
switch (_a.label) {
|
|
3529
3798
|
case 0:
|
|
@@ -3581,10 +3850,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3581
3850
|
* @param {*} [options] Override http request option.
|
|
3582
3851
|
* @throws {RequiredError}
|
|
3583
3852
|
*/
|
|
3584
|
-
apiV1HospitalsHospitalIdLanguagesLanguageCodeDelete: function (
|
|
3585
|
-
|
|
3586
|
-
|
|
3853
|
+
apiV1HospitalsHospitalIdLanguagesLanguageCodeDelete: function (hospitalId_1, languageCode_1) {
|
|
3854
|
+
var args_1 = [];
|
|
3855
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
3856
|
+
args_1[_i - 2] = arguments[_i];
|
|
3857
|
+
}
|
|
3858
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, languageCode_1], args_1, true), void 0, function (hospitalId, languageCode, options) {
|
|
3587
3859
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
3860
|
+
if (options === void 0) { options = {}; }
|
|
3588
3861
|
return __generator(this, function (_a) {
|
|
3589
3862
|
switch (_a.label) {
|
|
3590
3863
|
case 0:
|
|
@@ -3629,10 +3902,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3629
3902
|
* @param {*} [options] Override http request option.
|
|
3630
3903
|
* @throws {RequiredError}
|
|
3631
3904
|
*/
|
|
3632
|
-
apiV1HospitalsHospitalIdLanguagesLanguageCodePut: function (
|
|
3633
|
-
|
|
3634
|
-
|
|
3905
|
+
apiV1HospitalsHospitalIdLanguagesLanguageCodePut: function (hospitalId_1, languageCode_1, updateHospitalLanguageCommand_1) {
|
|
3906
|
+
var args_1 = [];
|
|
3907
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
3908
|
+
args_1[_i - 3] = arguments[_i];
|
|
3909
|
+
}
|
|
3910
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, languageCode_1, updateHospitalLanguageCommand_1], args_1, true), void 0, function (hospitalId, languageCode, updateHospitalLanguageCommand, options) {
|
|
3635
3911
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
3912
|
+
if (options === void 0) { options = {}; }
|
|
3636
3913
|
return __generator(this, function (_a) {
|
|
3637
3914
|
switch (_a.label) {
|
|
3638
3915
|
case 0:
|
|
@@ -3678,10 +3955,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3678
3955
|
* @param {*} [options] Override http request option.
|
|
3679
3956
|
* @throws {RequiredError}
|
|
3680
3957
|
*/
|
|
3681
|
-
apiV1HospitalsHospitalIdLanguagesPost: function (
|
|
3682
|
-
|
|
3683
|
-
|
|
3958
|
+
apiV1HospitalsHospitalIdLanguagesPost: function (hospitalId_1, createHospitalLanguageCommand_1) {
|
|
3959
|
+
var args_1 = [];
|
|
3960
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
3961
|
+
args_1[_i - 2] = arguments[_i];
|
|
3962
|
+
}
|
|
3963
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, createHospitalLanguageCommand_1], args_1, true), void 0, function (hospitalId, createHospitalLanguageCommand, options) {
|
|
3684
3964
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
3965
|
+
if (options === void 0) { options = {}; }
|
|
3685
3966
|
return __generator(this, function (_a) {
|
|
3686
3967
|
switch (_a.label) {
|
|
3687
3968
|
case 0:
|
|
@@ -3733,10 +4014,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3733
4014
|
* @param {*} [options] Override http request option.
|
|
3734
4015
|
* @throws {RequiredError}
|
|
3735
4016
|
*/
|
|
3736
|
-
apiV1HospitalsHospitalIdManagersGet: function (
|
|
3737
|
-
|
|
3738
|
-
|
|
4017
|
+
apiV1HospitalsHospitalIdManagersGet: function (hospitalId_1, id_1, fullname_1, email_1, gender_1, dateOfBirth_1, created_1, showHidden_1, page_1, limit_1, lastRetrieved_1) {
|
|
4018
|
+
var args_1 = [];
|
|
4019
|
+
for (var _i = 11; _i < arguments.length; _i++) {
|
|
4020
|
+
args_1[_i - 11] = arguments[_i];
|
|
4021
|
+
}
|
|
4022
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, id_1, fullname_1, email_1, gender_1, dateOfBirth_1, created_1, showHidden_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (hospitalId, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options) {
|
|
3739
4023
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
4024
|
+
if (options === void 0) { options = {}; }
|
|
3740
4025
|
return __generator(this, function (_a) {
|
|
3741
4026
|
switch (_a.label) {
|
|
3742
4027
|
case 0:
|
|
@@ -3814,10 +4099,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3814
4099
|
* @param {*} [options] Override http request option.
|
|
3815
4100
|
* @throws {RequiredError}
|
|
3816
4101
|
*/
|
|
3817
|
-
apiV1HospitalsHospitalIdManagersManagerIdDelete: function (
|
|
3818
|
-
|
|
3819
|
-
|
|
4102
|
+
apiV1HospitalsHospitalIdManagersManagerIdDelete: function (hospitalId_1, managerId_1, isPermanent_1) {
|
|
4103
|
+
var args_1 = [];
|
|
4104
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
4105
|
+
args_1[_i - 3] = arguments[_i];
|
|
4106
|
+
}
|
|
4107
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, managerId_1, isPermanent_1], args_1, true), void 0, function (hospitalId, managerId, isPermanent, options) {
|
|
3820
4108
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
4109
|
+
if (options === void 0) { options = {}; }
|
|
3821
4110
|
return __generator(this, function (_a) {
|
|
3822
4111
|
switch (_a.label) {
|
|
3823
4112
|
case 0:
|
|
@@ -3864,10 +4153,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3864
4153
|
* @param {*} [options] Override http request option.
|
|
3865
4154
|
* @throws {RequiredError}
|
|
3866
4155
|
*/
|
|
3867
|
-
apiV1HospitalsHospitalIdManagersManagerIdGet: function (
|
|
3868
|
-
|
|
3869
|
-
|
|
4156
|
+
apiV1HospitalsHospitalIdManagersManagerIdGet: function (hospitalId_1, managerId_1) {
|
|
4157
|
+
var args_1 = [];
|
|
4158
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
4159
|
+
args_1[_i - 2] = arguments[_i];
|
|
4160
|
+
}
|
|
4161
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, managerId_1], args_1, true), void 0, function (hospitalId, managerId, options) {
|
|
3870
4162
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
4163
|
+
if (options === void 0) { options = {}; }
|
|
3871
4164
|
return __generator(this, function (_a) {
|
|
3872
4165
|
switch (_a.label) {
|
|
3873
4166
|
case 0:
|
|
@@ -3912,10 +4205,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3912
4205
|
* @param {*} [options] Override http request option.
|
|
3913
4206
|
* @throws {RequiredError}
|
|
3914
4207
|
*/
|
|
3915
|
-
apiV1HospitalsHospitalIdManagersManagerIdPut: function (
|
|
3916
|
-
|
|
3917
|
-
|
|
4208
|
+
apiV1HospitalsHospitalIdManagersManagerIdPut: function (hospitalId_1, managerId_1, updateManagerCommand_1) {
|
|
4209
|
+
var args_1 = [];
|
|
4210
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
4211
|
+
args_1[_i - 3] = arguments[_i];
|
|
4212
|
+
}
|
|
4213
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, managerId_1, updateManagerCommand_1], args_1, true), void 0, function (hospitalId, managerId, updateManagerCommand, options) {
|
|
3918
4214
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
4215
|
+
if (options === void 0) { options = {}; }
|
|
3919
4216
|
return __generator(this, function (_a) {
|
|
3920
4217
|
switch (_a.label) {
|
|
3921
4218
|
case 0:
|
|
@@ -3961,10 +4258,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3961
4258
|
* @param {*} [options] Override http request option.
|
|
3962
4259
|
* @throws {RequiredError}
|
|
3963
4260
|
*/
|
|
3964
|
-
apiV1HospitalsHospitalIdManagersPost: function (
|
|
3965
|
-
|
|
3966
|
-
|
|
4261
|
+
apiV1HospitalsHospitalIdManagersPost: function (hospitalId_1, createManagerCommand_1) {
|
|
4262
|
+
var args_1 = [];
|
|
4263
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
4264
|
+
args_1[_i - 2] = arguments[_i];
|
|
4265
|
+
}
|
|
4266
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, createManagerCommand_1], args_1, true), void 0, function (hospitalId, createManagerCommand, options) {
|
|
3967
4267
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
4268
|
+
if (options === void 0) { options = {}; }
|
|
3968
4269
|
return __generator(this, function (_a) {
|
|
3969
4270
|
switch (_a.label) {
|
|
3970
4271
|
case 0:
|
|
@@ -4011,10 +4312,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
4011
4312
|
* @param {*} [options] Override http request option.
|
|
4012
4313
|
* @throws {RequiredError}
|
|
4013
4314
|
*/
|
|
4014
|
-
apiV1HospitalsHospitalIdMediasGet: function (
|
|
4015
|
-
|
|
4016
|
-
|
|
4315
|
+
apiV1HospitalsHospitalIdMediasGet: function (hospitalId_1, id_1, mediaType_1, page_1, limit_1, lastRetrieved_1) {
|
|
4316
|
+
var args_1 = [];
|
|
4317
|
+
for (var _i = 6; _i < arguments.length; _i++) {
|
|
4318
|
+
args_1[_i - 6] = arguments[_i];
|
|
4319
|
+
}
|
|
4320
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, id_1, mediaType_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (hospitalId, id, mediaType, page, limit, lastRetrieved, options) {
|
|
4017
4321
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
4322
|
+
if (options === void 0) { options = {}; }
|
|
4018
4323
|
return __generator(this, function (_a) {
|
|
4019
4324
|
switch (_a.label) {
|
|
4020
4325
|
case 0:
|
|
@@ -4072,10 +4377,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
4072
4377
|
* @param {*} [options] Override http request option.
|
|
4073
4378
|
* @throws {RequiredError}
|
|
4074
4379
|
*/
|
|
4075
|
-
apiV1HospitalsHospitalIdMediasMediaIdDelete: function (
|
|
4076
|
-
|
|
4077
|
-
|
|
4380
|
+
apiV1HospitalsHospitalIdMediasMediaIdDelete: function (hospitalId_1, mediaId_1) {
|
|
4381
|
+
var args_1 = [];
|
|
4382
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
4383
|
+
args_1[_i - 2] = arguments[_i];
|
|
4384
|
+
}
|
|
4385
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, mediaId_1], args_1, true), void 0, function (hospitalId, mediaId, options) {
|
|
4078
4386
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
4387
|
+
if (options === void 0) { options = {}; }
|
|
4079
4388
|
return __generator(this, function (_a) {
|
|
4080
4389
|
switch (_a.label) {
|
|
4081
4390
|
case 0:
|
|
@@ -4119,10 +4428,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
4119
4428
|
* @param {*} [options] Override http request option.
|
|
4120
4429
|
* @throws {RequiredError}
|
|
4121
4430
|
*/
|
|
4122
|
-
apiV1HospitalsHospitalIdMediasMediaIdGet: function (
|
|
4123
|
-
|
|
4124
|
-
|
|
4431
|
+
apiV1HospitalsHospitalIdMediasMediaIdGet: function (hospitalId_1, mediaId_1) {
|
|
4432
|
+
var args_1 = [];
|
|
4433
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
4434
|
+
args_1[_i - 2] = arguments[_i];
|
|
4435
|
+
}
|
|
4436
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, mediaId_1], args_1, true), void 0, function (hospitalId, mediaId, options) {
|
|
4125
4437
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
4438
|
+
if (options === void 0) { options = {}; }
|
|
4126
4439
|
return __generator(this, function (_a) {
|
|
4127
4440
|
switch (_a.label) {
|
|
4128
4441
|
case 0:
|
|
@@ -4167,10 +4480,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
4167
4480
|
* @param {*} [options] Override http request option.
|
|
4168
4481
|
* @throws {RequiredError}
|
|
4169
4482
|
*/
|
|
4170
|
-
apiV1HospitalsHospitalIdMediasMediaIdPut: function (
|
|
4171
|
-
|
|
4172
|
-
|
|
4483
|
+
apiV1HospitalsHospitalIdMediasMediaIdPut: function (hospitalId_1, mediaId_1, updateMediaCommand_1) {
|
|
4484
|
+
var args_1 = [];
|
|
4485
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
4486
|
+
args_1[_i - 3] = arguments[_i];
|
|
4487
|
+
}
|
|
4488
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, mediaId_1, updateMediaCommand_1], args_1, true), void 0, function (hospitalId, mediaId, updateMediaCommand, options) {
|
|
4173
4489
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
4490
|
+
if (options === void 0) { options = {}; }
|
|
4174
4491
|
return __generator(this, function (_a) {
|
|
4175
4492
|
switch (_a.label) {
|
|
4176
4493
|
case 0:
|
|
@@ -4216,10 +4533,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
4216
4533
|
* @param {*} [options] Override http request option.
|
|
4217
4534
|
* @throws {RequiredError}
|
|
4218
4535
|
*/
|
|
4219
|
-
apiV1HospitalsHospitalIdMediasPost: function (
|
|
4220
|
-
|
|
4221
|
-
|
|
4536
|
+
apiV1HospitalsHospitalIdMediasPost: function (hospitalId_1, createMediaCommand_1) {
|
|
4537
|
+
var args_1 = [];
|
|
4538
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
4539
|
+
args_1[_i - 2] = arguments[_i];
|
|
4540
|
+
}
|
|
4541
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, createMediaCommand_1], args_1, true), void 0, function (hospitalId, createMediaCommand, options) {
|
|
4222
4542
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
4543
|
+
if (options === void 0) { options = {}; }
|
|
4223
4544
|
return __generator(this, function (_a) {
|
|
4224
4545
|
switch (_a.label) {
|
|
4225
4546
|
case 0:
|
|
@@ -4269,10 +4590,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
4269
4590
|
* @param {*} [options] Override http request option.
|
|
4270
4591
|
* @throws {RequiredError}
|
|
4271
4592
|
*/
|
|
4272
|
-
apiV1HospitalsHospitalIdNoticesGet: function (
|
|
4273
|
-
|
|
4274
|
-
|
|
4593
|
+
apiV1HospitalsHospitalIdNoticesGet: function (hospitalId_1, id_1, languageCode_1, name_1, status_1, showHidden_1, page_1, limit_1, lastRetrieved_1) {
|
|
4594
|
+
var args_1 = [];
|
|
4595
|
+
for (var _i = 9; _i < arguments.length; _i++) {
|
|
4596
|
+
args_1[_i - 9] = arguments[_i];
|
|
4597
|
+
}
|
|
4598
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, id_1, languageCode_1, name_1, status_1, showHidden_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (hospitalId, id, languageCode, name, status, showHidden, page, limit, lastRetrieved, options) {
|
|
4275
4599
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
4600
|
+
if (options === void 0) { options = {}; }
|
|
4276
4601
|
return __generator(this, function (_a) {
|
|
4277
4602
|
switch (_a.label) {
|
|
4278
4603
|
case 0:
|
|
@@ -4341,10 +4666,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
4341
4666
|
* @param {*} [options] Override http request option.
|
|
4342
4667
|
* @throws {RequiredError}
|
|
4343
4668
|
*/
|
|
4344
|
-
apiV1HospitalsHospitalIdNoticesNoticeIdDelete: function (
|
|
4345
|
-
|
|
4346
|
-
|
|
4669
|
+
apiV1HospitalsHospitalIdNoticesNoticeIdDelete: function (hospitalId_1, noticeId_1, languageCode_1, isPermanent_1) {
|
|
4670
|
+
var args_1 = [];
|
|
4671
|
+
for (var _i = 4; _i < arguments.length; _i++) {
|
|
4672
|
+
args_1[_i - 4] = arguments[_i];
|
|
4673
|
+
}
|
|
4674
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, noticeId_1, languageCode_1, isPermanent_1], args_1, true), void 0, function (hospitalId, noticeId, languageCode, isPermanent, options) {
|
|
4347
4675
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
4676
|
+
if (options === void 0) { options = {}; }
|
|
4348
4677
|
return __generator(this, function (_a) {
|
|
4349
4678
|
switch (_a.label) {
|
|
4350
4679
|
case 0:
|
|
@@ -4395,10 +4724,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
4395
4724
|
* @param {*} [options] Override http request option.
|
|
4396
4725
|
* @throws {RequiredError}
|
|
4397
4726
|
*/
|
|
4398
|
-
apiV1HospitalsHospitalIdNoticesNoticeIdGet: function (
|
|
4399
|
-
|
|
4400
|
-
|
|
4727
|
+
apiV1HospitalsHospitalIdNoticesNoticeIdGet: function (hospitalId_1, noticeId_1, languageCode_1) {
|
|
4728
|
+
var args_1 = [];
|
|
4729
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
4730
|
+
args_1[_i - 3] = arguments[_i];
|
|
4731
|
+
}
|
|
4732
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, noticeId_1, languageCode_1], args_1, true), void 0, function (hospitalId, noticeId, languageCode, options) {
|
|
4401
4733
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
4734
|
+
if (options === void 0) { options = {}; }
|
|
4402
4735
|
return __generator(this, function (_a) {
|
|
4403
4736
|
switch (_a.label) {
|
|
4404
4737
|
case 0:
|
|
@@ -4446,10 +4779,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
4446
4779
|
* @param {*} [options] Override http request option.
|
|
4447
4780
|
* @throws {RequiredError}
|
|
4448
4781
|
*/
|
|
4449
|
-
apiV1HospitalsHospitalIdNoticesNoticeIdPut: function (
|
|
4450
|
-
|
|
4451
|
-
|
|
4782
|
+
apiV1HospitalsHospitalIdNoticesNoticeIdPut: function (hospitalId_1, noticeId_1, updateNoticeCommand_1) {
|
|
4783
|
+
var args_1 = [];
|
|
4784
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
4785
|
+
args_1[_i - 3] = arguments[_i];
|
|
4786
|
+
}
|
|
4787
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, noticeId_1, updateNoticeCommand_1], args_1, true), void 0, function (hospitalId, noticeId, updateNoticeCommand, options) {
|
|
4452
4788
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
4789
|
+
if (options === void 0) { options = {}; }
|
|
4453
4790
|
return __generator(this, function (_a) {
|
|
4454
4791
|
switch (_a.label) {
|
|
4455
4792
|
case 0:
|
|
@@ -4495,10 +4832,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
4495
4832
|
* @param {*} [options] Override http request option.
|
|
4496
4833
|
* @throws {RequiredError}
|
|
4497
4834
|
*/
|
|
4498
|
-
apiV1HospitalsHospitalIdNoticesNoticeIdReactivatePut: function (
|
|
4499
|
-
|
|
4500
|
-
|
|
4835
|
+
apiV1HospitalsHospitalIdNoticesNoticeIdReactivatePut: function (hospitalId_1, noticeId_1) {
|
|
4836
|
+
var args_1 = [];
|
|
4837
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
4838
|
+
args_1[_i - 2] = arguments[_i];
|
|
4839
|
+
}
|
|
4840
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, noticeId_1], args_1, true), void 0, function (hospitalId, noticeId, options) {
|
|
4501
4841
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
4842
|
+
if (options === void 0) { options = {}; }
|
|
4502
4843
|
return __generator(this, function (_a) {
|
|
4503
4844
|
switch (_a.label) {
|
|
4504
4845
|
case 0:
|
|
@@ -4542,10 +4883,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
4542
4883
|
* @param {*} [options] Override http request option.
|
|
4543
4884
|
* @throws {RequiredError}
|
|
4544
4885
|
*/
|
|
4545
|
-
apiV1HospitalsHospitalIdNoticesPost: function (
|
|
4546
|
-
|
|
4547
|
-
|
|
4886
|
+
apiV1HospitalsHospitalIdNoticesPost: function (hospitalId_1, createNoticeCommand_1) {
|
|
4887
|
+
var args_1 = [];
|
|
4888
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
4889
|
+
args_1[_i - 2] = arguments[_i];
|
|
4890
|
+
}
|
|
4891
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, createNoticeCommand_1], args_1, true), void 0, function (hospitalId, createNoticeCommand, options) {
|
|
4548
4892
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
4893
|
+
if (options === void 0) { options = {}; }
|
|
4549
4894
|
return __generator(this, function (_a) {
|
|
4550
4895
|
switch (_a.label) {
|
|
4551
4896
|
case 0:
|
|
@@ -4588,10 +4933,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
4588
4933
|
* @param {*} [options] Override http request option.
|
|
4589
4934
|
* @throws {RequiredError}
|
|
4590
4935
|
*/
|
|
4591
|
-
apiV1HospitalsHospitalIdNoticesSortPut: function (
|
|
4592
|
-
|
|
4593
|
-
|
|
4936
|
+
apiV1HospitalsHospitalIdNoticesSortPut: function (hospitalId_1, noticeSortingCommand_1) {
|
|
4937
|
+
var args_1 = [];
|
|
4938
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
4939
|
+
args_1[_i - 2] = arguments[_i];
|
|
4940
|
+
}
|
|
4941
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, noticeSortingCommand_1], args_1, true), void 0, function (hospitalId, noticeSortingCommand, options) {
|
|
4594
4942
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
4943
|
+
if (options === void 0) { options = {}; }
|
|
4595
4944
|
return __generator(this, function (_a) {
|
|
4596
4945
|
switch (_a.label) {
|
|
4597
4946
|
case 0:
|
|
@@ -4641,10 +4990,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
4641
4990
|
* @param {*} [options] Override http request option.
|
|
4642
4991
|
* @throws {RequiredError}
|
|
4643
4992
|
*/
|
|
4644
|
-
apiV1HospitalsHospitalIdPagesGet: function (
|
|
4645
|
-
|
|
4646
|
-
|
|
4993
|
+
apiV1HospitalsHospitalIdPagesGet: function (hospitalId_1, id_1, languageCode_1, name_1, status_1, showHidden_1, page_1, limit_1, lastRetrieved_1) {
|
|
4994
|
+
var args_1 = [];
|
|
4995
|
+
for (var _i = 9; _i < arguments.length; _i++) {
|
|
4996
|
+
args_1[_i - 9] = arguments[_i];
|
|
4997
|
+
}
|
|
4998
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, id_1, languageCode_1, name_1, status_1, showHidden_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (hospitalId, id, languageCode, name, status, showHidden, page, limit, lastRetrieved, options) {
|
|
4647
4999
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
5000
|
+
if (options === void 0) { options = {}; }
|
|
4648
5001
|
return __generator(this, function (_a) {
|
|
4649
5002
|
switch (_a.label) {
|
|
4650
5003
|
case 0:
|
|
@@ -4713,10 +5066,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
4713
5066
|
* @param {*} [options] Override http request option.
|
|
4714
5067
|
* @throws {RequiredError}
|
|
4715
5068
|
*/
|
|
4716
|
-
apiV1HospitalsHospitalIdPagesPageItemIdDelete: function (
|
|
4717
|
-
|
|
4718
|
-
|
|
5069
|
+
apiV1HospitalsHospitalIdPagesPageItemIdDelete: function (hospitalId_1, pageItemId_1, isPermanent_1, languageCode_1) {
|
|
5070
|
+
var args_1 = [];
|
|
5071
|
+
for (var _i = 4; _i < arguments.length; _i++) {
|
|
5072
|
+
args_1[_i - 4] = arguments[_i];
|
|
5073
|
+
}
|
|
5074
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, pageItemId_1, isPermanent_1, languageCode_1], args_1, true), void 0, function (hospitalId, pageItemId, isPermanent, languageCode, options) {
|
|
4719
5075
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
5076
|
+
if (options === void 0) { options = {}; }
|
|
4720
5077
|
return __generator(this, function (_a) {
|
|
4721
5078
|
switch (_a.label) {
|
|
4722
5079
|
case 0:
|
|
@@ -4767,10 +5124,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
4767
5124
|
* @param {*} [options] Override http request option.
|
|
4768
5125
|
* @throws {RequiredError}
|
|
4769
5126
|
*/
|
|
4770
|
-
apiV1HospitalsHospitalIdPagesPageItemIdGet: function (
|
|
4771
|
-
|
|
4772
|
-
|
|
5127
|
+
apiV1HospitalsHospitalIdPagesPageItemIdGet: function (hospitalId_1, pageItemId_1, languageCode_1) {
|
|
5128
|
+
var args_1 = [];
|
|
5129
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
5130
|
+
args_1[_i - 3] = arguments[_i];
|
|
5131
|
+
}
|
|
5132
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, pageItemId_1, languageCode_1], args_1, true), void 0, function (hospitalId, pageItemId, languageCode, options) {
|
|
4773
5133
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
5134
|
+
if (options === void 0) { options = {}; }
|
|
4774
5135
|
return __generator(this, function (_a) {
|
|
4775
5136
|
switch (_a.label) {
|
|
4776
5137
|
case 0:
|
|
@@ -4818,10 +5179,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
4818
5179
|
* @param {*} [options] Override http request option.
|
|
4819
5180
|
* @throws {RequiredError}
|
|
4820
5181
|
*/
|
|
4821
|
-
apiV1HospitalsHospitalIdPagesPageItemIdPut: function (
|
|
4822
|
-
|
|
4823
|
-
|
|
5182
|
+
apiV1HospitalsHospitalIdPagesPageItemIdPut: function (hospitalId_1, pageItemId_1, updatePageCommand_1) {
|
|
5183
|
+
var args_1 = [];
|
|
5184
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
5185
|
+
args_1[_i - 3] = arguments[_i];
|
|
5186
|
+
}
|
|
5187
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, pageItemId_1, updatePageCommand_1], args_1, true), void 0, function (hospitalId, pageItemId, updatePageCommand, options) {
|
|
4824
5188
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
5189
|
+
if (options === void 0) { options = {}; }
|
|
4825
5190
|
return __generator(this, function (_a) {
|
|
4826
5191
|
switch (_a.label) {
|
|
4827
5192
|
case 0:
|
|
@@ -4867,10 +5232,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
4867
5232
|
* @param {*} [options] Override http request option.
|
|
4868
5233
|
* @throws {RequiredError}
|
|
4869
5234
|
*/
|
|
4870
|
-
apiV1HospitalsHospitalIdPagesPageItemIdReactivatePut: function (
|
|
4871
|
-
|
|
4872
|
-
|
|
5235
|
+
apiV1HospitalsHospitalIdPagesPageItemIdReactivatePut: function (hospitalId_1, pageItemId_1) {
|
|
5236
|
+
var args_1 = [];
|
|
5237
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
5238
|
+
args_1[_i - 2] = arguments[_i];
|
|
5239
|
+
}
|
|
5240
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, pageItemId_1], args_1, true), void 0, function (hospitalId, pageItemId, options) {
|
|
4873
5241
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
5242
|
+
if (options === void 0) { options = {}; }
|
|
4874
5243
|
return __generator(this, function (_a) {
|
|
4875
5244
|
switch (_a.label) {
|
|
4876
5245
|
case 0:
|
|
@@ -4916,10 +5285,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
4916
5285
|
* @param {*} [options] Override http request option.
|
|
4917
5286
|
* @throws {RequiredError}
|
|
4918
5287
|
*/
|
|
4919
|
-
apiV1HospitalsHospitalIdPagesPageItemIdSectionsPageSectionIdTranslatePost: function (
|
|
4920
|
-
|
|
4921
|
-
|
|
5288
|
+
apiV1HospitalsHospitalIdPagesPageItemIdSectionsPageSectionIdTranslatePost: function (hospitalId_1, pageItemId_1, pageSectionId_1, translatePageSectionCommand_1) {
|
|
5289
|
+
var args_1 = [];
|
|
5290
|
+
for (var _i = 4; _i < arguments.length; _i++) {
|
|
5291
|
+
args_1[_i - 4] = arguments[_i];
|
|
5292
|
+
}
|
|
5293
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, pageItemId_1, pageSectionId_1, translatePageSectionCommand_1], args_1, true), void 0, function (hospitalId, pageItemId, pageSectionId, translatePageSectionCommand, options) {
|
|
4922
5294
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
5295
|
+
if (options === void 0) { options = {}; }
|
|
4923
5296
|
return __generator(this, function (_a) {
|
|
4924
5297
|
switch (_a.label) {
|
|
4925
5298
|
case 0:
|
|
@@ -4969,10 +5342,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
4969
5342
|
* @param {*} [options] Override http request option.
|
|
4970
5343
|
* @throws {RequiredError}
|
|
4971
5344
|
*/
|
|
4972
|
-
apiV1HospitalsHospitalIdPagesPageItemIdTranslatePost: function (
|
|
4973
|
-
|
|
4974
|
-
|
|
5345
|
+
apiV1HospitalsHospitalIdPagesPageItemIdTranslatePost: function (hospitalId_1, pageItemId_1, translatePageCommand_1) {
|
|
5346
|
+
var args_1 = [];
|
|
5347
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
5348
|
+
args_1[_i - 3] = arguments[_i];
|
|
5349
|
+
}
|
|
5350
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, pageItemId_1, translatePageCommand_1], args_1, true), void 0, function (hospitalId, pageItemId, translatePageCommand, options) {
|
|
4975
5351
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
5352
|
+
if (options === void 0) { options = {}; }
|
|
4976
5353
|
return __generator(this, function (_a) {
|
|
4977
5354
|
switch (_a.label) {
|
|
4978
5355
|
case 0:
|
|
@@ -5018,10 +5395,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5018
5395
|
* @param {*} [options] Override http request option.
|
|
5019
5396
|
* @throws {RequiredError}
|
|
5020
5397
|
*/
|
|
5021
|
-
apiV1HospitalsHospitalIdPagesPost: function (
|
|
5022
|
-
|
|
5023
|
-
|
|
5398
|
+
apiV1HospitalsHospitalIdPagesPost: function (hospitalId_1, createPageCommand_1) {
|
|
5399
|
+
var args_1 = [];
|
|
5400
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
5401
|
+
args_1[_i - 2] = arguments[_i];
|
|
5402
|
+
}
|
|
5403
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, createPageCommand_1], args_1, true), void 0, function (hospitalId, createPageCommand, options) {
|
|
5024
5404
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
5405
|
+
if (options === void 0) { options = {}; }
|
|
5025
5406
|
return __generator(this, function (_a) {
|
|
5026
5407
|
switch (_a.label) {
|
|
5027
5408
|
case 0:
|
|
@@ -5068,10 +5449,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5068
5449
|
* @param {*} [options] Override http request option.
|
|
5069
5450
|
* @throws {RequiredError}
|
|
5070
5451
|
*/
|
|
5071
|
-
apiV1HospitalsHospitalIdPaymentmethodsGet: function (
|
|
5072
|
-
|
|
5073
|
-
|
|
5452
|
+
apiV1HospitalsHospitalIdPaymentmethodsGet: function (hospitalId_1, paymentMethod_1, id_1, page_1, limit_1, lastRetrieved_1) {
|
|
5453
|
+
var args_1 = [];
|
|
5454
|
+
for (var _i = 6; _i < arguments.length; _i++) {
|
|
5455
|
+
args_1[_i - 6] = arguments[_i];
|
|
5456
|
+
}
|
|
5457
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, paymentMethod_1, id_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (hospitalId, paymentMethod, id, page, limit, lastRetrieved, options) {
|
|
5074
5458
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
5459
|
+
if (options === void 0) { options = {}; }
|
|
5075
5460
|
return __generator(this, function (_a) {
|
|
5076
5461
|
switch (_a.label) {
|
|
5077
5462
|
case 0:
|
|
@@ -5129,10 +5514,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5129
5514
|
* @param {*} [options] Override http request option.
|
|
5130
5515
|
* @throws {RequiredError}
|
|
5131
5516
|
*/
|
|
5132
|
-
apiV1HospitalsHospitalIdPaymentmethodsIdDelete: function (
|
|
5133
|
-
|
|
5134
|
-
|
|
5517
|
+
apiV1HospitalsHospitalIdPaymentmethodsIdDelete: function (hospitalId_1, id_1) {
|
|
5518
|
+
var args_1 = [];
|
|
5519
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
5520
|
+
args_1[_i - 2] = arguments[_i];
|
|
5521
|
+
}
|
|
5522
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, id_1], args_1, true), void 0, function (hospitalId, id, options) {
|
|
5135
5523
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
5524
|
+
if (options === void 0) { options = {}; }
|
|
5136
5525
|
return __generator(this, function (_a) {
|
|
5137
5526
|
switch (_a.label) {
|
|
5138
5527
|
case 0:
|
|
@@ -5176,10 +5565,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5176
5565
|
* @param {*} [options] Override http request option.
|
|
5177
5566
|
* @throws {RequiredError}
|
|
5178
5567
|
*/
|
|
5179
|
-
apiV1HospitalsHospitalIdPaymentmethodsIdGet: function (
|
|
5180
|
-
|
|
5181
|
-
|
|
5568
|
+
apiV1HospitalsHospitalIdPaymentmethodsIdGet: function (hospitalId_1, id_1) {
|
|
5569
|
+
var args_1 = [];
|
|
5570
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
5571
|
+
args_1[_i - 2] = arguments[_i];
|
|
5572
|
+
}
|
|
5573
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, id_1], args_1, true), void 0, function (hospitalId, id, options) {
|
|
5182
5574
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
5575
|
+
if (options === void 0) { options = {}; }
|
|
5183
5576
|
return __generator(this, function (_a) {
|
|
5184
5577
|
switch (_a.label) {
|
|
5185
5578
|
case 0:
|
|
@@ -5224,10 +5617,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5224
5617
|
* @param {*} [options] Override http request option.
|
|
5225
5618
|
* @throws {RequiredError}
|
|
5226
5619
|
*/
|
|
5227
|
-
apiV1HospitalsHospitalIdPaymentmethodsIdPut: function (
|
|
5228
|
-
|
|
5229
|
-
|
|
5620
|
+
apiV1HospitalsHospitalIdPaymentmethodsIdPut: function (hospitalId_1, id_1, updateHospitalPaymentMethodCommand_1) {
|
|
5621
|
+
var args_1 = [];
|
|
5622
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
5623
|
+
args_1[_i - 3] = arguments[_i];
|
|
5624
|
+
}
|
|
5625
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, id_1, updateHospitalPaymentMethodCommand_1], args_1, true), void 0, function (hospitalId, id, updateHospitalPaymentMethodCommand, options) {
|
|
5230
5626
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
5627
|
+
if (options === void 0) { options = {}; }
|
|
5231
5628
|
return __generator(this, function (_a) {
|
|
5232
5629
|
switch (_a.label) {
|
|
5233
5630
|
case 0:
|
|
@@ -5273,10 +5670,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5273
5670
|
* @param {*} [options] Override http request option.
|
|
5274
5671
|
* @throws {RequiredError}
|
|
5275
5672
|
*/
|
|
5276
|
-
apiV1HospitalsHospitalIdPaymentmethodsPost: function (
|
|
5277
|
-
|
|
5278
|
-
|
|
5673
|
+
apiV1HospitalsHospitalIdPaymentmethodsPost: function (hospitalId_1, createHospitalPaymentMethodCommand_1) {
|
|
5674
|
+
var args_1 = [];
|
|
5675
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
5676
|
+
args_1[_i - 2] = arguments[_i];
|
|
5677
|
+
}
|
|
5678
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, createHospitalPaymentMethodCommand_1], args_1, true), void 0, function (hospitalId, createHospitalPaymentMethodCommand, options) {
|
|
5279
5679
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
5680
|
+
if (options === void 0) { options = {}; }
|
|
5280
5681
|
return __generator(this, function (_a) {
|
|
5281
5682
|
switch (_a.label) {
|
|
5282
5683
|
case 0:
|
|
@@ -5325,10 +5726,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5325
5726
|
* @param {*} [options] Override http request option.
|
|
5326
5727
|
* @throws {RequiredError}
|
|
5327
5728
|
*/
|
|
5328
|
-
apiV1HospitalsHospitalIdPoliciesGet: function (
|
|
5329
|
-
|
|
5330
|
-
|
|
5729
|
+
apiV1HospitalsHospitalIdPoliciesGet: function (hospitalId_1, name_1, slug_1, languageCode_1, showHidden_1, page_1, limit_1, lastRetrieved_1) {
|
|
5730
|
+
var args_1 = [];
|
|
5731
|
+
for (var _i = 8; _i < arguments.length; _i++) {
|
|
5732
|
+
args_1[_i - 8] = arguments[_i];
|
|
5733
|
+
}
|
|
5734
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, name_1, slug_1, languageCode_1, showHidden_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (hospitalId, name, slug, languageCode, showHidden, page, limit, lastRetrieved, options) {
|
|
5331
5735
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
5736
|
+
if (options === void 0) { options = {}; }
|
|
5332
5737
|
return __generator(this, function (_a) {
|
|
5333
5738
|
switch (_a.label) {
|
|
5334
5739
|
case 0:
|
|
@@ -5393,10 +5798,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5393
5798
|
* @param {*} [options] Override http request option.
|
|
5394
5799
|
* @throws {RequiredError}
|
|
5395
5800
|
*/
|
|
5396
|
-
apiV1HospitalsHospitalIdPoliciesPolicyIdDelete: function (
|
|
5397
|
-
|
|
5398
|
-
|
|
5801
|
+
apiV1HospitalsHospitalIdPoliciesPolicyIdDelete: function (hospitalId_1, policyId_1, isPermanent_1) {
|
|
5802
|
+
var args_1 = [];
|
|
5803
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
5804
|
+
args_1[_i - 3] = arguments[_i];
|
|
5805
|
+
}
|
|
5806
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, policyId_1, isPermanent_1], args_1, true), void 0, function (hospitalId, policyId, isPermanent, options) {
|
|
5399
5807
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
5808
|
+
if (options === void 0) { options = {}; }
|
|
5400
5809
|
return __generator(this, function (_a) {
|
|
5401
5810
|
switch (_a.label) {
|
|
5402
5811
|
case 0:
|
|
@@ -5444,10 +5853,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5444
5853
|
* @param {*} [options] Override http request option.
|
|
5445
5854
|
* @throws {RequiredError}
|
|
5446
5855
|
*/
|
|
5447
|
-
apiV1HospitalsHospitalIdPoliciesPolicyIdGet: function (
|
|
5448
|
-
|
|
5449
|
-
|
|
5856
|
+
apiV1HospitalsHospitalIdPoliciesPolicyIdGet: function (hospitalId_1, policyId_1, languageCode_1) {
|
|
5857
|
+
var args_1 = [];
|
|
5858
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
5859
|
+
args_1[_i - 3] = arguments[_i];
|
|
5860
|
+
}
|
|
5861
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, policyId_1, languageCode_1], args_1, true), void 0, function (hospitalId, policyId, languageCode, options) {
|
|
5450
5862
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
5863
|
+
if (options === void 0) { options = {}; }
|
|
5451
5864
|
return __generator(this, function (_a) {
|
|
5452
5865
|
switch (_a.label) {
|
|
5453
5866
|
case 0:
|
|
@@ -5495,10 +5908,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5495
5908
|
* @param {*} [options] Override http request option.
|
|
5496
5909
|
* @throws {RequiredError}
|
|
5497
5910
|
*/
|
|
5498
|
-
apiV1HospitalsHospitalIdPoliciesPolicyIdPut: function (
|
|
5499
|
-
|
|
5500
|
-
|
|
5911
|
+
apiV1HospitalsHospitalIdPoliciesPolicyIdPut: function (hospitalId_1, policyId_1, updatePolicyCommand_1) {
|
|
5912
|
+
var args_1 = [];
|
|
5913
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
5914
|
+
args_1[_i - 3] = arguments[_i];
|
|
5915
|
+
}
|
|
5916
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, policyId_1, updatePolicyCommand_1], args_1, true), void 0, function (hospitalId, policyId, updatePolicyCommand, options) {
|
|
5501
5917
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
5918
|
+
if (options === void 0) { options = {}; }
|
|
5502
5919
|
return __generator(this, function (_a) {
|
|
5503
5920
|
switch (_a.label) {
|
|
5504
5921
|
case 0:
|
|
@@ -5544,10 +5961,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5544
5961
|
* @param {*} [options] Override http request option.
|
|
5545
5962
|
* @throws {RequiredError}
|
|
5546
5963
|
*/
|
|
5547
|
-
apiV1HospitalsHospitalIdPoliciesPolicyIdReactivatePut: function (
|
|
5548
|
-
|
|
5549
|
-
|
|
5964
|
+
apiV1HospitalsHospitalIdPoliciesPolicyIdReactivatePut: function (hospitalId_1, policyId_1) {
|
|
5965
|
+
var args_1 = [];
|
|
5966
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
5967
|
+
args_1[_i - 2] = arguments[_i];
|
|
5968
|
+
}
|
|
5969
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, policyId_1], args_1, true), void 0, function (hospitalId, policyId, options) {
|
|
5550
5970
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
5971
|
+
if (options === void 0) { options = {}; }
|
|
5551
5972
|
return __generator(this, function (_a) {
|
|
5552
5973
|
switch (_a.label) {
|
|
5553
5974
|
case 0:
|
|
@@ -5591,10 +6012,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5591
6012
|
* @param {*} [options] Override http request option.
|
|
5592
6013
|
* @throws {RequiredError}
|
|
5593
6014
|
*/
|
|
5594
|
-
apiV1HospitalsHospitalIdPoliciesPost: function (
|
|
5595
|
-
|
|
5596
|
-
|
|
6015
|
+
apiV1HospitalsHospitalIdPoliciesPost: function (hospitalId_1, createPolicyCommand_1) {
|
|
6016
|
+
var args_1 = [];
|
|
6017
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
6018
|
+
args_1[_i - 2] = arguments[_i];
|
|
6019
|
+
}
|
|
6020
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, createPolicyCommand_1], args_1, true), void 0, function (hospitalId, createPolicyCommand, options) {
|
|
5597
6021
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
6022
|
+
if (options === void 0) { options = {}; }
|
|
5598
6023
|
return __generator(this, function (_a) {
|
|
5599
6024
|
switch (_a.label) {
|
|
5600
6025
|
case 0:
|
|
@@ -5637,10 +6062,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5637
6062
|
* @param {*} [options] Override http request option.
|
|
5638
6063
|
* @throws {RequiredError}
|
|
5639
6064
|
*/
|
|
5640
|
-
apiV1HospitalsHospitalIdPut: function (
|
|
5641
|
-
|
|
5642
|
-
|
|
6065
|
+
apiV1HospitalsHospitalIdPut: function (hospitalId_1, updateHospitalCommand_1) {
|
|
6066
|
+
var args_1 = [];
|
|
6067
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
6068
|
+
args_1[_i - 2] = arguments[_i];
|
|
6069
|
+
}
|
|
6070
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, updateHospitalCommand_1], args_1, true), void 0, function (hospitalId, updateHospitalCommand, options) {
|
|
5643
6071
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
6072
|
+
if (options === void 0) { options = {}; }
|
|
5644
6073
|
return __generator(this, function (_a) {
|
|
5645
6074
|
switch (_a.label) {
|
|
5646
6075
|
case 0:
|
|
@@ -5688,10 +6117,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5688
6117
|
* @param {*} [options] Override http request option.
|
|
5689
6118
|
* @throws {RequiredError}
|
|
5690
6119
|
*/
|
|
5691
|
-
apiV1HospitalsHospitalIdRatingsGet: function (
|
|
5692
|
-
|
|
5693
|
-
|
|
6120
|
+
apiV1HospitalsHospitalIdRatingsGet: function (hospitalId_1, id_1, vender_1, isConfirmed_1, page_1, limit_1, lastRetrieved_1) {
|
|
6121
|
+
var args_1 = [];
|
|
6122
|
+
for (var _i = 7; _i < arguments.length; _i++) {
|
|
6123
|
+
args_1[_i - 7] = arguments[_i];
|
|
6124
|
+
}
|
|
6125
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, id_1, vender_1, isConfirmed_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (hospitalId, id, vender, isConfirmed, page, limit, lastRetrieved, options) {
|
|
5694
6126
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
6127
|
+
if (options === void 0) { options = {}; }
|
|
5695
6128
|
return __generator(this, function (_a) {
|
|
5696
6129
|
switch (_a.label) {
|
|
5697
6130
|
case 0:
|
|
@@ -5752,10 +6185,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5752
6185
|
* @param {*} [options] Override http request option.
|
|
5753
6186
|
* @throws {RequiredError}
|
|
5754
6187
|
*/
|
|
5755
|
-
apiV1HospitalsHospitalIdRatingsIdDelete: function (
|
|
5756
|
-
|
|
5757
|
-
|
|
6188
|
+
apiV1HospitalsHospitalIdRatingsIdDelete: function (hospitalId_1, id_1) {
|
|
6189
|
+
var args_1 = [];
|
|
6190
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
6191
|
+
args_1[_i - 2] = arguments[_i];
|
|
6192
|
+
}
|
|
6193
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, id_1], args_1, true), void 0, function (hospitalId, id, options) {
|
|
5758
6194
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
6195
|
+
if (options === void 0) { options = {}; }
|
|
5759
6196
|
return __generator(this, function (_a) {
|
|
5760
6197
|
switch (_a.label) {
|
|
5761
6198
|
case 0:
|
|
@@ -5799,10 +6236,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5799
6236
|
* @param {*} [options] Override http request option.
|
|
5800
6237
|
* @throws {RequiredError}
|
|
5801
6238
|
*/
|
|
5802
|
-
apiV1HospitalsHospitalIdRatingsIdGet: function (
|
|
5803
|
-
|
|
5804
|
-
|
|
6239
|
+
apiV1HospitalsHospitalIdRatingsIdGet: function (hospitalId_1, id_1) {
|
|
6240
|
+
var args_1 = [];
|
|
6241
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
6242
|
+
args_1[_i - 2] = arguments[_i];
|
|
6243
|
+
}
|
|
6244
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, id_1], args_1, true), void 0, function (hospitalId, id, options) {
|
|
5805
6245
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
6246
|
+
if (options === void 0) { options = {}; }
|
|
5806
6247
|
return __generator(this, function (_a) {
|
|
5807
6248
|
switch (_a.label) {
|
|
5808
6249
|
case 0:
|
|
@@ -5847,10 +6288,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5847
6288
|
* @param {*} [options] Override http request option.
|
|
5848
6289
|
* @throws {RequiredError}
|
|
5849
6290
|
*/
|
|
5850
|
-
apiV1HospitalsHospitalIdRatingsIdPut: function (
|
|
5851
|
-
|
|
5852
|
-
|
|
6291
|
+
apiV1HospitalsHospitalIdRatingsIdPut: function (hospitalId_1, id_1, updateHospitalRatingCommand_1) {
|
|
6292
|
+
var args_1 = [];
|
|
6293
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
6294
|
+
args_1[_i - 3] = arguments[_i];
|
|
6295
|
+
}
|
|
6296
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, id_1, updateHospitalRatingCommand_1], args_1, true), void 0, function (hospitalId, id, updateHospitalRatingCommand, options) {
|
|
5853
6297
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
6298
|
+
if (options === void 0) { options = {}; }
|
|
5854
6299
|
return __generator(this, function (_a) {
|
|
5855
6300
|
switch (_a.label) {
|
|
5856
6301
|
case 0:
|
|
@@ -5896,10 +6341,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5896
6341
|
* @param {*} [options] Override http request option.
|
|
5897
6342
|
* @throws {RequiredError}
|
|
5898
6343
|
*/
|
|
5899
|
-
apiV1HospitalsHospitalIdRatingsPost: function (
|
|
5900
|
-
|
|
5901
|
-
|
|
6344
|
+
apiV1HospitalsHospitalIdRatingsPost: function (hospitalId_1, createHospitalRatingCommand_1) {
|
|
6345
|
+
var args_1 = [];
|
|
6346
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
6347
|
+
args_1[_i - 2] = arguments[_i];
|
|
6348
|
+
}
|
|
6349
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, createHospitalRatingCommand_1], args_1, true), void 0, function (hospitalId, createHospitalRatingCommand, options) {
|
|
5902
6350
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
6351
|
+
if (options === void 0) { options = {}; }
|
|
5903
6352
|
return __generator(this, function (_a) {
|
|
5904
6353
|
switch (_a.label) {
|
|
5905
6354
|
case 0:
|
|
@@ -5942,10 +6391,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5942
6391
|
* @param {*} [options] Override http request option.
|
|
5943
6392
|
* @throws {RequiredError}
|
|
5944
6393
|
*/
|
|
5945
|
-
apiV1HospitalsHospitalIdRatingsSortPut: function (
|
|
5946
|
-
|
|
5947
|
-
|
|
6394
|
+
apiV1HospitalsHospitalIdRatingsSortPut: function (hospitalId_1, hospitalRatingSortingCommand_1) {
|
|
6395
|
+
var args_1 = [];
|
|
6396
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
6397
|
+
args_1[_i - 2] = arguments[_i];
|
|
6398
|
+
}
|
|
6399
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, hospitalRatingSortingCommand_1], args_1, true), void 0, function (hospitalId, hospitalRatingSortingCommand, options) {
|
|
5948
6400
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
6401
|
+
if (options === void 0) { options = {}; }
|
|
5949
6402
|
return __generator(this, function (_a) {
|
|
5950
6403
|
switch (_a.label) {
|
|
5951
6404
|
case 0:
|
|
@@ -5987,10 +6440,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5987
6440
|
* @param {*} [options] Override http request option.
|
|
5988
6441
|
* @throws {RequiredError}
|
|
5989
6442
|
*/
|
|
5990
|
-
apiV1HospitalsHospitalIdReactivatePut: function (
|
|
5991
|
-
|
|
5992
|
-
|
|
6443
|
+
apiV1HospitalsHospitalIdReactivatePut: function (hospitalId_1) {
|
|
6444
|
+
var args_1 = [];
|
|
6445
|
+
for (var _i = 1; _i < arguments.length; _i++) {
|
|
6446
|
+
args_1[_i - 1] = arguments[_i];
|
|
6447
|
+
}
|
|
6448
|
+
return __awaiter(_this, __spreadArray([hospitalId_1], args_1, true), void 0, function (hospitalId, options) {
|
|
5993
6449
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
6450
|
+
if (options === void 0) { options = {}; }
|
|
5994
6451
|
return __generator(this, function (_a) {
|
|
5995
6452
|
switch (_a.label) {
|
|
5996
6453
|
case 0:
|
|
@@ -6031,10 +6488,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
6031
6488
|
* @param {*} [options] Override http request option.
|
|
6032
6489
|
* @throws {RequiredError}
|
|
6033
6490
|
*/
|
|
6034
|
-
apiV1HospitalsHospitalIdRevalidatePost: function (
|
|
6035
|
-
|
|
6036
|
-
|
|
6491
|
+
apiV1HospitalsHospitalIdRevalidatePost: function (hospitalId_1, includeCurrent_1) {
|
|
6492
|
+
var args_1 = [];
|
|
6493
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
6494
|
+
args_1[_i - 2] = arguments[_i];
|
|
6495
|
+
}
|
|
6496
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, includeCurrent_1], args_1, true), void 0, function (hospitalId, includeCurrent, options) {
|
|
6037
6497
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
6498
|
+
if (options === void 0) { options = {}; }
|
|
6038
6499
|
return __generator(this, function (_a) {
|
|
6039
6500
|
switch (_a.label) {
|
|
6040
6501
|
case 0:
|
|
@@ -6078,10 +6539,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
6078
6539
|
* @param {*} [options] Override http request option.
|
|
6079
6540
|
* @throws {RequiredError}
|
|
6080
6541
|
*/
|
|
6081
|
-
apiV1HospitalsHospitalIdSecurecontainersContainerIdDelete: function (
|
|
6082
|
-
|
|
6083
|
-
|
|
6542
|
+
apiV1HospitalsHospitalIdSecurecontainersContainerIdDelete: function (hospitalId_1, containerId_1) {
|
|
6543
|
+
var args_1 = [];
|
|
6544
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
6545
|
+
args_1[_i - 2] = arguments[_i];
|
|
6546
|
+
}
|
|
6547
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, containerId_1], args_1, true), void 0, function (hospitalId, containerId, options) {
|
|
6084
6548
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
6549
|
+
if (options === void 0) { options = {}; }
|
|
6085
6550
|
return __generator(this, function (_a) {
|
|
6086
6551
|
switch (_a.label) {
|
|
6087
6552
|
case 0:
|
|
@@ -6126,10 +6591,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
6126
6591
|
* @param {*} [options] Override http request option.
|
|
6127
6592
|
* @throws {RequiredError}
|
|
6128
6593
|
*/
|
|
6129
|
-
apiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdGet: function (
|
|
6130
|
-
|
|
6131
|
-
|
|
6594
|
+
apiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdGet: function (hospitalId_1, containerId_1, fileId_1) {
|
|
6595
|
+
var args_1 = [];
|
|
6596
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
6597
|
+
args_1[_i - 3] = arguments[_i];
|
|
6598
|
+
}
|
|
6599
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, containerId_1, fileId_1], args_1, true), void 0, function (hospitalId, containerId, fileId, options) {
|
|
6132
6600
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
6601
|
+
if (options === void 0) { options = {}; }
|
|
6133
6602
|
return __generator(this, function (_a) {
|
|
6134
6603
|
switch (_a.label) {
|
|
6135
6604
|
case 0:
|
|
@@ -6178,10 +6647,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
6178
6647
|
* @param {*} [options] Override http request option.
|
|
6179
6648
|
* @throws {RequiredError}
|
|
6180
6649
|
*/
|
|
6181
|
-
apiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdReadGet: function (
|
|
6182
|
-
|
|
6183
|
-
|
|
6650
|
+
apiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdReadGet: function (hospitalId_1, containerId_1, fileId_1, minutesAvailableUntil_1) {
|
|
6651
|
+
var args_1 = [];
|
|
6652
|
+
for (var _i = 4; _i < arguments.length; _i++) {
|
|
6653
|
+
args_1[_i - 4] = arguments[_i];
|
|
6654
|
+
}
|
|
6655
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, containerId_1, fileId_1, minutesAvailableUntil_1], args_1, true), void 0, function (hospitalId, containerId, fileId, minutesAvailableUntil, options) {
|
|
6184
6656
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
6657
|
+
if (options === void 0) { options = {}; }
|
|
6185
6658
|
return __generator(this, function (_a) {
|
|
6186
6659
|
switch (_a.label) {
|
|
6187
6660
|
case 0:
|
|
@@ -6232,10 +6705,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
6232
6705
|
* @param {*} [options] Override http request option.
|
|
6233
6706
|
* @throws {RequiredError}
|
|
6234
6707
|
*/
|
|
6235
|
-
apiV1HospitalsHospitalIdSecurecontainersContainerIdGet: function (
|
|
6236
|
-
|
|
6237
|
-
|
|
6708
|
+
apiV1HospitalsHospitalIdSecurecontainersContainerIdGet: function (hospitalId_1, containerId_1, languageCode_1) {
|
|
6709
|
+
var args_1 = [];
|
|
6710
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
6711
|
+
args_1[_i - 3] = arguments[_i];
|
|
6712
|
+
}
|
|
6713
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, containerId_1, languageCode_1], args_1, true), void 0, function (hospitalId, containerId, languageCode, options) {
|
|
6238
6714
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
6715
|
+
if (options === void 0) { options = {}; }
|
|
6239
6716
|
return __generator(this, function (_a) {
|
|
6240
6717
|
switch (_a.label) {
|
|
6241
6718
|
case 0:
|
|
@@ -6290,10 +6767,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
6290
6767
|
* @param {*} [options] Override http request option.
|
|
6291
6768
|
* @throws {RequiredError}
|
|
6292
6769
|
*/
|
|
6293
|
-
apiV1HospitalsHospitalIdSecurecontainersGet: function (
|
|
6294
|
-
|
|
6295
|
-
|
|
6770
|
+
apiV1HospitalsHospitalIdSecurecontainersGet: function (hospitalId_1, id_1, languageCode_1, showHidden_1, userName_1, userEmail_1, userId_1, page_1, limit_1, lastRetrieved_1) {
|
|
6771
|
+
var args_1 = [];
|
|
6772
|
+
for (var _i = 10; _i < arguments.length; _i++) {
|
|
6773
|
+
args_1[_i - 10] = arguments[_i];
|
|
6774
|
+
}
|
|
6775
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, id_1, languageCode_1, showHidden_1, userName_1, userEmail_1, userId_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (hospitalId, id, languageCode, showHidden, userName, userEmail, userId, page, limit, lastRetrieved, options) {
|
|
6296
6776
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
6777
|
+
if (options === void 0) { options = {}; }
|
|
6297
6778
|
return __generator(this, function (_a) {
|
|
6298
6779
|
switch (_a.label) {
|
|
6299
6780
|
case 0:
|
|
@@ -6362,10 +6843,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
6362
6843
|
* @param {*} [options] Override http request option.
|
|
6363
6844
|
* @throws {RequiredError}
|
|
6364
6845
|
*/
|
|
6365
|
-
apiV1HospitalsHospitalIdSecurecontainersPost: function (
|
|
6366
|
-
|
|
6367
|
-
|
|
6846
|
+
apiV1HospitalsHospitalIdSecurecontainersPost: function (hospitalId_1) {
|
|
6847
|
+
var args_1 = [];
|
|
6848
|
+
for (var _i = 1; _i < arguments.length; _i++) {
|
|
6849
|
+
args_1[_i - 1] = arguments[_i];
|
|
6850
|
+
}
|
|
6851
|
+
return __awaiter(_this, __spreadArray([hospitalId_1], args_1, true), void 0, function (hospitalId, options) {
|
|
6368
6852
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
6853
|
+
if (options === void 0) { options = {}; }
|
|
6369
6854
|
return __generator(this, function (_a) {
|
|
6370
6855
|
switch (_a.label) {
|
|
6371
6856
|
case 0:
|
|
@@ -6406,10 +6891,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
6406
6891
|
* @param {*} [options] Override http request option.
|
|
6407
6892
|
* @throws {RequiredError}
|
|
6408
6893
|
*/
|
|
6409
|
-
apiV1HospitalsHospitalIdSecurefilesFileNameGet: function (
|
|
6410
|
-
|
|
6411
|
-
|
|
6894
|
+
apiV1HospitalsHospitalIdSecurefilesFileNameGet: function (hospitalId_1, fileName_1) {
|
|
6895
|
+
var args_1 = [];
|
|
6896
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
6897
|
+
args_1[_i - 2] = arguments[_i];
|
|
6898
|
+
}
|
|
6899
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, fileName_1], args_1, true), void 0, function (hospitalId, fileName, options) {
|
|
6412
6900
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
6901
|
+
if (options === void 0) { options = {}; }
|
|
6413
6902
|
return __generator(this, function (_a) {
|
|
6414
6903
|
switch (_a.label) {
|
|
6415
6904
|
case 0:
|
|
@@ -6454,10 +6943,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
6454
6943
|
* @param {*} [options] Override http request option.
|
|
6455
6944
|
* @throws {RequiredError}
|
|
6456
6945
|
*/
|
|
6457
|
-
apiV1HospitalsHospitalIdSecurefilesFileNameReadGet: function (
|
|
6458
|
-
|
|
6459
|
-
|
|
6946
|
+
apiV1HospitalsHospitalIdSecurefilesFileNameReadGet: function (hospitalId_1, fileName_1, minutesAvailableUntil_1) {
|
|
6947
|
+
var args_1 = [];
|
|
6948
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
6949
|
+
args_1[_i - 3] = arguments[_i];
|
|
6950
|
+
}
|
|
6951
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, fileName_1, minutesAvailableUntil_1], args_1, true), void 0, function (hospitalId, fileName, minutesAvailableUntil, options) {
|
|
6460
6952
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
6953
|
+
if (options === void 0) { options = {}; }
|
|
6461
6954
|
return __generator(this, function (_a) {
|
|
6462
6955
|
switch (_a.label) {
|
|
6463
6956
|
case 0:
|
|
@@ -6504,10 +6997,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
6504
6997
|
* @param {*} [options] Override http request option.
|
|
6505
6998
|
* @throws {RequiredError}
|
|
6506
6999
|
*/
|
|
6507
|
-
apiV1HospitalsHospitalIdSecurefilesGet: function (
|
|
6508
|
-
|
|
6509
|
-
|
|
7000
|
+
apiV1HospitalsHospitalIdSecurefilesGet: function (hospitalId_1, uri_1) {
|
|
7001
|
+
var args_1 = [];
|
|
7002
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
7003
|
+
args_1[_i - 2] = arguments[_i];
|
|
7004
|
+
}
|
|
7005
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, uri_1], args_1, true), void 0, function (hospitalId, uri, options) {
|
|
6510
7006
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
7007
|
+
if (options === void 0) { options = {}; }
|
|
6511
7008
|
return __generator(this, function (_a) {
|
|
6512
7009
|
switch (_a.label) {
|
|
6513
7010
|
case 0:
|
|
@@ -6551,10 +7048,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
6551
7048
|
* @param {*} [options] Override http request option.
|
|
6552
7049
|
* @throws {RequiredError}
|
|
6553
7050
|
*/
|
|
6554
|
-
apiV1HospitalsHospitalIdSecurefilesPost: function (
|
|
6555
|
-
|
|
6556
|
-
|
|
7051
|
+
apiV1HospitalsHospitalIdSecurefilesPost: function (hospitalId_1, files_1) {
|
|
7052
|
+
var args_1 = [];
|
|
7053
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
7054
|
+
args_1[_i - 2] = arguments[_i];
|
|
7055
|
+
}
|
|
7056
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, files_1], args_1, true), void 0, function (hospitalId, files, options) {
|
|
6557
7057
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, localVarFormParams, headersFromBaseOptions;
|
|
7058
|
+
if (options === void 0) { options = {}; }
|
|
6558
7059
|
return __generator(this, function (_a) {
|
|
6559
7060
|
switch (_a.label) {
|
|
6560
7061
|
case 0:
|
|
@@ -6604,10 +7105,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
6604
7105
|
* @param {*} [options] Override http request option.
|
|
6605
7106
|
* @throws {RequiredError}
|
|
6606
7107
|
*/
|
|
6607
|
-
apiV1HospitalsHospitalIdSecurefilesReadGet: function (
|
|
6608
|
-
|
|
6609
|
-
|
|
7108
|
+
apiV1HospitalsHospitalIdSecurefilesReadGet: function (hospitalId_1, uri_1, minutesAvailableUntil_1) {
|
|
7109
|
+
var args_1 = [];
|
|
7110
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
7111
|
+
args_1[_i - 3] = arguments[_i];
|
|
7112
|
+
}
|
|
7113
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, uri_1, minutesAvailableUntil_1], args_1, true), void 0, function (hospitalId, uri, minutesAvailableUntil, options) {
|
|
6610
7114
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
7115
|
+
if (options === void 0) { options = {}; }
|
|
6611
7116
|
return __generator(this, function (_a) {
|
|
6612
7117
|
switch (_a.label) {
|
|
6613
7118
|
case 0:
|
|
@@ -6666,10 +7171,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
6666
7171
|
* @param {*} [options] Override http request option.
|
|
6667
7172
|
* @throws {RequiredError}
|
|
6668
7173
|
*/
|
|
6669
|
-
apiV1HospitalsHospitalIdSpecialtiesGet: function (
|
|
6670
|
-
|
|
6671
|
-
|
|
7174
|
+
apiV1HospitalsHospitalIdSpecialtiesGet: function (hospitalId_1, specialtyId_1, specialtyName_1, specialtyTypeId_1, specialtyTypeName_1, hospitalSpecialtyId_1, name_1, slug_1, marketingType_1, languageCode_1, showHidden_1, page_1, limit_1, lastRetrieved_1) {
|
|
7175
|
+
var args_1 = [];
|
|
7176
|
+
for (var _i = 14; _i < arguments.length; _i++) {
|
|
7177
|
+
args_1[_i - 14] = arguments[_i];
|
|
7178
|
+
}
|
|
7179
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, specialtyId_1, specialtyName_1, specialtyTypeId_1, specialtyTypeName_1, hospitalSpecialtyId_1, name_1, slug_1, marketingType_1, languageCode_1, showHidden_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, showHidden, page, limit, lastRetrieved, options) {
|
|
6672
7180
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
7181
|
+
if (options === void 0) { options = {}; }
|
|
6673
7182
|
return __generator(this, function (_a) {
|
|
6674
7183
|
switch (_a.label) {
|
|
6675
7184
|
case 0:
|
|
@@ -6758,10 +7267,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
6758
7267
|
* @param {*} [options] Override http request option.
|
|
6759
7268
|
* @throws {RequiredError}
|
|
6760
7269
|
*/
|
|
6761
|
-
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesGet: function (
|
|
6762
|
-
|
|
6763
|
-
|
|
7270
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesGet: function (hospitalId_1, hospitalSpecialtyId_1, includesPreviousItems_1, startDate_1, endDate_1, dayOfWeek_1, page_1, limit_1, lastRetrieved_1) {
|
|
7271
|
+
var args_1 = [];
|
|
7272
|
+
for (var _i = 9; _i < arguments.length; _i++) {
|
|
7273
|
+
args_1[_i - 9] = arguments[_i];
|
|
7274
|
+
}
|
|
7275
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, hospitalSpecialtyId_1, includesPreviousItems_1, startDate_1, endDate_1, dayOfWeek_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (hospitalId, hospitalSpecialtyId, includesPreviousItems, startDate, endDate, dayOfWeek, page, limit, lastRetrieved, options) {
|
|
6764
7276
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
7277
|
+
if (options === void 0) { options = {}; }
|
|
6765
7278
|
return __generator(this, function (_a) {
|
|
6766
7279
|
switch (_a.label) {
|
|
6767
7280
|
case 0:
|
|
@@ -6833,10 +7346,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
6833
7346
|
* @param {*} [options] Override http request option.
|
|
6834
7347
|
* @throws {RequiredError}
|
|
6835
7348
|
*/
|
|
6836
|
-
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPatch: function (
|
|
6837
|
-
|
|
6838
|
-
|
|
7349
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPatch: function (hospitalId_1, hospitalSpecialtyId_1, deleteHospitalSpecialtyAppointmentTimetableOverridesCommand_1) {
|
|
7350
|
+
var args_1 = [];
|
|
7351
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
7352
|
+
args_1[_i - 3] = arguments[_i];
|
|
7353
|
+
}
|
|
7354
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, hospitalSpecialtyId_1, deleteHospitalSpecialtyAppointmentTimetableOverridesCommand_1], args_1, true), void 0, function (hospitalId, hospitalSpecialtyId, deleteHospitalSpecialtyAppointmentTimetableOverridesCommand, options) {
|
|
6839
7355
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
7356
|
+
if (options === void 0) { options = {}; }
|
|
6840
7357
|
return __generator(this, function (_a) {
|
|
6841
7358
|
switch (_a.label) {
|
|
6842
7359
|
case 0:
|
|
@@ -6883,10 +7400,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
6883
7400
|
* @param {*} [options] Override http request option.
|
|
6884
7401
|
* @throws {RequiredError}
|
|
6885
7402
|
*/
|
|
6886
|
-
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPost: function (
|
|
6887
|
-
|
|
6888
|
-
|
|
7403
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPost: function (hospitalId_1, hospitalSpecialtyId_1, saveHospitalSpecialtyAppointmentTimetableOverridesCommand_1) {
|
|
7404
|
+
var args_1 = [];
|
|
7405
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
7406
|
+
args_1[_i - 3] = arguments[_i];
|
|
7407
|
+
}
|
|
7408
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, hospitalSpecialtyId_1, saveHospitalSpecialtyAppointmentTimetableOverridesCommand_1], args_1, true), void 0, function (hospitalId, hospitalSpecialtyId, saveHospitalSpecialtyAppointmentTimetableOverridesCommand, options) {
|
|
6889
7409
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
7410
|
+
if (options === void 0) { options = {}; }
|
|
6890
7411
|
return __generator(this, function (_a) {
|
|
6891
7412
|
switch (_a.label) {
|
|
6892
7413
|
case 0:
|
|
@@ -6939,10 +7460,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
6939
7460
|
* @param {*} [options] Override http request option.
|
|
6940
7461
|
* @throws {RequiredError}
|
|
6941
7462
|
*/
|
|
6942
|
-
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesApplicationGet: function (
|
|
6943
|
-
|
|
6944
|
-
|
|
7463
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesApplicationGet: function (hospitalId_1, hospitalSpecialtyId_1, year_1, month_1, timeZone_1, isExternal_1, isOnline_1, appointmentIdExcluded_1, excludeUnavailableTimeSlots_1) {
|
|
7464
|
+
var args_1 = [];
|
|
7465
|
+
for (var _i = 9; _i < arguments.length; _i++) {
|
|
7466
|
+
args_1[_i - 9] = arguments[_i];
|
|
7467
|
+
}
|
|
7468
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, hospitalSpecialtyId_1, year_1, month_1, timeZone_1, isExternal_1, isOnline_1, appointmentIdExcluded_1, excludeUnavailableTimeSlots_1], args_1, true), void 0, function (hospitalId, hospitalSpecialtyId, year, month, timeZone, isExternal, isOnline, appointmentIdExcluded, excludeUnavailableTimeSlots, options) {
|
|
6945
7469
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
7470
|
+
if (options === void 0) { options = {}; }
|
|
6946
7471
|
return __generator(this, function (_a) {
|
|
6947
7472
|
switch (_a.label) {
|
|
6948
7473
|
case 0:
|
|
@@ -7008,10 +7533,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
7008
7533
|
* @param {*} [options] Override http request option.
|
|
7009
7534
|
* @throws {RequiredError}
|
|
7010
7535
|
*/
|
|
7011
|
-
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesBatchPost: function (
|
|
7012
|
-
|
|
7013
|
-
|
|
7536
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesBatchPost: function (hospitalId_1, hospitalSpecialtyId_1, batchHospitalSpecialtyAppointmentTimetablesCommand_1) {
|
|
7537
|
+
var args_1 = [];
|
|
7538
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
7539
|
+
args_1[_i - 3] = arguments[_i];
|
|
7540
|
+
}
|
|
7541
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, hospitalSpecialtyId_1, batchHospitalSpecialtyAppointmentTimetablesCommand_1], args_1, true), void 0, function (hospitalId, hospitalSpecialtyId, batchHospitalSpecialtyAppointmentTimetablesCommand, options) {
|
|
7014
7542
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
7543
|
+
if (options === void 0) { options = {}; }
|
|
7015
7544
|
return __generator(this, function (_a) {
|
|
7016
7545
|
switch (_a.label) {
|
|
7017
7546
|
case 0:
|
|
@@ -7061,10 +7590,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
7061
7590
|
* @param {*} [options] Override http request option.
|
|
7062
7591
|
* @throws {RequiredError}
|
|
7063
7592
|
*/
|
|
7064
|
-
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGet: function (
|
|
7065
|
-
|
|
7066
|
-
|
|
7593
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGet: function (hospitalId_1, hospitalSpecialtyId_1, dayOfWeek_1, page_1, limit_1, lastRetrieved_1) {
|
|
7594
|
+
var args_1 = [];
|
|
7595
|
+
for (var _i = 6; _i < arguments.length; _i++) {
|
|
7596
|
+
args_1[_i - 6] = arguments[_i];
|
|
7597
|
+
}
|
|
7598
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, hospitalSpecialtyId_1, dayOfWeek_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (hospitalId, hospitalSpecialtyId, dayOfWeek, page, limit, lastRetrieved, options) {
|
|
7067
7599
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
7600
|
+
if (options === void 0) { options = {}; }
|
|
7068
7601
|
return __generator(this, function (_a) {
|
|
7069
7602
|
switch (_a.label) {
|
|
7070
7603
|
case 0:
|
|
@@ -7123,10 +7656,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
7123
7656
|
* @param {*} [options] Override http request option.
|
|
7124
7657
|
* @throws {RequiredError}
|
|
7125
7658
|
*/
|
|
7126
|
-
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdDelete: function (
|
|
7127
|
-
|
|
7128
|
-
|
|
7659
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdDelete: function (hospitalId_1, hospitalSpecialtyId_1, isPermanent_1) {
|
|
7660
|
+
var args_1 = [];
|
|
7661
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
7662
|
+
args_1[_i - 3] = arguments[_i];
|
|
7663
|
+
}
|
|
7664
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, hospitalSpecialtyId_1, isPermanent_1], args_1, true), void 0, function (hospitalId, hospitalSpecialtyId, isPermanent, options) {
|
|
7129
7665
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
7666
|
+
if (options === void 0) { options = {}; }
|
|
7130
7667
|
return __generator(this, function (_a) {
|
|
7131
7668
|
switch (_a.label) {
|
|
7132
7669
|
case 0:
|
|
@@ -7174,10 +7711,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
7174
7711
|
* @param {*} [options] Override http request option.
|
|
7175
7712
|
* @throws {RequiredError}
|
|
7176
7713
|
*/
|
|
7177
|
-
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdGet: function (
|
|
7178
|
-
|
|
7179
|
-
|
|
7714
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdGet: function (hospitalId_1, hospitalSpecialtyId_1, languageCode_1) {
|
|
7715
|
+
var args_1 = [];
|
|
7716
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
7717
|
+
args_1[_i - 3] = arguments[_i];
|
|
7718
|
+
}
|
|
7719
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, hospitalSpecialtyId_1, languageCode_1], args_1, true), void 0, function (hospitalId, hospitalSpecialtyId, languageCode, options) {
|
|
7180
7720
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
7721
|
+
if (options === void 0) { options = {}; }
|
|
7181
7722
|
return __generator(this, function (_a) {
|
|
7182
7723
|
switch (_a.label) {
|
|
7183
7724
|
case 0:
|
|
@@ -7229,10 +7770,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
7229
7770
|
* @param {*} [options] Override http request option.
|
|
7230
7771
|
* @throws {RequiredError}
|
|
7231
7772
|
*/
|
|
7232
|
-
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet: function (
|
|
7233
|
-
|
|
7234
|
-
|
|
7773
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet: function (hospitalId_1, hospitalSpecialtyId_1, id_1, mediaType_1, page_1, limit_1, lastRetrieved_1) {
|
|
7774
|
+
var args_1 = [];
|
|
7775
|
+
for (var _i = 7; _i < arguments.length; _i++) {
|
|
7776
|
+
args_1[_i - 7] = arguments[_i];
|
|
7777
|
+
}
|
|
7778
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, hospitalSpecialtyId_1, id_1, mediaType_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (hospitalId, hospitalSpecialtyId, id, mediaType, page, limit, lastRetrieved, options) {
|
|
7235
7779
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
7780
|
+
if (options === void 0) { options = {}; }
|
|
7236
7781
|
return __generator(this, function (_a) {
|
|
7237
7782
|
switch (_a.label) {
|
|
7238
7783
|
case 0:
|
|
@@ -7294,10 +7839,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
7294
7839
|
* @param {*} [options] Override http request option.
|
|
7295
7840
|
* @throws {RequiredError}
|
|
7296
7841
|
*/
|
|
7297
|
-
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdDelete: function (
|
|
7298
|
-
|
|
7299
|
-
|
|
7842
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdDelete: function (hospitalId_1, hospitalSpecialtyId_1, mediaId_1) {
|
|
7843
|
+
var args_1 = [];
|
|
7844
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
7845
|
+
args_1[_i - 3] = arguments[_i];
|
|
7846
|
+
}
|
|
7847
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, hospitalSpecialtyId_1, mediaId_1], args_1, true), void 0, function (hospitalId, hospitalSpecialtyId, mediaId, options) {
|
|
7300
7848
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
7849
|
+
if (options === void 0) { options = {}; }
|
|
7301
7850
|
return __generator(this, function (_a) {
|
|
7302
7851
|
switch (_a.label) {
|
|
7303
7852
|
case 0:
|
|
@@ -7345,10 +7894,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
7345
7894
|
* @param {*} [options] Override http request option.
|
|
7346
7895
|
* @throws {RequiredError}
|
|
7347
7896
|
*/
|
|
7348
|
-
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet: function (
|
|
7349
|
-
|
|
7350
|
-
|
|
7897
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet: function (hospitalId_1, hospitalSpecialtyId_1, mediaId_1) {
|
|
7898
|
+
var args_1 = [];
|
|
7899
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
7900
|
+
args_1[_i - 3] = arguments[_i];
|
|
7901
|
+
}
|
|
7902
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, hospitalSpecialtyId_1, mediaId_1], args_1, true), void 0, function (hospitalId, hospitalSpecialtyId, mediaId, options) {
|
|
7351
7903
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
7904
|
+
if (options === void 0) { options = {}; }
|
|
7352
7905
|
return __generator(this, function (_a) {
|
|
7353
7906
|
switch (_a.label) {
|
|
7354
7907
|
case 0:
|
|
@@ -7397,10 +7950,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
7397
7950
|
* @param {*} [options] Override http request option.
|
|
7398
7951
|
* @throws {RequiredError}
|
|
7399
7952
|
*/
|
|
7400
|
-
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdPut: function (
|
|
7401
|
-
|
|
7402
|
-
|
|
7953
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdPut: function (hospitalId_1, hospitalSpecialtyId_1, mediaId_1, updateMediaCommand_1) {
|
|
7954
|
+
var args_1 = [];
|
|
7955
|
+
for (var _i = 4; _i < arguments.length; _i++) {
|
|
7956
|
+
args_1[_i - 4] = arguments[_i];
|
|
7957
|
+
}
|
|
7958
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, hospitalSpecialtyId_1, mediaId_1, updateMediaCommand_1], args_1, true), void 0, function (hospitalId, hospitalSpecialtyId, mediaId, updateMediaCommand, options) {
|
|
7403
7959
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
7960
|
+
if (options === void 0) { options = {}; }
|
|
7404
7961
|
return __generator(this, function (_a) {
|
|
7405
7962
|
switch (_a.label) {
|
|
7406
7963
|
case 0:
|
|
@@ -7450,10 +8007,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
7450
8007
|
* @param {*} [options] Override http request option.
|
|
7451
8008
|
* @throws {RequiredError}
|
|
7452
8009
|
*/
|
|
7453
|
-
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasPost: function (
|
|
7454
|
-
|
|
7455
|
-
|
|
8010
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasPost: function (hospitalId_1, hospitalSpecialtyId_1, createMediaCommand_1) {
|
|
8011
|
+
var args_1 = [];
|
|
8012
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
8013
|
+
args_1[_i - 3] = arguments[_i];
|
|
8014
|
+
}
|
|
8015
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, hospitalSpecialtyId_1, createMediaCommand_1], args_1, true), void 0, function (hospitalId, hospitalSpecialtyId, createMediaCommand, options) {
|
|
7456
8016
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
8017
|
+
if (options === void 0) { options = {}; }
|
|
7457
8018
|
return __generator(this, function (_a) {
|
|
7458
8019
|
switch (_a.label) {
|
|
7459
8020
|
case 0:
|
|
@@ -7500,10 +8061,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
7500
8061
|
* @param {*} [options] Override http request option.
|
|
7501
8062
|
* @throws {RequiredError}
|
|
7502
8063
|
*/
|
|
7503
|
-
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdPut: function (
|
|
7504
|
-
|
|
7505
|
-
|
|
8064
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdPut: function (hospitalId_1, hospitalSpecialtyId_1, updateHospitalSpecialtyCommand_1) {
|
|
8065
|
+
var args_1 = [];
|
|
8066
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
8067
|
+
args_1[_i - 3] = arguments[_i];
|
|
8068
|
+
}
|
|
8069
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, hospitalSpecialtyId_1, updateHospitalSpecialtyCommand_1], args_1, true), void 0, function (hospitalId, hospitalSpecialtyId, updateHospitalSpecialtyCommand, options) {
|
|
7506
8070
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
8071
|
+
if (options === void 0) { options = {}; }
|
|
7507
8072
|
return __generator(this, function (_a) {
|
|
7508
8073
|
switch (_a.label) {
|
|
7509
8074
|
case 0:
|
|
@@ -7549,10 +8114,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
7549
8114
|
* @param {*} [options] Override http request option.
|
|
7550
8115
|
* @throws {RequiredError}
|
|
7551
8116
|
*/
|
|
7552
|
-
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdReactivatePut: function (
|
|
7553
|
-
|
|
7554
|
-
|
|
8117
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdReactivatePut: function (hospitalId_1, hospitalSpecialtyId_1) {
|
|
8118
|
+
var args_1 = [];
|
|
8119
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
8120
|
+
args_1[_i - 2] = arguments[_i];
|
|
8121
|
+
}
|
|
8122
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, hospitalSpecialtyId_1], args_1, true), void 0, function (hospitalId, hospitalSpecialtyId, options) {
|
|
7555
8123
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
8124
|
+
if (options === void 0) { options = {}; }
|
|
7556
8125
|
return __generator(this, function (_a) {
|
|
7557
8126
|
switch (_a.label) {
|
|
7558
8127
|
case 0:
|
|
@@ -7597,10 +8166,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
7597
8166
|
* @param {*} [options] Override http request option.
|
|
7598
8167
|
* @throws {RequiredError}
|
|
7599
8168
|
*/
|
|
7600
|
-
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdRevalidatePost: function (
|
|
7601
|
-
|
|
7602
|
-
|
|
8169
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdRevalidatePost: function (hospitalId_1, hospitalSpecialtyId_1, includeCurrent_1) {
|
|
8170
|
+
var args_1 = [];
|
|
8171
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
8172
|
+
args_1[_i - 3] = arguments[_i];
|
|
8173
|
+
}
|
|
8174
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, hospitalSpecialtyId_1, includeCurrent_1], args_1, true), void 0, function (hospitalId, hospitalSpecialtyId, includeCurrent, options) {
|
|
7603
8175
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
8176
|
+
if (options === void 0) { options = {}; }
|
|
7604
8177
|
return __generator(this, function (_a) {
|
|
7605
8178
|
switch (_a.label) {
|
|
7606
8179
|
case 0:
|
|
@@ -7648,10 +8221,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
7648
8221
|
* @param {*} [options] Override http request option.
|
|
7649
8222
|
* @throws {RequiredError}
|
|
7650
8223
|
*/
|
|
7651
|
-
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdTranslatePost: function (
|
|
7652
|
-
|
|
7653
|
-
|
|
8224
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdTranslatePost: function (hospitalId_1, hospitalSpecialtyId_1, translateHospitalSpecialtyCommand_1) {
|
|
8225
|
+
var args_1 = [];
|
|
8226
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
8227
|
+
args_1[_i - 3] = arguments[_i];
|
|
8228
|
+
}
|
|
8229
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, hospitalSpecialtyId_1, translateHospitalSpecialtyCommand_1], args_1, true), void 0, function (hospitalId, hospitalSpecialtyId, translateHospitalSpecialtyCommand, options) {
|
|
7654
8230
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
8231
|
+
if (options === void 0) { options = {}; }
|
|
7655
8232
|
return __generator(this, function (_a) {
|
|
7656
8233
|
switch (_a.label) {
|
|
7657
8234
|
case 0:
|
|
@@ -7697,10 +8274,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
7697
8274
|
* @param {*} [options] Override http request option.
|
|
7698
8275
|
* @throws {RequiredError}
|
|
7699
8276
|
*/
|
|
7700
|
-
apiV1HospitalsHospitalIdSpecialtiesPost: function (
|
|
7701
|
-
|
|
7702
|
-
|
|
8277
|
+
apiV1HospitalsHospitalIdSpecialtiesPost: function (hospitalId_1, createHospitalSpecialtyCommand_1) {
|
|
8278
|
+
var args_1 = [];
|
|
8279
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
8280
|
+
args_1[_i - 2] = arguments[_i];
|
|
8281
|
+
}
|
|
8282
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, createHospitalSpecialtyCommand_1], args_1, true), void 0, function (hospitalId, createHospitalSpecialtyCommand, options) {
|
|
7703
8283
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
8284
|
+
if (options === void 0) { options = {}; }
|
|
7704
8285
|
return __generator(this, function (_a) {
|
|
7705
8286
|
switch (_a.label) {
|
|
7706
8287
|
case 0:
|
|
@@ -7755,10 +8336,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
7755
8336
|
* @param {*} [options] Override http request option.
|
|
7756
8337
|
* @throws {RequiredError}
|
|
7757
8338
|
*/
|
|
7758
|
-
apiV1HospitalsHospitalIdSpecialtiesSimpleGet: function (
|
|
7759
|
-
|
|
7760
|
-
|
|
8339
|
+
apiV1HospitalsHospitalIdSpecialtiesSimpleGet: function (hospitalId_1, specialtyId_1, specialtyName_1, specialtyTypeId_1, specialtyTypeName_1, hospitalSpecialtyId_1, name_1, slug_1, marketingType_1, languageCode_1, showHidden_1, page_1, limit_1, lastRetrieved_1) {
|
|
8340
|
+
var args_1 = [];
|
|
8341
|
+
for (var _i = 14; _i < arguments.length; _i++) {
|
|
8342
|
+
args_1[_i - 14] = arguments[_i];
|
|
8343
|
+
}
|
|
8344
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, specialtyId_1, specialtyName_1, specialtyTypeId_1, specialtyTypeName_1, hospitalSpecialtyId_1, name_1, slug_1, marketingType_1, languageCode_1, showHidden_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, showHidden, page, limit, lastRetrieved, options) {
|
|
7761
8345
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
8346
|
+
if (options === void 0) { options = {}; }
|
|
7762
8347
|
return __generator(this, function (_a) {
|
|
7763
8348
|
switch (_a.label) {
|
|
7764
8349
|
case 0:
|
|
@@ -7843,10 +8428,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
7843
8428
|
* @param {*} [options] Override http request option.
|
|
7844
8429
|
* @throws {RequiredError}
|
|
7845
8430
|
*/
|
|
7846
|
-
apiV1HospitalsHospitalIdSpecialtiesSlugGet: function (
|
|
7847
|
-
|
|
7848
|
-
|
|
8431
|
+
apiV1HospitalsHospitalIdSpecialtiesSlugGet: function (hospitalId_1, slug_1, languageCode_1, returnDefaultValue_1, includeServices_1) {
|
|
8432
|
+
var args_1 = [];
|
|
8433
|
+
for (var _i = 5; _i < arguments.length; _i++) {
|
|
8434
|
+
args_1[_i - 5] = arguments[_i];
|
|
8435
|
+
}
|
|
8436
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, slug_1, languageCode_1, returnDefaultValue_1, includeServices_1], args_1, true), void 0, function (hospitalId, slug, languageCode, returnDefaultValue, includeServices, options) {
|
|
7849
8437
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
8438
|
+
if (options === void 0) { options = {}; }
|
|
7850
8439
|
return __generator(this, function (_a) {
|
|
7851
8440
|
switch (_a.label) {
|
|
7852
8441
|
case 0:
|
|
@@ -7911,10 +8500,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
7911
8500
|
* @param {*} [options] Override http request option.
|
|
7912
8501
|
* @throws {RequiredError}
|
|
7913
8502
|
*/
|
|
7914
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet: function (
|
|
7915
|
-
|
|
7916
|
-
|
|
8503
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet: function (hospitalId_1, specialtyId_1, id_1, name_1, slug_1, serviceCategoryId_1, marketingType_1, procedure_1, created_1, showHidden_1, languageCode_1, page_1, limit_1, lastRetrieved_1) {
|
|
8504
|
+
var args_1 = [];
|
|
8505
|
+
for (var _i = 14; _i < arguments.length; _i++) {
|
|
8506
|
+
args_1[_i - 14] = arguments[_i];
|
|
8507
|
+
}
|
|
8508
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, specialtyId_1, id_1, name_1, slug_1, serviceCategoryId_1, marketingType_1, procedure_1, created_1, showHidden_1, languageCode_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (hospitalId, specialtyId, id, name, slug, serviceCategoryId, marketingType, procedure, created, showHidden, languageCode, page, limit, lastRetrieved, options) {
|
|
7917
8509
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
8510
|
+
if (options === void 0) { options = {}; }
|
|
7918
8511
|
return __generator(this, function (_a) {
|
|
7919
8512
|
switch (_a.label) {
|
|
7920
8513
|
case 0:
|
|
@@ -7999,10 +8592,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
7999
8592
|
* @param {*} [options] Override http request option.
|
|
8000
8593
|
* @throws {RequiredError}
|
|
8001
8594
|
*/
|
|
8002
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesPost: function (
|
|
8003
|
-
|
|
8004
|
-
|
|
8595
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesPost: function (hospitalId_1, specialtyId_1, createHospitalServiceCommand_1) {
|
|
8596
|
+
var args_1 = [];
|
|
8597
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
8598
|
+
args_1[_i - 3] = arguments[_i];
|
|
8599
|
+
}
|
|
8600
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, specialtyId_1, createHospitalServiceCommand_1], args_1, true), void 0, function (hospitalId, specialtyId, createHospitalServiceCommand, options) {
|
|
8005
8601
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
8602
|
+
if (options === void 0) { options = {}; }
|
|
8006
8603
|
return __generator(this, function (_a) {
|
|
8007
8604
|
switch (_a.label) {
|
|
8008
8605
|
case 0:
|
|
@@ -8056,10 +8653,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
8056
8653
|
* @param {*} [options] Override http request option.
|
|
8057
8654
|
* @throws {RequiredError}
|
|
8058
8655
|
*/
|
|
8059
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesGet: function (
|
|
8060
|
-
|
|
8061
|
-
|
|
8656
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesGet: function (hospitalId_1, specialtyId_1, serviceId_1, includesPreviousItems_1, startDate_1, endDate_1, dayOfWeek_1, page_1, limit_1, lastRetrieved_1) {
|
|
8657
|
+
var args_1 = [];
|
|
8658
|
+
for (var _i = 10; _i < arguments.length; _i++) {
|
|
8659
|
+
args_1[_i - 10] = arguments[_i];
|
|
8660
|
+
}
|
|
8661
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, specialtyId_1, serviceId_1, includesPreviousItems_1, startDate_1, endDate_1, dayOfWeek_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (hospitalId, specialtyId, serviceId, includesPreviousItems, startDate, endDate, dayOfWeek, page, limit, lastRetrieved, options) {
|
|
8062
8662
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
8663
|
+
if (options === void 0) { options = {}; }
|
|
8063
8664
|
return __generator(this, function (_a) {
|
|
8064
8665
|
switch (_a.label) {
|
|
8065
8666
|
case 0:
|
|
@@ -8135,10 +8736,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
8135
8736
|
* @param {*} [options] Override http request option.
|
|
8136
8737
|
* @throws {RequiredError}
|
|
8137
8738
|
*/
|
|
8138
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPatch: function (
|
|
8139
|
-
|
|
8140
|
-
|
|
8739
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPatch: function (hospitalId_1, specialtyId_1, serviceId_1, deleteServiceAppointmentTimetableOverridesCommand_1) {
|
|
8740
|
+
var args_1 = [];
|
|
8741
|
+
for (var _i = 4; _i < arguments.length; _i++) {
|
|
8742
|
+
args_1[_i - 4] = arguments[_i];
|
|
8743
|
+
}
|
|
8744
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, specialtyId_1, serviceId_1, deleteServiceAppointmentTimetableOverridesCommand_1], args_1, true), void 0, function (hospitalId, specialtyId, serviceId, deleteServiceAppointmentTimetableOverridesCommand, options) {
|
|
8141
8745
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
8746
|
+
if (options === void 0) { options = {}; }
|
|
8142
8747
|
return __generator(this, function (_a) {
|
|
8143
8748
|
switch (_a.label) {
|
|
8144
8749
|
case 0:
|
|
@@ -8189,10 +8794,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
8189
8794
|
* @param {*} [options] Override http request option.
|
|
8190
8795
|
* @throws {RequiredError}
|
|
8191
8796
|
*/
|
|
8192
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPost: function (
|
|
8193
|
-
|
|
8194
|
-
|
|
8797
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPost: function (hospitalId_1, specialtyId_1, serviceId_1, saveServiceAppointmentTimetableOverridesCommand_1) {
|
|
8798
|
+
var args_1 = [];
|
|
8799
|
+
for (var _i = 4; _i < arguments.length; _i++) {
|
|
8800
|
+
args_1[_i - 4] = arguments[_i];
|
|
8801
|
+
}
|
|
8802
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, specialtyId_1, serviceId_1, saveServiceAppointmentTimetableOverridesCommand_1], args_1, true), void 0, function (hospitalId, specialtyId, serviceId, saveServiceAppointmentTimetableOverridesCommand, options) {
|
|
8195
8803
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
8804
|
+
if (options === void 0) { options = {}; }
|
|
8196
8805
|
return __generator(this, function (_a) {
|
|
8197
8806
|
switch (_a.label) {
|
|
8198
8807
|
case 0:
|
|
@@ -8249,10 +8858,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
8249
8858
|
* @param {*} [options] Override http request option.
|
|
8250
8859
|
* @throws {RequiredError}
|
|
8251
8860
|
*/
|
|
8252
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesApplicationGet: function (
|
|
8253
|
-
|
|
8254
|
-
|
|
8861
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesApplicationGet: function (hospitalId_1, specialtyId_1, serviceId_1, year_1, month_1, timeZone_1, isExternal_1, isOnline_1, appointmentIdExcluded_1, excludeUnavailableTimeSlots_1) {
|
|
8862
|
+
var args_1 = [];
|
|
8863
|
+
for (var _i = 10; _i < arguments.length; _i++) {
|
|
8864
|
+
args_1[_i - 10] = arguments[_i];
|
|
8865
|
+
}
|
|
8866
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, specialtyId_1, serviceId_1, year_1, month_1, timeZone_1, isExternal_1, isOnline_1, appointmentIdExcluded_1, excludeUnavailableTimeSlots_1], args_1, true), void 0, function (hospitalId, specialtyId, serviceId, year, month, timeZone, isExternal, isOnline, appointmentIdExcluded, excludeUnavailableTimeSlots, options) {
|
|
8255
8867
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
8868
|
+
if (options === void 0) { options = {}; }
|
|
8256
8869
|
return __generator(this, function (_a) {
|
|
8257
8870
|
switch (_a.label) {
|
|
8258
8871
|
case 0:
|
|
@@ -8322,10 +8935,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
8322
8935
|
* @param {*} [options] Override http request option.
|
|
8323
8936
|
* @throws {RequiredError}
|
|
8324
8937
|
*/
|
|
8325
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesBatchPost: function (
|
|
8326
|
-
|
|
8327
|
-
|
|
8938
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesBatchPost: function (hospitalId_1, specialtyId_1, serviceId_1, batchServiceAppointmentTimetablesCommand_1) {
|
|
8939
|
+
var args_1 = [];
|
|
8940
|
+
for (var _i = 4; _i < arguments.length; _i++) {
|
|
8941
|
+
args_1[_i - 4] = arguments[_i];
|
|
8942
|
+
}
|
|
8943
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, specialtyId_1, serviceId_1, batchServiceAppointmentTimetablesCommand_1], args_1, true), void 0, function (hospitalId, specialtyId, serviceId, batchServiceAppointmentTimetablesCommand, options) {
|
|
8328
8944
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
8945
|
+
if (options === void 0) { options = {}; }
|
|
8329
8946
|
return __generator(this, function (_a) {
|
|
8330
8947
|
switch (_a.label) {
|
|
8331
8948
|
case 0:
|
|
@@ -8379,10 +8996,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
8379
8996
|
* @param {*} [options] Override http request option.
|
|
8380
8997
|
* @throws {RequiredError}
|
|
8381
8998
|
*/
|
|
8382
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGet: function (
|
|
8383
|
-
|
|
8384
|
-
|
|
8999
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGet: function (hospitalId_1, specialtyId_1, serviceId_1, dayOfWeek_1, page_1, limit_1, lastRetrieved_1) {
|
|
9000
|
+
var args_1 = [];
|
|
9001
|
+
for (var _i = 7; _i < arguments.length; _i++) {
|
|
9002
|
+
args_1[_i - 7] = arguments[_i];
|
|
9003
|
+
}
|
|
9004
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, specialtyId_1, serviceId_1, dayOfWeek_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (hospitalId, specialtyId, serviceId, dayOfWeek, page, limit, lastRetrieved, options) {
|
|
8385
9005
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
9006
|
+
if (options === void 0) { options = {}; }
|
|
8386
9007
|
return __generator(this, function (_a) {
|
|
8387
9008
|
switch (_a.label) {
|
|
8388
9009
|
case 0:
|
|
@@ -8445,10 +9066,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
8445
9066
|
* @param {*} [options] Override http request option.
|
|
8446
9067
|
* @throws {RequiredError}
|
|
8447
9068
|
*/
|
|
8448
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdDelete: function (
|
|
8449
|
-
|
|
8450
|
-
|
|
9069
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdDelete: function (hospitalId_1, specialtyId_1, serviceId_1, isPermanent_1) {
|
|
9070
|
+
var args_1 = [];
|
|
9071
|
+
for (var _i = 4; _i < arguments.length; _i++) {
|
|
9072
|
+
args_1[_i - 4] = arguments[_i];
|
|
9073
|
+
}
|
|
9074
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, specialtyId_1, serviceId_1, isPermanent_1], args_1, true), void 0, function (hospitalId, specialtyId, serviceId, isPermanent, options) {
|
|
8451
9075
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
9076
|
+
if (options === void 0) { options = {}; }
|
|
8452
9077
|
return __generator(this, function (_a) {
|
|
8453
9078
|
switch (_a.label) {
|
|
8454
9079
|
case 0:
|
|
@@ -8501,10 +9126,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
8501
9126
|
* @param {*} [options] Override http request option.
|
|
8502
9127
|
* @throws {RequiredError}
|
|
8503
9128
|
*/
|
|
8504
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet: function (
|
|
8505
|
-
|
|
8506
|
-
|
|
9129
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet: function (hospitalId_1, specialtyId_1, serviceId_1, languageCode_1, returnDefaultValue_1) {
|
|
9130
|
+
var args_1 = [];
|
|
9131
|
+
for (var _i = 5; _i < arguments.length; _i++) {
|
|
9132
|
+
args_1[_i - 5] = arguments[_i];
|
|
9133
|
+
}
|
|
9134
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, specialtyId_1, serviceId_1, languageCode_1, returnDefaultValue_1], args_1, true), void 0, function (hospitalId, specialtyId, serviceId, languageCode, returnDefaultValue, options) {
|
|
8507
9135
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
9136
|
+
if (options === void 0) { options = {}; }
|
|
8508
9137
|
return __generator(this, function (_a) {
|
|
8509
9138
|
switch (_a.label) {
|
|
8510
9139
|
case 0:
|
|
@@ -8563,10 +9192,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
8563
9192
|
* @param {*} [options] Override http request option.
|
|
8564
9193
|
* @throws {RequiredError}
|
|
8565
9194
|
*/
|
|
8566
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet: function (
|
|
8567
|
-
|
|
8568
|
-
|
|
9195
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet: function (hospitalId_1, specialtyId_1, serviceId_1, id_1, mediaType_1, page_1, limit_1, lastRetrieved_1) {
|
|
9196
|
+
var args_1 = [];
|
|
9197
|
+
for (var _i = 8; _i < arguments.length; _i++) {
|
|
9198
|
+
args_1[_i - 8] = arguments[_i];
|
|
9199
|
+
}
|
|
9200
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, specialtyId_1, serviceId_1, id_1, mediaType_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (hospitalId, specialtyId, serviceId, id, mediaType, page, limit, lastRetrieved, options) {
|
|
8569
9201
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
9202
|
+
if (options === void 0) { options = {}; }
|
|
8570
9203
|
return __generator(this, function (_a) {
|
|
8571
9204
|
switch (_a.label) {
|
|
8572
9205
|
case 0:
|
|
@@ -8632,10 +9265,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
8632
9265
|
* @param {*} [options] Override http request option.
|
|
8633
9266
|
* @throws {RequiredError}
|
|
8634
9267
|
*/
|
|
8635
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdDelete: function (
|
|
8636
|
-
|
|
8637
|
-
|
|
9268
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdDelete: function (hospitalId_1, specialtyId_1, serviceId_1, mediaId_1) {
|
|
9269
|
+
var args_1 = [];
|
|
9270
|
+
for (var _i = 4; _i < arguments.length; _i++) {
|
|
9271
|
+
args_1[_i - 4] = arguments[_i];
|
|
9272
|
+
}
|
|
9273
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, specialtyId_1, serviceId_1, mediaId_1], args_1, true), void 0, function (hospitalId, specialtyId, serviceId, mediaId, options) {
|
|
8638
9274
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
9275
|
+
if (options === void 0) { options = {}; }
|
|
8639
9276
|
return __generator(this, function (_a) {
|
|
8640
9277
|
switch (_a.label) {
|
|
8641
9278
|
case 0:
|
|
@@ -8687,10 +9324,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
8687
9324
|
* @param {*} [options] Override http request option.
|
|
8688
9325
|
* @throws {RequiredError}
|
|
8689
9326
|
*/
|
|
8690
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet: function (
|
|
8691
|
-
|
|
8692
|
-
|
|
9327
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet: function (hospitalId_1, specialtyId_1, serviceId_1, mediaId_1) {
|
|
9328
|
+
var args_1 = [];
|
|
9329
|
+
for (var _i = 4; _i < arguments.length; _i++) {
|
|
9330
|
+
args_1[_i - 4] = arguments[_i];
|
|
9331
|
+
}
|
|
9332
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, specialtyId_1, serviceId_1, mediaId_1], args_1, true), void 0, function (hospitalId, specialtyId, serviceId, mediaId, options) {
|
|
8693
9333
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
9334
|
+
if (options === void 0) { options = {}; }
|
|
8694
9335
|
return __generator(this, function (_a) {
|
|
8695
9336
|
switch (_a.label) {
|
|
8696
9337
|
case 0:
|
|
@@ -8743,10 +9384,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
8743
9384
|
* @param {*} [options] Override http request option.
|
|
8744
9385
|
* @throws {RequiredError}
|
|
8745
9386
|
*/
|
|
8746
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdPut: function (
|
|
8747
|
-
|
|
8748
|
-
|
|
9387
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdPut: function (hospitalId_1, specialtyId_1, serviceId_1, mediaId_1, updateMediaCommand_1) {
|
|
9388
|
+
var args_1 = [];
|
|
9389
|
+
for (var _i = 5; _i < arguments.length; _i++) {
|
|
9390
|
+
args_1[_i - 5] = arguments[_i];
|
|
9391
|
+
}
|
|
9392
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, specialtyId_1, serviceId_1, mediaId_1, updateMediaCommand_1], args_1, true), void 0, function (hospitalId, specialtyId, serviceId, mediaId, updateMediaCommand, options) {
|
|
8749
9393
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
9394
|
+
if (options === void 0) { options = {}; }
|
|
8750
9395
|
return __generator(this, function (_a) {
|
|
8751
9396
|
switch (_a.label) {
|
|
8752
9397
|
case 0:
|
|
@@ -8800,10 +9445,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
8800
9445
|
* @param {*} [options] Override http request option.
|
|
8801
9446
|
* @throws {RequiredError}
|
|
8802
9447
|
*/
|
|
8803
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasPost: function (
|
|
8804
|
-
|
|
8805
|
-
|
|
9448
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasPost: function (hospitalId_1, specialtyId_1, serviceId_1, createMediaCommand_1) {
|
|
9449
|
+
var args_1 = [];
|
|
9450
|
+
for (var _i = 4; _i < arguments.length; _i++) {
|
|
9451
|
+
args_1[_i - 4] = arguments[_i];
|
|
9452
|
+
}
|
|
9453
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, specialtyId_1, serviceId_1, createMediaCommand_1], args_1, true), void 0, function (hospitalId, specialtyId, serviceId, createMediaCommand, options) {
|
|
8806
9454
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
9455
|
+
if (options === void 0) { options = {}; }
|
|
8807
9456
|
return __generator(this, function (_a) {
|
|
8808
9457
|
switch (_a.label) {
|
|
8809
9458
|
case 0:
|
|
@@ -8854,10 +9503,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
8854
9503
|
* @param {*} [options] Override http request option.
|
|
8855
9504
|
* @throws {RequiredError}
|
|
8856
9505
|
*/
|
|
8857
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdPut: function (
|
|
8858
|
-
|
|
8859
|
-
|
|
9506
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdPut: function (hospitalId_1, specialtyId_1, serviceId_1, updateHospitalServiceCommand_1) {
|
|
9507
|
+
var args_1 = [];
|
|
9508
|
+
for (var _i = 4; _i < arguments.length; _i++) {
|
|
9509
|
+
args_1[_i - 4] = arguments[_i];
|
|
9510
|
+
}
|
|
9511
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, specialtyId_1, serviceId_1, updateHospitalServiceCommand_1], args_1, true), void 0, function (hospitalId, specialtyId, serviceId, updateHospitalServiceCommand, options) {
|
|
8860
9512
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
9513
|
+
if (options === void 0) { options = {}; }
|
|
8861
9514
|
return __generator(this, function (_a) {
|
|
8862
9515
|
switch (_a.label) {
|
|
8863
9516
|
case 0:
|
|
@@ -8907,10 +9560,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
8907
9560
|
* @param {*} [options] Override http request option.
|
|
8908
9561
|
* @throws {RequiredError}
|
|
8909
9562
|
*/
|
|
8910
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdReactivatePut: function (
|
|
8911
|
-
|
|
8912
|
-
|
|
9563
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdReactivatePut: function (hospitalId_1, specialtyId_1, serviceId_1) {
|
|
9564
|
+
var args_1 = [];
|
|
9565
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
9566
|
+
args_1[_i - 3] = arguments[_i];
|
|
9567
|
+
}
|
|
9568
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, specialtyId_1, serviceId_1], args_1, true), void 0, function (hospitalId, specialtyId, serviceId, options) {
|
|
8913
9569
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
9570
|
+
if (options === void 0) { options = {}; }
|
|
8914
9571
|
return __generator(this, function (_a) {
|
|
8915
9572
|
switch (_a.label) {
|
|
8916
9573
|
case 0:
|
|
@@ -8959,10 +9616,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
8959
9616
|
* @param {*} [options] Override http request option.
|
|
8960
9617
|
* @throws {RequiredError}
|
|
8961
9618
|
*/
|
|
8962
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdRevalidatePost: function (
|
|
8963
|
-
|
|
8964
|
-
|
|
9619
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdRevalidatePost: function (hospitalId_1, specialtyId_1, serviceId_1, includeCurrent_1) {
|
|
9620
|
+
var args_1 = [];
|
|
9621
|
+
for (var _i = 4; _i < arguments.length; _i++) {
|
|
9622
|
+
args_1[_i - 4] = arguments[_i];
|
|
9623
|
+
}
|
|
9624
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, specialtyId_1, serviceId_1, includeCurrent_1], args_1, true), void 0, function (hospitalId, specialtyId, serviceId, includeCurrent, options) {
|
|
8965
9625
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
9626
|
+
if (options === void 0) { options = {}; }
|
|
8966
9627
|
return __generator(this, function (_a) {
|
|
8967
9628
|
switch (_a.label) {
|
|
8968
9629
|
case 0:
|
|
@@ -9014,10 +9675,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
9014
9675
|
* @param {*} [options] Override http request option.
|
|
9015
9676
|
* @throws {RequiredError}
|
|
9016
9677
|
*/
|
|
9017
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdTranslatePost: function (
|
|
9018
|
-
|
|
9019
|
-
|
|
9678
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdTranslatePost: function (hospitalId_1, specialtyId_1, serviceId_1, translateHospitalServiceCommand_1) {
|
|
9679
|
+
var args_1 = [];
|
|
9680
|
+
for (var _i = 4; _i < arguments.length; _i++) {
|
|
9681
|
+
args_1[_i - 4] = arguments[_i];
|
|
9682
|
+
}
|
|
9683
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, specialtyId_1, serviceId_1, translateHospitalServiceCommand_1], args_1, true), void 0, function (hospitalId, specialtyId, serviceId, translateHospitalServiceCommand, options) {
|
|
9020
9684
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
9685
|
+
if (options === void 0) { options = {}; }
|
|
9021
9686
|
return __generator(this, function (_a) {
|
|
9022
9687
|
switch (_a.label) {
|
|
9023
9688
|
case 0:
|
|
@@ -9069,10 +9734,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
9069
9734
|
* @param {*} [options] Override http request option.
|
|
9070
9735
|
* @throws {RequiredError}
|
|
9071
9736
|
*/
|
|
9072
|
-
apiV1HospitalsHospitalIdTagsGet: function (
|
|
9073
|
-
|
|
9074
|
-
|
|
9737
|
+
apiV1HospitalsHospitalIdTagsGet: function (hospitalId_1, tagId_1, page_1, limit_1, lastRetrieved_1) {
|
|
9738
|
+
var args_1 = [];
|
|
9739
|
+
for (var _i = 5; _i < arguments.length; _i++) {
|
|
9740
|
+
args_1[_i - 5] = arguments[_i];
|
|
9741
|
+
}
|
|
9742
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, tagId_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (hospitalId, tagId, page, limit, lastRetrieved, options) {
|
|
9075
9743
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
9744
|
+
if (options === void 0) { options = {}; }
|
|
9076
9745
|
return __generator(this, function (_a) {
|
|
9077
9746
|
switch (_a.label) {
|
|
9078
9747
|
case 0:
|
|
@@ -9127,10 +9796,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
9127
9796
|
* @param {*} [options] Override http request option.
|
|
9128
9797
|
* @throws {RequiredError}
|
|
9129
9798
|
*/
|
|
9130
|
-
apiV1HospitalsHospitalIdTagsPost: function (
|
|
9131
|
-
|
|
9132
|
-
|
|
9799
|
+
apiV1HospitalsHospitalIdTagsPost: function (hospitalId_1, createHospitalTagCommand_1) {
|
|
9800
|
+
var args_1 = [];
|
|
9801
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
9802
|
+
args_1[_i - 2] = arguments[_i];
|
|
9803
|
+
}
|
|
9804
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, createHospitalTagCommand_1], args_1, true), void 0, function (hospitalId, createHospitalTagCommand, options) {
|
|
9133
9805
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
9806
|
+
if (options === void 0) { options = {}; }
|
|
9134
9807
|
return __generator(this, function (_a) {
|
|
9135
9808
|
switch (_a.label) {
|
|
9136
9809
|
case 0:
|
|
@@ -9173,10 +9846,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
9173
9846
|
* @param {*} [options] Override http request option.
|
|
9174
9847
|
* @throws {RequiredError}
|
|
9175
9848
|
*/
|
|
9176
|
-
apiV1HospitalsHospitalIdTagsTagIdDelete: function (
|
|
9177
|
-
|
|
9178
|
-
|
|
9849
|
+
apiV1HospitalsHospitalIdTagsTagIdDelete: function (hospitalId_1, tagId_1) {
|
|
9850
|
+
var args_1 = [];
|
|
9851
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
9852
|
+
args_1[_i - 2] = arguments[_i];
|
|
9853
|
+
}
|
|
9854
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, tagId_1], args_1, true), void 0, function (hospitalId, tagId, options) {
|
|
9179
9855
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
9856
|
+
if (options === void 0) { options = {}; }
|
|
9180
9857
|
return __generator(this, function (_a) {
|
|
9181
9858
|
switch (_a.label) {
|
|
9182
9859
|
case 0:
|
|
@@ -9220,10 +9897,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
9220
9897
|
* @param {*} [options] Override http request option.
|
|
9221
9898
|
* @throws {RequiredError}
|
|
9222
9899
|
*/
|
|
9223
|
-
apiV1HospitalsHospitalIdTagsTagIdGet: function (
|
|
9224
|
-
|
|
9225
|
-
|
|
9900
|
+
apiV1HospitalsHospitalIdTagsTagIdGet: function (hospitalId_1, tagId_1) {
|
|
9901
|
+
var args_1 = [];
|
|
9902
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
9903
|
+
args_1[_i - 2] = arguments[_i];
|
|
9904
|
+
}
|
|
9905
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, tagId_1], args_1, true), void 0, function (hospitalId, tagId, options) {
|
|
9226
9906
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
9907
|
+
if (options === void 0) { options = {}; }
|
|
9227
9908
|
return __generator(this, function (_a) {
|
|
9228
9909
|
switch (_a.label) {
|
|
9229
9910
|
case 0:
|
|
@@ -9267,10 +9948,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
9267
9948
|
* @param {*} [options] Override http request option.
|
|
9268
9949
|
* @throws {RequiredError}
|
|
9269
9950
|
*/
|
|
9270
|
-
apiV1HospitalsHospitalIdTranslatePost: function (
|
|
9271
|
-
|
|
9272
|
-
|
|
9951
|
+
apiV1HospitalsHospitalIdTranslatePost: function (hospitalId_1, translateHospitalCommand_1) {
|
|
9952
|
+
var args_1 = [];
|
|
9953
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
9954
|
+
args_1[_i - 2] = arguments[_i];
|
|
9955
|
+
}
|
|
9956
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, translateHospitalCommand_1], args_1, true), void 0, function (hospitalId, translateHospitalCommand, options) {
|
|
9273
9957
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
9958
|
+
if (options === void 0) { options = {}; }
|
|
9274
9959
|
return __generator(this, function (_a) {
|
|
9275
9960
|
switch (_a.label) {
|
|
9276
9961
|
case 0:
|
|
@@ -9313,10 +9998,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
9313
9998
|
* @param {*} [options] Override http request option.
|
|
9314
9999
|
* @throws {RequiredError}
|
|
9315
10000
|
*/
|
|
9316
|
-
apiV1HospitalsHospitalIdWorkingdaysBatchPatch: function (
|
|
9317
|
-
|
|
9318
|
-
|
|
10001
|
+
apiV1HospitalsHospitalIdWorkingdaysBatchPatch: function (hospitalId_1, batchHospitalWorkingDaysCommand_1) {
|
|
10002
|
+
var args_1 = [];
|
|
10003
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
10004
|
+
args_1[_i - 2] = arguments[_i];
|
|
10005
|
+
}
|
|
10006
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, batchHospitalWorkingDaysCommand_1], args_1, true), void 0, function (hospitalId, batchHospitalWorkingDaysCommand, options) {
|
|
9319
10007
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
10008
|
+
if (options === void 0) { options = {}; }
|
|
9320
10009
|
return __generator(this, function (_a) {
|
|
9321
10010
|
switch (_a.label) {
|
|
9322
10011
|
case 0:
|
|
@@ -9366,10 +10055,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
9366
10055
|
* @param {*} [options] Override http request option.
|
|
9367
10056
|
* @throws {RequiredError}
|
|
9368
10057
|
*/
|
|
9369
|
-
apiV1HospitalsHospitalIdWorkingdaysGet: function (
|
|
9370
|
-
|
|
9371
|
-
|
|
10058
|
+
apiV1HospitalsHospitalIdWorkingdaysGet: function (hospitalId_1, id_1, dayOfWeek_1, timeFrom_1, timeTo_1, checkHoliday_1, page_1, limit_1, lastRetrieved_1) {
|
|
10059
|
+
var args_1 = [];
|
|
10060
|
+
for (var _i = 9; _i < arguments.length; _i++) {
|
|
10061
|
+
args_1[_i - 9] = arguments[_i];
|
|
10062
|
+
}
|
|
10063
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, id_1, dayOfWeek_1, timeFrom_1, timeTo_1, checkHoliday_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (hospitalId, id, dayOfWeek, timeFrom, timeTo, checkHoliday, page, limit, lastRetrieved, options) {
|
|
9372
10064
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
10065
|
+
if (options === void 0) { options = {}; }
|
|
9373
10066
|
return __generator(this, function (_a) {
|
|
9374
10067
|
switch (_a.label) {
|
|
9375
10068
|
case 0:
|
|
@@ -9440,10 +10133,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
9440
10133
|
* @param {*} [options] Override http request option.
|
|
9441
10134
|
* @throws {RequiredError}
|
|
9442
10135
|
*/
|
|
9443
|
-
apiV1HospitalsHospitalIdWorkingdaysPost: function (
|
|
9444
|
-
|
|
9445
|
-
|
|
10136
|
+
apiV1HospitalsHospitalIdWorkingdaysPost: function (hospitalId_1, createHospitalWorkingDayCommand_1) {
|
|
10137
|
+
var args_1 = [];
|
|
10138
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
10139
|
+
args_1[_i - 2] = arguments[_i];
|
|
10140
|
+
}
|
|
10141
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, createHospitalWorkingDayCommand_1], args_1, true), void 0, function (hospitalId, createHospitalWorkingDayCommand, options) {
|
|
9446
10142
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
10143
|
+
if (options === void 0) { options = {}; }
|
|
9447
10144
|
return __generator(this, function (_a) {
|
|
9448
10145
|
switch (_a.label) {
|
|
9449
10146
|
case 0:
|
|
@@ -9486,10 +10183,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
9486
10183
|
* @param {*} [options] Override http request option.
|
|
9487
10184
|
* @throws {RequiredError}
|
|
9488
10185
|
*/
|
|
9489
|
-
apiV1HospitalsHospitalIdWorkingdaysWorkingDayIdDelete: function (
|
|
9490
|
-
|
|
9491
|
-
|
|
10186
|
+
apiV1HospitalsHospitalIdWorkingdaysWorkingDayIdDelete: function (hospitalId_1, workingDayId_1) {
|
|
10187
|
+
var args_1 = [];
|
|
10188
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
10189
|
+
args_1[_i - 2] = arguments[_i];
|
|
10190
|
+
}
|
|
10191
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, workingDayId_1], args_1, true), void 0, function (hospitalId, workingDayId, options) {
|
|
9492
10192
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
10193
|
+
if (options === void 0) { options = {}; }
|
|
9493
10194
|
return __generator(this, function (_a) {
|
|
9494
10195
|
switch (_a.label) {
|
|
9495
10196
|
case 0:
|
|
@@ -9533,10 +10234,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
9533
10234
|
* @param {*} [options] Override http request option.
|
|
9534
10235
|
* @throws {RequiredError}
|
|
9535
10236
|
*/
|
|
9536
|
-
apiV1HospitalsHospitalIdWorkingdaysWorkingDayIdGet: function (
|
|
9537
|
-
|
|
9538
|
-
|
|
10237
|
+
apiV1HospitalsHospitalIdWorkingdaysWorkingDayIdGet: function (hospitalId_1, workingDayId_1) {
|
|
10238
|
+
var args_1 = [];
|
|
10239
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
10240
|
+
args_1[_i - 2] = arguments[_i];
|
|
10241
|
+
}
|
|
10242
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, workingDayId_1], args_1, true), void 0, function (hospitalId, workingDayId, options) {
|
|
9539
10243
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
10244
|
+
if (options === void 0) { options = {}; }
|
|
9540
10245
|
return __generator(this, function (_a) {
|
|
9541
10246
|
switch (_a.label) {
|
|
9542
10247
|
case 0:
|
|
@@ -9581,10 +10286,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
9581
10286
|
* @param {*} [options] Override http request option.
|
|
9582
10287
|
* @throws {RequiredError}
|
|
9583
10288
|
*/
|
|
9584
|
-
apiV1HospitalsHospitalIdWorkingdaysWorkingDayIdPut: function (
|
|
9585
|
-
|
|
9586
|
-
|
|
10289
|
+
apiV1HospitalsHospitalIdWorkingdaysWorkingDayIdPut: function (hospitalId_1, workingDayId_1, updateHospitalWorkingDayCommand_1) {
|
|
10290
|
+
var args_1 = [];
|
|
10291
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
10292
|
+
args_1[_i - 3] = arguments[_i];
|
|
10293
|
+
}
|
|
10294
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, workingDayId_1, updateHospitalWorkingDayCommand_1], args_1, true), void 0, function (hospitalId, workingDayId, updateHospitalWorkingDayCommand, options) {
|
|
9587
10295
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
10296
|
+
if (options === void 0) { options = {}; }
|
|
9588
10297
|
return __generator(this, function (_a) {
|
|
9589
10298
|
switch (_a.label) {
|
|
9590
10299
|
case 0:
|
|
@@ -9629,10 +10338,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
9629
10338
|
* @param {*} [options] Override http request option.
|
|
9630
10339
|
* @throws {RequiredError}
|
|
9631
10340
|
*/
|
|
9632
|
-
apiV1HospitalsPost: function (
|
|
9633
|
-
|
|
9634
|
-
|
|
10341
|
+
apiV1HospitalsPost: function (createHospitalCommand_1) {
|
|
10342
|
+
var args_1 = [];
|
|
10343
|
+
for (var _i = 1; _i < arguments.length; _i++) {
|
|
10344
|
+
args_1[_i - 1] = arguments[_i];
|
|
10345
|
+
}
|
|
10346
|
+
return __awaiter(_this, __spreadArray([createHospitalCommand_1], args_1, true), void 0, function (createHospitalCommand, options) {
|
|
9635
10347
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
10348
|
+
if (options === void 0) { options = {}; }
|
|
9636
10349
|
return __generator(this, function (_a) {
|
|
9637
10350
|
switch (_a.label) {
|
|
9638
10351
|
case 0:
|
|
@@ -9685,10 +10398,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
9685
10398
|
* @param {*} [options] Override http request option.
|
|
9686
10399
|
* @throws {RequiredError}
|
|
9687
10400
|
*/
|
|
9688
|
-
apiV1HospitalsSimpleGet: function (
|
|
9689
|
-
|
|
9690
|
-
|
|
10401
|
+
apiV1HospitalsSimpleGet: function (hospitalId_1, name_1, countryId_1, created_1, marketingType_1, specialtyTypeId_1, specialtyId_1, exceptHospitalId_1, showHidden_1, languageCode_1, ids_1, paymentEnabled_1, page_1, limit_1, lastRetrieved_1) {
|
|
10402
|
+
var args_1 = [];
|
|
10403
|
+
for (var _i = 15; _i < arguments.length; _i++) {
|
|
10404
|
+
args_1[_i - 15] = arguments[_i];
|
|
10405
|
+
}
|
|
10406
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, name_1, countryId_1, created_1, marketingType_1, specialtyTypeId_1, specialtyId_1, exceptHospitalId_1, showHidden_1, languageCode_1, ids_1, paymentEnabled_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, showHidden, languageCode, ids, paymentEnabled, page, limit, lastRetrieved, options) {
|
|
9691
10407
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
10408
|
+
if (options === void 0) { options = {}; }
|
|
9692
10409
|
return __generator(this, function (_a) {
|
|
9693
10410
|
switch (_a.label) {
|
|
9694
10411
|
case 0:
|
|
@@ -9776,10 +10493,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
9776
10493
|
* @param {*} [options] Override http request option.
|
|
9777
10494
|
* @throws {RequiredError}
|
|
9778
10495
|
*/
|
|
9779
|
-
apiV1HospitalsSlugGet: function (
|
|
9780
|
-
|
|
9781
|
-
|
|
10496
|
+
apiV1HospitalsSlugGet: function (slug_1, languageCode_1, returnDefaultValue_1) {
|
|
10497
|
+
var args_1 = [];
|
|
10498
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
10499
|
+
args_1[_i - 3] = arguments[_i];
|
|
10500
|
+
}
|
|
10501
|
+
return __awaiter(_this, __spreadArray([slug_1, languageCode_1, returnDefaultValue_1], args_1, true), void 0, function (slug, languageCode, returnDefaultValue, options) {
|
|
9782
10502
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
10503
|
+
if (options === void 0) { options = {}; }
|
|
9783
10504
|
return __generator(this, function (_a) {
|
|
9784
10505
|
switch (_a.label) {
|
|
9785
10506
|
case 0:
|