ch-admin-api-client-typescript 5.2.9 → 5.3.1

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 (222) hide show
  1. package/lib/api/hospitals-api.d.ts +148 -29
  2. package/lib/api/hospitals-api.d.ts.map +1 -1
  3. package/lib/api/hospitals-api.js +222 -34
  4. package/lib/api/vonage-accounts-api.d.ts +610 -0
  5. package/lib/api/vonage-accounts-api.d.ts.map +1 -0
  6. package/lib/api/vonage-accounts-api.js +1206 -0
  7. package/lib/api/vonage-applications-api.d.ts +283 -0
  8. package/lib/api/vonage-applications-api.d.ts.map +1 -0
  9. package/lib/api/vonage-applications-api.js +553 -0
  10. package/lib/api/vonage-numbers-api.d.ts +383 -0
  11. package/lib/api/vonage-numbers-api.d.ts.map +1 -0
  12. package/lib/api/vonage-numbers-api.js +622 -0
  13. package/lib/api/vonage-users-api.d.ts +109 -0
  14. package/lib/api/vonage-users-api.d.ts.map +1 -0
  15. package/lib/api/vonage-users-api.js +286 -0
  16. package/lib/api.d.ts +4 -0
  17. package/lib/api.d.ts.map +1 -1
  18. package/lib/api.js +4 -0
  19. package/lib/models/account-settings-result.d.ts +49 -0
  20. package/lib/models/account-settings-result.d.ts.map +1 -0
  21. package/lib/models/account-settings-result.js +15 -0
  22. package/lib/models/application-capabilities.d.ts +61 -0
  23. package/lib/models/application-capabilities.d.ts.map +1 -0
  24. package/lib/models/application-capabilities.js +15 -0
  25. package/lib/models/application-list.d.ts +26 -0
  26. package/lib/models/application-list.d.ts.map +1 -0
  27. package/lib/models/application-list.js +15 -0
  28. package/lib/models/application-page.d.ts +50 -0
  29. package/lib/models/application-page.d.ts.map +1 -0
  30. package/lib/models/application-page.js +15 -0
  31. package/lib/models/application.d.ts +45 -0
  32. package/lib/models/application.d.ts.map +1 -0
  33. package/lib/models/application.js +15 -0
  34. package/lib/models/balance-transfers.d.ts +55 -0
  35. package/lib/models/balance-transfers.d.ts.map +1 -0
  36. package/lib/models/balance-transfers.js +15 -0
  37. package/lib/models/balance.d.ts +31 -0
  38. package/lib/models/balance.d.ts.map +1 -0
  39. package/lib/models/balance.js +15 -0
  40. package/lib/models/buy-number-command.d.ts +37 -0
  41. package/lib/models/buy-number-command.d.ts.map +1 -0
  42. package/lib/models/buy-number-command.js +15 -0
  43. package/lib/models/cancel-number-command.d.ts +37 -0
  44. package/lib/models/cancel-number-command.d.ts.map +1 -0
  45. package/lib/models/cancel-number-command.js +15 -0
  46. package/lib/models/create-application-command.d.ts +39 -0
  47. package/lib/models/create-application-command.d.ts.map +1 -0
  48. package/lib/models/create-application-command.js +15 -0
  49. package/lib/models/create-secret-command.d.ts +31 -0
  50. package/lib/models/create-secret-command.d.ts.map +1 -0
  51. package/lib/models/create-secret-command.js +15 -0
  52. package/lib/models/create-sub-account-command.d.ts +37 -0
  53. package/lib/models/create-sub-account-command.d.ts.map +1 -0
  54. package/lib/models/create-sub-account-command.js +15 -0
  55. package/lib/models/delete-application-command.d.ts +25 -0
  56. package/lib/models/delete-application-command.d.ts.map +1 -0
  57. package/lib/models/delete-application-command.js +15 -0
  58. package/lib/models/first.d.ts +25 -0
  59. package/lib/models/first.d.ts.map +1 -0
  60. package/lib/models/first.js +15 -0
  61. package/lib/models/get-transfer-balance-embeded.d.ts +26 -0
  62. package/lib/models/get-transfer-balance-embeded.d.ts.map +1 -0
  63. package/lib/models/get-transfer-balance-embeded.js +15 -0
  64. package/lib/models/get-transfer-balance-result.d.ts +33 -0
  65. package/lib/models/get-transfer-balance-result.d.ts.map +1 -0
  66. package/lib/models/get-transfer-balance-result.js +15 -0
  67. package/lib/models/get-users-result-embedded.d.ts +26 -0
  68. package/lib/models/get-users-result-embedded.d.ts.map +1 -0
  69. package/lib/models/get-users-result-embedded.js +15 -0
  70. package/lib/models/get-users-result.d.ts +45 -0
  71. package/lib/models/get-users-result.d.ts.map +1 -0
  72. package/lib/models/get-users-result.js +15 -0
  73. package/lib/models/hallinks.d.ts +50 -0
  74. package/lib/models/hallinks.d.ts.map +1 -0
  75. package/lib/models/hallinks.js +15 -0
  76. package/lib/models/index.d.ts +48 -0
  77. package/lib/models/index.d.ts.map +1 -1
  78. package/lib/models/index.js +48 -0
  79. package/lib/models/keys.d.ts +31 -0
  80. package/lib/models/keys.d.ts.map +1 -0
  81. package/lib/models/keys.js +15 -0
  82. package/lib/models/last.d.ts +25 -0
  83. package/lib/models/last.d.ts.map +1 -0
  84. package/lib/models/last.js +15 -0
  85. package/lib/models/link.d.ts +25 -0
  86. package/lib/models/link.d.ts.map +1 -0
  87. package/lib/models/link.js +15 -0
  88. package/lib/models/links.d.ts +40 -0
  89. package/lib/models/links.d.ts.map +1 -0
  90. package/lib/models/links.js +15 -0
  91. package/lib/models/meetings.d.ts +28 -0
  92. package/lib/models/meetings.d.ts.map +1 -0
  93. package/lib/models/meetings.js +15 -0
  94. package/lib/models/messages.d.ts +28 -0
  95. package/lib/models/messages.d.ts.map +1 -0
  96. package/lib/models/messages.js +15 -0
  97. package/lib/models/number-transaction-response.d.ts +31 -0
  98. package/lib/models/number-transaction-response.d.ts.map +1 -0
  99. package/lib/models/number-transaction-response.js +15 -0
  100. package/lib/models/number.d.ts +49 -0
  101. package/lib/models/number.d.ts.map +1 -0
  102. package/lib/models/number.js +15 -0
  103. package/lib/models/numbers-search-response.d.ts +32 -0
  104. package/lib/models/numbers-search-response.d.ts.map +1 -0
  105. package/lib/models/numbers-search-response.js +15 -0
  106. package/lib/models/primary-account.d.ts +55 -0
  107. package/lib/models/primary-account.d.ts.map +1 -0
  108. package/lib/models/primary-account.js +15 -0
  109. package/lib/models/retrieve-sub-accounts-embedded.d.ts +33 -0
  110. package/lib/models/retrieve-sub-accounts-embedded.d.ts.map +1 -0
  111. package/lib/models/retrieve-sub-accounts-embedded.js +15 -0
  112. package/lib/models/retrieve-sub-accounts-result.d.ts +45 -0
  113. package/lib/models/retrieve-sub-accounts-result.d.ts.map +1 -0
  114. package/lib/models/retrieve-sub-accounts-result.js +15 -0
  115. package/lib/models/rtc.d.ts +28 -0
  116. package/lib/models/rtc.d.ts.map +1 -0
  117. package/lib/models/rtc.js +15 -0
  118. package/lib/models/search-pattern.d.ts +23 -0
  119. package/lib/models/search-pattern.d.ts.map +1 -0
  120. package/lib/models/search-pattern.js +26 -0
  121. package/lib/models/secret-list.d.ts +26 -0
  122. package/lib/models/secret-list.d.ts.map +1 -0
  123. package/lib/models/secret-list.js +15 -0
  124. package/lib/models/secret.d.ts +38 -0
  125. package/lib/models/secret.d.ts.map +1 -0
  126. package/lib/models/secret.js +15 -0
  127. package/lib/models/secrets-request-result.d.ts +33 -0
  128. package/lib/models/secrets-request-result.d.ts.map +1 -0
  129. package/lib/models/secrets-request-result.js +15 -0
  130. package/lib/models/self.d.ts +25 -0
  131. package/lib/models/self.d.ts.map +1 -0
  132. package/lib/models/self.js +15 -0
  133. package/lib/models/sub-account.d.ts +73 -0
  134. package/lib/models/sub-account.d.ts.map +1 -0
  135. package/lib/models/sub-account.js +15 -0
  136. package/lib/models/transfer-balance-command.d.ts +37 -0
  137. package/lib/models/transfer-balance-command.d.ts.map +1 -0
  138. package/lib/models/transfer-balance-command.js +15 -0
  139. package/lib/models/transfer-balance-result.d.ts +68 -0
  140. package/lib/models/transfer-balance-result.d.ts.map +1 -0
  141. package/lib/models/transfer-balance-result.js +15 -0
  142. package/lib/models/update-account-command.d.ts +31 -0
  143. package/lib/models/update-account-command.d.ts.map +1 -0
  144. package/lib/models/update-account-command.js +15 -0
  145. package/lib/models/update-application-command.d.ts +45 -0
  146. package/lib/models/update-application-command.d.ts.map +1 -0
  147. package/lib/models/update-application-command.js +15 -0
  148. package/lib/models/update-number-command.d.ts +67 -0
  149. package/lib/models/update-number-command.d.ts.map +1 -0
  150. package/lib/models/update-number-command.js +15 -0
  151. package/lib/models/vbc.d.ts +28 -0
  152. package/lib/models/vbc.d.ts.map +1 -0
  153. package/lib/models/vbc.js +15 -0
  154. package/lib/models/video.d.ts +28 -0
  155. package/lib/models/video.d.ts.map +1 -0
  156. package/lib/models/video.js +15 -0
  157. package/lib/models/voice.d.ts +28 -0
  158. package/lib/models/voice.d.ts.map +1 -0
  159. package/lib/models/voice.js +15 -0
  160. package/lib/models/vonage-user.d.ts +44 -0
  161. package/lib/models/vonage-user.d.ts.map +1 -0
  162. package/lib/models/vonage-user.js +15 -0
  163. package/lib/models/webhook.d.ts +31 -0
  164. package/lib/models/webhook.d.ts.map +1 -0
  165. package/lib/models/webhook.js +15 -0
  166. package/package.json +1 -1
  167. package/src/.openapi-generator/FILES +52 -0
  168. package/src/api/hospitals-api.ts +259 -47
  169. package/src/api/vonage-accounts-api.ts +1171 -0
  170. package/src/api/vonage-applications-api.ts +516 -0
  171. package/src/api/vonage-numbers-api.ts +675 -0
  172. package/src/api/vonage-users-api.ts +203 -0
  173. package/src/api.ts +4 -0
  174. package/src/models/account-settings-result.ts +54 -0
  175. package/src/models/application-capabilities.ts +78 -0
  176. package/src/models/application-list.ts +33 -0
  177. package/src/models/application-page.ts +57 -0
  178. package/src/models/application.ts +54 -0
  179. package/src/models/balance-transfers.ts +60 -0
  180. package/src/models/balance.ts +36 -0
  181. package/src/models/buy-number-command.ts +42 -0
  182. package/src/models/cancel-number-command.ts +42 -0
  183. package/src/models/create-application-command.ts +48 -0
  184. package/src/models/create-secret-command.ts +36 -0
  185. package/src/models/create-sub-account-command.ts +42 -0
  186. package/src/models/delete-application-command.ts +30 -0
  187. package/src/models/first.ts +30 -0
  188. package/src/models/get-transfer-balance-embeded.ts +33 -0
  189. package/src/models/get-transfer-balance-result.ts +42 -0
  190. package/src/models/get-users-result-embedded.ts +33 -0
  191. package/src/models/get-users-result.ts +54 -0
  192. package/src/models/hallinks.ts +57 -0
  193. package/src/models/index.ts +48 -0
  194. package/src/models/keys.ts +36 -0
  195. package/src/models/last.ts +30 -0
  196. package/src/models/link.ts +30 -0
  197. package/src/models/links.ts +51 -0
  198. package/src/models/meetings.ts +33 -0
  199. package/src/models/messages.ts +33 -0
  200. package/src/models/number-transaction-response.ts +36 -0
  201. package/src/models/number.ts +54 -0
  202. package/src/models/numbers-search-response.ts +39 -0
  203. package/src/models/primary-account.ts +60 -0
  204. package/src/models/retrieve-sub-accounts-embedded.ts +42 -0
  205. package/src/models/retrieve-sub-accounts-result.ts +54 -0
  206. package/src/models/rtc.ts +33 -0
  207. package/src/models/search-pattern.ts +32 -0
  208. package/src/models/secret-list.ts +33 -0
  209. package/src/models/secret.ts +45 -0
  210. package/src/models/secrets-request-result.ts +42 -0
  211. package/src/models/self.ts +30 -0
  212. package/src/models/sub-account.ts +78 -0
  213. package/src/models/transfer-balance-command.ts +42 -0
  214. package/src/models/transfer-balance-result.ts +75 -0
  215. package/src/models/update-account-command.ts +36 -0
  216. package/src/models/update-application-command.ts +54 -0
  217. package/src/models/update-number-command.ts +72 -0
  218. package/src/models/vbc.ts +33 -0
  219. package/src/models/video.ts +33 -0
  220. package/src/models/voice.ts +33 -0
  221. package/src/models/vonage-user.ts +51 -0
  222. package/src/models/webhook.ts +36 -0
