ch-api-client-typescript2 4.9.0 → 4.9.2

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 (1058) hide show
  1. package/lib/api/about-us-api.d.ts +194 -0
  2. package/lib/api/about-us-api.d.ts.map +1 -0
  3. package/lib/api/about-us-api.js +449 -0
  4. package/lib/api/accreditations-api.d.ts +129 -0
  5. package/lib/api/accreditations-api.d.ts.map +1 -0
  6. package/lib/api/accreditations-api.js +318 -0
  7. package/lib/api/app-version-api.d.ts +72 -0
  8. package/lib/api/app-version-api.d.ts.map +1 -0
  9. package/lib/api/app-version-api.js +202 -0
  10. package/lib/api/articles-api.d.ts +609 -0
  11. package/lib/api/articles-api.d.ts.map +1 -0
  12. package/lib/api/articles-api.js +1302 -0
  13. package/lib/api/bookings-api.d.ts +284 -0
  14. package/lib/api/bookings-api.d.ts.map +1 -0
  15. package/lib/api/bookings-api.js +682 -0
  16. package/lib/api/chat-users-api.d.ts +247 -0
  17. package/lib/api/chat-users-api.d.ts.map +1 -0
  18. package/lib/api/chat-users-api.js +649 -0
  19. package/lib/api/communications-api.d.ts +129 -0
  20. package/lib/api/communications-api.d.ts.map +1 -0
  21. package/lib/api/communications-api.js +365 -0
  22. package/lib/api/consultations-api.d.ts +276 -0
  23. package/lib/api/consultations-api.d.ts.map +1 -0
  24. package/lib/api/consultations-api.js +668 -0
  25. package/lib/api/contributors-api.d.ts +303 -0
  26. package/lib/api/contributors-api.d.ts.map +1 -0
  27. package/lib/api/contributors-api.js +671 -0
  28. package/lib/api/countries-api.d.ts +287 -0
  29. package/lib/api/countries-api.d.ts.map +1 -0
  30. package/lib/api/countries-api.js +645 -0
  31. package/lib/api/deals-api.d.ts +573 -0
  32. package/lib/api/deals-api.d.ts.map +1 -0
  33. package/lib/api/deals-api.js +1194 -0
  34. package/lib/api/devices-api.d.ts +285 -0
  35. package/lib/api/devices-api.d.ts.map +1 -0
  36. package/lib/api/devices-api.js +710 -0
  37. package/lib/api/doctor-affiliations-api.d.ts +296 -0
  38. package/lib/api/doctor-affiliations-api.d.ts.map +1 -0
  39. package/lib/api/doctor-affiliations-api.js +657 -0
  40. package/lib/api/doctors-api.d.ts +853 -0
  41. package/lib/api/doctors-api.d.ts.map +1 -0
  42. package/lib/api/doctors-api.js +1811 -0
  43. package/lib/api/external-api.d.ts +71 -0
  44. package/lib/api/external-api.d.ts.map +1 -0
  45. package/lib/api/external-api.js +199 -0
  46. package/lib/api/faq-categories-api.d.ts +190 -0
  47. package/lib/api/faq-categories-api.d.ts.map +1 -0
  48. package/lib/api/faq-categories-api.js +442 -0
  49. package/lib/api/faqs-api.d.ts +375 -0
  50. package/lib/api/faqs-api.d.ts.map +1 -0
  51. package/lib/api/faqs-api.js +830 -0
  52. package/lib/api/group-channels-api.d.ts +220 -0
  53. package/lib/api/group-channels-api.d.ts.map +1 -0
  54. package/lib/api/group-channels-api.js +588 -0
  55. package/lib/api/header-navigations-api.d.ts +75 -0
  56. package/lib/api/header-navigations-api.d.ts.map +1 -0
  57. package/lib/api/header-navigations-api.js +206 -0
  58. package/lib/api/hospitals-api.d.ts +1792 -0
  59. package/lib/api/hospitals-api.d.ts.map +1 -0
  60. package/lib/api/hospitals-api.js +3753 -0
  61. package/lib/api/hospitals-consultation-timetables-api.d.ts +91 -0
  62. package/lib/api/hospitals-consultation-timetables-api.d.ts.map +1 -0
  63. package/lib/api/hospitals-consultation-timetables-api.js +244 -0
  64. package/lib/api/images-api.d.ts +71 -0
  65. package/lib/api/images-api.d.ts.map +1 -0
  66. package/lib/api/images-api.js +217 -0
  67. package/lib/api/languages-api.d.ts +133 -0
  68. package/lib/api/languages-api.d.ts.map +1 -0
  69. package/lib/api/languages-api.js +325 -0
  70. package/lib/api/memberships-api.d.ts +187 -0
  71. package/lib/api/memberships-api.d.ts.map +1 -0
  72. package/lib/api/memberships-api.js +467 -0
  73. package/lib/api/notifications-api.d.ts +126 -0
  74. package/lib/api/notifications-api.d.ts.map +1 -0
  75. package/lib/api/notifications-api.js +330 -0
  76. package/lib/api/origins-api.d.ts +154 -0
  77. package/lib/api/origins-api.d.ts.map +1 -0
  78. package/lib/api/origins-api.js +446 -0
  79. package/lib/api/patients-api.d.ts +262 -0
  80. package/lib/api/patients-api.d.ts.map +1 -0
  81. package/lib/api/patients-api.js +662 -0
  82. package/lib/api/plans-api.d.ts +209 -0
  83. package/lib/api/plans-api.d.ts.map +1 -0
  84. package/lib/api/plans-api.js +491 -0
  85. package/lib/api/profiles-api.d.ts +240 -0
  86. package/lib/api/profiles-api.d.ts.map +1 -0
  87. package/lib/api/profiles-api.js +630 -0
  88. package/lib/api/service-reviews-api.d.ts +490 -0
  89. package/lib/api/service-reviews-api.d.ts.map +1 -0
  90. package/lib/api/service-reviews-api.js +1130 -0
  91. package/lib/api/services-api.d.ts +232 -0
  92. package/lib/api/services-api.d.ts.map +1 -0
  93. package/lib/api/services-api.js +514 -0
  94. package/lib/api/services-categories-api.d.ts +125 -0
  95. package/lib/api/services-categories-api.d.ts.map +1 -0
  96. package/lib/api/services-categories-api.js +311 -0
  97. package/lib/api/specialties-api.d.ts +382 -0
  98. package/lib/api/specialties-api.d.ts.map +1 -0
  99. package/lib/api/specialties-api.js +829 -0
  100. package/lib/api/specialty-types-api.d.ts +390 -0
  101. package/lib/api/specialty-types-api.d.ts.map +1 -0
  102. package/lib/api/specialty-types-api.js +843 -0
  103. package/lib/api/survey-forms-api.d.ts +79 -0
  104. package/lib/api/survey-forms-api.d.ts.map +1 -0
  105. package/lib/api/survey-forms-api.js +213 -0
  106. package/lib/api/survey-results-api.d.ts +75 -0
  107. package/lib/api/survey-results-api.d.ts.map +1 -0
  108. package/lib/api/survey-results-api.js +215 -0
  109. package/lib/api/tags-api.d.ts +125 -0
  110. package/lib/api/tags-api.d.ts.map +1 -0
  111. package/lib/api/tags-api.js +311 -0
  112. package/lib/api.d.ts +37 -21236
  113. package/lib/api.d.ts.map +1 -1
  114. package/lib/api.js +50 -21627
  115. package/lib/index.d.ts +1 -0
  116. package/lib/index.d.ts.map +1 -1
  117. package/lib/index.js +1 -0
  118. package/lib/models/about-us-page-item-model.d.ts +56 -0
  119. package/lib/models/about-us-page-item-model.d.ts.map +1 -0
  120. package/lib/models/about-us-page-item-model.js +15 -0
  121. package/lib/models/about-us-page-model.d.ts +106 -0
  122. package/lib/models/about-us-page-model.d.ts.map +1 -0
  123. package/lib/models/about-us-page-model.js +15 -0
  124. package/lib/models/about-us-pages-model.d.ts +33 -0
  125. package/lib/models/about-us-pages-model.d.ts.map +1 -0
  126. package/lib/models/about-us-pages-model.js +15 -0
  127. package/lib/models/accreditation-item-model.d.ts +43 -0
  128. package/lib/models/accreditation-item-model.d.ts.map +1 -0
  129. package/lib/models/accreditation-item-model.js +15 -0
  130. package/lib/models/accreditation-model.d.ts +43 -0
  131. package/lib/models/accreditation-model.d.ts.map +1 -0
  132. package/lib/models/accreditation-model.js +15 -0
  133. package/lib/models/accreditations-model.d.ts +33 -0
  134. package/lib/models/accreditations-model.d.ts.map +1 -0
  135. package/lib/models/accreditations-model.js +15 -0
  136. package/lib/models/admin-message-model.d.ts +79 -0
  137. package/lib/models/admin-message-model.d.ts.map +1 -0
  138. package/lib/models/admin-message-model.js +15 -0
  139. package/lib/models/app-version-model.d.ts +44 -0
  140. package/lib/models/app-version-model.d.ts.map +1 -0
  141. package/lib/models/app-version-model.js +15 -0
  142. package/lib/models/article-contributor-item-model.d.ts +99 -0
  143. package/lib/models/article-contributor-item-model.d.ts.map +1 -0
  144. package/lib/models/article-contributor-item-model.js +15 -0
  145. package/lib/models/article-contributor-model.d.ts +131 -0
  146. package/lib/models/article-contributor-model.d.ts.map +1 -0
  147. package/lib/models/article-contributor-model.js +15 -0
  148. package/lib/models/article-contributors-model.d.ts +33 -0
  149. package/lib/models/article-contributors-model.d.ts.map +1 -0
  150. package/lib/models/article-contributors-model.js +15 -0
  151. package/lib/models/article-item-model.d.ts +149 -0
  152. package/lib/models/article-item-model.d.ts.map +1 -0
  153. package/lib/models/article-item-model.js +15 -0
  154. package/lib/models/article-model.d.ts +174 -0
  155. package/lib/models/article-model.d.ts.map +1 -0
  156. package/lib/models/article-model.js +15 -0
  157. package/lib/models/article-sources-model.d.ts +33 -0
  158. package/lib/models/article-sources-model.d.ts.map +1 -0
  159. package/lib/models/article-sources-model.js +15 -0
  160. package/lib/models/article-tag-item-model.d.ts +37 -0
  161. package/lib/models/article-tag-item-model.d.ts.map +1 -0
  162. package/lib/models/article-tag-item-model.js +15 -0
  163. package/lib/models/article-tag-model.d.ts +37 -0
  164. package/lib/models/article-tag-model.d.ts.map +1 -0
  165. package/lib/models/article-tag-model.js +15 -0
  166. package/lib/models/article-tags-model.d.ts +33 -0
  167. package/lib/models/article-tags-model.d.ts.map +1 -0
  168. package/lib/models/article-tags-model.js +15 -0
  169. package/lib/models/articles-model.d.ts +33 -0
  170. package/lib/models/articles-model.d.ts.map +1 -0
  171. package/lib/models/articles-model.js +15 -0
  172. package/lib/models/auditable-entity.d.ts +67 -0
  173. package/lib/models/auditable-entity.d.ts.map +1 -0
  174. package/lib/models/auditable-entity.js +15 -0
  175. package/lib/models/award-model.d.ts +43 -0
  176. package/lib/models/award-model.d.ts.map +1 -0
  177. package/lib/models/award-model.js +15 -0
  178. package/lib/models/booking-change-log-model.d.ts +44 -0
  179. package/lib/models/booking-change-log-model.d.ts.map +1 -0
  180. package/lib/models/booking-change-log-model.js +15 -0
  181. package/lib/models/booking-item-model.d.ts +233 -0
  182. package/lib/models/booking-item-model.d.ts.map +1 -0
  183. package/lib/models/booking-item-model.js +15 -0
  184. package/lib/models/booking-model.d.ts +240 -0
  185. package/lib/models/booking-model.d.ts.map +1 -0
  186. package/lib/models/booking-model.js +15 -0
  187. package/lib/models/booking-status.d.ts +27 -0
  188. package/lib/models/booking-status.d.ts.map +1 -0
  189. package/lib/models/booking-status.js +30 -0
  190. package/lib/models/bookings-model.d.ts +33 -0
  191. package/lib/models/bookings-model.d.ts.map +1 -0
  192. package/lib/models/bookings-model.js +15 -0
  193. package/lib/models/change-email-command.d.ts +25 -0
  194. package/lib/models/change-email-command.d.ts.map +1 -0
  195. package/lib/models/change-email-command.js +15 -0
  196. package/lib/models/chat-user-model.d.ts +73 -0
  197. package/lib/models/chat-user-model.d.ts.map +1 -0
  198. package/lib/models/chat-user-model.js +15 -0
  199. package/lib/models/chat-users-model.d.ts +32 -0
  200. package/lib/models/chat-users-model.d.ts.map +1 -0
  201. package/lib/models/chat-users-model.js +15 -0
  202. package/lib/models/check-notifications-command.d.ts +31 -0
  203. package/lib/models/check-notifications-command.d.ts.map +1 -0
  204. package/lib/models/check-notifications-command.js +15 -0
  205. package/lib/models/communication-user-token-model.d.ts +43 -0
  206. package/lib/models/communication-user-token-model.d.ts.map +1 -0
  207. package/lib/models/communication-user-token-model.js +15 -0
  208. package/lib/models/confirm-email-command.d.ts +25 -0
  209. package/lib/models/confirm-email-command.d.ts.map +1 -0
  210. package/lib/models/confirm-email-command.js +15 -0
  211. package/lib/models/consultation-change-log-model.d.ts +44 -0
  212. package/lib/models/consultation-change-log-model.d.ts.map +1 -0
  213. package/lib/models/consultation-change-log-model.js +15 -0
  214. package/lib/models/consultation-item-model.d.ts +275 -0
  215. package/lib/models/consultation-item-model.d.ts.map +1 -0
  216. package/lib/models/consultation-item-model.js +15 -0
  217. package/lib/models/consultation-model.d.ts +282 -0
  218. package/lib/models/consultation-model.d.ts.map +1 -0
  219. package/lib/models/consultation-model.js +15 -0
  220. package/lib/models/consultation-status.d.ts +27 -0
  221. package/lib/models/consultation-status.d.ts.map +1 -0
  222. package/lib/models/consultation-status.js +30 -0
  223. package/lib/models/consultation-timetable-date-model.d.ts +58 -0
  224. package/lib/models/consultation-timetable-date-model.d.ts.map +1 -0
  225. package/lib/models/consultation-timetable-date-model.js +15 -0
  226. package/lib/models/consultation-timetable-model.d.ts +44 -0
  227. package/lib/models/consultation-timetable-model.d.ts.map +1 -0
  228. package/lib/models/consultation-timetable-model.js +15 -0
  229. package/lib/models/consultation-timetable-status.d.ts +22 -0
  230. package/lib/models/consultation-timetable-status.d.ts.map +1 -0
  231. package/lib/models/consultation-timetable-status.js +25 -0
  232. package/lib/models/consultation-timetable-time-slot-model.d.ts +56 -0
  233. package/lib/models/consultation-timetable-time-slot-model.d.ts.map +1 -0
  234. package/lib/models/consultation-timetable-time-slot-model.js +15 -0
  235. package/lib/models/consultation-type.d.ts +23 -0
  236. package/lib/models/consultation-type.d.ts.map +1 -0
  237. package/lib/models/consultation-type.js +26 -0
  238. package/lib/models/consultations-model.d.ts +33 -0
  239. package/lib/models/consultations-model.d.ts.map +1 -0
  240. package/lib/models/consultations-model.js +15 -0
  241. package/lib/models/contribution-type.d.ts +23 -0
  242. package/lib/models/contribution-type.d.ts.map +1 -0
  243. package/lib/models/contribution-type.js +26 -0
  244. package/lib/models/contributor-item-model.d.ts +110 -0
  245. package/lib/models/contributor-item-model.d.ts.map +1 -0
  246. package/lib/models/contributor-item-model.js +15 -0
  247. package/lib/models/contributor-model.d.ts +136 -0
  248. package/lib/models/contributor-model.d.ts.map +1 -0
  249. package/lib/models/contributor-model.js +15 -0
  250. package/lib/models/contributor-sns-handles-model.d.ts +33 -0
  251. package/lib/models/contributor-sns-handles-model.d.ts.map +1 -0
  252. package/lib/models/contributor-sns-handles-model.js +15 -0
  253. package/lib/models/contributors-model.d.ts +33 -0
  254. package/lib/models/contributors-model.d.ts.map +1 -0
  255. package/lib/models/contributors-model.js +15 -0
  256. package/lib/models/countries-model.d.ts +33 -0
  257. package/lib/models/countries-model.d.ts.map +1 -0
  258. package/lib/models/countries-model.js +15 -0
  259. package/lib/models/country-item-model.d.ts +93 -0
  260. package/lib/models/country-item-model.d.ts.map +1 -0
  261. package/lib/models/country-item-model.js +15 -0
  262. package/lib/models/country-model.d.ts +118 -0
  263. package/lib/models/country-model.d.ts.map +1 -0
  264. package/lib/models/country-model.js +15 -0
  265. package/lib/models/create-booking-command.d.ts +104 -0
  266. package/lib/models/create-booking-command.d.ts.map +1 -0
  267. package/lib/models/create-booking-command.js +15 -0
  268. package/lib/models/create-chat-user-command.d.ts +49 -0
  269. package/lib/models/create-chat-user-command.d.ts.map +1 -0
  270. package/lib/models/create-chat-user-command.js +15 -0
  271. package/lib/models/create-consultation-command.d.ts +135 -0
  272. package/lib/models/create-consultation-command.d.ts.map +1 -0
  273. package/lib/models/create-consultation-command.js +15 -0
  274. package/lib/models/create-cors-command.d.ts +25 -0
  275. package/lib/models/create-cors-command.d.ts.map +1 -0
  276. package/lib/models/create-cors-command.js +15 -0
  277. package/lib/models/create-device-command.d.ts +62 -0
  278. package/lib/models/create-device-command.d.ts.map +1 -0
  279. package/lib/models/create-device-command.js +15 -0
  280. package/lib/models/create-device-login-command.d.ts +32 -0
  281. package/lib/models/create-device-login-command.d.ts.map +1 -0
  282. package/lib/models/create-device-login-command.js +15 -0
  283. package/lib/models/create-media-command.d.ts +50 -0
  284. package/lib/models/create-media-command.d.ts.map +1 -0
  285. package/lib/models/create-media-command.js +15 -0
  286. package/lib/models/create-patient-command.d.ts +86 -0
  287. package/lib/models/create-patient-command.d.ts.map +1 -0
  288. package/lib/models/create-patient-command.js +15 -0
  289. package/lib/models/create-profile-command.d.ts +100 -0
  290. package/lib/models/create-profile-command.d.ts.map +1 -0
  291. package/lib/models/create-profile-command.js +15 -0
  292. package/lib/models/create-service-review-command.d.ts +68 -0
  293. package/lib/models/create-service-review-command.d.ts.map +1 -0
  294. package/lib/models/create-service-review-command.js +15 -0
  295. package/lib/models/create-survey-result-command.d.ts +44 -0
  296. package/lib/models/create-survey-result-command.d.ts.map +1 -0
  297. package/lib/models/create-survey-result-command.js +15 -0
  298. package/lib/models/day-of-week.d.ts +27 -0
  299. package/lib/models/day-of-week.d.ts.map +1 -0
  300. package/lib/models/day-of-week.js +30 -0
  301. package/lib/models/deal-item-model.d.ts +117 -0
  302. package/lib/models/deal-item-model.d.ts.map +1 -0
  303. package/lib/models/deal-item-model.js +15 -0
  304. package/lib/models/deal-item-simple-model.d.ts +49 -0
  305. package/lib/models/deal-item-simple-model.d.ts.map +1 -0
  306. package/lib/models/deal-item-simple-model.js +15 -0
  307. package/lib/models/deal-model.d.ts +142 -0
  308. package/lib/models/deal-model.d.ts.map +1 -0
  309. package/lib/models/deal-model.js +15 -0
  310. package/lib/models/deal-package-item-model.d.ts +99 -0
  311. package/lib/models/deal-package-item-model.d.ts.map +1 -0
  312. package/lib/models/deal-package-item-model.js +15 -0
  313. package/lib/models/deal-package-model.d.ts +111 -0
  314. package/lib/models/deal-package-model.d.ts.map +1 -0
  315. package/lib/models/deal-package-model.js +15 -0
  316. package/lib/models/deal-packages-model.d.ts +33 -0
  317. package/lib/models/deal-packages-model.d.ts.map +1 -0
  318. package/lib/models/deal-packages-model.js +15 -0
  319. package/lib/models/deal-service-item-model.d.ts +67 -0
  320. package/lib/models/deal-service-item-model.d.ts.map +1 -0
  321. package/lib/models/deal-service-item-model.js +15 -0
  322. package/lib/models/deal-service-model.d.ts +67 -0
  323. package/lib/models/deal-service-model.d.ts.map +1 -0
  324. package/lib/models/deal-service-model.js +15 -0
  325. package/lib/models/deal-services-model.d.ts +33 -0
  326. package/lib/models/deal-services-model.d.ts.map +1 -0
  327. package/lib/models/deal-services-model.js +15 -0
  328. package/lib/models/deals-model.d.ts +33 -0
  329. package/lib/models/deals-model.d.ts.map +1 -0
  330. package/lib/models/deals-model.js +15 -0
  331. package/lib/models/deals-simple-model.d.ts +33 -0
  332. package/lib/models/deals-simple-model.d.ts.map +1 -0
  333. package/lib/models/deals-simple-model.js +15 -0
  334. package/lib/models/device-item-model.d.ts +56 -0
  335. package/lib/models/device-item-model.d.ts.map +1 -0
  336. package/lib/models/device-item-model.js +15 -0
  337. package/lib/models/device-model.d.ts +62 -0
  338. package/lib/models/device-model.d.ts.map +1 -0
  339. package/lib/models/device-model.js +15 -0
  340. package/lib/models/devices-model.d.ts +33 -0
  341. package/lib/models/devices-model.d.ts.map +1 -0
  342. package/lib/models/devices-model.js +15 -0
  343. package/lib/models/doctor-affiliation-item-model.d.ts +134 -0
  344. package/lib/models/doctor-affiliation-item-model.d.ts.map +1 -0
  345. package/lib/models/doctor-affiliation-item-model.js +15 -0
  346. package/lib/models/doctor-affiliation-model.d.ts +184 -0
  347. package/lib/models/doctor-affiliation-model.d.ts.map +1 -0
  348. package/lib/models/doctor-affiliation-model.js +15 -0
  349. package/lib/models/doctor-affiliations-model.d.ts +33 -0
  350. package/lib/models/doctor-affiliations-model.d.ts.map +1 -0
  351. package/lib/models/doctor-affiliations-model.js +15 -0
  352. package/lib/models/doctor-certificate-item-model.d.ts +55 -0
  353. package/lib/models/doctor-certificate-item-model.d.ts.map +1 -0
  354. package/lib/models/doctor-certificate-item-model.js +15 -0
  355. package/lib/models/doctor-certificate-model.d.ts +55 -0
  356. package/lib/models/doctor-certificate-model.d.ts.map +1 -0
  357. package/lib/models/doctor-certificate-model.js +15 -0
  358. package/lib/models/doctor-certificates-model.d.ts +33 -0
  359. package/lib/models/doctor-certificates-model.d.ts.map +1 -0
  360. package/lib/models/doctor-certificates-model.js +15 -0
  361. package/lib/models/doctor-education-item-model.d.ts +67 -0
  362. package/lib/models/doctor-education-item-model.d.ts.map +1 -0
  363. package/lib/models/doctor-education-item-model.js +15 -0
  364. package/lib/models/doctor-education-model.d.ts +67 -0
  365. package/lib/models/doctor-education-model.d.ts.map +1 -0
  366. package/lib/models/doctor-education-model.js +15 -0
  367. package/lib/models/doctor-educations-model.d.ts +33 -0
  368. package/lib/models/doctor-educations-model.d.ts.map +1 -0
  369. package/lib/models/doctor-educations-model.js +15 -0
  370. package/lib/models/doctor-item-model.d.ts +67 -0
  371. package/lib/models/doctor-item-model.d.ts.map +1 -0
  372. package/lib/models/doctor-item-model.js +15 -0
  373. package/lib/models/doctor-language-item-model.d.ts +55 -0
  374. package/lib/models/doctor-language-item-model.d.ts.map +1 -0
  375. package/lib/models/doctor-language-item-model.js +15 -0
  376. package/lib/models/doctor-language-model.d.ts +55 -0
  377. package/lib/models/doctor-language-model.d.ts.map +1 -0
  378. package/lib/models/doctor-language-model.js +15 -0
  379. package/lib/models/doctor-languages-model.d.ts +33 -0
  380. package/lib/models/doctor-languages-model.d.ts.map +1 -0
  381. package/lib/models/doctor-languages-model.js +15 -0
  382. package/lib/models/doctor-model.d.ts +137 -0
  383. package/lib/models/doctor-model.d.ts.map +1 -0
  384. package/lib/models/doctor-model.js +15 -0
  385. package/lib/models/doctor-portfolio-item-model.d.ts +61 -0
  386. package/lib/models/doctor-portfolio-item-model.d.ts.map +1 -0
  387. package/lib/models/doctor-portfolio-item-model.js +15 -0
  388. package/lib/models/doctor-portfolio-model.d.ts +61 -0
  389. package/lib/models/doctor-portfolio-model.d.ts.map +1 -0
  390. package/lib/models/doctor-portfolio-model.js +15 -0
  391. package/lib/models/doctor-portfolios-model.d.ts +33 -0
  392. package/lib/models/doctor-portfolios-model.d.ts.map +1 -0
  393. package/lib/models/doctor-portfolios-model.js +15 -0
  394. package/lib/models/doctor-simple-item-model.d.ts +43 -0
  395. package/lib/models/doctor-simple-item-model.d.ts.map +1 -0
  396. package/lib/models/doctor-simple-item-model.js +15 -0
  397. package/lib/models/doctor-specialties-model.d.ts +33 -0
  398. package/lib/models/doctor-specialties-model.d.ts.map +1 -0
  399. package/lib/models/doctor-specialties-model.js +15 -0
  400. package/lib/models/doctor-specialty-item-model.d.ts +49 -0
  401. package/lib/models/doctor-specialty-item-model.d.ts.map +1 -0
  402. package/lib/models/doctor-specialty-item-model.js +15 -0
  403. package/lib/models/doctor-specialty-model.d.ts +61 -0
  404. package/lib/models/doctor-specialty-model.d.ts.map +1 -0
  405. package/lib/models/doctor-specialty-model.js +15 -0
  406. package/lib/models/doctors-model.d.ts +33 -0
  407. package/lib/models/doctors-model.d.ts.map +1 -0
  408. package/lib/models/doctors-model.js +15 -0
  409. package/lib/models/doctors-simple-model.d.ts +33 -0
  410. package/lib/models/doctors-simple-model.d.ts.map +1 -0
  411. package/lib/models/doctors-simple-model.js +15 -0
  412. package/lib/models/facebook-user-data-deletion-response-model.d.ts +43 -0
  413. package/lib/models/facebook-user-data-deletion-response-model.d.ts.map +1 -0
  414. package/lib/models/facebook-user-data-deletion-response-model.js +15 -0
  415. package/lib/models/faq-categories-model.d.ts +33 -0
  416. package/lib/models/faq-categories-model.d.ts.map +1 -0
  417. package/lib/models/faq-categories-model.js +15 -0
  418. package/lib/models/faq-category-item-model.d.ts +92 -0
  419. package/lib/models/faq-category-item-model.d.ts.map +1 -0
  420. package/lib/models/faq-category-item-model.js +15 -0
  421. package/lib/models/faq-category-model.d.ts +117 -0
  422. package/lib/models/faq-category-model.d.ts.map +1 -0
  423. package/lib/models/faq-category-model.js +15 -0
  424. package/lib/models/faq-item-model.d.ts +125 -0
  425. package/lib/models/faq-item-model.d.ts.map +1 -0
  426. package/lib/models/faq-item-model.js +15 -0
  427. package/lib/models/faq-model.d.ts +156 -0
  428. package/lib/models/faq-model.d.ts.map +1 -0
  429. package/lib/models/faq-model.js +15 -0
  430. package/lib/models/faq-tag-item-model.d.ts +37 -0
  431. package/lib/models/faq-tag-item-model.d.ts.map +1 -0
  432. package/lib/models/faq-tag-item-model.js +15 -0
  433. package/lib/models/faq-tag-model.d.ts +37 -0
  434. package/lib/models/faq-tag-model.d.ts.map +1 -0
  435. package/lib/models/faq-tag-model.js +15 -0
  436. package/lib/models/faq-tags-model.d.ts +33 -0
  437. package/lib/models/faq-tags-model.d.ts.map +1 -0
  438. package/lib/models/faq-tags-model.js +15 -0
  439. package/lib/models/faqs-model.d.ts +33 -0
  440. package/lib/models/faqs-model.d.ts.map +1 -0
  441. package/lib/models/faqs-model.js +15 -0
  442. package/lib/models/gender.d.ts +25 -0
  443. package/lib/models/gender.d.ts.map +1 -0
  444. package/lib/models/gender.js +28 -0
  445. package/lib/models/header-navigation-item-model.d.ts +61 -0
  446. package/lib/models/header-navigation-item-model.d.ts.map +1 -0
  447. package/lib/models/header-navigation-item-model.js +15 -0
  448. package/lib/models/hospital-accreditation-item-model.d.ts +43 -0
  449. package/lib/models/hospital-accreditation-item-model.d.ts.map +1 -0
  450. package/lib/models/hospital-accreditation-item-model.js +15 -0
  451. package/lib/models/hospital-accreditation-model.d.ts +43 -0
  452. package/lib/models/hospital-accreditation-model.d.ts.map +1 -0
  453. package/lib/models/hospital-accreditation-model.js +15 -0
  454. package/lib/models/hospital-accreditations-model.d.ts +33 -0
  455. package/lib/models/hospital-accreditations-model.d.ts.map +1 -0
  456. package/lib/models/hospital-accreditations-model.js +15 -0
  457. package/lib/models/hospital-consultation-option-model.d.ts +37 -0
  458. package/lib/models/hospital-consultation-option-model.d.ts.map +1 -0
  459. package/lib/models/hospital-consultation-option-model.js +15 -0
  460. package/lib/models/hospital-equipment-item-model.d.ts +63 -0
  461. package/lib/models/hospital-equipment-item-model.d.ts.map +1 -0
  462. package/lib/models/hospital-equipment-item-model.js +15 -0
  463. package/lib/models/hospital-equipment-model.d.ts +63 -0
  464. package/lib/models/hospital-equipment-model.d.ts.map +1 -0
  465. package/lib/models/hospital-equipment-model.js +15 -0
  466. package/lib/models/hospital-equipments-model.d.ts +33 -0
  467. package/lib/models/hospital-equipments-model.d.ts.map +1 -0
  468. package/lib/models/hospital-equipments-model.js +15 -0
  469. package/lib/models/hospital-evaluation-item-model.d.ts +31 -0
  470. package/lib/models/hospital-evaluation-item-model.d.ts.map +1 -0
  471. package/lib/models/hospital-evaluation-item-model.js +15 -0
  472. package/lib/models/hospital-evaluation-model.d.ts +43 -0
  473. package/lib/models/hospital-evaluation-model.d.ts.map +1 -0
  474. package/lib/models/hospital-evaluation-model.js +15 -0
  475. package/lib/models/hospital-evaluations-model.d.ts +33 -0
  476. package/lib/models/hospital-evaluations-model.d.ts.map +1 -0
  477. package/lib/models/hospital-evaluations-model.js +15 -0
  478. package/lib/models/hospital-item-model.d.ts +125 -0
  479. package/lib/models/hospital-item-model.d.ts.map +1 -0
  480. package/lib/models/hospital-item-model.js +15 -0
  481. package/lib/models/hospital-language-item-model.d.ts +55 -0
  482. package/lib/models/hospital-language-item-model.d.ts.map +1 -0
  483. package/lib/models/hospital-language-item-model.js +15 -0
  484. package/lib/models/hospital-languages-model.d.ts +33 -0
  485. package/lib/models/hospital-languages-model.d.ts.map +1 -0
  486. package/lib/models/hospital-languages-model.js +15 -0
  487. package/lib/models/hospital-model.d.ts +240 -0
  488. package/lib/models/hospital-model.d.ts.map +1 -0
  489. package/lib/models/hospital-model.js +15 -0
  490. package/lib/models/hospital-service-item-model.d.ts +123 -0
  491. package/lib/models/hospital-service-item-model.d.ts.map +1 -0
  492. package/lib/models/hospital-service-item-model.js +15 -0
  493. package/lib/models/hospital-service-model.d.ts +191 -0
  494. package/lib/models/hospital-service-model.d.ts.map +1 -0
  495. package/lib/models/hospital-service-model.js +15 -0
  496. package/lib/models/hospital-services-model.d.ts +33 -0
  497. package/lib/models/hospital-services-model.d.ts.map +1 -0
  498. package/lib/models/hospital-services-model.js +15 -0
  499. package/lib/models/hospital-simple-item-model.d.ts +49 -0
  500. package/lib/models/hospital-simple-item-model.d.ts.map +1 -0
  501. package/lib/models/hospital-simple-item-model.js +15 -0
  502. package/lib/models/hospital-sns-handles-model.d.ts +33 -0
  503. package/lib/models/hospital-sns-handles-model.d.ts.map +1 -0
  504. package/lib/models/hospital-sns-handles-model.js +15 -0
  505. package/lib/models/hospital-specialties-model.d.ts +33 -0
  506. package/lib/models/hospital-specialties-model.d.ts.map +1 -0
  507. package/lib/models/hospital-specialties-model.js +15 -0
  508. package/lib/models/hospital-specialties-simple-model.d.ts +33 -0
  509. package/lib/models/hospital-specialties-simple-model.d.ts.map +1 -0
  510. package/lib/models/hospital-specialties-simple-model.js +15 -0
  511. package/lib/models/hospital-specialty-item-model.d.ts +123 -0
  512. package/lib/models/hospital-specialty-item-model.d.ts.map +1 -0
  513. package/lib/models/hospital-specialty-item-model.js +15 -0
  514. package/lib/models/hospital-specialty-model.d.ts +179 -0
  515. package/lib/models/hospital-specialty-model.d.ts.map +1 -0
  516. package/lib/models/hospital-specialty-model.js +15 -0
  517. package/lib/models/hospital-specialty-simple-item-model.d.ts +55 -0
  518. package/lib/models/hospital-specialty-simple-item-model.d.ts.map +1 -0
  519. package/lib/models/hospital-specialty-simple-item-model.js +15 -0
  520. package/lib/models/hospitals-model.d.ts +33 -0
  521. package/lib/models/hospitals-model.d.ts.map +1 -0
  522. package/lib/models/hospitals-model.js +15 -0
  523. package/lib/models/hospitals-simple-model.d.ts +33 -0
  524. package/lib/models/hospitals-simple-model.d.ts.map +1 -0
  525. package/lib/models/hospitals-simple-model.js +15 -0
  526. package/lib/models/index.d.ts +225 -0
  527. package/lib/models/index.d.ts.map +1 -0
  528. package/lib/models/index.js +240 -0
  529. package/lib/models/invite-send-bird-group-channel-command.d.ts +25 -0
  530. package/lib/models/invite-send-bird-group-channel-command.d.ts.map +1 -0
  531. package/lib/models/invite-send-bird-group-channel-command.js +15 -0
  532. package/lib/models/landing-item-model.d.ts +74 -0
  533. package/lib/models/landing-item-model.d.ts.map +1 -0
  534. package/lib/models/landing-item-model.js +15 -0
  535. package/lib/models/landing-model.d.ts +130 -0
  536. package/lib/models/landing-model.d.ts.map +1 -0
  537. package/lib/models/landing-model.js +15 -0
  538. package/lib/models/landings-model.d.ts +33 -0
  539. package/lib/models/landings-model.d.ts.map +1 -0
  540. package/lib/models/landings-model.js +15 -0
  541. package/lib/models/language-item-model.d.ts +55 -0
  542. package/lib/models/language-item-model.d.ts.map +1 -0
  543. package/lib/models/language-item-model.js +15 -0
  544. package/lib/models/language-model.d.ts +55 -0
  545. package/lib/models/language-model.d.ts.map +1 -0
  546. package/lib/models/language-model.js +15 -0
  547. package/lib/models/languages-model.d.ts +33 -0
  548. package/lib/models/languages-model.d.ts.map +1 -0
  549. package/lib/models/languages-model.js +15 -0
  550. package/lib/models/localized-url-model.d.ts +31 -0
  551. package/lib/models/localized-url-model.d.ts.map +1 -0
  552. package/lib/models/localized-url-model.js +15 -0
  553. package/lib/models/location-model.d.ts +67 -0
  554. package/lib/models/location-model.d.ts.map +1 -0
  555. package/lib/models/location-model.js +15 -0
  556. package/lib/models/marketing-type.d.ts +23 -0
  557. package/lib/models/marketing-type.d.ts.map +1 -0
  558. package/lib/models/marketing-type.js +26 -0
  559. package/lib/models/media-model.d.ts +56 -0
  560. package/lib/models/media-model.d.ts.map +1 -0
  561. package/lib/models/media-model.js +15 -0
  562. package/lib/models/media-type.d.ts +27 -0
  563. package/lib/models/media-type.d.ts.map +1 -0
  564. package/lib/models/media-type.js +30 -0
  565. package/lib/models/medias-model.d.ts +33 -0
  566. package/lib/models/medias-model.d.ts.map +1 -0
  567. package/lib/models/medias-model.js +15 -0
  568. package/lib/models/member-model.d.ts +62 -0
  569. package/lib/models/member-model.d.ts.map +1 -0
  570. package/lib/models/member-model.js +15 -0
  571. package/lib/models/members-model.d.ts +33 -0
  572. package/lib/models/members-model.d.ts.map +1 -0
  573. package/lib/models/members-model.js +15 -0
  574. package/lib/models/membership-item-model.d.ts +68 -0
  575. package/lib/models/membership-item-model.d.ts.map +1 -0
  576. package/lib/models/membership-item-model.js +15 -0
  577. package/lib/models/membership-model.d.ts +68 -0
  578. package/lib/models/membership-model.d.ts.map +1 -0
  579. package/lib/models/membership-model.js +15 -0
  580. package/lib/models/memberships-model.d.ts +33 -0
  581. package/lib/models/memberships-model.d.ts.map +1 -0
  582. package/lib/models/memberships-model.js +15 -0
  583. package/lib/models/metadata.d.ts +37 -0
  584. package/lib/models/metadata.d.ts.map +1 -0
  585. package/lib/models/metadata.js +15 -0
  586. package/lib/models/notification-code.d.ts +39 -0
  587. package/lib/models/notification-code.d.ts.map +1 -0
  588. package/lib/models/notification-code.js +42 -0
  589. package/lib/models/notification-model.d.ts +86 -0
  590. package/lib/models/notification-model.d.ts.map +1 -0
  591. package/lib/models/notification-model.js +15 -0
  592. package/lib/models/notifications-model.d.ts +39 -0
  593. package/lib/models/notifications-model.d.ts.map +1 -0
  594. package/lib/models/notifications-model.js +15 -0
  595. package/lib/models/paged-list-meta-data.d.ts +79 -0
  596. package/lib/models/paged-list-meta-data.d.ts.map +1 -0
  597. package/lib/models/paged-list-meta-data.js +15 -0
  598. package/lib/models/patient-model.d.ts +144 -0
  599. package/lib/models/patient-model.d.ts.map +1 -0
  600. package/lib/models/patient-model.js +15 -0
  601. package/lib/models/plan-hospital-item-model.d.ts +49 -0
  602. package/lib/models/plan-hospital-item-model.d.ts.map +1 -0
  603. package/lib/models/plan-hospital-item-model.js +15 -0
  604. package/lib/models/plan-hospital-model.d.ts +49 -0
  605. package/lib/models/plan-hospital-model.d.ts.map +1 -0
  606. package/lib/models/plan-hospital-model.js +15 -0
  607. package/lib/models/plan-hospitals-model.d.ts +33 -0
  608. package/lib/models/plan-hospitals-model.d.ts.map +1 -0
  609. package/lib/models/plan-hospitals-model.js +15 -0
  610. package/lib/models/plan-item-model.d.ts +68 -0
  611. package/lib/models/plan-item-model.d.ts.map +1 -0
  612. package/lib/models/plan-item-model.js +15 -0
  613. package/lib/models/plan-model.d.ts +68 -0
  614. package/lib/models/plan-model.d.ts.map +1 -0
  615. package/lib/models/plan-model.js +15 -0
  616. package/lib/models/plans-model.d.ts +33 -0
  617. package/lib/models/plans-model.d.ts.map +1 -0
  618. package/lib/models/plans-model.js +15 -0
  619. package/lib/models/platform.d.ts +23 -0
  620. package/lib/models/platform.d.ts.map +1 -0
  621. package/lib/models/platform.js +26 -0
  622. package/lib/models/problem-details.d.ts +50 -0
  623. package/lib/models/problem-details.d.ts.map +1 -0
  624. package/lib/models/problem-details.js +15 -0
  625. package/lib/models/procedure.d.ts +22 -0
  626. package/lib/models/procedure.d.ts.map +1 -0
  627. package/lib/models/procedure.js +25 -0
  628. package/lib/models/recurring-interval.d.ts +24 -0
  629. package/lib/models/recurring-interval.d.ts.map +1 -0
  630. package/lib/models/recurring-interval.js +27 -0
  631. package/lib/models/refund-policy.d.ts +23 -0
  632. package/lib/models/refund-policy.d.ts.map +1 -0
  633. package/lib/models/refund-policy.js +26 -0
  634. package/lib/models/reject-reason.d.ts +24 -0
  635. package/lib/models/reject-reason.d.ts.map +1 -0
  636. package/lib/models/reject-reason.js +27 -0
  637. package/lib/models/review-type.d.ts +23 -0
  638. package/lib/models/review-type.d.ts.map +1 -0
  639. package/lib/models/review-type.js +26 -0
  640. package/lib/models/send-bird-group-channel-member.d.ts +80 -0
  641. package/lib/models/send-bird-group-channel-member.d.ts.map +1 -0
  642. package/lib/models/send-bird-group-channel-member.js +15 -0
  643. package/lib/models/send-bird-group-channel-model.d.ts +142 -0
  644. package/lib/models/send-bird-group-channel-model.d.ts.map +1 -0
  645. package/lib/models/send-bird-group-channel-model.js +15 -0
  646. package/lib/models/send-bird-group-channelr-operator.d.ts +37 -0
  647. package/lib/models/send-bird-group-channelr-operator.d.ts.map +1 -0
  648. package/lib/models/send-bird-group-channelr-operator.js +15 -0
  649. package/lib/models/service-categories-model.d.ts +33 -0
  650. package/lib/models/service-categories-model.d.ts.map +1 -0
  651. package/lib/models/service-categories-model.js +15 -0
  652. package/lib/models/service-category-item-model.d.ts +55 -0
  653. package/lib/models/service-category-item-model.d.ts.map +1 -0
  654. package/lib/models/service-category-item-model.js +15 -0
  655. package/lib/models/service-category-model.d.ts +55 -0
  656. package/lib/models/service-category-model.d.ts.map +1 -0
  657. package/lib/models/service-category-model.js +15 -0
  658. package/lib/models/service-review-item-model.d.ts +154 -0
  659. package/lib/models/service-review-item-model.d.ts.map +1 -0
  660. package/lib/models/service-review-item-model.js +15 -0
  661. package/lib/models/service-review-model.d.ts +154 -0
  662. package/lib/models/service-review-model.d.ts.map +1 -0
  663. package/lib/models/service-review-model.js +15 -0
  664. package/lib/models/service-reviews-model.d.ts +33 -0
  665. package/lib/models/service-reviews-model.d.ts.map +1 -0
  666. package/lib/models/service-reviews-model.js +15 -0
  667. package/lib/models/sns-handle-model.d.ts +38 -0
  668. package/lib/models/sns-handle-model.d.ts.map +1 -0
  669. package/lib/models/sns-handle-model.js +15 -0
  670. package/lib/models/sns-type.d.ts +26 -0
  671. package/lib/models/sns-type.d.ts.map +1 -0
  672. package/lib/models/sns-type.js +29 -0
  673. package/lib/models/sorting-order.d.ts +22 -0
  674. package/lib/models/sorting-order.d.ts.map +1 -0
  675. package/lib/models/sorting-order.js +25 -0
  676. package/lib/models/source-model.d.ts +43 -0
  677. package/lib/models/source-model.d.ts.map +1 -0
  678. package/lib/models/source-model.js +15 -0
  679. package/lib/models/specialties-model.d.ts +33 -0
  680. package/lib/models/specialties-model.d.ts.map +1 -0
  681. package/lib/models/specialties-model.js +15 -0
  682. package/lib/models/specialties-simple-model.d.ts +33 -0
  683. package/lib/models/specialties-simple-model.d.ts.map +1 -0
  684. package/lib/models/specialties-simple-model.js +15 -0
  685. package/lib/models/specialty-item-model.d.ts +112 -0
  686. package/lib/models/specialty-item-model.d.ts.map +1 -0
  687. package/lib/models/specialty-item-model.js +15 -0
  688. package/lib/models/specialty-item-simple-model.d.ts +55 -0
  689. package/lib/models/specialty-item-simple-model.d.ts.map +1 -0
  690. package/lib/models/specialty-item-simple-model.js +15 -0
  691. package/lib/models/specialty-model.d.ts +137 -0
  692. package/lib/models/specialty-model.d.ts.map +1 -0
  693. package/lib/models/specialty-model.js +15 -0
  694. package/lib/models/specialty-type-item-model.d.ts +113 -0
  695. package/lib/models/specialty-type-item-model.d.ts.map +1 -0
  696. package/lib/models/specialty-type-item-model.js +15 -0
  697. package/lib/models/specialty-type-model.d.ts +138 -0
  698. package/lib/models/specialty-type-model.d.ts.map +1 -0
  699. package/lib/models/specialty-type-model.js +15 -0
  700. package/lib/models/specialty-type-simple-item-model.d.ts +49 -0
  701. package/lib/models/specialty-type-simple-item-model.d.ts.map +1 -0
  702. package/lib/models/specialty-type-simple-item-model.js +15 -0
  703. package/lib/models/specialty-types-model.d.ts +33 -0
  704. package/lib/models/specialty-types-model.d.ts.map +1 -0
  705. package/lib/models/specialty-types-model.js +15 -0
  706. package/lib/models/specialty-types-simple-model.d.ts +33 -0
  707. package/lib/models/specialty-types-simple-model.d.ts.map +1 -0
  708. package/lib/models/specialty-types-simple-model.js +15 -0
  709. package/lib/models/subscription-model.d.ts +37 -0
  710. package/lib/models/subscription-model.d.ts.map +1 -0
  711. package/lib/models/subscription-model.js +15 -0
  712. package/lib/models/survey-form-element-model.d.ts +81 -0
  713. package/lib/models/survey-form-element-model.d.ts.map +1 -0
  714. package/lib/models/survey-form-element-model.js +15 -0
  715. package/lib/models/survey-form-element-option-model.d.ts +61 -0
  716. package/lib/models/survey-form-element-option-model.d.ts.map +1 -0
  717. package/lib/models/survey-form-element-option-model.js +15 -0
  718. package/lib/models/survey-form-element-types.d.ts +32 -0
  719. package/lib/models/survey-form-element-types.d.ts.map +1 -0
  720. package/lib/models/survey-form-element-types.js +35 -0
  721. package/lib/models/survey-form-model.d.ts +93 -0
  722. package/lib/models/survey-form-model.d.ts.map +1 -0
  723. package/lib/models/survey-form-model.js +15 -0
  724. package/lib/models/survey-form-status.d.ts +22 -0
  725. package/lib/models/survey-form-status.d.ts.map +1 -0
  726. package/lib/models/survey-form-status.js +25 -0
  727. package/lib/models/survey-result-element-input-model.d.ts +38 -0
  728. package/lib/models/survey-result-element-input-model.d.ts.map +1 -0
  729. package/lib/models/survey-result-element-input-model.js +15 -0
  730. package/lib/models/survey-result-element-value-input-model.d.ts +37 -0
  731. package/lib/models/survey-result-element-value-input-model.d.ts.map +1 -0
  732. package/lib/models/survey-result-element-value-input-model.js +15 -0
  733. package/lib/models/tag-item-model.d.ts +43 -0
  734. package/lib/models/tag-item-model.d.ts.map +1 -0
  735. package/lib/models/tag-item-model.js +15 -0
  736. package/lib/models/tag-model.d.ts +43 -0
  737. package/lib/models/tag-model.d.ts.map +1 -0
  738. package/lib/models/tag-model.js +15 -0
  739. package/lib/models/tags-model.d.ts +33 -0
  740. package/lib/models/tags-model.d.ts.map +1 -0
  741. package/lib/models/tags-model.js +15 -0
  742. package/lib/models/translation-simple-model.d.ts +55 -0
  743. package/lib/models/translation-simple-model.d.ts.map +1 -0
  744. package/lib/models/translation-simple-model.js +15 -0
  745. package/lib/models/translation-simple-with-description-model.d.ts +61 -0
  746. package/lib/models/translation-simple-with-description-model.d.ts.map +1 -0
  747. package/lib/models/translation-simple-with-description-model.js +15 -0
  748. package/lib/models/update-booking-command.d.ts +86 -0
  749. package/lib/models/update-booking-command.d.ts.map +1 -0
  750. package/lib/models/update-booking-command.js +15 -0
  751. package/lib/models/update-chat-user-command.d.ts +43 -0
  752. package/lib/models/update-chat-user-command.d.ts.map +1 -0
  753. package/lib/models/update-chat-user-command.js +15 -0
  754. package/lib/models/update-consultation-command.d.ts +110 -0
  755. package/lib/models/update-consultation-command.d.ts.map +1 -0
  756. package/lib/models/update-consultation-command.js +15 -0
  757. package/lib/models/update-device-command.d.ts +49 -0
  758. package/lib/models/update-device-command.d.ts.map +1 -0
  759. package/lib/models/update-device-command.js +15 -0
  760. package/lib/models/update-media-command.d.ts +50 -0
  761. package/lib/models/update-media-command.d.ts.map +1 -0
  762. package/lib/models/update-media-command.js +15 -0
  763. package/lib/models/update-patient-command.d.ts +80 -0
  764. package/lib/models/update-patient-command.d.ts.map +1 -0
  765. package/lib/models/update-patient-command.js +15 -0
  766. package/lib/models/update-profile-command.d.ts +88 -0
  767. package/lib/models/update-profile-command.d.ts.map +1 -0
  768. package/lib/models/update-profile-command.js +15 -0
  769. package/lib/models/update-service-review-command.d.ts +67 -0
  770. package/lib/models/update-service-review-command.d.ts.map +1 -0
  771. package/lib/models/update-service-review-command.js +15 -0
  772. package/lib/models/user-language-model.d.ts +55 -0
  773. package/lib/models/user-language-model.d.ts.map +1 -0
  774. package/lib/models/user-language-model.js +15 -0
  775. package/lib/models/user-location-model.d.ts +74 -0
  776. package/lib/models/user-location-model.d.ts.map +1 -0
  777. package/lib/models/user-location-model.js +15 -0
  778. package/lib/models/user-location-type.d.ts +22 -0
  779. package/lib/models/user-location-type.d.ts.map +1 -0
  780. package/lib/models/user-location-type.js +25 -0
  781. package/lib/models/user-model.d.ts +131 -0
  782. package/lib/models/user-model.d.ts.map +1 -0
  783. package/lib/models/user-model.js +15 -0
  784. package/lib/models/working-day-item-model.d.ts +49 -0
  785. package/lib/models/working-day-item-model.d.ts.map +1 -0
  786. package/lib/models/working-day-item-model.js +15 -0
  787. package/lib/models/working-day-model.d.ts +49 -0
  788. package/lib/models/working-day-model.d.ts.map +1 -0
  789. package/lib/models/working-day-model.js +15 -0
  790. package/lib/models/working-days-model.d.ts +33 -0
  791. package/lib/models/working-days-model.d.ts.map +1 -0
  792. package/lib/models/working-days-model.js +15 -0
  793. package/package.json +2 -2
  794. package/src/.openapi-generator/FILES +262 -0
  795. package/src/api/about-us-api.ts +370 -0
  796. package/src/api/accreditations-api.ts +239 -0
  797. package/src/api/app-version-api.ts +125 -0
  798. package/src/api/articles-api.ts +1212 -0
  799. package/src/api/bookings-api.ts +570 -0
  800. package/src/api/chat-users-api.ts +507 -0
  801. package/src/api/communications-api.ts +252 -0
  802. package/src/api/consultations-api.ts +554 -0
  803. package/src/api/contributors-api.ts +591 -0
  804. package/src/api/countries-api.ts +561 -0
  805. package/src/api/deals-api.ts +1138 -0
  806. package/src/api/devices-api.ts +577 -0
  807. package/src/api/doctor-affiliations-api.ts +577 -0
  808. package/src/api/doctors-api.ts +1723 -0
  809. package/src/api/external-api.ts +120 -0
  810. package/src/api/faq-categories-api.ts +362 -0
  811. package/src/api/faqs-api.ts +738 -0
  812. package/src/api/group-channels-api.ts +455 -0
  813. package/src/api/header-navigations-api.ts +127 -0
  814. package/src/api/hospitals-api.ts +3626 -0
  815. package/src/api/hospitals-consultation-timetables-api.ts +163 -0
  816. package/src/api/images-api.ts +134 -0
  817. package/src/api/languages-api.ts +247 -0
  818. package/src/api/memberships-api.ts +370 -0
  819. package/src/api/notifications-api.ts +241 -0
  820. package/src/api/origins-api.ts +321 -0
  821. package/src/api/patients-api.ts +513 -0
  822. package/src/api/plans-api.ts +402 -0
  823. package/src/api/profiles-api.ts +489 -0
  824. package/src/api/service-reviews-api.ts +989 -0
  825. package/src/api/services-api.ts +448 -0
  826. package/src/api/services-categories-api.ts +231 -0
  827. package/src/api/specialties-api.ts +757 -0
  828. package/src/api/specialty-types-api.ts +773 -0
  829. package/src/api/survey-forms-api.ts +135 -0
  830. package/src/api/survey-results-api.ts +131 -0
  831. package/src/api/tags-api.ts +231 -0
  832. package/src/api.ts +37 -31325
  833. package/src/index.ts +1 -1
  834. package/src/models/about-us-page-item-model.ts +63 -0
  835. package/src/models/about-us-page-model.ts +117 -0
  836. package/src/models/about-us-pages-model.ts +42 -0
  837. package/src/models/accreditation-item-model.ts +48 -0
  838. package/src/models/accreditation-model.ts +48 -0
  839. package/src/models/accreditations-model.ts +42 -0
  840. package/src/models/admin-message-model.ts +84 -0
  841. package/src/models/app-version-model.ts +51 -0
  842. package/src/models/article-contributor-item-model.ts +108 -0
  843. package/src/models/article-contributor-model.ts +144 -0
  844. package/src/models/article-contributors-model.ts +42 -0
  845. package/src/models/article-item-model.ts +162 -0
  846. package/src/models/article-model.ts +189 -0
  847. package/src/models/article-sources-model.ts +42 -0
  848. package/src/models/article-tag-item-model.ts +42 -0
  849. package/src/models/article-tag-model.ts +42 -0
  850. package/src/models/article-tags-model.ts +42 -0
  851. package/src/models/articles-model.ts +42 -0
  852. package/src/models/auditable-entity.ts +72 -0
  853. package/src/models/award-model.ts +48 -0
  854. package/src/models/booking-change-log-model.ts +51 -0
  855. package/src/models/booking-item-model.ts +246 -0
  856. package/src/models/booking-model.ts +255 -0
  857. package/src/models/booking-status.ts +36 -0
  858. package/src/models/bookings-model.ts +42 -0
  859. package/src/models/change-email-command.ts +30 -0
  860. package/src/models/chat-user-model.ts +78 -0
  861. package/src/models/chat-users-model.ts +39 -0
  862. package/src/models/check-notifications-command.ts +36 -0
  863. package/src/models/communication-user-token-model.ts +48 -0
  864. package/src/models/confirm-email-command.ts +30 -0
  865. package/src/models/consultation-change-log-model.ts +51 -0
  866. package/src/models/consultation-item-model.ts +288 -0
  867. package/src/models/consultation-model.ts +297 -0
  868. package/src/models/consultation-status.ts +36 -0
  869. package/src/models/consultation-timetable-date-model.ts +69 -0
  870. package/src/models/consultation-timetable-model.ts +51 -0
  871. package/src/models/consultation-timetable-status.ts +31 -0
  872. package/src/models/consultation-timetable-time-slot-model.ts +63 -0
  873. package/src/models/consultation-type.ts +32 -0
  874. package/src/models/consultations-model.ts +42 -0
  875. package/src/models/contribution-type.ts +32 -0
  876. package/src/models/contributor-item-model.ts +117 -0
  877. package/src/models/contributor-model.ts +147 -0
  878. package/src/models/contributor-sns-handles-model.ts +42 -0
  879. package/src/models/contributors-model.ts +42 -0
  880. package/src/models/countries-model.ts +42 -0
  881. package/src/models/country-item-model.ts +102 -0
  882. package/src/models/country-model.ts +129 -0
  883. package/src/models/create-booking-command.ts +111 -0
  884. package/src/models/create-chat-user-command.ts +54 -0
  885. package/src/models/create-consultation-command.ts +144 -0
  886. package/src/models/create-cors-command.ts +30 -0
  887. package/src/models/create-device-command.ts +69 -0
  888. package/src/models/create-device-login-command.ts +39 -0
  889. package/src/models/create-media-command.ts +57 -0
  890. package/src/models/create-patient-command.ts +93 -0
  891. package/src/models/create-profile-command.ts +111 -0
  892. package/src/models/create-service-review-command.ts +75 -0
  893. package/src/models/create-survey-result-command.ts +51 -0
  894. package/src/models/day-of-week.ts +36 -0
  895. package/src/models/deal-item-model.ts +126 -0
  896. package/src/models/deal-item-simple-model.ts +54 -0
  897. package/src/models/deal-model.ts +153 -0
  898. package/src/models/deal-package-item-model.ts +108 -0
  899. package/src/models/deal-package-model.ts +120 -0
  900. package/src/models/deal-packages-model.ts +42 -0
  901. package/src/models/deal-service-item-model.ts +72 -0
  902. package/src/models/deal-service-model.ts +72 -0
  903. package/src/models/deal-services-model.ts +42 -0
  904. package/src/models/deals-model.ts +42 -0
  905. package/src/models/deals-simple-model.ts +42 -0
  906. package/src/models/device-item-model.ts +63 -0
  907. package/src/models/device-model.ts +69 -0
  908. package/src/models/devices-model.ts +42 -0
  909. package/src/models/doctor-affiliation-item-model.ts +141 -0
  910. package/src/models/doctor-affiliation-model.ts +195 -0
  911. package/src/models/doctor-affiliations-model.ts +42 -0
  912. package/src/models/doctor-certificate-item-model.ts +60 -0
  913. package/src/models/doctor-certificate-model.ts +60 -0
  914. package/src/models/doctor-certificates-model.ts +42 -0
  915. package/src/models/doctor-education-item-model.ts +72 -0
  916. package/src/models/doctor-education-model.ts +72 -0
  917. package/src/models/doctor-educations-model.ts +42 -0
  918. package/src/models/doctor-item-model.ts +72 -0
  919. package/src/models/doctor-language-item-model.ts +60 -0
  920. package/src/models/doctor-language-model.ts +60 -0
  921. package/src/models/doctor-languages-model.ts +42 -0
  922. package/src/models/doctor-model.ts +150 -0
  923. package/src/models/doctor-portfolio-item-model.ts +66 -0
  924. package/src/models/doctor-portfolio-model.ts +66 -0
  925. package/src/models/doctor-portfolios-model.ts +42 -0
  926. package/src/models/doctor-simple-item-model.ts +48 -0
  927. package/src/models/doctor-specialties-model.ts +42 -0
  928. package/src/models/doctor-specialty-item-model.ts +54 -0
  929. package/src/models/doctor-specialty-model.ts +66 -0
  930. package/src/models/doctors-model.ts +42 -0
  931. package/src/models/doctors-simple-model.ts +42 -0
  932. package/src/models/facebook-user-data-deletion-response-model.ts +48 -0
  933. package/src/models/faq-categories-model.ts +42 -0
  934. package/src/models/faq-category-item-model.ts +99 -0
  935. package/src/models/faq-category-model.ts +126 -0
  936. package/src/models/faq-item-model.ts +138 -0
  937. package/src/models/faq-model.ts +171 -0
  938. package/src/models/faq-tag-item-model.ts +42 -0
  939. package/src/models/faq-tag-model.ts +42 -0
  940. package/src/models/faq-tags-model.ts +42 -0
  941. package/src/models/faqs-model.ts +42 -0
  942. package/src/models/gender.ts +34 -0
  943. package/src/models/header-navigation-item-model.ts +66 -0
  944. package/src/models/hospital-accreditation-item-model.ts +48 -0
  945. package/src/models/hospital-accreditation-model.ts +48 -0
  946. package/src/models/hospital-accreditations-model.ts +42 -0
  947. package/src/models/hospital-consultation-option-model.ts +42 -0
  948. package/src/models/hospital-equipment-item-model.ts +72 -0
  949. package/src/models/hospital-equipment-model.ts +72 -0
  950. package/src/models/hospital-equipments-model.ts +42 -0
  951. package/src/models/hospital-evaluation-item-model.ts +36 -0
  952. package/src/models/hospital-evaluation-model.ts +48 -0
  953. package/src/models/hospital-evaluations-model.ts +42 -0
  954. package/src/models/hospital-item-model.ts +138 -0
  955. package/src/models/hospital-language-item-model.ts +60 -0
  956. package/src/models/hospital-languages-model.ts +42 -0
  957. package/src/models/hospital-model.ts +267 -0
  958. package/src/models/hospital-service-item-model.ts +132 -0
  959. package/src/models/hospital-service-model.ts +204 -0
  960. package/src/models/hospital-services-model.ts +42 -0
  961. package/src/models/hospital-simple-item-model.ts +54 -0
  962. package/src/models/hospital-sns-handles-model.ts +42 -0
  963. package/src/models/hospital-specialties-model.ts +42 -0
  964. package/src/models/hospital-specialties-simple-model.ts +42 -0
  965. package/src/models/hospital-specialty-item-model.ts +132 -0
  966. package/src/models/hospital-specialty-model.ts +192 -0
  967. package/src/models/hospital-specialty-simple-item-model.ts +60 -0
  968. package/src/models/hospitals-model.ts +42 -0
  969. package/src/models/hospitals-simple-model.ts +42 -0
  970. package/src/models/index.ts +224 -0
  971. package/src/models/invite-send-bird-group-channel-command.ts +30 -0
  972. package/src/models/landing-item-model.ts +81 -0
  973. package/src/models/landing-model.ts +141 -0
  974. package/src/models/landings-model.ts +42 -0
  975. package/src/models/language-item-model.ts +60 -0
  976. package/src/models/language-model.ts +60 -0
  977. package/src/models/languages-model.ts +42 -0
  978. package/src/models/localized-url-model.ts +36 -0
  979. package/src/models/location-model.ts +72 -0
  980. package/src/models/marketing-type.ts +32 -0
  981. package/src/models/media-model.ts +63 -0
  982. package/src/models/media-type.ts +36 -0
  983. package/src/models/medias-model.ts +42 -0
  984. package/src/models/member-model.ts +69 -0
  985. package/src/models/members-model.ts +42 -0
  986. package/src/models/membership-item-model.ts +75 -0
  987. package/src/models/membership-model.ts +75 -0
  988. package/src/models/memberships-model.ts +42 -0
  989. package/src/models/metadata.ts +42 -0
  990. package/src/models/notification-code.ts +48 -0
  991. package/src/models/notification-model.ts +93 -0
  992. package/src/models/notifications-model.ts +48 -0
  993. package/src/models/paged-list-meta-data.ts +84 -0
  994. package/src/models/patient-model.ts +159 -0
  995. package/src/models/plan-hospital-item-model.ts +54 -0
  996. package/src/models/plan-hospital-model.ts +54 -0
  997. package/src/models/plan-hospitals-model.ts +42 -0
  998. package/src/models/plan-item-model.ts +75 -0
  999. package/src/models/plan-model.ts +75 -0
  1000. package/src/models/plans-model.ts +42 -0
  1001. package/src/models/platform.ts +32 -0
  1002. package/src/models/problem-details.ts +56 -0
  1003. package/src/models/procedure.ts +31 -0
  1004. package/src/models/recurring-interval.ts +33 -0
  1005. package/src/models/refund-policy.ts +32 -0
  1006. package/src/models/reject-reason.ts +33 -0
  1007. package/src/models/review-type.ts +32 -0
  1008. package/src/models/send-bird-group-channel-member.ts +87 -0
  1009. package/src/models/send-bird-group-channel-model.ts +153 -0
  1010. package/src/models/send-bird-group-channelr-operator.ts +42 -0
  1011. package/src/models/service-categories-model.ts +42 -0
  1012. package/src/models/service-category-item-model.ts +60 -0
  1013. package/src/models/service-category-model.ts +60 -0
  1014. package/src/models/service-review-item-model.ts +165 -0
  1015. package/src/models/service-review-model.ts +165 -0
  1016. package/src/models/service-reviews-model.ts +42 -0
  1017. package/src/models/sns-handle-model.ts +45 -0
  1018. package/src/models/sns-type.ts +35 -0
  1019. package/src/models/sorting-order.ts +31 -0
  1020. package/src/models/source-model.ts +48 -0
  1021. package/src/models/specialties-model.ts +42 -0
  1022. package/src/models/specialties-simple-model.ts +42 -0
  1023. package/src/models/specialty-item-model.ts +123 -0
  1024. package/src/models/specialty-item-simple-model.ts +60 -0
  1025. package/src/models/specialty-model.ts +150 -0
  1026. package/src/models/specialty-type-item-model.ts +126 -0
  1027. package/src/models/specialty-type-model.ts +153 -0
  1028. package/src/models/specialty-type-simple-item-model.ts +54 -0
  1029. package/src/models/specialty-types-model.ts +42 -0
  1030. package/src/models/specialty-types-simple-model.ts +42 -0
  1031. package/src/models/subscription-model.ts +42 -0
  1032. package/src/models/survey-form-element-model.ts +90 -0
  1033. package/src/models/survey-form-element-option-model.ts +66 -0
  1034. package/src/models/survey-form-element-types.ts +41 -0
  1035. package/src/models/survey-form-model.ts +102 -0
  1036. package/src/models/survey-form-status.ts +31 -0
  1037. package/src/models/survey-result-element-input-model.ts +45 -0
  1038. package/src/models/survey-result-element-value-input-model.ts +42 -0
  1039. package/src/models/tag-item-model.ts +48 -0
  1040. package/src/models/tag-model.ts +48 -0
  1041. package/src/models/tags-model.ts +42 -0
  1042. package/src/models/translation-simple-model.ts +60 -0
  1043. package/src/models/translation-simple-with-description-model.ts +66 -0
  1044. package/src/models/update-booking-command.ts +93 -0
  1045. package/src/models/update-chat-user-command.ts +48 -0
  1046. package/src/models/update-consultation-command.ts +117 -0
  1047. package/src/models/update-device-command.ts +54 -0
  1048. package/src/models/update-media-command.ts +57 -0
  1049. package/src/models/update-patient-command.ts +87 -0
  1050. package/src/models/update-profile-command.ts +99 -0
  1051. package/src/models/update-service-review-command.ts +72 -0
  1052. package/src/models/user-language-model.ts +60 -0
  1053. package/src/models/user-location-model.ts +81 -0
  1054. package/src/models/user-location-type.ts +31 -0
  1055. package/src/models/user-model.ts +144 -0
  1056. package/src/models/working-day-item-model.ts +54 -0
  1057. package/src/models/working-day-model.ts +54 -0
  1058. package/src/models/working-days-model.ts +42 -0
