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,301 +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 { UpdateVonageUserCommand } from '../models';
|
|
25
|
-
// @ts-ignore
|
|
26
|
-
import { VonageUser } from '../models';
|
|
27
|
-
/**
|
|
28
|
-
* VonageUsersApi - axios parameter creator
|
|
29
|
-
* @export
|
|
30
|
-
*/
|
|
31
|
-
export const VonageUsersApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
32
|
-
return {
|
|
33
|
-
/**
|
|
34
|
-
*
|
|
35
|
-
* @summary Get userToken for Vonage. If user does not exist in Vonage, create user in Vonage.
|
|
36
|
-
* @param {*} [options] Override http request option.
|
|
37
|
-
* @throws {RequiredError}
|
|
38
|
-
*/
|
|
39
|
-
apiV2VonageusersGet: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
40
|
-
const localVarPath = `/api/v2/vonageusers`;
|
|
41
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
42
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
43
|
-
let baseOptions;
|
|
44
|
-
if (configuration) {
|
|
45
|
-
baseOptions = configuration.baseOptions;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
49
|
-
const localVarHeaderParameter = {} as any;
|
|
50
|
-
const localVarQueryParameter = {} as any;
|
|
51
|
-
|
|
52
|
-
// authentication oauth2 required
|
|
53
|
-
// oauth required
|
|
54
|
-
await setOAuthToObject(localVarHeaderParameter, "oauth2", ["cloudhospital_api"], configuration)
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
59
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
60
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
61
|
-
|
|
62
|
-
return {
|
|
63
|
-
url: toPathString(localVarUrlObj),
|
|
64
|
-
options: localVarRequestOptions,
|
|
65
|
-
};
|
|
66
|
-
},
|
|
67
|
-
/**
|
|
68
|
-
*
|
|
69
|
-
* @param {string} userId
|
|
70
|
-
* @param {*} [options] Override http request option.
|
|
71
|
-
* @throws {RequiredError}
|
|
72
|
-
*/
|
|
73
|
-
apiV2VonageusersUserIdDelete: async (userId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
74
|
-
// verify required parameter 'userId' is not null or undefined
|
|
75
|
-
assertParamExists('apiV2VonageusersUserIdDelete', 'userId', userId)
|
|
76
|
-
const localVarPath = `/api/v2/vonageusers/{userId}`
|
|
77
|
-
.replace(`{${"userId"}}`, encodeURIComponent(String(userId)));
|
|
78
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
79
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
80
|
-
let baseOptions;
|
|
81
|
-
if (configuration) {
|
|
82
|
-
baseOptions = configuration.baseOptions;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
|
|
86
|
-
const localVarHeaderParameter = {} as any;
|
|
87
|
-
const localVarQueryParameter = {} as any;
|
|
88
|
-
|
|
89
|
-
// authentication oauth2 required
|
|
90
|
-
// oauth required
|
|
91
|
-
await setOAuthToObject(localVarHeaderParameter, "oauth2", ["cloudhospital_api"], configuration)
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
96
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
97
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
98
|
-
|
|
99
|
-
return {
|
|
100
|
-
url: toPathString(localVarUrlObj),
|
|
101
|
-
options: localVarRequestOptions,
|
|
102
|
-
};
|
|
103
|
-
},
|
|
104
|
-
/**
|
|
105
|
-
*
|
|
106
|
-
* @param {string} userId
|
|
107
|
-
* @param {UpdateVonageUserCommand} [updateVonageUserCommand]
|
|
108
|
-
* @param {*} [options] Override http request option.
|
|
109
|
-
* @throws {RequiredError}
|
|
110
|
-
*/
|
|
111
|
-
apiV2VonageusersUserIdPut: async (userId: string, updateVonageUserCommand?: UpdateVonageUserCommand, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
112
|
-
// verify required parameter 'userId' is not null or undefined
|
|
113
|
-
assertParamExists('apiV2VonageusersUserIdPut', 'userId', userId)
|
|
114
|
-
const localVarPath = `/api/v2/vonageusers/{userId}`
|
|
115
|
-
.replace(`{${"userId"}}`, encodeURIComponent(String(userId)));
|
|
116
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
117
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
118
|
-
let baseOptions;
|
|
119
|
-
if (configuration) {
|
|
120
|
-
baseOptions = configuration.baseOptions;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
124
|
-
const localVarHeaderParameter = {} as any;
|
|
125
|
-
const localVarQueryParameter = {} as any;
|
|
126
|
-
|
|
127
|
-
// authentication oauth2 required
|
|
128
|
-
// oauth required
|
|
129
|
-
await setOAuthToObject(localVarHeaderParameter, "oauth2", ["cloudhospital_api"], configuration)
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
134
|
-
|
|
135
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
136
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
137
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
138
|
-
localVarRequestOptions.data = serializeDataIfNeeded(updateVonageUserCommand, localVarRequestOptions, configuration)
|
|
139
|
-
|
|
140
|
-
return {
|
|
141
|
-
url: toPathString(localVarUrlObj),
|
|
142
|
-
options: localVarRequestOptions,
|
|
143
|
-
};
|
|
144
|
-
},
|
|
145
|
-
}
|
|
146
|
-
};
|
|
147
|
-
|
|
148
|
-
/**
|
|
149
|
-
* VonageUsersApi - functional programming interface
|
|
150
|
-
* @export
|
|
151
|
-
*/
|
|
152
|
-
export const VonageUsersApiFp = function(configuration?: Configuration) {
|
|
153
|
-
const localVarAxiosParamCreator = VonageUsersApiAxiosParamCreator(configuration)
|
|
154
|
-
return {
|
|
155
|
-
/**
|
|
156
|
-
*
|
|
157
|
-
* @summary Get userToken for Vonage. If user does not exist in Vonage, create user in Vonage.
|
|
158
|
-
* @param {*} [options] Override http request option.
|
|
159
|
-
* @throws {RequiredError}
|
|
160
|
-
*/
|
|
161
|
-
async apiV2VonageusersGet(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
162
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2VonageusersGet(options);
|
|
163
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
164
|
-
},
|
|
165
|
-
/**
|
|
166
|
-
*
|
|
167
|
-
* @param {string} userId
|
|
168
|
-
* @param {*} [options] Override http request option.
|
|
169
|
-
* @throws {RequiredError}
|
|
170
|
-
*/
|
|
171
|
-
async apiV2VonageusersUserIdDelete(userId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>> {
|
|
172
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2VonageusersUserIdDelete(userId, options);
|
|
173
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
174
|
-
},
|
|
175
|
-
/**
|
|
176
|
-
*
|
|
177
|
-
* @param {string} userId
|
|
178
|
-
* @param {UpdateVonageUserCommand} [updateVonageUserCommand]
|
|
179
|
-
* @param {*} [options] Override http request option.
|
|
180
|
-
* @throws {RequiredError}
|
|
181
|
-
*/
|
|
182
|
-
async apiV2VonageusersUserIdPut(userId: string, updateVonageUserCommand?: UpdateVonageUserCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<VonageUser>> {
|
|
183
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2VonageusersUserIdPut(userId, updateVonageUserCommand, options);
|
|
184
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
185
|
-
},
|
|
186
|
-
}
|
|
187
|
-
};
|
|
188
|
-
|
|
189
|
-
/**
|
|
190
|
-
* VonageUsersApi - factory interface
|
|
191
|
-
* @export
|
|
192
|
-
*/
|
|
193
|
-
export const VonageUsersApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
194
|
-
const localVarFp = VonageUsersApiFp(configuration)
|
|
195
|
-
return {
|
|
196
|
-
/**
|
|
197
|
-
*
|
|
198
|
-
* @summary Get userToken for Vonage. If user does not exist in Vonage, create user in Vonage.
|
|
199
|
-
* @param {*} [options] Override http request option.
|
|
200
|
-
* @throws {RequiredError}
|
|
201
|
-
*/
|
|
202
|
-
apiV2VonageusersGet(options?: any): AxiosPromise<string> {
|
|
203
|
-
return localVarFp.apiV2VonageusersGet(options).then((request) => request(axios, basePath));
|
|
204
|
-
},
|
|
205
|
-
/**
|
|
206
|
-
*
|
|
207
|
-
* @param {string} userId
|
|
208
|
-
* @param {*} [options] Override http request option.
|
|
209
|
-
* @throws {RequiredError}
|
|
210
|
-
*/
|
|
211
|
-
apiV2VonageusersUserIdDelete(userId: string, options?: any): AxiosPromise<boolean> {
|
|
212
|
-
return localVarFp.apiV2VonageusersUserIdDelete(userId, options).then((request) => request(axios, basePath));
|
|
213
|
-
},
|
|
214
|
-
/**
|
|
215
|
-
*
|
|
216
|
-
* @param {string} userId
|
|
217
|
-
* @param {UpdateVonageUserCommand} [updateVonageUserCommand]
|
|
218
|
-
* @param {*} [options] Override http request option.
|
|
219
|
-
* @throws {RequiredError}
|
|
220
|
-
*/
|
|
221
|
-
apiV2VonageusersUserIdPut(userId: string, updateVonageUserCommand?: UpdateVonageUserCommand, options?: any): AxiosPromise<VonageUser> {
|
|
222
|
-
return localVarFp.apiV2VonageusersUserIdPut(userId, updateVonageUserCommand, options).then((request) => request(axios, basePath));
|
|
223
|
-
},
|
|
224
|
-
};
|
|
225
|
-
};
|
|
226
|
-
|
|
227
|
-
/**
|
|
228
|
-
* Request parameters for apiV2VonageusersUserIdDelete operation in VonageUsersApi.
|
|
229
|
-
* @export
|
|
230
|
-
* @interface VonageUsersApiApiV2VonageusersUserIdDeleteRequest
|
|
231
|
-
*/
|
|
232
|
-
export interface VonageUsersApiApiV2VonageusersUserIdDeleteRequest {
|
|
233
|
-
/**
|
|
234
|
-
*
|
|
235
|
-
* @type {string}
|
|
236
|
-
* @memberof VonageUsersApiApiV2VonageusersUserIdDelete
|
|
237
|
-
*/
|
|
238
|
-
readonly userId: string
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
/**
|
|
242
|
-
* Request parameters for apiV2VonageusersUserIdPut operation in VonageUsersApi.
|
|
243
|
-
* @export
|
|
244
|
-
* @interface VonageUsersApiApiV2VonageusersUserIdPutRequest
|
|
245
|
-
*/
|
|
246
|
-
export interface VonageUsersApiApiV2VonageusersUserIdPutRequest {
|
|
247
|
-
/**
|
|
248
|
-
*
|
|
249
|
-
* @type {string}
|
|
250
|
-
* @memberof VonageUsersApiApiV2VonageusersUserIdPut
|
|
251
|
-
*/
|
|
252
|
-
readonly userId: string
|
|
253
|
-
|
|
254
|
-
/**
|
|
255
|
-
*
|
|
256
|
-
* @type {UpdateVonageUserCommand}
|
|
257
|
-
* @memberof VonageUsersApiApiV2VonageusersUserIdPut
|
|
258
|
-
*/
|
|
259
|
-
readonly updateVonageUserCommand?: UpdateVonageUserCommand
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
/**
|
|
263
|
-
* VonageUsersApi - object-oriented interface
|
|
264
|
-
* @export
|
|
265
|
-
* @class VonageUsersApi
|
|
266
|
-
* @extends {BaseAPI}
|
|
267
|
-
*/
|
|
268
|
-
export class VonageUsersApi extends BaseAPI {
|
|
269
|
-
/**
|
|
270
|
-
*
|
|
271
|
-
* @summary Get userToken for Vonage. If user does not exist in Vonage, create user in Vonage.
|
|
272
|
-
* @param {*} [options] Override http request option.
|
|
273
|
-
* @throws {RequiredError}
|
|
274
|
-
* @memberof VonageUsersApi
|
|
275
|
-
*/
|
|
276
|
-
public apiV2VonageusersGet(options?: AxiosRequestConfig) {
|
|
277
|
-
return VonageUsersApiFp(this.configuration).apiV2VonageusersGet(options).then((request) => request(this.axios, this.basePath));
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
/**
|
|
281
|
-
*
|
|
282
|
-
* @param {VonageUsersApiApiV2VonageusersUserIdDeleteRequest} requestParameters Request parameters.
|
|
283
|
-
* @param {*} [options] Override http request option.
|
|
284
|
-
* @throws {RequiredError}
|
|
285
|
-
* @memberof VonageUsersApi
|
|
286
|
-
*/
|
|
287
|
-
public apiV2VonageusersUserIdDelete(requestParameters: VonageUsersApiApiV2VonageusersUserIdDeleteRequest, options?: AxiosRequestConfig) {
|
|
288
|
-
return VonageUsersApiFp(this.configuration).apiV2VonageusersUserIdDelete(requestParameters.userId, options).then((request) => request(this.axios, this.basePath));
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
/**
|
|
292
|
-
*
|
|
293
|
-
* @param {VonageUsersApiApiV2VonageusersUserIdPutRequest} requestParameters Request parameters.
|
|
294
|
-
* @param {*} [options] Override http request option.
|
|
295
|
-
* @throws {RequiredError}
|
|
296
|
-
* @memberof VonageUsersApi
|
|
297
|
-
*/
|
|
298
|
-
public apiV2VonageusersUserIdPut(requestParameters: VonageUsersApiApiV2VonageusersUserIdPutRequest, options?: AxiosRequestConfig) {
|
|
299
|
-
return VonageUsersApiFp(this.configuration).apiV2VonageusersUserIdPut(requestParameters.userId, requestParameters.updateVonageUserCommand, options).then((request) => request(this.axios, this.basePath));
|
|
300
|
-
}
|
|
301
|
-
}
|
package/src/api.ts
DELETED
|
@@ -1,62 +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
|
-
|
|
17
|
-
export * from './api/about-us-api';
|
|
18
|
-
export * from './api/accounts-api';
|
|
19
|
-
export * from './api/accreditations-api';
|
|
20
|
-
export * from './api/app-version-api';
|
|
21
|
-
export * from './api/appointments-api';
|
|
22
|
-
export * from './api/articles-api';
|
|
23
|
-
export * from './api/call-histories-api';
|
|
24
|
-
export * from './api/chat-users-api';
|
|
25
|
-
export * from './api/communications-api';
|
|
26
|
-
export * from './api/contributors-api';
|
|
27
|
-
export * from './api/countries-api';
|
|
28
|
-
export * from './api/curations-api';
|
|
29
|
-
export * from './api/currencies-api';
|
|
30
|
-
export * from './api/deals-api';
|
|
31
|
-
export * from './api/devices-api';
|
|
32
|
-
export * from './api/doctor-affiliations-api';
|
|
33
|
-
export * from './api/doctors-api';
|
|
34
|
-
export * from './api/external-api';
|
|
35
|
-
export * from './api/faq-categories-api';
|
|
36
|
-
export * from './api/faqs-api';
|
|
37
|
-
export * from './api/form-results-api';
|
|
38
|
-
export * from './api/form-templates-api';
|
|
39
|
-
export * from './api/group-channels-api';
|
|
40
|
-
export * from './api/hospitals-api';
|
|
41
|
-
export * from './api/images-api';
|
|
42
|
-
export * from './api/languages-api';
|
|
43
|
-
export * from './api/medias-api';
|
|
44
|
-
export * from './api/messages-api';
|
|
45
|
-
export * from './api/notifications-api';
|
|
46
|
-
export * from './api/origins-api';
|
|
47
|
-
export * from './api/patients-api';
|
|
48
|
-
export * from './api/plans-api';
|
|
49
|
-
export * from './api/prescriptions-api';
|
|
50
|
-
export * from './api/profiles-api';
|
|
51
|
-
export * from './api/promotions-api';
|
|
52
|
-
export * from './api/secure-containers-api';
|
|
53
|
-
export * from './api/service-reviews-api';
|
|
54
|
-
export * from './api/services-api';
|
|
55
|
-
export * from './api/services-categories-api';
|
|
56
|
-
export * from './api/specialties-api';
|
|
57
|
-
export * from './api/specialty-types-api';
|
|
58
|
-
export * from './api/survey-forms-api';
|
|
59
|
-
export * from './api/survey-results-api';
|
|
60
|
-
export * from './api/tags-api';
|
|
61
|
-
export * from './api/vonage-users-api';
|
|
62
|
-
|
package/src/base.ts
DELETED
|
@@ -1,71 +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 { Configuration } from "./configuration";
|
|
17
|
-
// Some imports not used depending on template conditions
|
|
18
|
-
// @ts-ignore
|
|
19
|
-
import globalAxios, { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
|
|
20
|
-
|
|
21
|
-
export const BASE_PATH = "http://localhost".replace(/\/+$/, "");
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
*
|
|
25
|
-
* @export
|
|
26
|
-
*/
|
|
27
|
-
export const COLLECTION_FORMATS = {
|
|
28
|
-
csv: ",",
|
|
29
|
-
ssv: " ",
|
|
30
|
-
tsv: "\t",
|
|
31
|
-
pipes: "|",
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
/**
|
|
35
|
-
*
|
|
36
|
-
* @export
|
|
37
|
-
* @interface RequestArgs
|
|
38
|
-
*/
|
|
39
|
-
export interface RequestArgs {
|
|
40
|
-
url: string;
|
|
41
|
-
options: AxiosRequestConfig;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @export
|
|
47
|
-
* @class BaseAPI
|
|
48
|
-
*/
|
|
49
|
-
export class BaseAPI {
|
|
50
|
-
protected configuration: Configuration | undefined;
|
|
51
|
-
|
|
52
|
-
constructor(configuration?: Configuration, protected basePath: string = BASE_PATH, protected axios: AxiosInstance = globalAxios) {
|
|
53
|
-
if (configuration) {
|
|
54
|
-
this.configuration = configuration;
|
|
55
|
-
this.basePath = configuration.basePath || this.basePath;
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
};
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
*
|
|
62
|
-
* @export
|
|
63
|
-
* @class RequiredError
|
|
64
|
-
* @extends {Error}
|
|
65
|
-
*/
|
|
66
|
-
export class RequiredError extends Error {
|
|
67
|
-
name: "RequiredError" = "RequiredError";
|
|
68
|
-
constructor(public field: string, msg?: string) {
|
|
69
|
-
super(msg);
|
|
70
|
-
}
|
|
71
|
-
}
|
package/src/common.ts
DELETED
|
@@ -1,148 +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 { Configuration } from "./configuration";
|
|
17
|
-
import { RequiredError, RequestArgs } from "./base";
|
|
18
|
-
import { AxiosInstance, AxiosResponse } from 'axios';
|
|
19
|
-
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
* @export
|
|
23
|
-
*/
|
|
24
|
-
export const DUMMY_BASE_URL = 'https://example.com'
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
*
|
|
28
|
-
* @throws {RequiredError}
|
|
29
|
-
* @export
|
|
30
|
-
*/
|
|
31
|
-
export const assertParamExists = function (functionName: string, paramName: string, paramValue: unknown) {
|
|
32
|
-
if (paramValue === null || paramValue === undefined) {
|
|
33
|
-
throw new RequiredError(paramName, `Required parameter ${paramName} was null or undefined when calling ${functionName}.`);
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @export
|
|
40
|
-
*/
|
|
41
|
-
export const setApiKeyToObject = async function (object: any, keyParamName: string, configuration?: Configuration) {
|
|
42
|
-
if (configuration && configuration.apiKey) {
|
|
43
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
44
|
-
? await configuration.apiKey(keyParamName)
|
|
45
|
-
: await configuration.apiKey;
|
|
46
|
-
object[keyParamName] = localVarApiKeyValue;
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
/**
|
|
51
|
-
*
|
|
52
|
-
* @export
|
|
53
|
-
*/
|
|
54
|
-
export const setBasicAuthToObject = function (object: any, configuration?: Configuration) {
|
|
55
|
-
if (configuration && (configuration.username || configuration.password)) {
|
|
56
|
-
object["auth"] = { username: configuration.username, password: configuration.password };
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
*
|
|
62
|
-
* @export
|
|
63
|
-
*/
|
|
64
|
-
export const setBearerAuthToObject = async function (object: any, configuration?: Configuration) {
|
|
65
|
-
if (configuration && configuration.accessToken) {
|
|
66
|
-
const accessToken = typeof configuration.accessToken === 'function'
|
|
67
|
-
? await configuration.accessToken()
|
|
68
|
-
: await configuration.accessToken;
|
|
69
|
-
object["Authorization"] = "Bearer " + accessToken;
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
/**
|
|
74
|
-
*
|
|
75
|
-
* @export
|
|
76
|
-
*/
|
|
77
|
-
export const setOAuthToObject = async function (object: any, name: string, scopes: string[], configuration?: Configuration) {
|
|
78
|
-
if (configuration && configuration.accessToken) {
|
|
79
|
-
const localVarAccessTokenValue = typeof configuration.accessToken === 'function'
|
|
80
|
-
? await configuration.accessToken(name, scopes)
|
|
81
|
-
: await configuration.accessToken;
|
|
82
|
-
object["Authorization"] = "Bearer " + localVarAccessTokenValue;
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
function setFlattenedQueryParams(urlSearchParams: URLSearchParams, parameter: any, key: string = ""): void {
|
|
87
|
-
if (typeof parameter === "object") {
|
|
88
|
-
if (Array.isArray(parameter)) {
|
|
89
|
-
(parameter as any[]).forEach(item => setFlattenedQueryParams(urlSearchParams, item, key));
|
|
90
|
-
}
|
|
91
|
-
else {
|
|
92
|
-
Object.keys(parameter).forEach(currentKey =>
|
|
93
|
-
setFlattenedQueryParams(urlSearchParams, parameter[currentKey], `${key}${key !== '' ? '.' : ''}${currentKey}`)
|
|
94
|
-
);
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
else {
|
|
98
|
-
if (urlSearchParams.has(key)) {
|
|
99
|
-
urlSearchParams.append(key, parameter);
|
|
100
|
-
}
|
|
101
|
-
else {
|
|
102
|
-
urlSearchParams.set(key, parameter);
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
/**
|
|
108
|
-
*
|
|
109
|
-
* @export
|
|
110
|
-
*/
|
|
111
|
-
export const setSearchParams = function (url: URL, ...objects: any[]) {
|
|
112
|
-
const searchParams = new URLSearchParams(url.search);
|
|
113
|
-
setFlattenedQueryParams(searchParams, objects);
|
|
114
|
-
url.search = searchParams.toString();
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
/**
|
|
118
|
-
*
|
|
119
|
-
* @export
|
|
120
|
-
*/
|
|
121
|
-
export const serializeDataIfNeeded = function (value: any, requestOptions: any, configuration?: Configuration) {
|
|
122
|
-
const nonString = typeof value !== 'string';
|
|
123
|
-
const needsSerialization = nonString && configuration && configuration.isJsonMime
|
|
124
|
-
? configuration.isJsonMime(requestOptions.headers['Content-Type'])
|
|
125
|
-
: nonString;
|
|
126
|
-
return needsSerialization
|
|
127
|
-
? JSON.stringify(value !== undefined ? value : {})
|
|
128
|
-
: (value || "");
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
/**
|
|
132
|
-
*
|
|
133
|
-
* @export
|
|
134
|
-
*/
|
|
135
|
-
export const toPathString = function (url: URL) {
|
|
136
|
-
return url.pathname + url.search + url.hash
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
/**
|
|
140
|
-
*
|
|
141
|
-
* @export
|
|
142
|
-
*/
|
|
143
|
-
export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) {
|
|
144
|
-
return <T = unknown, R = AxiosResponse<T>>(axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
|
|
145
|
-
const axiosRequestArgs = {...axiosArgs.options, url: (configuration?.basePath || basePath) + axiosArgs.url};
|
|
146
|
-
return axios.request<T, R>(axiosRequestArgs);
|
|
147
|
-
};
|
|
148
|
-
}
|
package/src/configuration.ts
DELETED
|
@@ -1,101 +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
|
-
export interface ConfigurationParameters {
|
|
17
|
-
apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
|
|
18
|
-
username?: string;
|
|
19
|
-
password?: string;
|
|
20
|
-
accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
|
|
21
|
-
basePath?: string;
|
|
22
|
-
baseOptions?: any;
|
|
23
|
-
formDataCtor?: new () => any;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
export class Configuration {
|
|
27
|
-
/**
|
|
28
|
-
* parameter for apiKey security
|
|
29
|
-
* @param name security name
|
|
30
|
-
* @memberof Configuration
|
|
31
|
-
*/
|
|
32
|
-
apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
|
|
33
|
-
/**
|
|
34
|
-
* parameter for basic security
|
|
35
|
-
*
|
|
36
|
-
* @type {string}
|
|
37
|
-
* @memberof Configuration
|
|
38
|
-
*/
|
|
39
|
-
username?: string;
|
|
40
|
-
/**
|
|
41
|
-
* parameter for basic security
|
|
42
|
-
*
|
|
43
|
-
* @type {string}
|
|
44
|
-
* @memberof Configuration
|
|
45
|
-
*/
|
|
46
|
-
password?: string;
|
|
47
|
-
/**
|
|
48
|
-
* parameter for oauth2 security
|
|
49
|
-
* @param name security name
|
|
50
|
-
* @param scopes oauth2 scope
|
|
51
|
-
* @memberof Configuration
|
|
52
|
-
*/
|
|
53
|
-
accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
|
|
54
|
-
/**
|
|
55
|
-
* override base path
|
|
56
|
-
*
|
|
57
|
-
* @type {string}
|
|
58
|
-
* @memberof Configuration
|
|
59
|
-
*/
|
|
60
|
-
basePath?: string;
|
|
61
|
-
/**
|
|
62
|
-
* base options for axios calls
|
|
63
|
-
*
|
|
64
|
-
* @type {any}
|
|
65
|
-
* @memberof Configuration
|
|
66
|
-
*/
|
|
67
|
-
baseOptions?: any;
|
|
68
|
-
/**
|
|
69
|
-
* The FormData constructor that will be used to create multipart form data
|
|
70
|
-
* requests. You can inject this here so that execution environments that
|
|
71
|
-
* do not support the FormData class can still run the generated client.
|
|
72
|
-
*
|
|
73
|
-
* @type {new () => FormData}
|
|
74
|
-
*/
|
|
75
|
-
formDataCtor?: new () => any;
|
|
76
|
-
|
|
77
|
-
constructor(param: ConfigurationParameters = {}) {
|
|
78
|
-
this.apiKey = param.apiKey;
|
|
79
|
-
this.username = param.username;
|
|
80
|
-
this.password = param.password;
|
|
81
|
-
this.accessToken = param.accessToken;
|
|
82
|
-
this.basePath = param.basePath;
|
|
83
|
-
this.baseOptions = param.baseOptions;
|
|
84
|
-
this.formDataCtor = param.formDataCtor;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
/**
|
|
88
|
-
* Check if the given MIME is a JSON MIME.
|
|
89
|
-
* JSON MIME examples:
|
|
90
|
-
* application/json
|
|
91
|
-
* application/json; charset=UTF8
|
|
92
|
-
* APPLICATION/JSON
|
|
93
|
-
* application/vnd.company+json
|
|
94
|
-
* @param mime - MIME (Multipurpose Internet Mail Extensions)
|
|
95
|
-
* @return True if the given MIME is JSON, false otherwise.
|
|
96
|
-
*/
|
|
97
|
-
public isJsonMime(mime: string): boolean {
|
|
98
|
-
const jsonMime: RegExp = new RegExp('^(application\/json|[^;/ \t]+\/[^;/ \t]+[+]json)[ \t]*(;.*)?$', 'i');
|
|
99
|
-
return mime !== null && (jsonMime.test(mime) || mime.toLowerCase() === 'application/json-patch+json');
|
|
100
|
-
}
|
|
101
|
-
}
|