@@ -47,6 +47,10 @@ api/survey-forms-api.ts
47
47
  api/survey-results-api.ts
48
48
  api/tags-api.ts
49
49
  api/translation-api.ts
50
+ api/vonage-accounts-api.ts
51
+ api/vonage-applications-api.ts
52
+ api/vonage-numbers-api.ts
53
+ api/vonage-users-api.ts
50
54
  base.ts
51
55
  common.ts
52
56
  configuration.ts
@@ -55,6 +59,7 @@ index.ts
55
59
  models/about-us-page-item-model.ts
56
60
  models/about-us-page-model.ts
57
61
  models/about-us-pages-model.ts
62
+ models/account-settings-result.ts
58
63
  models/accreditation-item-model.ts
59
64
  models/accreditation-model.ts
60
65
  models/accreditations-model.ts
@@ -62,6 +67,10 @@ models/admin-message-model.ts
62
67
  models/app-version-item-model.ts
63
68
  models/app-version-model.ts
64
69
  models/app-versions-model.ts
70
+ models/application-capabilities.ts
71
+ models/application-list.ts
72
+ models/application-page.ts
73
+ models/application.ts
65
74
  models/appointment-change-log-model.ts
66
75
  models/appointment-item-model.ts
67
76
  models/appointment-model.ts
