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