ch-api-client-typescript2 5.46.3 → 5.47.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/api/about-us-api.d.ts.map +1 -1
- package/lib/api/about-us-api.js +32 -11
- package/lib/api/accounts-api.d.ts.map +1 -1
- package/lib/api/accounts-api.js +18 -5
- package/lib/api/accreditations-api.d.ts.map +1 -1
- package/lib/api/accreditations-api.js +25 -8
- package/lib/api/app-version-api.d.ts.map +1 -1
- package/lib/api/app-version-api.js +18 -5
- package/lib/api/appointments-api.d.ts.map +1 -1
- package/lib/api/appointments-api.js +67 -26
- package/lib/api/articles-api.d.ts.map +1 -1
- package/lib/api/articles-api.js +88 -35
- package/lib/api/call-histories-api.d.ts.map +1 -1
- package/lib/api/call-histories-api.js +25 -8
- package/lib/api/chat-users-api.d.ts.map +1 -1
- package/lib/api/chat-users-api.js +53 -20
- package/lib/api/communications-api.d.ts.map +1 -1
- package/lib/api/communications-api.js +32 -11
- package/lib/api/contributors-api.d.ts.map +1 -1
- package/lib/api/contributors-api.js +46 -17
- package/lib/api/countries-api.d.ts.map +1 -1
- package/lib/api/countries-api.js +46 -17
- package/lib/api/curations-api.d.ts.map +1 -1
- package/lib/api/curations-api.js +39 -14
- package/lib/api/currencies-api.d.ts.map +1 -1
- package/lib/api/currencies-api.js +18 -5
- package/lib/api/deals-api.d.ts.map +1 -1
- package/lib/api/deals-api.js +74 -29
- package/lib/api/devices-api.d.ts.map +1 -1
- package/lib/api/devices-api.js +46 -17
- package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
- package/lib/api/doctor-affiliations-api.js +53 -20
- package/lib/api/doctors-api.d.ts.map +1 -1
- package/lib/api/doctors-api.js +116 -47
- package/lib/api/external-api.d.ts.map +1 -1
- package/lib/api/external-api.js +18 -5
- package/lib/api/faq-categories-api.d.ts.map +1 -1
- package/lib/api/faq-categories-api.js +32 -11
- package/lib/api/faqs-api.d.ts.map +1 -1
- package/lib/api/faqs-api.js +60 -23
- package/lib/api/form-results-api.d.ts.map +1 -1
- package/lib/api/form-results-api.js +39 -14
- package/lib/api/form-templates-api.d.ts.map +1 -1
- package/lib/api/form-templates-api.js +18 -5
- package/lib/api/group-channels-api.d.ts.map +1 -1
- package/lib/api/group-channels-api.js +46 -17
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +438 -185
- package/lib/api/images-api.d.ts.map +1 -1
- package/lib/api/images-api.js +18 -5
- package/lib/api/languages-api.d.ts.map +1 -1
- package/lib/api/languages-api.js +25 -8
- package/lib/api/medias-api.d.ts.map +1 -1
- package/lib/api/medias-api.js +18 -5
- package/lib/api/messages-api.d.ts.map +1 -1
- package/lib/api/messages-api.js +18 -5
- package/lib/api/notifications-api.d.ts.map +1 -1
- package/lib/api/notifications-api.js +25 -8
- package/lib/api/origins-api.d.ts.map +1 -1
- package/lib/api/origins-api.js +39 -14
- package/lib/api/patients-api.d.ts.map +1 -1
- package/lib/api/patients-api.js +53 -20
- package/lib/api/plans-api.d.ts.map +1 -1
- package/lib/api/plans-api.js +39 -14
- package/lib/api/prescriptions-api.d.ts.map +1 -1
- package/lib/api/prescriptions-api.js +25 -8
- package/lib/api/profiles-api.d.ts.map +1 -1
- package/lib/api/profiles-api.js +60 -23
- package/lib/api/promotions-api.d.ts.map +1 -1
- package/lib/api/promotions-api.js +18 -5
- package/lib/api/secure-containers-api.d.ts.map +1 -1
- package/lib/api/secure-containers-api.js +46 -17
- package/lib/api/service-reviews-api.d.ts.map +1 -1
- package/lib/api/service-reviews-api.js +81 -32
- package/lib/api/services-api.d.ts.map +1 -1
- package/lib/api/services-api.js +32 -11
- package/lib/api/services-categories-api.d.ts.map +1 -1
- package/lib/api/services-categories-api.js +25 -8
- package/lib/api/specialties-api.d.ts.map +1 -1
- package/lib/api/specialties-api.js +53 -20
- package/lib/api/specialty-types-api.d.ts.map +1 -1
- package/lib/api/specialty-types-api.js +60 -23
- package/lib/api/survey-forms-api.d.ts.map +1 -1
- package/lib/api/survey-forms-api.js +18 -5
- package/lib/api/survey-results-api.d.ts.map +1 -1
- package/lib/api/survey-results-api.js +25 -8
- package/lib/api/tags-api.d.ts.map +1 -1
- package/lib/api/tags-api.js +25 -8
- package/lib/api/vonage-users-api.d.ts.map +1 -1
- package/lib/api/vonage-users-api.js +32 -11
- package/lib/common.d.ts.map +1 -1
- package/lib/common.js +2 -2
- package/package.json +11 -6
- package/.gitattributes +0 -2
- package/.github/workflows/publish-npm.yml +0 -45
- package/openapitools.json +0 -7
- package/src/.openapi-generator/FILES +0 -430
- package/src/.openapi-generator/VERSION +0 -1
- package/src/.openapi-generator-ignore +0 -23
- package/src/api/about-us-api.ts +0 -490
- package/src/api/accounts-api.ts +0 -149
- package/src/api/accreditations-api.ts +0 -283
- package/src/api/app-version-api.ts +0 -139
- package/src/api/appointments-api.ts +0 -1107
- package/src/api/articles-api.ts +0 -1682
- package/src/api/call-histories-api.ts +0 -245
- package/src/api/chat-users-api.ts +0 -587
- package/src/api/communications-api.ts +0 -252
- package/src/api/contributors-api.ts +0 -799
- package/src/api/countries-api.ts +0 -759
- package/src/api/curations-api.ts +0 -469
- package/src/api/currencies-api.ts +0 -200
- package/src/api/deals-api.ts +0 -1894
- package/src/api/devices-api.ts +0 -621
- package/src/api/doctor-affiliations-api.ts +0 -972
- package/src/api/doctors-api.ts +0 -2383
- package/src/api/external-api.ts +0 -120
- package/src/api/faq-categories-api.ts +0 -476
- package/src/api/faqs-api.ts +0 -980
- package/src/api/form-results-api.ts +0 -557
- package/src/api/form-templates-api.ts +0 -183
- package/src/api/group-channels-api.ts +0 -567
- package/src/api/hospitals-api.ts +0 -9242
- package/src/api/images-api.ts +0 -148
- package/src/api/languages-api.ts +0 -311
- package/src/api/medias-api.ts +0 -154
- package/src/api/messages-api.ts +0 -147
- package/src/api/notifications-api.ts +0 -293
- package/src/api/origins-api.ts +0 -365
- package/src/api/patients-api.ts +0 -603
- package/src/api/plans-api.ts +0 -506
- package/src/api/prescriptions-api.ts +0 -333
- package/src/api/profiles-api.ts +0 -623
- package/src/api/promotions-api.ts +0 -216
- package/src/api/secure-containers-api.ts +0 -610
- package/src/api/service-reviews-api.ts +0 -1291
- package/src/api/services-api.ts +0 -664
- package/src/api/services-categories-api.ts +0 -283
- package/src/api/specialties-api.ts +0 -1059
- package/src/api/specialty-types-api.ts +0 -1174
- package/src/api/survey-forms-api.ts +0 -183
- package/src/api/survey-results-api.ts +0 -228
- package/src/api/tags-api.ts +0 -283
- package/src/api/vonage-users-api.ts +0 -301
- package/src/api.ts +0 -62
- package/src/base.ts +0 -71
- package/src/common.ts +0 -148
- package/src/configuration.ts +0 -101
- package/src/git_push.sh +0 -57
- package/src/index.ts +0 -18
- package/src/models/about-us-page-item-model.ts +0 -63
- package/src/models/about-us-page-model.ts +0 -117
- package/src/models/about-us-pages-model.ts +0 -42
- package/src/models/accreditation-document-model.ts +0 -50
- package/src/models/accreditation-item-model.ts +0 -54
- package/src/models/accreditation-model.ts +0 -54
- package/src/models/accreditations-model.ts +0 -42
- package/src/models/admin-message-model.ts +0 -84
- package/src/models/app-version-model.ts +0 -51
- package/src/models/appointment-change-log-model.ts +0 -51
- package/src/models/appointment-item-model.ts +0 -372
- package/src/models/appointment-model.ts +0 -396
- package/src/models/appointment-option-document-model.ts +0 -60
- package/src/models/appointment-option-model.ts +0 -66
- package/src/models/appointment-refund-bank-transfer-model.ts +0 -54
- package/src/models/appointment-refund-upi-model.ts +0 -42
- package/src/models/appointment-status.ts +0 -39
- package/src/models/appointment-timetable-date-model.ts +0 -69
- package/src/models/appointment-timetable-status.ts +0 -31
- package/src/models/appointment-timetable-time-slot-model.ts +0 -81
- package/src/models/appointment-type.ts +0 -34
- package/src/models/appointments-model.ts +0 -42
- package/src/models/article-contributor-document-model.ts +0 -45
- package/src/models/article-contributor-item-model.ts +0 -108
- package/src/models/article-contributor-model.ts +0 -144
- package/src/models/article-contributors-model.ts +0 -42
- package/src/models/article-document-model.ts +0 -426
- package/src/models/article-item-model.ts +0 -186
- package/src/models/article-model.ts +0 -207
- package/src/models/article-sources-model.ts +0 -42
- package/src/models/article-tag-item-model.ts +0 -42
- package/src/models/article-tag-model.ts +0 -42
- package/src/models/article-tags-model.ts +0 -42
- package/src/models/article-type.ts +0 -33
- package/src/models/articles-model.ts +0 -42
- package/src/models/auditable-entity-document-model.ts +0 -54
- package/src/models/auditable-entity-model.ts +0 -72
- package/src/models/auditable-entity.ts +0 -72
- package/src/models/award-model.ts +0 -48
- package/src/models/bank-account-info-item-model.ts +0 -78
- package/src/models/bank-account-info-model.ts +0 -78
- package/src/models/bank-account-infos-model.ts +0 -42
- package/src/models/bank-transfer-payment-model.ts +0 -48
- package/src/models/call-status.ts +0 -40
- package/src/models/cancel-appointment-command.ts +0 -48
- package/src/models/change-email-command.ts +0 -30
- package/src/models/channel-messenger.ts +0 -30
- package/src/models/channel-mms.ts +0 -30
- package/src/models/channel-pstn.ts +0 -30
- package/src/models/channel-sip.ts +0 -42
- package/src/models/channel-sms.ts +0 -30
- package/src/models/channel-vbc.ts +0 -30
- package/src/models/channel-viber.ts +0 -30
- package/src/models/channel-web-socket.ts +0 -42
- package/src/models/channel-whats-app.ts +0 -30
- package/src/models/charge-status.ts +0 -32
- package/src/models/chat-user-model.ts +0 -78
- package/src/models/chat-users-model.ts +0 -39
- package/src/models/check-notifications-command.ts +0 -36
- package/src/models/communication-user-token-model.ts +0 -48
- package/src/models/confirm-email-command.ts +0 -30
- package/src/models/contact-type.ts +0 -36
- package/src/models/contribution-type.ts +0 -32
- package/src/models/contributor-item-model.ts +0 -123
- package/src/models/contributor-model.ts +0 -153
- package/src/models/contributor-sns-handles-model.ts +0 -42
- package/src/models/contributor-sub-document-model.ts +0 -315
- package/src/models/contributors-model.ts +0 -42
- package/src/models/coordinate-system.ts +0 -42
- package/src/models/countries-model.ts +0 -42
- package/src/models/country-currency-document-model.ts +0 -48
- package/src/models/country-currency-item-model.ts +0 -60
- package/src/models/country-document-model.ts +0 -411
- package/src/models/country-item-model.ts +0 -129
- package/src/models/country-language-document-model.ts +0 -48
- package/src/models/country-language-item-model.ts +0 -54
- package/src/models/country-model.ts +0 -159
- package/src/models/create-appointment-command.ts +0 -159
- package/src/models/create-call-history-command.ts +0 -69
- package/src/models/create-chat-user-command.ts +0 -54
- package/src/models/create-cors-command.ts +0 -30
- package/src/models/create-device-command.ts +0 -69
- package/src/models/create-form-result-command.ts +0 -51
- package/src/models/create-media-command.ts +0 -57
- package/src/models/create-patient-command.ts +0 -93
- package/src/models/create-profile-command.ts +0 -96
- package/src/models/create-service-review-command.ts +0 -87
- package/src/models/create-survey-result-command.ts +0 -63
- package/src/models/curation-categories-model.ts +0 -42
- package/src/models/curation-category-model.ts +0 -42
- package/src/models/curation-model.ts +0 -66
- package/src/models/curations-by-category-item-model.ts +0 -54
- package/src/models/curations-by-category-model.ts +0 -51
- package/src/models/currencies-model.ts +0 -42
- package/src/models/currency-item-model.ts +0 -48
- package/src/models/day-of-week.ts +0 -36
- package/src/models/deal-document-model.ts +0 -447
- package/src/models/deal-item-model.ts +0 -210
- package/src/models/deal-item-simple-model.ts +0 -54
- package/src/models/deal-mapping-model.ts +0 -33
- package/src/models/deal-model.ts +0 -264
- package/src/models/deal-package-item-model.ts +0 -132
- package/src/models/deal-package-mapping-model.ts +0 -75
- package/src/models/deal-package-model.ts +0 -171
- package/src/models/deal-packages-model.ts +0 -42
- package/src/models/deal-service-item-model.ts +0 -72
- package/src/models/deal-service-mapping-model.ts +0 -42
- package/src/models/deal-service-model.ts +0 -72
- package/src/models/deal-service-sub-document-model.ts +0 -333
- package/src/models/deal-service-translation-item-document-model.ts +0 -42
- package/src/models/deal-services-model.ts +0 -42
- package/src/models/deal-translation-document-model.ts +0 -42
- package/src/models/deals-model.ts +0 -42
- package/src/models/deals-simple-model.ts +0 -42
- package/src/models/department-document-model.ts +0 -375
- package/src/models/department-sub-document-model.ts +0 -327
- package/src/models/device-item-model.ts +0 -63
- package/src/models/device-model.ts +0 -69
- package/src/models/devices-model.ts +0 -42
- package/src/models/doctor-affiliation-item-model.ts +0 -261
- package/src/models/doctor-affiliation-model.ts +0 -351
- package/src/models/doctor-affiliation-translation-document-model.ts +0 -60
- package/src/models/doctor-affiliations-model.ts +0 -42
- package/src/models/doctor-certificate-item-model.ts +0 -66
- package/src/models/doctor-certificate-model.ts +0 -66
- package/src/models/doctor-certificate-sub-document-model.ts +0 -48
- package/src/models/doctor-certificates-model.ts +0 -42
- package/src/models/doctor-document-model.ts +0 -513
- package/src/models/doctor-education-item-model.ts +0 -78
- package/src/models/doctor-education-model.ts +0 -78
- package/src/models/doctor-educations-model.ts +0 -42
- package/src/models/doctor-item-model.ts +0 -105
- package/src/models/doctor-language-item-model.ts +0 -60
- package/src/models/doctor-language-model.ts +0 -60
- package/src/models/doctor-languages-model.ts +0 -42
- package/src/models/doctor-model.ts +0 -135
- package/src/models/doctor-portfolio-item-model.ts +0 -66
- package/src/models/doctor-portfolio-item-simple-model.ts +0 -48
- package/src/models/doctor-portfolio-model.ts +0 -66
- package/src/models/doctor-portfolios-model.ts +0 -42
- package/src/models/doctor-prefix.ts +0 -31
- package/src/models/doctor-simple-item-model.ts +0 -48
- package/src/models/doctor-specialties-model.ts +0 -42
- package/src/models/doctor-specialty-item-model.ts +0 -66
- package/src/models/doctor-specialty-model.ts +0 -66
- package/src/models/doctor-specialty-sub-document-model.ts +0 -321
- package/src/models/doctor-specialty-translation-item-document-model.ts +0 -42
- package/src/models/doctors-model.ts +0 -42
- package/src/models/doctors-simple-model.ts +0 -42
- package/src/models/facebook-user-data-deletion-response-model.ts +0 -48
- package/src/models/faq-categories-model.ts +0 -42
- package/src/models/faq-category-item-model.ts +0 -99
- package/src/models/faq-category-model.ts +0 -126
- package/src/models/faq-item-model.ts +0 -138
- package/src/models/faq-model.ts +0 -171
- package/src/models/faq-tag-item-model.ts +0 -42
- package/src/models/faq-tag-model.ts +0 -42
- package/src/models/faq-tags-model.ts +0 -42
- package/src/models/faqs-model.ts +0 -42
- package/src/models/feature-detail-document-model.ts +0 -78
- package/src/models/feature-detail-model.ts +0 -78
- package/src/models/feature-model.ts +0 -39
- package/src/models/footer-navigation-item-model.ts +0 -72
- package/src/models/form-field-model.ts +0 -129
- package/src/models/form-field-option-model.ts +0 -60
- package/src/models/form-result-field-input-model.ts +0 -39
- package/src/models/form-result-field-model.ts +0 -99
- package/src/models/form-result-item-model.ts +0 -111
- package/src/models/form-result-model.ts +0 -120
- package/src/models/form-result-section-input-model.ts +0 -39
- package/src/models/form-result-section-model.ts +0 -69
- package/src/models/form-result-status.ts +0 -32
- package/src/models/form-result-value-input-model.ts +0 -42
- package/src/models/form-result-value-model.ts +0 -66
- package/src/models/form-results-model.ts +0 -42
- package/src/models/form-section-model.ts +0 -69
- package/src/models/form-template-model.ts +0 -129
- package/src/models/form-template-status.ts +0 -31
- package/src/models/form-template-type.ts +0 -32
- package/src/models/gender.ts +0 -34
- package/src/models/geography-point.ts +0 -63
- package/src/models/get-appointment-timetables-response-model.ts +0 -51
- package/src/models/grade-document-model.ts +0 -48
- package/src/models/grade-model.ts +0 -48
- package/src/models/header-navigation-item-model.ts +0 -78
- package/src/models/hospital-accreditation-item-model.ts +0 -54
- package/src/models/hospital-accreditation-model.ts +0 -54
- package/src/models/hospital-accreditations-model.ts +0 -42
- package/src/models/hospital-branch-item-mapping-model.ts +0 -93
- package/src/models/hospital-branch-item-model.ts +0 -69
- package/src/models/hospital-branches-model.ts +0 -51
- package/src/models/hospital-consultation-option-model.ts +0 -42
- package/src/models/hospital-contact-document-model.ts +0 -78
- package/src/models/hospital-contact-item-model.ts +0 -87
- package/src/models/hospital-contacts-model.ts +0 -42
- package/src/models/hospital-doctor-portfolio-item-model.ts +0 -60
- package/src/models/hospital-doctor-portfolios-model.ts +0 -42
- package/src/models/hospital-document-model.ts +0 -516
- package/src/models/hospital-equipment-item-model.ts +0 -72
- package/src/models/hospital-equipment-model.ts +0 -72
- package/src/models/hospital-equipments-model.ts +0 -42
- package/src/models/hospital-evaluation-item-model.ts +0 -36
- package/src/models/hospital-evaluation-model.ts +0 -48
- package/src/models/hospital-evaluations-model.ts +0 -42
- package/src/models/hospital-group-item-model.ts +0 -60
- package/src/models/hospital-item-model.ts +0 -265
- package/src/models/hospital-language-item-model.ts +0 -60
- package/src/models/hospital-languages-model.ts +0 -42
- package/src/models/hospital-model.ts +0 -388
- package/src/models/hospital-payment-gateway-model.ts +0 -36
- package/src/models/hospital-payment-method-model.ts +0 -90
- package/src/models/hospital-payment-methods-model.ts +0 -42
- package/src/models/hospital-rating-item-model.ts +0 -72
- package/src/models/hospital-ratings-model.ts +0 -42
- package/src/models/hospital-service-item-model.ts +0 -162
- package/src/models/hospital-service-model.ts +0 -255
- package/src/models/hospital-services-model.ts +0 -42
- package/src/models/hospital-simple-item-model.ts +0 -54
- package/src/models/hospital-sns-handles-model.ts +0 -42
- package/src/models/hospital-specialties-model.ts +0 -42
- package/src/models/hospital-specialties-simple-model.ts +0 -42
- package/src/models/hospital-specialty-item-model.ts +0 -162
- package/src/models/hospital-specialty-model.ts +0 -243
- package/src/models/hospital-specialty-simple-item-model.ts +0 -60
- package/src/models/hospital-specialty-sub-document-model.ts +0 -333
- package/src/models/hospital-specialty-translation-item-document-model.ts +0 -48
- package/src/models/hospital-sub-document-model.ts +0 -360
- package/src/models/hospital-tag-item-model.ts +0 -36
- package/src/models/hospital-tag-model.ts +0 -42
- package/src/models/hospital-tags-model.ts +0 -42
- package/src/models/hospital-translation-document-model.ts +0 -72
- package/src/models/hospital-working-day-of-week-model.ts +0 -45
- package/src/models/hospital-working-days-model.ts +0 -42
- package/src/models/hospitals-model.ts +0 -42
- package/src/models/hospitals-simple-model.ts +0 -42
- package/src/models/index.ts +0 -375
- package/src/models/invite-send-bird-group-channel-command.ts +0 -30
- package/src/models/landing-item-model.ts +0 -81
- package/src/models/landing-model.ts +0 -141
- package/src/models/landings-model.ts +0 -42
- package/src/models/language-item-model.ts +0 -60
- package/src/models/language-model.ts +0 -60
- package/src/models/languages-model.ts +0 -42
- package/src/models/localized-url-model.ts +0 -42
- package/src/models/location-document-model.ts +0 -93
- package/src/models/location-model.ts +0 -103
- package/src/models/marketing-type.ts +0 -32
- package/src/models/media-document-model.ts +0 -66
- package/src/models/media-model.ts +0 -69
- package/src/models/media-type.ts +0 -37
- package/src/models/medias-model.ts +0 -42
- package/src/models/metadata.ts +0 -42
- package/src/models/notice-item-model.ts +0 -93
- package/src/models/notice-status.ts +0 -32
- package/src/models/notices-model.ts +0 -42
- package/src/models/notification-code.ts +0 -68
- package/src/models/notification-model.ts +0 -93
- package/src/models/notifications-model.ts +0 -48
- package/src/models/package-sub-document-model.ts +0 -72
- package/src/models/page-block-link-model.ts +0 -81
- package/src/models/page-block-link-type.ts +0 -32
- package/src/models/page-block-location-model.ts +0 -48
- package/src/models/page-block-model.ts +0 -147
- package/src/models/page-block-type.ts +0 -48
- package/src/models/page-item-model.ts +0 -102
- package/src/models/page-item-status.ts +0 -32
- package/src/models/page-section-list-type.ts +0 -34
- package/src/models/page-section-model.ts +0 -69
- package/src/models/paged-list-meta-data.ts +0 -84
- package/src/models/patient-model.ts +0 -129
- package/src/models/pay-appointment-command.ts +0 -39
- package/src/models/payment-method.ts +0 -35
- package/src/models/payment-model.ts +0 -87
- package/src/models/payment-status.ts +0 -33
- package/src/models/plan-hospital-item-model.ts +0 -54
- package/src/models/plan-hospital-model.ts +0 -54
- package/src/models/plan-hospitals-model.ts +0 -42
- package/src/models/plan-item-model.ts +0 -75
- package/src/models/plan-model.ts +0 -75
- package/src/models/plans-model.ts +0 -42
- package/src/models/platform.ts +0 -32
- package/src/models/policies-model.ts +0 -42
- package/src/models/policy-item-model.ts +0 -66
- package/src/models/policy-model.ts +0 -126
- package/src/models/prescription-diagnosis-model.ts +0 -42
- package/src/models/prescription-item-model.ts +0 -180
- package/src/models/prescription-medication-model.ts +0 -84
- package/src/models/prescription-model.ts +0 -207
- package/src/models/prescription-symptom-model.ts +0 -54
- package/src/models/prescriptions-model.ts +0 -42
- package/src/models/problem-details.ts +0 -56
- package/src/models/procedure.ts +0 -31
- package/src/models/promotion-model.ts +0 -108
- package/src/models/promotion-type.ts +0 -32
- package/src/models/promotions-model.ts +0 -42
- package/src/models/recurring-interval.ts +0 -33
- package/src/models/refund-appointment-command.ts +0 -48
- package/src/models/refund-policy.ts +0 -32
- package/src/models/refund-status.ts +0 -32
- package/src/models/register-patient-command.ts +0 -42
- package/src/models/registered-account-model.ts +0 -66
- package/src/models/reject-reason.ts +0 -33
- package/src/models/remove-cors-command.ts +0 -30
- package/src/models/request-handoff-command.ts +0 -48
- package/src/models/reschedule-appointment-command.ts +0 -42
- package/src/models/review-type.ts +0 -32
- package/src/models/secure-container-item-model.ts +0 -48
- package/src/models/secure-container-model.ts +0 -57
- package/src/models/secure-containers-model.ts +0 -42
- package/src/models/secure-file-item-input-model.ts +0 -48
- package/src/models/secure-file-model.ts +0 -93
- package/src/models/secure-files-uploaded-model.ts +0 -33
- package/src/models/send-bird-group-channel-member.ts +0 -87
- package/src/models/send-bird-group-channel-model.ts +0 -153
- package/src/models/send-bird-group-channelr-operator.ts +0 -42
- package/src/models/service-categories-model.ts +0 -42
- package/src/models/service-category-item-model.ts +0 -60
- package/src/models/service-category-model.ts +0 -60
- package/src/models/service-review-item-model.ts +0 -183
- package/src/models/service-review-model.ts +0 -183
- package/src/models/service-reviews-model.ts +0 -42
- package/src/models/simple-translation-model.ts +0 -60
- package/src/models/simple-translation-with-description-model.ts +0 -66
- package/src/models/sns-handle-document-model.ts +0 -36
- package/src/models/sns-handle-model.ts +0 -45
- package/src/models/sns-type.ts +0 -35
- package/src/models/source-model.ts +0 -48
- package/src/models/specialties-model.ts +0 -42
- package/src/models/specialties-simple-model.ts +0 -42
- package/src/models/specialty-document-model.ts +0 -372
- package/src/models/specialty-item-model.ts +0 -123
- package/src/models/specialty-item-simple-model.ts +0 -60
- package/src/models/specialty-model.ts +0 -150
- package/src/models/specialty-type-item-model.ts +0 -132
- package/src/models/specialty-type-model.ts +0 -159
- package/src/models/specialty-type-simple-item-model.ts +0 -54
- package/src/models/specialty-types-model.ts +0 -42
- package/src/models/specialty-types-simple-model.ts +0 -42
- package/src/models/survey-form-affiliation-model.ts +0 -63
- package/src/models/survey-form-element-model.ts +0 -96
- package/src/models/survey-form-element-option-model.ts +0 -66
- package/src/models/survey-form-element-types.ts +0 -44
- package/src/models/survey-form-model.ts +0 -117
- package/src/models/survey-form-status.ts +0 -31
- package/src/models/survey-result-element-input-model.ts +0 -54
- package/src/models/survey-result-element-value-input-model.ts +0 -42
- package/src/models/tag-document-model.ts +0 -36
- package/src/models/tag-item-model.ts +0 -48
- package/src/models/tag-model.ts +0 -48
- package/src/models/tags-model.ts +0 -42
- package/src/models/translation-document-model.ts +0 -36
- package/src/models/translation-item-document-model.ts +0 -36
- package/src/models/update-appointment-command.ts +0 -99
- package/src/models/update-call-history-command.ts +0 -81
- package/src/models/update-chat-user-command.ts +0 -48
- package/src/models/update-device-command.ts +0 -54
- package/src/models/update-media-command.ts +0 -57
- package/src/models/update-patient-command.ts +0 -87
- package/src/models/update-profile-command.ts +0 -84
- package/src/models/update-secure-container-command.ts +0 -45
- package/src/models/update-service-review-command.ts +0 -84
- package/src/models/update-survey-result-command.ts +0 -36
- package/src/models/update-vonage-user-command.ts +0 -66
- package/src/models/upi-payment-model.ts +0 -36
- package/src/models/uploaded-medias-model.ts +0 -33
- package/src/models/user-channels.ts +0 -105
- package/src/models/user-language-document-model.ts +0 -60
- package/src/models/user-language-model.ts +0 -60
- package/src/models/user-model.ts +0 -123
- package/src/models/user-property.ts +0 -30
- package/src/models/validate-specialty-names-by-specialty-type-command.ts +0 -42
- package/src/models/validate-specialty-names-result.ts +0 -30
- package/src/models/vonage-user.ts +0 -63
- package/src/models/web-app-metadata-model.ts +0 -66
- package/src/models/working-day-item-model.ts +0 -60
- package/src/models/working-day-model.ts +0 -60
- package/tsconfig.json +0 -71
|
@@ -1,799 +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 { ContributorModel } from '../models';
|
|
25
|
-
// @ts-ignore
|
|
26
|
-
import { ContributorSnsHandlesModel } from '../models';
|
|
27
|
-
// @ts-ignore
|
|
28
|
-
import { ContributorsModel } from '../models';
|
|
29
|
-
// @ts-ignore
|
|
30
|
-
import { SnsHandleModel } from '../models';
|
|
31
|
-
// @ts-ignore
|
|
32
|
-
import { SnsType } from '../models';
|
|
33
|
-
/**
|
|
34
|
-
* ContributorsApi - axios parameter creator
|
|
35
|
-
* @export
|
|
36
|
-
*/
|
|
37
|
-
export const ContributorsApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
38
|
-
return {
|
|
39
|
-
/**
|
|
40
|
-
*
|
|
41
|
-
* @summary Get Contributor.
|
|
42
|
-
* @param {string} contributorId
|
|
43
|
-
* @param {string} [languageCode]
|
|
44
|
-
* @param {boolean} [returnDefaultValue]
|
|
45
|
-
* @param {*} [options] Override http request option.
|
|
46
|
-
* @throws {RequiredError}
|
|
47
|
-
*/
|
|
48
|
-
apiV2ContributorsContributorIdGet: async (contributorId: string, languageCode?: string, returnDefaultValue?: boolean, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
49
|
-
// verify required parameter 'contributorId' is not null or undefined
|
|
50
|
-
assertParamExists('apiV2ContributorsContributorIdGet', 'contributorId', contributorId)
|
|
51
|
-
const localVarPath = `/api/v2/contributors/{contributorId}`
|
|
52
|
-
.replace(`{${"contributorId"}}`, encodeURIComponent(String(contributorId)));
|
|
53
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
54
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
55
|
-
let baseOptions;
|
|
56
|
-
if (configuration) {
|
|
57
|
-
baseOptions = configuration.baseOptions;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
61
|
-
const localVarHeaderParameter = {} as any;
|
|
62
|
-
const localVarQueryParameter = {} as any;
|
|
63
|
-
|
|
64
|
-
if (languageCode !== undefined) {
|
|
65
|
-
localVarQueryParameter['languageCode'] = languageCode;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
if (returnDefaultValue !== undefined) {
|
|
69
|
-
localVarQueryParameter['returnDefaultValue'] = returnDefaultValue;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
75
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
76
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
77
|
-
|
|
78
|
-
return {
|
|
79
|
-
url: toPathString(localVarUrlObj),
|
|
80
|
-
options: localVarRequestOptions,
|
|
81
|
-
};
|
|
82
|
-
},
|
|
83
|
-
/**
|
|
84
|
-
*
|
|
85
|
-
* @summary Get all ContributorHandles.
|
|
86
|
-
* @param {string} contributorId
|
|
87
|
-
* @param {string} [id]
|
|
88
|
-
* @param {SnsType} [snsType]
|
|
89
|
-
* @param {string} [handle]
|
|
90
|
-
* @param {number} [page]
|
|
91
|
-
* @param {number} [limit]
|
|
92
|
-
* @param {Date} [lastRetrieved]
|
|
93
|
-
* @param {*} [options] Override http request option.
|
|
94
|
-
* @throws {RequiredError}
|
|
95
|
-
*/
|
|
96
|
-
apiV2ContributorsContributorIdHandlesGet: async (contributorId: string, id?: string, snsType?: SnsType, handle?: string, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
97
|
-
// verify required parameter 'contributorId' is not null or undefined
|
|
98
|
-
assertParamExists('apiV2ContributorsContributorIdHandlesGet', 'contributorId', contributorId)
|
|
99
|
-
const localVarPath = `/api/v2/contributors/{contributorId}/handles`
|
|
100
|
-
.replace(`{${"contributorId"}}`, encodeURIComponent(String(contributorId)));
|
|
101
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
102
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
103
|
-
let baseOptions;
|
|
104
|
-
if (configuration) {
|
|
105
|
-
baseOptions = configuration.baseOptions;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
109
|
-
const localVarHeaderParameter = {} as any;
|
|
110
|
-
const localVarQueryParameter = {} as any;
|
|
111
|
-
|
|
112
|
-
if (id !== undefined) {
|
|
113
|
-
localVarQueryParameter['Id'] = id;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
if (snsType !== undefined) {
|
|
117
|
-
localVarQueryParameter['SnsType'] = snsType;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
if (handle !== undefined) {
|
|
121
|
-
localVarQueryParameter['Handle'] = handle;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
if (page !== undefined) {
|
|
125
|
-
localVarQueryParameter['page'] = page;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
if (limit !== undefined) {
|
|
129
|
-
localVarQueryParameter['limit'] = limit;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
if (lastRetrieved !== undefined) {
|
|
133
|
-
localVarQueryParameter['lastRetrieved'] = (lastRetrieved as any instanceof Date) ?
|
|
134
|
-
(lastRetrieved as any).toISOString() :
|
|
135
|
-
lastRetrieved;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
141
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
142
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
143
|
-
|
|
144
|
-
return {
|
|
145
|
-
url: toPathString(localVarUrlObj),
|
|
146
|
-
options: localVarRequestOptions,
|
|
147
|
-
};
|
|
148
|
-
},
|
|
149
|
-
/**
|
|
150
|
-
*
|
|
151
|
-
* @summary Get ContributorHandle.
|
|
152
|
-
* @param {string} contributorId
|
|
153
|
-
* @param {string} handleId
|
|
154
|
-
* @param {*} [options] Override http request option.
|
|
155
|
-
* @throws {RequiredError}
|
|
156
|
-
*/
|
|
157
|
-
apiV2ContributorsContributorIdHandlesHandleIdGet: async (contributorId: string, handleId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
158
|
-
// verify required parameter 'contributorId' is not null or undefined
|
|
159
|
-
assertParamExists('apiV2ContributorsContributorIdHandlesHandleIdGet', 'contributorId', contributorId)
|
|
160
|
-
// verify required parameter 'handleId' is not null or undefined
|
|
161
|
-
assertParamExists('apiV2ContributorsContributorIdHandlesHandleIdGet', 'handleId', handleId)
|
|
162
|
-
const localVarPath = `/api/v2/contributors/{contributorId}/handles/{handleId}`
|
|
163
|
-
.replace(`{${"contributorId"}}`, encodeURIComponent(String(contributorId)))
|
|
164
|
-
.replace(`{${"handleId"}}`, encodeURIComponent(String(handleId)));
|
|
165
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
166
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
167
|
-
let baseOptions;
|
|
168
|
-
if (configuration) {
|
|
169
|
-
baseOptions = configuration.baseOptions;
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
173
|
-
const localVarHeaderParameter = {} as any;
|
|
174
|
-
const localVarQueryParameter = {} as any;
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
179
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
180
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
181
|
-
|
|
182
|
-
return {
|
|
183
|
-
url: toPathString(localVarUrlObj),
|
|
184
|
-
options: localVarRequestOptions,
|
|
185
|
-
};
|
|
186
|
-
},
|
|
187
|
-
/**
|
|
188
|
-
*
|
|
189
|
-
* @summary Get all Contributors.
|
|
190
|
-
* @param {string} [id]
|
|
191
|
-
* @param {string} [name]
|
|
192
|
-
* @param {string} [email]
|
|
193
|
-
* @param {string} [website]
|
|
194
|
-
* @param {string} [hospitalId]
|
|
195
|
-
* @param {boolean} [interviewerOnly]
|
|
196
|
-
* @param {boolean} [showHidden]
|
|
197
|
-
* @param {string} [languageCode]
|
|
198
|
-
* @param {boolean} [returnDefaultValue]
|
|
199
|
-
* @param {number} [page]
|
|
200
|
-
* @param {number} [limit]
|
|
201
|
-
* @param {Date} [lastRetrieved]
|
|
202
|
-
* @param {*} [options] Override http request option.
|
|
203
|
-
* @throws {RequiredError}
|
|
204
|
-
*/
|
|
205
|
-
apiV2ContributorsGet: async (id?: string, name?: string, email?: string, website?: string, hospitalId?: string, interviewerOnly?: boolean, showHidden?: boolean, languageCode?: string, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
206
|
-
const localVarPath = `/api/v2/contributors`;
|
|
207
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
208
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
209
|
-
let baseOptions;
|
|
210
|
-
if (configuration) {
|
|
211
|
-
baseOptions = configuration.baseOptions;
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
215
|
-
const localVarHeaderParameter = {} as any;
|
|
216
|
-
const localVarQueryParameter = {} as any;
|
|
217
|
-
|
|
218
|
-
if (id !== undefined) {
|
|
219
|
-
localVarQueryParameter['Id'] = id;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
if (name !== undefined) {
|
|
223
|
-
localVarQueryParameter['Name'] = name;
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
if (email !== undefined) {
|
|
227
|
-
localVarQueryParameter['Email'] = email;
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
if (website !== undefined) {
|
|
231
|
-
localVarQueryParameter['Website'] = website;
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
if (hospitalId !== undefined) {
|
|
235
|
-
localVarQueryParameter['HospitalId'] = hospitalId;
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
if (interviewerOnly !== undefined) {
|
|
239
|
-
localVarQueryParameter['InterviewerOnly'] = interviewerOnly;
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
if (showHidden !== undefined) {
|
|
243
|
-
localVarQueryParameter['ShowHidden'] = showHidden;
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
if (languageCode !== undefined) {
|
|
247
|
-
localVarQueryParameter['LanguageCode'] = languageCode;
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
if (returnDefaultValue !== undefined) {
|
|
251
|
-
localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
if (page !== undefined) {
|
|
255
|
-
localVarQueryParameter['page'] = page;
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
if (limit !== undefined) {
|
|
259
|
-
localVarQueryParameter['limit'] = limit;
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
if (lastRetrieved !== undefined) {
|
|
263
|
-
localVarQueryParameter['lastRetrieved'] = (lastRetrieved as any instanceof Date) ?
|
|
264
|
-
(lastRetrieved as any).toISOString() :
|
|
265
|
-
lastRetrieved;
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
271
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
272
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
273
|
-
|
|
274
|
-
return {
|
|
275
|
-
url: toPathString(localVarUrlObj),
|
|
276
|
-
options: localVarRequestOptions,
|
|
277
|
-
};
|
|
278
|
-
},
|
|
279
|
-
/**
|
|
280
|
-
*
|
|
281
|
-
* @summary Get Contributor by slug.
|
|
282
|
-
* @param {string} slug
|
|
283
|
-
* @param {string} [languageCode]
|
|
284
|
-
* @param {boolean} [returnDefaultValue]
|
|
285
|
-
* @param {string} [previewSecret]
|
|
286
|
-
* @param {*} [options] Override http request option.
|
|
287
|
-
* @throws {RequiredError}
|
|
288
|
-
*/
|
|
289
|
-
apiV2ContributorsSlugGet: async (slug: string, languageCode?: string, returnDefaultValue?: boolean, previewSecret?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
290
|
-
// verify required parameter 'slug' is not null or undefined
|
|
291
|
-
assertParamExists('apiV2ContributorsSlugGet', 'slug', slug)
|
|
292
|
-
const localVarPath = `/api/v2/contributors/{slug}`
|
|
293
|
-
.replace(`{${"slug"}}`, encodeURIComponent(String(slug)));
|
|
294
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
295
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
296
|
-
let baseOptions;
|
|
297
|
-
if (configuration) {
|
|
298
|
-
baseOptions = configuration.baseOptions;
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
302
|
-
const localVarHeaderParameter = {} as any;
|
|
303
|
-
const localVarQueryParameter = {} as any;
|
|
304
|
-
|
|
305
|
-
if (languageCode !== undefined) {
|
|
306
|
-
localVarQueryParameter['languageCode'] = languageCode;
|
|
307
|
-
}
|
|
308
|
-
|
|
309
|
-
if (returnDefaultValue !== undefined) {
|
|
310
|
-
localVarQueryParameter['returnDefaultValue'] = returnDefaultValue;
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
if (previewSecret !== undefined) {
|
|
314
|
-
localVarQueryParameter['previewSecret'] = previewSecret;
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
320
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
321
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
322
|
-
|
|
323
|
-
return {
|
|
324
|
-
url: toPathString(localVarUrlObj),
|
|
325
|
-
options: localVarRequestOptions,
|
|
326
|
-
};
|
|
327
|
-
},
|
|
328
|
-
}
|
|
329
|
-
};
|
|
330
|
-
|
|
331
|
-
/**
|
|
332
|
-
* ContributorsApi - functional programming interface
|
|
333
|
-
* @export
|
|
334
|
-
*/
|
|
335
|
-
export const ContributorsApiFp = function(configuration?: Configuration) {
|
|
336
|
-
const localVarAxiosParamCreator = ContributorsApiAxiosParamCreator(configuration)
|
|
337
|
-
return {
|
|
338
|
-
/**
|
|
339
|
-
*
|
|
340
|
-
* @summary Get Contributor.
|
|
341
|
-
* @param {string} contributorId
|
|
342
|
-
* @param {string} [languageCode]
|
|
343
|
-
* @param {boolean} [returnDefaultValue]
|
|
344
|
-
* @param {*} [options] Override http request option.
|
|
345
|
-
* @throws {RequiredError}
|
|
346
|
-
*/
|
|
347
|
-
async apiV2ContributorsContributorIdGet(contributorId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ContributorModel>> {
|
|
348
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2ContributorsContributorIdGet(contributorId, languageCode, returnDefaultValue, options);
|
|
349
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
350
|
-
},
|
|
351
|
-
/**
|
|
352
|
-
*
|
|
353
|
-
* @summary Get all ContributorHandles.
|
|
354
|
-
* @param {string} contributorId
|
|
355
|
-
* @param {string} [id]
|
|
356
|
-
* @param {SnsType} [snsType]
|
|
357
|
-
* @param {string} [handle]
|
|
358
|
-
* @param {number} [page]
|
|
359
|
-
* @param {number} [limit]
|
|
360
|
-
* @param {Date} [lastRetrieved]
|
|
361
|
-
* @param {*} [options] Override http request option.
|
|
362
|
-
* @throws {RequiredError}
|
|
363
|
-
*/
|
|
364
|
-
async apiV2ContributorsContributorIdHandlesGet(contributorId: string, id?: string, snsType?: SnsType, handle?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ContributorSnsHandlesModel>> {
|
|
365
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2ContributorsContributorIdHandlesGet(contributorId, id, snsType, handle, page, limit, lastRetrieved, options);
|
|
366
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
367
|
-
},
|
|
368
|
-
/**
|
|
369
|
-
*
|
|
370
|
-
* @summary Get ContributorHandle.
|
|
371
|
-
* @param {string} contributorId
|
|
372
|
-
* @param {string} handleId
|
|
373
|
-
* @param {*} [options] Override http request option.
|
|
374
|
-
* @throws {RequiredError}
|
|
375
|
-
*/
|
|
376
|
-
async apiV2ContributorsContributorIdHandlesHandleIdGet(contributorId: string, handleId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SnsHandleModel>> {
|
|
377
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2ContributorsContributorIdHandlesHandleIdGet(contributorId, handleId, options);
|
|
378
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
379
|
-
},
|
|
380
|
-
/**
|
|
381
|
-
*
|
|
382
|
-
* @summary Get all Contributors.
|
|
383
|
-
* @param {string} [id]
|
|
384
|
-
* @param {string} [name]
|
|
385
|
-
* @param {string} [email]
|
|
386
|
-
* @param {string} [website]
|
|
387
|
-
* @param {string} [hospitalId]
|
|
388
|
-
* @param {boolean} [interviewerOnly]
|
|
389
|
-
* @param {boolean} [showHidden]
|
|
390
|
-
* @param {string} [languageCode]
|
|
391
|
-
* @param {boolean} [returnDefaultValue]
|
|
392
|
-
* @param {number} [page]
|
|
393
|
-
* @param {number} [limit]
|
|
394
|
-
* @param {Date} [lastRetrieved]
|
|
395
|
-
* @param {*} [options] Override http request option.
|
|
396
|
-
* @throws {RequiredError}
|
|
397
|
-
*/
|
|
398
|
-
async apiV2ContributorsGet(id?: string, name?: string, email?: string, website?: string, hospitalId?: string, interviewerOnly?: boolean, showHidden?: boolean, languageCode?: string, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ContributorsModel>> {
|
|
399
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2ContributorsGet(id, name, email, website, hospitalId, interviewerOnly, showHidden, languageCode, returnDefaultValue, page, limit, lastRetrieved, options);
|
|
400
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
401
|
-
},
|
|
402
|
-
/**
|
|
403
|
-
*
|
|
404
|
-
* @summary Get Contributor by slug.
|
|
405
|
-
* @param {string} slug
|
|
406
|
-
* @param {string} [languageCode]
|
|
407
|
-
* @param {boolean} [returnDefaultValue]
|
|
408
|
-
* @param {string} [previewSecret]
|
|
409
|
-
* @param {*} [options] Override http request option.
|
|
410
|
-
* @throws {RequiredError}
|
|
411
|
-
*/
|
|
412
|
-
async apiV2ContributorsSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, previewSecret?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ContributorModel>> {
|
|
413
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2ContributorsSlugGet(slug, languageCode, returnDefaultValue, previewSecret, options);
|
|
414
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
415
|
-
},
|
|
416
|
-
}
|
|
417
|
-
};
|
|
418
|
-
|
|
419
|
-
/**
|
|
420
|
-
* ContributorsApi - factory interface
|
|
421
|
-
* @export
|
|
422
|
-
*/
|
|
423
|
-
export const ContributorsApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
424
|
-
const localVarFp = ContributorsApiFp(configuration)
|
|
425
|
-
return {
|
|
426
|
-
/**
|
|
427
|
-
*
|
|
428
|
-
* @summary Get Contributor.
|
|
429
|
-
* @param {string} contributorId
|
|
430
|
-
* @param {string} [languageCode]
|
|
431
|
-
* @param {boolean} [returnDefaultValue]
|
|
432
|
-
* @param {*} [options] Override http request option.
|
|
433
|
-
* @throws {RequiredError}
|
|
434
|
-
*/
|
|
435
|
-
apiV2ContributorsContributorIdGet(contributorId: string, languageCode?: string, returnDefaultValue?: boolean, options?: any): AxiosPromise<ContributorModel> {
|
|
436
|
-
return localVarFp.apiV2ContributorsContributorIdGet(contributorId, languageCode, returnDefaultValue, options).then((request) => request(axios, basePath));
|
|
437
|
-
},
|
|
438
|
-
/**
|
|
439
|
-
*
|
|
440
|
-
* @summary Get all ContributorHandles.
|
|
441
|
-
* @param {string} contributorId
|
|
442
|
-
* @param {string} [id]
|
|
443
|
-
* @param {SnsType} [snsType]
|
|
444
|
-
* @param {string} [handle]
|
|
445
|
-
* @param {number} [page]
|
|
446
|
-
* @param {number} [limit]
|
|
447
|
-
* @param {Date} [lastRetrieved]
|
|
448
|
-
* @param {*} [options] Override http request option.
|
|
449
|
-
* @throws {RequiredError}
|
|
450
|
-
*/
|
|
451
|
-
apiV2ContributorsContributorIdHandlesGet(contributorId: string, id?: string, snsType?: SnsType, handle?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<ContributorSnsHandlesModel> {
|
|
452
|
-
return localVarFp.apiV2ContributorsContributorIdHandlesGet(contributorId, id, snsType, handle, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
|
|
453
|
-
},
|
|
454
|
-
/**
|
|
455
|
-
*
|
|
456
|
-
* @summary Get ContributorHandle.
|
|
457
|
-
* @param {string} contributorId
|
|
458
|
-
* @param {string} handleId
|
|
459
|
-
* @param {*} [options] Override http request option.
|
|
460
|
-
* @throws {RequiredError}
|
|
461
|
-
*/
|
|
462
|
-
apiV2ContributorsContributorIdHandlesHandleIdGet(contributorId: string, handleId: string, options?: any): AxiosPromise<SnsHandleModel> {
|
|
463
|
-
return localVarFp.apiV2ContributorsContributorIdHandlesHandleIdGet(contributorId, handleId, options).then((request) => request(axios, basePath));
|
|
464
|
-
},
|
|
465
|
-
/**
|
|
466
|
-
*
|
|
467
|
-
* @summary Get all Contributors.
|
|
468
|
-
* @param {string} [id]
|
|
469
|
-
* @param {string} [name]
|
|
470
|
-
* @param {string} [email]
|
|
471
|
-
* @param {string} [website]
|
|
472
|
-
* @param {string} [hospitalId]
|
|
473
|
-
* @param {boolean} [interviewerOnly]
|
|
474
|
-
* @param {boolean} [showHidden]
|
|
475
|
-
* @param {string} [languageCode]
|
|
476
|
-
* @param {boolean} [returnDefaultValue]
|
|
477
|
-
* @param {number} [page]
|
|
478
|
-
* @param {number} [limit]
|
|
479
|
-
* @param {Date} [lastRetrieved]
|
|
480
|
-
* @param {*} [options] Override http request option.
|
|
481
|
-
* @throws {RequiredError}
|
|
482
|
-
*/
|
|
483
|
-
apiV2ContributorsGet(id?: string, name?: string, email?: string, website?: string, hospitalId?: string, interviewerOnly?: boolean, showHidden?: boolean, languageCode?: string, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<ContributorsModel> {
|
|
484
|
-
return localVarFp.apiV2ContributorsGet(id, name, email, website, hospitalId, interviewerOnly, showHidden, languageCode, returnDefaultValue, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
|
|
485
|
-
},
|
|
486
|
-
/**
|
|
487
|
-
*
|
|
488
|
-
* @summary Get Contributor by slug.
|
|
489
|
-
* @param {string} slug
|
|
490
|
-
* @param {string} [languageCode]
|
|
491
|
-
* @param {boolean} [returnDefaultValue]
|
|
492
|
-
* @param {string} [previewSecret]
|
|
493
|
-
* @param {*} [options] Override http request option.
|
|
494
|
-
* @throws {RequiredError}
|
|
495
|
-
*/
|
|
496
|
-
apiV2ContributorsSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, previewSecret?: string, options?: any): AxiosPromise<ContributorModel> {
|
|
497
|
-
return localVarFp.apiV2ContributorsSlugGet(slug, languageCode, returnDefaultValue, previewSecret, options).then((request) => request(axios, basePath));
|
|
498
|
-
},
|
|
499
|
-
};
|
|
500
|
-
};
|
|
501
|
-
|
|
502
|
-
/**
|
|
503
|
-
* Request parameters for apiV2ContributorsContributorIdGet operation in ContributorsApi.
|
|
504
|
-
* @export
|
|
505
|
-
* @interface ContributorsApiApiV2ContributorsContributorIdGetRequest
|
|
506
|
-
*/
|
|
507
|
-
export interface ContributorsApiApiV2ContributorsContributorIdGetRequest {
|
|
508
|
-
/**
|
|
509
|
-
*
|
|
510
|
-
* @type {string}
|
|
511
|
-
* @memberof ContributorsApiApiV2ContributorsContributorIdGet
|
|
512
|
-
*/
|
|
513
|
-
readonly contributorId: string
|
|
514
|
-
|
|
515
|
-
/**
|
|
516
|
-
*
|
|
517
|
-
* @type {string}
|
|
518
|
-
* @memberof ContributorsApiApiV2ContributorsContributorIdGet
|
|
519
|
-
*/
|
|
520
|
-
readonly languageCode?: string
|
|
521
|
-
|
|
522
|
-
/**
|
|
523
|
-
*
|
|
524
|
-
* @type {boolean}
|
|
525
|
-
* @memberof ContributorsApiApiV2ContributorsContributorIdGet
|
|
526
|
-
*/
|
|
527
|
-
readonly returnDefaultValue?: boolean
|
|
528
|
-
}
|
|
529
|
-
|
|
530
|
-
/**
|
|
531
|
-
* Request parameters for apiV2ContributorsContributorIdHandlesGet operation in ContributorsApi.
|
|
532
|
-
* @export
|
|
533
|
-
* @interface ContributorsApiApiV2ContributorsContributorIdHandlesGetRequest
|
|
534
|
-
*/
|
|
535
|
-
export interface ContributorsApiApiV2ContributorsContributorIdHandlesGetRequest {
|
|
536
|
-
/**
|
|
537
|
-
*
|
|
538
|
-
* @type {string}
|
|
539
|
-
* @memberof ContributorsApiApiV2ContributorsContributorIdHandlesGet
|
|
540
|
-
*/
|
|
541
|
-
readonly contributorId: string
|
|
542
|
-
|
|
543
|
-
/**
|
|
544
|
-
*
|
|
545
|
-
* @type {string}
|
|
546
|
-
* @memberof ContributorsApiApiV2ContributorsContributorIdHandlesGet
|
|
547
|
-
*/
|
|
548
|
-
readonly id?: string
|
|
549
|
-
|
|
550
|
-
/**
|
|
551
|
-
*
|
|
552
|
-
* @type {SnsType}
|
|
553
|
-
* @memberof ContributorsApiApiV2ContributorsContributorIdHandlesGet
|
|
554
|
-
*/
|
|
555
|
-
readonly snsType?: SnsType
|
|
556
|
-
|
|
557
|
-
/**
|
|
558
|
-
*
|
|
559
|
-
* @type {string}
|
|
560
|
-
* @memberof ContributorsApiApiV2ContributorsContributorIdHandlesGet
|
|
561
|
-
*/
|
|
562
|
-
readonly handle?: string
|
|
563
|
-
|
|
564
|
-
/**
|
|
565
|
-
*
|
|
566
|
-
* @type {number}
|
|
567
|
-
* @memberof ContributorsApiApiV2ContributorsContributorIdHandlesGet
|
|
568
|
-
*/
|
|
569
|
-
readonly page?: number
|
|
570
|
-
|
|
571
|
-
/**
|
|
572
|
-
*
|
|
573
|
-
* @type {number}
|
|
574
|
-
* @memberof ContributorsApiApiV2ContributorsContributorIdHandlesGet
|
|
575
|
-
*/
|
|
576
|
-
readonly limit?: number
|
|
577
|
-
|
|
578
|
-
/**
|
|
579
|
-
*
|
|
580
|
-
* @type {Date}
|
|
581
|
-
* @memberof ContributorsApiApiV2ContributorsContributorIdHandlesGet
|
|
582
|
-
*/
|
|
583
|
-
readonly lastRetrieved?: Date
|
|
584
|
-
}
|
|
585
|
-
|
|
586
|
-
/**
|
|
587
|
-
* Request parameters for apiV2ContributorsContributorIdHandlesHandleIdGet operation in ContributorsApi.
|
|
588
|
-
* @export
|
|
589
|
-
* @interface ContributorsApiApiV2ContributorsContributorIdHandlesHandleIdGetRequest
|
|
590
|
-
*/
|
|
591
|
-
export interface ContributorsApiApiV2ContributorsContributorIdHandlesHandleIdGetRequest {
|
|
592
|
-
/**
|
|
593
|
-
*
|
|
594
|
-
* @type {string}
|
|
595
|
-
* @memberof ContributorsApiApiV2ContributorsContributorIdHandlesHandleIdGet
|
|
596
|
-
*/
|
|
597
|
-
readonly contributorId: string
|
|
598
|
-
|
|
599
|
-
/**
|
|
600
|
-
*
|
|
601
|
-
* @type {string}
|
|
602
|
-
* @memberof ContributorsApiApiV2ContributorsContributorIdHandlesHandleIdGet
|
|
603
|
-
*/
|
|
604
|
-
readonly handleId: string
|
|
605
|
-
}
|
|
606
|
-
|
|
607
|
-
/**
|
|
608
|
-
* Request parameters for apiV2ContributorsGet operation in ContributorsApi.
|
|
609
|
-
* @export
|
|
610
|
-
* @interface ContributorsApiApiV2ContributorsGetRequest
|
|
611
|
-
*/
|
|
612
|
-
export interface ContributorsApiApiV2ContributorsGetRequest {
|
|
613
|
-
/**
|
|
614
|
-
*
|
|
615
|
-
* @type {string}
|
|
616
|
-
* @memberof ContributorsApiApiV2ContributorsGet
|
|
617
|
-
*/
|
|
618
|
-
readonly id?: string
|
|
619
|
-
|
|
620
|
-
/**
|
|
621
|
-
*
|
|
622
|
-
* @type {string}
|
|
623
|
-
* @memberof ContributorsApiApiV2ContributorsGet
|
|
624
|
-
*/
|
|
625
|
-
readonly name?: string
|
|
626
|
-
|
|
627
|
-
/**
|
|
628
|
-
*
|
|
629
|
-
* @type {string}
|
|
630
|
-
* @memberof ContributorsApiApiV2ContributorsGet
|
|
631
|
-
*/
|
|
632
|
-
readonly email?: string
|
|
633
|
-
|
|
634
|
-
/**
|
|
635
|
-
*
|
|
636
|
-
* @type {string}
|
|
637
|
-
* @memberof ContributorsApiApiV2ContributorsGet
|
|
638
|
-
*/
|
|
639
|
-
readonly website?: string
|
|
640
|
-
|
|
641
|
-
/**
|
|
642
|
-
*
|
|
643
|
-
* @type {string}
|
|
644
|
-
* @memberof ContributorsApiApiV2ContributorsGet
|
|
645
|
-
*/
|
|
646
|
-
readonly hospitalId?: string
|
|
647
|
-
|
|
648
|
-
/**
|
|
649
|
-
*
|
|
650
|
-
* @type {boolean}
|
|
651
|
-
* @memberof ContributorsApiApiV2ContributorsGet
|
|
652
|
-
*/
|
|
653
|
-
readonly interviewerOnly?: boolean
|
|
654
|
-
|
|
655
|
-
/**
|
|
656
|
-
*
|
|
657
|
-
* @type {boolean}
|
|
658
|
-
* @memberof ContributorsApiApiV2ContributorsGet
|
|
659
|
-
*/
|
|
660
|
-
readonly showHidden?: boolean
|
|
661
|
-
|
|
662
|
-
/**
|
|
663
|
-
*
|
|
664
|
-
* @type {string}
|
|
665
|
-
* @memberof ContributorsApiApiV2ContributorsGet
|
|
666
|
-
*/
|
|
667
|
-
readonly languageCode?: string
|
|
668
|
-
|
|
669
|
-
/**
|
|
670
|
-
*
|
|
671
|
-
* @type {boolean}
|
|
672
|
-
* @memberof ContributorsApiApiV2ContributorsGet
|
|
673
|
-
*/
|
|
674
|
-
readonly returnDefaultValue?: boolean
|
|
675
|
-
|
|
676
|
-
/**
|
|
677
|
-
*
|
|
678
|
-
* @type {number}
|
|
679
|
-
* @memberof ContributorsApiApiV2ContributorsGet
|
|
680
|
-
*/
|
|
681
|
-
readonly page?: number
|
|
682
|
-
|
|
683
|
-
/**
|
|
684
|
-
*
|
|
685
|
-
* @type {number}
|
|
686
|
-
* @memberof ContributorsApiApiV2ContributorsGet
|
|
687
|
-
*/
|
|
688
|
-
readonly limit?: number
|
|
689
|
-
|
|
690
|
-
/**
|
|
691
|
-
*
|
|
692
|
-
* @type {Date}
|
|
693
|
-
* @memberof ContributorsApiApiV2ContributorsGet
|
|
694
|
-
*/
|
|
695
|
-
readonly lastRetrieved?: Date
|
|
696
|
-
}
|
|
697
|
-
|
|
698
|
-
/**
|
|
699
|
-
* Request parameters for apiV2ContributorsSlugGet operation in ContributorsApi.
|
|
700
|
-
* @export
|
|
701
|
-
* @interface ContributorsApiApiV2ContributorsSlugGetRequest
|
|
702
|
-
*/
|
|
703
|
-
export interface ContributorsApiApiV2ContributorsSlugGetRequest {
|
|
704
|
-
/**
|
|
705
|
-
*
|
|
706
|
-
* @type {string}
|
|
707
|
-
* @memberof ContributorsApiApiV2ContributorsSlugGet
|
|
708
|
-
*/
|
|
709
|
-
readonly slug: string
|
|
710
|
-
|
|
711
|
-
/**
|
|
712
|
-
*
|
|
713
|
-
* @type {string}
|
|
714
|
-
* @memberof ContributorsApiApiV2ContributorsSlugGet
|
|
715
|
-
*/
|
|
716
|
-
readonly languageCode?: string
|
|
717
|
-
|
|
718
|
-
/**
|
|
719
|
-
*
|
|
720
|
-
* @type {boolean}
|
|
721
|
-
* @memberof ContributorsApiApiV2ContributorsSlugGet
|
|
722
|
-
*/
|
|
723
|
-
readonly returnDefaultValue?: boolean
|
|
724
|
-
|
|
725
|
-
/**
|
|
726
|
-
*
|
|
727
|
-
* @type {string}
|
|
728
|
-
* @memberof ContributorsApiApiV2ContributorsSlugGet
|
|
729
|
-
*/
|
|
730
|
-
readonly previewSecret?: string
|
|
731
|
-
}
|
|
732
|
-
|
|
733
|
-
/**
|
|
734
|
-
* ContributorsApi - object-oriented interface
|
|
735
|
-
* @export
|
|
736
|
-
* @class ContributorsApi
|
|
737
|
-
* @extends {BaseAPI}
|
|
738
|
-
*/
|
|
739
|
-
export class ContributorsApi extends BaseAPI {
|
|
740
|
-
/**
|
|
741
|
-
*
|
|
742
|
-
* @summary Get Contributor.
|
|
743
|
-
* @param {ContributorsApiApiV2ContributorsContributorIdGetRequest} requestParameters Request parameters.
|
|
744
|
-
* @param {*} [options] Override http request option.
|
|
745
|
-
* @throws {RequiredError}
|
|
746
|
-
* @memberof ContributorsApi
|
|
747
|
-
*/
|
|
748
|
-
public apiV2ContributorsContributorIdGet(requestParameters: ContributorsApiApiV2ContributorsContributorIdGetRequest, options?: AxiosRequestConfig) {
|
|
749
|
-
return ContributorsApiFp(this.configuration).apiV2ContributorsContributorIdGet(requestParameters.contributorId, requestParameters.languageCode, requestParameters.returnDefaultValue, options).then((request) => request(this.axios, this.basePath));
|
|
750
|
-
}
|
|
751
|
-
|
|
752
|
-
/**
|
|
753
|
-
*
|
|
754
|
-
* @summary Get all ContributorHandles.
|
|
755
|
-
* @param {ContributorsApiApiV2ContributorsContributorIdHandlesGetRequest} requestParameters Request parameters.
|
|
756
|
-
* @param {*} [options] Override http request option.
|
|
757
|
-
* @throws {RequiredError}
|
|
758
|
-
* @memberof ContributorsApi
|
|
759
|
-
*/
|
|
760
|
-
public apiV2ContributorsContributorIdHandlesGet(requestParameters: ContributorsApiApiV2ContributorsContributorIdHandlesGetRequest, options?: AxiosRequestConfig) {
|
|
761
|
-
return ContributorsApiFp(this.configuration).apiV2ContributorsContributorIdHandlesGet(requestParameters.contributorId, requestParameters.id, requestParameters.snsType, requestParameters.handle, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
762
|
-
}
|
|
763
|
-
|
|
764
|
-
/**
|
|
765
|
-
*
|
|
766
|
-
* @summary Get ContributorHandle.
|
|
767
|
-
* @param {ContributorsApiApiV2ContributorsContributorIdHandlesHandleIdGetRequest} requestParameters Request parameters.
|
|
768
|
-
* @param {*} [options] Override http request option.
|
|
769
|
-
* @throws {RequiredError}
|
|
770
|
-
* @memberof ContributorsApi
|
|
771
|
-
*/
|
|
772
|
-
public apiV2ContributorsContributorIdHandlesHandleIdGet(requestParameters: ContributorsApiApiV2ContributorsContributorIdHandlesHandleIdGetRequest, options?: AxiosRequestConfig) {
|
|
773
|
-
return ContributorsApiFp(this.configuration).apiV2ContributorsContributorIdHandlesHandleIdGet(requestParameters.contributorId, requestParameters.handleId, options).then((request) => request(this.axios, this.basePath));
|
|
774
|
-
}
|
|
775
|
-
|
|
776
|
-
/**
|
|
777
|
-
*
|
|
778
|
-
* @summary Get all Contributors.
|
|
779
|
-
* @param {ContributorsApiApiV2ContributorsGetRequest} requestParameters Request parameters.
|
|
780
|
-
* @param {*} [options] Override http request option.
|
|
781
|
-
* @throws {RequiredError}
|
|
782
|
-
* @memberof ContributorsApi
|
|
783
|
-
*/
|
|
784
|
-
public apiV2ContributorsGet(requestParameters: ContributorsApiApiV2ContributorsGetRequest = {}, options?: AxiosRequestConfig) {
|
|
785
|
-
return ContributorsApiFp(this.configuration).apiV2ContributorsGet(requestParameters.id, requestParameters.name, requestParameters.email, requestParameters.website, requestParameters.hospitalId, requestParameters.interviewerOnly, requestParameters.showHidden, requestParameters.languageCode, requestParameters.returnDefaultValue, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
786
|
-
}
|
|
787
|
-
|
|
788
|
-
/**
|
|
789
|
-
*
|
|
790
|
-
* @summary Get Contributor by slug.
|
|
791
|
-
* @param {ContributorsApiApiV2ContributorsSlugGetRequest} requestParameters Request parameters.
|
|
792
|
-
* @param {*} [options] Override http request option.
|
|
793
|
-
* @throws {RequiredError}
|
|
794
|
-
* @memberof ContributorsApi
|
|
795
|
-
*/
|
|
796
|
-
public apiV2ContributorsSlugGet(requestParameters: ContributorsApiApiV2ContributorsSlugGetRequest, options?: AxiosRequestConfig) {
|
|
797
|
-
return ContributorsApiFp(this.configuration).apiV2ContributorsSlugGet(requestParameters.slug, requestParameters.languageCode, requestParameters.returnDefaultValue, requestParameters.previewSecret, options).then((request) => request(this.axios, this.basePath));
|
|
798
|
-
}
|
|
799
|
-
}
|