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