@@ -89,6 +98,8 @@ models/article-tags-model.ts
89
98
  models/articles-model.ts
90
99
  models/auditable-entity-model.ts
91
100
  models/auditable-entity.ts
101
+ models/balance-transfers.ts
102
+ models/balance.ts
92
103
  models/batch-add-appointment-timetable-model.ts
93
104
  models/batch-add-hospital-consultation-timetable-model.ts
94
105
  models/batch-appointment-timetables-result-model.ts
@@ -107,6 +118,8 @@ models/booking-item-model.ts
107
118
  models/booking-model.ts
108
119
  models/booking-status.ts
109
120
  models/bookings-model.ts
121
+ models/buy-number-command.ts
122
+ models/cancel-number-command.ts
110
123
  models/chadmin-item-model.ts
111
124
  models/chadmin-model.ts
112
125
  models/chadmins-model.ts
@@ -137,6 +150,7 @@ models/country-model.ts
137
150
  models/create-about-us-page-command.ts
138
151
  models/create-accreditation-command.ts
139
152
  models/create-app-version-command.ts
153
+ models/create-application-command.ts
140
154
  models/create-article-command.ts
141
155
  models/create-article-contributor-command.ts
142
156
  models/create-article-source-command.ts
@@ -182,10 +196,12 @@ models/create-plan-command.ts
182
196
  models/create-plan-hospital-command.ts
183
197
  models/create-policy-command.ts
184
198
  models/create-profile-command.ts
199
+ models/create-secret-command.ts
185
200
  models/create-service-category-command.ts
186
201
  models/create-service-review-command.ts
187
202
  models/create-specialty-command.ts
188
203
  models/create-specialty-type-command.ts
204
+ models/create-sub-account-command.ts
189
205
  models/create-survey-form-command.ts
190
206
  models/create-tag-command.ts
191
207
  models/create-template-version-command.ts
@@ -202,6 +218,7 @@ models/deal-service-model.ts
202
218
  models/deal-services-model.ts
203
219
  models/deals-model.ts
204
220
  models/deals-simple-model.ts
221
+ models/delete-application-command.ts
205
222
  models/delete-hospital-consultation-timetable-override-command.ts
206
223
  models/doctor-affiliation-item-model.ts
207
224
  models/doctor-affiliation-model.ts
@@ -236,14 +253,20 @@ models/faq-tag-model.ts
236
253
  models/faq-tags-model.ts
237
254
  models/faqs-model.ts
238
255
  models/feature-model.ts
256
+ models/first.ts
239
257
  models/footer-navigation-item-model.ts
240
258
  models/gender.ts
259
+ models/get-transfer-balance-embeded.ts
260
+ models/get-transfer-balance-result.ts
261
+ models/get-users-result-embedded.ts
262
+ models/get-users-result.ts
241
263
  models/grade-item-model.ts
242
264
  models/grade-model.ts
243
265
  models/grade-targets.ts
244
266
  models/grades-model.ts
245
267
  models/group-channel-list.ts
246
268
  models/group-channel.ts
269
+ models/hallinks.ts
247
270
  models/header-navigation-item-model.ts
248
271
  models/hospital-accreditation-item-model.ts
249
272
  models/hospital-accreditation-model.ts
@@ -284,13 +307,17 @@ models/http-status-code.ts
284
307
  models/index.ts
285
308
  models/invite-send-bird-group-channel-command.ts
286
309
  models/jtoken.ts
310
+ models/keys.ts
287
311
  models/landing-item-model.ts
288
312
  models/landing-model.ts
289
313
  models/landings-model.ts
290
314
  models/language-item-model.ts
291
315
  models/language-model.ts
