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