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,610 +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 { SecureContainerModel } from '../models';
|
|
25
|
-
// @ts-ignore
|
|
26
|
-
import { SecureContainersModel } from '../models';
|
|
27
|
-
// @ts-ignore
|
|
28
|
-
import { SecureFilesUploadedModel } from '../models';
|
|
29
|
-
// @ts-ignore
|
|
30
|
-
import { UpdateSecureContainerCommand } from '../models';
|
|
31
|
-
/**
|
|
32
|
-
* SecureContainersApi - axios parameter creator
|
|
33
|
-
* @export
|
|
34
|
-
*/
|
|
35
|
-
export const SecureContainersApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
36
|
-
return {
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @summary Delete secure file
|
|
40
|
-
* @param {string} containerId
|
|
41
|
-
* @param {string} fileId
|
|
42
|
-
* @param {*} [options] Override http request option.
|
|
43
|
-
* @throws {RequiredError}
|
|
44
|
-
*/
|
|
45
|
-
apiV2SecurecontainersContainerIdFilesFileIdDelete: async (containerId: string, fileId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
46
|
-
// verify required parameter 'containerId' is not null or undefined
|
|
47
|
-
assertParamExists('apiV2SecurecontainersContainerIdFilesFileIdDelete', 'containerId', containerId)
|
|
48
|
-
// verify required parameter 'fileId' is not null or undefined
|
|
49
|
-
assertParamExists('apiV2SecurecontainersContainerIdFilesFileIdDelete', 'fileId', fileId)
|
|
50
|
-
const localVarPath = `/api/v2/securecontainers/{containerId}/files/{fileId}`
|
|
51
|
-
.replace(`{${"containerId"}}`, encodeURIComponent(String(containerId)))
|
|
52
|
-
.replace(`{${"fileId"}}`, encodeURIComponent(String(fileId)));
|
|
53
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
54
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
55
|
-
let baseOptions;
|
|
56
|
-
if (configuration) {
|
|
57
|
-
baseOptions = configuration.baseOptions;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
|
|
61
|
-
const localVarHeaderParameter = {} as any;
|
|
62
|
-
const localVarQueryParameter = {} as any;
|
|
63
|
-
|
|
64
|
-
// authentication oauth2 required
|
|
65
|
-
// oauth required
|
|
66
|
-
await setOAuthToObject(localVarHeaderParameter, "oauth2", ["cloudhospital_api"], configuration)
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
71
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
72
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
73
|
-
|
|
74
|
-
return {
|
|
75
|
-
url: toPathString(localVarUrlObj),
|
|
76
|
-
options: localVarRequestOptions,
|
|
77
|
-
};
|
|
78
|
-
},
|
|
79
|
-
/**
|
|
80
|
-
*
|
|
81
|
-
* @summary Upload files into secure file container
|
|
82
|
-
* @param {string} containerId
|
|
83
|
-
* @param {Array<File>} [files]
|
|
84
|
-
* @param {*} [options] Override http request option.
|
|
85
|
-
* @throws {RequiredError}
|
|
86
|
-
*/
|
|
87
|
-
apiV2SecurecontainersContainerIdFilesPost: async (containerId: string, files?: Array<File>, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
88
|
-
// verify required parameter 'containerId' is not null or undefined
|
|
89
|
-
assertParamExists('apiV2SecurecontainersContainerIdFilesPost', 'containerId', containerId)
|
|
90
|
-
const localVarPath = `/api/v2/securecontainers/{containerId}/files`
|
|
91
|
-
.replace(`{${"containerId"}}`, encodeURIComponent(String(containerId)));
|
|
92
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
93
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
94
|
-
let baseOptions;
|
|
95
|
-
if (configuration) {
|
|
96
|
-
baseOptions = configuration.baseOptions;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
100
|
-
const localVarHeaderParameter = {} as any;
|
|
101
|
-
const localVarQueryParameter = {} as any;
|
|
102
|
-
const localVarFormParams = new ((configuration && configuration.formDataCtor) || FormData)();
|
|
103
|
-
|
|
104
|
-
// authentication oauth2 required
|
|
105
|
-
// oauth required
|
|
106
|
-
await setOAuthToObject(localVarHeaderParameter, "oauth2", ["cloudhospital_api"], configuration)
|
|
107
|
-
|
|
108
|
-
if (files) {
|
|
109
|
-
files.forEach((element) => {
|
|
110
|
-
localVarFormParams.append('files', element as any);
|
|
111
|
-
})
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
localVarHeaderParameter['Content-Type'] = 'multipart/form-data';
|
|
117
|
-
|
|
118
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
119
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
120
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
121
|
-
localVarRequestOptions.data = localVarFormParams;
|
|
122
|
-
|
|
123
|
-
return {
|
|
124
|
-
url: toPathString(localVarUrlObj),
|
|
125
|
-
options: localVarRequestOptions,
|
|
126
|
-
};
|
|
127
|
-
},
|
|
128
|
-
/**
|
|
129
|
-
*
|
|
130
|
-
* @summary Get secure file container
|
|
131
|
-
* @param {string} containerId
|
|
132
|
-
* @param {string} [languageCode]
|
|
133
|
-
* @param {*} [options] Override http request option.
|
|
134
|
-
* @throws {RequiredError}
|
|
135
|
-
*/
|
|
136
|
-
apiV2SecurecontainersContainerIdGet: async (containerId: string, languageCode?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
137
|
-
// verify required parameter 'containerId' is not null or undefined
|
|
138
|
-
assertParamExists('apiV2SecurecontainersContainerIdGet', 'containerId', containerId)
|
|
139
|
-
const localVarPath = `/api/v2/securecontainers/{containerId}`
|
|
140
|
-
.replace(`{${"containerId"}}`, encodeURIComponent(String(containerId)));
|
|
141
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
142
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
143
|
-
let baseOptions;
|
|
144
|
-
if (configuration) {
|
|
145
|
-
baseOptions = configuration.baseOptions;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
149
|
-
const localVarHeaderParameter = {} as any;
|
|
150
|
-
const localVarQueryParameter = {} as any;
|
|
151
|
-
|
|
152
|
-
// authentication oauth2 required
|
|
153
|
-
// oauth required
|
|
154
|
-
await setOAuthToObject(localVarHeaderParameter, "oauth2", ["cloudhospital_api"], configuration)
|
|
155
|
-
|
|
156
|
-
if (languageCode !== undefined) {
|
|
157
|
-
localVarQueryParameter['languageCode'] = languageCode;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
163
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
164
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
165
|
-
|
|
166
|
-
return {
|
|
167
|
-
url: toPathString(localVarUrlObj),
|
|
168
|
-
options: localVarRequestOptions,
|
|
169
|
-
};
|
|
170
|
-
},
|
|
171
|
-
/**
|
|
172
|
-
*
|
|
173
|
-
* @summary Update secure file container
|
|
174
|
-
* @param {string} containerId
|
|
175
|
-
* @param {UpdateSecureContainerCommand} [updateSecureContainerCommand]
|
|
176
|
-
* @param {*} [options] Override http request option.
|
|
177
|
-
* @throws {RequiredError}
|
|
178
|
-
*/
|
|
179
|
-
apiV2SecurecontainersContainerIdPut: async (containerId: string, updateSecureContainerCommand?: UpdateSecureContainerCommand, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
180
|
-
// verify required parameter 'containerId' is not null or undefined
|
|
181
|
-
assertParamExists('apiV2SecurecontainersContainerIdPut', 'containerId', containerId)
|
|
182
|
-
const localVarPath = `/api/v2/securecontainers/{containerId}`
|
|
183
|
-
.replace(`{${"containerId"}}`, encodeURIComponent(String(containerId)));
|
|
184
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
185
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
186
|
-
let baseOptions;
|
|
187
|
-
if (configuration) {
|
|
188
|
-
baseOptions = configuration.baseOptions;
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
192
|
-
const localVarHeaderParameter = {} as any;
|
|
193
|
-
const localVarQueryParameter = {} as any;
|
|
194
|
-
|
|
195
|
-
// authentication oauth2 required
|
|
196
|
-
// oauth required
|
|
197
|
-
await setOAuthToObject(localVarHeaderParameter, "oauth2", ["cloudhospital_api"], configuration)
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
202
|
-
|
|
203
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
204
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
205
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
206
|
-
localVarRequestOptions.data = serializeDataIfNeeded(updateSecureContainerCommand, localVarRequestOptions, configuration)
|
|
207
|
-
|
|
208
|
-
return {
|
|
209
|
-
url: toPathString(localVarUrlObj),
|
|
210
|
-
options: localVarRequestOptions,
|
|
211
|
-
};
|
|
212
|
-
},
|
|
213
|
-
/**
|
|
214
|
-
*
|
|
215
|
-
* @summary Get secure file containers
|
|
216
|
-
* @param {string} [hospitalId]
|
|
217
|
-
* @param {string} [languageCode]
|
|
218
|
-
* @param {number} [page]
|
|
219
|
-
* @param {number} [limit]
|
|
220
|
-
* @param {Date} [lastRetrieved]
|
|
221
|
-
* @param {*} [options] Override http request option.
|
|
222
|
-
* @throws {RequiredError}
|
|
223
|
-
*/
|
|
224
|
-
apiV2SecurecontainersGet: async (hospitalId?: string, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
225
|
-
const localVarPath = `/api/v2/securecontainers`;
|
|
226
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
227
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
228
|
-
let baseOptions;
|
|
229
|
-
if (configuration) {
|
|
230
|
-
baseOptions = configuration.baseOptions;
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
234
|
-
const localVarHeaderParameter = {} as any;
|
|
235
|
-
const localVarQueryParameter = {} as any;
|
|
236
|
-
|
|
237
|
-
// authentication oauth2 required
|
|
238
|
-
// oauth required
|
|
239
|
-
await setOAuthToObject(localVarHeaderParameter, "oauth2", ["cloudhospital_api"], configuration)
|
|
240
|
-
|
|
241
|
-
if (hospitalId !== undefined) {
|
|
242
|
-
localVarQueryParameter['HospitalId'] = hospitalId;
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
if (languageCode !== undefined) {
|
|
246
|
-
localVarQueryParameter['LanguageCode'] = languageCode;
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
if (page !== undefined) {
|
|
250
|
-
localVarQueryParameter['page'] = page;
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
if (limit !== undefined) {
|
|
254
|
-
localVarQueryParameter['limit'] = limit;
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
if (lastRetrieved !== undefined) {
|
|
258
|
-
localVarQueryParameter['lastRetrieved'] = (lastRetrieved as any instanceof Date) ?
|
|
259
|
-
(lastRetrieved as any).toISOString() :
|
|
260
|
-
lastRetrieved;
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
266
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
267
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
268
|
-
|
|
269
|
-
return {
|
|
270
|
-
url: toPathString(localVarUrlObj),
|
|
271
|
-
options: localVarRequestOptions,
|
|
272
|
-
};
|
|
273
|
-
},
|
|
274
|
-
}
|
|
275
|
-
};
|
|
276
|
-
|
|
277
|
-
/**
|
|
278
|
-
* SecureContainersApi - functional programming interface
|
|
279
|
-
* @export
|
|
280
|
-
*/
|
|
281
|
-
export const SecureContainersApiFp = function(configuration?: Configuration) {
|
|
282
|
-
const localVarAxiosParamCreator = SecureContainersApiAxiosParamCreator(configuration)
|
|
283
|
-
return {
|
|
284
|
-
/**
|
|
285
|
-
*
|
|
286
|
-
* @summary Delete secure file
|
|
287
|
-
* @param {string} containerId
|
|
288
|
-
* @param {string} fileId
|
|
289
|
-
* @param {*} [options] Override http request option.
|
|
290
|
-
* @throws {RequiredError}
|
|
291
|
-
*/
|
|
292
|
-
async apiV2SecurecontainersContainerIdFilesFileIdDelete(containerId: string, fileId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>> {
|
|
293
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2SecurecontainersContainerIdFilesFileIdDelete(containerId, fileId, options);
|
|
294
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
295
|
-
},
|
|
296
|
-
/**
|
|
297
|
-
*
|
|
298
|
-
* @summary Upload files into secure file container
|
|
299
|
-
* @param {string} containerId
|
|
300
|
-
* @param {Array<File>} [files]
|
|
301
|
-
* @param {*} [options] Override http request option.
|
|
302
|
-
* @throws {RequiredError}
|
|
303
|
-
*/
|
|
304
|
-
async apiV2SecurecontainersContainerIdFilesPost(containerId: string, files?: Array<File>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SecureFilesUploadedModel>> {
|
|
305
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2SecurecontainersContainerIdFilesPost(containerId, files, options);
|
|
306
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
307
|
-
},
|
|
308
|
-
/**
|
|
309
|
-
*
|
|
310
|
-
* @summary Get secure file container
|
|
311
|
-
* @param {string} containerId
|
|
312
|
-
* @param {string} [languageCode]
|
|
313
|
-
* @param {*} [options] Override http request option.
|
|
314
|
-
* @throws {RequiredError}
|
|
315
|
-
*/
|
|
316
|
-
async apiV2SecurecontainersContainerIdGet(containerId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SecureContainerModel>> {
|
|
317
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2SecurecontainersContainerIdGet(containerId, languageCode, options);
|
|
318
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
319
|
-
},
|
|
320
|
-
/**
|
|
321
|
-
*
|
|
322
|
-
* @summary Update secure file container
|
|
323
|
-
* @param {string} containerId
|
|
324
|
-
* @param {UpdateSecureContainerCommand} [updateSecureContainerCommand]
|
|
325
|
-
* @param {*} [options] Override http request option.
|
|
326
|
-
* @throws {RequiredError}
|
|
327
|
-
*/
|
|
328
|
-
async apiV2SecurecontainersContainerIdPut(containerId: string, updateSecureContainerCommand?: UpdateSecureContainerCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SecureContainerModel>> {
|
|
329
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2SecurecontainersContainerIdPut(containerId, updateSecureContainerCommand, options);
|
|
330
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
331
|
-
},
|
|
332
|
-
/**
|
|
333
|
-
*
|
|
334
|
-
* @summary Get secure file containers
|
|
335
|
-
* @param {string} [hospitalId]
|
|
336
|
-
* @param {string} [languageCode]
|
|
337
|
-
* @param {number} [page]
|
|
338
|
-
* @param {number} [limit]
|
|
339
|
-
* @param {Date} [lastRetrieved]
|
|
340
|
-
* @param {*} [options] Override http request option.
|
|
341
|
-
* @throws {RequiredError}
|
|
342
|
-
*/
|
|
343
|
-
async apiV2SecurecontainersGet(hospitalId?: string, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SecureContainersModel>> {
|
|
344
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2SecurecontainersGet(hospitalId, languageCode, page, limit, lastRetrieved, options);
|
|
345
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
346
|
-
},
|
|
347
|
-
}
|
|
348
|
-
};
|
|
349
|
-
|
|
350
|
-
/**
|
|
351
|
-
* SecureContainersApi - factory interface
|
|
352
|
-
* @export
|
|
353
|
-
*/
|
|
354
|
-
export const SecureContainersApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
355
|
-
const localVarFp = SecureContainersApiFp(configuration)
|
|
356
|
-
return {
|
|
357
|
-
/**
|
|
358
|
-
*
|
|
359
|
-
* @summary Delete secure file
|
|
360
|
-
* @param {string} containerId
|
|
361
|
-
* @param {string} fileId
|
|
362
|
-
* @param {*} [options] Override http request option.
|
|
363
|
-
* @throws {RequiredError}
|
|
364
|
-
*/
|
|
365
|
-
apiV2SecurecontainersContainerIdFilesFileIdDelete(containerId: string, fileId: string, options?: any): AxiosPromise<boolean> {
|
|
366
|
-
return localVarFp.apiV2SecurecontainersContainerIdFilesFileIdDelete(containerId, fileId, options).then((request) => request(axios, basePath));
|
|
367
|
-
},
|
|
368
|
-
/**
|
|
369
|
-
*
|
|
370
|
-
* @summary Upload files into secure file container
|
|
371
|
-
* @param {string} containerId
|
|
372
|
-
* @param {Array<File>} [files]
|
|
373
|
-
* @param {*} [options] Override http request option.
|
|
374
|
-
* @throws {RequiredError}
|
|
375
|
-
*/
|
|
376
|
-
apiV2SecurecontainersContainerIdFilesPost(containerId: string, files?: Array<File>, options?: any): AxiosPromise<SecureFilesUploadedModel> {
|
|
377
|
-
return localVarFp.apiV2SecurecontainersContainerIdFilesPost(containerId, files, options).then((request) => request(axios, basePath));
|
|
378
|
-
},
|
|
379
|
-
/**
|
|
380
|
-
*
|
|
381
|
-
* @summary Get secure file container
|
|
382
|
-
* @param {string} containerId
|
|
383
|
-
* @param {string} [languageCode]
|
|
384
|
-
* @param {*} [options] Override http request option.
|
|
385
|
-
* @throws {RequiredError}
|
|
386
|
-
*/
|
|
387
|
-
apiV2SecurecontainersContainerIdGet(containerId: string, languageCode?: string, options?: any): AxiosPromise<SecureContainerModel> {
|
|
388
|
-
return localVarFp.apiV2SecurecontainersContainerIdGet(containerId, languageCode, options).then((request) => request(axios, basePath));
|
|
389
|
-
},
|
|
390
|
-
/**
|
|
391
|
-
*
|
|
392
|
-
* @summary Update secure file container
|
|
393
|
-
* @param {string} containerId
|
|
394
|
-
* @param {UpdateSecureContainerCommand} [updateSecureContainerCommand]
|
|
395
|
-
* @param {*} [options] Override http request option.
|
|
396
|
-
* @throws {RequiredError}
|
|
397
|
-
*/
|
|
398
|
-
apiV2SecurecontainersContainerIdPut(containerId: string, updateSecureContainerCommand?: UpdateSecureContainerCommand, options?: any): AxiosPromise<SecureContainerModel> {
|
|
399
|
-
return localVarFp.apiV2SecurecontainersContainerIdPut(containerId, updateSecureContainerCommand, options).then((request) => request(axios, basePath));
|
|
400
|
-
},
|
|
401
|
-
/**
|
|
402
|
-
*
|
|
403
|
-
* @summary Get secure file containers
|
|
404
|
-
* @param {string} [hospitalId]
|
|
405
|
-
* @param {string} [languageCode]
|
|
406
|
-
* @param {number} [page]
|
|
407
|
-
* @param {number} [limit]
|
|
408
|
-
* @param {Date} [lastRetrieved]
|
|
409
|
-
* @param {*} [options] Override http request option.
|
|
410
|
-
* @throws {RequiredError}
|
|
411
|
-
*/
|
|
412
|
-
apiV2SecurecontainersGet(hospitalId?: string, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<SecureContainersModel> {
|
|
413
|
-
return localVarFp.apiV2SecurecontainersGet(hospitalId, languageCode, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
|
|
414
|
-
},
|
|
415
|
-
};
|
|
416
|
-
};
|
|
417
|
-
|
|
418
|
-
/**
|
|
419
|
-
* Request parameters for apiV2SecurecontainersContainerIdFilesFileIdDelete operation in SecureContainersApi.
|
|
420
|
-
* @export
|
|
421
|
-
* @interface SecureContainersApiApiV2SecurecontainersContainerIdFilesFileIdDeleteRequest
|
|
422
|
-
*/
|
|
423
|
-
export interface SecureContainersApiApiV2SecurecontainersContainerIdFilesFileIdDeleteRequest {
|
|
424
|
-
/**
|
|
425
|
-
*
|
|
426
|
-
* @type {string}
|
|
427
|
-
* @memberof SecureContainersApiApiV2SecurecontainersContainerIdFilesFileIdDelete
|
|
428
|
-
*/
|
|
429
|
-
readonly containerId: string
|
|
430
|
-
|
|
431
|
-
/**
|
|
432
|
-
*
|
|
433
|
-
* @type {string}
|
|
434
|
-
* @memberof SecureContainersApiApiV2SecurecontainersContainerIdFilesFileIdDelete
|
|
435
|
-
*/
|
|
436
|
-
readonly fileId: string
|
|
437
|
-
}
|
|
438
|
-
|
|
439
|
-
/**
|
|
440
|
-
* Request parameters for apiV2SecurecontainersContainerIdFilesPost operation in SecureContainersApi.
|
|
441
|
-
* @export
|
|
442
|
-
* @interface SecureContainersApiApiV2SecurecontainersContainerIdFilesPostRequest
|
|
443
|
-
*/
|
|
444
|
-
export interface SecureContainersApiApiV2SecurecontainersContainerIdFilesPostRequest {
|
|
445
|
-
/**
|
|
446
|
-
*
|
|
447
|
-
* @type {string}
|
|
448
|
-
* @memberof SecureContainersApiApiV2SecurecontainersContainerIdFilesPost
|
|
449
|
-
*/
|
|
450
|
-
readonly containerId: string
|
|
451
|
-
|
|
452
|
-
/**
|
|
453
|
-
*
|
|
454
|
-
* @type {Array<File>}
|
|
455
|
-
* @memberof SecureContainersApiApiV2SecurecontainersContainerIdFilesPost
|
|
456
|
-
*/
|
|
457
|
-
readonly files?: Array<File>
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
/**
|
|
461
|
-
* Request parameters for apiV2SecurecontainersContainerIdGet operation in SecureContainersApi.
|
|
462
|
-
* @export
|
|
463
|
-
* @interface SecureContainersApiApiV2SecurecontainersContainerIdGetRequest
|
|
464
|
-
*/
|
|
465
|
-
export interface SecureContainersApiApiV2SecurecontainersContainerIdGetRequest {
|
|
466
|
-
/**
|
|
467
|
-
*
|
|
468
|
-
* @type {string}
|
|
469
|
-
* @memberof SecureContainersApiApiV2SecurecontainersContainerIdGet
|
|
470
|
-
*/
|
|
471
|
-
readonly containerId: string
|
|
472
|
-
|
|
473
|
-
/**
|
|
474
|
-
*
|
|
475
|
-
* @type {string}
|
|
476
|
-
* @memberof SecureContainersApiApiV2SecurecontainersContainerIdGet
|
|
477
|
-
*/
|
|
478
|
-
readonly languageCode?: string
|
|
479
|
-
}
|
|
480
|
-
|
|
481
|
-
/**
|
|
482
|
-
* Request parameters for apiV2SecurecontainersContainerIdPut operation in SecureContainersApi.
|
|
483
|
-
* @export
|
|
484
|
-
* @interface SecureContainersApiApiV2SecurecontainersContainerIdPutRequest
|
|
485
|
-
*/
|
|
486
|
-
export interface SecureContainersApiApiV2SecurecontainersContainerIdPutRequest {
|
|
487
|
-
/**
|
|
488
|
-
*
|
|
489
|
-
* @type {string}
|
|
490
|
-
* @memberof SecureContainersApiApiV2SecurecontainersContainerIdPut
|
|
491
|
-
*/
|
|
492
|
-
readonly containerId: string
|
|
493
|
-
|
|
494
|
-
/**
|
|
495
|
-
*
|
|
496
|
-
* @type {UpdateSecureContainerCommand}
|
|
497
|
-
* @memberof SecureContainersApiApiV2SecurecontainersContainerIdPut
|
|
498
|
-
*/
|
|
499
|
-
readonly updateSecureContainerCommand?: UpdateSecureContainerCommand
|
|
500
|
-
}
|
|
501
|
-
|
|
502
|
-
/**
|
|
503
|
-
* Request parameters for apiV2SecurecontainersGet operation in SecureContainersApi.
|
|
504
|
-
* @export
|
|
505
|
-
* @interface SecureContainersApiApiV2SecurecontainersGetRequest
|
|
506
|
-
*/
|
|
507
|
-
export interface SecureContainersApiApiV2SecurecontainersGetRequest {
|
|
508
|
-
/**
|
|
509
|
-
*
|
|
510
|
-
* @type {string}
|
|
511
|
-
* @memberof SecureContainersApiApiV2SecurecontainersGet
|
|
512
|
-
*/
|
|
513
|
-
readonly hospitalId?: string
|
|
514
|
-
|
|
515
|
-
/**
|
|
516
|
-
*
|
|
517
|
-
* @type {string}
|
|
518
|
-
* @memberof SecureContainersApiApiV2SecurecontainersGet
|
|
519
|
-
*/
|
|
520
|
-
readonly languageCode?: string
|
|
521
|
-
|
|
522
|
-
/**
|
|
523
|
-
*
|
|
524
|
-
* @type {number}
|
|
525
|
-
* @memberof SecureContainersApiApiV2SecurecontainersGet
|
|
526
|
-
*/
|
|
527
|
-
readonly page?: number
|
|
528
|
-
|
|
529
|
-
/**
|
|
530
|
-
*
|
|
531
|
-
* @type {number}
|
|
532
|
-
* @memberof SecureContainersApiApiV2SecurecontainersGet
|
|
533
|
-
*/
|
|
534
|
-
readonly limit?: number
|
|
535
|
-
|
|
536
|
-
/**
|
|
537
|
-
*
|
|
538
|
-
* @type {Date}
|
|
539
|
-
* @memberof SecureContainersApiApiV2SecurecontainersGet
|
|
540
|
-
*/
|
|
541
|
-
readonly lastRetrieved?: Date
|
|
542
|
-
}
|
|
543
|
-
|
|
544
|
-
/**
|
|
545
|
-
* SecureContainersApi - object-oriented interface
|
|
546
|
-
* @export
|
|
547
|
-
* @class SecureContainersApi
|
|
548
|
-
* @extends {BaseAPI}
|
|
549
|
-
*/
|
|
550
|
-
export class SecureContainersApi extends BaseAPI {
|
|
551
|
-
/**
|
|
552
|
-
*
|
|
553
|
-
* @summary Delete secure file
|
|
554
|
-
* @param {SecureContainersApiApiV2SecurecontainersContainerIdFilesFileIdDeleteRequest} requestParameters Request parameters.
|
|
555
|
-
* @param {*} [options] Override http request option.
|
|
556
|
-
* @throws {RequiredError}
|
|
557
|
-
* @memberof SecureContainersApi
|
|
558
|
-
*/
|
|
559
|
-
public apiV2SecurecontainersContainerIdFilesFileIdDelete(requestParameters: SecureContainersApiApiV2SecurecontainersContainerIdFilesFileIdDeleteRequest, options?: AxiosRequestConfig) {
|
|
560
|
-
return SecureContainersApiFp(this.configuration).apiV2SecurecontainersContainerIdFilesFileIdDelete(requestParameters.containerId, requestParameters.fileId, options).then((request) => request(this.axios, this.basePath));
|
|
561
|
-
}
|
|
562
|
-
|
|
563
|
-
/**
|
|
564
|
-
*
|
|
565
|
-
* @summary Upload files into secure file container
|
|
566
|
-
* @param {SecureContainersApiApiV2SecurecontainersContainerIdFilesPostRequest} requestParameters Request parameters.
|
|
567
|
-
* @param {*} [options] Override http request option.
|
|
568
|
-
* @throws {RequiredError}
|
|
569
|
-
* @memberof SecureContainersApi
|
|
570
|
-
*/
|
|
571
|
-
public apiV2SecurecontainersContainerIdFilesPost(requestParameters: SecureContainersApiApiV2SecurecontainersContainerIdFilesPostRequest, options?: AxiosRequestConfig) {
|
|
572
|
-
return SecureContainersApiFp(this.configuration).apiV2SecurecontainersContainerIdFilesPost(requestParameters.containerId, requestParameters.files, options).then((request) => request(this.axios, this.basePath));
|
|
573
|
-
}
|
|
574
|
-
|
|
575
|
-
/**
|
|
576
|
-
*
|
|
577
|
-
* @summary Get secure file container
|
|
578
|
-
* @param {SecureContainersApiApiV2SecurecontainersContainerIdGetRequest} requestParameters Request parameters.
|
|
579
|
-
* @param {*} [options] Override http request option.
|
|
580
|
-
* @throws {RequiredError}
|
|
581
|
-
* @memberof SecureContainersApi
|
|
582
|
-
*/
|
|
583
|
-
public apiV2SecurecontainersContainerIdGet(requestParameters: SecureContainersApiApiV2SecurecontainersContainerIdGetRequest, options?: AxiosRequestConfig) {
|
|
584
|
-
return SecureContainersApiFp(this.configuration).apiV2SecurecontainersContainerIdGet(requestParameters.containerId, requestParameters.languageCode, options).then((request) => request(this.axios, this.basePath));
|
|
585
|
-
}
|
|
586
|
-
|
|
587
|
-
/**
|
|
588
|
-
*
|
|
589
|
-
* @summary Update secure file container
|
|
590
|
-
* @param {SecureContainersApiApiV2SecurecontainersContainerIdPutRequest} requestParameters Request parameters.
|
|
591
|
-
* @param {*} [options] Override http request option.
|
|
592
|
-
* @throws {RequiredError}
|
|
593
|
-
* @memberof SecureContainersApi
|
|
594
|
-
*/
|
|
595
|
-
public apiV2SecurecontainersContainerIdPut(requestParameters: SecureContainersApiApiV2SecurecontainersContainerIdPutRequest, options?: AxiosRequestConfig) {
|
|
596
|
-
return SecureContainersApiFp(this.configuration).apiV2SecurecontainersContainerIdPut(requestParameters.containerId, requestParameters.updateSecureContainerCommand, options).then((request) => request(this.axios, this.basePath));
|
|
597
|
-
}
|
|
598
|
-
|
|
599
|
-
/**
|
|
600
|
-
*
|
|
601
|
-
* @summary Get secure file containers
|
|
602
|
-
* @param {SecureContainersApiApiV2SecurecontainersGetRequest} requestParameters Request parameters.
|
|
603
|
-
* @param {*} [options] Override http request option.
|
|
604
|
-
* @throws {RequiredError}
|
|
605
|
-
* @memberof SecureContainersApi
|
|
606
|
-
*/
|
|
607
|
-
public apiV2SecurecontainersGet(requestParameters: SecureContainersApiApiV2SecurecontainersGetRequest = {}, options?: AxiosRequestConfig) {
|
|
608
|
-
return SecureContainersApiFp(this.configuration).apiV2SecurecontainersGet(requestParameters.hospitalId, requestParameters.languageCode, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
609
|
-
}
|
|
610
|
-
}
|