292
316
  models/languages-model.ts
317
+ models/last.ts
293
318
  models/leaved-group-channels-model.ts
319
+ models/link.ts
320
+ models/links.ts
294
321
  models/localized-url-model.ts
295
322
  models/location-model.ts
296
323
  models/manager-affiliation-item-model.ts
@@ -303,6 +330,7 @@ models/marketing-type.ts
303
330
  models/media-model.ts
304
331
  models/media-type.ts
305
332
  models/medias-model.ts
333
+ models/meetings.ts
306
334
  models/member-model.ts
307
335
  models/members-model.ts
308
336
  models/membership-item-model.ts
@@ -310,11 +338,15 @@ models/membership-model.ts
310
338
  models/memberships-model.ts
311
339
  models/mention-type.ts
312
340
  models/message-type.ts
341
+ models/messages.ts
313
342
  models/metadata.ts
314
343
  models/model-file.ts
315
344
  models/notification-code.ts
316
345
  models/notification-model.ts
317
346
  models/notifications-model.ts
347
+ models/number-transaction-response.ts
348
+ models/number.ts
349
+ models/numbers-search-response.ts
318
350
  models/paged-list-meta-data.ts
319
351
  models/patient-item-model.ts
320
352
  models/patient-model.ts
@@ -329,6 +361,7 @@ models/platform.ts
329
361
  models/policies-model.ts
330
362
  models/policy-item-model.ts
331
363
  models/policy-model.ts
364
+ models/primary-account.ts
332
365
  models/problem-details.ts
333
366
  models/procedure.ts
334
367
  models/recurring-interval.ts
@@ -337,7 +370,10 @@ models/reject-appointment-command.ts
337
370
  models/reject-booking-command.ts
338
371
  models/reject-consultation-command.ts
339
372
  models/reject-reason.ts
373
+ models/retrieve-sub-accounts-embedded.ts
374
+ models/retrieve-sub-accounts-result.ts
340
375
  models/review-type.ts
376
+ models/rtc.ts
341
377
  models/save-appointment-timetable-override-model.ts
342
378
  models/save-appointment-timetable-overrides-result-model.ts
343
379
  models/save-deal-appointment-timetable-overrides-command.ts
@@ -353,10 +389,15 @@ models/save-hospital-consultation-timetable-overrides-command.ts
353
389
  models/save-hospital-specialty-appointment-timetable-overrides-command.ts
354
390
  models/save-service-appointment-timetable-overrides-command.ts
355
391
  models/search-index-type.ts
392
+ models/search-pattern.ts
393
+ models/secret-list.ts
394
+ models/secret.ts
395
+ models/secrets-request-result.ts
356
396
  models/secure-container-item-model.ts
357
397
  models/secure-container-model.ts
358
398
  models/secure-containers-model.ts
359
399
  models/secure-file-model.ts
400
+ models/self.ts
360
401
  models/send-bird-group-channel-member.ts
361
402
  models/send-bird-group-channel-model.ts
362
403
  models/send-bird-group-channelr-operator.ts
@@ -386,6 +427,7 @@ models/specialty-types-model.ts
386
427
  models/specialty-types-simple-model.ts
387
428
  models/string-filter-types.ts
388
429
  models/string-string-ienumerable-key-value-pair.ts
430
+ models/sub-account.ts
389
431
  models/subscription-model.ts
390
432
  models/survey-form-element-input-model.ts
391
433
  models/survey-form-element-model.ts
@@ -409,13 +451,17 @@ models/template-version-item-model.ts
409
451
  models/template-version-model.ts
410
452
  models/template-versions-model.ts
411
453
  models/text-message.ts
454
+ models/transfer-balance-command.ts
455
+ models/transfer-balance-result.ts
412
456
  models/translate-all-options.ts
413
457
  models/translate-command.ts
414
458
  models/translate-doctor-affiliation-command.ts
415
459
  models/translate-hospital-command.ts
416
460
  models/update-about-us-page-command.ts
461
+ models/update-account-command.ts
417
462
  models/update-accreditation-command.ts
418
463
  models/update-app-version-command.ts
464
+ models/update-application-command.ts
419
465
  models/update-article-command.ts
420
466
  models/update-article-contributor-command.ts
421
467
  models/update-article-source-command.ts
@@ -451,6 +497,7 @@ models/update-landing-command.ts
451
497
  models/update-language-command.ts
452
498
  models/update-manager-command.ts
453
499
  models/update-media-command.ts
500
+ models/update-number-command.ts
454
501
  models/update-patient-command.ts
455
502
  models/update-plan-command.ts
456
503
  models/update-plan-hospital-command.ts
@@ -467,6 +514,11 @@ models/user-location-model.ts
467
514
  models/user-location-type.ts
468
515
  models/user-model.ts
469
516
  models/user.ts
517
+ models/vbc.ts
518
+ models/video.ts
519
+ models/voice.ts
520
+ models/vonage-user.ts
521
+ models/webhook.ts
470
522
  models/working-day-item-model.ts
471
523
  models/working-day-model.ts
472
524
  models/working-days-model.ts
@@ -3785,20 +3785,20 @@ export const HospitalsApiAxiosParamCreator = function (configuration?: Configura
3785
3785
  },
3786
3786
  /**
3787
3787
  *
3788
- * @summary Get file content by uri
3788
+ * @summary Get file content by file name
3789
3789
  * @param {string} hospitalId
3790
- * @param {string} uri
3790
+ * @param {string} fileName
3791
3791
  * @param {*} [options] Override http request option.
3792
3792
  * @throws {RequiredError}
3793
3793
  */