@@ -0,0 +1,3626 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Swagger UI - Cloud Hospital Api-INT
5
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
6
+ *
7
+ * The version of the OpenAPI document: 2
8
+ * Contact: hyounoosung@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 { HospitalAccreditationModel } from '../models';
25
+ // @ts-ignore
26
+ import { HospitalAccreditationsModel } from '../models';
27
+ // @ts-ignore
28
+ import { HospitalEquipmentModel } from '../models';
29
+ // @ts-ignore
30
+ import { HospitalEquipmentsModel } from '../models';
31
+ // @ts-ignore
32
+ import { HospitalEvaluationModel } from '../models';
33
+ // @ts-ignore
34
+ import { HospitalEvaluationsModel } from '../models';
35
+ // @ts-ignore
36
+ import { HospitalLanguagesModel } from '../models';
37
+ // @ts-ignore
38
+ import { HospitalModel } from '../models';
39
+ // @ts-ignore
40
+ import { HospitalServiceModel } from '../models';
41
+ // @ts-ignore
42
+ import { HospitalServicesModel } from '../models';
43
+ // @ts-ignore
44
+ import { HospitalSnsHandlesModel } from '../models';
45
+ // @ts-ignore
46
+ import { HospitalSpecialtiesModel } from '../models';
47
+ // @ts-ignore
48
+ import { HospitalSpecialtiesSimpleModel } from '../models';
49
+ // @ts-ignore
50
+ import { HospitalSpecialtyModel } from '../models';
51
+ // @ts-ignore
52
+ import { HospitalsModel } from '../models';
53
+ // @ts-ignore
54
+ import { HospitalsSimpleModel } from '../models';
55
+ // @ts-ignore
56
+ import { LandingModel } from '../models';
57
+ // @ts-ignore
58
+ import { LandingsModel } from '../models';
59
+ // @ts-ignore
60
+ import { MarketingType } from '../models';
61
+ // @ts-ignore
62
+ import { MediaModel } from '../models';
63
+ // @ts-ignore
64
+ import { MediaType } from '../models';
65
+ // @ts-ignore
66
+ import { MediasModel } from '../models';
67
+ // @ts-ignore
68
+ import { Procedure } from '../models';
69
+ // @ts-ignore
70
+ import { SnsHandleModel } from '../models';
71
+ // @ts-ignore
72
+ import { SnsType } from '../models';
73
+ // @ts-ignore
74
+ import { WorkingDayModel } from '../models';
75
+ // @ts-ignore
76
+ import { WorkingDaysModel } from '../models';
77
+ /**
78
+ * HospitalsApi - axios parameter creator
79
+ * @export
80
+ */
81
+ export const HospitalsApiAxiosParamCreator = function (configuration?: Configuration) {
82
+ return {
83
+ /**
84
+ *
85
+ * @summary Get all Hospitals.
86
+ * @param {string} [hospitalId]
87
+ * @param {string} [name]
88
+ * @param {string} [countryId]
89
+ * @param {Date} [created]
90
+ * @param {MarketingType} [marketingType]
91
+ * @param {string} [specialtyTypeId]
92
+ * @param {string} [specialtyId]
93
+ * @param {string} [exceptHospitalId]
94
+ * @param {number} [mediaCount]
95
+ * @param {boolean} [showHidden]
96
+ * @param {string} [languageCode]
97
+ * @param {Array<string>} [ids]
98
+ * @param {boolean} [returnDefaultValue]
99
+ * @param {boolean} [paymentEnabled]
100
+ * @param {number} [page]
101
+ * @param {number} [limit]
102
+ * @param {Date} [lastRetrieved]
103
+ * @param {*} [options] Override http request option.
104
+ * @throws {RequiredError}
105
+ */
106
+ apiV2HospitalsGet: async (hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, mediaCount?: number, showHidden?: boolean, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
107
+ const localVarPath = `/api/v2/hospitals`;
108
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
109
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
110
+ let baseOptions;
111
+ if (configuration) {
112
+ baseOptions = configuration.baseOptions;
113
+ }
114
+
115
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
116
+ const localVarHeaderParameter = {} as any;
117
+ const localVarQueryParameter = {} as any;
118
+
119
+ if (hospitalId !== undefined) {
120
+ localVarQueryParameter['HospitalId'] = hospitalId;
121
+ }
122
+
123
+ if (name !== undefined) {
124
+ localVarQueryParameter['Name'] = name;
125
+ }
126
+
127
+ if (countryId !== undefined) {
128
+ localVarQueryParameter['CountryId'] = countryId;
129
+ }
130
+
131
+ if (created !== undefined) {
132
+ localVarQueryParameter['Created'] = (created as any instanceof Date) ?
133
+ (created as any).toISOString() :
134
+ created;
135
+ }
136
+
137
+ if (marketingType !== undefined) {
138
+ localVarQueryParameter['MarketingType'] = marketingType;
139
+ }
140
+
141
+ if (specialtyTypeId !== undefined) {
142
+ localVarQueryParameter['SpecialtyTypeId'] = specialtyTypeId;
143
+ }
144
+
145
+ if (specialtyId !== undefined) {
146
+ localVarQueryParameter['SpecialtyId'] = specialtyId;
147
+ }
148
+
149
+ if (exceptHospitalId !== undefined) {
150
+ localVarQueryParameter['ExceptHospitalId'] = exceptHospitalId;
151
+ }
152
+
153
+ if (mediaCount !== undefined) {
154
+ localVarQueryParameter['MediaCount'] = mediaCount;
155
+ }
156
+
157
+ if (showHidden !== undefined) {
158
+ localVarQueryParameter['ShowHidden'] = showHidden;
159
+ }
160
+
161
+ if (languageCode !== undefined) {
162
+ localVarQueryParameter['LanguageCode'] = languageCode;
163
+ }
164
+
165
+ if (ids) {
166
+ localVarQueryParameter['Ids'] = ids;
167
+ }
168
+
169
+ if (returnDefaultValue !== undefined) {
170
+ localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
171
+ }
172
+
173
+ if (paymentEnabled !== undefined) {
174
+ localVarQueryParameter['PaymentEnabled'] = paymentEnabled;
175
+ }
176
+
177
+ if (page !== undefined) {
178
+ localVarQueryParameter['page'] = page;
179
+ }
180
+
181
+ if (limit !== undefined) {
182
+ localVarQueryParameter['limit'] = limit;
183
+ }
184
+
185
+ if (lastRetrieved !== undefined) {
186
+ localVarQueryParameter['lastRetrieved'] = (lastRetrieved as any instanceof Date) ?
187
+ (lastRetrieved as any).toISOString() :
188
+ lastRetrieved;
189
+ }
190
+
191
+
192
+
193
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
194
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
195
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
196
+
197
+ return {
198
+ url: toPathString(localVarUrlObj),
199
+ options: localVarRequestOptions,
200
+ };
201
+ },
202
+ /**
203
+ *
204
+ * @summary Get HospitalAccreditation.
205
+ * @param {string} hospitalId
206
+ * @param {string} accreditationId
207
+ * @param {*} [options] Override http request option.
208
+ * @throws {RequiredError}
209
+ */
210
+ apiV2HospitalsHospitalIdAccreditationsAccreditationIdGet: async (hospitalId: string, accreditationId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
211
+ // verify required parameter 'hospitalId' is not null or undefined
212
+ assertParamExists('apiV2HospitalsHospitalIdAccreditationsAccreditationIdGet', 'hospitalId', hospitalId)
213
+ // verify required parameter 'accreditationId' is not null or undefined
214
+ assertParamExists('apiV2HospitalsHospitalIdAccreditationsAccreditationIdGet', 'accreditationId', accreditationId)
215
+ const localVarPath = `/api/v2/hospitals/{hospitalId}/accreditations/{accreditationId}`
216
+ .replace(`{${"hospitalId"}}`, encodeURIComponent(String(hospitalId)))
217
+ .replace(`{${"accreditationId"}}`, encodeURIComponent(String(accreditationId)));
218
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
219
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
220
+ let baseOptions;
221
+ if (configuration) {
222
+ baseOptions = configuration.baseOptions;
223
+ }
224
+
225
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
226
+ const localVarHeaderParameter = {} as any;
227
+ const localVarQueryParameter = {} as any;
228
+
229
+
230
+
231
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
232
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
233
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
234
+
235
+ return {
236
+ url: toPathString(localVarUrlObj),
237
+ options: localVarRequestOptions,
238
+ };
239
+ },
240
+ /**
241
+ *
242
+ * @summary Get all HospitalAccreditations.
243
+ * @param {string} hospitalId
244
+ * @param {string} [hospitalName]
245
+ * @param {string} [accreditationId]
246
+ * @param {string} [accreditationName]
247
+ * @param {number} [page]
248
+ * @param {number} [limit]
249
+ * @param {Date} [lastRetrieved]
250
+ * @param {*} [options] Override http request option.
251
+ * @throws {RequiredError}
252
+ */
253
+ apiV2HospitalsHospitalIdAccreditationsGet: async (hospitalId: string, hospitalName?: string, accreditationId?: string, accreditationName?: string, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
254
+ // verify required parameter 'hospitalId' is not null or undefined
255
+ assertParamExists('apiV2HospitalsHospitalIdAccreditationsGet', 'hospitalId', hospitalId)
256
+ const localVarPath = `/api/v2/hospitals/{hospitalId}/accreditations`
257
+ .replace(`{${"hospitalId"}}`, encodeURIComponent(String(hospitalId)));
258
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
259
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
260
+ let baseOptions;
261
+ if (configuration) {
262
+ baseOptions = configuration.baseOptions;
263
+ }
264
+
265
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
266
+ const localVarHeaderParameter = {} as any;
267
+ const localVarQueryParameter = {} as any;
268
+
269
+ if (hospitalName !== undefined) {
270
+ localVarQueryParameter['HospitalName'] = hospitalName;
271
+ }
272
+
273
+ if (accreditationId !== undefined) {
274
+ localVarQueryParameter['AccreditationId'] = accreditationId;
275
+ }
276
+
277
+ if (accreditationName !== undefined) {
278
+ localVarQueryParameter['AccreditationName'] = accreditationName;
279
+ }
280
+
281
+ if (page !== undefined) {
282
+ localVarQueryParameter['page'] = page;
283
+ }
284
+
285
+ if (limit !== undefined) {
286
+ localVarQueryParameter['limit'] = limit;
287
+ }
288
+
289
+ if (lastRetrieved !== undefined) {
290
+ localVarQueryParameter['lastRetrieved'] = (lastRetrieved as any instanceof Date) ?
291
+ (lastRetrieved as any).toISOString() :
292
+ lastRetrieved;
293
+ }
294
+
295
+
296
+
297
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
298
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
299
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
300
+
301
+ return {
302
+ url: toPathString(localVarUrlObj),
303
+ options: localVarRequestOptions,
304
+ };
305
+ },
306
+ /**
307
+ *
308
+ * @summary Get HospitalEquipment.
309
+ * @param {string} hospitalId
310
+ * @param {string} equipmentId
311
+ * @param {*} [options] Override http request option.
312
+ * @throws {RequiredError}
313
+ */
314
+ apiV2HospitalsHospitalIdEquipmentsEquipmentIdGet: async (hospitalId: string, equipmentId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
315
+ // verify required parameter 'hospitalId' is not null or undefined
316
+ assertParamExists('apiV2HospitalsHospitalIdEquipmentsEquipmentIdGet', 'hospitalId', hospitalId)
317
+ // verify required parameter 'equipmentId' is not null or undefined
318
+ assertParamExists('apiV2HospitalsHospitalIdEquipmentsEquipmentIdGet', 'equipmentId', equipmentId)
319
+ const localVarPath = `/api/v2/hospitals/{hospitalId}/equipments/{equipmentId}`
320
+ .replace(`{${"hospitalId"}}`, encodeURIComponent(String(hospitalId)))
321
+ .replace(`{${"equipmentId"}}`, encodeURIComponent(String(equipmentId)));
322
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
323
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
324
+ let baseOptions;
325
+ if (configuration) {
326
+ baseOptions = configuration.baseOptions;
327
+ }
328
+
329
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
330
+ const localVarHeaderParameter = {} as any;
331
+ const localVarQueryParameter = {} as any;
332
+
333
+
334
+
335
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
336
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
337
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
338
+
339
+ return {
340
+ url: toPathString(localVarUrlObj),
341
+ options: localVarRequestOptions,
342
+ };
343
+ },
344
+ /**
345
+ *
346
+ * @summary Get all EquipmentMedia.
347
+ * @param {string} hospitalId
348
+ * @param {string} equipmentId
349
+ * @param {string} [id]
350
+ * @param {MediaType} [mediaType]
351
+ * @param {number} [page]
352
+ * @param {number} [limit]
353
+ * @param {Date} [lastRetrieved]
354
+ * @param {*} [options] Override http request option.
355
+ * @throws {RequiredError}
356
+ */
357
+ apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGet: async (hospitalId: string, equipmentId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
358
+ // verify required parameter 'hospitalId' is not null or undefined
359
+ assertParamExists('apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGet', 'hospitalId', hospitalId)
360
+ // verify required parameter 'equipmentId' is not null or undefined
361
+ assertParamExists('apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGet', 'equipmentId', equipmentId)
362
+ const localVarPath = `/api/v2/hospitals/{hospitalId}/equipments/{equipmentId}/medias`
363
+ .replace(`{${"hospitalId"}}`, encodeURIComponent(String(hospitalId)))
364
+ .replace(`{${"equipmentId"}}`, encodeURIComponent(String(equipmentId)));
365
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
366
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
367
+ let baseOptions;
368
+ if (configuration) {
369
+ baseOptions = configuration.baseOptions;
370
+ }
371
+
372
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
373
+ const localVarHeaderParameter = {} as any;
374
+ const localVarQueryParameter = {} as any;
375
+
376
+ if (id !== undefined) {
377
+ localVarQueryParameter['Id'] = id;
378
+ }
379
+
380
+ if (mediaType !== undefined) {
381
+ localVarQueryParameter['MediaType'] = mediaType;
382
+ }
383
+
384
+ if (page !== undefined) {
385
+ localVarQueryParameter['page'] = page;
386
+ }
387
+
388
+ if (limit !== undefined) {
389
+ localVarQueryParameter['limit'] = limit;
390
+ }
391
+
392
+ if (lastRetrieved !== undefined) {
393
+ localVarQueryParameter['lastRetrieved'] = (lastRetrieved as any instanceof Date) ?
394
+ (lastRetrieved as any).toISOString() :
395
+ lastRetrieved;
396
+ }
397
+
398
+
399
+
400
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
401
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
402
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
403
+
404
+ return {
405
+ url: toPathString(localVarUrlObj),
406
+ options: localVarRequestOptions,
407
+ };
408
+ },
409
+ /**
410
+ *
411
+ * @summary Get EquipmentMedia.
412
+ * @param {string} hospitalId
413
+ * @param {string} equipmentId
414
+ * @param {string} mediaId
415
+ * @param {*} [options] Override http request option.
416
+ * @throws {RequiredError}
417
+ */
418
+ apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGet: async (hospitalId: string, equipmentId: string, mediaId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
419
+ // verify required parameter 'hospitalId' is not null or undefined
420
+ assertParamExists('apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGet', 'hospitalId', hospitalId)
421
+ // verify required parameter 'equipmentId' is not null or undefined
422
+ assertParamExists('apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGet', 'equipmentId', equipmentId)
423
+ // verify required parameter 'mediaId' is not null or undefined
424
+ assertParamExists('apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGet', 'mediaId', mediaId)
425
+ const localVarPath = `/api/v2/hospitals/{hospitalId}/equipments/{equipmentId}/medias/{mediaId}`
426
+ .replace(`{${"hospitalId"}}`, encodeURIComponent(String(hospitalId)))
427
+ .replace(`{${"equipmentId"}}`, encodeURIComponent(String(equipmentId)))
428
+ .replace(`{${"mediaId"}}`, encodeURIComponent(String(mediaId)));
429
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
430
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
431
+ let baseOptions;
432
+ if (configuration) {
433
+ baseOptions = configuration.baseOptions;
434
+ }
435
+
436
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
437
+ const localVarHeaderParameter = {} as any;
438
+ const localVarQueryParameter = {} as any;
439
+
440
+
441
+
442
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
443
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
444
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
445
+
446
+ return {
447
+ url: toPathString(localVarUrlObj),
448
+ options: localVarRequestOptions,
449
+ };
450
+ },
451
+ /**
452
+ *
453
+ * @summary Get all HospitalEquipments.
454
+ * @param {string} hospitalId
455
+ * @param {string} [id]
456
+ * @param {string} [name]
457
+ * @param {string} [hospitalId2]
458
+ * @param {string} [hospitalName]
459
+ * @param {string} [description]
460
+ * @param {Date} [created]
461
+ * @param {number} [page]
462
+ * @param {number} [limit]
463
+ * @param {Date} [lastRetrieved]
464
+ * @param {*} [options] Override http request option.
465
+ * @throws {RequiredError}
466
+ */
467
+ apiV2HospitalsHospitalIdEquipmentsGet: async (hospitalId: string, id?: string, name?: string, hospitalId2?: string, hospitalName?: string, description?: string, created?: Date, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
468
+ // verify required parameter 'hospitalId' is not null or undefined
469
+ assertParamExists('apiV2HospitalsHospitalIdEquipmentsGet', 'hospitalId', hospitalId)
470
+ const localVarPath = `/api/v2/hospitals/{hospitalId}/equipments`
471
+ .replace(`{${"hospitalId"}}`, encodeURIComponent(String(hospitalId)));
472
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
473
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
474
+ let baseOptions;
475
+ if (configuration) {
476
+ baseOptions = configuration.baseOptions;
477
+ }
478
+
479
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
480
+ const localVarHeaderParameter = {} as any;
481
+ const localVarQueryParameter = {} as any;
482
+
483
+ if (id !== undefined) {
484
+ localVarQueryParameter['Id'] = id;
485
+ }
486
+
487
+ if (name !== undefined) {
488
+ localVarQueryParameter['Name'] = name;
489
+ }
490
+
491
+ if (hospitalId2 !== undefined) {
492
+ localVarQueryParameter['HospitalId'] = hospitalId2;
493
+ }
494
+
495
+ if (hospitalName !== undefined) {
496
+ localVarQueryParameter['HospitalName'] = hospitalName;
497
+ }
498
+
499
+ if (description !== undefined) {
500
+ localVarQueryParameter['Description'] = description;
501
+ }
502
+
503
+ if (created !== undefined) {
504
+ localVarQueryParameter['Created'] = (created as any instanceof Date) ?
505
+ (created as any).toISOString() :
506
+ created;
507
+ }
508
+
509
+ if (page !== undefined) {
510
+ localVarQueryParameter['page'] = page;
511
+ }
512
+
513
+ if (limit !== undefined) {
514
+ localVarQueryParameter['limit'] = limit;
515
+ }
516
+
517
+ if (lastRetrieved !== undefined) {
518
+ localVarQueryParameter['lastRetrieved'] = (lastRetrieved as any instanceof Date) ?
519
+ (lastRetrieved as any).toISOString() :
520
+ lastRetrieved;
521
+ }
522
+
523
+
524
+
525
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
526
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
527
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
528
+
529
+ return {
530
+ url: toPathString(localVarUrlObj),
531
+ options: localVarRequestOptions,
532
+ };
533
+ },
534
+ /**
535
+ *
536
+ * @summary Get HospitalEvaluation.
537
+ * @param {string} hospitalId
538
+ * @param {string} evaluationId
539
+ * @param {*} [options] Override http request option.
540
+ * @throws {RequiredError}
541
+ */
542
+ apiV2HospitalsHospitalIdEvaluationsEvaluationIdGet: async (hospitalId: string, evaluationId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
543
+ // verify required parameter 'hospitalId' is not null or undefined
544
+ assertParamExists('apiV2HospitalsHospitalIdEvaluationsEvaluationIdGet', 'hospitalId', hospitalId)
545
+ // verify required parameter 'evaluationId' is not null or undefined
546
+ assertParamExists('apiV2HospitalsHospitalIdEvaluationsEvaluationIdGet', 'evaluationId', evaluationId)
547
+ const localVarPath = `/api/v2/hospitals/{hospitalId}/evaluations/{evaluationId}`
548
+ .replace(`{${"hospitalId"}}`, encodeURIComponent(String(hospitalId)))
549
+ .replace(`{${"evaluationId"}}`, encodeURIComponent(String(evaluationId)));
550
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
551
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
552
+ let baseOptions;
553
+ if (configuration) {
554
+ baseOptions = configuration.baseOptions;
555
+ }
556
+
557
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
558
+ const localVarHeaderParameter = {} as any;
559
+ const localVarQueryParameter = {} as any;
560
+
561
+
562
+
563
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
564
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
565
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
566
+
567
+ return {
568
+ url: toPathString(localVarUrlObj),
569
+ options: localVarRequestOptions,
570
+ };
571
+ },
572
+ /**
573
+ *
574
+ * @summary Get all HospitalEvaluations.
575
+ * @param {string} hospitalId
576
+ * @param {string} [id]
577
+ * @param {string} [name]
578
+ * @param {number} [stars]
579
+ * @param {number} [page]
580
+ * @param {number} [limit]
581
+ * @param {Date} [lastRetrieved]
582
+ * @param {*} [options] Override http request option.
583
+ * @throws {RequiredError}
584
+ */
585
+ apiV2HospitalsHospitalIdEvaluationsGet: async (hospitalId: string, id?: string, name?: string, stars?: number, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
586
+ // verify required parameter 'hospitalId' is not null or undefined
587
+ assertParamExists('apiV2HospitalsHospitalIdEvaluationsGet', 'hospitalId', hospitalId)
588
+ const localVarPath = `/api/v2/hospitals/{hospitalId}/evaluations`
589
+ .replace(`{${"hospitalId"}}`, encodeURIComponent(String(hospitalId)));
590
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
591
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
592
+ let baseOptions;
593
+ if (configuration) {
594
+ baseOptions = configuration.baseOptions;
595
+ }
596
+
597
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
598
+ const localVarHeaderParameter = {} as any;
599
+ const localVarQueryParameter = {} as any;
600
+
601
+ if (id !== undefined) {
602
+ localVarQueryParameter['Id'] = id;
603
+ }
604
+
605
+ if (name !== undefined) {
606
+ localVarQueryParameter['Name'] = name;
607
+ }
608
+
609
+ if (stars !== undefined) {
610
+ localVarQueryParameter['Stars'] = stars;
611
+ }
612
+
613
+ if (page !== undefined) {
614
+ localVarQueryParameter['page'] = page;
615
+ }
616
+
617
+ if (limit !== undefined) {
618
+ localVarQueryParameter['limit'] = limit;
619
+ }
620
+
621
+ if (lastRetrieved !== undefined) {
622
+ localVarQueryParameter['lastRetrieved'] = (lastRetrieved as any instanceof Date) ?
623
+ (lastRetrieved as any).toISOString() :
624
+ lastRetrieved;
625
+ }
626
+
627
+
628
+
629
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
630
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
631
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
632
+
633
+ return {
634
+ url: toPathString(localVarUrlObj),
635
+ options: localVarRequestOptions,
636
+ };
637
+ },
638
+ /**
639
+ *
640
+ * @summary
641
+ * @param {string} hospitalId
642
+ * @param {string} [languageCode]
643
+ * @param {boolean} [returnDefaultValue]
644
+ * @param {*} [options] Override http request option.
645
+ * @throws {RequiredError}
646
+ */
647
+ apiV2HospitalsHospitalIdGet: async (hospitalId: string, languageCode?: string, returnDefaultValue?: boolean, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
648
+ // verify required parameter 'hospitalId' is not null or undefined
649
+ assertParamExists('apiV2HospitalsHospitalIdGet', 'hospitalId', hospitalId)
650
+ const localVarPath = `/api/v2/hospitals/{hospitalId}`
651
+ .replace(`{${"hospitalId"}}`, encodeURIComponent(String(hospitalId)));
652
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
653
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
654
+ let baseOptions;
655
+ if (configuration) {
656
+ baseOptions = configuration.baseOptions;
657
+ }
658
+
659
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
660
+ const localVarHeaderParameter = {} as any;
661
+ const localVarQueryParameter = {} as any;
662
+
663
+ if (languageCode !== undefined) {
664
+ localVarQueryParameter['languageCode'] = languageCode;
665
+ }
666
+
667
+ if (returnDefaultValue !== undefined) {
668
+ localVarQueryParameter['returnDefaultValue'] = returnDefaultValue;
669
+ }
670
+
671
+
672
+
673
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
674
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
675
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
676
+
677
+ return {
678
+ url: toPathString(localVarUrlObj),
679
+ options: localVarRequestOptions,
680
+ };
681
+ },
682
+ /**
683
+ *
684
+ * @summary Get all HospitalHandles.
685
+ * @param {string} hospitalId
686
+ * @param {string} [id]
687
+ * @param {SnsType} [snsType]
688
+ * @param {string} [handle]
689
+ * @param {number} [page]
690
+ * @param {number} [limit]
691
+ * @param {Date} [lastRetrieved]
692
+ * @param {*} [options] Override http request option.
693
+ * @throws {RequiredError}
694
+ */
695
+ apiV2HospitalsHospitalIdHandlesGet: async (hospitalId: string, id?: string, snsType?: SnsType, handle?: string, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
696
+ // verify required parameter 'hospitalId' is not null or undefined
697
+ assertParamExists('apiV2HospitalsHospitalIdHandlesGet', 'hospitalId', hospitalId)
698
+ const localVarPath = `/api/v2/hospitals/{hospitalId}/handles`
699
+ .replace(`{${"hospitalId"}}`, encodeURIComponent(String(hospitalId)));
700
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
701
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
702
+ let baseOptions;
703
+ if (configuration) {
704
+ baseOptions = configuration.baseOptions;
705
+ }
706
+
707
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
708
+ const localVarHeaderParameter = {} as any;
709
+ const localVarQueryParameter = {} as any;
710
+
711
+ if (id !== undefined) {
712
+ localVarQueryParameter['Id'] = id;
713
+ }
714
+
715
+ if (snsType !== undefined) {
716
+ localVarQueryParameter['SnsType'] = snsType;
717
+ }
718
+
719
+ if (handle !== undefined) {
720
+ localVarQueryParameter['Handle'] = handle;
721
+ }
722
+
723
+ if (page !== undefined) {
724
+ localVarQueryParameter['page'] = page;
725
+ }
726
+
727
+ if (limit !== undefined) {
728
+ localVarQueryParameter['limit'] = limit;
729
+ }
730
+
731
+ if (lastRetrieved !== undefined) {
732
+ localVarQueryParameter['lastRetrieved'] = (lastRetrieved as any instanceof Date) ?
733
+ (lastRetrieved as any).toISOString() :
734
+ lastRetrieved;
735
+ }
736
+
737
+
738
+
739
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
740
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
741
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
742
+
743
+ return {
744
+ url: toPathString(localVarUrlObj),
745
+ options: localVarRequestOptions,
746
+ };
747
+ },
748
+ /**
749
+ *
750
+ * @summary Get HospitalHandle.
751
+ * @param {string} hospitalId
752
+ * @param {string} handleId
753
+ * @param {*} [options] Override http request option.
754
+ * @throws {RequiredError}
755
+ */
756
+ apiV2HospitalsHospitalIdHandlesHandleIdGet: async (hospitalId: string, handleId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
757
+ // verify required parameter 'hospitalId' is not null or undefined
758
+ assertParamExists('apiV2HospitalsHospitalIdHandlesHandleIdGet', 'hospitalId', hospitalId)
759
+ // verify required parameter 'handleId' is not null or undefined
760
+ assertParamExists('apiV2HospitalsHospitalIdHandlesHandleIdGet', 'handleId', handleId)
761
+ const localVarPath = `/api/v2/hospitals/{hospitalId}/handles/{handleId}`
762
+ .replace(`{${"hospitalId"}}`, encodeURIComponent(String(hospitalId)))
763
+ .replace(`{${"handleId"}}`, encodeURIComponent(String(handleId)));
764
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
765
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
766
+ let baseOptions;
767
+ if (configuration) {
768
+ baseOptions = configuration.baseOptions;
769
+ }
770
+
771
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
772
+ const localVarHeaderParameter = {} as any;
773
+ const localVarQueryParameter = {} as any;
774
+
775
+
776
+
777
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
778
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
779
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
780
+
781
+ return {
782
+ url: toPathString(localVarUrlObj),
783
+ options: localVarRequestOptions,
784
+ };
785
+ },
786
+ /**
787
+ *
788
+ * @param {string} hospitalId
789
+ * @param {string} [name]
790
+ * @param {string} [slug]
791
+ * @param {string} [languageCode]
792
+ * @param {boolean} [showHidden]
793
+ * @param {number} [page]
794
+ * @param {number} [limit]
795
+ * @param {Date} [lastRetrieved]
796
+ * @param {*} [options] Override http request option.
797
+ * @throws {RequiredError}
798
+ */
799
+ apiV2HospitalsHospitalIdLandingsGet: async (hospitalId: string, name?: string, slug?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
800
+ // verify required parameter 'hospitalId' is not null or undefined
801
+ assertParamExists('apiV2HospitalsHospitalIdLandingsGet', 'hospitalId', hospitalId)
802
+ const localVarPath = `/api/v2/hospitals/{hospitalId}/landings`
803
+ .replace(`{${"hospitalId"}}`, encodeURIComponent(String(hospitalId)));
804
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
805
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
806
+ let baseOptions;
807
+ if (configuration) {
808
+ baseOptions = configuration.baseOptions;
809
+ }
810
+
811
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
812
+ const localVarHeaderParameter = {} as any;
813
+ const localVarQueryParameter = {} as any;
814
+
815
+ if (name !== undefined) {
816
+ localVarQueryParameter['Name'] = name;
817
+ }
818
+
819
+ if (slug !== undefined) {
820
+ localVarQueryParameter['Slug'] = slug;
821
+ }
822
+
823
+ if (languageCode !== undefined) {
824
+ localVarQueryParameter['LanguageCode'] = languageCode;
825
+ }
826
+
827
+ if (showHidden !== undefined) {
828
+ localVarQueryParameter['ShowHidden'] = showHidden;
829
+ }
830
+
831
+ if (page !== undefined) {
832
+ localVarQueryParameter['page'] = page;
833
+ }
834
+
835
+ if (limit !== undefined) {
836
+ localVarQueryParameter['limit'] = limit;
837
+ }
838
+
839
+ if (lastRetrieved !== undefined) {
840
+ localVarQueryParameter['lastRetrieved'] = (lastRetrieved as any instanceof Date) ?
841
+ (lastRetrieved as any).toISOString() :
842
+ lastRetrieved;
843
+ }
844
+
845
+
846
+
847
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
848
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
849
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
850
+
851
+ return {
852
+ url: toPathString(localVarUrlObj),
853
+ options: localVarRequestOptions,
854
+ };
855
+ },
856
+ /**
857
+ *
858
+ * @param {string} hospitalId
859
+ * @param {string} landingId
860
+ * @param {string} [languageCode]
861
+ * @param {*} [options] Override http request option.
862
+ * @throws {RequiredError}
863
+ */
864
+ apiV2HospitalsHospitalIdLandingsLandingIdGet: async (hospitalId: string, landingId: string, languageCode?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
865
+ // verify required parameter 'hospitalId' is not null or undefined
866
+ assertParamExists('apiV2HospitalsHospitalIdLandingsLandingIdGet', 'hospitalId', hospitalId)
867
+ // verify required parameter 'landingId' is not null or undefined
868
+ assertParamExists('apiV2HospitalsHospitalIdLandingsLandingIdGet', 'landingId', landingId)
869
+ const localVarPath = `/api/v2/hospitals/{hospitalId}/landings/{landingId}`
870
+ .replace(`{${"hospitalId"}}`, encodeURIComponent(String(hospitalId)))
871
+ .replace(`{${"landingId"}}`, encodeURIComponent(String(landingId)));
872
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
873
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
874
+ let baseOptions;
875
+ if (configuration) {
876
+ baseOptions = configuration.baseOptions;
877
+ }
878
+
879
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
880
+ const localVarHeaderParameter = {} as any;
881
+ const localVarQueryParameter = {} as any;
882
+
883
+ if (languageCode !== undefined) {
884
+ localVarQueryParameter['languageCode'] = languageCode;
885
+ }
886
+
887
+
888
+
889
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
890
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
891
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
892
+
893
+ return {
894
+ url: toPathString(localVarUrlObj),
895
+ options: localVarRequestOptions,
896
+ };
897
+ },
898
+ /**
899
+ *
900
+ * @param {string} slug
901
+ * @param {string} hospitalId
902
+ * @param {string} [languageCode]
903
+ * @param {*} [options] Override http request option.
904
+ * @throws {RequiredError}
905
+ */
906
+ apiV2HospitalsHospitalIdLandingsSlugGet: async (slug: string, hospitalId: string, languageCode?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
907
+ // verify required parameter 'slug' is not null or undefined
908
+ assertParamExists('apiV2HospitalsHospitalIdLandingsSlugGet', 'slug', slug)
909
+ // verify required parameter 'hospitalId' is not null or undefined
910
+ assertParamExists('apiV2HospitalsHospitalIdLandingsSlugGet', 'hospitalId', hospitalId)
911
+ const localVarPath = `/api/v2/hospitals/{hospitalId}/landings/{slug}`
912
+ .replace(`{${"slug"}}`, encodeURIComponent(String(slug)))
913
+ .replace(`{${"hospitalId"}}`, encodeURIComponent(String(hospitalId)));
914
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
915
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
916
+ let baseOptions;
917
+ if (configuration) {
918
+ baseOptions = configuration.baseOptions;
919
+ }
920
+
921
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
922
+ const localVarHeaderParameter = {} as any;
923
+ const localVarQueryParameter = {} as any;
924
+
925
+ if (languageCode !== undefined) {
926
+ localVarQueryParameter['languageCode'] = languageCode;
927
+ }
928
+
929
+
930
+
931
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
932
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
933
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
934
+
935
+ return {
936
+ url: toPathString(localVarUrlObj),
937
+ options: localVarRequestOptions,
938
+ };
939
+ },
940
+ /**
941
+ *
942
+ * @summary Get hospitalLanguages
943
+ * @param {string} hospitalId
944
+ * @param {boolean} [showHidden]
945
+ * @param {number} [page]
946
+ * @param {number} [limit]
947
+ * @param {Date} [lastRetrieved]
948
+ * @param {*} [options] Override http request option.
949
+ * @throws {RequiredError}
950
+ */
951
+ apiV2HospitalsHospitalIdLanguagesGet: async (hospitalId: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
952
+ // verify required parameter 'hospitalId' is not null or undefined
953
+ assertParamExists('apiV2HospitalsHospitalIdLanguagesGet', 'hospitalId', hospitalId)
954
+ const localVarPath = `/api/v2/hospitals/{hospitalId}/languages`
955
+ .replace(`{${"hospitalId"}}`, encodeURIComponent(String(hospitalId)));
956
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
957
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
958
+ let baseOptions;
959
+ if (configuration) {
960
+ baseOptions = configuration.baseOptions;
961
+ }
962
+
963
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
964
+ const localVarHeaderParameter = {} as any;
965
+ const localVarQueryParameter = {} as any;
966
+
967
+ if (showHidden !== undefined) {
968
+ localVarQueryParameter['ShowHidden'] = showHidden;
969
+ }
970
+
971
+ if (page !== undefined) {
972
+ localVarQueryParameter['page'] = page;
973
+ }
974
+
975
+ if (limit !== undefined) {
976
+ localVarQueryParameter['limit'] = limit;
977
+ }
978
+
979
+ if (lastRetrieved !== undefined) {
980
+ localVarQueryParameter['lastRetrieved'] = (lastRetrieved as any instanceof Date) ?
981
+ (lastRetrieved as any).toISOString() :
982
+ lastRetrieved;
983
+ }
984
+
985
+
986
+
987
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
988
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
989
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
990
+
991
+ return {
992
+ url: toPathString(localVarUrlObj),
993
+ options: localVarRequestOptions,
994
+ };
995
+ },
996
+ /**
997
+ *
998
+ * @summary Get all HospitalMedias.
999
+ * @param {string} hospitalId
1000
+ * @param {string} [id]
1001
+ * @param {MediaType} [mediaType]
1002
+ * @param {number} [page]
1003
+ * @param {number} [limit]
1004
+ * @param {Date} [lastRetrieved]
1005
+ * @param {*} [options] Override http request option.
1006
+ * @throws {RequiredError}
1007
+ */
1008
+ apiV2HospitalsHospitalIdMediasGet: async (hospitalId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
1009
+ // verify required parameter 'hospitalId' is not null or undefined
1010
+ assertParamExists('apiV2HospitalsHospitalIdMediasGet', 'hospitalId', hospitalId)
1011
+ const localVarPath = `/api/v2/hospitals/{hospitalId}/medias`
1012
+ .replace(`{${"hospitalId"}}`, encodeURIComponent(String(hospitalId)));
1013
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
1014
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
1015
+ let baseOptions;
1016
+ if (configuration) {
1017
+ baseOptions = configuration.baseOptions;
1018
+ }
1019
+
1020
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
1021
+ const localVarHeaderParameter = {} as any;
1022
+ const localVarQueryParameter = {} as any;
1023
+
1024
+ if (id !== undefined) {
1025
+ localVarQueryParameter['Id'] = id;
1026
+ }
1027
+
1028
+ if (mediaType !== undefined) {
1029
+ localVarQueryParameter['MediaType'] = mediaType;
1030
+ }
1031
+
1032
+ if (page !== undefined) {
1033
+ localVarQueryParameter['page'] = page;
1034
+ }
1035
+
1036
+ if (limit !== undefined) {
1037
+ localVarQueryParameter['limit'] = limit;
1038
+ }
1039
+
1040
+ if (lastRetrieved !== undefined) {
1041
+ localVarQueryParameter['lastRetrieved'] = (lastRetrieved as any instanceof Date) ?
1042
+ (lastRetrieved as any).toISOString() :
1043
+ lastRetrieved;
1044
+ }
1045
+
1046
+
1047
+
1048
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
1049
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1050
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
1051
+
1052
+ return {
1053
+ url: toPathString(localVarUrlObj),
1054
+ options: localVarRequestOptions,
1055
+ };
1056
+ },
1057
+ /**
1058
+ *
1059
+ * @summary Get HospitalMedia.
1060
+ * @param {string} hospitalId
1061
+ * @param {string} mediaId
1062
+ * @param {*} [options] Override http request option.
1063
+ * @throws {RequiredError}
1064
+ */
1065
+ apiV2HospitalsHospitalIdMediasMediaIdGet: async (hospitalId: string, mediaId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
1066
+ // verify required parameter 'hospitalId' is not null or undefined
1067
+ assertParamExists('apiV2HospitalsHospitalIdMediasMediaIdGet', 'hospitalId', hospitalId)
1068
+ // verify required parameter 'mediaId' is not null or undefined
1069
+ assertParamExists('apiV2HospitalsHospitalIdMediasMediaIdGet', 'mediaId', mediaId)
1070
+ const localVarPath = `/api/v2/hospitals/{hospitalId}/medias/{mediaId}`
1071
+ .replace(`{${"hospitalId"}}`, encodeURIComponent(String(hospitalId)))
1072
+ .replace(`{${"mediaId"}}`, encodeURIComponent(String(mediaId)));
1073
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
1074
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
1075
+ let baseOptions;
1076
+ if (configuration) {
1077
+ baseOptions = configuration.baseOptions;
1078
+ }
1079
+
1080
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
1081
+ const localVarHeaderParameter = {} as any;
1082
+ const localVarQueryParameter = {} as any;
1083
+
1084
+
1085
+
1086
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
1087
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1088
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
1089
+
1090
+ return {
1091
+ url: toPathString(localVarUrlObj),
1092
+ options: localVarRequestOptions,
1093
+ };
1094
+ },
1095
+ /**
1096
+ *
1097
+ * @summary Get all HospitalSpecialties.
1098
+ * @param {string} hospitalId
1099
+ * @param {string} [specialtyId]
1100
+ * @param {string} [specialtyName]
1101
+ * @param {string} [specialtyTypeId]
1102
+ * @param {string} [specialtyTypeName]
1103
+ * @param {string} [hospitalSpecialtyId]
1104
+ * @param {string} [name]
1105
+ * @param {string} [slug]
1106
+ * @param {MarketingType} [marketingType]
1107
+ * @param {string} [languageCode]
1108
+ * @param {boolean} [showHidden]
1109
+ * @param {number} [page]
1110
+ * @param {number} [limit]
1111
+ * @param {Date} [lastRetrieved]
1112
+ * @param {*} [options] Override http request option.
1113
+ * @throws {RequiredError}
1114
+ */
1115
+ apiV2HospitalsHospitalIdSpecialtiesGet: async (hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
1116
+ // verify required parameter 'hospitalId' is not null or undefined
1117
+ assertParamExists('apiV2HospitalsHospitalIdSpecialtiesGet', 'hospitalId', hospitalId)
1118
+ const localVarPath = `/api/v2/hospitals/{hospitalId}/specialties`
1119
+ .replace(`{${"hospitalId"}}`, encodeURIComponent(String(hospitalId)));
1120
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
1121
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
1122
+ let baseOptions;
1123
+ if (configuration) {
1124
+ baseOptions = configuration.baseOptions;
1125
+ }
1126
+
1127
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
1128
+ const localVarHeaderParameter = {} as any;
1129
+ const localVarQueryParameter = {} as any;
1130
+
1131
+ if (specialtyId !== undefined) {
1132
+ localVarQueryParameter['SpecialtyId'] = specialtyId;
1133
+ }
1134
+
1135
+ if (specialtyName !== undefined) {
1136
+ localVarQueryParameter['SpecialtyName'] = specialtyName;
1137
+ }
1138
+
1139
+ if (specialtyTypeId !== undefined) {
1140
+ localVarQueryParameter['SpecialtyTypeId'] = specialtyTypeId;
1141
+ }
1142
+
1143
+ if (specialtyTypeName !== undefined) {
1144
+ localVarQueryParameter['SpecialtyTypeName'] = specialtyTypeName;
1145
+ }
1146
+
1147
+ if (hospitalSpecialtyId !== undefined) {
1148
+ localVarQueryParameter['HospitalSpecialtyId'] = hospitalSpecialtyId;
1149
+ }
1150
+
1151
+ if (name !== undefined) {
1152
+ localVarQueryParameter['Name'] = name;
1153
+ }
1154
+
1155
+ if (slug !== undefined) {
1156
+ localVarQueryParameter['Slug'] = slug;
1157
+ }
1158
+
1159
+ if (marketingType !== undefined) {
1160
+ localVarQueryParameter['MarketingType'] = marketingType;
1161
+ }
1162
+
1163
+ if (languageCode !== undefined) {
1164
+ localVarQueryParameter['LanguageCode'] = languageCode;
1165
+ }
1166
+
1167
+ if (showHidden !== undefined) {
1168
+ localVarQueryParameter['ShowHidden'] = showHidden;
1169
+ }
1170
+
1171
+ if (page !== undefined) {
1172
+ localVarQueryParameter['page'] = page;
1173
+ }
1174
+
1175
+ if (limit !== undefined) {
1176
+ localVarQueryParameter['limit'] = limit;
1177
+ }
1178
+
1179
+ if (lastRetrieved !== undefined) {
1180
+ localVarQueryParameter['lastRetrieved'] = (lastRetrieved as any instanceof Date) ?
1181
+ (lastRetrieved as any).toISOString() :
1182
+ lastRetrieved;
1183
+ }
1184
+
1185
+
1186
+
1187
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
1188
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1189
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
1190
+
1191
+ return {
1192
+ url: toPathString(localVarUrlObj),
1193
+ options: localVarRequestOptions,
1194
+ };
1195
+ },
1196
+ /**
1197
+ *
1198
+ * @summary Get all HospitalServiceMedias.
1199
+ * @param {string} hospitalId
1200
+ * @param {string} hospitalSpecialtyId
1201
+ * @param {string} [id]
1202
+ * @param {MediaType} [mediaType]
1203
+ * @param {number} [page]
1204
+ * @param {number} [limit]
1205
+ * @param {Date} [lastRetrieved]
1206
+ * @param {*} [options] Override http request option.
1207
+ * @throws {RequiredError}
1208
+ */
1209
+ apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet: async (hospitalId: string, hospitalSpecialtyId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
1210
+ // verify required parameter 'hospitalId' is not null or undefined
1211
+ assertParamExists('apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet', 'hospitalId', hospitalId)
1212
+ // verify required parameter 'hospitalSpecialtyId' is not null or undefined
1213
+ assertParamExists('apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet', 'hospitalSpecialtyId', hospitalSpecialtyId)
1214
+ const localVarPath = `/api/v2/hospitals/{hospitalId}/specialties/{hospitalSpecialtyId}/medias`
1215
+ .replace(`{${"hospitalId"}}`, encodeURIComponent(String(hospitalId)))
1216
+ .replace(`{${"hospitalSpecialtyId"}}`, encodeURIComponent(String(hospitalSpecialtyId)));
1217
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
1218
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
1219
+ let baseOptions;
1220
+ if (configuration) {
1221
+ baseOptions = configuration.baseOptions;
1222
+ }
1223
+
1224
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
1225
+ const localVarHeaderParameter = {} as any;
1226
+ const localVarQueryParameter = {} as any;
1227
+
1228
+ if (id !== undefined) {
1229
+ localVarQueryParameter['Id'] = id;
1230
+ }
1231
+
1232
+ if (mediaType !== undefined) {
1233
+ localVarQueryParameter['MediaType'] = mediaType;
1234
+ }
1235
+
1236
+ if (page !== undefined) {
1237
+ localVarQueryParameter['page'] = page;
1238
+ }
1239
+
1240
+ if (limit !== undefined) {
1241
+ localVarQueryParameter['limit'] = limit;
1242
+ }
1243
+
1244
+ if (lastRetrieved !== undefined) {
1245
+ localVarQueryParameter['lastRetrieved'] = (lastRetrieved as any instanceof Date) ?
1246
+ (lastRetrieved as any).toISOString() :
1247
+ lastRetrieved;
1248
+ }
1249
+
1250
+
1251
+
1252
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
1253
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1254
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
1255
+
1256
+ return {
1257
+ url: toPathString(localVarUrlObj),
1258
+ options: localVarRequestOptions,
1259
+ };
1260
+ },
1261
+ /**
1262
+ *
1263
+ * @summary Get HospitalServiceMedia.
1264
+ * @param {string} hospitalId
1265
+ * @param {string} hospitalSpecialtyId
1266
+ * @param {string} mediaId
1267
+ * @param {*} [options] Override http request option.
1268
+ * @throws {RequiredError}
1269
+ */
1270
+ apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet: async (hospitalId: string, hospitalSpecialtyId: string, mediaId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
1271
+ // verify required parameter 'hospitalId' is not null or undefined
1272
+ assertParamExists('apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet', 'hospitalId', hospitalId)
1273
+ // verify required parameter 'hospitalSpecialtyId' is not null or undefined
1274
+ assertParamExists('apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet', 'hospitalSpecialtyId', hospitalSpecialtyId)
1275
+ // verify required parameter 'mediaId' is not null or undefined
1276
+ assertParamExists('apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet', 'mediaId', mediaId)
1277
+ const localVarPath = `/api/v2/hospitals/{hospitalId}/specialties/{hospitalSpecialtyId}/medias/{mediaId}`
1278
+ .replace(`{${"hospitalId"}}`, encodeURIComponent(String(hospitalId)))
1279
+ .replace(`{${"hospitalSpecialtyId"}}`, encodeURIComponent(String(hospitalSpecialtyId)))
1280
+ .replace(`{${"mediaId"}}`, encodeURIComponent(String(mediaId)));
1281
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
1282
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
1283
+ let baseOptions;
1284
+ if (configuration) {
1285
+ baseOptions = configuration.baseOptions;
1286
+ }
1287
+
1288
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
1289
+ const localVarHeaderParameter = {} as any;
1290
+ const localVarQueryParameter = {} as any;
1291
+
1292
+
1293
+
1294
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
1295
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1296
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
1297
+
1298
+ return {
1299
+ url: toPathString(localVarUrlObj),
1300
+ options: localVarRequestOptions,
1301
+ };
1302
+ },
1303
+ /**
1304
+ *
1305
+ * @summary Get all HospitalSpecialties.
1306
+ * @param {string} hospitalId
1307
+ * @param {string} [specialtyId]
1308
+ * @param {string} [specialtyName]
1309
+ * @param {string} [specialtyTypeId]
1310
+ * @param {string} [specialtyTypeName]
1311
+ * @param {string} [hospitalSpecialtyId]
1312
+ * @param {string} [name]
1313
+ * @param {string} [slug]
1314
+ * @param {MarketingType} [marketingType]
1315
+ * @param {string} [languageCode]
1316
+ * @param {boolean} [showHidden]
1317
+ * @param {number} [page]
1318
+ * @param {number} [limit]
1319
+ * @param {Date} [lastRetrieved]
1320
+ * @param {*} [options] Override http request option.
1321
+ * @throws {RequiredError}
1322
+ */
1323
+ apiV2HospitalsHospitalIdSpecialtiesSimpleGet: async (hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
1324
+ // verify required parameter 'hospitalId' is not null or undefined
1325
+ assertParamExists('apiV2HospitalsHospitalIdSpecialtiesSimpleGet', 'hospitalId', hospitalId)
1326
+ const localVarPath = `/api/v2/hospitals/{hospitalId}/specialties/simple`
1327
+ .replace(`{${"hospitalId"}}`, encodeURIComponent(String(hospitalId)));
1328
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
1329
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
1330
+ let baseOptions;
1331
+ if (configuration) {
1332
+ baseOptions = configuration.baseOptions;
1333
+ }
1334
+
1335
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
1336
+ const localVarHeaderParameter = {} as any;
1337
+ const localVarQueryParameter = {} as any;
1338
+
1339
+ if (specialtyId !== undefined) {
1340
+ localVarQueryParameter['SpecialtyId'] = specialtyId;
1341
+ }
1342
+
1343
+ if (specialtyName !== undefined) {
1344
+ localVarQueryParameter['SpecialtyName'] = specialtyName;
1345
+ }
1346
+
1347
+ if (specialtyTypeId !== undefined) {
1348
+ localVarQueryParameter['SpecialtyTypeId'] = specialtyTypeId;
1349
+ }
1350
+
1351
+ if (specialtyTypeName !== undefined) {
1352
+ localVarQueryParameter['SpecialtyTypeName'] = specialtyTypeName;
1353
+ }
1354
+
1355
+ if (hospitalSpecialtyId !== undefined) {
1356
+ localVarQueryParameter['HospitalSpecialtyId'] = hospitalSpecialtyId;
1357
+ }
1358
+
1359
+ if (name !== undefined) {
1360
+ localVarQueryParameter['Name'] = name;
1361
+ }
1362
+
1363
+ if (slug !== undefined) {
1364
+ localVarQueryParameter['Slug'] = slug;
1365
+ }
1366
+
1367
+ if (marketingType !== undefined) {
1368
+ localVarQueryParameter['MarketingType'] = marketingType;
1369
+ }
1370
+
1371
+ if (languageCode !== undefined) {
1372
+ localVarQueryParameter['LanguageCode'] = languageCode;
1373
+ }
1374
+
1375
+ if (showHidden !== undefined) {
1376
+ localVarQueryParameter['ShowHidden'] = showHidden;
1377
+ }
1378
+
1379
+ if (page !== undefined) {
1380
+ localVarQueryParameter['page'] = page;
1381
+ }
1382
+
1383
+ if (limit !== undefined) {
1384
+ localVarQueryParameter['limit'] = limit;
1385
+ }
1386
+
1387
+ if (lastRetrieved !== undefined) {
1388
+ localVarQueryParameter['lastRetrieved'] = (lastRetrieved as any instanceof Date) ?
1389
+ (lastRetrieved as any).toISOString() :
1390
+ lastRetrieved;
1391
+ }
1392
+
1393
+
1394
+
1395
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
1396
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1397
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
1398
+
1399
+ return {
1400
+ url: toPathString(localVarUrlObj),
1401
+ options: localVarRequestOptions,
1402
+ };
1403
+ },
1404
+ /**
1405
+ *
1406
+ * @summary Get HospitalSpecialty by slug.
1407
+ * @param {string} hospitalId
1408
+ * @param {string} slug
1409
+ * @param {string} [languageCode]
1410
+ * @param {*} [options] Override http request option.
1411
+ * @throws {RequiredError}
1412
+ */
1413
+ apiV2HospitalsHospitalIdSpecialtiesSlugGet: async (hospitalId: string, slug: string, languageCode?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
1414
+ // verify required parameter 'hospitalId' is not null or undefined
1415
+ assertParamExists('apiV2HospitalsHospitalIdSpecialtiesSlugGet', 'hospitalId', hospitalId)
1416
+ // verify required parameter 'slug' is not null or undefined
1417
+ assertParamExists('apiV2HospitalsHospitalIdSpecialtiesSlugGet', 'slug', slug)
1418
+ const localVarPath = `/api/v2/hospitals/{hospitalId}/specialties/{slug}`
1419
+ .replace(`{${"hospitalId"}}`, encodeURIComponent(String(hospitalId)))
1420
+ .replace(`{${"slug"}}`, encodeURIComponent(String(slug)));
1421
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
1422
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
1423
+ let baseOptions;
1424
+ if (configuration) {
1425
+ baseOptions = configuration.baseOptions;
1426
+ }
1427
+
1428
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
1429
+ const localVarHeaderParameter = {} as any;
1430
+ const localVarQueryParameter = {} as any;
1431
+
1432
+ if (languageCode !== undefined) {
1433
+ localVarQueryParameter['languageCode'] = languageCode;
1434
+ }
1435
+
1436
+
1437
+
1438
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
1439
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1440
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
1441
+
1442
+ return {
1443
+ url: toPathString(localVarUrlObj),
1444
+ options: localVarRequestOptions,
1445
+ };
1446
+ },
1447
+ /**
1448
+ *
1449
+ * @summary Get HospitalSpecialty.
1450
+ * @param {string} hospitalId
1451
+ * @param {string} specialtyId
1452
+ * @param {string} [languageCode]
1453
+ * @param {*} [options] Override http request option.
1454
+ * @throws {RequiredError}
1455
+ */
1456
+ apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet: async (hospitalId: string, specialtyId: string, languageCode?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
1457
+ // verify required parameter 'hospitalId' is not null or undefined
1458
+ assertParamExists('apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet', 'hospitalId', hospitalId)
1459
+ // verify required parameter 'specialtyId' is not null or undefined
1460
+ assertParamExists('apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet', 'specialtyId', specialtyId)
1461
+ const localVarPath = `/api/v2/hospitals/{hospitalId}/specialties/{specialtyId}`
1462
+ .replace(`{${"hospitalId"}}`, encodeURIComponent(String(hospitalId)))
1463
+ .replace(`{${"specialtyId"}}`, encodeURIComponent(String(specialtyId)));
1464
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
1465
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
1466
+ let baseOptions;
1467
+ if (configuration) {
1468
+ baseOptions = configuration.baseOptions;
1469
+ }
1470
+
1471
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
1472
+ const localVarHeaderParameter = {} as any;
1473
+ const localVarQueryParameter = {} as any;
1474
+
1475
+ if (languageCode !== undefined) {
1476
+ localVarQueryParameter['languageCode'] = languageCode;
1477
+ }
1478
+
1479
+
1480
+
1481
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
1482
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1483
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
1484
+
1485
+ return {
1486
+ url: toPathString(localVarUrlObj),
1487
+ options: localVarRequestOptions,
1488
+ };
1489
+ },
1490
+ /**
1491
+ *
1492
+ * @summary Get all HospitalServices.
1493
+ * @param {string} hospitalId
1494
+ * @param {string} specialtyId
1495
+ * @param {string} [id]
1496
+ * @param {string} [name]
1497
+ * @param {string} [slug]
1498
+ * @param {string} [serviceCategoryId]
1499
+ * @param {MarketingType} [marketingType]
1500
+ * @param {Procedure} [procedure]
1501
+ * @param {Date} [created]
1502
+ * @param {string} [languageCode]
1503
+ * @param {boolean} [returnDefaultValue]
1504
+ * @param {number} [page]
1505
+ * @param {number} [limit]
1506
+ * @param {Date} [lastRetrieved]
1507
+ * @param {*} [options] Override http request option.
1508
+ * @throws {RequiredError}
1509
+ */
1510
+ apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet: async (hospitalId: string, specialtyId: string, id?: string, name?: string, slug?: string, serviceCategoryId?: string, marketingType?: MarketingType, procedure?: Procedure, created?: Date, languageCode?: string, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
1511
+ // verify required parameter 'hospitalId' is not null or undefined
1512
+ assertParamExists('apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet', 'hospitalId', hospitalId)
1513
+ // verify required parameter 'specialtyId' is not null or undefined
1514
+ assertParamExists('apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet', 'specialtyId', specialtyId)
1515
+ const localVarPath = `/api/v2/hospitals/{hospitalId}/specialties/{specialtyId}/services`
1516
+ .replace(`{${"hospitalId"}}`, encodeURIComponent(String(hospitalId)))
1517
+ .replace(`{${"specialtyId"}}`, encodeURIComponent(String(specialtyId)));
1518
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
1519
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
1520
+ let baseOptions;
1521
+ if (configuration) {
1522
+ baseOptions = configuration.baseOptions;
1523
+ }
1524
+
1525
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
1526
+ const localVarHeaderParameter = {} as any;
1527
+ const localVarQueryParameter = {} as any;
1528
+
1529
+ if (id !== undefined) {
1530
+ localVarQueryParameter['Id'] = id;
1531
+ }
1532
+
1533
+ if (name !== undefined) {
1534
+ localVarQueryParameter['Name'] = name;
1535
+ }
1536
+
1537
+ if (slug !== undefined) {
1538
+ localVarQueryParameter['Slug'] = slug;
1539
+ }
1540
+
1541
+ if (serviceCategoryId !== undefined) {
1542
+ localVarQueryParameter['ServiceCategoryId'] = serviceCategoryId;
1543
+ }
1544
+
1545
+ if (marketingType !== undefined) {
1546
+ localVarQueryParameter['MarketingType'] = marketingType;
1547
+ }
1548
+
1549
+ if (procedure !== undefined) {
1550
+ localVarQueryParameter['Procedure'] = procedure;
1551
+ }
1552
+
1553
+ if (created !== undefined) {
1554
+ localVarQueryParameter['Created'] = (created as any instanceof Date) ?
1555
+ (created as any).toISOString() :
1556
+ created;
1557
+ }
1558
+
1559
+ if (languageCode !== undefined) {
1560
+ localVarQueryParameter['LanguageCode'] = languageCode;
1561
+ }
1562
+
1563
+ if (returnDefaultValue !== undefined) {
1564
+ localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
1565
+ }
1566
+
1567
+ if (page !== undefined) {
1568
+ localVarQueryParameter['page'] = page;
1569
+ }
1570
+
1571
+ if (limit !== undefined) {
1572
+ localVarQueryParameter['limit'] = limit;
1573
+ }
1574
+
1575
+ if (lastRetrieved !== undefined) {
1576
+ localVarQueryParameter['lastRetrieved'] = (lastRetrieved as any instanceof Date) ?
1577
+ (lastRetrieved as any).toISOString() :
1578
+ lastRetrieved;
1579
+ }
1580
+
1581
+
1582
+
1583
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
1584
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1585
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
1586
+
1587
+ return {
1588
+ url: toPathString(localVarUrlObj),
1589
+ options: localVarRequestOptions,
1590
+ };
1591
+ },
1592
+ /**
1593
+ *
1594
+ * @summary Get HospitalService.
1595
+ * @param {string} hospitalId
1596
+ * @param {string} specialtyId
1597
+ * @param {string} serviceId
1598
+ * @param {string} [languageCode]
1599
+ * @param {boolean} [returnDefaultValue]
1600
+ * @param {*} [options] Override http request option.
1601
+ * @throws {RequiredError}
1602
+ */
1603
+ apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet: async (hospitalId: string, specialtyId: string, serviceId: string, languageCode?: string, returnDefaultValue?: boolean, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
1604
+ // verify required parameter 'hospitalId' is not null or undefined
1605
+ assertParamExists('apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet', 'hospitalId', hospitalId)
1606
+ // verify required parameter 'specialtyId' is not null or undefined
1607
+ assertParamExists('apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet', 'specialtyId', specialtyId)
1608
+ // verify required parameter 'serviceId' is not null or undefined
1609
+ assertParamExists('apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet', 'serviceId', serviceId)
1610
+ const localVarPath = `/api/v2/hospitals/{hospitalId}/specialties/{specialtyId}/services/{serviceId}`
1611
+ .replace(`{${"hospitalId"}}`, encodeURIComponent(String(hospitalId)))
1612
+ .replace(`{${"specialtyId"}}`, encodeURIComponent(String(specialtyId)))
1613
+ .replace(`{${"serviceId"}}`, encodeURIComponent(String(serviceId)));
1614
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
1615
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
1616
+ let baseOptions;
1617
+ if (configuration) {
1618
+ baseOptions = configuration.baseOptions;
1619
+ }
1620
+
1621
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
1622
+ const localVarHeaderParameter = {} as any;
1623
+ const localVarQueryParameter = {} as any;
1624
+
1625
+ if (languageCode !== undefined) {
1626
+ localVarQueryParameter['languageCode'] = languageCode;
1627
+ }
1628
+
1629
+ if (returnDefaultValue !== undefined) {
1630
+ localVarQueryParameter['returnDefaultValue'] = returnDefaultValue;
1631
+ }
1632
+
1633
+
1634
+
1635
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
1636
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1637
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
1638
+
1639
+ return {
1640
+ url: toPathString(localVarUrlObj),
1641
+ options: localVarRequestOptions,
1642
+ };
1643
+ },
1644
+ /**
1645
+ *
1646
+ * @summary Get all HospitalServiceMedias.
1647
+ * @param {string} hospitalId
1648
+ * @param {string} specialtyId
1649
+ * @param {string} serviceId
1650
+ * @param {string} [id]
1651
+ * @param {MediaType} [mediaType]
1652
+ * @param {number} [page]
1653
+ * @param {number} [limit]
1654
+ * @param {Date} [lastRetrieved]
1655
+ * @param {*} [options] Override http request option.
1656
+ * @throws {RequiredError}
1657
+ */
1658
+ apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet: async (hospitalId: string, specialtyId: string, serviceId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
1659
+ // verify required parameter 'hospitalId' is not null or undefined
1660
+ assertParamExists('apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet', 'hospitalId', hospitalId)
1661
+ // verify required parameter 'specialtyId' is not null or undefined
1662
+ assertParamExists('apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet', 'specialtyId', specialtyId)
1663
+ // verify required parameter 'serviceId' is not null or undefined
1664
+ assertParamExists('apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet', 'serviceId', serviceId)
1665
+ const localVarPath = `/api/v2/hospitals/{hospitalId}/specialties/{specialtyId}/services/{serviceId}/medias`
1666
+ .replace(`{${"hospitalId"}}`, encodeURIComponent(String(hospitalId)))
1667
+ .replace(`{${"specialtyId"}}`, encodeURIComponent(String(specialtyId)))
1668
+ .replace(`{${"serviceId"}}`, encodeURIComponent(String(serviceId)));
1669
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
1670
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
1671
+ let baseOptions;
1672
+ if (configuration) {
1673
+ baseOptions = configuration.baseOptions;
1674
+ }
1675
+
1676
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
1677
+ const localVarHeaderParameter = {} as any;
1678
+ const localVarQueryParameter = {} as any;
1679
+
1680
+ if (id !== undefined) {
1681
+ localVarQueryParameter['Id'] = id;
1682
+ }
1683
+
1684
+ if (mediaType !== undefined) {
1685
+ localVarQueryParameter['MediaType'] = mediaType;
1686
+ }
1687
+
1688
+ if (page !== undefined) {
1689
+ localVarQueryParameter['page'] = page;
1690
+ }
1691
+
1692
+ if (limit !== undefined) {
1693
+ localVarQueryParameter['limit'] = limit;
1694
+ }
1695
+
1696
+ if (lastRetrieved !== undefined) {
1697
+ localVarQueryParameter['lastRetrieved'] = (lastRetrieved as any instanceof Date) ?
1698
+ (lastRetrieved as any).toISOString() :
1699
+ lastRetrieved;
1700
+ }
1701
+
1702
+
1703
+
1704
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
1705
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1706
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
1707
+
1708
+ return {
1709
+ url: toPathString(localVarUrlObj),
1710
+ options: localVarRequestOptions,
1711
+ };
1712
+ },
1713
+ /**
1714
+ *
1715
+ * @summary Get HospitalServiceMedia.
1716
+ * @param {string} hospitalId
1717
+ * @param {string} specialtyId
1718
+ * @param {string} serviceId
1719
+ * @param {string} mediaId
1720
+ * @param {*} [options] Override http request option.
1721
+ * @throws {RequiredError}
1722
+ */
1723
+ apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet: async (hospitalId: string, specialtyId: string, serviceId: string, mediaId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
1724
+ // verify required parameter 'hospitalId' is not null or undefined
1725
+ assertParamExists('apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet', 'hospitalId', hospitalId)
1726
+ // verify required parameter 'specialtyId' is not null or undefined
1727
+ assertParamExists('apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet', 'specialtyId', specialtyId)
1728
+ // verify required parameter 'serviceId' is not null or undefined
1729
+ assertParamExists('apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet', 'serviceId', serviceId)
1730
+ // verify required parameter 'mediaId' is not null or undefined
1731
+ assertParamExists('apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet', 'mediaId', mediaId)
1732
+ const localVarPath = `/api/v2/hospitals/{hospitalId}/specialties/{specialtyId}/services/{serviceId}/medias/{mediaId}`
1733
+ .replace(`{${"hospitalId"}}`, encodeURIComponent(String(hospitalId)))
1734
+ .replace(`{${"specialtyId"}}`, encodeURIComponent(String(specialtyId)))
1735
+ .replace(`{${"serviceId"}}`, encodeURIComponent(String(serviceId)))
1736
+ .replace(`{${"mediaId"}}`, encodeURIComponent(String(mediaId)));
1737
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
1738
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
1739
+ let baseOptions;
1740
+ if (configuration) {
1741
+ baseOptions = configuration.baseOptions;
1742
+ }
1743
+
1744
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
1745
+ const localVarHeaderParameter = {} as any;
1746
+ const localVarQueryParameter = {} as any;
1747
+
1748
+
1749
+
1750
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
1751
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1752
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
1753
+
1754
+ return {
1755
+ url: toPathString(localVarUrlObj),
1756
+ options: localVarRequestOptions,
1757
+ };
1758
+ },
1759
+ /**
1760
+ *
1761
+ * @summary Get all HospitalWorkingDays.
1762
+ * @param {string} hospitalId
1763
+ * @param {string} [id]
1764
+ * @param {string} [dayOfWeek]
1765
+ * @param {Date} [timeFrom]
1766
+ * @param {Date} [timeTo]
1767
+ * @param {boolean} [checkHoliday]
1768
+ * @param {number} [page]
1769
+ * @param {number} [limit]
1770
+ * @param {Date} [lastRetrieved]
1771
+ * @param {*} [options] Override http request option.
1772
+ * @throws {RequiredError}
1773
+ */
1774
+ apiV2HospitalsHospitalIdWorkingdaysGet: async (hospitalId: string, id?: string, dayOfWeek?: string, timeFrom?: Date, timeTo?: Date, checkHoliday?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
1775
+ // verify required parameter 'hospitalId' is not null or undefined
1776
+ assertParamExists('apiV2HospitalsHospitalIdWorkingdaysGet', 'hospitalId', hospitalId)
1777
+ const localVarPath = `/api/v2/hospitals/{hospitalId}/workingdays`
1778
+ .replace(`{${"hospitalId"}}`, encodeURIComponent(String(hospitalId)));
1779
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
1780
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
1781
+ let baseOptions;
1782
+ if (configuration) {
1783
+ baseOptions = configuration.baseOptions;
1784
+ }
1785
+
1786
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
1787
+ const localVarHeaderParameter = {} as any;
1788
+ const localVarQueryParameter = {} as any;
1789
+
1790
+ if (id !== undefined) {
1791
+ localVarQueryParameter['Id'] = id;
1792
+ }
1793
+
1794
+ if (dayOfWeek !== undefined) {
1795
+ localVarQueryParameter['DayOfWeek'] = dayOfWeek;
1796
+ }
1797
+
1798
+ if (timeFrom !== undefined) {
1799
+ localVarQueryParameter['TimeFrom'] = (timeFrom as any instanceof Date) ?
1800
+ (timeFrom as any).toISOString() :
1801
+ timeFrom;
1802
+ }
1803
+
1804
+ if (timeTo !== undefined) {
1805
+ localVarQueryParameter['TimeTo'] = (timeTo as any instanceof Date) ?
1806
+ (timeTo as any).toISOString() :
1807
+ timeTo;
1808
+ }
1809
+
1810
+ if (checkHoliday !== undefined) {
1811
+ localVarQueryParameter['CheckHoliday'] = checkHoliday;
1812
+ }
1813
+
1814
+ if (page !== undefined) {
1815
+ localVarQueryParameter['page'] = page;
1816
+ }
1817
+
1818
+ if (limit !== undefined) {
1819
+ localVarQueryParameter['limit'] = limit;
1820
+ }
1821
+
1822
+ if (lastRetrieved !== undefined) {
1823
+ localVarQueryParameter['lastRetrieved'] = (lastRetrieved as any instanceof Date) ?
1824
+ (lastRetrieved as any).toISOString() :
1825
+ lastRetrieved;
1826
+ }
1827
+
1828
+
1829
+
1830
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
1831
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1832
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
1833
+
1834
+ return {
1835
+ url: toPathString(localVarUrlObj),
1836
+ options: localVarRequestOptions,
1837
+ };
1838
+ },
1839
+ /**
1840
+ *
1841
+ * @summary Get HospitalWorkingDay.
1842
+ * @param {string} hospitalId
1843
+ * @param {string} workingDayId
1844
+ * @param {*} [options] Override http request option.
1845
+ * @throws {RequiredError}
1846
+ */
1847
+ apiV2HospitalsHospitalIdWorkingdaysWorkingDayIdGet: async (hospitalId: string, workingDayId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
1848
+ // verify required parameter 'hospitalId' is not null or undefined
1849
+ assertParamExists('apiV2HospitalsHospitalIdWorkingdaysWorkingDayIdGet', 'hospitalId', hospitalId)
1850
+ // verify required parameter 'workingDayId' is not null or undefined
1851
+ assertParamExists('apiV2HospitalsHospitalIdWorkingdaysWorkingDayIdGet', 'workingDayId', workingDayId)
1852
+ const localVarPath = `/api/v2/hospitals/{hospitalId}/workingdays/{workingDayId}`
1853
+ .replace(`{${"hospitalId"}}`, encodeURIComponent(String(hospitalId)))
1854
+ .replace(`{${"workingDayId"}}`, encodeURIComponent(String(workingDayId)));
1855
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
1856
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
1857
+ let baseOptions;
1858
+ if (configuration) {
1859
+ baseOptions = configuration.baseOptions;
1860
+ }
1861
+
1862
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
1863
+ const localVarHeaderParameter = {} as any;
1864
+ const localVarQueryParameter = {} as any;
1865
+
1866
+
1867
+
1868
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
1869
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1870
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
1871
+
1872
+ return {
1873
+ url: toPathString(localVarUrlObj),
1874
+ options: localVarRequestOptions,
1875
+ };
1876
+ },
1877
+ /**
1878
+ *
1879
+ * @summary Get all Hospitals.
1880
+ * @param {string} [hospitalId]
1881
+ * @param {string} [name]
1882
+ * @param {string} [countryId]
1883
+ * @param {Date} [created]
1884
+ * @param {MarketingType} [marketingType]
1885
+ * @param {string} [specialtyTypeId]
1886
+ * @param {string} [specialtyId]
1887
+ * @param {string} [exceptHospitalId]
1888
+ * @param {number} [mediaCount]
1889
+ * @param {boolean} [showHidden]
1890
+ * @param {string} [languageCode]
1891
+ * @param {Array<string>} [ids]
1892
+ * @param {boolean} [returnDefaultValue]
1893
+ * @param {boolean} [paymentEnabled]
1894
+ * @param {number} [page]
1895
+ * @param {number} [limit]
1896
+ * @param {Date} [lastRetrieved]
1897
+ * @param {*} [options] Override http request option.
1898
+ * @throws {RequiredError}
1899
+ */
1900
+ apiV2HospitalsSimpleGet: async (hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, mediaCount?: number, showHidden?: boolean, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
1901
+ const localVarPath = `/api/v2/hospitals/simple`;
1902
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
1903
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
1904
+ let baseOptions;
1905
+ if (configuration) {
1906
+ baseOptions = configuration.baseOptions;
1907
+ }
1908
+
1909
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
1910
+ const localVarHeaderParameter = {} as any;
1911
+ const localVarQueryParameter = {} as any;
1912
+
1913
+ if (hospitalId !== undefined) {
1914
+ localVarQueryParameter['HospitalId'] = hospitalId;
1915
+ }
1916
+
1917
+ if (name !== undefined) {
1918
+ localVarQueryParameter['Name'] = name;
1919
+ }
1920
+
1921
+ if (countryId !== undefined) {
1922
+ localVarQueryParameter['CountryId'] = countryId;
1923
+ }
1924
+
1925
+ if (created !== undefined) {
1926
+ localVarQueryParameter['Created'] = (created as any instanceof Date) ?
1927
+ (created as any).toISOString() :
1928
+ created;
1929
+ }
1930
+
1931
+ if (marketingType !== undefined) {
1932
+ localVarQueryParameter['MarketingType'] = marketingType;
1933
+ }
1934
+
1935
+ if (specialtyTypeId !== undefined) {
1936
+ localVarQueryParameter['SpecialtyTypeId'] = specialtyTypeId;
1937
+ }
1938
+
1939
+ if (specialtyId !== undefined) {
1940
+ localVarQueryParameter['SpecialtyId'] = specialtyId;
1941
+ }
1942
+
1943
+ if (exceptHospitalId !== undefined) {
1944
+ localVarQueryParameter['ExceptHospitalId'] = exceptHospitalId;
1945
+ }
1946
+
1947
+ if (mediaCount !== undefined) {
1948
+ localVarQueryParameter['MediaCount'] = mediaCount;
1949
+ }
1950
+
1951
+ if (showHidden !== undefined) {
1952
+ localVarQueryParameter['ShowHidden'] = showHidden;
1953
+ }
1954
+
1955
+ if (languageCode !== undefined) {
1956
+ localVarQueryParameter['LanguageCode'] = languageCode;
1957
+ }
1958
+
1959
+ if (ids) {
1960
+ localVarQueryParameter['Ids'] = ids;
1961
+ }
1962
+
1963
+ if (returnDefaultValue !== undefined) {
1964
+ localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
1965
+ }
1966
+
1967
+ if (paymentEnabled !== undefined) {
1968
+ localVarQueryParameter['PaymentEnabled'] = paymentEnabled;
1969
+ }
1970
+
1971
+ if (page !== undefined) {
1972
+ localVarQueryParameter['page'] = page;
1973
+ }
1974
+
1975
+ if (limit !== undefined) {
1976
+ localVarQueryParameter['limit'] = limit;
1977
+ }
1978
+
1979
+ if (lastRetrieved !== undefined) {
1980
+ localVarQueryParameter['lastRetrieved'] = (lastRetrieved as any instanceof Date) ?
1981
+ (lastRetrieved as any).toISOString() :
1982
+ lastRetrieved;
1983
+ }
1984
+
1985
+
1986
+
1987
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
1988
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1989
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
1990
+
1991
+ return {
1992
+ url: toPathString(localVarUrlObj),
1993
+ options: localVarRequestOptions,
1994
+ };
1995
+ },
1996
+ /**
1997
+ *
1998
+ * @summary
1999
+ * @param {string} slug
2000
+ * @param {string} [languageCode]
2001
+ * @param {boolean} [returnDefaultValue]
2002
+ * @param {*} [options] Override http request option.
2003
+ * @throws {RequiredError}
2004
+ */
2005
+ apiV2HospitalsSlugGet: async (slug: string, languageCode?: string, returnDefaultValue?: boolean, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
2006
+ // verify required parameter 'slug' is not null or undefined
2007
+ assertParamExists('apiV2HospitalsSlugGet', 'slug', slug)
2008
+ const localVarPath = `/api/v2/hospitals/{slug}`
2009
+ .replace(`{${"slug"}}`, encodeURIComponent(String(slug)));
2010
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
2011
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
2012
+ let baseOptions;
2013
+ if (configuration) {
2014
+ baseOptions = configuration.baseOptions;
2015
+ }
2016
+
2017
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
2018
+ const localVarHeaderParameter = {} as any;
2019
+ const localVarQueryParameter = {} as any;
2020
+
2021
+ if (languageCode !== undefined) {
2022
+ localVarQueryParameter['languageCode'] = languageCode;
2023
+ }
2024
+
2025
+ if (returnDefaultValue !== undefined) {
2026
+ localVarQueryParameter['returnDefaultValue'] = returnDefaultValue;
2027
+ }
2028
+
2029
+
2030
+
2031
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
2032
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
2033
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
2034
+
2035
+ return {
2036
+ url: toPathString(localVarUrlObj),
2037
+ options: localVarRequestOptions,
2038
+ };
2039
+ },
2040
+ }
2041
+ };
2042
+
2043
+ /**
2044
+ * HospitalsApi - functional programming interface
2045
+ * @export
2046
+ */
2047
+ export const HospitalsApiFp = function(configuration?: Configuration) {
2048
+ const localVarAxiosParamCreator = HospitalsApiAxiosParamCreator(configuration)
2049
+ return {
2050
+ /**
2051
+ *
2052
+ * @summary Get all Hospitals.
2053
+ * @param {string} [hospitalId]
2054
+ * @param {string} [name]
2055
+ * @param {string} [countryId]
2056
+ * @param {Date} [created]
2057
+ * @param {MarketingType} [marketingType]
2058
+ * @param {string} [specialtyTypeId]
2059
+ * @param {string} [specialtyId]
2060
+ * @param {string} [exceptHospitalId]
2061
+ * @param {number} [mediaCount]
2062
+ * @param {boolean} [showHidden]
2063
+ * @param {string} [languageCode]
2064
+ * @param {Array<string>} [ids]
2065
+ * @param {boolean} [returnDefaultValue]
2066
+ * @param {boolean} [paymentEnabled]
2067
+ * @param {number} [page]
2068
+ * @param {number} [limit]
2069
+ * @param {Date} [lastRetrieved]
2070
+ * @param {*} [options] Override http request option.
2071
+ * @throws {RequiredError}
2072
+ */
2073
+ async apiV2HospitalsGet(hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, mediaCount?: number, showHidden?: boolean, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalsModel>> {
2074
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, mediaCount, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options);
2075
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2076
+ },
2077
+ /**
2078
+ *
2079
+ * @summary Get HospitalAccreditation.
2080
+ * @param {string} hospitalId
2081
+ * @param {string} accreditationId
2082
+ * @param {*} [options] Override http request option.
2083
+ * @throws {RequiredError}
2084
+ */
2085
+ async apiV2HospitalsHospitalIdAccreditationsAccreditationIdGet(hospitalId: string, accreditationId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalAccreditationModel>> {
2086
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdAccreditationsAccreditationIdGet(hospitalId, accreditationId, options);
2087
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2088
+ },
2089
+ /**
2090
+ *
2091
+ * @summary Get all HospitalAccreditations.
2092
+ * @param {string} hospitalId
2093
+ * @param {string} [hospitalName]
2094
+ * @param {string} [accreditationId]
2095
+ * @param {string} [accreditationName]
2096
+ * @param {number} [page]
2097
+ * @param {number} [limit]
2098
+ * @param {Date} [lastRetrieved]
2099
+ * @param {*} [options] Override http request option.
2100
+ * @throws {RequiredError}
2101
+ */
2102
+ async apiV2HospitalsHospitalIdAccreditationsGet(hospitalId: string, hospitalName?: string, accreditationId?: string, accreditationName?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalAccreditationsModel>> {
2103
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdAccreditationsGet(hospitalId, hospitalName, accreditationId, accreditationName, page, limit, lastRetrieved, options);
2104
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2105
+ },
2106
+ /**
2107
+ *
2108
+ * @summary Get HospitalEquipment.
2109
+ * @param {string} hospitalId
2110
+ * @param {string} equipmentId
2111
+ * @param {*} [options] Override http request option.
2112
+ * @throws {RequiredError}
2113
+ */
2114
+ async apiV2HospitalsHospitalIdEquipmentsEquipmentIdGet(hospitalId: string, equipmentId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalEquipmentModel>> {
2115
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdEquipmentsEquipmentIdGet(hospitalId, equipmentId, options);
2116
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2117
+ },
2118
+ /**
2119
+ *
2120
+ * @summary Get all EquipmentMedia.
2121
+ * @param {string} hospitalId
2122
+ * @param {string} equipmentId
2123
+ * @param {string} [id]
2124
+ * @param {MediaType} [mediaType]
2125
+ * @param {number} [page]
2126
+ * @param {number} [limit]
2127
+ * @param {Date} [lastRetrieved]
2128
+ * @param {*} [options] Override http request option.
2129
+ * @throws {RequiredError}
2130
+ */
2131
+ async apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGet(hospitalId: string, equipmentId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediasModel>> {
2132
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGet(hospitalId, equipmentId, id, mediaType, page, limit, lastRetrieved, options);
2133
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2134
+ },
2135
+ /**
2136
+ *
2137
+ * @summary Get EquipmentMedia.
2138
+ * @param {string} hospitalId
2139
+ * @param {string} equipmentId
2140
+ * @param {string} mediaId
2141
+ * @param {*} [options] Override http request option.
2142
+ * @throws {RequiredError}
2143
+ */
2144
+ async apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGet(hospitalId: string, equipmentId: string, mediaId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediaModel>> {
2145
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGet(hospitalId, equipmentId, mediaId, options);
2146
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2147
+ },
2148
+ /**
2149
+ *
2150
+ * @summary Get all HospitalEquipments.
2151
+ * @param {string} hospitalId
2152
+ * @param {string} [id]
2153
+ * @param {string} [name]
2154
+ * @param {string} [hospitalId2]
2155
+ * @param {string} [hospitalName]
2156
+ * @param {string} [description]
2157
+ * @param {Date} [created]
2158
+ * @param {number} [page]
2159
+ * @param {number} [limit]
2160
+ * @param {Date} [lastRetrieved]
2161
+ * @param {*} [options] Override http request option.
2162
+ * @throws {RequiredError}
2163
+ */
2164
+ async apiV2HospitalsHospitalIdEquipmentsGet(hospitalId: string, id?: string, name?: string, hospitalId2?: string, hospitalName?: string, description?: string, created?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalEquipmentsModel>> {
2165
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdEquipmentsGet(hospitalId, id, name, hospitalId2, hospitalName, description, created, page, limit, lastRetrieved, options);
2166
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2167
+ },
2168
+ /**
2169
+ *
2170
+ * @summary Get HospitalEvaluation.
2171
+ * @param {string} hospitalId
2172
+ * @param {string} evaluationId
2173
+ * @param {*} [options] Override http request option.
2174
+ * @throws {RequiredError}
2175
+ */
2176
+ async apiV2HospitalsHospitalIdEvaluationsEvaluationIdGet(hospitalId: string, evaluationId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalEvaluationModel>> {
2177
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdEvaluationsEvaluationIdGet(hospitalId, evaluationId, options);
2178
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2179
+ },
2180
+ /**
2181
+ *
2182
+ * @summary Get all HospitalEvaluations.
2183
+ * @param {string} hospitalId
2184
+ * @param {string} [id]
2185
+ * @param {string} [name]
2186
+ * @param {number} [stars]
2187
+ * @param {number} [page]
2188
+ * @param {number} [limit]
2189
+ * @param {Date} [lastRetrieved]
2190
+ * @param {*} [options] Override http request option.
2191
+ * @throws {RequiredError}
2192
+ */
2193
+ async apiV2HospitalsHospitalIdEvaluationsGet(hospitalId: string, id?: string, name?: string, stars?: number, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalEvaluationsModel>> {
2194
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdEvaluationsGet(hospitalId, id, name, stars, page, limit, lastRetrieved, options);
2195
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2196
+ },
2197
+ /**
2198
+ *
2199
+ * @summary
2200
+ * @param {string} hospitalId
2201
+ * @param {string} [languageCode]
2202
+ * @param {boolean} [returnDefaultValue]
2203
+ * @param {*} [options] Override http request option.
2204
+ * @throws {RequiredError}
2205
+ */
2206
+ async apiV2HospitalsHospitalIdGet(hospitalId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalModel>> {
2207
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdGet(hospitalId, languageCode, returnDefaultValue, options);
2208
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2209
+ },
2210
+ /**
2211
+ *
2212
+ * @summary Get all HospitalHandles.
2213
+ * @param {string} hospitalId
2214
+ * @param {string} [id]
2215
+ * @param {SnsType} [snsType]
2216
+ * @param {string} [handle]
2217
+ * @param {number} [page]
2218
+ * @param {number} [limit]
2219
+ * @param {Date} [lastRetrieved]
2220
+ * @param {*} [options] Override http request option.
2221
+ * @throws {RequiredError}
2222
+ */
2223
+ async apiV2HospitalsHospitalIdHandlesGet(hospitalId: string, id?: string, snsType?: SnsType, handle?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalSnsHandlesModel>> {
2224
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdHandlesGet(hospitalId, id, snsType, handle, page, limit, lastRetrieved, options);
2225
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2226
+ },
2227
+ /**
2228
+ *
2229
+ * @summary Get HospitalHandle.
2230
+ * @param {string} hospitalId
2231
+ * @param {string} handleId
2232
+ * @param {*} [options] Override http request option.
2233
+ * @throws {RequiredError}
2234
+ */
2235
+ async apiV2HospitalsHospitalIdHandlesHandleIdGet(hospitalId: string, handleId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SnsHandleModel>> {
2236
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdHandlesHandleIdGet(hospitalId, handleId, options);
2237
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2238
+ },
2239
+ /**
2240
+ *
2241
+ * @param {string} hospitalId
2242
+ * @param {string} [name]
2243
+ * @param {string} [slug]
2244
+ * @param {string} [languageCode]
2245
+ * @param {boolean} [showHidden]
2246
+ * @param {number} [page]
2247
+ * @param {number} [limit]
2248
+ * @param {Date} [lastRetrieved]
2249
+ * @param {*} [options] Override http request option.
2250
+ * @throws {RequiredError}
2251
+ */
2252
+ async apiV2HospitalsHospitalIdLandingsGet(hospitalId: string, name?: string, slug?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LandingsModel>> {
2253
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdLandingsGet(hospitalId, name, slug, languageCode, showHidden, page, limit, lastRetrieved, options);
2254
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2255
+ },
2256
+ /**
2257
+ *
2258
+ * @param {string} hospitalId
2259
+ * @param {string} landingId
2260
+ * @param {string} [languageCode]
2261
+ * @param {*} [options] Override http request option.
2262
+ * @throws {RequiredError}
2263
+ */
2264
+ async apiV2HospitalsHospitalIdLandingsLandingIdGet(hospitalId: string, landingId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LandingModel>> {
2265
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdLandingsLandingIdGet(hospitalId, landingId, languageCode, options);
2266
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2267
+ },
2268
+ /**
2269
+ *
2270
+ * @param {string} slug
2271
+ * @param {string} hospitalId
2272
+ * @param {string} [languageCode]
2273
+ * @param {*} [options] Override http request option.
2274
+ * @throws {RequiredError}
2275
+ */
2276
+ async apiV2HospitalsHospitalIdLandingsSlugGet(slug: string, hospitalId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LandingModel>> {
2277
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdLandingsSlugGet(slug, hospitalId, languageCode, options);
2278
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2279
+ },
2280
+ /**
2281
+ *
2282
+ * @summary Get hospitalLanguages
2283
+ * @param {string} hospitalId
2284
+ * @param {boolean} [showHidden]
2285
+ * @param {number} [page]
2286
+ * @param {number} [limit]
2287
+ * @param {Date} [lastRetrieved]
2288
+ * @param {*} [options] Override http request option.
2289
+ * @throws {RequiredError}
2290
+ */
2291
+ async apiV2HospitalsHospitalIdLanguagesGet(hospitalId: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalLanguagesModel>> {
2292
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdLanguagesGet(hospitalId, showHidden, page, limit, lastRetrieved, options);
2293
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2294
+ },
2295
+ /**
2296
+ *
2297
+ * @summary Get all HospitalMedias.
2298
+ * @param {string} hospitalId
2299
+ * @param {string} [id]
2300
+ * @param {MediaType} [mediaType]
2301
+ * @param {number} [page]
2302
+ * @param {number} [limit]
2303
+ * @param {Date} [lastRetrieved]
2304
+ * @param {*} [options] Override http request option.
2305
+ * @throws {RequiredError}
2306
+ */
2307
+ async apiV2HospitalsHospitalIdMediasGet(hospitalId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediasModel>> {
2308
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdMediasGet(hospitalId, id, mediaType, page, limit, lastRetrieved, options);
2309
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2310
+ },
2311
+ /**
2312
+ *
2313
+ * @summary Get HospitalMedia.
2314
+ * @param {string} hospitalId
2315
+ * @param {string} mediaId
2316
+ * @param {*} [options] Override http request option.
2317
+ * @throws {RequiredError}
2318
+ */
2319
+ async apiV2HospitalsHospitalIdMediasMediaIdGet(hospitalId: string, mediaId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediaModel>> {
2320
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdMediasMediaIdGet(hospitalId, mediaId, options);
2321
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2322
+ },
2323
+ /**
2324
+ *
2325
+ * @summary Get all HospitalSpecialties.
2326
+ * @param {string} hospitalId
2327
+ * @param {string} [specialtyId]
2328
+ * @param {string} [specialtyName]
2329
+ * @param {string} [specialtyTypeId]
2330
+ * @param {string} [specialtyTypeName]
2331
+ * @param {string} [hospitalSpecialtyId]
2332
+ * @param {string} [name]
2333
+ * @param {string} [slug]
2334
+ * @param {MarketingType} [marketingType]
2335
+ * @param {string} [languageCode]
2336
+ * @param {boolean} [showHidden]
2337
+ * @param {number} [page]
2338
+ * @param {number} [limit]
2339
+ * @param {Date} [lastRetrieved]
2340
+ * @param {*} [options] Override http request option.
2341
+ * @throws {RequiredError}
2342
+ */
2343
+ async apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalSpecialtiesModel>> {
2344
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, showHidden, page, limit, lastRetrieved, options);
2345
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2346
+ },
2347
+ /**
2348
+ *
2349
+ * @summary Get all HospitalServiceMedias.
2350
+ * @param {string} hospitalId
2351
+ * @param {string} hospitalSpecialtyId
2352
+ * @param {string} [id]
2353
+ * @param {MediaType} [mediaType]
2354
+ * @param {number} [page]
2355
+ * @param {number} [limit]
2356
+ * @param {Date} [lastRetrieved]
2357
+ * @param {*} [options] Override http request option.
2358
+ * @throws {RequiredError}
2359
+ */
2360
+ async apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet(hospitalId: string, hospitalSpecialtyId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediasModel>> {
2361
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet(hospitalId, hospitalSpecialtyId, id, mediaType, page, limit, lastRetrieved, options);
2362
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2363
+ },
2364
+ /**
2365
+ *
2366
+ * @summary Get HospitalServiceMedia.
2367
+ * @param {string} hospitalId
2368
+ * @param {string} hospitalSpecialtyId
2369
+ * @param {string} mediaId
2370
+ * @param {*} [options] Override http request option.
2371
+ * @throws {RequiredError}
2372
+ */
2373
+ async apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet(hospitalId: string, hospitalSpecialtyId: string, mediaId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediaModel>> {
2374
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet(hospitalId, hospitalSpecialtyId, mediaId, options);
2375
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2376
+ },
2377
+ /**
2378
+ *
2379
+ * @summary Get all HospitalSpecialties.
2380
+ * @param {string} hospitalId
2381
+ * @param {string} [specialtyId]
2382
+ * @param {string} [specialtyName]
2383
+ * @param {string} [specialtyTypeId]
2384
+ * @param {string} [specialtyTypeName]
2385
+ * @param {string} [hospitalSpecialtyId]
2386
+ * @param {string} [name]
2387
+ * @param {string} [slug]
2388
+ * @param {MarketingType} [marketingType]
2389
+ * @param {string} [languageCode]
2390
+ * @param {boolean} [showHidden]
2391
+ * @param {number} [page]
2392
+ * @param {number} [limit]
2393
+ * @param {Date} [lastRetrieved]
2394
+ * @param {*} [options] Override http request option.
2395
+ * @throws {RequiredError}
2396
+ */
2397
+ async apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalSpecialtiesSimpleModel>> {
2398
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, showHidden, page, limit, lastRetrieved, options);
2399
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2400
+ },
2401
+ /**
2402
+ *
2403
+ * @summary Get HospitalSpecialty by slug.
2404
+ * @param {string} hospitalId
2405
+ * @param {string} slug
2406
+ * @param {string} [languageCode]
2407
+ * @param {*} [options] Override http request option.
2408
+ * @throws {RequiredError}
2409
+ */
2410
+ async apiV2HospitalsHospitalIdSpecialtiesSlugGet(hospitalId: string, slug: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalSpecialtyModel>> {
2411
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesSlugGet(hospitalId, slug, languageCode, options);
2412
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2413
+ },
2414
+ /**
2415
+ *
2416
+ * @summary Get HospitalSpecialty.
2417
+ * @param {string} hospitalId
2418
+ * @param {string} specialtyId
2419
+ * @param {string} [languageCode]
2420
+ * @param {*} [options] Override http request option.
2421
+ * @throws {RequiredError}
2422
+ */
2423
+ async apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet(hospitalId: string, specialtyId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalSpecialtyModel>> {
2424
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet(hospitalId, specialtyId, languageCode, options);
2425
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2426
+ },
2427
+ /**
2428
+ *
2429
+ * @summary Get all HospitalServices.
2430
+ * @param {string} hospitalId
2431
+ * @param {string} specialtyId
2432
+ * @param {string} [id]
2433
+ * @param {string} [name]
2434
+ * @param {string} [slug]
2435
+ * @param {string} [serviceCategoryId]
2436
+ * @param {MarketingType} [marketingType]
2437
+ * @param {Procedure} [procedure]
2438
+ * @param {Date} [created]
2439
+ * @param {string} [languageCode]
2440
+ * @param {boolean} [returnDefaultValue]
2441
+ * @param {number} [page]
2442
+ * @param {number} [limit]
2443
+ * @param {Date} [lastRetrieved]
2444
+ * @param {*} [options] Override http request option.
2445
+ * @throws {RequiredError}
2446
+ */
2447
+ async apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet(hospitalId: string, specialtyId: string, id?: string, name?: string, slug?: string, serviceCategoryId?: string, marketingType?: MarketingType, procedure?: Procedure, created?: Date, languageCode?: string, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalServicesModel>> {
2448
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet(hospitalId, specialtyId, id, name, slug, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options);
2449
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2450
+ },
2451
+ /**
2452
+ *
2453
+ * @summary Get HospitalService.
2454
+ * @param {string} hospitalId
2455
+ * @param {string} specialtyId
2456
+ * @param {string} serviceId
2457
+ * @param {string} [languageCode]
2458
+ * @param {boolean} [returnDefaultValue]
2459
+ * @param {*} [options] Override http request option.
2460
+ * @throws {RequiredError}
2461
+ */
2462
+ async apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet(hospitalId: string, specialtyId: string, serviceId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalServiceModel>> {
2463
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet(hospitalId, specialtyId, serviceId, languageCode, returnDefaultValue, options);
2464
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2465
+ },
2466
+ /**
2467
+ *
2468
+ * @summary Get all HospitalServiceMedias.
2469
+ * @param {string} hospitalId
2470
+ * @param {string} specialtyId
2471
+ * @param {string} serviceId
2472
+ * @param {string} [id]
2473
+ * @param {MediaType} [mediaType]
2474
+ * @param {number} [page]
2475
+ * @param {number} [limit]
2476
+ * @param {Date} [lastRetrieved]
2477
+ * @param {*} [options] Override http request option.
2478
+ * @throws {RequiredError}
2479
+ */
2480
+ async apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet(hospitalId: string, specialtyId: string, serviceId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediasModel>> {
2481
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet(hospitalId, specialtyId, serviceId, id, mediaType, page, limit, lastRetrieved, options);
2482
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2483
+ },
2484
+ /**
2485
+ *
2486
+ * @summary Get HospitalServiceMedia.
2487
+ * @param {string} hospitalId
2488
+ * @param {string} specialtyId
2489
+ * @param {string} serviceId
2490
+ * @param {string} mediaId
2491
+ * @param {*} [options] Override http request option.
2492
+ * @throws {RequiredError}
2493
+ */
2494
+ async apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet(hospitalId: string, specialtyId: string, serviceId: string, mediaId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediaModel>> {
2495
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet(hospitalId, specialtyId, serviceId, mediaId, options);
2496
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2497
+ },
2498
+ /**
2499
+ *
2500
+ * @summary Get all HospitalWorkingDays.
2501
+ * @param {string} hospitalId
2502
+ * @param {string} [id]
2503
+ * @param {string} [dayOfWeek]
2504
+ * @param {Date} [timeFrom]
2505
+ * @param {Date} [timeTo]
2506
+ * @param {boolean} [checkHoliday]
2507
+ * @param {number} [page]
2508
+ * @param {number} [limit]
2509
+ * @param {Date} [lastRetrieved]
2510
+ * @param {*} [options] Override http request option.
2511
+ * @throws {RequiredError}
2512
+ */
2513
+ async apiV2HospitalsHospitalIdWorkingdaysGet(hospitalId: string, id?: string, dayOfWeek?: string, timeFrom?: Date, timeTo?: Date, checkHoliday?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WorkingDaysModel>> {
2514
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdWorkingdaysGet(hospitalId, id, dayOfWeek, timeFrom, timeTo, checkHoliday, page, limit, lastRetrieved, options);
2515
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2516
+ },
2517
+ /**
2518
+ *
2519
+ * @summary Get HospitalWorkingDay.
2520
+ * @param {string} hospitalId
2521
+ * @param {string} workingDayId
2522
+ * @param {*} [options] Override http request option.
2523
+ * @throws {RequiredError}
2524
+ */
2525
+ async apiV2HospitalsHospitalIdWorkingdaysWorkingDayIdGet(hospitalId: string, workingDayId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WorkingDayModel>> {
2526
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdWorkingdaysWorkingDayIdGet(hospitalId, workingDayId, options);
2527
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2528
+ },
2529
+ /**
2530
+ *
2531
+ * @summary Get all Hospitals.
2532
+ * @param {string} [hospitalId]
2533
+ * @param {string} [name]
2534
+ * @param {string} [countryId]
2535
+ * @param {Date} [created]
2536
+ * @param {MarketingType} [marketingType]
2537
+ * @param {string} [specialtyTypeId]
2538
+ * @param {string} [specialtyId]
2539
+ * @param {string} [exceptHospitalId]
2540
+ * @param {number} [mediaCount]
2541
+ * @param {boolean} [showHidden]
2542
+ * @param {string} [languageCode]
2543
+ * @param {Array<string>} [ids]
2544
+ * @param {boolean} [returnDefaultValue]
2545
+ * @param {boolean} [paymentEnabled]
2546
+ * @param {number} [page]
2547
+ * @param {number} [limit]
2548
+ * @param {Date} [lastRetrieved]
2549
+ * @param {*} [options] Override http request option.
2550
+ * @throws {RequiredError}
2551
+ */
2552
+ async apiV2HospitalsSimpleGet(hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, mediaCount?: number, showHidden?: boolean, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalsSimpleModel>> {
2553
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsSimpleGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, mediaCount, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options);
2554
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2555
+ },
2556
+ /**
2557
+ *
2558
+ * @summary
2559
+ * @param {string} slug
2560
+ * @param {string} [languageCode]
2561
+ * @param {boolean} [returnDefaultValue]
2562
+ * @param {*} [options] Override http request option.
2563
+ * @throws {RequiredError}
2564
+ */
2565
+ async apiV2HospitalsSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalModel>> {
2566
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsSlugGet(slug, languageCode, returnDefaultValue, options);
2567
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2568
+ },
2569
+ }
2570
+ };
2571
+
2572
+ /**
2573
+ * HospitalsApi - factory interface
2574
+ * @export
2575
+ */
2576
+ export const HospitalsApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
2577
+ const localVarFp = HospitalsApiFp(configuration)
2578
+ return {
2579
+ /**
2580
+ *
2581
+ * @summary Get all Hospitals.
2582
+ * @param {string} [hospitalId]
2583
+ * @param {string} [name]
2584
+ * @param {string} [countryId]
2585
+ * @param {Date} [created]
2586
+ * @param {MarketingType} [marketingType]
2587
+ * @param {string} [specialtyTypeId]
2588
+ * @param {string} [specialtyId]
2589
+ * @param {string} [exceptHospitalId]
2590
+ * @param {number} [mediaCount]
2591
+ * @param {boolean} [showHidden]
2592
+ * @param {string} [languageCode]
2593
+ * @param {Array<string>} [ids]
2594
+ * @param {boolean} [returnDefaultValue]
2595
+ * @param {boolean} [paymentEnabled]
2596
+ * @param {number} [page]
2597
+ * @param {number} [limit]
2598
+ * @param {Date} [lastRetrieved]
2599
+ * @param {*} [options] Override http request option.
2600
+ * @throws {RequiredError}
2601
+ */
2602
+ apiV2HospitalsGet(hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, mediaCount?: number, showHidden?: boolean, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalsModel> {
2603
+ return localVarFp.apiV2HospitalsGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, mediaCount, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
2604
+ },
2605
+ /**
2606
+ *
2607
+ * @summary Get HospitalAccreditation.
2608
+ * @param {string} hospitalId
2609
+ * @param {string} accreditationId
2610
+ * @param {*} [options] Override http request option.
2611
+ * @throws {RequiredError}
2612
+ */
2613
+ apiV2HospitalsHospitalIdAccreditationsAccreditationIdGet(hospitalId: string, accreditationId: string, options?: any): AxiosPromise<HospitalAccreditationModel> {
2614
+ return localVarFp.apiV2HospitalsHospitalIdAccreditationsAccreditationIdGet(hospitalId, accreditationId, options).then((request) => request(axios, basePath));
2615
+ },
2616
+ /**
2617
+ *
2618
+ * @summary Get all HospitalAccreditations.
2619
+ * @param {string} hospitalId
2620
+ * @param {string} [hospitalName]
2621
+ * @param {string} [accreditationId]
2622
+ * @param {string} [accreditationName]
2623
+ * @param {number} [page]
2624
+ * @param {number} [limit]
2625
+ * @param {Date} [lastRetrieved]
2626
+ * @param {*} [options] Override http request option.
2627
+ * @throws {RequiredError}
2628
+ */
2629
+ apiV2HospitalsHospitalIdAccreditationsGet(hospitalId: string, hospitalName?: string, accreditationId?: string, accreditationName?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalAccreditationsModel> {
2630
+ return localVarFp.apiV2HospitalsHospitalIdAccreditationsGet(hospitalId, hospitalName, accreditationId, accreditationName, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
2631
+ },
2632
+ /**
2633
+ *
2634
+ * @summary Get HospitalEquipment.
2635
+ * @param {string} hospitalId
2636
+ * @param {string} equipmentId
2637
+ * @param {*} [options] Override http request option.
2638
+ * @throws {RequiredError}
2639
+ */
2640
+ apiV2HospitalsHospitalIdEquipmentsEquipmentIdGet(hospitalId: string, equipmentId: string, options?: any): AxiosPromise<HospitalEquipmentModel> {
2641
+ return localVarFp.apiV2HospitalsHospitalIdEquipmentsEquipmentIdGet(hospitalId, equipmentId, options).then((request) => request(axios, basePath));
2642
+ },
2643
+ /**
2644
+ *
2645
+ * @summary Get all EquipmentMedia.
2646
+ * @param {string} hospitalId
2647
+ * @param {string} equipmentId
2648
+ * @param {string} [id]
2649
+ * @param {MediaType} [mediaType]
2650
+ * @param {number} [page]
2651
+ * @param {number} [limit]
2652
+ * @param {Date} [lastRetrieved]
2653
+ * @param {*} [options] Override http request option.
2654
+ * @throws {RequiredError}
2655
+ */
2656
+ apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGet(hospitalId: string, equipmentId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<MediasModel> {
2657
+ return localVarFp.apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGet(hospitalId, equipmentId, id, mediaType, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
2658
+ },
2659
+ /**
2660
+ *
2661
+ * @summary Get EquipmentMedia.
2662
+ * @param {string} hospitalId
2663
+ * @param {string} equipmentId
2664
+ * @param {string} mediaId
2665
+ * @param {*} [options] Override http request option.
2666
+ * @throws {RequiredError}
2667
+ */
2668
+ apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGet(hospitalId: string, equipmentId: string, mediaId: string, options?: any): AxiosPromise<MediaModel> {
2669
+ return localVarFp.apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGet(hospitalId, equipmentId, mediaId, options).then((request) => request(axios, basePath));
2670
+ },
2671
+ /**
2672
+ *
2673
+ * @summary Get all HospitalEquipments.
2674
+ * @param {string} hospitalId
2675
+ * @param {string} [id]
2676
+ * @param {string} [name]
2677
+ * @param {string} [hospitalId2]
2678
+ * @param {string} [hospitalName]
2679
+ * @param {string} [description]
2680
+ * @param {Date} [created]
2681
+ * @param {number} [page]
2682
+ * @param {number} [limit]
2683
+ * @param {Date} [lastRetrieved]
2684
+ * @param {*} [options] Override http request option.
2685
+ * @throws {RequiredError}
2686
+ */
2687
+ apiV2HospitalsHospitalIdEquipmentsGet(hospitalId: string, id?: string, name?: string, hospitalId2?: string, hospitalName?: string, description?: string, created?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalEquipmentsModel> {
2688
+ return localVarFp.apiV2HospitalsHospitalIdEquipmentsGet(hospitalId, id, name, hospitalId2, hospitalName, description, created, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
2689
+ },
2690
+ /**
2691
+ *
2692
+ * @summary Get HospitalEvaluation.
2693
+ * @param {string} hospitalId
2694
+ * @param {string} evaluationId
2695
+ * @param {*} [options] Override http request option.
2696
+ * @throws {RequiredError}
2697
+ */
2698
+ apiV2HospitalsHospitalIdEvaluationsEvaluationIdGet(hospitalId: string, evaluationId: string, options?: any): AxiosPromise<HospitalEvaluationModel> {
2699
+ return localVarFp.apiV2HospitalsHospitalIdEvaluationsEvaluationIdGet(hospitalId, evaluationId, options).then((request) => request(axios, basePath));
2700
+ },
2701
+ /**
2702
+ *
2703
+ * @summary Get all HospitalEvaluations.
2704
+ * @param {string} hospitalId
2705
+ * @param {string} [id]
2706
+ * @param {string} [name]
2707
+ * @param {number} [stars]
2708
+ * @param {number} [page]
2709
+ * @param {number} [limit]
2710
+ * @param {Date} [lastRetrieved]
2711
+ * @param {*} [options] Override http request option.
2712
+ * @throws {RequiredError}
2713
+ */
2714
+ apiV2HospitalsHospitalIdEvaluationsGet(hospitalId: string, id?: string, name?: string, stars?: number, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalEvaluationsModel> {
2715
+ return localVarFp.apiV2HospitalsHospitalIdEvaluationsGet(hospitalId, id, name, stars, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
2716
+ },
2717
+ /**
2718
+ *
2719
+ * @summary
2720
+ * @param {string} hospitalId
2721
+ * @param {string} [languageCode]
2722
+ * @param {boolean} [returnDefaultValue]
2723
+ * @param {*} [options] Override http request option.
2724
+ * @throws {RequiredError}
2725
+ */
2726
+ apiV2HospitalsHospitalIdGet(hospitalId: string, languageCode?: string, returnDefaultValue?: boolean, options?: any): AxiosPromise<HospitalModel> {
2727
+ return localVarFp.apiV2HospitalsHospitalIdGet(hospitalId, languageCode, returnDefaultValue, options).then((request) => request(axios, basePath));
2728
+ },
2729
+ /**
2730
+ *
2731
+ * @summary Get all HospitalHandles.
2732
+ * @param {string} hospitalId
2733
+ * @param {string} [id]
2734
+ * @param {SnsType} [snsType]
2735
+ * @param {string} [handle]
2736
+ * @param {number} [page]
2737
+ * @param {number} [limit]
2738
+ * @param {Date} [lastRetrieved]
2739
+ * @param {*} [options] Override http request option.
2740
+ * @throws {RequiredError}
2741
+ */
2742
+ apiV2HospitalsHospitalIdHandlesGet(hospitalId: string, id?: string, snsType?: SnsType, handle?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalSnsHandlesModel> {
2743
+ return localVarFp.apiV2HospitalsHospitalIdHandlesGet(hospitalId, id, snsType, handle, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
2744
+ },
2745
+ /**
2746
+ *
2747
+ * @summary Get HospitalHandle.
2748
+ * @param {string} hospitalId
2749
+ * @param {string} handleId
2750
+ * @param {*} [options] Override http request option.
2751
+ * @throws {RequiredError}
2752
+ */
2753
+ apiV2HospitalsHospitalIdHandlesHandleIdGet(hospitalId: string, handleId: string, options?: any): AxiosPromise<SnsHandleModel> {
2754
+ return localVarFp.apiV2HospitalsHospitalIdHandlesHandleIdGet(hospitalId, handleId, options).then((request) => request(axios, basePath));
2755
+ },
2756
+ /**
2757
+ *
2758
+ * @param {string} hospitalId
2759
+ * @param {string} [name]
2760
+ * @param {string} [slug]
2761
+ * @param {string} [languageCode]
2762
+ * @param {boolean} [showHidden]
2763
+ * @param {number} [page]
2764
+ * @param {number} [limit]
2765
+ * @param {Date} [lastRetrieved]
2766
+ * @param {*} [options] Override http request option.
2767
+ * @throws {RequiredError}
2768
+ */
2769
+ apiV2HospitalsHospitalIdLandingsGet(hospitalId: string, name?: string, slug?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<LandingsModel> {
2770
+ return localVarFp.apiV2HospitalsHospitalIdLandingsGet(hospitalId, name, slug, languageCode, showHidden, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
2771
+ },
2772
+ /**
2773
+ *
2774
+ * @param {string} hospitalId
2775
+ * @param {string} landingId
2776
+ * @param {string} [languageCode]
2777
+ * @param {*} [options] Override http request option.
2778
+ * @throws {RequiredError}
2779
+ */
2780
+ apiV2HospitalsHospitalIdLandingsLandingIdGet(hospitalId: string, landingId: string, languageCode?: string, options?: any): AxiosPromise<LandingModel> {
2781
+ return localVarFp.apiV2HospitalsHospitalIdLandingsLandingIdGet(hospitalId, landingId, languageCode, options).then((request) => request(axios, basePath));
2782
+ },
2783
+ /**
2784
+ *
2785
+ * @param {string} slug
2786
+ * @param {string} hospitalId
2787
+ * @param {string} [languageCode]
2788
+ * @param {*} [options] Override http request option.
2789
+ * @throws {RequiredError}
2790
+ */
2791
+ apiV2HospitalsHospitalIdLandingsSlugGet(slug: string, hospitalId: string, languageCode?: string, options?: any): AxiosPromise<LandingModel> {
2792
+ return localVarFp.apiV2HospitalsHospitalIdLandingsSlugGet(slug, hospitalId, languageCode, options).then((request) => request(axios, basePath));
2793
+ },
2794
+ /**
2795
+ *
2796
+ * @summary Get hospitalLanguages
2797
+ * @param {string} hospitalId
2798
+ * @param {boolean} [showHidden]
2799
+ * @param {number} [page]
2800
+ * @param {number} [limit]
2801
+ * @param {Date} [lastRetrieved]
2802
+ * @param {*} [options] Override http request option.
2803
+ * @throws {RequiredError}
2804
+ */
2805
+ apiV2HospitalsHospitalIdLanguagesGet(hospitalId: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalLanguagesModel> {
2806
+ return localVarFp.apiV2HospitalsHospitalIdLanguagesGet(hospitalId, showHidden, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
2807
+ },
2808
+ /**
2809
+ *
2810
+ * @summary Get all HospitalMedias.
2811
+ * @param {string} hospitalId
2812
+ * @param {string} [id]
2813
+ * @param {MediaType} [mediaType]
2814
+ * @param {number} [page]
2815
+ * @param {number} [limit]
2816
+ * @param {Date} [lastRetrieved]
2817
+ * @param {*} [options] Override http request option.
2818
+ * @throws {RequiredError}
2819
+ */
2820
+ apiV2HospitalsHospitalIdMediasGet(hospitalId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<MediasModel> {
2821
+ return localVarFp.apiV2HospitalsHospitalIdMediasGet(hospitalId, id, mediaType, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
2822
+ },
2823
+ /**
2824
+ *
2825
+ * @summary Get HospitalMedia.
2826
+ * @param {string} hospitalId
2827
+ * @param {string} mediaId
2828
+ * @param {*} [options] Override http request option.
2829
+ * @throws {RequiredError}
2830
+ */
2831
+ apiV2HospitalsHospitalIdMediasMediaIdGet(hospitalId: string, mediaId: string, options?: any): AxiosPromise<MediaModel> {
2832
+ return localVarFp.apiV2HospitalsHospitalIdMediasMediaIdGet(hospitalId, mediaId, options).then((request) => request(axios, basePath));
2833
+ },
2834
+ /**
2835
+ *
2836
+ * @summary Get all HospitalSpecialties.
2837
+ * @param {string} hospitalId
2838
+ * @param {string} [specialtyId]
2839
+ * @param {string} [specialtyName]
2840
+ * @param {string} [specialtyTypeId]
2841
+ * @param {string} [specialtyTypeName]
2842
+ * @param {string} [hospitalSpecialtyId]
2843
+ * @param {string} [name]
2844
+ * @param {string} [slug]
2845
+ * @param {MarketingType} [marketingType]
2846
+ * @param {string} [languageCode]
2847
+ * @param {boolean} [showHidden]
2848
+ * @param {number} [page]
2849
+ * @param {number} [limit]
2850
+ * @param {Date} [lastRetrieved]
2851
+ * @param {*} [options] Override http request option.
2852
+ * @throws {RequiredError}
2853
+ */
2854
+ apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalSpecialtiesModel> {
2855
+ return localVarFp.apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, showHidden, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
2856
+ },
2857
+ /**
2858
+ *
2859
+ * @summary Get all HospitalServiceMedias.
2860
+ * @param {string} hospitalId
2861
+ * @param {string} hospitalSpecialtyId
2862
+ * @param {string} [id]
2863
+ * @param {MediaType} [mediaType]
2864
+ * @param {number} [page]
2865
+ * @param {number} [limit]
2866
+ * @param {Date} [lastRetrieved]
2867
+ * @param {*} [options] Override http request option.
2868
+ * @throws {RequiredError}
2869
+ */
2870
+ apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet(hospitalId: string, hospitalSpecialtyId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<MediasModel> {
2871
+ return localVarFp.apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet(hospitalId, hospitalSpecialtyId, id, mediaType, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
2872
+ },
2873
+ /**
2874
+ *
2875
+ * @summary Get HospitalServiceMedia.
2876
+ * @param {string} hospitalId
2877
+ * @param {string} hospitalSpecialtyId
2878
+ * @param {string} mediaId
2879
+ * @param {*} [options] Override http request option.
2880
+ * @throws {RequiredError}
2881
+ */
2882
+ apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet(hospitalId: string, hospitalSpecialtyId: string, mediaId: string, options?: any): AxiosPromise<MediaModel> {
2883
+ return localVarFp.apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet(hospitalId, hospitalSpecialtyId, mediaId, options).then((request) => request(axios, basePath));
2884
+ },
2885
+ /**
2886
+ *
2887
+ * @summary Get all HospitalSpecialties.
2888
+ * @param {string} hospitalId
2889
+ * @param {string} [specialtyId]
2890
+ * @param {string} [specialtyName]
2891
+ * @param {string} [specialtyTypeId]
2892
+ * @param {string} [specialtyTypeName]
2893
+ * @param {string} [hospitalSpecialtyId]
2894
+ * @param {string} [name]
2895
+ * @param {string} [slug]
2896
+ * @param {MarketingType} [marketingType]
2897
+ * @param {string} [languageCode]
2898
+ * @param {boolean} [showHidden]
2899
+ * @param {number} [page]
2900
+ * @param {number} [limit]
2901
+ * @param {Date} [lastRetrieved]
2902
+ * @param {*} [options] Override http request option.
2903
+ * @throws {RequiredError}
2904
+ */
2905
+ apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalSpecialtiesSimpleModel> {
2906
+ return localVarFp.apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, showHidden, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
2907
+ },
2908
+ /**
2909
+ *
2910
+ * @summary Get HospitalSpecialty by slug.
2911
+ * @param {string} hospitalId
2912
+ * @param {string} slug
2913
+ * @param {string} [languageCode]
2914
+ * @param {*} [options] Override http request option.
2915
+ * @throws {RequiredError}
2916
+ */
2917
+ apiV2HospitalsHospitalIdSpecialtiesSlugGet(hospitalId: string, slug: string, languageCode?: string, options?: any): AxiosPromise<HospitalSpecialtyModel> {
2918
+ return localVarFp.apiV2HospitalsHospitalIdSpecialtiesSlugGet(hospitalId, slug, languageCode, options).then((request) => request(axios, basePath));
2919
+ },
2920
+ /**
2921
+ *
2922
+ * @summary Get HospitalSpecialty.
2923
+ * @param {string} hospitalId
2924
+ * @param {string} specialtyId
2925
+ * @param {string} [languageCode]
2926
+ * @param {*} [options] Override http request option.
2927
+ * @throws {RequiredError}
2928
+ */
2929
+ apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet(hospitalId: string, specialtyId: string, languageCode?: string, options?: any): AxiosPromise<HospitalSpecialtyModel> {
2930
+ return localVarFp.apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet(hospitalId, specialtyId, languageCode, options).then((request) => request(axios, basePath));
2931
+ },
2932
+ /**
2933
+ *
2934
+ * @summary Get all HospitalServices.
2935
+ * @param {string} hospitalId
2936
+ * @param {string} specialtyId
2937
+ * @param {string} [id]
2938
+ * @param {string} [name]
2939
+ * @param {string} [slug]
2940
+ * @param {string} [serviceCategoryId]
2941
+ * @param {MarketingType} [marketingType]
2942
+ * @param {Procedure} [procedure]
2943
+ * @param {Date} [created]
2944
+ * @param {string} [languageCode]
2945
+ * @param {boolean} [returnDefaultValue]
2946
+ * @param {number} [page]
2947
+ * @param {number} [limit]
2948
+ * @param {Date} [lastRetrieved]
2949
+ * @param {*} [options] Override http request option.
2950
+ * @throws {RequiredError}
2951
+ */
2952
+ apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet(hospitalId: string, specialtyId: string, id?: string, name?: string, slug?: string, serviceCategoryId?: string, marketingType?: MarketingType, procedure?: Procedure, created?: Date, languageCode?: string, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalServicesModel> {
2953
+ return localVarFp.apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet(hospitalId, specialtyId, id, name, slug, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
2954
+ },
2955
+ /**
2956
+ *
2957
+ * @summary Get HospitalService.
2958
+ * @param {string} hospitalId
2959
+ * @param {string} specialtyId
2960
+ * @param {string} serviceId
2961
+ * @param {string} [languageCode]
2962
+ * @param {boolean} [returnDefaultValue]
2963
+ * @param {*} [options] Override http request option.
2964
+ * @throws {RequiredError}
2965
+ */
2966
+ apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet(hospitalId: string, specialtyId: string, serviceId: string, languageCode?: string, returnDefaultValue?: boolean, options?: any): AxiosPromise<HospitalServiceModel> {
2967
+ return localVarFp.apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet(hospitalId, specialtyId, serviceId, languageCode, returnDefaultValue, options).then((request) => request(axios, basePath));
2968
+ },
2969
+ /**
2970
+ *
2971
+ * @summary Get all HospitalServiceMedias.
2972
+ * @param {string} hospitalId
2973
+ * @param {string} specialtyId
2974
+ * @param {string} serviceId
2975
+ * @param {string} [id]
2976
+ * @param {MediaType} [mediaType]
2977
+ * @param {number} [page]
2978
+ * @param {number} [limit]
2979
+ * @param {Date} [lastRetrieved]
2980
+ * @param {*} [options] Override http request option.
2981
+ * @throws {RequiredError}
2982
+ */
2983
+ apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet(hospitalId: string, specialtyId: string, serviceId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<MediasModel> {
2984
+ return localVarFp.apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet(hospitalId, specialtyId, serviceId, id, mediaType, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
2985
+ },
2986
+ /**
2987
+ *
2988
+ * @summary Get HospitalServiceMedia.
2989
+ * @param {string} hospitalId
2990
+ * @param {string} specialtyId
2991
+ * @param {string} serviceId
2992
+ * @param {string} mediaId
2993
+ * @param {*} [options] Override http request option.
2994
+ * @throws {RequiredError}
2995
+ */
2996
+ apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet(hospitalId: string, specialtyId: string, serviceId: string, mediaId: string, options?: any): AxiosPromise<MediaModel> {
2997
+ return localVarFp.apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet(hospitalId, specialtyId, serviceId, mediaId, options).then((request) => request(axios, basePath));
2998
+ },
2999
+ /**
3000
+ *
3001
+ * @summary Get all HospitalWorkingDays.
3002
+ * @param {string} hospitalId
3003
+ * @param {string} [id]
3004
+ * @param {string} [dayOfWeek]
3005
+ * @param {Date} [timeFrom]
3006
+ * @param {Date} [timeTo]
3007
+ * @param {boolean} [checkHoliday]
3008
+ * @param {number} [page]
3009
+ * @param {number} [limit]
3010
+ * @param {Date} [lastRetrieved]
3011
+ * @param {*} [options] Override http request option.
3012
+ * @throws {RequiredError}
3013
+ */
3014
+ apiV2HospitalsHospitalIdWorkingdaysGet(hospitalId: string, id?: string, dayOfWeek?: string, timeFrom?: Date, timeTo?: Date, checkHoliday?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<WorkingDaysModel> {
3015
+ return localVarFp.apiV2HospitalsHospitalIdWorkingdaysGet(hospitalId, id, dayOfWeek, timeFrom, timeTo, checkHoliday, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
3016
+ },
3017
+ /**
3018
+ *
3019
+ * @summary Get HospitalWorkingDay.
3020
+ * @param {string} hospitalId
3021
+ * @param {string} workingDayId
3022
+ * @param {*} [options] Override http request option.
3023
+ * @throws {RequiredError}
3024
+ */
3025
+ apiV2HospitalsHospitalIdWorkingdaysWorkingDayIdGet(hospitalId: string, workingDayId: string, options?: any): AxiosPromise<WorkingDayModel> {
3026
+ return localVarFp.apiV2HospitalsHospitalIdWorkingdaysWorkingDayIdGet(hospitalId, workingDayId, options).then((request) => request(axios, basePath));
3027
+ },
3028
+ /**
3029
+ *
3030
+ * @summary Get all Hospitals.
3031
+ * @param {string} [hospitalId]
3032
+ * @param {string} [name]
3033
+ * @param {string} [countryId]
3034
+ * @param {Date} [created]
3035
+ * @param {MarketingType} [marketingType]
3036
+ * @param {string} [specialtyTypeId]
3037
+ * @param {string} [specialtyId]
3038
+ * @param {string} [exceptHospitalId]
3039
+ * @param {number} [mediaCount]
3040
+ * @param {boolean} [showHidden]
3041
+ * @param {string} [languageCode]
3042
+ * @param {Array<string>} [ids]
3043
+ * @param {boolean} [returnDefaultValue]
3044
+ * @param {boolean} [paymentEnabled]
3045
+ * @param {number} [page]
3046
+ * @param {number} [limit]
3047
+ * @param {Date} [lastRetrieved]
3048
+ * @param {*} [options] Override http request option.
3049
+ * @throws {RequiredError}
3050
+ */
3051
+ apiV2HospitalsSimpleGet(hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, mediaCount?: number, showHidden?: boolean, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalsSimpleModel> {
3052
+ return localVarFp.apiV2HospitalsSimpleGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, mediaCount, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
3053
+ },
3054
+ /**
3055
+ *
3056
+ * @summary
3057
+ * @param {string} slug
3058
+ * @param {string} [languageCode]
3059
+ * @param {boolean} [returnDefaultValue]
3060
+ * @param {*} [options] Override http request option.
3061
+ * @throws {RequiredError}
3062
+ */
3063
+ apiV2HospitalsSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: any): AxiosPromise<HospitalModel> {
3064
+ return localVarFp.apiV2HospitalsSlugGet(slug, languageCode, returnDefaultValue, options).then((request) => request(axios, basePath));
3065
+ },
3066
+ };
3067
+ };
3068
+
3069
+ /**
3070
+ * HospitalsApi - object-oriented interface
3071
+ * @export
3072
+ * @class HospitalsApi
3073
+ * @extends {BaseAPI}
3074
+ */
3075
+ export class HospitalsApi extends BaseAPI {
3076
+ /**
3077
+ *
3078
+ * @summary Get all Hospitals.
3079
+ * @param {string} [hospitalId]
3080
+ * @param {string} [name]
3081
+ * @param {string} [countryId]
3082
+ * @param {Date} [created]
3083
+ * @param {MarketingType} [marketingType]
3084
+ * @param {string} [specialtyTypeId]
3085
+ * @param {string} [specialtyId]
3086
+ * @param {string} [exceptHospitalId]
3087
+ * @param {number} [mediaCount]
3088
+ * @param {boolean} [showHidden]
3089
+ * @param {string} [languageCode]
3090
+ * @param {Array<string>} [ids]
3091
+ * @param {boolean} [returnDefaultValue]
3092
+ * @param {boolean} [paymentEnabled]
3093
+ * @param {number} [page]
3094
+ * @param {number} [limit]
3095
+ * @param {Date} [lastRetrieved]
3096
+ * @param {*} [options] Override http request option.
3097
+ * @throws {RequiredError}
3098
+ * @memberof HospitalsApi
3099
+ */
3100
+ public apiV2HospitalsGet(hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, mediaCount?: number, showHidden?: boolean, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
3101
+ return HospitalsApiFp(this.configuration).apiV2HospitalsGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, mediaCount, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
3102
+ }
3103
+
3104
+ /**
3105
+ *
3106
+ * @summary Get HospitalAccreditation.
3107
+ * @param {string} hospitalId
3108
+ * @param {string} accreditationId
3109
+ * @param {*} [options] Override http request option.
3110
+ * @throws {RequiredError}
3111
+ * @memberof HospitalsApi
3112
+ */
3113
+ public apiV2HospitalsHospitalIdAccreditationsAccreditationIdGet(hospitalId: string, accreditationId: string, options?: AxiosRequestConfig) {
3114
+ return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdAccreditationsAccreditationIdGet(hospitalId, accreditationId, options).then((request) => request(this.axios, this.basePath));
3115
+ }
3116
+
3117
+ /**
3118
+ *
3119
+ * @summary Get all HospitalAccreditations.
3120
+ * @param {string} hospitalId
3121
+ * @param {string} [hospitalName]
3122
+ * @param {string} [accreditationId]
3123
+ * @param {string} [accreditationName]
3124
+ * @param {number} [page]
3125
+ * @param {number} [limit]
3126
+ * @param {Date} [lastRetrieved]
3127
+ * @param {*} [options] Override http request option.
3128
+ * @throws {RequiredError}
3129
+ * @memberof HospitalsApi
3130
+ */
3131
+ public apiV2HospitalsHospitalIdAccreditationsGet(hospitalId: string, hospitalName?: string, accreditationId?: string, accreditationName?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
3132
+ return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdAccreditationsGet(hospitalId, hospitalName, accreditationId, accreditationName, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
3133
+ }
3134
+
3135
+ /**
3136
+ *
3137
+ * @summary Get HospitalEquipment.
3138
+ * @param {string} hospitalId
3139
+ * @param {string} equipmentId
3140
+ * @param {*} [options] Override http request option.
3141
+ * @throws {RequiredError}
3142
+ * @memberof HospitalsApi
3143
+ */
3144
+ public apiV2HospitalsHospitalIdEquipmentsEquipmentIdGet(hospitalId: string, equipmentId: string, options?: AxiosRequestConfig) {
3145
+ return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdEquipmentsEquipmentIdGet(hospitalId, equipmentId, options).then((request) => request(this.axios, this.basePath));
3146
+ }
3147
+
3148
+ /**
3149
+ *
3150
+ * @summary Get all EquipmentMedia.
3151
+ * @param {string} hospitalId
3152
+ * @param {string} equipmentId
3153
+ * @param {string} [id]
3154
+ * @param {MediaType} [mediaType]
3155
+ * @param {number} [page]
3156
+ * @param {number} [limit]
3157
+ * @param {Date} [lastRetrieved]
3158
+ * @param {*} [options] Override http request option.
3159
+ * @throws {RequiredError}
3160
+ * @memberof HospitalsApi
3161
+ */
3162
+ public apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGet(hospitalId: string, equipmentId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
3163
+ return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGet(hospitalId, equipmentId, id, mediaType, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
3164
+ }
3165
+
3166
+ /**
3167
+ *
3168
+ * @summary Get EquipmentMedia.
3169
+ * @param {string} hospitalId
3170
+ * @param {string} equipmentId
3171
+ * @param {string} mediaId
3172
+ * @param {*} [options] Override http request option.
3173
+ * @throws {RequiredError}
3174
+ * @memberof HospitalsApi
3175
+ */
3176
+ public apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGet(hospitalId: string, equipmentId: string, mediaId: string, options?: AxiosRequestConfig) {
3177
+ return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGet(hospitalId, equipmentId, mediaId, options).then((request) => request(this.axios, this.basePath));
3178
+ }
3179
+
3180
+ /**
3181
+ *
3182
+ * @summary Get all HospitalEquipments.
3183
+ * @param {string} hospitalId
3184
+ * @param {string} [id]
3185
+ * @param {string} [name]
3186
+ * @param {string} [hospitalId2]
3187
+ * @param {string} [hospitalName]
3188
+ * @param {string} [description]
3189
+ * @param {Date} [created]
3190
+ * @param {number} [page]
3191
+ * @param {number} [limit]
3192
+ * @param {Date} [lastRetrieved]
3193
+ * @param {*} [options] Override http request option.
3194
+ * @throws {RequiredError}
3195
+ * @memberof HospitalsApi
3196
+ */
3197
+ public apiV2HospitalsHospitalIdEquipmentsGet(hospitalId: string, id?: string, name?: string, hospitalId2?: string, hospitalName?: string, description?: string, created?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
3198
+ return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdEquipmentsGet(hospitalId, id, name, hospitalId2, hospitalName, description, created, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
3199
+ }
3200
+
3201
+ /**
3202
+ *
3203
+ * @summary Get HospitalEvaluation.
3204
+ * @param {string} hospitalId
3205
+ * @param {string} evaluationId
3206
+ * @param {*} [options] Override http request option.
3207
+ * @throws {RequiredError}
3208
+ * @memberof HospitalsApi
3209
+ */
3210
+ public apiV2HospitalsHospitalIdEvaluationsEvaluationIdGet(hospitalId: string, evaluationId: string, options?: AxiosRequestConfig) {
3211
+ return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdEvaluationsEvaluationIdGet(hospitalId, evaluationId, options).then((request) => request(this.axios, this.basePath));
3212
+ }
3213
+
3214
+ /**
3215
+ *
3216
+ * @summary Get all HospitalEvaluations.
3217
+ * @param {string} hospitalId
3218
+ * @param {string} [id]
3219
+ * @param {string} [name]
3220
+ * @param {number} [stars]
3221
+ * @param {number} [page]
3222
+ * @param {number} [limit]
3223
+ * @param {Date} [lastRetrieved]
3224
+ * @param {*} [options] Override http request option.
3225
+ * @throws {RequiredError}
3226
+ * @memberof HospitalsApi
3227
+ */
3228
+ public apiV2HospitalsHospitalIdEvaluationsGet(hospitalId: string, id?: string, name?: string, stars?: number, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
3229
+ return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdEvaluationsGet(hospitalId, id, name, stars, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
3230
+ }
3231
+
3232
+ /**
3233
+ *
3234
+ * @summary
3235
+ * @param {string} hospitalId
3236
+ * @param {string} [languageCode]
3237
+ * @param {boolean} [returnDefaultValue]
3238
+ * @param {*} [options] Override http request option.
3239
+ * @throws {RequiredError}
3240
+ * @memberof HospitalsApi
3241
+ */
3242
+ public apiV2HospitalsHospitalIdGet(hospitalId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig) {
3243
+ return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdGet(hospitalId, languageCode, returnDefaultValue, options).then((request) => request(this.axios, this.basePath));
3244
+ }
3245
+
3246
+ /**
3247
+ *
3248
+ * @summary Get all HospitalHandles.
3249
+ * @param {string} hospitalId
3250
+ * @param {string} [id]
3251
+ * @param {SnsType} [snsType]
3252
+ * @param {string} [handle]
3253
+ * @param {number} [page]
3254
+ * @param {number} [limit]
3255
+ * @param {Date} [lastRetrieved]
3256
+ * @param {*} [options] Override http request option.
3257
+ * @throws {RequiredError}
3258
+ * @memberof HospitalsApi
3259
+ */
3260
+ public apiV2HospitalsHospitalIdHandlesGet(hospitalId: string, id?: string, snsType?: SnsType, handle?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
3261
+ return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdHandlesGet(hospitalId, id, snsType, handle, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
3262
+ }
3263
+
3264
+ /**
3265
+ *
3266
+ * @summary Get HospitalHandle.
3267
+ * @param {string} hospitalId
3268
+ * @param {string} handleId
3269
+ * @param {*} [options] Override http request option.
3270
+ * @throws {RequiredError}
3271
+ * @memberof HospitalsApi
3272
+ */
3273
+ public apiV2HospitalsHospitalIdHandlesHandleIdGet(hospitalId: string, handleId: string, options?: AxiosRequestConfig) {
3274
+ return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdHandlesHandleIdGet(hospitalId, handleId, options).then((request) => request(this.axios, this.basePath));
3275
+ }
3276
+
3277
+ /**
3278
+ *
3279
+ * @param {string} hospitalId
3280
+ * @param {string} [name]
3281
+ * @param {string} [slug]
3282
+ * @param {string} [languageCode]
3283
+ * @param {boolean} [showHidden]
3284
+ * @param {number} [page]
3285
+ * @param {number} [limit]
3286
+ * @param {Date} [lastRetrieved]
3287
+ * @param {*} [options] Override http request option.
3288
+ * @throws {RequiredError}
3289
+ * @memberof HospitalsApi
3290
+ */
3291
+ public apiV2HospitalsHospitalIdLandingsGet(hospitalId: string, name?: string, slug?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
3292
+ return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdLandingsGet(hospitalId, name, slug, languageCode, showHidden, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
3293
+ }
3294
+
3295
+ /**
3296
+ *
3297
+ * @param {string} hospitalId
3298
+ * @param {string} landingId
3299
+ * @param {string} [languageCode]
3300
+ * @param {*} [options] Override http request option.
3301
+ * @throws {RequiredError}
3302
+ * @memberof HospitalsApi
3303
+ */
3304
+ public apiV2HospitalsHospitalIdLandingsLandingIdGet(hospitalId: string, landingId: string, languageCode?: string, options?: AxiosRequestConfig) {
3305
+ return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdLandingsLandingIdGet(hospitalId, landingId, languageCode, options).then((request) => request(this.axios, this.basePath));
3306
+ }
3307
+
3308
+ /**
3309
+ *
3310
+ * @param {string} slug
3311
+ * @param {string} hospitalId
3312
+ * @param {string} [languageCode]
3313
+ * @param {*} [options] Override http request option.
3314
+ * @throws {RequiredError}
3315
+ * @memberof HospitalsApi
3316
+ */
3317
+ public apiV2HospitalsHospitalIdLandingsSlugGet(slug: string, hospitalId: string, languageCode?: string, options?: AxiosRequestConfig) {
3318
+ return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdLandingsSlugGet(slug, hospitalId, languageCode, options).then((request) => request(this.axios, this.basePath));
3319
+ }
3320
+
3321
+ /**
3322
+ *
3323
+ * @summary Get hospitalLanguages
3324
+ * @param {string} hospitalId
3325
+ * @param {boolean} [showHidden]
3326
+ * @param {number} [page]
3327
+ * @param {number} [limit]
3328
+ * @param {Date} [lastRetrieved]
3329
+ * @param {*} [options] Override http request option.
3330
+ * @throws {RequiredError}
3331
+ * @memberof HospitalsApi
3332
+ */
3333
+ public apiV2HospitalsHospitalIdLanguagesGet(hospitalId: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
3334
+ return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdLanguagesGet(hospitalId, showHidden, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
3335
+ }
3336
+
3337
+ /**
3338
+ *
3339
+ * @summary Get all HospitalMedias.
3340
+ * @param {string} hospitalId
3341
+ * @param {string} [id]
3342
+ * @param {MediaType} [mediaType]
3343
+ * @param {number} [page]
3344
+ * @param {number} [limit]
3345
+ * @param {Date} [lastRetrieved]
3346
+ * @param {*} [options] Override http request option.
3347
+ * @throws {RequiredError}
3348
+ * @memberof HospitalsApi
3349
+ */
3350
+ public apiV2HospitalsHospitalIdMediasGet(hospitalId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
3351
+ return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdMediasGet(hospitalId, id, mediaType, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
3352
+ }
3353
+
3354
+ /**
3355
+ *
3356
+ * @summary Get HospitalMedia.
3357
+ * @param {string} hospitalId
3358
+ * @param {string} mediaId
3359
+ * @param {*} [options] Override http request option.
3360
+ * @throws {RequiredError}
3361
+ * @memberof HospitalsApi
3362
+ */
3363
+ public apiV2HospitalsHospitalIdMediasMediaIdGet(hospitalId: string, mediaId: string, options?: AxiosRequestConfig) {
3364
+ return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdMediasMediaIdGet(hospitalId, mediaId, options).then((request) => request(this.axios, this.basePath));
3365
+ }
3366
+
3367
+ /**
3368
+ *
3369
+ * @summary Get all HospitalSpecialties.
3370
+ * @param {string} hospitalId
3371
+ * @param {string} [specialtyId]
3372
+ * @param {string} [specialtyName]
3373
+ * @param {string} [specialtyTypeId]
3374
+ * @param {string} [specialtyTypeName]
3375
+ * @param {string} [hospitalSpecialtyId]
3376
+ * @param {string} [name]
3377
+ * @param {string} [slug]
3378
+ * @param {MarketingType} [marketingType]
3379
+ * @param {string} [languageCode]
3380
+ * @param {boolean} [showHidden]
3381
+ * @param {number} [page]
3382
+ * @param {number} [limit]
3383
+ * @param {Date} [lastRetrieved]
3384
+ * @param {*} [options] Override http request option.
3385
+ * @throws {RequiredError}
3386
+ * @memberof HospitalsApi
3387
+ */
3388
+ public apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
3389
+ return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, showHidden, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
3390
+ }
3391
+
3392
+ /**
3393
+ *
3394
+ * @summary Get all HospitalServiceMedias.
3395
+ * @param {string} hospitalId
3396
+ * @param {string} hospitalSpecialtyId
3397
+ * @param {string} [id]
3398
+ * @param {MediaType} [mediaType]
3399
+ * @param {number} [page]
3400
+ * @param {number} [limit]
3401
+ * @param {Date} [lastRetrieved]
3402
+ * @param {*} [options] Override http request option.
3403
+ * @throws {RequiredError}
3404
+ * @memberof HospitalsApi
3405
+ */
3406
+ public apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet(hospitalId: string, hospitalSpecialtyId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
3407
+ return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet(hospitalId, hospitalSpecialtyId, id, mediaType, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
3408
+ }
3409
+
3410
+ /**
3411
+ *
3412
+ * @summary Get HospitalServiceMedia.
3413
+ * @param {string} hospitalId
3414
+ * @param {string} hospitalSpecialtyId
3415
+ * @param {string} mediaId
3416
+ * @param {*} [options] Override http request option.
3417
+ * @throws {RequiredError}
3418
+ * @memberof HospitalsApi
3419
+ */
3420
+ public apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet(hospitalId: string, hospitalSpecialtyId: string, mediaId: string, options?: AxiosRequestConfig) {
3421
+ return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet(hospitalId, hospitalSpecialtyId, mediaId, options).then((request) => request(this.axios, this.basePath));
3422
+ }
3423
+
3424
+ /**
3425
+ *
3426
+ * @summary Get all HospitalSpecialties.
3427
+ * @param {string} hospitalId
3428
+ * @param {string} [specialtyId]
3429
+ * @param {string} [specialtyName]
3430
+ * @param {string} [specialtyTypeId]
3431
+ * @param {string} [specialtyTypeName]
3432
+ * @param {string} [hospitalSpecialtyId]
3433
+ * @param {string} [name]
3434
+ * @param {string} [slug]
3435
+ * @param {MarketingType} [marketingType]
3436
+ * @param {string} [languageCode]
3437
+ * @param {boolean} [showHidden]
3438
+ * @param {number} [page]
3439
+ * @param {number} [limit]
3440
+ * @param {Date} [lastRetrieved]
3441
+ * @param {*} [options] Override http request option.
3442
+ * @throws {RequiredError}
3443
+ * @memberof HospitalsApi
3444
+ */
3445
+ public apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
3446
+ return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, showHidden, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
3447
+ }
3448
+
3449
+ /**
3450
+ *
3451
+ * @summary Get HospitalSpecialty by slug.
3452
+ * @param {string} hospitalId
3453
+ * @param {string} slug
3454
+ * @param {string} [languageCode]
3455
+ * @param {*} [options] Override http request option.
3456
+ * @throws {RequiredError}
3457
+ * @memberof HospitalsApi
3458
+ */
3459
+ public apiV2HospitalsHospitalIdSpecialtiesSlugGet(hospitalId: string, slug: string, languageCode?: string, options?: AxiosRequestConfig) {
3460
+ return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSlugGet(hospitalId, slug, languageCode, options).then((request) => request(this.axios, this.basePath));
3461
+ }
3462
+
3463
+ /**
3464
+ *
3465
+ * @summary Get HospitalSpecialty.
3466
+ * @param {string} hospitalId
3467
+ * @param {string} specialtyId
3468
+ * @param {string} [languageCode]
3469
+ * @param {*} [options] Override http request option.
3470
+ * @throws {RequiredError}
3471
+ * @memberof HospitalsApi
3472
+ */
3473
+ public apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet(hospitalId: string, specialtyId: string, languageCode?: string, options?: AxiosRequestConfig) {
3474
+ return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet(hospitalId, specialtyId, languageCode, options).then((request) => request(this.axios, this.basePath));
3475
+ }
3476
+
3477
+ /**
3478
+ *
3479
+ * @summary Get all HospitalServices.
3480
+ * @param {string} hospitalId
3481
+ * @param {string} specialtyId
3482
+ * @param {string} [id]
3483
+ * @param {string} [name]
3484
+ * @param {string} [slug]
3485
+ * @param {string} [serviceCategoryId]
3486
+ * @param {MarketingType} [marketingType]
3487
+ * @param {Procedure} [procedure]
3488
+ * @param {Date} [created]
3489
+ * @param {string} [languageCode]
3490
+ * @param {boolean} [returnDefaultValue]
3491
+ * @param {number} [page]
3492
+ * @param {number} [limit]
3493
+ * @param {Date} [lastRetrieved]
3494
+ * @param {*} [options] Override http request option.
3495
+ * @throws {RequiredError}
3496
+ * @memberof HospitalsApi
3497
+ */
3498
+ public apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet(hospitalId: string, specialtyId: string, id?: string, name?: string, slug?: string, serviceCategoryId?: string, marketingType?: MarketingType, procedure?: Procedure, created?: Date, languageCode?: string, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
3499
+ return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet(hospitalId, specialtyId, id, name, slug, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
3500
+ }
3501
+
3502
+ /**
3503
+ *
3504
+ * @summary Get HospitalService.
3505
+ * @param {string} hospitalId
3506
+ * @param {string} specialtyId
3507
+ * @param {string} serviceId
3508
+ * @param {string} [languageCode]
3509
+ * @param {boolean} [returnDefaultValue]
3510
+ * @param {*} [options] Override http request option.
3511
+ * @throws {RequiredError}
3512
+ * @memberof HospitalsApi
3513
+ */
3514
+ public apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet(hospitalId: string, specialtyId: string, serviceId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig) {
3515
+ return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet(hospitalId, specialtyId, serviceId, languageCode, returnDefaultValue, options).then((request) => request(this.axios, this.basePath));
3516
+ }
3517
+
3518
+ /**
3519
+ *
3520
+ * @summary Get all HospitalServiceMedias.
3521
+ * @param {string} hospitalId
3522
+ * @param {string} specialtyId
3523
+ * @param {string} serviceId
3524
+ * @param {string} [id]
3525
+ * @param {MediaType} [mediaType]
3526
+ * @param {number} [page]
3527
+ * @param {number} [limit]
3528
+ * @param {Date} [lastRetrieved]
3529
+ * @param {*} [options] Override http request option.
3530
+ * @throws {RequiredError}
3531
+ * @memberof HospitalsApi
3532
+ */
3533
+ public apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet(hospitalId: string, specialtyId: string, serviceId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
3534
+ return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet(hospitalId, specialtyId, serviceId, id, mediaType, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
3535
+ }
3536
+
3537
+ /**
3538
+ *
3539
+ * @summary Get HospitalServiceMedia.
3540
+ * @param {string} hospitalId
3541
+ * @param {string} specialtyId
3542
+ * @param {string} serviceId
3543
+ * @param {string} mediaId
3544
+ * @param {*} [options] Override http request option.
3545
+ * @throws {RequiredError}
3546
+ * @memberof HospitalsApi
3547
+ */
3548
+ public apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet(hospitalId: string, specialtyId: string, serviceId: string, mediaId: string, options?: AxiosRequestConfig) {
3549
+ return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet(hospitalId, specialtyId, serviceId, mediaId, options).then((request) => request(this.axios, this.basePath));
3550
+ }
3551
+
3552
+ /**
3553
+ *
3554
+ * @summary Get all HospitalWorkingDays.
3555
+ * @param {string} hospitalId
3556
+ * @param {string} [id]
3557
+ * @param {string} [dayOfWeek]
3558
+ * @param {Date} [timeFrom]
3559
+ * @param {Date} [timeTo]
3560
+ * @param {boolean} [checkHoliday]
3561
+ * @param {number} [page]
3562
+ * @param {number} [limit]
3563
+ * @param {Date} [lastRetrieved]
3564
+ * @param {*} [options] Override http request option.
3565
+ * @throws {RequiredError}
3566
+ * @memberof HospitalsApi
3567
+ */
3568
+ public apiV2HospitalsHospitalIdWorkingdaysGet(hospitalId: string, id?: string, dayOfWeek?: string, timeFrom?: Date, timeTo?: Date, checkHoliday?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
3569
+ return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdWorkingdaysGet(hospitalId, id, dayOfWeek, timeFrom, timeTo, checkHoliday, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
3570
+ }
3571
+
3572
+ /**
3573
+ *
3574
+ * @summary Get HospitalWorkingDay.
3575
+ * @param {string} hospitalId
3576
+ * @param {string} workingDayId
3577
+ * @param {*} [options] Override http request option.
3578
+ * @throws {RequiredError}
3579
+ * @memberof HospitalsApi
3580
+ */
3581
+ public apiV2HospitalsHospitalIdWorkingdaysWorkingDayIdGet(hospitalId: string, workingDayId: string, options?: AxiosRequestConfig) {
3582
+ return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdWorkingdaysWorkingDayIdGet(hospitalId, workingDayId, options).then((request) => request(this.axios, this.basePath));
3583
+ }
3584
+
3585
+ /**
3586
+ *
3587
+ * @summary Get all Hospitals.
3588
+ * @param {string} [hospitalId]
3589
+ * @param {string} [name]
3590
+ * @param {string} [countryId]
3591
+ * @param {Date} [created]
3592
+ * @param {MarketingType} [marketingType]
3593
+ * @param {string} [specialtyTypeId]
3594
+ * @param {string} [specialtyId]
3595
+ * @param {string} [exceptHospitalId]
3596
+ * @param {number} [mediaCount]
3597
+ * @param {boolean} [showHidden]
3598
+ * @param {string} [languageCode]
3599
+ * @param {Array<string>} [ids]
3600
+ * @param {boolean} [returnDefaultValue]
3601
+ * @param {boolean} [paymentEnabled]
3602
+ * @param {number} [page]
3603
+ * @param {number} [limit]
3604
+ * @param {Date} [lastRetrieved]
3605
+ * @param {*} [options] Override http request option.
3606
+ * @throws {RequiredError}
3607
+ * @memberof HospitalsApi
3608
+ */
3609
+ public apiV2HospitalsSimpleGet(hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, mediaCount?: number, showHidden?: boolean, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
3610
+ return HospitalsApiFp(this.configuration).apiV2HospitalsSimpleGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, mediaCount, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
3611
+ }
3612
+
3613
+ /**
3614
+ *
3615
+ * @summary
3616
+ * @param {string} slug
3617
+ * @param {string} [languageCode]
3618
+ * @param {boolean} [returnDefaultValue]
3619
+ * @param {*} [options] Override http request option.
3620
+ * @throws {RequiredError}
3621
+ * @memberof HospitalsApi
3622
+ */
3623
+ public apiV2HospitalsSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig) {
3624
+ return HospitalsApiFp(this.configuration).apiV2HospitalsSlugGet(slug, languageCode, returnDefaultValue, options).then((request) => request(this.axios, this.basePath));
3625
+ }
3626
+ }