ch-admin-api-client-typescript 5.88.21 → 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.
Files changed (174) hide show
  1. package/lib/api/about-us-api.d.ts +56 -0
  2. package/lib/api/about-us-api.d.ts.map +1 -1
  3. package/lib/api/about-us-api.js +94 -0
  4. package/lib/api/article-categories-api.d.ts +56 -0
  5. package/lib/api/article-categories-api.d.ts.map +1 -1
  6. package/lib/api/article-categories-api.js +94 -0
  7. package/lib/api/articles-api.d.ts +56 -0
  8. package/lib/api/articles-api.d.ts.map +1 -1
  9. package/lib/api/articles-api.js +94 -0
  10. package/lib/api/contributors-api.d.ts +60 -4
  11. package/lib/api/contributors-api.d.ts.map +1 -1
  12. package/lib/api/contributors-api.js +98 -4
  13. package/lib/api/countries-api.d.ts +68 -12
  14. package/lib/api/countries-api.d.ts.map +1 -1
  15. package/lib/api/countries-api.js +106 -12
  16. package/lib/api/deals-api.d.ts +56 -0
  17. package/lib/api/deals-api.d.ts.map +1 -1
  18. package/lib/api/deals-api.js +94 -0
  19. package/lib/api/doctor-affiliations-api.d.ts +56 -0
  20. package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
  21. package/lib/api/doctor-affiliations-api.js +94 -0
  22. package/lib/api/faq-categories-api.d.ts +56 -0
  23. package/lib/api/faq-categories-api.d.ts.map +1 -1
  24. package/lib/api/faq-categories-api.js +94 -0
  25. package/lib/api/faqs-api.d.ts +56 -0
  26. package/lib/api/faqs-api.d.ts.map +1 -1
  27. package/lib/api/faqs-api.js +94 -0
  28. package/lib/api/general-articles-api.d.ts +56 -0
  29. package/lib/api/general-articles-api.d.ts.map +1 -1
  30. package/lib/api/general-articles-api.js +94 -0
  31. package/lib/api/hospital-branches-api.d.ts +56 -0
  32. package/lib/api/hospital-branches-api.d.ts.map +1 -1
  33. package/lib/api/hospital-branches-api.js +94 -0
  34. package/lib/api/hospital-groups-api.d.ts +56 -0
  35. package/lib/api/hospital-groups-api.d.ts.map +1 -1
  36. package/lib/api/hospital-groups-api.js +94 -0
  37. package/lib/api/hospitals-api.d.ts +325 -0
  38. package/lib/api/hospitals-api.d.ts.map +1 -1
  39. package/lib/api/hospitals-api.js +500 -0
  40. package/lib/api/service-reviews-api.d.ts +56 -0
  41. package/lib/api/service-reviews-api.d.ts.map +1 -1
  42. package/lib/api/service-reviews-api.js +94 -0
  43. package/lib/api/specialties-api.d.ts +56 -0
  44. package/lib/api/specialties-api.d.ts.map +1 -1
  45. package/lib/api/specialties-api.js +94 -0
  46. package/lib/api/specialty-types-api.d.ts +60 -4
  47. package/lib/api/specialty-types-api.d.ts.map +1 -1
  48. package/lib/api/specialty-types-api.js +98 -4
  49. package/lib/models/about-us-page-item-model.d.ts +6 -0
  50. package/lib/models/about-us-page-item-model.d.ts.map +1 -1
  51. package/lib/models/about-us-page-model.d.ts +6 -6
  52. package/lib/models/about-us-page-model.d.ts.map +1 -1
  53. package/lib/models/index.d.ts +20 -0
  54. package/lib/models/index.d.ts.map +1 -1
  55. package/lib/models/index.js +20 -0
  56. package/lib/models/patch-article-command.d.ts +0 -6
  57. package/lib/models/patch-article-command.d.ts.map +1 -1
  58. package/lib/models/patch-deal-command.d.ts +0 -6
  59. package/lib/models/patch-deal-command.d.ts.map +1 -1
  60. package/lib/models/patch-doctor-affiliation-command.d.ts +0 -6
  61. package/lib/models/patch-doctor-affiliation-command.d.ts.map +1 -1
  62. package/lib/models/patch-general-article-command.d.ts +0 -6
  63. package/lib/models/patch-general-article-command.d.ts.map +1 -1
  64. package/lib/models/patch-hospital-command.d.ts +0 -6
  65. package/lib/models/patch-hospital-command.d.ts.map +1 -1
  66. package/lib/models/patch-hospital-specialty-command.d.ts +0 -6
  67. package/lib/models/patch-hospital-specialty-command.d.ts.map +1 -1
  68. package/lib/models/patch-specialty-command.d.ts +0 -6
  69. package/lib/models/patch-specialty-command.d.ts.map +1 -1
  70. package/lib/models/patch-specialty-type-command.d.ts +0 -6
  71. package/lib/models/patch-specialty-type-command.d.ts.map +1 -1
  72. package/lib/models/survey-form-element-input-model.d.ts +6 -0
  73. package/lib/models/survey-form-element-input-model.d.ts.map +1 -1
  74. package/lib/models/survey-form-element-model.d.ts +6 -0
  75. package/lib/models/survey-form-element-model.d.ts.map +1 -1
  76. package/lib/models/survey-result-element-model.d.ts +6 -0
  77. package/lib/models/survey-result-element-model.d.ts.map +1 -1
  78. package/lib/models/update-about-us-page-command.d.ts +0 -6
  79. package/lib/models/update-about-us-page-command.d.ts.map +1 -1
  80. package/lib/models/update-about-us-page-slug-command.d.ts +31 -0
  81. package/lib/models/update-about-us-page-slug-command.d.ts.map +1 -0
  82. package/lib/models/update-about-us-page-slug-command.js +15 -0
  83. package/lib/models/update-article-category-command.d.ts +0 -6
  84. package/lib/models/update-article-category-command.d.ts.map +1 -1
  85. package/lib/models/update-article-category-slug-command.d.ts +31 -0
  86. package/lib/models/update-article-category-slug-command.d.ts.map +1 -0
  87. package/lib/models/update-article-category-slug-command.js +15 -0
  88. package/lib/models/update-article-command.d.ts +0 -6
  89. package/lib/models/update-article-command.d.ts.map +1 -1
  90. package/lib/models/update-article-slug-command.d.ts +31 -0
  91. package/lib/models/update-article-slug-command.d.ts.map +1 -0
  92. package/lib/models/update-article-slug-command.js +15 -0
  93. package/lib/models/update-contributor-command.d.ts +0 -6
  94. package/lib/models/update-contributor-command.d.ts.map +1 -1
  95. package/lib/models/update-contributor-slug-command.d.ts +31 -0
  96. package/lib/models/update-contributor-slug-command.d.ts.map +1 -0
  97. package/lib/models/update-contributor-slug-command.js +15 -0
  98. package/lib/models/update-country-command.d.ts +0 -6
  99. package/lib/models/update-country-command.d.ts.map +1 -1
  100. package/lib/models/update-country-slug-command.d.ts +31 -0
  101. package/lib/models/update-country-slug-command.d.ts.map +1 -0
  102. package/lib/models/update-country-slug-command.js +15 -0
  103. package/lib/models/update-deal-command.d.ts +0 -6
  104. package/lib/models/update-deal-command.d.ts.map +1 -1
  105. package/lib/models/update-deal-slug-command.d.ts +31 -0
  106. package/lib/models/update-deal-slug-command.d.ts.map +1 -0
  107. package/lib/models/update-deal-slug-command.js +15 -0
  108. package/lib/models/update-doctor-affiliation-command.d.ts +0 -6
  109. package/lib/models/update-doctor-affiliation-command.d.ts.map +1 -1
  110. package/lib/models/update-doctor-affiliation-slug-command.d.ts +31 -0
  111. package/lib/models/update-doctor-affiliation-slug-command.d.ts.map +1 -0
  112. package/lib/models/update-doctor-affiliation-slug-command.js +15 -0
  113. package/lib/models/update-faq-category-command.d.ts +0 -6
  114. package/lib/models/update-faq-category-command.d.ts.map +1 -1
  115. package/lib/models/update-faq-category-slug-command.d.ts +31 -0
  116. package/lib/models/update-faq-category-slug-command.d.ts.map +1 -0
  117. package/lib/models/update-faq-category-slug-command.js +15 -0
  118. package/lib/models/update-faq-command.d.ts +0 -6
  119. package/lib/models/update-faq-command.d.ts.map +1 -1
  120. package/lib/models/update-faq-slug-command.d.ts +31 -0
  121. package/lib/models/update-faq-slug-command.d.ts.map +1 -0
  122. package/lib/models/update-faq-slug-command.js +15 -0
  123. package/lib/models/update-general-article-command.d.ts +0 -6
  124. package/lib/models/update-general-article-command.d.ts.map +1 -1
  125. package/lib/models/update-general-article-slug-command.d.ts +31 -0
  126. package/lib/models/update-general-article-slug-command.d.ts.map +1 -0
  127. package/lib/models/update-general-article-slug-command.js +15 -0
  128. package/lib/models/update-hospital-branch-slug-command.d.ts +31 -0
  129. package/lib/models/update-hospital-branch-slug-command.d.ts.map +1 -0
  130. package/lib/models/update-hospital-branch-slug-command.js +15 -0
  131. package/lib/models/update-hospital-command.d.ts +0 -6
  132. package/lib/models/update-hospital-command.d.ts.map +1 -1
  133. package/lib/models/update-hospital-group-slug-command.d.ts +31 -0
  134. package/lib/models/update-hospital-group-slug-command.d.ts.map +1 -0
  135. package/lib/models/update-hospital-group-slug-command.js +15 -0
  136. package/lib/models/update-hospital-service-command.d.ts +0 -6
  137. package/lib/models/update-hospital-service-command.d.ts.map +1 -1
  138. package/lib/models/update-hospital-service-slug-command.d.ts +31 -0
  139. package/lib/models/update-hospital-service-slug-command.d.ts.map +1 -0
  140. package/lib/models/update-hospital-service-slug-command.js +15 -0
  141. package/lib/models/update-hospital-slug-command.d.ts +31 -0
  142. package/lib/models/update-hospital-slug-command.d.ts.map +1 -0
  143. package/lib/models/update-hospital-slug-command.js +15 -0
  144. package/lib/models/update-hospital-specialty-command.d.ts +0 -6
  145. package/lib/models/update-hospital-specialty-command.d.ts.map +1 -1
  146. package/lib/models/update-hospital-specialty-slug-command.d.ts +31 -0
  147. package/lib/models/update-hospital-specialty-slug-command.d.ts.map +1 -0
  148. package/lib/models/update-hospital-specialty-slug-command.js +15 -0
  149. package/lib/models/update-landing-command.d.ts +0 -6
  150. package/lib/models/update-landing-command.d.ts.map +1 -1
  151. package/lib/models/update-landing-slug-command.d.ts +37 -0
  152. package/lib/models/update-landing-slug-command.d.ts.map +1 -0
  153. package/lib/models/update-landing-slug-command.js +15 -0
  154. package/lib/models/update-policy-command.d.ts +0 -6
  155. package/lib/models/update-policy-command.d.ts.map +1 -1
  156. package/lib/models/update-policy-slug-command.d.ts +37 -0
  157. package/lib/models/update-policy-slug-command.d.ts.map +1 -0
  158. package/lib/models/update-policy-slug-command.js +15 -0
  159. package/lib/models/update-service-review-command.d.ts +0 -6
  160. package/lib/models/update-service-review-command.d.ts.map +1 -1
  161. package/lib/models/update-service-review-slug-command.d.ts +31 -0
  162. package/lib/models/update-service-review-slug-command.d.ts.map +1 -0
  163. package/lib/models/update-service-review-slug-command.js +15 -0
  164. package/lib/models/update-specialty-command.d.ts +0 -6
  165. package/lib/models/update-specialty-command.d.ts.map +1 -1
  166. package/lib/models/update-specialty-slug-command.d.ts +31 -0
  167. package/lib/models/update-specialty-slug-command.d.ts.map +1 -0
  168. package/lib/models/update-specialty-slug-command.js +15 -0
  169. package/lib/models/update-specialty-type-command.d.ts +0 -6
  170. package/lib/models/update-specialty-type-command.d.ts.map +1 -1
  171. package/lib/models/update-specialty-type-slug-command.d.ts +31 -0
  172. package/lib/models/update-specialty-type-slug-command.d.ts.map +1 -0
  173. package/lib/models/update-specialty-type-slug-command.js +15 -0
  174. 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)