3794
- apiV1HospitalsHospitalIdSecurefilesUriGet: async (hospitalId: string, uri: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
3794
+ apiV1HospitalsHospitalIdSecurefilesFileNameGet: async (hospitalId: string, fileName: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
3795
3795
  // verify required parameter 'hospitalId' is not null or undefined
3796
- assertParamExists('apiV1HospitalsHospitalIdSecurefilesUriGet', 'hospitalId', hospitalId)
3797
- // verify required parameter 'uri' is not null or undefined
3798
- assertParamExists('apiV1HospitalsHospitalIdSecurefilesUriGet', 'uri', uri)
3799
- const localVarPath = `/api/v1/hospitals/{hospitalId}/securefiles/{uri}`
3796
+ assertParamExists('apiV1HospitalsHospitalIdSecurefilesFileNameGet', 'hospitalId', hospitalId)
3797
+ // verify required parameter 'fileName' is not null or undefined
3798
+ assertParamExists('apiV1HospitalsHospitalIdSecurefilesFileNameGet', 'fileName', fileName)
3799
+ const localVarPath = `/api/v1/hospitals/{hospitalId}/securefiles/{fileName}`
3800
3800
  .replace(`{${"hospitalId"}}`, encodeURIComponent(String(hospitalId)))
3801
- .replace(`{${"uri"}}`, encodeURIComponent(String(uri)));
3801
+ .replace(`{${"fileName"}}`, encodeURIComponent(String(fileName)));
3802
3802
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
3803
3803
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
3804
3804
  let baseOptions;
@@ -3827,21 +3827,21 @@ export const HospitalsApiAxiosParamCreator = function (configuration?: Configura
3827
3827
  },
3828
3828
  /**
3829
3829
  *
3830
- * @summary Get secure file url with read access by uri
3830
+ * @summary Get secure file url with read access by file name
3831
3831
  * @param {string} hospitalId
3832
- * @param {string} uri
3832
+ * @param {string} fileName
3833
3833
  * @param {number} [minutesAvailableUntil]
3834
3834
  * @param {*} [options] Override http request option.
3835
3835
  * @throws {RequiredError}
3836
3836
  */
3837
- apiV1HospitalsHospitalIdSecurefilesUriReadGet: async (hospitalId: string, uri: string, minutesAvailableUntil?: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
3837
+ apiV1HospitalsHospitalIdSecurefilesFileNameReadGet: async (hospitalId: string, fileName: string, minutesAvailableUntil?: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
3838
3838
  // verify required parameter 'hospitalId' is not null or undefined
3839
- assertParamExists('apiV1HospitalsHospitalIdSecurefilesUriReadGet', 'hospitalId', hospitalId)
3840
- // verify required parameter 'uri' is not null or undefined
3841
- assertParamExists('apiV1HospitalsHospitalIdSecurefilesUriReadGet', 'uri', uri)
3842
- const localVarPath = `/api/v1/hospitals/{hospitalId}/securefiles/{uri}/read`
3839
+ assertParamExists('apiV1HospitalsHospitalIdSecurefilesFileNameReadGet', 'hospitalId', hospitalId)
3840
+ // verify required parameter 'fileName' is not null or undefined
3841
+ assertParamExists('apiV1HospitalsHospitalIdSecurefilesFileNameReadGet', 'fileName', fileName)
3842
+ const localVarPath = `/api/v1/hospitals/{hospitalId}/securefiles/{fileName}/read`
3843
3843
  .replace(`{${"hospitalId"}}`, encodeURIComponent(String(hospitalId)))
3844
- .replace(`{${"uri"}}`, encodeURIComponent(String(uri)));
3844
+ .replace(`{${"fileName"}}`, encodeURIComponent(String(fileName)));
3845
3845
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
3846
3846
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
3847
3847
  let baseOptions;
@@ -3863,6 +3863,97 @@ export const HospitalsApiAxiosParamCreator = function (configuration?: Configura
3863
3863
 
3864
3864
 
3865
3865
 
3866
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
3867
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
3868
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
3869
+
3870
+ return {
3871
+ url: toPathString(localVarUrlObj),
3872
+ options: localVarRequestOptions,
3873
+ };
3874
+ },
3875
+ /**
3876
+ *
3877
+ * @summary Get file content by uri
3878
+ * @param {string} hospitalId
3879
+ * @param {string} [uri]
3880
+ * @param {*} [options] Override http request option.
3881
+ * @throws {RequiredError}
3882
+ */
3883
+ apiV1HospitalsHospitalIdSecurefilesGet: async (hospitalId: string, uri?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
3884
+ // verify required parameter 'hospitalId' is not null or undefined
3885
+ assertParamExists('apiV1HospitalsHospitalIdSecurefilesGet', 'hospitalId', hospitalId)
3886
+ const localVarPath = `/api/v1/hospitals/{hospitalId}/securefiles`
3887
+ .replace(`{${"hospitalId"}}`, encodeURIComponent(String(hospitalId)));
3888
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
3889
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
3890
+ let baseOptions;
3891
+ if (configuration) {
3892
+ baseOptions = configuration.baseOptions;
3893
+ }
3894
+
3895
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
3896
+ const localVarHeaderParameter = {} as any;
3897
+ const localVarQueryParameter = {} as any;
3898
+
3899
+ // authentication oauth2 required
3900
+ // oauth required
3901
+ await setOAuthToObject(localVarHeaderParameter, "oauth2", ["CloudHospital_admin_api", "IdentityServerApi"], configuration)
3902
+
3903
+ if (uri !== undefined) {
3904
+ localVarQueryParameter['uri'] = uri;
3905
+ }
3906
+
3907
+
3908
+
3909
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
3910
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
3911
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
3912
+
3913
+ return {
3914
+ url: toPathString(localVarUrlObj),
3915
+ options: localVarRequestOptions,
3916
+ };
3917
+ },
3918
+ /**
3919
+ *
3920
+ * @summary Get secure file url with read access by uri
3921
+ * @param {string} hospitalId
3922
+ * @param {string} [uri]
3923
+ * @param {number} [minutesAvailableUntil]
3924
+ * @param {*} [options] Override http request option.
3925
+ * @throws {RequiredError}
3926
+ */
3927
+ apiV1HospitalsHospitalIdSecurefilesReadGet: async (hospitalId: string, uri?: string, minutesAvailableUntil?: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
3928
+ // verify required parameter 'hospitalId' is not null or undefined
3929
+ assertParamExists('apiV1HospitalsHospitalIdSecurefilesReadGet', 'hospitalId', hospitalId)
3930
+ const localVarPath = `/api/v1/hospitals/{hospitalId}/securefiles/read`
3931
+ .replace(`{${"hospitalId"}}`, encodeURIComponent(String(hospitalId)));
3932
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
3933
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
3934
+ let baseOptions;
3935
+ if (configuration) {
3936
+ baseOptions = configuration.baseOptions;
3937
+ }
3938
+
3939
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
3940
+ const localVarHeaderParameter = {} as any;
3941
+ const localVarQueryParameter = {} as any;
3942
+
3943
+ // authentication oauth2 required
3944
+ // oauth required
3945
+ await setOAuthToObject(localVarHeaderParameter, "oauth2", ["CloudHospital_admin_api", "IdentityServerApi"], configuration)
3946
+
3947
+ if (uri !== undefined) {
3948
+ localVarQueryParameter['uri'] = uri;
3949
+ }
3950
+
3951
+ if (minutesAvailableUntil !== undefined) {
3952
+ localVarQueryParameter['minutesAvailableUntil'] = minutesAvailableUntil;
3953
+ }
3954
+
3955
+
3956
+
3866
3957
  setSearchParams(localVarUrlObj, localVarQueryParameter);
3867
3958
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
3868
3959
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
@@ -7321,29 +7412,54 @@ export const HospitalsApiFp = function(configuration?: Configuration) {
7321
7412
  const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1HospitalsHospitalIdSecurecontainersPost(hospitalId, options);
7322
7413
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
7323
7414
  },
7415
+ /**
7416
+ *
7417
+ * @summary Get file content by file name
7418
+ * @param {string} hospitalId
7419
+ * @param {string} fileName
7420
+ * @param {*} [options] Override http request option.
7421
+ * @throws {RequiredError}
7422
+ */
7423
+ async apiV1HospitalsHospitalIdSecurefilesFileNameGet(hospitalId: string, fileName: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
7424
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1HospitalsHospitalIdSecurefilesFileNameGet(hospitalId, fileName, options);
7425
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
7426
+ },
7427
+ /**
7428
+ *
7429
+ * @summary Get secure file url with read access by file name
7430
+ * @param {string} hospitalId
7431
+ * @param {string} fileName
7432
+ * @param {number} [minutesAvailableUntil]
7433
+ * @param {*} [options] Override http request option.
7434
+ * @throws {RequiredError}
7435
+ */
7436
+ async apiV1HospitalsHospitalIdSecurefilesFileNameReadGet(hospitalId: string, fileName: string, minutesAvailableUntil?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
7437
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1HospitalsHospitalIdSecurefilesFileNameReadGet(hospitalId, fileName, minutesAvailableUntil, options);
7438
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
7439
+ },
7324
7440
  /**
7325
7441
  *
7326
7442
  * @summary Get file content by uri
7327
7443
  * @param {string} hospitalId
7328
- * @param {string} uri
7444
+ * @param {string} [uri]
7329
7445
  * @param {*} [options] Override http request option.
7330
7446
  * @throws {RequiredError}
7331
7447
  */
7332
- async apiV1HospitalsHospitalIdSecurefilesUriGet(hospitalId: string, uri: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
7333
- const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1HospitalsHospitalIdSecurefilesUriGet(hospitalId, uri, options);
7448
+ async apiV1HospitalsHospitalIdSecurefilesGet(hospitalId: string, uri?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
7449
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1HospitalsHospitalIdSecurefilesGet(hospitalId, uri, options);
7334
7450
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
7335
7451
  },
7336
7452
  /**
7337
7453
  *
7338
7454
  * @summary Get secure file url with read access by uri
7339
7455
  * @param {string} hospitalId
7340
- * @param {string} uri
7456
+ * @param {string} [uri]
7341
7457
  * @param {number} [minutesAvailableUntil]
7342
7458
  * @param {*} [options] Override http request option.
7343
7459
  * @throws {RequiredError}
7344
7460
  */
7345
- async apiV1HospitalsHospitalIdSecurefilesUriReadGet(hospitalId: string, uri: string, minutesAvailableUntil?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
7346
- const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1HospitalsHospitalIdSecurefilesUriReadGet(hospitalId, uri, minutesAvailableUntil, options);
7461
+ async apiV1HospitalsHospitalIdSecurefilesReadGet(hospitalId: string, uri?: string, minutesAvailableUntil?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
7462
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1HospitalsHospitalIdSecurefilesReadGet(hospitalId, uri, minutesAvailableUntil, options);
7347
7463
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
7348
7464
  },
7349
7465
  /**
@@ -8903,28 +9019,51 @@ export const HospitalsApiFactory = function (configuration?: Configuration, base
8903
9019
  apiV1HospitalsHospitalIdSecurecontainersPost(hospitalId: string, options?: any): AxiosPromise<SecureContainerModel> {
8904
9020
  return localVarFp.apiV1HospitalsHospitalIdSecurecontainersPost(hospitalId, options).then((request) => request(axios, basePath));
8905
9021
  },
9022
+ /**
9023
+ *
9024
+ * @summary Get file content by file name
9025
+ * @param {string} hospitalId
9026
+ * @param {string} fileName
9027
+ * @param {*} [options] Override http request option.
9028
+ * @throws {RequiredError}
9029
+ */
9030
+ apiV1HospitalsHospitalIdSecurefilesFileNameGet(hospitalId: string, fileName: string, options?: any): AxiosPromise<void> {
9031
+ return localVarFp.apiV1HospitalsHospitalIdSecurefilesFileNameGet(hospitalId, fileName, options).then((request) => request(axios, basePath));
9032
+ },
9033
+ /**
9034
+ *
9035
+ * @summary Get secure file url with read access by file name
9036
+ * @param {string} hospitalId
9037
+ * @param {string} fileName
9038
+ * @param {number} [minutesAvailableUntil]
9039
+ * @param {*} [options] Override http request option.
9040
+ * @throws {RequiredError}
9041
+ */
9042
+ apiV1HospitalsHospitalIdSecurefilesFileNameReadGet(hospitalId: string, fileName: string, minutesAvailableUntil?: number, options?: any): AxiosPromise<string> {
9043
+ return localVarFp.apiV1HospitalsHospitalIdSecurefilesFileNameReadGet(hospitalId, fileName, minutesAvailableUntil, options).then((request) => request(axios, basePath));
9044
+ },
8906
9045
  /**
8907
9046
  *
8908
9047
  * @summary Get file content by uri
8909
9048
  * @param {string} hospitalId
8910
- * @param {string} uri
9049
+ * @param {string} [uri]
8911
9050
  * @param {*} [options] Override http request option.
8912
9051
  * @throws {RequiredError}
8913
9052
  */
8914
- apiV1HospitalsHospitalIdSecurefilesUriGet(hospitalId: string, uri: string, options?: any): AxiosPromise<void> {
8915
- return localVarFp.apiV1HospitalsHospitalIdSecurefilesUriGet(hospitalId, uri, options).then((request) => request(axios, basePath));
9053
+ apiV1HospitalsHospitalIdSecurefilesGet(hospitalId: string, uri?: string, options?: any): AxiosPromise<void> {
9054
+ return localVarFp.apiV1HospitalsHospitalIdSecurefilesGet(hospitalId, uri, options).then((request) => request(axios, basePath));
8916
9055
  },
8917
9056
  /**
8918
9057
  *
8919
9058
  * @summary Get secure file url with read access by uri
8920
9059
  * @param {string} hospitalId
8921
- * @param {string} uri
9060
+ * @param {string} [uri]
8922
9061
  * @param {number} [minutesAvailableUntil]
8923
9062
  * @param {*} [options] Override http request option.
8924
9063
  * @throws {RequiredError}
8925
9064
  */
8926
- apiV1HospitalsHospitalIdSecurefilesUriReadGet(hospitalId: string, uri: string, minutesAvailableUntil?: number, options?: any): AxiosPromise<string> {
8927
- return localVarFp.apiV1HospitalsHospitalIdSecurefilesUriReadGet(hospitalId, uri, minutesAvailableUntil, options).then((request) => request(axios, basePath));
9065
+ apiV1HospitalsHospitalIdSecurefilesReadGet(hospitalId: string, uri?: string, minutesAvailableUntil?: number, options?: any): AxiosPromise<string> {
9066
+ return localVarFp.apiV1HospitalsHospitalIdSecurefilesReadGet(hospitalId, uri, minutesAvailableUntil, options).then((request) => request(axios, basePath));
8928
9067
  },
8929
9068
  /**
8930
9069
  *
@@ -11814,50 +11953,99 @@ export interface HospitalsApiApiV1HospitalsHospitalIdSecurecontainersPostRequest
11814
11953
  }
11815
11954
 
11816
11955
  /**
11817
- * Request parameters for apiV1HospitalsHospitalIdSecurefilesUriGet operation in HospitalsApi.
11956
+ * Request parameters for apiV1HospitalsHospitalIdSecurefilesFileNameGet operation in HospitalsApi.
11957
+ * @export
11958
+ * @interface HospitalsApiApiV1HospitalsHospitalIdSecurefilesFileNameGetRequest
11959
+ */
11960
+ export interface HospitalsApiApiV1HospitalsHospitalIdSecurefilesFileNameGetRequest {
11961
+ /**
11962
+ *
11963
+ * @type {string}
11964
+ * @memberof HospitalsApiApiV1HospitalsHospitalIdSecurefilesFileNameGet
11965
+ */
11966
+ readonly hospitalId: string
11967
+
11968
+ /**
11969
+ *
11970
+ * @type {string}
11971
+ * @memberof HospitalsApiApiV1HospitalsHospitalIdSecurefilesFileNameGet
11972
+ */
11973
+ readonly fileName: string
11974
+ }
11975
+
11976
+ /**
11977
+ * Request parameters for apiV1HospitalsHospitalIdSecurefilesFileNameReadGet operation in HospitalsApi.
11978
+ * @export
11979
+ * @interface HospitalsApiApiV1HospitalsHospitalIdSecurefilesFileNameReadGetRequest
11980
+ */
11981
+ export interface HospitalsApiApiV1HospitalsHospitalIdSecurefilesFileNameReadGetRequest {
11982
+ /**
11983
+ *
11984
+ * @type {string}
11985
+ * @memberof HospitalsApiApiV1HospitalsHospitalIdSecurefilesFileNameReadGet
11986
+ */
11987
+ readonly hospitalId: string
11988
+
11989
+ /**
11990
+ *
11991
+ * @type {string}
11992
+ * @memberof HospitalsApiApiV1HospitalsHospitalIdSecurefilesFileNameReadGet
11993
+ */
11994
+ readonly fileName: string
11995
+
11996
+ /**
11997
+ *
11998
+ * @type {number}
11999
+ * @memberof HospitalsApiApiV1HospitalsHospitalIdSecurefilesFileNameReadGet
12000
+ */
12001
+ readonly minutesAvailableUntil?: number
12002
+ }
12003
+
12004
+ /**
12005
+ * Request parameters for apiV1HospitalsHospitalIdSecurefilesGet operation in HospitalsApi.
11818
12006
  * @export
11819
- * @interface HospitalsApiApiV1HospitalsHospitalIdSecurefilesUriGetRequest
12007
+ * @interface HospitalsApiApiV1HospitalsHospitalIdSecurefilesGetRequest
11820
12008
  */
11821
- export interface HospitalsApiApiV1HospitalsHospitalIdSecurefilesUriGetRequest {
12009
+ export interface HospitalsApiApiV1HospitalsHospitalIdSecurefilesGetRequest {
11822
12010
  /**
11823
12011
  *
11824
12012
  * @type {string}
11825
- * @memberof HospitalsApiApiV1HospitalsHospitalIdSecurefilesUriGet
12013
+ * @memberof HospitalsApiApiV1HospitalsHospitalIdSecurefilesGet
11826
12014
  */
11827
12015
  readonly hospitalId: string
11828
12016
 
11829
12017
  /**
11830
12018
  *
11831
12019
  * @type {string}
11832
- * @memberof HospitalsApiApiV1HospitalsHospitalIdSecurefilesUriGet
12020
+ * @memberof HospitalsApiApiV1HospitalsHospitalIdSecurefilesGet
11833
12021
  */
11834
- readonly uri: string
12022
+ readonly uri?: string
11835
12023
  }
11836
12024
 
11837
12025
  /**
11838
- * Request parameters for apiV1HospitalsHospitalIdSecurefilesUriReadGet operation in HospitalsApi.
12026
+ * Request parameters for apiV1HospitalsHospitalIdSecurefilesReadGet operation in HospitalsApi.
11839
12027
  * @export
11840
- * @interface HospitalsApiApiV1HospitalsHospitalIdSecurefilesUriReadGetRequest
12028
+ * @interface HospitalsApiApiV1HospitalsHospitalIdSecurefilesReadGetRequest
11841
12029
  */
11842
- export interface HospitalsApiApiV1HospitalsHospitalIdSecurefilesUriReadGetRequest {
12030
+ export interface HospitalsApiApiV1HospitalsHospitalIdSecurefilesReadGetRequest {
11843
12031
  /**
11844
12032
  *
11845
12033
  * @type {string}
11846
- * @memberof HospitalsApiApiV1HospitalsHospitalIdSecurefilesUriReadGet
12034
+ * @memberof HospitalsApiApiV1HospitalsHospitalIdSecurefilesReadGet
11847
12035
  */
11848
12036
  readonly hospitalId: string
11849
12037
 
11850
12038
  /**
11851
12039
  *
11852
12040
  * @type {string}
11853
- * @memberof HospitalsApiApiV1HospitalsHospitalIdSecurefilesUriReadGet
12041
+ * @memberof HospitalsApiApiV1HospitalsHospitalIdSecurefilesReadGet
11854
12042
  */
11855
- readonly uri: string
12043
+ readonly uri?: string
11856
12044
 
11857
12045
  /**
11858
12046
  *
11859
12047
  * @type {number}
11860
- * @memberof HospitalsApiApiV1HospitalsHospitalIdSecurefilesUriReadGet
12048
+ * @memberof HospitalsApiApiV1HospitalsHospitalIdSecurefilesReadGet
11861
12049
  */
11862
12050
  readonly minutesAvailableUntil?: number
11863
12051
  }
@@ -14539,28 +14727,52 @@ export class HospitalsApi extends BaseAPI {
14539
14727
  return HospitalsApiFp(this.configuration).apiV1HospitalsHospitalIdSecurecontainersPost(requestParameters.hospitalId, options).then((request) => request(this.axios, this.basePath));
14540
14728
  }
14541
14729
 
14730
+ /**
14731
+ *
14732
+ * @summary Get file content by file name
14733
+ * @param {HospitalsApiApiV1HospitalsHospitalIdSecurefilesFileNameGetRequest} requestParameters Request parameters.
14734
+ * @param {*} [options] Override http request option.
14735
+ * @throws {RequiredError}
14736
+ * @memberof HospitalsApi
14737
+ */
14738
+ public apiV1HospitalsHospitalIdSecurefilesFileNameGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSecurefilesFileNameGetRequest, options?: AxiosRequestConfig) {
14739
+ return HospitalsApiFp(this.configuration).apiV1HospitalsHospitalIdSecurefilesFileNameGet(requestParameters.hospitalId, requestParameters.fileName, options).then((request) => request(this.axios, this.basePath));
14740
+ }
14741
+
14742
+ /**
14743
+ *
14744
+ * @summary Get secure file url with read access by file name
14745
+ * @param {HospitalsApiApiV1HospitalsHospitalIdSecurefilesFileNameReadGetRequest} requestParameters Request parameters.
14746
+ * @param {*} [options] Override http request option.
14747
+ * @throws {RequiredError}
14748
+ * @memberof HospitalsApi
14749
+ */
14750
+ public apiV1HospitalsHospitalIdSecurefilesFileNameReadGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSecurefilesFileNameReadGetRequest, options?: AxiosRequestConfig) {
14751
+ return HospitalsApiFp(this.configuration).apiV1HospitalsHospitalIdSecurefilesFileNameReadGet(requestParameters.hospitalId, requestParameters.fileName, requestParameters.minutesAvailableUntil, options).then((request) => request(this.axios, this.basePath));
14752
+ }
14753
+
14542
14754
  /**
14543
14755
  *
14544
14756
  * @summary Get file content by uri
14545
- * @param {HospitalsApiApiV1HospitalsHospitalIdSecurefilesUriGetRequest} requestParameters Request parameters.
14757
+ * @param {HospitalsApiApiV1HospitalsHospitalIdSecurefilesGetRequest} requestParameters Request parameters.
14546
14758
  * @param {*} [options] Override http request option.
14547
14759
  * @throws {RequiredError}
14548
14760
  * @memberof HospitalsApi
14549
14761
  */
14550
- public apiV1HospitalsHospitalIdSecurefilesUriGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSecurefilesUriGetRequest, options?: AxiosRequestConfig) {
14551
- return HospitalsApiFp(this.configuration).apiV1HospitalsHospitalIdSecurefilesUriGet(requestParameters.hospitalId, requestParameters.uri, options).then((request) => request(this.axios, this.basePath));
14762
+ public apiV1HospitalsHospitalIdSecurefilesGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSecurefilesGetRequest, options?: AxiosRequestConfig) {
14763
+ return HospitalsApiFp(this.configuration).apiV1HospitalsHospitalIdSecurefilesGet(requestParameters.hospitalId, requestParameters.uri, options).then((request) => request(this.axios, this.basePath));
14552
14764
  }
14553
14765
 
14554
14766
  /**
14555
14767
  *
14556
14768
  * @summary Get secure file url with read access by uri
14557
- * @param {HospitalsApiApiV1HospitalsHospitalIdSecurefilesUriReadGetRequest} requestParameters Request parameters.
14769
+ * @param {HospitalsApiApiV1HospitalsHospitalIdSecurefilesReadGetRequest} requestParameters Request parameters.
14558
14770
  * @param {*} [options] Override http request option.
14559
14771
  * @throws {RequiredError}
14560
14772
  * @memberof HospitalsApi
14561
14773
  */
14562
- public apiV1HospitalsHospitalIdSecurefilesUriReadGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSecurefilesUriReadGetRequest, options?: AxiosRequestConfig) {
14563
- return HospitalsApiFp(this.configuration).apiV1HospitalsHospitalIdSecurefilesUriReadGet(requestParameters.hospitalId, requestParameters.uri, requestParameters.minutesAvailableUntil, options).then((request) => request(this.axios, this.basePath));
14774
+ public apiV1HospitalsHospitalIdSecurefilesReadGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSecurefilesReadGetRequest, options?: AxiosRequestConfig) {
14775
+ return HospitalsApiFp(this.configuration).apiV1HospitalsHospitalIdSecurefilesReadGet(requestParameters.hospitalId, requestParameters.uri, requestParameters.minutesAvailableUntil, options).then((request) => request(this.axios, this.basePath));
14564
14776
  }
14565
14777
 
14566
14778
  /**