ch-admin-api-client-typescript 5.88.17 → 5.88.27
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 +56 -0
- package/lib/api/about-us-api.d.ts.map +1 -1
- package/lib/api/about-us-api.js +94 -0
- package/lib/api/article-categories-api.d.ts +56 -0
- package/lib/api/article-categories-api.d.ts.map +1 -1
- package/lib/api/article-categories-api.js +94 -0
- package/lib/api/articles-api.d.ts +56 -0
- package/lib/api/articles-api.d.ts.map +1 -1
- package/lib/api/articles-api.js +94 -0
- package/lib/api/contributors-api.d.ts +60 -4
- package/lib/api/contributors-api.d.ts.map +1 -1
- package/lib/api/contributors-api.js +98 -4
- package/lib/api/countries-api.d.ts +68 -12
- package/lib/api/countries-api.d.ts.map +1 -1
- package/lib/api/countries-api.js +106 -12
- package/lib/api/deals-api.d.ts +81 -6
- package/lib/api/deals-api.d.ts.map +1 -1
- package/lib/api/deals-api.js +124 -18
- package/lib/api/doctor-affiliations-api.d.ts +56 -0
- package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
- package/lib/api/doctor-affiliations-api.js +94 -0
- package/lib/api/faq-categories-api.d.ts +56 -0
- package/lib/api/faq-categories-api.d.ts.map +1 -1
- package/lib/api/faq-categories-api.js +94 -0
- package/lib/api/faqs-api.d.ts +56 -0
- package/lib/api/faqs-api.d.ts.map +1 -1
- package/lib/api/faqs-api.js +94 -0
- package/lib/api/frequently-asked-questions-api.d.ts +48 -3
- package/lib/api/frequently-asked-questions-api.d.ts.map +1 -1
- package/lib/api/frequently-asked-questions-api.js +39 -9
- package/lib/api/general-articles-api.d.ts +56 -0
- package/lib/api/general-articles-api.d.ts.map +1 -1
- package/lib/api/general-articles-api.js +94 -0
- package/lib/api/hospital-branches-api.d.ts +56 -0
- package/lib/api/hospital-branches-api.d.ts.map +1 -1
- package/lib/api/hospital-branches-api.js +94 -0
- package/lib/api/hospital-groups-api.d.ts +56 -0
- package/lib/api/hospital-groups-api.d.ts.map +1 -1
- package/lib/api/hospital-groups-api.js +94 -0
- package/lib/api/hospitals-api.d.ts +337 -3
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +515 -9
- package/lib/api/service-reviews-api.d.ts +56 -0
- package/lib/api/service-reviews-api.d.ts.map +1 -1
- package/lib/api/service-reviews-api.js +94 -0
- package/lib/api/specialties-api.d.ts +56 -0
- package/lib/api/specialties-api.d.ts.map +1 -1
- package/lib/api/specialties-api.js +94 -0
- package/lib/api/specialty-types-api.d.ts +60 -4
- package/lib/api/specialty-types-api.d.ts.map +1 -1
- package/lib/api/specialty-types-api.js +98 -4
- package/lib/models/about-us-page-item-model.d.ts +6 -0
- package/lib/models/about-us-page-item-model.d.ts.map +1 -1
- package/lib/models/about-us-page-model.d.ts +6 -6
- package/lib/models/about-us-page-model.d.ts.map +1 -1
- package/lib/models/create-frequently-asked-question-command.d.ts +30 -0
- package/lib/models/create-frequently-asked-question-command.d.ts.map +1 -1
- package/lib/models/create-specialty-type-command.d.ts +7 -0
- package/lib/models/create-specialty-type-command.d.ts.map +1 -1
- package/lib/models/frequently-asked-question-item-model.d.ts +60 -0
- package/lib/models/frequently-asked-question-item-model.d.ts.map +1 -1
- package/lib/models/frequently-asked-question-model.d.ts +60 -0
- package/lib/models/frequently-asked-question-model.d.ts.map +1 -1
- package/lib/models/frequently-asked-question-subcategories.d.ts +5 -0
- package/lib/models/frequently-asked-question-subcategories.d.ts.map +1 -1
- package/lib/models/frequently-asked-question-subcategories.js +6 -1
- package/lib/models/index.d.ts +20 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +20 -0
- package/lib/models/patch-article-command.d.ts +0 -6
- package/lib/models/patch-article-command.d.ts.map +1 -1
- package/lib/models/patch-deal-command.d.ts +0 -6
- package/lib/models/patch-deal-command.d.ts.map +1 -1
- package/lib/models/patch-doctor-affiliation-command.d.ts +0 -6
- package/lib/models/patch-doctor-affiliation-command.d.ts.map +1 -1
- package/lib/models/patch-general-article-command.d.ts +0 -6
- package/lib/models/patch-general-article-command.d.ts.map +1 -1
- package/lib/models/patch-hospital-command.d.ts +0 -6
- package/lib/models/patch-hospital-command.d.ts.map +1 -1
- package/lib/models/patch-hospital-specialty-command.d.ts +0 -6
- package/lib/models/patch-hospital-specialty-command.d.ts.map +1 -1
- package/lib/models/patch-specialty-command.d.ts +0 -6
- package/lib/models/patch-specialty-command.d.ts.map +1 -1
- package/lib/models/patch-specialty-type-command.d.ts +7 -6
- package/lib/models/patch-specialty-type-command.d.ts.map +1 -1
- package/lib/models/specialty-type-model.d.ts +7 -0
- package/lib/models/specialty-type-model.d.ts.map +1 -1
- package/lib/models/survey-form-element-input-model.d.ts +6 -0
- package/lib/models/survey-form-element-input-model.d.ts.map +1 -1
- package/lib/models/survey-form-element-model.d.ts +6 -0
- package/lib/models/survey-form-element-model.d.ts.map +1 -1
- package/lib/models/survey-result-element-model.d.ts +6 -0
- package/lib/models/survey-result-element-model.d.ts.map +1 -1
- package/lib/models/update-about-us-page-command.d.ts +0 -6
- package/lib/models/update-about-us-page-command.d.ts.map +1 -1
- package/lib/models/update-about-us-page-slug-command.d.ts +31 -0
- package/lib/models/update-about-us-page-slug-command.d.ts.map +1 -0
- package/lib/models/update-about-us-page-slug-command.js +15 -0
- package/lib/models/update-article-category-command.d.ts +0 -6
- package/lib/models/update-article-category-command.d.ts.map +1 -1
- package/lib/models/update-article-category-slug-command.d.ts +31 -0
- package/lib/models/update-article-category-slug-command.d.ts.map +1 -0
- package/lib/models/update-article-category-slug-command.js +15 -0
- package/lib/models/update-article-command.d.ts +0 -6
- package/lib/models/update-article-command.d.ts.map +1 -1
- package/lib/models/update-article-slug-command.d.ts +31 -0
- package/lib/models/update-article-slug-command.d.ts.map +1 -0
- package/lib/models/update-article-slug-command.js +15 -0
- package/lib/models/update-contributor-command.d.ts +0 -6
- package/lib/models/update-contributor-command.d.ts.map +1 -1
- package/lib/models/update-contributor-slug-command.d.ts +31 -0
- package/lib/models/update-contributor-slug-command.d.ts.map +1 -0
- package/lib/models/update-contributor-slug-command.js +15 -0
- package/lib/models/update-country-command.d.ts +0 -6
- package/lib/models/update-country-command.d.ts.map +1 -1
- package/lib/models/update-country-slug-command.d.ts +31 -0
- package/lib/models/update-country-slug-command.d.ts.map +1 -0
- package/lib/models/update-country-slug-command.js +15 -0
- package/lib/models/update-deal-command.d.ts +0 -6
- package/lib/models/update-deal-command.d.ts.map +1 -1
- package/lib/models/update-deal-slug-command.d.ts +31 -0
- package/lib/models/update-deal-slug-command.d.ts.map +1 -0
- package/lib/models/update-deal-slug-command.js +15 -0
- package/lib/models/update-doctor-affiliation-command.d.ts +0 -6
- package/lib/models/update-doctor-affiliation-command.d.ts.map +1 -1
- package/lib/models/update-doctor-affiliation-slug-command.d.ts +31 -0
- package/lib/models/update-doctor-affiliation-slug-command.d.ts.map +1 -0
- package/lib/models/update-doctor-affiliation-slug-command.js +15 -0
- package/lib/models/update-faq-category-command.d.ts +0 -6
- package/lib/models/update-faq-category-command.d.ts.map +1 -1
- package/lib/models/update-faq-category-slug-command.d.ts +31 -0
- package/lib/models/update-faq-category-slug-command.d.ts.map +1 -0
- package/lib/models/update-faq-category-slug-command.js +15 -0
- package/lib/models/update-faq-command.d.ts +0 -6
- package/lib/models/update-faq-command.d.ts.map +1 -1
- package/lib/models/update-faq-slug-command.d.ts +31 -0
- package/lib/models/update-faq-slug-command.d.ts.map +1 -0
- package/lib/models/update-faq-slug-command.js +15 -0
- package/lib/models/update-general-article-command.d.ts +0 -6
- package/lib/models/update-general-article-command.d.ts.map +1 -1
- package/lib/models/update-general-article-slug-command.d.ts +31 -0
- package/lib/models/update-general-article-slug-command.d.ts.map +1 -0
- package/lib/models/update-general-article-slug-command.js +15 -0
- package/lib/models/update-hospital-branch-slug-command.d.ts +31 -0
- package/lib/models/update-hospital-branch-slug-command.d.ts.map +1 -0
- package/lib/models/update-hospital-branch-slug-command.js +15 -0
- package/lib/models/update-hospital-command.d.ts +0 -6
- package/lib/models/update-hospital-command.d.ts.map +1 -1
- package/lib/models/update-hospital-group-slug-command.d.ts +31 -0
- package/lib/models/update-hospital-group-slug-command.d.ts.map +1 -0
- package/lib/models/update-hospital-group-slug-command.js +15 -0
- package/lib/models/update-hospital-service-command.d.ts +0 -6
- package/lib/models/update-hospital-service-command.d.ts.map +1 -1
- package/lib/models/update-hospital-service-slug-command.d.ts +31 -0
- package/lib/models/update-hospital-service-slug-command.d.ts.map +1 -0
- package/lib/models/update-hospital-service-slug-command.js +15 -0
- package/lib/models/update-hospital-slug-command.d.ts +31 -0
- package/lib/models/update-hospital-slug-command.d.ts.map +1 -0
- package/lib/models/update-hospital-slug-command.js +15 -0
- package/lib/models/update-hospital-specialty-command.d.ts +0 -6
- package/lib/models/update-hospital-specialty-command.d.ts.map +1 -1
- package/lib/models/update-hospital-specialty-slug-command.d.ts +31 -0
- package/lib/models/update-hospital-specialty-slug-command.d.ts.map +1 -0
- package/lib/models/update-hospital-specialty-slug-command.js +15 -0
- package/lib/models/update-landing-command.d.ts +0 -6
- package/lib/models/update-landing-command.d.ts.map +1 -1
- package/lib/models/update-landing-slug-command.d.ts +37 -0
- package/lib/models/update-landing-slug-command.d.ts.map +1 -0
- package/lib/models/update-landing-slug-command.js +15 -0
- package/lib/models/update-policy-command.d.ts +0 -6
- package/lib/models/update-policy-command.d.ts.map +1 -1
- package/lib/models/update-policy-slug-command.d.ts +37 -0
- package/lib/models/update-policy-slug-command.d.ts.map +1 -0
- package/lib/models/update-policy-slug-command.js +15 -0
- package/lib/models/update-service-review-command.d.ts +0 -6
- package/lib/models/update-service-review-command.d.ts.map +1 -1
- package/lib/models/update-service-review-slug-command.d.ts +31 -0
- package/lib/models/update-service-review-slug-command.d.ts.map +1 -0
- package/lib/models/update-service-review-slug-command.js +15 -0
- package/lib/models/update-specialty-command.d.ts +0 -6
- package/lib/models/update-specialty-command.d.ts.map +1 -1
- package/lib/models/update-specialty-slug-command.d.ts +31 -0
- package/lib/models/update-specialty-slug-command.d.ts.map +1 -0
- package/lib/models/update-specialty-slug-command.js +15 -0
- package/lib/models/update-specialty-type-command.d.ts +7 -6
- package/lib/models/update-specialty-type-command.d.ts.map +1 -1
- package/lib/models/update-specialty-type-slug-command.d.ts +31 -0
- package/lib/models/update-specialty-type-slug-command.d.ts.map +1 -0
- package/lib/models/update-specialty-type-slug-command.js +15 -0
- package/package.json +1 -1
|
@@ -129,15 +129,20 @@ import { UpdateHospitalLanguageCommand } from '../models';
|
|
|
129
129
|
import { UpdateHospitalPaymentMethodCommand } from '../models';
|
|
130
130
|
import { UpdateHospitalRatingCommand } from '../models';
|
|
131
131
|
import { UpdateHospitalServiceCommand } from '../models';
|
|
132
|
+
import { UpdateHospitalServiceSlugCommand } from '../models';
|
|
133
|
+
import { UpdateHospitalSlugCommand } from '../models';
|
|
132
134
|
import { UpdateHospitalSnsHandleCommand } from '../models';
|
|
133
135
|
import { UpdateHospitalSpecialtyCommand } from '../models';
|
|
136
|
+
import { UpdateHospitalSpecialtySlugCommand } from '../models';
|
|
134
137
|
import { UpdateHospitalWorkingDayCommand } from '../models';
|
|
135
138
|
import { UpdateLandingCommand } from '../models';
|
|
139
|
+
import { UpdateLandingSlugCommand } from '../models';
|
|
136
140
|
import { UpdateManagerCommand } from '../models';
|
|
137
141
|
import { UpdateMediaCommand } from '../models';
|
|
138
142
|
import { UpdateNoticeCommand } from '../models';
|
|
139
143
|
import { UpdatePageCommand } from '../models';
|
|
140
144
|
import { UpdatePolicyCommand } from '../models';
|
|
145
|
+
import { UpdatePolicySlugCommand } from '../models';
|
|
141
146
|
import { WebAppEnvironmentsModel } from '../models';
|
|
142
147
|
import { WorkingDayModel } from '../models';
|
|
143
148
|
import { WorkingDaysModel } from '../models';
|
|
@@ -804,6 +809,16 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
804
809
|
* @throws {RequiredError}
|
|
805
810
|
*/
|
|
806
811
|
apiV1HospitalsHospitalIdLandingsLandingIdRevalidatePost: (hospitalId: string, landingId: string, includeCurrent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
812
|
+
/**
|
|
813
|
+
*
|
|
814
|
+
* @summary Update Landing slug (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
815
|
+
* @param {string} hospitalId
|
|
816
|
+
* @param {string} landingId
|
|
817
|
+
* @param {UpdateLandingSlugCommand} [updateLandingSlugCommand]
|
|
818
|
+
* @param {*} [options] Override http request option.
|
|
819
|
+
* @throws {RequiredError}
|
|
820
|
+
*/
|
|
821
|
+
apiV1HospitalsHospitalIdLandingsLandingIdSlugPut: (hospitalId: string, landingId: string, updateLandingSlugCommand?: UpdateLandingSlugCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
807
822
|
/**
|
|
808
823
|
*
|
|
809
824
|
* @summary Translate landing (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
@@ -1243,6 +1258,16 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1243
1258
|
* @throws {RequiredError}
|
|
1244
1259
|
*/
|
|
1245
1260
|
apiV1HospitalsHospitalIdPoliciesPolicyIdReactivatePut: (hospitalId: string, policyId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1261
|
+
/**
|
|
1262
|
+
*
|
|
1263
|
+
* @summary Update policy slug (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
1264
|
+
* @param {string} hospitalId
|
|
1265
|
+
* @param {string} policyId
|
|
1266
|
+
* @param {UpdatePolicySlugCommand} [updatePolicySlugCommand]
|
|
1267
|
+
* @param {*} [options] Override http request option.
|
|
1268
|
+
* @throws {RequiredError}
|
|
1269
|
+
*/
|
|
1270
|
+
apiV1HospitalsHospitalIdPoliciesPolicyIdSlugPut: (hospitalId: string, policyId: string, updatePolicySlugCommand?: UpdatePolicySlugCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1246
1271
|
/**
|
|
1247
1272
|
*
|
|
1248
1273
|
* @summary Create policy (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
@@ -1459,6 +1484,15 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1459
1484
|
* @throws {RequiredError}
|
|
1460
1485
|
*/
|
|
1461
1486
|
apiV1HospitalsHospitalIdSimpleGet: (hospitalId: string, languageCode?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1487
|
+
/**
|
|
1488
|
+
*
|
|
1489
|
+
* @summary Update Hospital Slug. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
1490
|
+
* @param {string} hospitalId
|
|
1491
|
+
* @param {UpdateHospitalSlugCommand} [updateHospitalSlugCommand]
|
|
1492
|
+
* @param {*} [options] Override http request option.
|
|
1493
|
+
* @throws {RequiredError}
|
|
1494
|
+
*/
|
|
1495
|
+
apiV1HospitalsHospitalIdSlugPut: (hospitalId: string, updateHospitalSlugCommand?: UpdateHospitalSlugCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1462
1496
|
/**
|
|
1463
1497
|
*
|
|
1464
1498
|
* @summary Get all HospitalSpecialties. (Auth policies: RequireDefaultAdminAppRole)
|
|
@@ -1669,6 +1703,16 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1669
1703
|
* @throws {RequiredError}
|
|
1670
1704
|
*/
|
|
1671
1705
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdRevalidatePost: (hospitalId: string, hospitalSpecialtyId: string, includeCurrent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1706
|
+
/**
|
|
1707
|
+
*
|
|
1708
|
+
* @summary Update HospitalSpecialty slug. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
1709
|
+
* @param {string} hospitalId
|
|
1710
|
+
* @param {string} hospitalSpecialtyId
|
|
1711
|
+
* @param {UpdateHospitalSpecialtySlugCommand} [updateHospitalSpecialtySlugCommand]
|
|
1712
|
+
* @param {*} [options] Override http request option.
|
|
1713
|
+
* @throws {RequiredError}
|
|
1714
|
+
*/
|
|
1715
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdSlugPut: (hospitalId: string, hospitalSpecialtyId: string, updateHospitalSpecialtySlugCommand?: UpdateHospitalSpecialtySlugCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1672
1716
|
/**
|
|
1673
1717
|
*
|
|
1674
1718
|
* @summary Translate hospitalSpecialty (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
@@ -1948,6 +1992,17 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1948
1992
|
* @throws {RequiredError}
|
|
1949
1993
|
*/
|
|
1950
1994
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdRevalidatePost: (hospitalId: string, specialtyId: string, serviceId: string, includeCurrent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1995
|
+
/**
|
|
1996
|
+
*
|
|
1997
|
+
* @summary Update HospitalService slug. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
1998
|
+
* @param {string} hospitalId
|
|
1999
|
+
* @param {string} specialtyId
|
|
2000
|
+
* @param {string} serviceId
|
|
2001
|
+
* @param {UpdateHospitalServiceSlugCommand} [updateHospitalServiceSlugCommand]
|
|
2002
|
+
* @param {*} [options] Override http request option.
|
|
2003
|
+
* @throws {RequiredError}
|
|
2004
|
+
*/
|
|
2005
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdSlugPut: (hospitalId: string, specialtyId: string, serviceId: string, updateHospitalServiceSlugCommand?: UpdateHospitalServiceSlugCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1951
2006
|
/**
|
|
1952
2007
|
*
|
|
1953
2008
|
* @summary Translate service (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
@@ -2098,6 +2153,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
2098
2153
|
*
|
|
2099
2154
|
* @summary Get all Hospitals. (Auth policies: RequireDefaultAdminAppRole)
|
|
2100
2155
|
* @param {boolean} [affiliatedItemsOnly]
|
|
2156
|
+
* @param {boolean} [webAppDeployed]
|
|
2101
2157
|
* @param {string} [hospitalId]
|
|
2102
2158
|
* @param {StringFilterTypes} [nameFilterType]
|
|
2103
2159
|
* @param {string} [name]
|
|
@@ -2117,7 +2173,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
2117
2173
|
* @param {*} [options] Override http request option.
|
|
2118
2174
|
* @throws {RequiredError}
|
|
2119
2175
|
*/
|
|
2120
|
-
apiV1HospitalsSimpleGet: (affiliatedItemsOnly?: boolean, hospitalId?: string, nameFilterType?: StringFilterTypes, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2176
|
+
apiV1HospitalsSimpleGet: (affiliatedItemsOnly?: boolean, webAppDeployed?: boolean, hospitalId?: string, nameFilterType?: StringFilterTypes, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2121
2177
|
/**
|
|
2122
2178
|
*
|
|
2123
2179
|
* @summary (Auth policies: RequireDefaultAdminAppRole)
|
|
@@ -2792,6 +2848,16 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2792
2848
|
* @throws {RequiredError}
|
|
2793
2849
|
*/
|
|
2794
2850
|
apiV1HospitalsHospitalIdLandingsLandingIdRevalidatePost(hospitalId: string, landingId: string, includeCurrent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
2851
|
+
/**
|
|
2852
|
+
*
|
|
2853
|
+
* @summary Update Landing slug (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
2854
|
+
* @param {string} hospitalId
|
|
2855
|
+
* @param {string} landingId
|
|
2856
|
+
* @param {UpdateLandingSlugCommand} [updateLandingSlugCommand]
|
|
2857
|
+
* @param {*} [options] Override http request option.
|
|
2858
|
+
* @throws {RequiredError}
|
|
2859
|
+
*/
|
|
2860
|
+
apiV1HospitalsHospitalIdLandingsLandingIdSlugPut(hospitalId: string, landingId: string, updateLandingSlugCommand?: UpdateLandingSlugCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
2795
2861
|
/**
|
|
2796
2862
|
*
|
|
2797
2863
|
* @summary Translate landing (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
@@ -3231,6 +3297,16 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3231
3297
|
* @throws {RequiredError}
|
|
3232
3298
|
*/
|
|
3233
3299
|
apiV1HospitalsHospitalIdPoliciesPolicyIdReactivatePut(hospitalId: string, policyId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
3300
|
+
/**
|
|
3301
|
+
*
|
|
3302
|
+
* @summary Update policy slug (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
3303
|
+
* @param {string} hospitalId
|
|
3304
|
+
* @param {string} policyId
|
|
3305
|
+
* @param {UpdatePolicySlugCommand} [updatePolicySlugCommand]
|
|
3306
|
+
* @param {*} [options] Override http request option.
|
|
3307
|
+
* @throws {RequiredError}
|
|
3308
|
+
*/
|
|
3309
|
+
apiV1HospitalsHospitalIdPoliciesPolicyIdSlugPut(hospitalId: string, policyId: string, updatePolicySlugCommand?: UpdatePolicySlugCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
3234
3310
|
/**
|
|
3235
3311
|
*
|
|
3236
3312
|
* @summary Create policy (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
@@ -3447,6 +3523,15 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3447
3523
|
* @throws {RequiredError}
|
|
3448
3524
|
*/
|
|
3449
3525
|
apiV1HospitalsHospitalIdSimpleGet(hospitalId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalSimpleModel>>;
|
|
3526
|
+
/**
|
|
3527
|
+
*
|
|
3528
|
+
* @summary Update Hospital Slug. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
3529
|
+
* @param {string} hospitalId
|
|
3530
|
+
* @param {UpdateHospitalSlugCommand} [updateHospitalSlugCommand]
|
|
3531
|
+
* @param {*} [options] Override http request option.
|
|
3532
|
+
* @throws {RequiredError}
|
|
3533
|
+
*/
|
|
3534
|
+
apiV1HospitalsHospitalIdSlugPut(hospitalId: string, updateHospitalSlugCommand?: UpdateHospitalSlugCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
3450
3535
|
/**
|
|
3451
3536
|
*
|
|
3452
3537
|
* @summary Get all HospitalSpecialties. (Auth policies: RequireDefaultAdminAppRole)
|
|
@@ -3657,6 +3742,16 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3657
3742
|
* @throws {RequiredError}
|
|
3658
3743
|
*/
|
|
3659
3744
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdRevalidatePost(hospitalId: string, hospitalSpecialtyId: string, includeCurrent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
3745
|
+
/**
|
|
3746
|
+
*
|
|
3747
|
+
* @summary Update HospitalSpecialty slug. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
3748
|
+
* @param {string} hospitalId
|
|
3749
|
+
* @param {string} hospitalSpecialtyId
|
|
3750
|
+
* @param {UpdateHospitalSpecialtySlugCommand} [updateHospitalSpecialtySlugCommand]
|
|
3751
|
+
* @param {*} [options] Override http request option.
|
|
3752
|
+
* @throws {RequiredError}
|
|
3753
|
+
*/
|
|
3754
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdSlugPut(hospitalId: string, hospitalSpecialtyId: string, updateHospitalSpecialtySlugCommand?: UpdateHospitalSpecialtySlugCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
3660
3755
|
/**
|
|
3661
3756
|
*
|
|
3662
3757
|
* @summary Translate hospitalSpecialty (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
@@ -3936,6 +4031,17 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3936
4031
|
* @throws {RequiredError}
|
|
3937
4032
|
*/
|
|
3938
4033
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdRevalidatePost(hospitalId: string, specialtyId: string, serviceId: string, includeCurrent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
4034
|
+
/**
|
|
4035
|
+
*
|
|
4036
|
+
* @summary Update HospitalService slug. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
4037
|
+
* @param {string} hospitalId
|
|
4038
|
+
* @param {string} specialtyId
|
|
4039
|
+
* @param {string} serviceId
|
|
4040
|
+
* @param {UpdateHospitalServiceSlugCommand} [updateHospitalServiceSlugCommand]
|
|
4041
|
+
* @param {*} [options] Override http request option.
|
|
4042
|
+
* @throws {RequiredError}
|
|
4043
|
+
*/
|
|
4044
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdSlugPut(hospitalId: string, specialtyId: string, serviceId: string, updateHospitalServiceSlugCommand?: UpdateHospitalServiceSlugCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
3939
4045
|
/**
|
|
3940
4046
|
*
|
|
3941
4047
|
* @summary Translate service (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
@@ -4086,6 +4192,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
4086
4192
|
*
|
|
4087
4193
|
* @summary Get all Hospitals. (Auth policies: RequireDefaultAdminAppRole)
|
|
4088
4194
|
* @param {boolean} [affiliatedItemsOnly]
|
|
4195
|
+
* @param {boolean} [webAppDeployed]
|
|
4089
4196
|
* @param {string} [hospitalId]
|
|
4090
4197
|
* @param {StringFilterTypes} [nameFilterType]
|
|
4091
4198
|
* @param {string} [name]
|
|
@@ -4105,7 +4212,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
4105
4212
|
* @param {*} [options] Override http request option.
|
|
4106
4213
|
* @throws {RequiredError}
|
|
4107
4214
|
*/
|
|
4108
|
-
apiV1HospitalsSimpleGet(affiliatedItemsOnly?: boolean, hospitalId?: string, nameFilterType?: StringFilterTypes, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalsSimpleModel>>;
|
|
4215
|
+
apiV1HospitalsSimpleGet(affiliatedItemsOnly?: boolean, webAppDeployed?: boolean, hospitalId?: string, nameFilterType?: StringFilterTypes, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalsSimpleModel>>;
|
|
4109
4216
|
/**
|
|
4110
4217
|
*
|
|
4111
4218
|
* @summary (Auth policies: RequireDefaultAdminAppRole)
|
|
@@ -4780,6 +4887,16 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4780
4887
|
* @throws {RequiredError}
|
|
4781
4888
|
*/
|
|
4782
4889
|
apiV1HospitalsHospitalIdLandingsLandingIdRevalidatePost(hospitalId: string, landingId: string, includeCurrent?: boolean, options?: any): AxiosPromise<boolean>;
|
|
4890
|
+
/**
|
|
4891
|
+
*
|
|
4892
|
+
* @summary Update Landing slug (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
4893
|
+
* @param {string} hospitalId
|
|
4894
|
+
* @param {string} landingId
|
|
4895
|
+
* @param {UpdateLandingSlugCommand} [updateLandingSlugCommand]
|
|
4896
|
+
* @param {*} [options] Override http request option.
|
|
4897
|
+
* @throws {RequiredError}
|
|
4898
|
+
*/
|
|
4899
|
+
apiV1HospitalsHospitalIdLandingsLandingIdSlugPut(hospitalId: string, landingId: string, updateLandingSlugCommand?: UpdateLandingSlugCommand, options?: any): AxiosPromise<void>;
|
|
4783
4900
|
/**
|
|
4784
4901
|
*
|
|
4785
4902
|
* @summary Translate landing (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
@@ -5219,6 +5336,16 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5219
5336
|
* @throws {RequiredError}
|
|
5220
5337
|
*/
|
|
5221
5338
|
apiV1HospitalsHospitalIdPoliciesPolicyIdReactivatePut(hospitalId: string, policyId: string, options?: any): AxiosPromise<boolean>;
|
|
5339
|
+
/**
|
|
5340
|
+
*
|
|
5341
|
+
* @summary Update policy slug (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
5342
|
+
* @param {string} hospitalId
|
|
5343
|
+
* @param {string} policyId
|
|
5344
|
+
* @param {UpdatePolicySlugCommand} [updatePolicySlugCommand]
|
|
5345
|
+
* @param {*} [options] Override http request option.
|
|
5346
|
+
* @throws {RequiredError}
|
|
5347
|
+
*/
|
|
5348
|
+
apiV1HospitalsHospitalIdPoliciesPolicyIdSlugPut(hospitalId: string, policyId: string, updatePolicySlugCommand?: UpdatePolicySlugCommand, options?: any): AxiosPromise<void>;
|
|
5222
5349
|
/**
|
|
5223
5350
|
*
|
|
5224
5351
|
* @summary Create policy (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
@@ -5435,6 +5562,15 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5435
5562
|
* @throws {RequiredError}
|
|
5436
5563
|
*/
|
|
5437
5564
|
apiV1HospitalsHospitalIdSimpleGet(hospitalId: string, languageCode?: string, options?: any): AxiosPromise<HospitalSimpleModel>;
|
|
5565
|
+
/**
|
|
5566
|
+
*
|
|
5567
|
+
* @summary Update Hospital Slug. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
5568
|
+
* @param {string} hospitalId
|
|
5569
|
+
* @param {UpdateHospitalSlugCommand} [updateHospitalSlugCommand]
|
|
5570
|
+
* @param {*} [options] Override http request option.
|
|
5571
|
+
* @throws {RequiredError}
|
|
5572
|
+
*/
|
|
5573
|
+
apiV1HospitalsHospitalIdSlugPut(hospitalId: string, updateHospitalSlugCommand?: UpdateHospitalSlugCommand, options?: any): AxiosPromise<void>;
|
|
5438
5574
|
/**
|
|
5439
5575
|
*
|
|
5440
5576
|
* @summary Get all HospitalSpecialties. (Auth policies: RequireDefaultAdminAppRole)
|
|
@@ -5645,6 +5781,16 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5645
5781
|
* @throws {RequiredError}
|
|
5646
5782
|
*/
|
|
5647
5783
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdRevalidatePost(hospitalId: string, hospitalSpecialtyId: string, includeCurrent?: boolean, options?: any): AxiosPromise<boolean>;
|
|
5784
|
+
/**
|
|
5785
|
+
*
|
|
5786
|
+
* @summary Update HospitalSpecialty slug. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
5787
|
+
* @param {string} hospitalId
|
|
5788
|
+
* @param {string} hospitalSpecialtyId
|
|
5789
|
+
* @param {UpdateHospitalSpecialtySlugCommand} [updateHospitalSpecialtySlugCommand]
|
|
5790
|
+
* @param {*} [options] Override http request option.
|
|
5791
|
+
* @throws {RequiredError}
|
|
5792
|
+
*/
|
|
5793
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdSlugPut(hospitalId: string, hospitalSpecialtyId: string, updateHospitalSpecialtySlugCommand?: UpdateHospitalSpecialtySlugCommand, options?: any): AxiosPromise<void>;
|
|
5648
5794
|
/**
|
|
5649
5795
|
*
|
|
5650
5796
|
* @summary Translate hospitalSpecialty (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
@@ -5924,6 +6070,17 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5924
6070
|
* @throws {RequiredError}
|
|
5925
6071
|
*/
|
|
5926
6072
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdRevalidatePost(hospitalId: string, specialtyId: string, serviceId: string, includeCurrent?: boolean, options?: any): AxiosPromise<boolean>;
|
|
6073
|
+
/**
|
|
6074
|
+
*
|
|
6075
|
+
* @summary Update HospitalService slug. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
6076
|
+
* @param {string} hospitalId
|
|
6077
|
+
* @param {string} specialtyId
|
|
6078
|
+
* @param {string} serviceId
|
|
6079
|
+
* @param {UpdateHospitalServiceSlugCommand} [updateHospitalServiceSlugCommand]
|
|
6080
|
+
* @param {*} [options] Override http request option.
|
|
6081
|
+
* @throws {RequiredError}
|
|
6082
|
+
*/
|
|
6083
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdSlugPut(hospitalId: string, specialtyId: string, serviceId: string, updateHospitalServiceSlugCommand?: UpdateHospitalServiceSlugCommand, options?: any): AxiosPromise<void>;
|
|
5927
6084
|
/**
|
|
5928
6085
|
*
|
|
5929
6086
|
* @summary Translate service (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
@@ -6074,6 +6231,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
6074
6231
|
*
|
|
6075
6232
|
* @summary Get all Hospitals. (Auth policies: RequireDefaultAdminAppRole)
|
|
6076
6233
|
* @param {boolean} [affiliatedItemsOnly]
|
|
6234
|
+
* @param {boolean} [webAppDeployed]
|
|
6077
6235
|
* @param {string} [hospitalId]
|
|
6078
6236
|
* @param {StringFilterTypes} [nameFilterType]
|
|
6079
6237
|
* @param {string} [name]
|
|
@@ -6093,7 +6251,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
6093
6251
|
* @param {*} [options] Override http request option.
|
|
6094
6252
|
* @throws {RequiredError}
|
|
6095
6253
|
*/
|
|
6096
|
-
apiV1HospitalsSimpleGet(affiliatedItemsOnly?: boolean, hospitalId?: string, nameFilterType?: StringFilterTypes, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalsSimpleModel>;
|
|
6254
|
+
apiV1HospitalsSimpleGet(affiliatedItemsOnly?: boolean, webAppDeployed?: boolean, hospitalId?: string, nameFilterType?: StringFilterTypes, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalsSimpleModel>;
|
|
6097
6255
|
/**
|
|
6098
6256
|
*
|
|
6099
6257
|
* @summary (Auth policies: RequireDefaultAdminAppRole)
|
|
@@ -7883,6 +8041,31 @@ export interface HospitalsApiApiV1HospitalsHospitalIdLandingsLandingIdRevalidate
|
|
|
7883
8041
|
*/
|
|
7884
8042
|
readonly includeCurrent?: boolean;
|
|
7885
8043
|
}
|
|
8044
|
+
/**
|
|
8045
|
+
* Request parameters for apiV1HospitalsHospitalIdLandingsLandingIdSlugPut operation in HospitalsApi.
|
|
8046
|
+
* @export
|
|
8047
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdLandingsLandingIdSlugPutRequest
|
|
8048
|
+
*/
|
|
8049
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdLandingsLandingIdSlugPutRequest {
|
|
8050
|
+
/**
|
|
8051
|
+
*
|
|
8052
|
+
* @type {string}
|
|
8053
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdLandingsLandingIdSlugPut
|
|
8054
|
+
*/
|
|
8055
|
+
readonly hospitalId: string;
|
|
8056
|
+
/**
|
|
8057
|
+
*
|
|
8058
|
+
* @type {string}
|
|
8059
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdLandingsLandingIdSlugPut
|
|
8060
|
+
*/
|
|
8061
|
+
readonly landingId: string;
|
|
8062
|
+
/**
|
|
8063
|
+
*
|
|
8064
|
+
* @type {UpdateLandingSlugCommand}
|
|
8065
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdLandingsLandingIdSlugPut
|
|
8066
|
+
*/
|
|
8067
|
+
readonly updateLandingSlugCommand?: UpdateLandingSlugCommand;
|
|
8068
|
+
}
|
|
7886
8069
|
/**
|
|
7887
8070
|
* Request parameters for apiV1HospitalsHospitalIdLandingsLandingIdTranslatePost operation in HospitalsApi.
|
|
7888
8071
|
* @export
|
|
@@ -9047,6 +9230,31 @@ export interface HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdReactivateP
|
|
|
9047
9230
|
*/
|
|
9048
9231
|
readonly policyId: string;
|
|
9049
9232
|
}
|
|
9233
|
+
/**
|
|
9234
|
+
* Request parameters for apiV1HospitalsHospitalIdPoliciesPolicyIdSlugPut operation in HospitalsApi.
|
|
9235
|
+
* @export
|
|
9236
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdSlugPutRequest
|
|
9237
|
+
*/
|
|
9238
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdSlugPutRequest {
|
|
9239
|
+
/**
|
|
9240
|
+
*
|
|
9241
|
+
* @type {string}
|
|
9242
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdSlugPut
|
|
9243
|
+
*/
|
|
9244
|
+
readonly hospitalId: string;
|
|
9245
|
+
/**
|
|
9246
|
+
*
|
|
9247
|
+
* @type {string}
|
|
9248
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdSlugPut
|
|
9249
|
+
*/
|
|
9250
|
+
readonly policyId: string;
|
|
9251
|
+
/**
|
|
9252
|
+
*
|
|
9253
|
+
* @type {UpdatePolicySlugCommand}
|
|
9254
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdSlugPut
|
|
9255
|
+
*/
|
|
9256
|
+
readonly updatePolicySlugCommand?: UpdatePolicySlugCommand;
|
|
9257
|
+
}
|
|
9050
9258
|
/**
|
|
9051
9259
|
* Request parameters for apiV1HospitalsHospitalIdPoliciesPost operation in HospitalsApi.
|
|
9052
9260
|
* @export
|
|
@@ -9573,6 +9781,25 @@ export interface HospitalsApiApiV1HospitalsHospitalIdSimpleGetRequest {
|
|
|
9573
9781
|
*/
|
|
9574
9782
|
readonly languageCode?: string;
|
|
9575
9783
|
}
|
|
9784
|
+
/**
|
|
9785
|
+
* Request parameters for apiV1HospitalsHospitalIdSlugPut operation in HospitalsApi.
|
|
9786
|
+
* @export
|
|
9787
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdSlugPutRequest
|
|
9788
|
+
*/
|
|
9789
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdSlugPutRequest {
|
|
9790
|
+
/**
|
|
9791
|
+
*
|
|
9792
|
+
* @type {string}
|
|
9793
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSlugPut
|
|
9794
|
+
*/
|
|
9795
|
+
readonly hospitalId: string;
|
|
9796
|
+
/**
|
|
9797
|
+
*
|
|
9798
|
+
* @type {UpdateHospitalSlugCommand}
|
|
9799
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSlugPut
|
|
9800
|
+
*/
|
|
9801
|
+
readonly updateHospitalSlugCommand?: UpdateHospitalSlugCommand;
|
|
9802
|
+
}
|
|
9576
9803
|
/**
|
|
9577
9804
|
* Request parameters for apiV1HospitalsHospitalIdSpecialtiesGet operation in HospitalsApi.
|
|
9578
9805
|
* @export
|
|
@@ -10203,6 +10430,31 @@ export interface HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialt
|
|
|
10203
10430
|
*/
|
|
10204
10431
|
readonly includeCurrent?: boolean;
|
|
10205
10432
|
}
|
|
10433
|
+
/**
|
|
10434
|
+
* Request parameters for apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdSlugPut operation in HospitalsApi.
|
|
10435
|
+
* @export
|
|
10436
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdSlugPutRequest
|
|
10437
|
+
*/
|
|
10438
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdSlugPutRequest {
|
|
10439
|
+
/**
|
|
10440
|
+
*
|
|
10441
|
+
* @type {string}
|
|
10442
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdSlugPut
|
|
10443
|
+
*/
|
|
10444
|
+
readonly hospitalId: string;
|
|
10445
|
+
/**
|
|
10446
|
+
*
|
|
10447
|
+
* @type {string}
|
|
10448
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdSlugPut
|
|
10449
|
+
*/
|
|
10450
|
+
readonly hospitalSpecialtyId: string;
|
|
10451
|
+
/**
|
|
10452
|
+
*
|
|
10453
|
+
* @type {UpdateHospitalSpecialtySlugCommand}
|
|
10454
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdSlugPut
|
|
10455
|
+
*/
|
|
10456
|
+
readonly updateHospitalSpecialtySlugCommand?: UpdateHospitalSpecialtySlugCommand;
|
|
10457
|
+
}
|
|
10206
10458
|
/**
|
|
10207
10459
|
* Request parameters for apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdTranslatePost operation in HospitalsApi.
|
|
10208
10460
|
* @export
|
|
@@ -11107,6 +11359,37 @@ export interface HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServi
|
|
|
11107
11359
|
*/
|
|
11108
11360
|
readonly includeCurrent?: boolean;
|
|
11109
11361
|
}
|
|
11362
|
+
/**
|
|
11363
|
+
* Request parameters for apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdSlugPut operation in HospitalsApi.
|
|
11364
|
+
* @export
|
|
11365
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdSlugPutRequest
|
|
11366
|
+
*/
|
|
11367
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdSlugPutRequest {
|
|
11368
|
+
/**
|
|
11369
|
+
*
|
|
11370
|
+
* @type {string}
|
|
11371
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdSlugPut
|
|
11372
|
+
*/
|
|
11373
|
+
readonly hospitalId: string;
|
|
11374
|
+
/**
|
|
11375
|
+
*
|
|
11376
|
+
* @type {string}
|
|
11377
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdSlugPut
|
|
11378
|
+
*/
|
|
11379
|
+
readonly specialtyId: string;
|
|
11380
|
+
/**
|
|
11381
|
+
*
|
|
11382
|
+
* @type {string}
|
|
11383
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdSlugPut
|
|
11384
|
+
*/
|
|
11385
|
+
readonly serviceId: string;
|
|
11386
|
+
/**
|
|
11387
|
+
*
|
|
11388
|
+
* @type {UpdateHospitalServiceSlugCommand}
|
|
11389
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdSlugPut
|
|
11390
|
+
*/
|
|
11391
|
+
readonly updateHospitalServiceSlugCommand?: UpdateHospitalServiceSlugCommand;
|
|
11392
|
+
}
|
|
11110
11393
|
/**
|
|
11111
11394
|
* Request parameters for apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdTranslatePost operation in HospitalsApi.
|
|
11112
11395
|
* @export
|
|
@@ -11470,6 +11753,12 @@ export interface HospitalsApiApiV1HospitalsSimpleGetRequest {
|
|
|
11470
11753
|
* @memberof HospitalsApiApiV1HospitalsSimpleGet
|
|
11471
11754
|
*/
|
|
11472
11755
|
readonly affiliatedItemsOnly?: boolean;
|
|
11756
|
+
/**
|
|
11757
|
+
*
|
|
11758
|
+
* @type {boolean}
|
|
11759
|
+
* @memberof HospitalsApiApiV1HospitalsSimpleGet
|
|
11760
|
+
*/
|
|
11761
|
+
readonly webAppDeployed?: boolean;
|
|
11473
11762
|
/**
|
|
11474
11763
|
*
|
|
11475
11764
|
* @type {string}
|
|
@@ -12157,6 +12446,15 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12157
12446
|
* @memberof HospitalsApi
|
|
12158
12447
|
*/
|
|
12159
12448
|
apiV1HospitalsHospitalIdLandingsLandingIdRevalidatePost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdLandingsLandingIdRevalidatePostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
12449
|
+
/**
|
|
12450
|
+
*
|
|
12451
|
+
* @summary Update Landing slug (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
12452
|
+
* @param {HospitalsApiApiV1HospitalsHospitalIdLandingsLandingIdSlugPutRequest} requestParameters Request parameters.
|
|
12453
|
+
* @param {*} [options] Override http request option.
|
|
12454
|
+
* @throws {RequiredError}
|
|
12455
|
+
* @memberof HospitalsApi
|
|
12456
|
+
*/
|
|
12457
|
+
apiV1HospitalsHospitalIdLandingsLandingIdSlugPut(requestParameters: HospitalsApiApiV1HospitalsHospitalIdLandingsLandingIdSlugPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
12160
12458
|
/**
|
|
12161
12459
|
*
|
|
12162
12460
|
* @summary Translate landing (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
@@ -12535,6 +12833,15 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12535
12833
|
* @memberof HospitalsApi
|
|
12536
12834
|
*/
|
|
12537
12835
|
apiV1HospitalsHospitalIdPoliciesPolicyIdReactivatePut(requestParameters: HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdReactivatePutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
12836
|
+
/**
|
|
12837
|
+
*
|
|
12838
|
+
* @summary Update policy slug (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
12839
|
+
* @param {HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdSlugPutRequest} requestParameters Request parameters.
|
|
12840
|
+
* @param {*} [options] Override http request option.
|
|
12841
|
+
* @throws {RequiredError}
|
|
12842
|
+
* @memberof HospitalsApi
|
|
12843
|
+
*/
|
|
12844
|
+
apiV1HospitalsHospitalIdPoliciesPolicyIdSlugPut(requestParameters: HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdSlugPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
12538
12845
|
/**
|
|
12539
12846
|
*
|
|
12540
12847
|
* @summary Create policy (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
@@ -12733,6 +13040,15 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12733
13040
|
* @memberof HospitalsApi
|
|
12734
13041
|
*/
|
|
12735
13042
|
apiV1HospitalsHospitalIdSimpleGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSimpleGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSimpleModel, any>>;
|
|
13043
|
+
/**
|
|
13044
|
+
*
|
|
13045
|
+
* @summary Update Hospital Slug. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
13046
|
+
* @param {HospitalsApiApiV1HospitalsHospitalIdSlugPutRequest} requestParameters Request parameters.
|
|
13047
|
+
* @param {*} [options] Override http request option.
|
|
13048
|
+
* @throws {RequiredError}
|
|
13049
|
+
* @memberof HospitalsApi
|
|
13050
|
+
*/
|
|
13051
|
+
apiV1HospitalsHospitalIdSlugPut(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSlugPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
12736
13052
|
/**
|
|
12737
13053
|
*
|
|
12738
13054
|
* @summary Get all HospitalSpecialties. (Auth policies: RequireDefaultAdminAppRole)
|
|
@@ -12895,6 +13211,15 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12895
13211
|
* @memberof HospitalsApi
|
|
12896
13212
|
*/
|
|
12897
13213
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdRevalidatePost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdRevalidatePostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
13214
|
+
/**
|
|
13215
|
+
*
|
|
13216
|
+
* @summary Update HospitalSpecialty slug. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
13217
|
+
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdSlugPutRequest} requestParameters Request parameters.
|
|
13218
|
+
* @param {*} [options] Override http request option.
|
|
13219
|
+
* @throws {RequiredError}
|
|
13220
|
+
* @memberof HospitalsApi
|
|
13221
|
+
*/
|
|
13222
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdSlugPut(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdSlugPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
12898
13223
|
/**
|
|
12899
13224
|
*
|
|
12900
13225
|
* @summary Translate hospitalSpecialty (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
@@ -13093,6 +13418,15 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
13093
13418
|
* @memberof HospitalsApi
|
|
13094
13419
|
*/
|
|
13095
13420
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdRevalidatePost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdRevalidatePostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
13421
|
+
/**
|
|
13422
|
+
*
|
|
13423
|
+
* @summary Update HospitalService slug. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
13424
|
+
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdSlugPutRequest} requestParameters Request parameters.
|
|
13425
|
+
* @param {*} [options] Override http request option.
|
|
13426
|
+
* @throws {RequiredError}
|
|
13427
|
+
* @memberof HospitalsApi
|
|
13428
|
+
*/
|
|
13429
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdSlugPut(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdSlugPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
13096
13430
|
/**
|
|
13097
13431
|
*
|
|
13098
13432
|
* @summary Translate service (Auth policies: RequireLocalManagerOrContentManagerRole)
|