@@ -2793,6 +2848,16 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
2793
2848
  * @throws {RequiredError}
2794
2849
  */
2795
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>>;
2796
2861
  /**
2797
2862
  *
2798
2863
  * @summary Translate landing (Auth policies: RequireLocalManagerOrContentManagerRole)
@@ -3232,6 +3297,16 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
3232
3297
  * @throws {RequiredError}
3233
3298
  */
3234
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>>;
3235
3310
  /**
3236
3311
  *
3237
3312
  * @summary Create policy (Auth policies: RequireLocalManagerOrContentManagerRole)
@@ -3448,6 +3523,15 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
3448
3523
  * @throws {RequiredError}
3449
3524
  */
3450
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>>;
3451
3535
  /**
3452
3536
  *
3453
3537
  * @summary Get all HospitalSpecialties. (Auth policies: RequireDefaultAdminAppRole)
@@ -3658,6 +3742,16 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
3658
3742
  * @throws {RequiredError}
3659
3743
  */
3660
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>>;
3661
3755
  /**
3662
3756
  *
3663
3757
  * @summary Translate hospitalSpecialty (Auth policies: RequireLocalManagerOrContentManagerRole)
@@ -3937,6 +4031,17 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
3937
4031
  * @throws {RequiredError}
3938
4032
  */
