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
package/src/api/faqs-api.ts
DELETED
|
@@ -1,980 +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 { FaqModel } from '../models';
|
|
25
|
-
// @ts-ignore
|
|
26
|
-
import { FaqTagModel } from '../models';
|
|
27
|
-
// @ts-ignore
|
|
28
|
-
import { FaqTagsModel } from '../models';
|
|
29
|
-
// @ts-ignore
|
|
30
|
-
import { FaqsModel } from '../models';
|
|
31
|
-
// @ts-ignore
|
|
32
|
-
import { MediaModel } from '../models';
|
|
33
|
-
// @ts-ignore
|
|
34
|
-
import { MediaType } from '../models';
|
|
35
|
-
// @ts-ignore
|
|
36
|
-
import { MediasModel } from '../models';
|
|
37
|
-
/**
|
|
38
|
-
* FaqsApi - axios parameter creator
|
|
39
|
-
* @export
|
|
40
|
-
*/
|
|
41
|
-
export const FaqsApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
42
|
-
return {
|
|
43
|
-
/**
|
|
44
|
-
*
|
|
45
|
-
* @summary Get faq.
|
|
46
|
-
* @param {string} faqId
|
|
47
|
-
* @param {string} [languageCode]
|
|
48
|
-
* @param {*} [options] Override http request option.
|
|
49
|
-
* @throws {RequiredError}
|
|
50
|
-
*/
|
|
51
|
-
apiV2FaqsFaqIdGet: async (faqId: string, languageCode?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
52
|
-
// verify required parameter 'faqId' is not null or undefined
|
|
53
|
-
assertParamExists('apiV2FaqsFaqIdGet', 'faqId', faqId)
|
|
54
|
-
const localVarPath = `/api/v2/faqs/{faqId}`
|
|
55
|
-
.replace(`{${"faqId"}}`, encodeURIComponent(String(faqId)));
|
|
56
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
57
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
58
|
-
let baseOptions;
|
|
59
|
-
if (configuration) {
|
|
60
|
-
baseOptions = configuration.baseOptions;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
64
|
-
const localVarHeaderParameter = {} as any;
|
|
65
|
-
const localVarQueryParameter = {} as any;
|
|
66
|
-
|
|
67
|
-
if (languageCode !== undefined) {
|
|
68
|
-
localVarQueryParameter['languageCode'] = languageCode;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
74
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
75
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
76
|
-
|
|
77
|
-
return {
|
|
78
|
-
url: toPathString(localVarUrlObj),
|
|
79
|
-
options: localVarRequestOptions,
|
|
80
|
-
};
|
|
81
|
-
},
|
|
82
|
-
/**
|
|
83
|
-
*
|
|
84
|
-
* @summary Get all FaqMedias.
|
|
85
|
-
* @param {string} faqId
|
|
86
|
-
* @param {string} [id]
|
|
87
|
-
* @param {MediaType} [mediaType]
|
|
88
|
-
* @param {number} [page]
|
|
89
|
-
* @param {number} [limit]
|
|
90
|
-
* @param {Date} [lastRetrieved]
|
|
91
|
-
* @param {*} [options] Override http request option.
|
|
92
|
-
* @throws {RequiredError}
|
|
93
|
-
*/
|
|
94
|
-
apiV2FaqsFaqIdMediasGet: async (faqId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
95
|
-
// verify required parameter 'faqId' is not null or undefined
|
|
96
|
-
assertParamExists('apiV2FaqsFaqIdMediasGet', 'faqId', faqId)
|
|
97
|
-
const localVarPath = `/api/v2/faqs/{faqId}/medias`
|
|
98
|
-
.replace(`{${"faqId"}}`, encodeURIComponent(String(faqId)));
|
|
99
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
100
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
101
|
-
let baseOptions;
|
|
102
|
-
if (configuration) {
|
|
103
|
-
baseOptions = configuration.baseOptions;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
107
|
-
const localVarHeaderParameter = {} as any;
|
|
108
|
-
const localVarQueryParameter = {} as any;
|
|
109
|
-
|
|
110
|
-
if (id !== undefined) {
|
|
111
|
-
localVarQueryParameter['Id'] = id;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
if (mediaType !== undefined) {
|
|
115
|
-
localVarQueryParameter['MediaType'] = mediaType;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
if (page !== undefined) {
|
|
119
|
-
localVarQueryParameter['page'] = page;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
if (limit !== undefined) {
|
|
123
|
-
localVarQueryParameter['limit'] = limit;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
if (lastRetrieved !== undefined) {
|
|
127
|
-
localVarQueryParameter['lastRetrieved'] = (lastRetrieved as any instanceof Date) ?
|
|
128
|
-
(lastRetrieved as any).toISOString() :
|
|
129
|
-
lastRetrieved;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
135
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
136
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
137
|
-
|
|
138
|
-
return {
|
|
139
|
-
url: toPathString(localVarUrlObj),
|
|
140
|
-
options: localVarRequestOptions,
|
|
141
|
-
};
|
|
142
|
-
},
|
|
143
|
-
/**
|
|
144
|
-
*
|
|
145
|
-
* @summary Get FaqMedia.
|
|
146
|
-
* @param {string} faqId
|
|
147
|
-
* @param {string} mediaId
|
|
148
|
-
* @param {*} [options] Override http request option.
|
|
149
|
-
* @throws {RequiredError}
|
|
150
|
-
*/
|
|
151
|
-
apiV2FaqsFaqIdMediasMediaIdGet: async (faqId: string, mediaId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
152
|
-
// verify required parameter 'faqId' is not null or undefined
|
|
153
|
-
assertParamExists('apiV2FaqsFaqIdMediasMediaIdGet', 'faqId', faqId)
|
|
154
|
-
// verify required parameter 'mediaId' is not null or undefined
|
|
155
|
-
assertParamExists('apiV2FaqsFaqIdMediasMediaIdGet', 'mediaId', mediaId)
|
|
156
|
-
const localVarPath = `/api/v2/faqs/{faqId}/medias/{mediaId}`
|
|
157
|
-
.replace(`{${"faqId"}}`, encodeURIComponent(String(faqId)))
|
|
158
|
-
.replace(`{${"mediaId"}}`, encodeURIComponent(String(mediaId)));
|
|
159
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
160
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
161
|
-
let baseOptions;
|
|
162
|
-
if (configuration) {
|
|
163
|
-
baseOptions = configuration.baseOptions;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
167
|
-
const localVarHeaderParameter = {} as any;
|
|
168
|
-
const localVarQueryParameter = {} as any;
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
173
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
174
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
175
|
-
|
|
176
|
-
return {
|
|
177
|
-
url: toPathString(localVarUrlObj),
|
|
178
|
-
options: localVarRequestOptions,
|
|
179
|
-
};
|
|
180
|
-
},
|
|
181
|
-
/**
|
|
182
|
-
*
|
|
183
|
-
* @summary GetAll FaqTags.
|
|
184
|
-
* @param {string} faqId
|
|
185
|
-
* @param {string} [tagId]
|
|
186
|
-
* @param {number} [page]
|
|
187
|
-
* @param {number} [limit]
|
|
188
|
-
* @param {Date} [lastRetrieved]
|
|
189
|
-
* @param {*} [options] Override http request option.
|
|
190
|
-
* @throws {RequiredError}
|
|
191
|
-
*/
|
|
192
|
-
apiV2FaqsFaqIdTagsGet: async (faqId: string, tagId?: string, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
193
|
-
// verify required parameter 'faqId' is not null or undefined
|
|
194
|
-
assertParamExists('apiV2FaqsFaqIdTagsGet', 'faqId', faqId)
|
|
195
|
-
const localVarPath = `/api/v2/faqs/{faqId}/tags`
|
|
196
|
-
.replace(`{${"faqId"}}`, encodeURIComponent(String(faqId)));
|
|
197
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
198
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
199
|
-
let baseOptions;
|
|
200
|
-
if (configuration) {
|
|
201
|
-
baseOptions = configuration.baseOptions;
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
205
|
-
const localVarHeaderParameter = {} as any;
|
|
206
|
-
const localVarQueryParameter = {} as any;
|
|
207
|
-
|
|
208
|
-
if (tagId !== undefined) {
|
|
209
|
-
localVarQueryParameter['TagId'] = tagId;
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
if (page !== undefined) {
|
|
213
|
-
localVarQueryParameter['page'] = page;
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
if (limit !== undefined) {
|
|
217
|
-
localVarQueryParameter['limit'] = limit;
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
if (lastRetrieved !== undefined) {
|
|
221
|
-
localVarQueryParameter['lastRetrieved'] = (lastRetrieved as any instanceof Date) ?
|
|
222
|
-
(lastRetrieved as any).toISOString() :
|
|
223
|
-
lastRetrieved;
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
229
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
230
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
231
|
-
|
|
232
|
-
return {
|
|
233
|
-
url: toPathString(localVarUrlObj),
|
|
234
|
-
options: localVarRequestOptions,
|
|
235
|
-
};
|
|
236
|
-
},
|
|
237
|
-
/**
|
|
238
|
-
*
|
|
239
|
-
* @summary Get FaqTag.
|
|
240
|
-
* @param {string} faqId
|
|
241
|
-
* @param {string} tagId
|
|
242
|
-
* @param {*} [options] Override http request option.
|
|
243
|
-
* @throws {RequiredError}
|
|
244
|
-
*/
|
|
245
|
-
apiV2FaqsFaqIdTagsTagIdGet: async (faqId: string, tagId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
246
|
-
// verify required parameter 'faqId' is not null or undefined
|
|
247
|
-
assertParamExists('apiV2FaqsFaqIdTagsTagIdGet', 'faqId', faqId)
|
|
248
|
-
// verify required parameter 'tagId' is not null or undefined
|
|
249
|
-
assertParamExists('apiV2FaqsFaqIdTagsTagIdGet', 'tagId', tagId)
|
|
250
|
-
const localVarPath = `/api/v2/faqs/{faqId}/tags/{tagId}`
|
|
251
|
-
.replace(`{${"faqId"}}`, encodeURIComponent(String(faqId)))
|
|
252
|
-
.replace(`{${"tagId"}}`, encodeURIComponent(String(tagId)));
|
|
253
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
254
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
255
|
-
let baseOptions;
|
|
256
|
-
if (configuration) {
|
|
257
|
-
baseOptions = configuration.baseOptions;
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
261
|
-
const localVarHeaderParameter = {} as any;
|
|
262
|
-
const localVarQueryParameter = {} as any;
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
267
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
268
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
269
|
-
|
|
270
|
-
return {
|
|
271
|
-
url: toPathString(localVarUrlObj),
|
|
272
|
-
options: localVarRequestOptions,
|
|
273
|
-
};
|
|
274
|
-
},
|
|
275
|
-
/**
|
|
276
|
-
*
|
|
277
|
-
* @summary Get all Faqs.
|
|
278
|
-
* @param {string} [id]
|
|
279
|
-
* @param {string} [name]
|
|
280
|
-
* @param {string} [slug]
|
|
281
|
-
* @param {string} [categoryId]
|
|
282
|
-
* @param {string} [hospitalId]
|
|
283
|
-
* @param {string} [hospitalName]
|
|
284
|
-
* @param {string} [languageCode]
|
|
285
|
-
* @param {boolean} [showHidden]
|
|
286
|
-
* @param {boolean} [returnDefaultValue]
|
|
287
|
-
* @param {number} [page]
|
|
288
|
-
* @param {number} [limit]
|
|
289
|
-
* @param {Date} [lastRetrieved]
|
|
290
|
-
* @param {*} [options] Override http request option.
|
|
291
|
-
* @throws {RequiredError}
|
|
292
|
-
*/
|
|
293
|
-
apiV2FaqsGet: async (id?: string, name?: string, slug?: string, categoryId?: string, hospitalId?: string, hospitalName?: string, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
294
|
-
const localVarPath = `/api/v2/faqs`;
|
|
295
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
296
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
297
|
-
let baseOptions;
|
|
298
|
-
if (configuration) {
|
|
299
|
-
baseOptions = configuration.baseOptions;
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
303
|
-
const localVarHeaderParameter = {} as any;
|
|
304
|
-
const localVarQueryParameter = {} as any;
|
|
305
|
-
|
|
306
|
-
if (id !== undefined) {
|
|
307
|
-
localVarQueryParameter['Id'] = id;
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
if (name !== undefined) {
|
|
311
|
-
localVarQueryParameter['Name'] = name;
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
if (slug !== undefined) {
|
|
315
|
-
localVarQueryParameter['Slug'] = slug;
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
if (categoryId !== undefined) {
|
|
319
|
-
localVarQueryParameter['CategoryId'] = categoryId;
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
if (hospitalId !== undefined) {
|
|
323
|
-
localVarQueryParameter['HospitalId'] = hospitalId;
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
if (hospitalName !== undefined) {
|
|
327
|
-
localVarQueryParameter['HospitalName'] = hospitalName;
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
if (languageCode !== undefined) {
|
|
331
|
-
localVarQueryParameter['LanguageCode'] = languageCode;
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
if (showHidden !== undefined) {
|
|
335
|
-
localVarQueryParameter['ShowHidden'] = showHidden;
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
if (returnDefaultValue !== undefined) {
|
|
339
|
-
localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
if (page !== undefined) {
|
|
343
|
-
localVarQueryParameter['page'] = page;
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
if (limit !== undefined) {
|
|
347
|
-
localVarQueryParameter['limit'] = limit;
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
if (lastRetrieved !== undefined) {
|
|
351
|
-
localVarQueryParameter['lastRetrieved'] = (lastRetrieved as any instanceof Date) ?
|
|
352
|
-
(lastRetrieved as any).toISOString() :
|
|
353
|
-
lastRetrieved;
|
|
354
|
-
}
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
359
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
360
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
361
|
-
|
|
362
|
-
return {
|
|
363
|
-
url: toPathString(localVarUrlObj),
|
|
364
|
-
options: localVarRequestOptions,
|
|
365
|
-
};
|
|
366
|
-
},
|
|
367
|
-
/**
|
|
368
|
-
*
|
|
369
|
-
* @summary Get faq by slug.
|
|
370
|
-
* @param {string} slug
|
|
371
|
-
* @param {string} [languageCode]
|
|
372
|
-
* @param {*} [options] Override http request option.
|
|
373
|
-
* @throws {RequiredError}
|
|
374
|
-
*/
|
|
375
|
-
apiV2FaqsSlugGet: async (slug: string, languageCode?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
376
|
-
// verify required parameter 'slug' is not null or undefined
|
|
377
|
-
assertParamExists('apiV2FaqsSlugGet', 'slug', slug)
|
|
378
|
-
const localVarPath = `/api/v2/faqs/{slug}`
|
|
379
|
-
.replace(`{${"slug"}}`, encodeURIComponent(String(slug)));
|
|
380
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
381
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
382
|
-
let baseOptions;
|
|
383
|
-
if (configuration) {
|
|
384
|
-
baseOptions = configuration.baseOptions;
|
|
385
|
-
}
|
|
386
|
-
|
|
387
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
388
|
-
const localVarHeaderParameter = {} as any;
|
|
389
|
-
const localVarQueryParameter = {} as any;
|
|
390
|
-
|
|
391
|
-
if (languageCode !== undefined) {
|
|
392
|
-
localVarQueryParameter['languageCode'] = languageCode;
|
|
393
|
-
}
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
398
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
399
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
400
|
-
|
|
401
|
-
return {
|
|
402
|
-
url: toPathString(localVarUrlObj),
|
|
403
|
-
options: localVarRequestOptions,
|
|
404
|
-
};
|
|
405
|
-
},
|
|
406
|
-
}
|
|
407
|
-
};
|
|
408
|
-
|
|
409
|
-
/**
|
|
410
|
-
* FaqsApi - functional programming interface
|
|
411
|
-
* @export
|
|
412
|
-
*/
|
|
413
|
-
export const FaqsApiFp = function(configuration?: Configuration) {
|
|
414
|
-
const localVarAxiosParamCreator = FaqsApiAxiosParamCreator(configuration)
|
|
415
|
-
return {
|
|
416
|
-
/**
|
|
417
|
-
*
|
|
418
|
-
* @summary Get faq.
|
|
419
|
-
* @param {string} faqId
|
|
420
|
-
* @param {string} [languageCode]
|
|
421
|
-
* @param {*} [options] Override http request option.
|
|
422
|
-
* @throws {RequiredError}
|
|
423
|
-
*/
|
|
424
|
-
async apiV2FaqsFaqIdGet(faqId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FaqModel>> {
|
|
425
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2FaqsFaqIdGet(faqId, languageCode, options);
|
|
426
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
427
|
-
},
|
|
428
|
-
/**
|
|
429
|
-
*
|
|
430
|
-
* @summary Get all FaqMedias.
|
|
431
|
-
* @param {string} faqId
|
|
432
|
-
* @param {string} [id]
|
|
433
|
-
* @param {MediaType} [mediaType]
|
|
434
|
-
* @param {number} [page]
|
|
435
|
-
* @param {number} [limit]
|
|
436
|
-
* @param {Date} [lastRetrieved]
|
|
437
|
-
* @param {*} [options] Override http request option.
|
|
438
|
-
* @throws {RequiredError}
|
|
439
|
-
*/
|
|
440
|
-
async apiV2FaqsFaqIdMediasGet(faqId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediasModel>> {
|
|
441
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2FaqsFaqIdMediasGet(faqId, id, mediaType, page, limit, lastRetrieved, options);
|
|
442
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
443
|
-
},
|
|
444
|
-
/**
|
|
445
|
-
*
|
|
446
|
-
* @summary Get FaqMedia.
|
|
447
|
-
* @param {string} faqId
|
|
448
|
-
* @param {string} mediaId
|
|
449
|
-
* @param {*} [options] Override http request option.
|
|
450
|
-
* @throws {RequiredError}
|
|
451
|
-
*/
|
|
452
|
-
async apiV2FaqsFaqIdMediasMediaIdGet(faqId: string, mediaId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediaModel>> {
|
|
453
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2FaqsFaqIdMediasMediaIdGet(faqId, mediaId, options);
|
|
454
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
455
|
-
},
|
|
456
|
-
/**
|
|
457
|
-
*
|
|
458
|
-
* @summary GetAll FaqTags.
|
|
459
|
-
* @param {string} faqId
|
|
460
|
-
* @param {string} [tagId]
|
|
461
|
-
* @param {number} [page]
|
|
462
|
-
* @param {number} [limit]
|
|
463
|
-
* @param {Date} [lastRetrieved]
|
|
464
|
-
* @param {*} [options] Override http request option.
|
|
465
|
-
* @throws {RequiredError}
|
|
466
|
-
*/
|
|
467
|
-
async apiV2FaqsFaqIdTagsGet(faqId: string, tagId?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FaqTagsModel>> {
|
|
468
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2FaqsFaqIdTagsGet(faqId, tagId, page, limit, lastRetrieved, options);
|
|
469
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
470
|
-
},
|
|
471
|
-
/**
|
|
472
|
-
*
|
|
473
|
-
* @summary Get FaqTag.
|
|
474
|
-
* @param {string} faqId
|
|
475
|
-
* @param {string} tagId
|
|
476
|
-
* @param {*} [options] Override http request option.
|
|
477
|
-
* @throws {RequiredError}
|
|
478
|
-
*/
|
|
479
|
-
async apiV2FaqsFaqIdTagsTagIdGet(faqId: string, tagId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FaqTagModel>> {
|
|
480
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2FaqsFaqIdTagsTagIdGet(faqId, tagId, options);
|
|
481
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
482
|
-
},
|
|
483
|
-
/**
|
|
484
|
-
*
|
|
485
|
-
* @summary Get all Faqs.
|
|
486
|
-
* @param {string} [id]
|
|
487
|
-
* @param {string} [name]
|
|
488
|
-
* @param {string} [slug]
|
|
489
|
-
* @param {string} [categoryId]
|
|
490
|
-
* @param {string} [hospitalId]
|
|
491
|
-
* @param {string} [hospitalName]
|
|
492
|
-
* @param {string} [languageCode]
|
|
493
|
-
* @param {boolean} [showHidden]
|
|
494
|
-
* @param {boolean} [returnDefaultValue]
|
|
495
|
-
* @param {number} [page]
|
|
496
|
-
* @param {number} [limit]
|
|
497
|
-
* @param {Date} [lastRetrieved]
|
|
498
|
-
* @param {*} [options] Override http request option.
|
|
499
|
-
* @throws {RequiredError}
|
|
500
|
-
*/
|
|
501
|
-
async apiV2FaqsGet(id?: string, name?: string, slug?: string, categoryId?: string, hospitalId?: string, hospitalName?: string, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FaqsModel>> {
|
|
502
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2FaqsGet(id, name, slug, categoryId, hospitalId, hospitalName, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options);
|
|
503
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
504
|
-
},
|
|
505
|
-
/**
|
|
506
|
-
*
|
|
507
|
-
* @summary Get faq by slug.
|
|
508
|
-
* @param {string} slug
|
|
509
|
-
* @param {string} [languageCode]
|
|
510
|
-
* @param {*} [options] Override http request option.
|
|
511
|
-
* @throws {RequiredError}
|
|
512
|
-
*/
|
|
513
|
-
async apiV2FaqsSlugGet(slug: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FaqModel>> {
|
|
514
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2FaqsSlugGet(slug, languageCode, options);
|
|
515
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
516
|
-
},
|
|
517
|
-
}
|
|
518
|
-
};
|
|
519
|
-
|
|
520
|
-
/**
|
|
521
|
-
* FaqsApi - factory interface
|
|
522
|
-
* @export
|
|
523
|
-
*/
|
|
524
|
-
export const FaqsApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
525
|
-
const localVarFp = FaqsApiFp(configuration)
|
|
526
|
-
return {
|
|
527
|
-
/**
|
|
528
|
-
*
|
|
529
|
-
* @summary Get faq.
|
|
530
|
-
* @param {string} faqId
|
|
531
|
-
* @param {string} [languageCode]
|
|
532
|
-
* @param {*} [options] Override http request option.
|
|
533
|
-
* @throws {RequiredError}
|
|
534
|
-
*/
|
|
535
|
-
apiV2FaqsFaqIdGet(faqId: string, languageCode?: string, options?: any): AxiosPromise<FaqModel> {
|
|
536
|
-
return localVarFp.apiV2FaqsFaqIdGet(faqId, languageCode, options).then((request) => request(axios, basePath));
|
|
537
|
-
},
|
|
538
|
-
/**
|
|
539
|
-
*
|
|
540
|
-
* @summary Get all FaqMedias.
|
|
541
|
-
* @param {string} faqId
|
|
542
|
-
* @param {string} [id]
|
|
543
|
-
* @param {MediaType} [mediaType]
|
|
544
|
-
* @param {number} [page]
|
|
545
|
-
* @param {number} [limit]
|
|
546
|
-
* @param {Date} [lastRetrieved]
|
|
547
|
-
* @param {*} [options] Override http request option.
|
|
548
|
-
* @throws {RequiredError}
|
|
549
|
-
*/
|
|
550
|
-
apiV2FaqsFaqIdMediasGet(faqId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<MediasModel> {
|
|
551
|
-
return localVarFp.apiV2FaqsFaqIdMediasGet(faqId, id, mediaType, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
|
|
552
|
-
},
|
|
553
|
-
/**
|
|
554
|
-
*
|
|
555
|
-
* @summary Get FaqMedia.
|
|
556
|
-
* @param {string} faqId
|
|
557
|
-
* @param {string} mediaId
|
|
558
|
-
* @param {*} [options] Override http request option.
|
|
559
|
-
* @throws {RequiredError}
|
|
560
|
-
*/
|
|
561
|
-
apiV2FaqsFaqIdMediasMediaIdGet(faqId: string, mediaId: string, options?: any): AxiosPromise<MediaModel> {
|
|
562
|
-
return localVarFp.apiV2FaqsFaqIdMediasMediaIdGet(faqId, mediaId, options).then((request) => request(axios, basePath));
|
|
563
|
-
},
|
|
564
|
-
/**
|
|
565
|
-
*
|
|
566
|
-
* @summary GetAll FaqTags.
|
|
567
|
-
* @param {string} faqId
|
|
568
|
-
* @param {string} [tagId]
|
|
569
|
-
* @param {number} [page]
|
|
570
|
-
* @param {number} [limit]
|
|
571
|
-
* @param {Date} [lastRetrieved]
|
|
572
|
-
* @param {*} [options] Override http request option.
|
|
573
|
-
* @throws {RequiredError}
|
|
574
|
-
*/
|
|
575
|
-
apiV2FaqsFaqIdTagsGet(faqId: string, tagId?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<FaqTagsModel> {
|
|
576
|
-
return localVarFp.apiV2FaqsFaqIdTagsGet(faqId, tagId, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
|
|
577
|
-
},
|
|
578
|
-
/**
|
|
579
|
-
*
|
|
580
|
-
* @summary Get FaqTag.
|
|
581
|
-
* @param {string} faqId
|
|
582
|
-
* @param {string} tagId
|
|
583
|
-
* @param {*} [options] Override http request option.
|
|
584
|
-
* @throws {RequiredError}
|
|
585
|
-
*/
|
|
586
|
-
apiV2FaqsFaqIdTagsTagIdGet(faqId: string, tagId: string, options?: any): AxiosPromise<FaqTagModel> {
|
|
587
|
-
return localVarFp.apiV2FaqsFaqIdTagsTagIdGet(faqId, tagId, options).then((request) => request(axios, basePath));
|
|
588
|
-
},
|
|
589
|
-
/**
|
|
590
|
-
*
|
|
591
|
-
* @summary Get all Faqs.
|
|
592
|
-
* @param {string} [id]
|
|
593
|
-
* @param {string} [name]
|
|
594
|
-
* @param {string} [slug]
|
|
595
|
-
* @param {string} [categoryId]
|
|
596
|
-
* @param {string} [hospitalId]
|
|
597
|
-
* @param {string} [hospitalName]
|
|
598
|
-
* @param {string} [languageCode]
|
|
599
|
-
* @param {boolean} [showHidden]
|
|
600
|
-
* @param {boolean} [returnDefaultValue]
|
|
601
|
-
* @param {number} [page]
|
|
602
|
-
* @param {number} [limit]
|
|
603
|
-
* @param {Date} [lastRetrieved]
|
|
604
|
-
* @param {*} [options] Override http request option.
|
|
605
|
-
* @throws {RequiredError}
|
|
606
|
-
*/
|
|
607
|
-
apiV2FaqsGet(id?: string, name?: string, slug?: string, categoryId?: string, hospitalId?: string, hospitalName?: string, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<FaqsModel> {
|
|
608
|
-
return localVarFp.apiV2FaqsGet(id, name, slug, categoryId, hospitalId, hospitalName, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
|
|
609
|
-
},
|
|
610
|
-
/**
|
|
611
|
-
*
|
|
612
|
-
* @summary Get faq by slug.
|
|
613
|
-
* @param {string} slug
|
|
614
|
-
* @param {string} [languageCode]
|
|
615
|
-
* @param {*} [options] Override http request option.
|
|
616
|
-
* @throws {RequiredError}
|
|
617
|
-
*/
|
|
618
|
-
apiV2FaqsSlugGet(slug: string, languageCode?: string, options?: any): AxiosPromise<FaqModel> {
|
|
619
|
-
return localVarFp.apiV2FaqsSlugGet(slug, languageCode, options).then((request) => request(axios, basePath));
|
|
620
|
-
},
|
|
621
|
-
};
|
|
622
|
-
};
|
|
623
|
-
|
|
624
|
-
/**
|
|
625
|
-
* Request parameters for apiV2FaqsFaqIdGet operation in FaqsApi.
|
|
626
|
-
* @export
|
|
627
|
-
* @interface FaqsApiApiV2FaqsFaqIdGetRequest
|
|
628
|
-
*/
|
|
629
|
-
export interface FaqsApiApiV2FaqsFaqIdGetRequest {
|
|
630
|
-
/**
|
|
631
|
-
*
|
|
632
|
-
* @type {string}
|
|
633
|
-
* @memberof FaqsApiApiV2FaqsFaqIdGet
|
|
634
|
-
*/
|
|
635
|
-
readonly faqId: string
|
|
636
|
-
|
|
637
|
-
/**
|
|
638
|
-
*
|
|
639
|
-
* @type {string}
|
|
640
|
-
* @memberof FaqsApiApiV2FaqsFaqIdGet
|
|
641
|
-
*/
|
|
642
|
-
readonly languageCode?: string
|
|
643
|
-
}
|
|
644
|
-
|
|
645
|
-
/**
|
|
646
|
-
* Request parameters for apiV2FaqsFaqIdMediasGet operation in FaqsApi.
|
|
647
|
-
* @export
|
|
648
|
-
* @interface FaqsApiApiV2FaqsFaqIdMediasGetRequest
|
|
649
|
-
*/
|
|
650
|
-
export interface FaqsApiApiV2FaqsFaqIdMediasGetRequest {
|
|
651
|
-
/**
|
|
652
|
-
*
|
|
653
|
-
* @type {string}
|
|
654
|
-
* @memberof FaqsApiApiV2FaqsFaqIdMediasGet
|
|
655
|
-
*/
|
|
656
|
-
readonly faqId: string
|
|
657
|
-
|
|
658
|
-
/**
|
|
659
|
-
*
|
|
660
|
-
* @type {string}
|
|
661
|
-
* @memberof FaqsApiApiV2FaqsFaqIdMediasGet
|
|
662
|
-
*/
|
|
663
|
-
readonly id?: string
|
|
664
|
-
|
|
665
|
-
/**
|
|
666
|
-
*
|
|
667
|
-
* @type {MediaType}
|
|
668
|
-
* @memberof FaqsApiApiV2FaqsFaqIdMediasGet
|
|
669
|
-
*/
|
|
670
|
-
readonly mediaType?: MediaType
|
|
671
|
-
|
|
672
|
-
/**
|
|
673
|
-
*
|
|
674
|
-
* @type {number}
|
|
675
|
-
* @memberof FaqsApiApiV2FaqsFaqIdMediasGet
|
|
676
|
-
*/
|
|
677
|
-
readonly page?: number
|
|
678
|
-
|
|
679
|
-
/**
|
|
680
|
-
*
|
|
681
|
-
* @type {number}
|
|
682
|
-
* @memberof FaqsApiApiV2FaqsFaqIdMediasGet
|
|
683
|
-
*/
|
|
684
|
-
readonly limit?: number
|
|
685
|
-
|
|
686
|
-
/**
|
|
687
|
-
*
|
|
688
|
-
* @type {Date}
|
|
689
|
-
* @memberof FaqsApiApiV2FaqsFaqIdMediasGet
|
|
690
|
-
*/
|
|
691
|
-
readonly lastRetrieved?: Date
|
|
692
|
-
}
|
|
693
|
-
|
|
694
|
-
/**
|
|
695
|
-
* Request parameters for apiV2FaqsFaqIdMediasMediaIdGet operation in FaqsApi.
|
|
696
|
-
* @export
|
|
697
|
-
* @interface FaqsApiApiV2FaqsFaqIdMediasMediaIdGetRequest
|
|
698
|
-
*/
|
|
699
|
-
export interface FaqsApiApiV2FaqsFaqIdMediasMediaIdGetRequest {
|
|
700
|
-
/**
|
|
701
|
-
*
|
|
702
|
-
* @type {string}
|
|
703
|
-
* @memberof FaqsApiApiV2FaqsFaqIdMediasMediaIdGet
|
|
704
|
-
*/
|
|
705
|
-
readonly faqId: string
|
|
706
|
-
|
|
707
|
-
/**
|
|
708
|
-
*
|
|
709
|
-
* @type {string}
|
|
710
|
-
* @memberof FaqsApiApiV2FaqsFaqIdMediasMediaIdGet
|
|
711
|
-
*/
|
|
712
|
-
readonly mediaId: string
|
|
713
|
-
}
|
|
714
|
-
|
|
715
|
-
/**
|
|
716
|
-
* Request parameters for apiV2FaqsFaqIdTagsGet operation in FaqsApi.
|
|
717
|
-
* @export
|
|
718
|
-
* @interface FaqsApiApiV2FaqsFaqIdTagsGetRequest
|
|
719
|
-
*/
|
|
720
|
-
export interface FaqsApiApiV2FaqsFaqIdTagsGetRequest {
|
|
721
|
-
/**
|
|
722
|
-
*
|
|
723
|
-
* @type {string}
|
|
724
|
-
* @memberof FaqsApiApiV2FaqsFaqIdTagsGet
|
|
725
|
-
*/
|
|
726
|
-
readonly faqId: string
|
|
727
|
-
|
|
728
|
-
/**
|
|
729
|
-
*
|
|
730
|
-
* @type {string}
|
|
731
|
-
* @memberof FaqsApiApiV2FaqsFaqIdTagsGet
|
|
732
|
-
*/
|
|
733
|
-
readonly tagId?: string
|
|
734
|
-
|
|
735
|
-
/**
|
|
736
|
-
*
|
|
737
|
-
* @type {number}
|
|
738
|
-
* @memberof FaqsApiApiV2FaqsFaqIdTagsGet
|
|
739
|
-
*/
|
|
740
|
-
readonly page?: number
|
|
741
|
-
|
|
742
|
-
/**
|
|
743
|
-
*
|
|
744
|
-
* @type {number}
|
|
745
|
-
* @memberof FaqsApiApiV2FaqsFaqIdTagsGet
|
|
746
|
-
*/
|
|
747
|
-
readonly limit?: number
|
|
748
|
-
|
|
749
|
-
/**
|
|
750
|
-
*
|
|
751
|
-
* @type {Date}
|
|
752
|
-
* @memberof FaqsApiApiV2FaqsFaqIdTagsGet
|
|
753
|
-
*/
|
|
754
|
-
readonly lastRetrieved?: Date
|
|
755
|
-
}
|
|
756
|
-
|
|
757
|
-
/**
|
|
758
|
-
* Request parameters for apiV2FaqsFaqIdTagsTagIdGet operation in FaqsApi.
|
|
759
|
-
* @export
|
|
760
|
-
* @interface FaqsApiApiV2FaqsFaqIdTagsTagIdGetRequest
|
|
761
|
-
*/
|
|
762
|
-
export interface FaqsApiApiV2FaqsFaqIdTagsTagIdGetRequest {
|
|
763
|
-
/**
|
|
764
|
-
*
|
|
765
|
-
* @type {string}
|
|
766
|
-
* @memberof FaqsApiApiV2FaqsFaqIdTagsTagIdGet
|
|
767
|
-
*/
|
|
768
|
-
readonly faqId: string
|
|
769
|
-
|
|
770
|
-
/**
|
|
771
|
-
*
|
|
772
|
-
* @type {string}
|
|
773
|
-
* @memberof FaqsApiApiV2FaqsFaqIdTagsTagIdGet
|
|
774
|
-
*/
|
|
775
|
-
readonly tagId: string
|
|
776
|
-
}
|
|
777
|
-
|
|
778
|
-
/**
|
|
779
|
-
* Request parameters for apiV2FaqsGet operation in FaqsApi.
|
|
780
|
-
* @export
|
|
781
|
-
* @interface FaqsApiApiV2FaqsGetRequest
|
|
782
|
-
*/
|
|
783
|
-
export interface FaqsApiApiV2FaqsGetRequest {
|
|
784
|
-
/**
|
|
785
|
-
*
|
|
786
|
-
* @type {string}
|
|
787
|
-
* @memberof FaqsApiApiV2FaqsGet
|
|
788
|
-
*/
|
|
789
|
-
readonly id?: string
|
|
790
|
-
|
|
791
|
-
/**
|
|
792
|
-
*
|
|
793
|
-
* @type {string}
|
|
794
|
-
* @memberof FaqsApiApiV2FaqsGet
|
|
795
|
-
*/
|
|
796
|
-
readonly name?: string
|
|
797
|
-
|
|
798
|
-
/**
|
|
799
|
-
*
|
|
800
|
-
* @type {string}
|
|
801
|
-
* @memberof FaqsApiApiV2FaqsGet
|
|
802
|
-
*/
|
|
803
|
-
readonly slug?: string
|
|
804
|
-
|
|
805
|
-
/**
|
|
806
|
-
*
|
|
807
|
-
* @type {string}
|
|
808
|
-
* @memberof FaqsApiApiV2FaqsGet
|
|
809
|
-
*/
|
|
810
|
-
readonly categoryId?: string
|
|
811
|
-
|
|
812
|
-
/**
|
|
813
|
-
*
|
|
814
|
-
* @type {string}
|
|
815
|
-
* @memberof FaqsApiApiV2FaqsGet
|
|
816
|
-
*/
|
|
817
|
-
readonly hospitalId?: string
|
|
818
|
-
|
|
819
|
-
/**
|
|
820
|
-
*
|
|
821
|
-
* @type {string}
|
|
822
|
-
* @memberof FaqsApiApiV2FaqsGet
|
|
823
|
-
*/
|
|
824
|
-
readonly hospitalName?: string
|
|
825
|
-
|
|
826
|
-
/**
|
|
827
|
-
*
|
|
828
|
-
* @type {string}
|
|
829
|
-
* @memberof FaqsApiApiV2FaqsGet
|
|
830
|
-
*/
|
|
831
|
-
readonly languageCode?: string
|
|
832
|
-
|
|
833
|
-
/**
|
|
834
|
-
*
|
|
835
|
-
* @type {boolean}
|
|
836
|
-
* @memberof FaqsApiApiV2FaqsGet
|
|
837
|
-
*/
|
|
838
|
-
readonly showHidden?: boolean
|
|
839
|
-
|
|
840
|
-
/**
|
|
841
|
-
*
|
|
842
|
-
* @type {boolean}
|
|
843
|
-
* @memberof FaqsApiApiV2FaqsGet
|
|
844
|
-
*/
|
|
845
|
-
readonly returnDefaultValue?: boolean
|
|
846
|
-
|
|
847
|
-
/**
|
|
848
|
-
*
|
|
849
|
-
* @type {number}
|
|
850
|
-
* @memberof FaqsApiApiV2FaqsGet
|
|
851
|
-
*/
|
|
852
|
-
readonly page?: number
|
|
853
|
-
|
|
854
|
-
/**
|
|
855
|
-
*
|
|
856
|
-
* @type {number}
|
|
857
|
-
* @memberof FaqsApiApiV2FaqsGet
|
|
858
|
-
*/
|
|
859
|
-
readonly limit?: number
|
|
860
|
-
|
|
861
|
-
/**
|
|
862
|
-
*
|
|
863
|
-
* @type {Date}
|
|
864
|
-
* @memberof FaqsApiApiV2FaqsGet
|
|
865
|
-
*/
|
|
866
|
-
readonly lastRetrieved?: Date
|
|
867
|
-
}
|
|
868
|
-
|
|
869
|
-
/**
|
|
870
|
-
* Request parameters for apiV2FaqsSlugGet operation in FaqsApi.
|
|
871
|
-
* @export
|
|
872
|
-
* @interface FaqsApiApiV2FaqsSlugGetRequest
|
|
873
|
-
*/
|
|
874
|
-
export interface FaqsApiApiV2FaqsSlugGetRequest {
|
|
875
|
-
/**
|
|
876
|
-
*
|
|
877
|
-
* @type {string}
|
|
878
|
-
* @memberof FaqsApiApiV2FaqsSlugGet
|
|
879
|
-
*/
|
|
880
|
-
readonly slug: string
|
|
881
|
-
|
|
882
|
-
/**
|
|
883
|
-
*
|
|
884
|
-
* @type {string}
|
|
885
|
-
* @memberof FaqsApiApiV2FaqsSlugGet
|
|
886
|
-
*/
|
|
887
|
-
readonly languageCode?: string
|
|
888
|
-
}
|
|
889
|
-
|
|
890
|
-
/**
|
|
891
|
-
* FaqsApi - object-oriented interface
|
|
892
|
-
* @export
|
|
893
|
-
* @class FaqsApi
|
|
894
|
-
* @extends {BaseAPI}
|
|
895
|
-
*/
|
|
896
|
-
export class FaqsApi extends BaseAPI {
|
|
897
|
-
/**
|
|
898
|
-
*
|
|
899
|
-
* @summary Get faq.
|
|
900
|
-
* @param {FaqsApiApiV2FaqsFaqIdGetRequest} requestParameters Request parameters.
|
|
901
|
-
* @param {*} [options] Override http request option.
|
|
902
|
-
* @throws {RequiredError}
|
|
903
|
-
* @memberof FaqsApi
|
|
904
|
-
*/
|
|
905
|
-
public apiV2FaqsFaqIdGet(requestParameters: FaqsApiApiV2FaqsFaqIdGetRequest, options?: AxiosRequestConfig) {
|
|
906
|
-
return FaqsApiFp(this.configuration).apiV2FaqsFaqIdGet(requestParameters.faqId, requestParameters.languageCode, options).then((request) => request(this.axios, this.basePath));
|
|
907
|
-
}
|
|
908
|
-
|
|
909
|
-
/**
|
|
910
|
-
*
|
|
911
|
-
* @summary Get all FaqMedias.
|
|
912
|
-
* @param {FaqsApiApiV2FaqsFaqIdMediasGetRequest} requestParameters Request parameters.
|
|
913
|
-
* @param {*} [options] Override http request option.
|
|
914
|
-
* @throws {RequiredError}
|
|
915
|
-
* @memberof FaqsApi
|
|
916
|
-
*/
|
|
917
|
-
public apiV2FaqsFaqIdMediasGet(requestParameters: FaqsApiApiV2FaqsFaqIdMediasGetRequest, options?: AxiosRequestConfig) {
|
|
918
|
-
return FaqsApiFp(this.configuration).apiV2FaqsFaqIdMediasGet(requestParameters.faqId, requestParameters.id, requestParameters.mediaType, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
919
|
-
}
|
|
920
|
-
|
|
921
|
-
/**
|
|
922
|
-
*
|
|
923
|
-
* @summary Get FaqMedia.
|
|
924
|
-
* @param {FaqsApiApiV2FaqsFaqIdMediasMediaIdGetRequest} requestParameters Request parameters.
|
|
925
|
-
* @param {*} [options] Override http request option.
|
|
926
|
-
* @throws {RequiredError}
|
|
927
|
-
* @memberof FaqsApi
|
|
928
|
-
*/
|
|
929
|
-
public apiV2FaqsFaqIdMediasMediaIdGet(requestParameters: FaqsApiApiV2FaqsFaqIdMediasMediaIdGetRequest, options?: AxiosRequestConfig) {
|
|
930
|
-
return FaqsApiFp(this.configuration).apiV2FaqsFaqIdMediasMediaIdGet(requestParameters.faqId, requestParameters.mediaId, options).then((request) => request(this.axios, this.basePath));
|
|
931
|
-
}
|
|
932
|
-
|
|
933
|
-
/**
|
|
934
|
-
*
|
|
935
|
-
* @summary GetAll FaqTags.
|
|
936
|
-
* @param {FaqsApiApiV2FaqsFaqIdTagsGetRequest} requestParameters Request parameters.
|
|
937
|
-
* @param {*} [options] Override http request option.
|
|
938
|
-
* @throws {RequiredError}
|
|
939
|
-
* @memberof FaqsApi
|
|
940
|
-
*/
|
|
941
|
-
public apiV2FaqsFaqIdTagsGet(requestParameters: FaqsApiApiV2FaqsFaqIdTagsGetRequest, options?: AxiosRequestConfig) {
|
|
942
|
-
return FaqsApiFp(this.configuration).apiV2FaqsFaqIdTagsGet(requestParameters.faqId, requestParameters.tagId, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
943
|
-
}
|
|
944
|
-
|
|
945
|
-
/**
|
|
946
|
-
*
|
|
947
|
-
* @summary Get FaqTag.
|
|
948
|
-
* @param {FaqsApiApiV2FaqsFaqIdTagsTagIdGetRequest} requestParameters Request parameters.
|
|
949
|
-
* @param {*} [options] Override http request option.
|
|
950
|
-
* @throws {RequiredError}
|
|
951
|
-
* @memberof FaqsApi
|
|
952
|
-
*/
|
|
953
|
-
public apiV2FaqsFaqIdTagsTagIdGet(requestParameters: FaqsApiApiV2FaqsFaqIdTagsTagIdGetRequest, options?: AxiosRequestConfig) {
|
|
954
|
-
return FaqsApiFp(this.configuration).apiV2FaqsFaqIdTagsTagIdGet(requestParameters.faqId, requestParameters.tagId, options).then((request) => request(this.axios, this.basePath));
|
|
955
|
-
}
|
|
956
|
-
|
|
957
|
-
/**
|
|
958
|
-
*
|
|
959
|
-
* @summary Get all Faqs.
|
|
960
|
-
* @param {FaqsApiApiV2FaqsGetRequest} requestParameters Request parameters.
|
|
961
|
-
* @param {*} [options] Override http request option.
|
|
962
|
-
* @throws {RequiredError}
|
|
963
|
-
* @memberof FaqsApi
|
|
964
|
-
*/
|
|
965
|
-
public apiV2FaqsGet(requestParameters: FaqsApiApiV2FaqsGetRequest = {}, options?: AxiosRequestConfig) {
|
|
966
|
-
return FaqsApiFp(this.configuration).apiV2FaqsGet(requestParameters.id, requestParameters.name, requestParameters.slug, requestParameters.categoryId, requestParameters.hospitalId, requestParameters.hospitalName, requestParameters.languageCode, requestParameters.showHidden, requestParameters.returnDefaultValue, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
967
|
-
}
|
|
968
|
-
|
|
969
|
-
/**
|
|
970
|
-
*
|
|
971
|
-
* @summary Get faq by slug.
|
|
972
|
-
* @param {FaqsApiApiV2FaqsSlugGetRequest} requestParameters Request parameters.
|
|
973
|
-
* @param {*} [options] Override http request option.
|
|
974
|
-
* @throws {RequiredError}
|
|
975
|
-
* @memberof FaqsApi
|
|
976
|
-
*/
|
|
977
|
-
public apiV2FaqsSlugGet(requestParameters: FaqsApiApiV2FaqsSlugGetRequest, options?: AxiosRequestConfig) {
|
|
978
|
-
return FaqsApiFp(this.configuration).apiV2FaqsSlugGet(requestParameters.slug, requestParameters.languageCode, options).then((request) => request(this.axios, this.basePath));
|
|
979
|
-
}
|
|
980
|
-
}
|