3939
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>>;
3940
4045
  /**
3941
4046
  *
3942
4047
  * @summary Translate service (Auth policies: RequireLocalManagerOrContentManagerRole)
@@ -4782,6 +4887,16 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
4782
4887
  * @throws {RequiredError}
4783
4888
  */
4784
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>;
4785
4900
  /**
4786
4901
  *
4787
4902
  * @summary Translate landing (Auth policies: RequireLocalManagerOrContentManagerRole)
@@ -5221,6 +5336,16 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
5221
5336
  * @throws {RequiredError}
5222
5337
  */
5223
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>;
5224
5349
  /**
5225
5350
  *
5226
5351
  * @summary Create policy (Auth policies: RequireLocalManagerOrContentManagerRole)
@@ -5437,6 +5562,15 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
5437
5562
  * @throws {RequiredError}
5438
5563
  */
5439
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>;
5440
5574
  /**
5441
5575
  *
5442
5576
  * @summary Get all HospitalSpecialties. (Auth policies: RequireDefaultAdminAppRole)
@@ -5647,6 +5781,16 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
5647
5781
  * @throws {RequiredError}
5648
5782
  */
5649
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>;
5650
5794
  /**
5651
5795
  *
5652
5796
  * @summary Translate hospitalSpecialty (Auth policies: RequireLocalManagerOrContentManagerRole)
@@ -5926,6 +6070,17 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
5926
6070
  * @throws {RequiredError}
5927
6071
  */
5928
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>;
5929
6084
  /**
5930
6085
  *
5931
6086
  * @summary Translate service (Auth policies: RequireLocalManagerOrContentManagerRole)
@@ -7886,6 +8041,31 @@ export interface HospitalsApiApiV1HospitalsHospitalIdLandingsLandingIdRevalidate
7886
8041
  */
7887
8042
  readonly includeCurrent?: boolean;
7888
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
+ }
7889
8069
  /**
7890
8070
  * Request parameters for apiV1HospitalsHospitalIdLandingsLandingIdTranslatePost operation in HospitalsApi.
7891
8071
  * @export
@@ -9050,6 +9230,31 @@ export interface HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdReactivateP
9050
9230
  */
9051
9231
  readonly policyId: string;
9052
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
+ }
9053
9258
  /**
9054
9259
  * Request parameters for apiV1HospitalsHospitalIdPoliciesPost operation in HospitalsApi.
9055
9260
  * @export
@@ -9576,6 +9781,25 @@ export interface HospitalsApiApiV1HospitalsHospitalIdSimpleGetRequest {
9576
9781
  */
9577
9782
  readonly languageCode?: string;
9578
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
+ }
9579
9803
  /**
9580
9804
  * Request parameters for apiV1HospitalsHospitalIdSpecialtiesGet operation in HospitalsApi.
9581
9805
  * @export
@@ -10206,6 +10430,31 @@ export interface HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialt
10206
10430
  */
10207
10431
  readonly includeCurrent?: boolean;
10208
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
+ }
10209
10458
  /**
10210
10459
  * Request parameters for apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdTranslatePost operation in HospitalsApi.
10211
10460
  * @export
@@ -11110,6 +11359,37 @@ export interface HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServi
11110
11359
  */
11111
11360
  readonly includeCurrent?: boolean;
11112
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
+ }
11113
11393
  /**
11114
11394
  * Request parameters for apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdTranslatePost operation in HospitalsApi.
11115
11395
  * @export
@@ -12166,6 +12446,15 @@ export declare class HospitalsApi extends BaseAPI {
12166
12446
  * @memberof HospitalsApi
12167
12447
  */
12168
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>>;
12169
12458
  /**
12170
12459
  *
12171
12460
  * @summary Translate landing (Auth policies: RequireLocalManagerOrContentManagerRole)
@@ -12544,6 +12833,15 @@ export declare class HospitalsApi extends BaseAPI {
12544
12833
  * @memberof HospitalsApi
12545
12834
  */
12546
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>>;
12547
12845
  /**
12548
12846
  *
12549
12847
  * @summary Create policy (Auth policies: RequireLocalManagerOrContentManagerRole)
@@ -12742,6 +13040,15 @@ export declare class HospitalsApi extends BaseAPI {
12742
13040
  * @memberof HospitalsApi
12743
13041
  */
12744
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>>;
12745
13052
  /**
12746
13053
  *
12747
13054
  * @summary Get all HospitalSpecialties. (Auth policies: RequireDefaultAdminAppRole)
@@ -12904,6 +13211,15 @@ export declare class HospitalsApi extends BaseAPI {
12904
13211
  * @memberof HospitalsApi
12905
13212
  */
12906
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>>;
12907
13223
  /**
12908
13224
  *
12909
13225
  * @summary Translate hospitalSpecialty (Auth policies: RequireLocalManagerOrContentManagerRole)
@@ -13102,6 +13418,15 @@ export declare class HospitalsApi extends BaseAPI {
13102
13418
  * @memberof HospitalsApi
13103
13419
  */
13104
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>>;
13105
13430
  /**
13106
13431
  *
13107
13432
  * @summary Translate service (Auth policies: RequireLocalManagerOrContentManagerRole)