@icure/api 7.0.0-beta.0 → 7.0.0-beta.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 (2966) hide show
  1. package/{dist/icc-api → icc-api}/api/IccPatientApi.d.ts +4 -0
  2. package/{dist/icc-api → icc-api}/api/IccPatientApi.js +17 -0
  3. package/icc-api/api/IccPatientApi.js.map +1 -0
  4. package/icc-x-api/basexapi/EncryptedEntityXApi.d.ts +48 -0
  5. package/icc-x-api/basexapi/EncryptedEntityXApi.js +3 -0
  6. package/icc-x-api/basexapi/EncryptedEntityXApi.js.map +1 -0
  7. package/{dist/icc-x-api → icc-x-api}/crypto/EntitiesEncryption.d.ts +23 -4
  8. package/{dist/icc-x-api → icc-x-api}/crypto/EntitiesEncryption.js +46 -22
  9. package/icc-x-api/crypto/EntitiesEncryption.js.map +1 -0
  10. package/{dist/icc-x-api → icc-x-api}/icc-accesslog-x-api.d.ts +27 -1
  11. package/{dist/icc-x-api → icc-x-api}/icc-accesslog-x-api.js +34 -1
  12. package/icc-x-api/icc-accesslog-x-api.js.map +1 -0
  13. package/{dist/icc-x-api → icc-x-api}/icc-calendar-item-x-api.d.ts +36 -1
  14. package/{dist/icc-x-api → icc-x-api}/icc-calendar-item-x-api.js +58 -1
  15. package/icc-x-api/icc-calendar-item-x-api.js.map +1 -0
  16. package/{dist/icc-x-api → icc-x-api}/icc-classification-x-api.d.ts +27 -1
  17. package/{dist/icc-x-api → icc-x-api}/icc-classification-x-api.js +34 -1
  18. package/icc-x-api/icc-classification-x-api.js.map +1 -0
  19. package/{dist/icc-x-api → icc-x-api}/icc-contact-x-api.d.ts +27 -1
  20. package/{dist/icc-x-api → icc-x-api}/icc-contact-x-api.js +34 -1
  21. package/icc-x-api/icc-contact-x-api.js.map +1 -0
  22. package/{dist/icc-x-api → icc-x-api}/icc-document-x-api.d.ts +71 -4
  23. package/{dist/icc-x-api → icc-x-api}/icc-document-x-api.js +96 -6
  24. package/icc-x-api/icc-document-x-api.js.map +1 -0
  25. package/{dist/icc-x-api → icc-x-api}/icc-form-x-api.d.ts +27 -1
  26. package/{dist/icc-x-api → icc-x-api}/icc-form-x-api.js +34 -1
  27. package/icc-x-api/icc-form-x-api.js.map +1 -0
  28. package/{dist/icc-x-api → icc-x-api}/icc-helement-x-api.d.ts +27 -1
  29. package/{dist/icc-x-api → icc-x-api}/icc-helement-x-api.js +34 -1
  30. package/icc-x-api/icc-helement-x-api.js.map +1 -0
  31. package/{dist/icc-x-api → icc-x-api}/icc-invoice-x-api.d.ts +27 -1
  32. package/{dist/icc-x-api → icc-x-api}/icc-invoice-x-api.js +34 -1
  33. package/icc-x-api/icc-invoice-x-api.js.map +1 -0
  34. package/{dist/icc-x-api → icc-x-api}/icc-maintenance-task-x-api.d.ts +25 -2
  35. package/{dist/icc-x-api → icc-x-api}/icc-maintenance-task-x-api.js +26 -2
  36. package/icc-x-api/icc-maintenance-task-x-api.js.map +1 -0
  37. package/{dist/icc-x-api → icc-x-api}/icc-message-x-api.d.ts +30 -1
  38. package/{dist/icc-x-api → icc-x-api}/icc-message-x-api.js +37 -1
  39. package/icc-x-api/icc-message-x-api.js.map +1 -0
  40. package/{dist/icc-x-api → icc-x-api}/icc-patient-x-api.d.ts +67 -1
  41. package/{dist/icc-x-api → icc-x-api}/icc-patient-x-api.js +80 -6
  42. package/icc-x-api/icc-patient-x-api.js.map +1 -0
  43. package/{dist/icc-x-api → icc-x-api}/icc-receipt-x-api.d.ts +47 -2
  44. package/{dist/icc-x-api → icc-x-api}/icc-receipt-x-api.js +58 -4
  45. package/icc-x-api/icc-receipt-x-api.js.map +1 -0
  46. package/{dist/icc-x-api → icc-x-api}/icc-time-table-x-api.d.ts +25 -1
  47. package/{dist/icc-x-api → icc-x-api}/icc-time-table-x-api.js +27 -2
  48. package/icc-x-api/icc-time-table-x-api.js.map +1 -0
  49. package/{dist/icc-x-api → icc-x-api}/index.d.ts +11 -4
  50. package/{dist/icc-x-api → icc-x-api}/index.js +43 -66
  51. package/icc-x-api/index.js.map +1 -0
  52. package/package.json +3 -66
  53. package/.editorconfig +0 -11
  54. package/.eslintrc.js +0 -31
  55. package/.github/release.yml +0 -29
  56. package/.github/workflows/build.yml +0 -45
  57. package/.github/workflows/publish.yml +0 -77
  58. package/.gitmodules +0 -3
  59. package/.pre-commit-config.yaml +0 -22
  60. package/.prettierrc +0 -5
  61. package/.secrets.baseline +0 -178
  62. package/CHANGELOG.md +0 -112
  63. package/Dockerfile +0 -25
  64. package/InstantiateIccXApiWithAuthProvider.md +0 -72
  65. package/LICENSE +0 -7
  66. package/README.md +0 -75
  67. package/apidocs/.swagger-codegen-ignore +0 -23
  68. package/ci/cloudbuild.yaml +0 -16
  69. package/coverage/base.css +0 -224
  70. package/coverage/block-navigation.js +0 -87
  71. package/coverage/favicon.png +0 -0
  72. package/coverage/icure-typescript-sdk/.eslintrc.js.html +0 -178
  73. package/coverage/icure-typescript-sdk/coverage/block-navigation.js.html +0 -346
  74. package/coverage/icure-typescript-sdk/coverage/index.html +0 -146
  75. package/coverage/icure-typescript-sdk/coverage/lcov-report/block-navigation.js.html +0 -346
  76. package/coverage/icure-typescript-sdk/coverage/lcov-report/index.html +0 -146
  77. package/coverage/icure-typescript-sdk/coverage/lcov-report/prettify.js.html +0 -91
  78. package/coverage/icure-typescript-sdk/coverage/lcov-report/sorter.js.html +0 -673
  79. package/coverage/icure-typescript-sdk/coverage/prettify.js.html +0 -91
  80. package/coverage/icure-typescript-sdk/coverage/sorter.js.html +0 -673
  81. package/coverage/icure-typescript-sdk/icc-api/api/IccAccesslogApi.ts.html +0 -703
  82. package/coverage/icure-typescript-sdk/icc-api/api/IccAgendaApi.ts.html +0 -538
  83. package/coverage/icure-typescript-sdk/icc-api/api/IccAnonymousAccessApi.ts.html +0 -463
  84. package/coverage/icure-typescript-sdk/icc-api/api/IccApplicationsettingsApi.ts.html +0 -352
  85. package/coverage/icure-typescript-sdk/icc-api/api/IccArticleApi.ts.html +0 -445
  86. package/coverage/icure-typescript-sdk/icc-api/api/IccAuthApi.ts.html +0 -625
  87. package/coverage/icure-typescript-sdk/icc-api/api/IccBeefactApi.ts.html +0 -283
  88. package/coverage/icure-typescript-sdk/icc-api/api/IccBekmehrApi.ts.html +0 -2812
  89. package/coverage/icure-typescript-sdk/icc-api/api/IccBemikronoApi.ts.html +0 -658
  90. package/coverage/icure-typescript-sdk/icc-api/api/IccBeresultexportApi.ts.html +0 -487
  91. package/coverage/icure-typescript-sdk/icc-api/api/IccBeresultimportApi.ts.html +0 -475
  92. package/coverage/icure-typescript-sdk/icc-api/api/IccBesamv2Api.ts.html +0 -2410
  93. package/coverage/icure-typescript-sdk/icc-api/api/IccCalendarItemApi.ts.html +0 -874
  94. package/coverage/icure-typescript-sdk/icc-api/api/IccCalendarItemTypeApi.ts.html +0 -487
  95. package/coverage/icure-typescript-sdk/icc-api/api/IccClassificationApi.ts.html +0 -625
  96. package/coverage/icure-typescript-sdk/icc-api/api/IccClassificationTemplateApi.ts.html +0 -649
  97. package/coverage/icure-typescript-sdk/icc-api/api/IccCodeApi.ts.html +0 -1354
  98. package/coverage/icure-typescript-sdk/icc-api/api/IccContactApi.ts.html +0 -1927
  99. package/coverage/icure-typescript-sdk/icc-api/api/IccDeviceApi.ts.html +0 -1159
  100. package/coverage/icure-typescript-sdk/icc-api/api/IccDoctemplateApi.ts.html +0 -856
  101. package/coverage/icure-typescript-sdk/icc-api/api/IccDocumentApi.ts.html +0 -1417
  102. package/coverage/icure-typescript-sdk/icc-api/api/IccDocumentTemplateApi.ts.html +0 -865
  103. package/coverage/icure-typescript-sdk/icc-api/api/IccEntityrefApi.ts.html +0 -304
  104. package/coverage/icure-typescript-sdk/icc-api/api/IccEntitytemplateApi.ts.html +0 -832
  105. package/coverage/icure-typescript-sdk/icc-api/api/IccFormApi.ts.html +0 -1507
  106. package/coverage/icure-typescript-sdk/icc-api/api/IccFrontendmigrationApi.ts.html +0 -490
  107. package/coverage/icure-typescript-sdk/icc-api/api/IccGroupApi.ts.html +0 -1216
  108. package/coverage/icure-typescript-sdk/icc-api/api/IccHcpartyApi.ts.html +0 -1546
  109. package/coverage/icure-typescript-sdk/icc-api/api/IccHelementApi.ts.html +0 -937
  110. package/coverage/icure-typescript-sdk/icc-api/api/IccIcureApi.ts.html +0 -994
  111. package/coverage/icure-typescript-sdk/icc-api/api/IccInsuranceApi.ts.html +0 -547
  112. package/coverage/icure-typescript-sdk/icc-api/api/IccInvoiceApi.ts.html +0 -2110
  113. package/coverage/icure-typescript-sdk/icc-api/api/IccKeywordApi.ts.html +0 -490
  114. package/coverage/icure-typescript-sdk/icc-api/api/IccMaintenanceTaskApi.ts.html +0 -484
  115. package/coverage/icure-typescript-sdk/icc-api/api/IccMedexApi.ts.html +0 -259
  116. package/coverage/icure-typescript-sdk/icc-api/api/IccMedicallocationApi.ts.html +0 -445
  117. package/coverage/icure-typescript-sdk/icc-api/api/IccMessageApi.ts.html +0 -1468
  118. package/coverage/icure-typescript-sdk/icc-api/api/IccPatientApi.ts.html +0 -2551
  119. package/coverage/icure-typescript-sdk/icc-api/api/IccPermissionApi.ts.html +0 -262
  120. package/coverage/icure-typescript-sdk/icc-api/api/IccPlaceApi.ts.html +0 -445
  121. package/coverage/icure-typescript-sdk/icc-api/api/IccPubsubApi.ts.html +0 -403
  122. package/coverage/icure-typescript-sdk/icc-api/api/IccReceiptApi.ts.html +0 -589
  123. package/coverage/icure-typescript-sdk/icc-api/api/IccReplicationApi.ts.html +0 -403
  124. package/coverage/icure-typescript-sdk/icc-api/api/IccTarificationApi.ts.html +0 -793
  125. package/coverage/icure-typescript-sdk/icc-api/api/IccTimeTableApi.ts.html +0 -523
  126. package/coverage/icure-typescript-sdk/icc-api/api/IccTmpApi.ts.html +0 -3979
  127. package/coverage/icure-typescript-sdk/icc-api/api/IccUserApi.ts.html +0 -1660
  128. package/coverage/icure-typescript-sdk/icc-api/api/XHR.ts.html +0 -523
  129. package/coverage/icure-typescript-sdk/icc-api/api/index.html +0 -821
  130. package/coverage/icure-typescript-sdk/icc-api/iccApi.ts.html +0 -220
  131. package/coverage/icure-typescript-sdk/icc-api/index.html +0 -131
  132. package/coverage/icure-typescript-sdk/icc-api/index.ts.html +0 -220
  133. package/coverage/icure-typescript-sdk/icc-api/model/AbstractFilterCode.ts.html +0 -142
  134. package/coverage/icure-typescript-sdk/icc-api/model/AbstractFilterContact.ts.html +0 -142
  135. package/coverage/icure-typescript-sdk/icc-api/model/AbstractFilterDevice.ts.html +0 -142
  136. package/coverage/icure-typescript-sdk/icc-api/model/AbstractFilterHealthElement.ts.html +0 -142
  137. package/coverage/icure-typescript-sdk/icc-api/model/AbstractFilterHealthcareParty.ts.html +0 -142
  138. package/coverage/icure-typescript-sdk/icc-api/model/AbstractFilterInvoice.ts.html +0 -142
  139. package/coverage/icure-typescript-sdk/icc-api/model/AbstractFilterMaintenanceTask.ts.html +0 -142
  140. package/coverage/icure-typescript-sdk/icc-api/model/AbstractFilterPatient.ts.html +0 -142
  141. package/coverage/icure-typescript-sdk/icc-api/model/AbstractFilterService.ts.html +0 -142
  142. package/coverage/icure-typescript-sdk/icc-api/model/AbstractFilterUser.ts.html +0 -142
  143. package/coverage/icure-typescript-sdk/icc-api/model/AccessLog.ts.html +0 -409
  144. package/coverage/icure-typescript-sdk/icc-api/model/AddedDocument.ts.html +0 -166
  145. package/coverage/icure-typescript-sdk/icc-api/model/Address.ts.html +0 -382
  146. package/coverage/icure-typescript-sdk/icc-api/model/AdministrationQuantity.ts.html +0 -151
  147. package/coverage/icure-typescript-sdk/icc-api/model/Agenda.ts.html +0 -268
  148. package/coverage/icure-typescript-sdk/icc-api/model/AgreementAppendix.ts.html +0 -151
  149. package/coverage/icure-typescript-sdk/icc-api/model/Amp.ts.html +0 -256
  150. package/coverage/icure-typescript-sdk/icc-api/model/AmpComponent.ts.html +0 -238
  151. package/coverage/icure-typescript-sdk/icc-api/model/Ampp.ts.html +0 -310
  152. package/coverage/icure-typescript-sdk/icc-api/model/AmppComponent.ts.html +0 -193
  153. package/coverage/icure-typescript-sdk/icc-api/model/Annotation.ts.html +0 -211
  154. package/coverage/icure-typescript-sdk/icc-api/model/ApplicationSettings.ts.html +0 -259
  155. package/coverage/icure-typescript-sdk/icc-api/model/Appointment.ts.html +0 -178
  156. package/coverage/icure-typescript-sdk/icc-api/model/AppointmentImport.ts.html +0 -202
  157. package/coverage/icure-typescript-sdk/icc-api/model/AppointmentTypeAndPlace.ts.html +0 -166
  158. package/coverage/icure-typescript-sdk/icc-api/model/Article.ts.html +0 -331
  159. package/coverage/icure-typescript-sdk/icc-api/model/Atc.ts.html +0 -145
  160. package/coverage/icure-typescript-sdk/icc-api/model/Attachment.ts.html +0 -154
  161. package/coverage/icure-typescript-sdk/icc-api/model/AuthenticationResponse.ts.html +0 -166
  162. package/coverage/icure-typescript-sdk/icc-api/model/AuthenticationToken.ts.html +0 -184
  163. package/coverage/icure-typescript-sdk/icc-api/model/Basic.ts.html +0 -145
  164. package/coverage/icure-typescript-sdk/icc-api/model/Body.ts.html +0 -145
  165. package/coverage/icure-typescript-sdk/icc-api/model/Body1.ts.html +0 -145
  166. package/coverage/icure-typescript-sdk/icc-api/model/Body2.ts.html +0 -145
  167. package/coverage/icure-typescript-sdk/icc-api/model/Body3.ts.html +0 -145
  168. package/coverage/icure-typescript-sdk/icc-api/model/ByteArray.ts.html +0 -145
  169. package/coverage/icure-typescript-sdk/icc-api/model/CalendarItem.ts.html +0 -394
  170. package/coverage/icure-typescript-sdk/icc-api/model/CalendarItemTag.ts.html +0 -151
  171. package/coverage/icure-typescript-sdk/icc-api/model/CalendarItemType.ts.html +0 -181
  172. package/coverage/icure-typescript-sdk/icc-api/model/CareTeamMember.ts.html +0 -199
  173. package/coverage/icure-typescript-sdk/icc-api/model/CareTeamMembership.ts.html +0 -202
  174. package/coverage/icure-typescript-sdk/icc-api/model/CheckSMFPatientResult.ts.html +0 -157
  175. package/coverage/icure-typescript-sdk/icc-api/model/Classification.ts.html +0 -328
  176. package/coverage/icure-typescript-sdk/icc-api/model/ClassificationTemplate.ts.html +0 -325
  177. package/coverage/icure-typescript-sdk/icc-api/model/Code.ts.html +0 -691
  178. package/coverage/icure-typescript-sdk/icc-api/model/CodeStub.ts.html +0 -157
  179. package/coverage/icure-typescript-sdk/icc-api/model/CodeType.ts.html +0 -142
  180. package/coverage/icure-typescript-sdk/icc-api/model/CommentedClassification.ts.html +0 -148
  181. package/coverage/icure-typescript-sdk/icc-api/model/Commercialization.ts.html +0 -160
  182. package/coverage/icure-typescript-sdk/icc-api/model/Company.ts.html +0 -190
  183. package/coverage/icure-typescript-sdk/icc-api/model/Contact.ts.html +0 -472
  184. package/coverage/icure-typescript-sdk/icc-api/model/Content.ts.html +0 -220
  185. package/coverage/icure-typescript-sdk/icc-api/model/Copayment.ts.html +0 -151
  186. package/coverage/icure-typescript-sdk/icc-api/model/Data.ts.html +0 -136
  187. package/coverage/icure-typescript-sdk/icc-api/model/DataAttachment.ts.html +0 -187
  188. package/coverage/icure-typescript-sdk/icc-api/model/DataOwnerRegistrationSuccess.ts.html +0 -148
  189. package/coverage/icure-typescript-sdk/icc-api/model/DatabaseInfo.ts.html +0 -169
  190. package/coverage/icure-typescript-sdk/icc-api/model/DatabaseInitialisation.ts.html +0 -166
  191. package/coverage/icure-typescript-sdk/icc-api/model/DatabaseSynchronization.ts.html +0 -175
  192. package/coverage/icure-typescript-sdk/icc-api/model/Delegation.ts.html +0 -160
  193. package/coverage/icure-typescript-sdk/icc-api/model/DeletedAttachment.ts.html +0 -199
  194. package/coverage/icure-typescript-sdk/icc-api/model/Device.ts.html +0 -364
  195. package/coverage/icure-typescript-sdk/icc-api/model/DeviceType.ts.html +0 -154
  196. package/coverage/icure-typescript-sdk/icc-api/model/DiaryNoteExportInfo.ts.html +0 -175
  197. package/coverage/icure-typescript-sdk/icc-api/model/Dmpp.ts.html +0 -220
  198. package/coverage/icure-typescript-sdk/icc-api/model/DocIdentifier.ts.html +0 -145
  199. package/coverage/icure-typescript-sdk/icc-api/model/Document.ts.html +0 -907
  200. package/coverage/icure-typescript-sdk/icc-api/model/DocumentGroup.ts.html +0 -145
  201. package/coverage/icure-typescript-sdk/icc-api/model/DocumentTemplate.ts.html +0 -571
  202. package/coverage/icure-typescript-sdk/icc-api/model/Duration.ts.html +0 -148
  203. package/coverage/icure-typescript-sdk/icc-api/model/EIDItem.ts.html +0 -154
  204. package/coverage/icure-typescript-sdk/icc-api/model/Editor.ts.html +0 -196
  205. package/coverage/icure-typescript-sdk/icc-api/model/EfactInvoice.ts.html +0 -214
  206. package/coverage/icure-typescript-sdk/icc-api/model/EmailOrSmsMessage.ts.html +0 -202
  207. package/coverage/icure-typescript-sdk/icc-api/model/EmailTemplate.ts.html +0 -145
  208. package/coverage/icure-typescript-sdk/icc-api/model/Employer.ts.html +0 -148
  209. package/coverage/icure-typescript-sdk/icc-api/model/EmploymentInfo.ts.html +0 -157
  210. package/coverage/icure-typescript-sdk/icc-api/model/EntityReference.ts.html +0 -160
  211. package/coverage/icure-typescript-sdk/icc-api/model/EntityTemplate.ts.html +0 -178
  212. package/coverage/icure-typescript-sdk/icc-api/model/Episode.ts.html +0 -175
  213. package/coverage/icure-typescript-sdk/icc-api/model/FilterChainCode.ts.html +0 -154
  214. package/coverage/icure-typescript-sdk/icc-api/model/FilterChainContact.ts.html +0 -154
  215. package/coverage/icure-typescript-sdk/icc-api/model/FilterChainDevice.ts.html +0 -154
  216. package/coverage/icure-typescript-sdk/icc-api/model/FilterChainHealthElement.ts.html +0 -154
  217. package/coverage/icure-typescript-sdk/icc-api/model/FilterChainHealthcareParty.ts.html +0 -154
  218. package/coverage/icure-typescript-sdk/icc-api/model/FilterChainInvoice.ts.html +0 -154
  219. package/coverage/icure-typescript-sdk/icc-api/model/FilterChainMaintenanceTask.ts.html +0 -154
  220. package/coverage/icure-typescript-sdk/icc-api/model/FilterChainPatient.ts.html +0 -154
  221. package/coverage/icure-typescript-sdk/icc-api/model/FilterChainService.ts.html +0 -154
  222. package/coverage/icure-typescript-sdk/icc-api/model/FilterChainUser.ts.html +0 -154
  223. package/coverage/icure-typescript-sdk/icc-api/model/FinancialInstitutionInformation.ts.html +0 -181
  224. package/coverage/icure-typescript-sdk/icc-api/model/FlatRateTarification.ts.html +0 -193
  225. package/coverage/icure-typescript-sdk/icc-api/model/FlowItem.ts.html +0 -238
  226. package/coverage/icure-typescript-sdk/icc-api/model/Form.ts.html +0 -433
  227. package/coverage/icure-typescript-sdk/icc-api/model/FormColumn.ts.html +0 -151
  228. package/coverage/icure-typescript-sdk/icc-api/model/FormDataOption.ts.html +0 -145
  229. package/coverage/icure-typescript-sdk/icc-api/model/FormLayout.ts.html +0 -172
  230. package/coverage/icure-typescript-sdk/icc-api/model/FormLayoutData.ts.html +0 -217
  231. package/coverage/icure-typescript-sdk/icc-api/model/FormPlanning.ts.html +0 -163
  232. package/coverage/icure-typescript-sdk/icc-api/model/FormSection.ts.html +0 -154
  233. package/coverage/icure-typescript-sdk/icc-api/model/FormTemplate.ts.html +0 -223
  234. package/coverage/icure-typescript-sdk/icc-api/model/FormTemplateLayout.ts.html +0 -154
  235. package/coverage/icure-typescript-sdk/icc-api/model/Formula.ts.html +0 -178
  236. package/coverage/icure-typescript-sdk/icc-api/model/FrontEndMigration.ts.html +0 -226
  237. package/coverage/icure-typescript-sdk/icc-api/model/Group.ts.html +0 -277
  238. package/coverage/icure-typescript-sdk/icc-api/model/GroupDatabasesInfo.ts.html +0 -148
  239. package/coverage/icure-typescript-sdk/icc-api/model/GuiCode.ts.html +0 -145
  240. package/coverage/icure-typescript-sdk/icc-api/model/GuiCodeType.ts.html +0 -142
  241. package/coverage/icure-typescript-sdk/icc-api/model/HealthElement.ts.html +0 -562
  242. package/coverage/icure-typescript-sdk/icc-api/model/HealthcareParty.ts.html +0 -757
  243. package/coverage/icure-typescript-sdk/icc-api/model/HealthcarePartyHistoryStatus.ts.html +0 -184
  244. package/coverage/icure-typescript-sdk/icc-api/model/IcureStub.ts.html +0 -307
  245. package/coverage/icure-typescript-sdk/icc-api/model/IdWithRev.ts.html +0 -145
  246. package/coverage/icure-typescript-sdk/icc-api/model/Identifier.ts.html +0 -166
  247. package/coverage/icure-typescript-sdk/icc-api/model/IdentityDocumentReader.ts.html +0 -157
  248. package/coverage/icure-typescript-sdk/icc-api/model/ImportMapping.ts.html +0 -157
  249. package/coverage/icure-typescript-sdk/icc-api/model/ImportResult.ts.html +0 -187
  250. package/coverage/icure-typescript-sdk/icc-api/model/IncapacityExportInfo.ts.html +0 -241
  251. package/coverage/icure-typescript-sdk/icc-api/model/IndexedIdentifier.ts.html +0 -148
  252. package/coverage/icure-typescript-sdk/icc-api/model/IndexingInfo.ts.html +0 -142
  253. package/coverage/icure-typescript-sdk/icc-api/model/Ingredient.ts.html +0 -193
  254. package/coverage/icure-typescript-sdk/icc-api/model/Insurability.ts.html +0 -268
  255. package/coverage/icure-typescript-sdk/icc-api/model/Insurance.ts.html +0 -184
  256. package/coverage/icure-typescript-sdk/icc-api/model/Invoice.ts.html +0 -700
  257. package/coverage/icure-typescript-sdk/icc-api/model/InvoiceItem.ts.html +0 -376
  258. package/coverage/icure-typescript-sdk/icc-api/model/InvoiceSender.ts.html +0 -169
  259. package/coverage/icure-typescript-sdk/icc-api/model/InvoicesBatch.ts.html +0 -172
  260. package/coverage/icure-typescript-sdk/icc-api/model/InvoicingCode.ts.html +0 -343
  261. package/coverage/icure-typescript-sdk/icc-api/model/Keyword.ts.html +0 -268
  262. package/coverage/icure-typescript-sdk/icc-api/model/KeywordSubword.ts.html +0 -145
  263. package/coverage/icure-typescript-sdk/icc-api/model/LabelledOccurence.ts.html +0 -145
  264. package/coverage/icure-typescript-sdk/icc-api/model/LetterValue.ts.html +0 -151
  265. package/coverage/icure-typescript-sdk/icc-api/model/ListOfIds.ts.html +0 -151
  266. package/coverage/icure-typescript-sdk/icc-api/model/ListOfProperties.ts.html +0 -154
  267. package/coverage/icure-typescript-sdk/icc-api/model/LoginCredentials.ts.html +0 -145
  268. package/coverage/icure-typescript-sdk/icc-api/model/MaintenanceTask.ts.html +0 -382
  269. package/coverage/icure-typescript-sdk/icc-api/model/MapOfIds.ts.html +0 -142
  270. package/coverage/icure-typescript-sdk/icc-api/model/Measure.ts.html +0 -178
  271. package/coverage/icure-typescript-sdk/icc-api/model/MedexInfo.ts.html +0 -184
  272. package/coverage/icure-typescript-sdk/icc-api/model/MedicalHouseContract.ts.html +0 -328
  273. package/coverage/icure-typescript-sdk/icc-api/model/MedicalLocation.ts.html +0 -196
  274. package/coverage/icure-typescript-sdk/icc-api/model/Medication.ts.html +0 -295
  275. package/coverage/icure-typescript-sdk/icc-api/model/MedicationSchemeExportInfo.ts.html +0 -160
  276. package/coverage/icure-typescript-sdk/icc-api/model/Medicinalproduct.ts.html +0 -157
  277. package/coverage/icure-typescript-sdk/icc-api/model/Message.ts.html +0 -520
  278. package/coverage/icure-typescript-sdk/icc-api/model/MessageReadStatus.ts.html +0 -154
  279. package/coverage/icure-typescript-sdk/icc-api/model/MessageWithBatch.ts.html +0 -151
  280. package/coverage/icure-typescript-sdk/icc-api/model/MessagesReadStatusUpdate.ts.html +0 -151
  281. package/coverage/icure-typescript-sdk/icc-api/model/MikronoAppointmentTypeRest.ts.html +0 -160
  282. package/coverage/icure-typescript-sdk/icc-api/model/MikronoCredentials.ts.html +0 -148
  283. package/coverage/icure-typescript-sdk/icc-api/model/MimeAttachment.ts.html +0 -151
  284. package/coverage/icure-typescript-sdk/icc-api/model/ModelHelper.ts.html +0 -343
  285. package/coverage/icure-typescript-sdk/icc-api/model/Nmp.ts.html +0 -187
  286. package/coverage/icure-typescript-sdk/icc-api/model/NoGenericPrescriptionReason.ts.html +0 -148
  287. package/coverage/icure-typescript-sdk/icc-api/model/NoSwitchReason.ts.html +0 -148
  288. package/coverage/icure-typescript-sdk/icc-api/model/NumeratorRange.ts.html +0 -148
  289. package/coverage/icure-typescript-sdk/icc-api/model/PackagingType.ts.html +0 -154
  290. package/coverage/icure-typescript-sdk/icc-api/model/PaginatedDocumentKeyIdPairObject.ts.html +0 -145
  291. package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListAccessLog.ts.html +0 -157
  292. package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListAmp.ts.html +0 -157
  293. package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListClassification.ts.html +0 -157
  294. package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListClassificationTemplate.ts.html +0 -157
  295. package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListCode.ts.html +0 -157
  296. package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListContact.ts.html +0 -157
  297. package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListDevice.ts.html +0 -157
  298. package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListDocument.ts.html +0 -157
  299. package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListEntityTemplate.ts.html +0 -157
  300. package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListForm.ts.html +0 -157
  301. package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListGroup.ts.html +0 -157
  302. package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListHealthElement.ts.html +0 -157
  303. package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListHealthcareParty.ts.html +0 -157
  304. package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListInvoice.ts.html +0 -157
  305. package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListMaintenanceTask.ts.html +0 -157
  306. package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListMessage.ts.html +0 -157
  307. package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListNmp.ts.html +0 -157
  308. package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListPatient.ts.html +0 -157
  309. package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListService.ts.html +0 -157
  310. package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListString.ts.html +0 -154
  311. package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListTarification.ts.html +0 -157
  312. package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListUser.ts.html +0 -157
  313. package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListVmp.ts.html +0 -157
  314. package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListVmpGroup.ts.html +0 -157
  315. package/coverage/icure-typescript-sdk/icc-api/model/Paragraph.ts.html +0 -208
  316. package/coverage/icure-typescript-sdk/icc-api/model/ParagraphAgreement.ts.html +0 -208
  317. package/coverage/icure-typescript-sdk/icc-api/model/Partnership.ts.html +0 -439
  318. package/coverage/icure-typescript-sdk/icc-api/model/Patient.ts.html +0 -1183
  319. package/coverage/icure-typescript-sdk/icc-api/model/PatientByHcPartyGenderEducationProfession.ts.html +0 -190
  320. package/coverage/icure-typescript-sdk/icc-api/model/PatientHealthCareParty.ts.html +0 -277
  321. package/coverage/icure-typescript-sdk/icc-api/model/PatientRegistrationSuccess.ts.html +0 -148
  322. package/coverage/icure-typescript-sdk/icc-api/model/Payment.ts.html +0 -187
  323. package/coverage/icure-typescript-sdk/icc-api/model/Periodicity.ts.html +0 -148
  324. package/coverage/icure-typescript-sdk/icc-api/model/Permission.ts.html +0 -175
  325. package/coverage/icure-typescript-sdk/icc-api/model/PermissionCriterion.ts.html +0 -223
  326. package/coverage/icure-typescript-sdk/icc-api/model/PermissionItem.ts.html +0 -241
  327. package/coverage/icure-typescript-sdk/icc-api/model/PersonName.ts.html +0 -283
  328. package/coverage/icure-typescript-sdk/icc-api/model/PharmaceuticalForm.ts.html +0 -172
  329. package/coverage/icure-typescript-sdk/icc-api/model/PharmaceuticalFormStub.ts.html +0 -157
  330. package/coverage/icure-typescript-sdk/icc-api/model/Place.ts.html +0 -166
  331. package/coverage/icure-typescript-sdk/icc-api/model/PlanOfAction.ts.html +0 -427
  332. package/coverage/icure-typescript-sdk/icc-api/model/Predicate.ts.html +0 -136
  333. package/coverage/icure-typescript-sdk/icc-api/model/Pricing.ts.html +0 -148
  334. package/coverage/icure-typescript-sdk/icc-api/model/PropertyStub.ts.html +0 -178
  335. package/coverage/icure-typescript-sdk/icc-api/model/PropertyTypeStub.ts.html +0 -181
  336. package/coverage/icure-typescript-sdk/icc-api/model/PublicKey.ts.html +0 -145
  337. package/coverage/icure-typescript-sdk/icc-api/model/Quantity.ts.html +0 -145
  338. package/coverage/icure-typescript-sdk/icc-api/model/Receipt.ts.html +0 -334
  339. package/coverage/icure-typescript-sdk/icc-api/model/ReferralPeriod.ts.html +0 -184
  340. package/coverage/icure-typescript-sdk/icc-api/model/RefreshTokenExpiredError.ts.html +0 -100
  341. package/coverage/icure-typescript-sdk/icc-api/model/RegimenItem.ts.html +0 -166
  342. package/coverage/icure-typescript-sdk/icc-api/model/RegistrationInformation.ts.html +0 -154
  343. package/coverage/icure-typescript-sdk/icc-api/model/RegistrationSuccess.ts.html +0 -148
  344. package/coverage/icure-typescript-sdk/icc-api/model/Reimbursement.ts.html +0 -256
  345. package/coverage/icure-typescript-sdk/icc-api/model/ReimbursementCriterion.ts.html +0 -151
  346. package/coverage/icure-typescript-sdk/icc-api/model/Remote.ts.html +0 -148
  347. package/coverage/icure-typescript-sdk/icc-api/model/RemoteAuthentication.ts.html +0 -145
  348. package/coverage/icure-typescript-sdk/icc-api/model/Renewal.ts.html +0 -148
  349. package/coverage/icure-typescript-sdk/icc-api/model/ReplicateCommand.ts.html +0 -160
  350. package/coverage/icure-typescript-sdk/icc-api/model/Replication.ts.html +0 -169
  351. package/coverage/icure-typescript-sdk/icc-api/model/ReplicationInfo.ts.html +0 -151
  352. package/coverage/icure-typescript-sdk/icc-api/model/ReplicationStats.ts.html +0 -166
  353. package/coverage/icure-typescript-sdk/icc-api/model/ReplicatorDocument.ts.html +0 -187
  354. package/coverage/icure-typescript-sdk/icc-api/model/ReplicatorResponse.ts.html +0 -154
  355. package/coverage/icure-typescript-sdk/icc-api/model/ResultInfo.ts.html +0 -184
  356. package/coverage/icure-typescript-sdk/icc-api/model/RevisionInfo.ts.html +0 -145
  357. package/coverage/icure-typescript-sdk/icc-api/model/Right.ts.html +0 -151
  358. package/coverage/icure-typescript-sdk/icc-api/model/RouteOfAdministration.ts.html +0 -151
  359. package/coverage/icure-typescript-sdk/icc-api/model/SamText.ts.html +0 -151
  360. package/coverage/icure-typescript-sdk/icc-api/model/SamVersion.ts.html +0 -163
  361. package/coverage/icure-typescript-sdk/icc-api/model/SchoolingInfo.ts.html +0 -154
  362. package/coverage/icure-typescript-sdk/icc-api/model/Section.ts.html +0 -154
  363. package/coverage/icure-typescript-sdk/icc-api/model/Service.ts.html +0 -550
  364. package/coverage/icure-typescript-sdk/icc-api/model/ServiceLink.ts.html +0 -151
  365. package/coverage/icure-typescript-sdk/icc-api/model/SoftwareMedicalFileExport.ts.html +0 -154
  366. package/coverage/icure-typescript-sdk/icc-api/model/StandardSubstance.ts.html +0 -184
  367. package/coverage/icure-typescript-sdk/icc-api/model/StrengthRange.ts.html +0 -151
  368. package/coverage/icure-typescript-sdk/icc-api/model/StructureElement.ts.html +0 -136
  369. package/coverage/icure-typescript-sdk/icc-api/model/SubContact.ts.html +0 -352
  370. package/coverage/icure-typescript-sdk/icc-api/model/Substance.ts.html +0 -178
  371. package/coverage/icure-typescript-sdk/icc-api/model/SubstanceStub.ts.html +0 -163
  372. package/coverage/icure-typescript-sdk/icc-api/model/Substanceproduct.ts.html +0 -157
  373. package/coverage/icure-typescript-sdk/icc-api/model/Suggest.ts.html +0 -154
  374. package/coverage/icure-typescript-sdk/icc-api/model/SumehrContent.ts.html +0 -163
  375. package/coverage/icure-typescript-sdk/icc-api/model/SumehrExportInfo.ts.html +0 -175
  376. package/coverage/icure-typescript-sdk/icc-api/model/SumehrValidity.ts.html +0 -166
  377. package/coverage/icure-typescript-sdk/icc-api/model/SupplyProblem.ts.html +0 -160
  378. package/coverage/icure-typescript-sdk/icc-api/model/Suspension.ts.html +0 -151
  379. package/coverage/icure-typescript-sdk/icc-api/model/Tag.ts.html +0 -145
  380. package/coverage/icure-typescript-sdk/icc-api/model/Tarification.ts.html +0 -724
  381. package/coverage/icure-typescript-sdk/icc-api/model/Telecom.ts.html +0 -277
  382. package/coverage/icure-typescript-sdk/icc-api/model/TimeSeries.ts.html +0 -169
  383. package/coverage/icure-typescript-sdk/icc-api/model/TimeTable.ts.html +0 -337
  384. package/coverage/icure-typescript-sdk/icc-api/model/TimeTableHour.ts.html +0 -145
  385. package/coverage/icure-typescript-sdk/icc-api/model/TimeTableItem.ts.html +0 -172
  386. package/coverage/icure-typescript-sdk/icc-api/model/TokenWithGroup.ts.html +0 -148
  387. package/coverage/icure-typescript-sdk/icc-api/model/TypedValueObject.ts.html +0 -205
  388. package/coverage/icure-typescript-sdk/icc-api/model/Unit.ts.html +0 -136
  389. package/coverage/icure-typescript-sdk/icc-api/model/User.ts.html +0 -610
  390. package/coverage/icure-typescript-sdk/icc-api/model/UserAndHealthcareParty.ts.html +0 -160
  391. package/coverage/icure-typescript-sdk/icc-api/model/UserGroup.ts.html +0 -169
  392. package/coverage/icure-typescript-sdk/icc-api/model/Valorisation.ts.html +0 -178
  393. package/coverage/icure-typescript-sdk/icc-api/model/Verse.ts.html +0 -280
  394. package/coverage/icure-typescript-sdk/icc-api/model/VirtualForm.ts.html +0 -151
  395. package/coverage/icure-typescript-sdk/icc-api/model/VirtualIngredient.ts.html +0 -184
  396. package/coverage/icure-typescript-sdk/icc-api/model/Vmp.ts.html +0 -205
  397. package/coverage/icure-typescript-sdk/icc-api/model/VmpComponent.ts.html +0 -169
  398. package/coverage/icure-typescript-sdk/icc-api/model/VmpGroup.ts.html +0 -187
  399. package/coverage/icure-typescript-sdk/icc-api/model/VmpGroupStub.ts.html +0 -154
  400. package/coverage/icure-typescript-sdk/icc-api/model/VmpStub.ts.html +0 -157
  401. package/coverage/icure-typescript-sdk/icc-api/model/Vtm.ts.html +0 -154
  402. package/coverage/icure-typescript-sdk/icc-api/model/Wada.ts.html +0 -151
  403. package/coverage/icure-typescript-sdk/icc-api/model/WebSession.ts.html +0 -163
  404. package/coverage/icure-typescript-sdk/icc-api/model/WebSessionMaxIdleTime.ts.html +0 -157
  405. package/coverage/icure-typescript-sdk/icc-api/model/WebSessionMaxIdleTimeUnits.ts.html +0 -148
  406. package/coverage/icure-typescript-sdk/icc-api/model/Weekday.ts.html +0 -148
  407. package/coverage/icure-typescript-sdk/icc-api/model/index.html +0 -4226
  408. package/coverage/icure-typescript-sdk/icc-api/model/models.ts.html +0 -928
  409. package/coverage/icure-typescript-sdk/icc-x-api/auth/AuthenticationProvider.ts.html +0 -268
  410. package/coverage/icure-typescript-sdk/icc-x-api/auth/BasicAuthService.ts.html +0 -160
  411. package/coverage/icure-typescript-sdk/icc-x-api/auth/EnsembleAuthService.ts.html +0 -250
  412. package/coverage/icure-typescript-sdk/icc-x-api/auth/JwtAuthService.ts.html +0 -349
  413. package/coverage/icure-typescript-sdk/icc-x-api/auth/NoAuthService.ts.html +0 -139
  414. package/coverage/icure-typescript-sdk/icc-x-api/auth/index.html +0 -176
  415. package/coverage/icure-typescript-sdk/icc-x-api/crypto/AES.ts.html +0 -652
  416. package/coverage/icure-typescript-sdk/icc-x-api/crypto/BaseExchangeKeysManager.ts.html +0 -1375
  417. package/coverage/icure-typescript-sdk/icc-x-api/crypto/ConfidentialEntities.ts.html +0 -298
  418. package/coverage/icure-typescript-sdk/icc-x-api/crypto/CryptoPrimitives.ts.html +0 -280
  419. package/coverage/icure-typescript-sdk/icc-x-api/crypto/EntitiesEncryption.ts.html +0 -2548
  420. package/coverage/icure-typescript-sdk/icc-x-api/crypto/ExchangeKeysManager.ts.html +0 -643
  421. package/coverage/icure-typescript-sdk/icc-x-api/crypto/KeyManager.ts.html +0 -1258
  422. package/coverage/icure-typescript-sdk/icc-x-api/crypto/KeyRecovery.ts.html +0 -868
  423. package/coverage/icure-typescript-sdk/icc-x-api/crypto/LegacyCryptoStrategies.ts.html +0 -166
  424. package/coverage/icure-typescript-sdk/icc-x-api/crypto/RSA.ts.html +0 -625
  425. package/coverage/icure-typescript-sdk/icc-x-api/crypto/ShamirKeysManager.ts.html +0 -595
  426. package/coverage/icure-typescript-sdk/icc-x-api/crypto/TransferKeysManager.ts.html +0 -493
  427. package/coverage/icure-typescript-sdk/icc-x-api/crypto/index.html +0 -311
  428. package/coverage/icure-typescript-sdk/icc-x-api/crypto/shamir.ts.html +0 -1063
  429. package/coverage/icure-typescript-sdk/icc-x-api/crypto/utils.ts.html +0 -280
  430. package/coverage/icure-typescript-sdk/icc-x-api/filters/AllCodesFilter.ts.html +0 -151
  431. package/coverage/icure-typescript-sdk/icc-x-api/filters/AllDevicesFilter.ts.html +0 -154
  432. package/coverage/icure-typescript-sdk/icc-x-api/filters/AllHealthcarePartiesFilter.ts.html +0 -154
  433. package/coverage/icure-typescript-sdk/icc-x-api/filters/AllUsersFilter.ts.html +0 -154
  434. package/coverage/icure-typescript-sdk/icc-x-api/filters/CodeByIdsFilter.ts.html +0 -160
  435. package/coverage/icure-typescript-sdk/icc-x-api/filters/CodeByRegionTypeLabelLanguageFilter.ts.html +0 -169
  436. package/coverage/icure-typescript-sdk/icc-x-api/filters/CodeIdsByTypeCodeVersionIntervalFilter.ts.html +0 -175
  437. package/coverage/icure-typescript-sdk/icc-x-api/filters/ComplementFilter.ts.html +0 -124
  438. package/coverage/icure-typescript-sdk/icc-x-api/filters/ConstantFilter.ts.html +0 -112
  439. package/coverage/icure-typescript-sdk/icc-x-api/filters/ContactByHcPartyFilter.ts.html +0 -160
  440. package/coverage/icure-typescript-sdk/icc-x-api/filters/ContactByHcPartyPatientTagCodeDateFilter.ts.html +0 -181
  441. package/coverage/icure-typescript-sdk/icc-x-api/filters/ContactByHcPartyTagCodeDateFilter.ts.html +0 -175
  442. package/coverage/icure-typescript-sdk/icc-x-api/filters/ContactByServiceIdsFilter.ts.html +0 -157
  443. package/coverage/icure-typescript-sdk/icc-x-api/filters/DeviceByHcPartyFilter.ts.html +0 -157
  444. package/coverage/icure-typescript-sdk/icc-x-api/filters/DeviceByIdsFilter.ts.html +0 -157
  445. package/coverage/icure-typescript-sdk/icc-x-api/filters/HealthElementByHcPartyFilter.ts.html +0 -157
  446. package/coverage/icure-typescript-sdk/icc-x-api/filters/HealthElementByHcPartyIdentifiersFilter.ts.html +0 -163
  447. package/coverage/icure-typescript-sdk/icc-x-api/filters/HealthElementByHcPartySecretForeignKeysFilter.ts.html +0 -160
  448. package/coverage/icure-typescript-sdk/icc-x-api/filters/HealthElementByHcPartyTagCodeFilter.ts.html +0 -172
  449. package/coverage/icure-typescript-sdk/icc-x-api/filters/HealthElementByIdsFilter.ts.html +0 -157
  450. package/coverage/icure-typescript-sdk/icc-x-api/filters/HealthcarePartyByIdsFilter.ts.html +0 -157
  451. package/coverage/icure-typescript-sdk/icc-x-api/filters/HealthcarePartyByNameFilter.ts.html +0 -160
  452. package/coverage/icure-typescript-sdk/icc-x-api/filters/HealthcarePartyByTagCodeFilter.ts.html +0 -166
  453. package/coverage/icure-typescript-sdk/icc-x-api/filters/IntersectionFilter.ts.html +0 -118
  454. package/coverage/icure-typescript-sdk/icc-x-api/filters/InvoiceByHcPartyCodeDateFilter.ts.html +0 -166
  455. package/coverage/icure-typescript-sdk/icc-x-api/filters/MaintenanceTaskAfterDateFilter.ts.html +0 -160
  456. package/coverage/icure-typescript-sdk/icc-x-api/filters/MaintenanceTaskByHcPartyAndIdentifiersFilter.ts.html +0 -163
  457. package/coverage/icure-typescript-sdk/icc-x-api/filters/MaintenanceTaskByHcPartyAndTypeFilter.ts.html +0 -160
  458. package/coverage/icure-typescript-sdk/icc-x-api/filters/MaintenanceTaskByIdsFilter.ts.html +0 -157
  459. package/coverage/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyAndActiveFilter.ts.html +0 -160
  460. package/coverage/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyAndExternalIdFilter.ts.html +0 -160
  461. package/coverage/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyAndIdentifiersFilter.ts.html +0 -163
  462. package/coverage/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyAndSsinFilter.ts.html +0 -160
  463. package/coverage/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyAndSsinsFilter.ts.html +0 -160
  464. package/coverage/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyDateOfBirthBetweenFilter.ts.html +0 -163
  465. package/coverage/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyDateOfBirthFilter.ts.html +0 -160
  466. package/coverage/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyFilter.ts.html +0 -157
  467. package/coverage/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyGenderEducationProfession.ts.html +0 -142
  468. package/coverage/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyNameContainsFuzzyFilter.ts.html +0 -160
  469. package/coverage/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyNameFilter.ts.html +0 -160
  470. package/coverage/icure-typescript-sdk/icc-x-api/filters/PatientByIdsFilter.ts.html +0 -157
  471. package/coverage/icure-typescript-sdk/icc-x-api/filters/ServiceByContactsAndSubcontactsFilter.ts.html +0 -169
  472. package/coverage/icure-typescript-sdk/icc-x-api/filters/ServiceByHcPartyFilter.ts.html +0 -157
  473. package/coverage/icure-typescript-sdk/icc-x-api/filters/ServiceByHcPartyHealthElementIdsFilter.ts.html +0 -160
  474. package/coverage/icure-typescript-sdk/icc-x-api/filters/ServiceByHcPartyIdentifiersFilter.ts.html +0 -163
  475. package/coverage/icure-typescript-sdk/icc-x-api/filters/ServiceByHcPartyTagCodeDateFilter.ts.html +0 -178
  476. package/coverage/icure-typescript-sdk/icc-x-api/filters/ServiceByIdsFilter.ts.html +0 -157
  477. package/coverage/icure-typescript-sdk/icc-x-api/filters/ServiceBySecretForeignKeys.ts.html +0 -160
  478. package/coverage/icure-typescript-sdk/icc-x-api/filters/UnionFilter.ts.html +0 -115
  479. package/coverage/icure-typescript-sdk/icc-x-api/filters/UserByIdsFilter.ts.html +0 -157
  480. package/coverage/icure-typescript-sdk/icc-x-api/filters/UserByNameEmailPhoneFilter.ts.html +0 -157
  481. package/coverage/icure-typescript-sdk/icc-x-api/filters/UsersByPatientIdFilter.ts.html +0 -160
  482. package/coverage/icure-typescript-sdk/icc-x-api/filters/filters.ts.html +0 -1117
  483. package/coverage/icure-typescript-sdk/icc-x-api/filters/index.html +0 -896
  484. package/coverage/icure-typescript-sdk/icc-x-api/icc-accesslog-x-api.ts.html +0 -856
  485. package/coverage/icure-typescript-sdk/icc-x-api/icc-bekmehr-x-api.ts.html +0 -1039
  486. package/coverage/icure-typescript-sdk/icc-x-api/icc-calendar-item-x-api.ts.html +0 -712
  487. package/coverage/icure-typescript-sdk/icc-x-api/icc-classification-x-api.ts.html +0 -346
  488. package/coverage/icure-typescript-sdk/icc-x-api/icc-code-x-api.ts.html +0 -484
  489. package/coverage/icure-typescript-sdk/icc-x-api/icc-contact-x-api.ts.html +0 -2863
  490. package/coverage/icure-typescript-sdk/icc-x-api/icc-crypto-x-api.ts.html +0 -2935
  491. package/coverage/icure-typescript-sdk/icc-x-api/icc-data-owner-x-api.ts.html +0 -793
  492. package/coverage/icure-typescript-sdk/icc-x-api/icc-doctemplate-x-api.ts.html +0 -397
  493. package/coverage/icure-typescript-sdk/icc-x-api/icc-document-x-api.ts.html +0 -2446
  494. package/coverage/icure-typescript-sdk/icc-x-api/icc-form-x-api.ts.html +0 -400
  495. package/coverage/icure-typescript-sdk/icc-x-api/icc-hcparty-x-api.ts.html +0 -535
  496. package/coverage/icure-typescript-sdk/icc-x-api/icc-helement-x-api.ts.html +0 -1111
  497. package/coverage/icure-typescript-sdk/icc-x-api/icc-icure-maintenance-x-api.ts.html +0 -463
  498. package/coverage/icure-typescript-sdk/icc-x-api/icc-invoice-x-api.ts.html +0 -559
  499. package/coverage/icure-typescript-sdk/icc-x-api/icc-maintenance-task-x-api.ts.html +0 -511
  500. package/coverage/icure-typescript-sdk/icc-x-api/icc-message-x-api.ts.html +0 -328
  501. package/coverage/icure-typescript-sdk/icc-x-api/icc-patient-x-api.ts.html +0 -3460
  502. package/coverage/icure-typescript-sdk/icc-x-api/icc-receipt-x-api.ts.html +0 -367
  503. package/coverage/icure-typescript-sdk/icc-x-api/icc-time-table-x-api.ts.html +0 -280
  504. package/coverage/icure-typescript-sdk/icc-x-api/icc-user-x-api.ts.html +0 -145
  505. package/coverage/icure-typescript-sdk/icc-x-api/index.html +0 -431
  506. package/coverage/icure-typescript-sdk/icc-x-api/index.ts.html +0 -1072
  507. package/coverage/icure-typescript-sdk/icc-x-api/maintenance/KeyPairUpdateRequest.ts.html +0 -265
  508. package/coverage/icure-typescript-sdk/icc-x-api/maintenance/index.html +0 -116
  509. package/coverage/icure-typescript-sdk/icc-x-api/rsrc/codelng.ts.html +0 -109
  510. package/coverage/icure-typescript-sdk/icc-x-api/rsrc/contact.i18n.ts.html +0 -415
  511. package/coverage/icure-typescript-sdk/icc-x-api/rsrc/icd10.ts.html +0 -424
  512. package/coverage/icure-typescript-sdk/icc-x-api/rsrc/icpc2.ts.html +0 -151
  513. package/coverage/icure-typescript-sdk/icc-x-api/rsrc/index.html +0 -161
  514. package/coverage/icure-typescript-sdk/icc-x-api/storage/DefaultStorageEntryKeysFactory.ts.html +0 -145
  515. package/coverage/icure-typescript-sdk/icc-x-api/storage/IcureStorageFacade.ts.html +0 -364
  516. package/coverage/icure-typescript-sdk/icc-x-api/storage/KeyStorageImpl.ts.html +0 -193
  517. package/coverage/icure-typescript-sdk/icc-x-api/storage/LocalStorageImpl.ts.html +0 -166
  518. package/coverage/icure-typescript-sdk/icc-x-api/storage/index.html +0 -161
  519. package/coverage/icure-typescript-sdk/icc-x-api/utils/asn1-packer.ts.html +0 -346
  520. package/coverage/icure-typescript-sdk/icc-x-api/utils/asn1-parser.ts.html +0 -538
  521. package/coverage/icure-typescript-sdk/icc-x-api/utils/binary-utils.ts.html +0 -574
  522. package/coverage/icure-typescript-sdk/icc-x-api/utils/code-util.ts.html +0 -202
  523. package/coverage/icure-typescript-sdk/icc-x-api/utils/collection-utils.ts.html +0 -139
  524. package/coverage/icure-typescript-sdk/icc-x-api/utils/crypto-utils.ts.html +0 -838
  525. package/coverage/icure-typescript-sdk/icc-x-api/utils/formatting-util.ts.html +0 -745
  526. package/coverage/icure-typescript-sdk/icc-x-api/utils/functional-util.ts.html +0 -133
  527. package/coverage/icure-typescript-sdk/icc-x-api/utils/graph-utils.ts.html +0 -739
  528. package/coverage/icure-typescript-sdk/icc-x-api/utils/hcp-util.ts.html +0 -451
  529. package/coverage/icure-typescript-sdk/icc-x-api/utils/index.html +0 -341
  530. package/coverage/icure-typescript-sdk/icc-x-api/utils/index.ts.html +0 -106
  531. package/coverage/icure-typescript-sdk/icc-x-api/utils/insurability-util.ts.html +0 -247
  532. package/coverage/icure-typescript-sdk/icc-x-api/utils/lru-temporised-async-cache.ts.html +0 -484
  533. package/coverage/icure-typescript-sdk/icc-x-api/utils/net-utils.ts.html +0 -814
  534. package/coverage/icure-typescript-sdk/icc-x-api/utils/person-util.ts.html +0 -172
  535. package/coverage/icure-typescript-sdk/icc-x-api/utils/uuid-encoder.ts.html +0 -466
  536. package/coverage/icure-typescript-sdk/index.html +0 -146
  537. package/coverage/icure-typescript-sdk/index.ts.html +0 -109
  538. package/coverage/icure-typescript-sdk/node-compat.ts.html +0 -118
  539. package/coverage/icure-typescript-sdk/test/cleanup.ts.html +0 -163
  540. package/coverage/icure-typescript-sdk/test/icc-api/api/IccDocumentApi.ts.html +0 -508
  541. package/coverage/icure-typescript-sdk/test/icc-api/api/IccUserApi.ts.html +0 -148
  542. package/coverage/icure-typescript-sdk/test/icc-api/api/index.html +0 -131
  543. package/coverage/icure-typescript-sdk/test/icc-api/e2e/IccCalendarItemApi.ts.html +0 -196
  544. package/coverage/icure-typescript-sdk/test/icc-api/e2e/index.html +0 -116
  545. package/coverage/icure-typescript-sdk/test/icc-api/model/index.html +0 -116
  546. package/coverage/icure-typescript-sdk/test/icc-api/model/modelHelpersTest.ts.html +0 -247
  547. package/coverage/icure-typescript-sdk/test/icc-x-api/auth/index.html +0 -116
  548. package/coverage/icure-typescript-sdk/test/icc-x-api/auth/jwt-concurrency-test.ts.html +0 -484
  549. package/coverage/icure-typescript-sdk/test/icc-x-api/crypto/concurrency.ts.html +0 -184
  550. package/coverage/icure-typescript-sdk/test/icc-x-api/crypto/crypto-utils.ts.html +0 -355
  551. package/coverage/icure-typescript-sdk/test/icc-x-api/crypto/cryptoTest.ts.html +0 -1138
  552. package/coverage/icure-typescript-sdk/test/icc-x-api/crypto/delegate-ci-to-patient-with-missing-keys-test.ts.html +0 -589
  553. package/coverage/icure-typescript-sdk/test/icc-x-api/crypto/exchange-keys-manager-test.ts.html +0 -196
  554. package/coverage/icure-typescript-sdk/test/icc-x-api/crypto/full-crypto-test.ts.html +0 -1864
  555. package/coverage/icure-typescript-sdk/test/icc-x-api/crypto/index.html +0 -221
  556. package/coverage/icure-typescript-sdk/test/icc-x-api/crypto/shamir.ts.html +0 -616
  557. package/coverage/icure-typescript-sdk/test/icc-x-api/crypto/share-to-newly-created-patient-from-hcp.ts.html +0 -391
  558. package/coverage/icure-typescript-sdk/test/icc-x-api/entity-with-attachments-api-test.ts.html +0 -466
  559. package/coverage/icure-typescript-sdk/test/icc-x-api/filters/filters.ts.html +0 -259
  560. package/coverage/icure-typescript-sdk/test/icc-x-api/filters/index.html +0 -116
  561. package/coverage/icure-typescript-sdk/test/icc-x-api/icc-accesslog-x-api.ts.html +0 -181
  562. package/coverage/icure-typescript-sdk/test/icc-x-api/icc-auth-api.ts.html +0 -217
  563. package/coverage/icure-typescript-sdk/test/icc-x-api/icc-contact-x-api.ts.html +0 -628
  564. package/coverage/icure-typescript-sdk/test/icc-x-api/icc-helement-x-api-test.ts.html +0 -511
  565. package/coverage/icure-typescript-sdk/test/icc-x-api/icc-maintenance-task-x-api-test.ts.html +0 -868
  566. package/coverage/icure-typescript-sdk/test/icc-x-api/icc-patient-x-api-test.ts.html +0 -250
  567. package/coverage/icure-typescript-sdk/test/icc-x-api/icc-time-table-x-api.ts.html +0 -319
  568. package/coverage/icure-typescript-sdk/test/icc-x-api/icc-user-x-api-test.ts.html +0 -148
  569. package/coverage/icure-typescript-sdk/test/icc-x-api/index.html +0 -251
  570. package/coverage/icure-typescript-sdk/test/icc-x-api/patient-user.ts.html +0 -592
  571. package/coverage/icure-typescript-sdk/test/icc-x-api/storage/index.html +0 -116
  572. package/coverage/icure-typescript-sdk/test/icc-x-api/storage/storage.ts.html +0 -208
  573. package/coverage/icure-typescript-sdk/test/icc-x-api/utils/graph-test.ts.html +0 -244
  574. package/coverage/icure-typescript-sdk/test/icc-x-api/utils/index.html +0 -116
  575. package/coverage/icure-typescript-sdk/test/index.html +0 -116
  576. package/coverage/icure-typescript-sdk/test/utils/TestApi.ts.html +0 -169
  577. package/coverage/icure-typescript-sdk/test/utils/TestCryptoStrategies.ts.html +0 -256
  578. package/coverage/icure-typescript-sdk/test/utils/TestStorage.ts.html +0 -289
  579. package/coverage/icure-typescript-sdk/test/utils/index.html +0 -176
  580. package/coverage/icure-typescript-sdk/test/utils/test-utils-decorators.ts.html +0 -1318
  581. package/coverage/icure-typescript-sdk/test/utils/test_utils.ts.html +0 -910
  582. package/coverage/index.html +0 -476
  583. package/coverage/lcov-report/base.css +0 -224
  584. package/coverage/lcov-report/block-navigation.js +0 -87
  585. package/coverage/lcov-report/favicon.png +0 -0
  586. package/coverage/lcov-report/icure-typescript-sdk/.eslintrc.js.html +0 -178
  587. package/coverage/lcov-report/icure-typescript-sdk/coverage/block-navigation.js.html +0 -346
  588. package/coverage/lcov-report/icure-typescript-sdk/coverage/index.html +0 -146
  589. package/coverage/lcov-report/icure-typescript-sdk/coverage/lcov-report/block-navigation.js.html +0 -346
  590. package/coverage/lcov-report/icure-typescript-sdk/coverage/lcov-report/index.html +0 -146
  591. package/coverage/lcov-report/icure-typescript-sdk/coverage/lcov-report/prettify.js.html +0 -91
  592. package/coverage/lcov-report/icure-typescript-sdk/coverage/lcov-report/sorter.js.html +0 -673
  593. package/coverage/lcov-report/icure-typescript-sdk/coverage/prettify.js.html +0 -91
  594. package/coverage/lcov-report/icure-typescript-sdk/coverage/sorter.js.html +0 -673
  595. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccAccesslogApi.ts.html +0 -703
  596. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccAgendaApi.ts.html +0 -538
  597. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccAnonymousAccessApi.ts.html +0 -463
  598. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccApplicationsettingsApi.ts.html +0 -352
  599. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccArticleApi.ts.html +0 -445
  600. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccAuthApi.ts.html +0 -625
  601. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccBeefactApi.ts.html +0 -283
  602. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccBekmehrApi.ts.html +0 -2812
  603. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccBemikronoApi.ts.html +0 -658
  604. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccBeresultexportApi.ts.html +0 -487
  605. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccBeresultimportApi.ts.html +0 -475
  606. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccBesamv2Api.ts.html +0 -2410
  607. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccCalendarItemApi.ts.html +0 -874
  608. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccCalendarItemTypeApi.ts.html +0 -487
  609. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccClassificationApi.ts.html +0 -625
  610. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccClassificationTemplateApi.ts.html +0 -649
  611. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccCodeApi.ts.html +0 -1354
  612. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccContactApi.ts.html +0 -1927
  613. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccDeviceApi.ts.html +0 -1159
  614. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccDoctemplateApi.ts.html +0 -856
  615. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccDocumentApi.ts.html +0 -1417
  616. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccDocumentTemplateApi.ts.html +0 -865
  617. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccEntityrefApi.ts.html +0 -304
  618. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccEntitytemplateApi.ts.html +0 -832
  619. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccFormApi.ts.html +0 -1507
  620. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccFrontendmigrationApi.ts.html +0 -490
  621. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccGroupApi.ts.html +0 -1216
  622. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccHcpartyApi.ts.html +0 -1546
  623. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccHelementApi.ts.html +0 -937
  624. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccIcureApi.ts.html +0 -994
  625. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccInsuranceApi.ts.html +0 -547
  626. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccInvoiceApi.ts.html +0 -2110
  627. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccKeywordApi.ts.html +0 -490
  628. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccMaintenanceTaskApi.ts.html +0 -484
  629. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccMedexApi.ts.html +0 -259
  630. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccMedicallocationApi.ts.html +0 -445
  631. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccMessageApi.ts.html +0 -1468
  632. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccPatientApi.ts.html +0 -2551
  633. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccPermissionApi.ts.html +0 -262
  634. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccPlaceApi.ts.html +0 -445
  635. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccPubsubApi.ts.html +0 -403
  636. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccReceiptApi.ts.html +0 -589
  637. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccReplicationApi.ts.html +0 -403
  638. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccTarificationApi.ts.html +0 -793
  639. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccTimeTableApi.ts.html +0 -523
  640. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccTmpApi.ts.html +0 -3979
  641. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccUserApi.ts.html +0 -1660
  642. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/XHR.ts.html +0 -523
  643. package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/index.html +0 -821
  644. package/coverage/lcov-report/icure-typescript-sdk/icc-api/iccApi.ts.html +0 -220
  645. package/coverage/lcov-report/icure-typescript-sdk/icc-api/index.html +0 -131
  646. package/coverage/lcov-report/icure-typescript-sdk/icc-api/index.ts.html +0 -220
  647. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AbstractFilterCode.ts.html +0 -142
  648. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AbstractFilterContact.ts.html +0 -142
  649. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AbstractFilterDevice.ts.html +0 -142
  650. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AbstractFilterHealthElement.ts.html +0 -142
  651. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AbstractFilterHealthcareParty.ts.html +0 -142
  652. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AbstractFilterInvoice.ts.html +0 -142
  653. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AbstractFilterMaintenanceTask.ts.html +0 -142
  654. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AbstractFilterPatient.ts.html +0 -142
  655. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AbstractFilterService.ts.html +0 -142
  656. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AbstractFilterUser.ts.html +0 -142
  657. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AccessLog.ts.html +0 -409
  658. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AddedDocument.ts.html +0 -166
  659. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Address.ts.html +0 -382
  660. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AdministrationQuantity.ts.html +0 -151
  661. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Agenda.ts.html +0 -268
  662. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AgreementAppendix.ts.html +0 -151
  663. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Amp.ts.html +0 -256
  664. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AmpComponent.ts.html +0 -238
  665. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Ampp.ts.html +0 -310
  666. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AmppComponent.ts.html +0 -193
  667. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Annotation.ts.html +0 -211
  668. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/ApplicationSettings.ts.html +0 -259
  669. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Appointment.ts.html +0 -178
  670. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AppointmentImport.ts.html +0 -202
  671. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AppointmentTypeAndPlace.ts.html +0 -166
  672. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Article.ts.html +0 -331
  673. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Atc.ts.html +0 -145
  674. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Attachment.ts.html +0 -154
  675. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AuthenticationResponse.ts.html +0 -166
  676. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AuthenticationToken.ts.html +0 -184
  677. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Basic.ts.html +0 -145
  678. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Body.ts.html +0 -145
  679. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Body1.ts.html +0 -145
  680. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Body2.ts.html +0 -145
  681. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Body3.ts.html +0 -145
  682. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/ByteArray.ts.html +0 -145
  683. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/CalendarItem.ts.html +0 -394
  684. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/CalendarItemTag.ts.html +0 -151
  685. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/CalendarItemType.ts.html +0 -181
  686. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/CareTeamMember.ts.html +0 -199
  687. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/CareTeamMembership.ts.html +0 -202
  688. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/CheckSMFPatientResult.ts.html +0 -157
  689. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Classification.ts.html +0 -328
  690. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/ClassificationTemplate.ts.html +0 -325
  691. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Code.ts.html +0 -691
  692. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/CodeStub.ts.html +0 -157
  693. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/CodeType.ts.html +0 -142
  694. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/CommentedClassification.ts.html +0 -148
  695. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Commercialization.ts.html +0 -160
  696. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Company.ts.html +0 -190
  697. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Contact.ts.html +0 -472
  698. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Content.ts.html +0 -220
  699. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Copayment.ts.html +0 -151
  700. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Data.ts.html +0 -136
  701. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/DataAttachment.ts.html +0 -187
  702. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/DataOwnerRegistrationSuccess.ts.html +0 -148
  703. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/DatabaseInfo.ts.html +0 -169
  704. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/DatabaseInitialisation.ts.html +0 -166
  705. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/DatabaseSynchronization.ts.html +0 -175
  706. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Delegation.ts.html +0 -160
  707. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/DeletedAttachment.ts.html +0 -199
  708. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Device.ts.html +0 -364
  709. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/DeviceType.ts.html +0 -154
  710. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/DiaryNoteExportInfo.ts.html +0 -175
  711. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Dmpp.ts.html +0 -220
  712. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/DocIdentifier.ts.html +0 -145
  713. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Document.ts.html +0 -907
  714. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/DocumentGroup.ts.html +0 -145
  715. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/DocumentTemplate.ts.html +0 -571
  716. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Duration.ts.html +0 -148
  717. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/EIDItem.ts.html +0 -154
  718. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Editor.ts.html +0 -196
  719. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/EfactInvoice.ts.html +0 -214
  720. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/EmailOrSmsMessage.ts.html +0 -202
  721. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/EmailTemplate.ts.html +0 -145
  722. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Employer.ts.html +0 -148
  723. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/EmploymentInfo.ts.html +0 -157
  724. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/EntityReference.ts.html +0 -160
  725. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/EntityTemplate.ts.html +0 -178
  726. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Episode.ts.html +0 -175
  727. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FilterChainCode.ts.html +0 -154
  728. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FilterChainContact.ts.html +0 -154
  729. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FilterChainDevice.ts.html +0 -154
  730. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FilterChainHealthElement.ts.html +0 -154
  731. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FilterChainHealthcareParty.ts.html +0 -154
  732. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FilterChainInvoice.ts.html +0 -154
  733. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FilterChainMaintenanceTask.ts.html +0 -154
  734. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FilterChainPatient.ts.html +0 -154
  735. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FilterChainService.ts.html +0 -154
  736. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FilterChainUser.ts.html +0 -154
  737. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FinancialInstitutionInformation.ts.html +0 -181
  738. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FlatRateTarification.ts.html +0 -193
  739. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FlowItem.ts.html +0 -238
  740. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Form.ts.html +0 -433
  741. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FormColumn.ts.html +0 -151
  742. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FormDataOption.ts.html +0 -145
  743. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FormLayout.ts.html +0 -172
  744. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FormLayoutData.ts.html +0 -217
  745. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FormPlanning.ts.html +0 -163
  746. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FormSection.ts.html +0 -154
  747. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FormTemplate.ts.html +0 -223
  748. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FormTemplateLayout.ts.html +0 -154
  749. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Formula.ts.html +0 -178
  750. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FrontEndMigration.ts.html +0 -226
  751. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Group.ts.html +0 -277
  752. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/GroupDatabasesInfo.ts.html +0 -148
  753. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/GuiCode.ts.html +0 -145
  754. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/GuiCodeType.ts.html +0 -142
  755. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/HealthElement.ts.html +0 -562
  756. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/HealthcareParty.ts.html +0 -757
  757. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/HealthcarePartyHistoryStatus.ts.html +0 -184
  758. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/IcureStub.ts.html +0 -307
  759. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/IdWithRev.ts.html +0 -145
  760. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Identifier.ts.html +0 -166
  761. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/IdentityDocumentReader.ts.html +0 -157
  762. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/ImportMapping.ts.html +0 -157
  763. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/ImportResult.ts.html +0 -187
  764. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/IncapacityExportInfo.ts.html +0 -241
  765. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/IndexedIdentifier.ts.html +0 -148
  766. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/IndexingInfo.ts.html +0 -142
  767. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Ingredient.ts.html +0 -193
  768. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Insurability.ts.html +0 -268
  769. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Insurance.ts.html +0 -184
  770. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Invoice.ts.html +0 -700
  771. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/InvoiceItem.ts.html +0 -376
  772. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/InvoiceSender.ts.html +0 -169
  773. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/InvoicesBatch.ts.html +0 -172
  774. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/InvoicingCode.ts.html +0 -343
  775. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Keyword.ts.html +0 -268
  776. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/KeywordSubword.ts.html +0 -145
  777. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/LabelledOccurence.ts.html +0 -145
  778. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/LetterValue.ts.html +0 -151
  779. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/ListOfIds.ts.html +0 -151
  780. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/ListOfProperties.ts.html +0 -154
  781. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/LoginCredentials.ts.html +0 -145
  782. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/MaintenanceTask.ts.html +0 -382
  783. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/MapOfIds.ts.html +0 -142
  784. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Measure.ts.html +0 -178
  785. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/MedexInfo.ts.html +0 -184
  786. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/MedicalHouseContract.ts.html +0 -328
  787. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/MedicalLocation.ts.html +0 -196
  788. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Medication.ts.html +0 -295
  789. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/MedicationSchemeExportInfo.ts.html +0 -160
  790. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Medicinalproduct.ts.html +0 -157
  791. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Message.ts.html +0 -520
  792. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/MessageReadStatus.ts.html +0 -154
  793. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/MessageWithBatch.ts.html +0 -151
  794. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/MessagesReadStatusUpdate.ts.html +0 -151
  795. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/MikronoAppointmentTypeRest.ts.html +0 -160
  796. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/MikronoCredentials.ts.html +0 -148
  797. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/MimeAttachment.ts.html +0 -151
  798. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/ModelHelper.ts.html +0 -343
  799. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Nmp.ts.html +0 -187
  800. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/NoGenericPrescriptionReason.ts.html +0 -148
  801. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/NoSwitchReason.ts.html +0 -148
  802. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/NumeratorRange.ts.html +0 -148
  803. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PackagingType.ts.html +0 -154
  804. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedDocumentKeyIdPairObject.ts.html +0 -145
  805. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListAccessLog.ts.html +0 -157
  806. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListAmp.ts.html +0 -157
  807. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListClassification.ts.html +0 -157
  808. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListClassificationTemplate.ts.html +0 -157
  809. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListCode.ts.html +0 -157
  810. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListContact.ts.html +0 -157
  811. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListDevice.ts.html +0 -157
  812. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListDocument.ts.html +0 -157
  813. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListEntityTemplate.ts.html +0 -157
  814. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListForm.ts.html +0 -157
  815. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListGroup.ts.html +0 -157
  816. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListHealthElement.ts.html +0 -157
  817. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListHealthcareParty.ts.html +0 -157
  818. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListInvoice.ts.html +0 -157
  819. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListMaintenanceTask.ts.html +0 -157
  820. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListMessage.ts.html +0 -157
  821. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListNmp.ts.html +0 -157
  822. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListPatient.ts.html +0 -157
  823. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListService.ts.html +0 -157
  824. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListString.ts.html +0 -154
  825. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListTarification.ts.html +0 -157
  826. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListUser.ts.html +0 -157
  827. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListVmp.ts.html +0 -157
  828. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListVmpGroup.ts.html +0 -157
  829. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Paragraph.ts.html +0 -208
  830. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/ParagraphAgreement.ts.html +0 -208
  831. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Partnership.ts.html +0 -439
  832. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Patient.ts.html +0 -1183
  833. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PatientByHcPartyGenderEducationProfession.ts.html +0 -190
  834. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PatientHealthCareParty.ts.html +0 -277
  835. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PatientRegistrationSuccess.ts.html +0 -148
  836. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Payment.ts.html +0 -187
  837. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Periodicity.ts.html +0 -148
  838. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Permission.ts.html +0 -175
  839. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PermissionCriterion.ts.html +0 -223
  840. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PermissionItem.ts.html +0 -241
  841. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PersonName.ts.html +0 -283
  842. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PharmaceuticalForm.ts.html +0 -172
  843. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PharmaceuticalFormStub.ts.html +0 -157
  844. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Place.ts.html +0 -166
  845. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PlanOfAction.ts.html +0 -427
  846. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Predicate.ts.html +0 -136
  847. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Pricing.ts.html +0 -148
  848. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PropertyStub.ts.html +0 -178
  849. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PropertyTypeStub.ts.html +0 -181
  850. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PublicKey.ts.html +0 -145
  851. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Quantity.ts.html +0 -145
  852. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Receipt.ts.html +0 -334
  853. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/ReferralPeriod.ts.html +0 -184
  854. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/RefreshTokenExpiredError.ts.html +0 -100
  855. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/RegimenItem.ts.html +0 -166
  856. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/RegistrationInformation.ts.html +0 -154
  857. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/RegistrationSuccess.ts.html +0 -148
  858. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Reimbursement.ts.html +0 -256
  859. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/ReimbursementCriterion.ts.html +0 -151
  860. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Remote.ts.html +0 -148
  861. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/RemoteAuthentication.ts.html +0 -145
  862. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Renewal.ts.html +0 -148
  863. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/ReplicateCommand.ts.html +0 -160
  864. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Replication.ts.html +0 -169
  865. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/ReplicationInfo.ts.html +0 -151
  866. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/ReplicationStats.ts.html +0 -166
  867. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/ReplicatorDocument.ts.html +0 -187
  868. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/ReplicatorResponse.ts.html +0 -154
  869. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/ResultInfo.ts.html +0 -184
  870. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/RevisionInfo.ts.html +0 -145
  871. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Right.ts.html +0 -151
  872. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/RouteOfAdministration.ts.html +0 -151
  873. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/SamText.ts.html +0 -151
  874. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/SamVersion.ts.html +0 -163
  875. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/SchoolingInfo.ts.html +0 -154
  876. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Section.ts.html +0 -154
  877. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Service.ts.html +0 -550
  878. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/ServiceLink.ts.html +0 -151
  879. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/SoftwareMedicalFileExport.ts.html +0 -154
  880. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/StandardSubstance.ts.html +0 -184
  881. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/StrengthRange.ts.html +0 -151
  882. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/StructureElement.ts.html +0 -136
  883. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/SubContact.ts.html +0 -352
  884. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Substance.ts.html +0 -178
  885. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/SubstanceStub.ts.html +0 -163
  886. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Substanceproduct.ts.html +0 -157
  887. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Suggest.ts.html +0 -154
  888. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/SumehrContent.ts.html +0 -163
  889. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/SumehrExportInfo.ts.html +0 -175
  890. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/SumehrValidity.ts.html +0 -166
  891. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/SupplyProblem.ts.html +0 -160
  892. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Suspension.ts.html +0 -151
  893. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Tag.ts.html +0 -145
  894. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Tarification.ts.html +0 -724
  895. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Telecom.ts.html +0 -277
  896. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/TimeSeries.ts.html +0 -169
  897. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/TimeTable.ts.html +0 -337
  898. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/TimeTableHour.ts.html +0 -145
  899. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/TimeTableItem.ts.html +0 -172
  900. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/TokenWithGroup.ts.html +0 -148
  901. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/TypedValueObject.ts.html +0 -205
  902. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Unit.ts.html +0 -136
  903. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/User.ts.html +0 -610
  904. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/UserAndHealthcareParty.ts.html +0 -160
  905. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/UserGroup.ts.html +0 -169
  906. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Valorisation.ts.html +0 -178
  907. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Verse.ts.html +0 -280
  908. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/VirtualForm.ts.html +0 -151
  909. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/VirtualIngredient.ts.html +0 -184
  910. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Vmp.ts.html +0 -205
  911. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/VmpComponent.ts.html +0 -169
  912. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/VmpGroup.ts.html +0 -187
  913. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/VmpGroupStub.ts.html +0 -154
  914. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/VmpStub.ts.html +0 -157
  915. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Vtm.ts.html +0 -154
  916. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Wada.ts.html +0 -151
  917. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/WebSession.ts.html +0 -163
  918. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/WebSessionMaxIdleTime.ts.html +0 -157
  919. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/WebSessionMaxIdleTimeUnits.ts.html +0 -148
  920. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Weekday.ts.html +0 -148
  921. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/index.html +0 -4226
  922. package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/models.ts.html +0 -928
  923. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/auth/AuthenticationProvider.ts.html +0 -268
  924. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/auth/BasicAuthService.ts.html +0 -160
  925. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/auth/EnsembleAuthService.ts.html +0 -250
  926. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/auth/JwtAuthService.ts.html +0 -349
  927. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/auth/NoAuthService.ts.html +0 -139
  928. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/auth/index.html +0 -176
  929. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/crypto/AES.ts.html +0 -652
  930. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/crypto/BaseExchangeKeysManager.ts.html +0 -1375
  931. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/crypto/ConfidentialEntities.ts.html +0 -298
  932. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/crypto/CryptoPrimitives.ts.html +0 -280
  933. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/crypto/EntitiesEncryption.ts.html +0 -2548
  934. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/crypto/ExchangeKeysManager.ts.html +0 -643
  935. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/crypto/KeyManager.ts.html +0 -1258
  936. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/crypto/KeyRecovery.ts.html +0 -868
  937. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/crypto/LegacyCryptoStrategies.ts.html +0 -166
  938. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/crypto/RSA.ts.html +0 -625
  939. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/crypto/ShamirKeysManager.ts.html +0 -595
  940. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/crypto/TransferKeysManager.ts.html +0 -493
  941. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/crypto/index.html +0 -311
  942. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/crypto/shamir.ts.html +0 -1063
  943. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/crypto/utils.ts.html +0 -280
  944. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/AllCodesFilter.ts.html +0 -151
  945. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/AllDevicesFilter.ts.html +0 -154
  946. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/AllHealthcarePartiesFilter.ts.html +0 -154
  947. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/AllUsersFilter.ts.html +0 -154
  948. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/CodeByIdsFilter.ts.html +0 -160
  949. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/CodeByRegionTypeLabelLanguageFilter.ts.html +0 -169
  950. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/CodeIdsByTypeCodeVersionIntervalFilter.ts.html +0 -175
  951. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/ComplementFilter.ts.html +0 -124
  952. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/ConstantFilter.ts.html +0 -112
  953. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/ContactByHcPartyFilter.ts.html +0 -160
  954. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/ContactByHcPartyPatientTagCodeDateFilter.ts.html +0 -181
  955. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/ContactByHcPartyTagCodeDateFilter.ts.html +0 -175
  956. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/ContactByServiceIdsFilter.ts.html +0 -157
  957. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/DeviceByHcPartyFilter.ts.html +0 -157
  958. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/DeviceByIdsFilter.ts.html +0 -157
  959. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/HealthElementByHcPartyFilter.ts.html +0 -157
  960. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/HealthElementByHcPartyIdentifiersFilter.ts.html +0 -163
  961. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/HealthElementByHcPartySecretForeignKeysFilter.ts.html +0 -160
  962. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/HealthElementByHcPartyTagCodeFilter.ts.html +0 -172
  963. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/HealthElementByIdsFilter.ts.html +0 -157
  964. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/HealthcarePartyByIdsFilter.ts.html +0 -157
  965. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/HealthcarePartyByNameFilter.ts.html +0 -160
  966. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/HealthcarePartyByTagCodeFilter.ts.html +0 -166
  967. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/IntersectionFilter.ts.html +0 -118
  968. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/InvoiceByHcPartyCodeDateFilter.ts.html +0 -166
  969. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/MaintenanceTaskAfterDateFilter.ts.html +0 -160
  970. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/MaintenanceTaskByHcPartyAndIdentifiersFilter.ts.html +0 -163
  971. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/MaintenanceTaskByHcPartyAndTypeFilter.ts.html +0 -160
  972. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/MaintenanceTaskByIdsFilter.ts.html +0 -157
  973. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyAndActiveFilter.ts.html +0 -160
  974. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyAndExternalIdFilter.ts.html +0 -160
  975. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyAndIdentifiersFilter.ts.html +0 -163
  976. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyAndSsinFilter.ts.html +0 -160
  977. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyAndSsinsFilter.ts.html +0 -160
  978. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyDateOfBirthBetweenFilter.ts.html +0 -163
  979. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyDateOfBirthFilter.ts.html +0 -160
  980. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyFilter.ts.html +0 -157
  981. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyGenderEducationProfession.ts.html +0 -142
  982. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyNameContainsFuzzyFilter.ts.html +0 -160
  983. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyNameFilter.ts.html +0 -160
  984. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/PatientByIdsFilter.ts.html +0 -157
  985. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/ServiceByContactsAndSubcontactsFilter.ts.html +0 -169
  986. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/ServiceByHcPartyFilter.ts.html +0 -157
  987. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/ServiceByHcPartyHealthElementIdsFilter.ts.html +0 -160
  988. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/ServiceByHcPartyIdentifiersFilter.ts.html +0 -163
  989. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/ServiceByHcPartyTagCodeDateFilter.ts.html +0 -178
  990. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/ServiceByIdsFilter.ts.html +0 -157
  991. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/ServiceBySecretForeignKeys.ts.html +0 -160
  992. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/UnionFilter.ts.html +0 -115
  993. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/UserByIdsFilter.ts.html +0 -157
  994. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/UserByNameEmailPhoneFilter.ts.html +0 -157
  995. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/UsersByPatientIdFilter.ts.html +0 -160
  996. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/filters.ts.html +0 -1117
  997. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/index.html +0 -896
  998. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-accesslog-x-api.ts.html +0 -856
  999. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-bekmehr-x-api.ts.html +0 -1039
  1000. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-calendar-item-x-api.ts.html +0 -712
  1001. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-classification-x-api.ts.html +0 -346
  1002. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-code-x-api.ts.html +0 -484
  1003. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-contact-x-api.ts.html +0 -2863
  1004. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-crypto-x-api.ts.html +0 -2935
  1005. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-data-owner-x-api.ts.html +0 -793
  1006. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-doctemplate-x-api.ts.html +0 -397
  1007. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-document-x-api.ts.html +0 -2446
  1008. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-form-x-api.ts.html +0 -400
  1009. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-hcparty-x-api.ts.html +0 -535
  1010. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-helement-x-api.ts.html +0 -1111
  1011. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-icure-maintenance-x-api.ts.html +0 -463
  1012. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-invoice-x-api.ts.html +0 -559
  1013. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-maintenance-task-x-api.ts.html +0 -511
  1014. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-message-x-api.ts.html +0 -328
  1015. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-patient-x-api.ts.html +0 -3460
  1016. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-receipt-x-api.ts.html +0 -367
  1017. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-time-table-x-api.ts.html +0 -280
  1018. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-user-x-api.ts.html +0 -145
  1019. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/index.html +0 -431
  1020. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/index.ts.html +0 -1072
  1021. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/maintenance/KeyPairUpdateRequest.ts.html +0 -265
  1022. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/maintenance/index.html +0 -116
  1023. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/rsrc/codelng.ts.html +0 -109
  1024. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/rsrc/contact.i18n.ts.html +0 -415
  1025. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/rsrc/icd10.ts.html +0 -424
  1026. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/rsrc/icpc2.ts.html +0 -151
  1027. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/rsrc/index.html +0 -161
  1028. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/storage/DefaultStorageEntryKeysFactory.ts.html +0 -145
  1029. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/storage/IcureStorageFacade.ts.html +0 -364
  1030. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/storage/KeyStorageImpl.ts.html +0 -193
  1031. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/storage/LocalStorageImpl.ts.html +0 -166
  1032. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/storage/index.html +0 -161
  1033. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/utils/asn1-packer.ts.html +0 -346
  1034. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/utils/asn1-parser.ts.html +0 -538
  1035. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/utils/binary-utils.ts.html +0 -574
  1036. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/utils/code-util.ts.html +0 -202
  1037. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/utils/collection-utils.ts.html +0 -139
  1038. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/utils/crypto-utils.ts.html +0 -838
  1039. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/utils/formatting-util.ts.html +0 -745
  1040. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/utils/functional-util.ts.html +0 -133
  1041. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/utils/graph-utils.ts.html +0 -739
  1042. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/utils/hcp-util.ts.html +0 -451
  1043. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/utils/index.html +0 -341
  1044. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/utils/index.ts.html +0 -106
  1045. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/utils/insurability-util.ts.html +0 -247
  1046. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/utils/lru-temporised-async-cache.ts.html +0 -484
  1047. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/utils/net-utils.ts.html +0 -814
  1048. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/utils/person-util.ts.html +0 -172
  1049. package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/utils/uuid-encoder.ts.html +0 -466
  1050. package/coverage/lcov-report/icure-typescript-sdk/index.html +0 -146
  1051. package/coverage/lcov-report/icure-typescript-sdk/index.ts.html +0 -109
  1052. package/coverage/lcov-report/icure-typescript-sdk/node-compat.ts.html +0 -118
  1053. package/coverage/lcov-report/icure-typescript-sdk/test/cleanup.ts.html +0 -163
  1054. package/coverage/lcov-report/icure-typescript-sdk/test/icc-api/api/IccDocumentApi.ts.html +0 -508
  1055. package/coverage/lcov-report/icure-typescript-sdk/test/icc-api/api/IccUserApi.ts.html +0 -148
  1056. package/coverage/lcov-report/icure-typescript-sdk/test/icc-api/api/index.html +0 -131
  1057. package/coverage/lcov-report/icure-typescript-sdk/test/icc-api/e2e/IccCalendarItemApi.ts.html +0 -196
  1058. package/coverage/lcov-report/icure-typescript-sdk/test/icc-api/e2e/index.html +0 -116
  1059. package/coverage/lcov-report/icure-typescript-sdk/test/icc-api/model/index.html +0 -116
  1060. package/coverage/lcov-report/icure-typescript-sdk/test/icc-api/model/modelHelpersTest.ts.html +0 -247
  1061. package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/auth/index.html +0 -116
  1062. package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/auth/jwt-concurrency-test.ts.html +0 -484
  1063. package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/crypto/concurrency.ts.html +0 -184
  1064. package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/crypto/crypto-utils.ts.html +0 -355
  1065. package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/crypto/cryptoTest.ts.html +0 -1138
  1066. package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/crypto/delegate-ci-to-patient-with-missing-keys-test.ts.html +0 -589
  1067. package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/crypto/exchange-keys-manager-test.ts.html +0 -196
  1068. package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/crypto/full-crypto-test.ts.html +0 -1864
  1069. package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/crypto/index.html +0 -221
  1070. package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/crypto/shamir.ts.html +0 -616
  1071. package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/crypto/share-to-newly-created-patient-from-hcp.ts.html +0 -391
  1072. package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/entity-with-attachments-api-test.ts.html +0 -466
  1073. package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/filters/filters.ts.html +0 -259
  1074. package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/filters/index.html +0 -116
  1075. package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/icc-accesslog-x-api.ts.html +0 -181
  1076. package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/icc-auth-api.ts.html +0 -217
  1077. package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/icc-contact-x-api.ts.html +0 -628
  1078. package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/icc-helement-x-api-test.ts.html +0 -511
  1079. package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/icc-maintenance-task-x-api-test.ts.html +0 -868
  1080. package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/icc-patient-x-api-test.ts.html +0 -250
  1081. package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/icc-time-table-x-api.ts.html +0 -319
  1082. package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/icc-user-x-api-test.ts.html +0 -148
  1083. package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/index.html +0 -251
  1084. package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/patient-user.ts.html +0 -592
  1085. package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/storage/index.html +0 -116
  1086. package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/storage/storage.ts.html +0 -208
  1087. package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/utils/graph-test.ts.html +0 -244
  1088. package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/utils/index.html +0 -116
  1089. package/coverage/lcov-report/icure-typescript-sdk/test/index.html +0 -116
  1090. package/coverage/lcov-report/icure-typescript-sdk/test/utils/TestApi.ts.html +0 -169
  1091. package/coverage/lcov-report/icure-typescript-sdk/test/utils/TestCryptoStrategies.ts.html +0 -256
  1092. package/coverage/lcov-report/icure-typescript-sdk/test/utils/TestStorage.ts.html +0 -289
  1093. package/coverage/lcov-report/icure-typescript-sdk/test/utils/index.html +0 -176
  1094. package/coverage/lcov-report/icure-typescript-sdk/test/utils/test-utils-decorators.ts.html +0 -1318
  1095. package/coverage/lcov-report/icure-typescript-sdk/test/utils/test_utils.ts.html +0 -910
  1096. package/coverage/lcov-report/index.html +0 -476
  1097. package/coverage/lcov-report/prettify.css +0 -1
  1098. package/coverage/lcov-report/prettify.js +0 -2
  1099. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  1100. package/coverage/lcov-report/sorter.js +0 -196
  1101. package/coverage/lcov.info +0 -35410
  1102. package/coverage/prettify.css +0 -1
  1103. package/coverage/prettify.js +0 -2
  1104. package/coverage/sort-arrow-sprite.png +0 -0
  1105. package/coverage/sorter.js +0 -196
  1106. package/dist/icc-api/api/IccPatientApi.js.map +0 -1
  1107. package/dist/icc-x-api/crypto/EntitiesEncryption.js.map +0 -1
  1108. package/dist/icc-x-api/icc-accesslog-x-api.js.map +0 -1
  1109. package/dist/icc-x-api/icc-calendar-item-x-api.js.map +0 -1
  1110. package/dist/icc-x-api/icc-classification-x-api.js.map +0 -1
  1111. package/dist/icc-x-api/icc-contact-x-api.js.map +0 -1
  1112. package/dist/icc-x-api/icc-document-x-api.js.map +0 -1
  1113. package/dist/icc-x-api/icc-form-x-api.js.map +0 -1
  1114. package/dist/icc-x-api/icc-helement-x-api.js.map +0 -1
  1115. package/dist/icc-x-api/icc-invoice-x-api.js.map +0 -1
  1116. package/dist/icc-x-api/icc-maintenance-task-x-api.js.map +0 -1
  1117. package/dist/icc-x-api/icc-message-x-api.js.map +0 -1
  1118. package/dist/icc-x-api/icc-patient-x-api.js.map +0 -1
  1119. package/dist/icc-x-api/icc-receipt-x-api.js.map +0 -1
  1120. package/dist/icc-x-api/icc-time-table-x-api.js.map +0 -1
  1121. package/dist/icc-x-api/index.js.map +0 -1
  1122. package/dist/package.json +0 -22
  1123. package/fake-secrets.txt +0 -3
  1124. package/icc-api/.swagger-codegen/VERSION +0 -1
  1125. package/icc-api/.swagger-codegen-ignore +0 -23
  1126. package/icc-api/LICENSE +0 -201
  1127. package/icc-api/api/IccAccesslogApi.ts +0 -229
  1128. package/icc-api/api/IccAgendaApi.ts +0 -151
  1129. package/icc-api/api/IccAnonymousAccessApi.ts +0 -126
  1130. package/icc-api/api/IccApplicationsettingsApi.ts +0 -89
  1131. package/icc-api/api/IccArticleApi.ts +0 -120
  1132. package/icc-api/api/IccAuthApi.ts +0 -180
  1133. package/icc-api/api/IccBeefactApi.ts +0 -66
  1134. package/icc-api/api/IccBekmehrApi.ts +0 -909
  1135. package/icc-api/api/IccBemikronoApi.ts +0 -191
  1136. package/icc-api/api/IccBeresultexportApi.ts +0 -134
  1137. package/icc-api/api/IccBeresultimportApi.ts +0 -130
  1138. package/icc-api/api/IccBesamv2Api.ts +0 -775
  1139. package/icc-api/api/IccCalendarItemApi.ts +0 -286
  1140. package/icc-api/api/IccCalendarItemTypeApi.ts +0 -134
  1141. package/icc-api/api/IccClassificationApi.ts +0 -180
  1142. package/icc-api/api/IccClassificationTemplateApi.ts +0 -188
  1143. package/icc-api/api/IccCodeApi.ts +0 -423
  1144. package/icc-api/api/IccContactApi.ts +0 -669
  1145. package/icc-api/api/IccDataownerApi.ts +0 -66
  1146. package/icc-api/api/IccDeviceApi.ts +0 -358
  1147. package/icc-api/api/IccDoctemplateApi.ts +0 -257
  1148. package/icc-api/api/IccDocumentApi.ts +0 -444
  1149. package/icc-api/api/IccDocumentTemplateApi.ts +0 -260
  1150. package/icc-api/api/IccEntityrefApi.ts +0 -73
  1151. package/icc-api/api/IccEntitytemplateApi.ts +0 -249
  1152. package/icc-api/api/IccFormApi.ts +0 -532
  1153. package/icc-api/api/IccFrontendmigrationApi.ts +0 -135
  1154. package/icc-api/api/IccGroupApi.ts +0 -401
  1155. package/icc-api/api/IccHcpartyApi.ts +0 -487
  1156. package/icc-api/api/IccHelementApi.ts +0 -330
  1157. package/icc-api/api/IccIcureApi.ts +0 -303
  1158. package/icc-api/api/IccInsuranceApi.ts +0 -154
  1159. package/icc-api/api/IccInvoiceApi.ts +0 -721
  1160. package/icc-api/api/IccKeywordApi.ts +0 -135
  1161. package/icc-api/api/IccMaintenanceTaskApi.ts +0 -133
  1162. package/icc-api/api/IccMedexApi.ts +0 -58
  1163. package/icc-api/api/IccMedicallocationApi.ts +0 -120
  1164. package/icc-api/api/IccMessageApi.ts +0 -478
  1165. package/icc-api/api/IccPatientApi.ts +0 -822
  1166. package/icc-api/api/IccPermissionApi.ts +0 -59
  1167. package/icc-api/api/IccPlaceApi.ts +0 -120
  1168. package/icc-api/api/IccPubsubApi.ts +0 -106
  1169. package/icc-api/api/IccReceiptApi.ts +0 -168
  1170. package/icc-api/api/IccReplicationApi.ts +0 -106
  1171. package/icc-api/api/IccTarificationApi.ts +0 -236
  1172. package/icc-api/api/IccTimeTableApi.ts +0 -146
  1173. package/icc-api/api/IccTmpApi.ts +0 -1298
  1174. package/icc-api/api/IccUserApi.ts +0 -525
  1175. package/icc-api/api/XHR.ts +0 -146
  1176. package/icc-api/iccApi.ts +0 -46
  1177. package/icc-api/index.ts +0 -45
  1178. package/icc-api/model/AbstractFilterCode.ts +0 -19
  1179. package/icc-api/model/AbstractFilterContact.ts +0 -19
  1180. package/icc-api/model/AbstractFilterDevice.ts +0 -19
  1181. package/icc-api/model/AbstractFilterHealthElement.ts +0 -19
  1182. package/icc-api/model/AbstractFilterHealthcareParty.ts +0 -19
  1183. package/icc-api/model/AbstractFilterInvoice.ts +0 -19
  1184. package/icc-api/model/AbstractFilterMaintenanceTask.ts +0 -19
  1185. package/icc-api/model/AbstractFilterPatient.ts +0 -19
  1186. package/icc-api/model/AbstractFilterService.ts +0 -19
  1187. package/icc-api/model/AbstractFilterUser.ts +0 -19
  1188. package/icc-api/model/AccessLog.ts +0 -108
  1189. package/icc-api/model/AddedDocument.ts +0 -27
  1190. package/icc-api/model/Address.ts +0 -99
  1191. package/icc-api/model/AdministrationQuantity.ts +0 -22
  1192. package/icc-api/model/Agenda.ts +0 -61
  1193. package/icc-api/model/AgreementAppendix.ts +0 -22
  1194. package/icc-api/model/Amp.ts +0 -57
  1195. package/icc-api/model/AmpComponent.ts +0 -51
  1196. package/icc-api/model/Ampp.ts +0 -75
  1197. package/icc-api/model/AmppComponent.ts +0 -36
  1198. package/icc-api/model/Annotation.ts +0 -42
  1199. package/icc-api/model/ApplicationSettings.ts +0 -58
  1200. package/icc-api/model/Appointment.ts +0 -31
  1201. package/icc-api/model/AppointmentImport.ts +0 -39
  1202. package/icc-api/model/AppointmentTypeAndPlace.ts +0 -27
  1203. package/icc-api/model/Article.ts +0 -82
  1204. package/icc-api/model/Atc.ts +0 -20
  1205. package/icc-api/model/Attachment.ts +0 -23
  1206. package/icc-api/model/AttachmentMetadata.ts +0 -25
  1207. package/icc-api/model/AuthenticationResponse.ts +0 -27
  1208. package/icc-api/model/AuthenticationToken.ts +0 -33
  1209. package/icc-api/model/Basic.ts +0 -20
  1210. package/icc-api/model/Body.ts +0 -20
  1211. package/icc-api/model/Body3.ts +0 -20
  1212. package/icc-api/model/BulkAttachmentUpdateOptions.ts +0 -30
  1213. package/icc-api/model/ByteArray.ts +0 -20
  1214. package/icc-api/model/CalendarItem.ts +0 -103
  1215. package/icc-api/model/CalendarItemTag.ts +0 -22
  1216. package/icc-api/model/CalendarItemType.ts +0 -32
  1217. package/icc-api/model/CareTeamMember.ts +0 -38
  1218. package/icc-api/model/CareTeamMembership.ts +0 -39
  1219. package/icc-api/model/CheckSMFPatientResult.ts +0 -24
  1220. package/icc-api/model/Classification.ts +0 -81
  1221. package/icc-api/model/ClassificationTemplate.ts +0 -80
  1222. package/icc-api/model/Code.ts +0 -202
  1223. package/icc-api/model/CodeStub.ts +0 -24
  1224. package/icc-api/model/CodeType.ts +0 -19
  1225. package/icc-api/model/CommentedClassification.ts +0 -21
  1226. package/icc-api/model/Commercialization.ts +0 -25
  1227. package/icc-api/model/Company.ts +0 -35
  1228. package/icc-api/model/Contact.ts +0 -129
  1229. package/icc-api/model/Content.ts +0 -45
  1230. package/icc-api/model/Copayment.ts +0 -22
  1231. package/icc-api/model/Data.ts +0 -17
  1232. package/icc-api/model/DataAttachment.ts +0 -34
  1233. package/icc-api/model/DataOwnerRegistrationSuccess.ts +0 -21
  1234. package/icc-api/model/DataOwnerWithType.ts +0 -19
  1235. package/icc-api/model/DatabaseInfo.ts +0 -28
  1236. package/icc-api/model/DatabaseInitialisation.ts +0 -27
  1237. package/icc-api/model/DatabaseSynchronization.ts +0 -30
  1238. package/icc-api/model/Delegation.ts +0 -25
  1239. package/icc-api/model/DeletedAttachment.ts +0 -38
  1240. package/icc-api/model/Device.ts +0 -93
  1241. package/icc-api/model/DeviceType.ts +0 -23
  1242. package/icc-api/model/DiaryNoteExportInfo.ts +0 -30
  1243. package/icc-api/model/Dmpp.ts +0 -45
  1244. package/icc-api/model/DocIdentifier.ts +0 -20
  1245. package/icc-api/model/Document.ts +0 -274
  1246. package/icc-api/model/DocumentGroup.ts +0 -20
  1247. package/icc-api/model/DocumentTemplate.ts +0 -162
  1248. package/icc-api/model/Duration.ts +0 -21
  1249. package/icc-api/model/EIDItem.ts +0 -23
  1250. package/icc-api/model/Editor.ts +0 -37
  1251. package/icc-api/model/EfactInvoice.ts +0 -43
  1252. package/icc-api/model/EmailOrSmsMessage.ts +0 -39
  1253. package/icc-api/model/EmailTemplate.ts +0 -20
  1254. package/icc-api/model/Employer.ts +0 -21
  1255. package/icc-api/model/EmploymentInfo.ts +0 -24
  1256. package/icc-api/model/EntityReference.ts +0 -25
  1257. package/icc-api/model/EntityTemplate.ts +0 -31
  1258. package/icc-api/model/Episode.ts +0 -30
  1259. package/icc-api/model/FilterChainCode.ts +0 -23
  1260. package/icc-api/model/FilterChainContact.ts +0 -23
  1261. package/icc-api/model/FilterChainDevice.ts +0 -23
  1262. package/icc-api/model/FilterChainHealthElement.ts +0 -23
  1263. package/icc-api/model/FilterChainHealthcareParty.ts +0 -23
  1264. package/icc-api/model/FilterChainInvoice.ts +0 -23
  1265. package/icc-api/model/FilterChainMaintenanceTask.ts +0 -23
  1266. package/icc-api/model/FilterChainPatient.ts +0 -23
  1267. package/icc-api/model/FilterChainService.ts +0 -23
  1268. package/icc-api/model/FilterChainUser.ts +0 -23
  1269. package/icc-api/model/FinancialInstitutionInformation.ts +0 -32
  1270. package/icc-api/model/FlatRateTarification.ts +0 -36
  1271. package/icc-api/model/FlowItem.ts +0 -51
  1272. package/icc-api/model/Form.ts +0 -116
  1273. package/icc-api/model/FormColumn.ts +0 -22
  1274. package/icc-api/model/FormDataOption.ts +0 -20
  1275. package/icc-api/model/FormLayout.ts +0 -29
  1276. package/icc-api/model/FormLayoutData.ts +0 -44
  1277. package/icc-api/model/FormPlanning.ts +0 -26
  1278. package/icc-api/model/FormSection.ts +0 -23
  1279. package/icc-api/model/FormTemplate.ts +0 -46
  1280. package/icc-api/model/FormTemplateLayout.ts +0 -23
  1281. package/icc-api/model/Formula.ts +0 -31
  1282. package/icc-api/model/FrontEndMigration.ts +0 -47
  1283. package/icc-api/model/Group.ts +0 -64
  1284. package/icc-api/model/GroupDatabasesInfo.ts +0 -21
  1285. package/icc-api/model/GroupDeletionReport.ts +0 -21
  1286. package/icc-api/model/GuiCode.ts +0 -20
  1287. package/icc-api/model/GuiCodeType.ts +0 -19
  1288. package/icc-api/model/HealthElement.ts +0 -159
  1289. package/icc-api/model/HealthcareParty.ts +0 -224
  1290. package/icc-api/model/HealthcarePartyHistoryStatus.ts +0 -33
  1291. package/icc-api/model/IcureStub.ts +0 -74
  1292. package/icc-api/model/IdWithRev.ts +0 -20
  1293. package/icc-api/model/Identifier.ts +0 -27
  1294. package/icc-api/model/IdentityDocumentReader.ts +0 -24
  1295. package/icc-api/model/ImportMapping.ts +0 -24
  1296. package/icc-api/model/ImportResult.ts +0 -34
  1297. package/icc-api/model/IncapacityExportInfo.ts +0 -54
  1298. package/icc-api/model/IndexedIdentifier.ts +0 -21
  1299. package/icc-api/model/IndexingInfo.ts +0 -19
  1300. package/icc-api/model/Ingredient.ts +0 -36
  1301. package/icc-api/model/Insurability.ts +0 -61
  1302. package/icc-api/model/Insurance.ts +0 -33
  1303. package/icc-api/model/Invoice.ts +0 -205
  1304. package/icc-api/model/InvoiceItem.ts +0 -97
  1305. package/icc-api/model/InvoiceSender.ts +0 -28
  1306. package/icc-api/model/InvoicesBatch.ts +0 -29
  1307. package/icc-api/model/InvoicingCode.ts +0 -86
  1308. package/icc-api/model/Keyword.ts +0 -61
  1309. package/icc-api/model/KeywordSubword.ts +0 -20
  1310. package/icc-api/model/LabelledOccurence.ts +0 -20
  1311. package/icc-api/model/LetterValue.ts +0 -22
  1312. package/icc-api/model/ListOfIds.ts +0 -22
  1313. package/icc-api/model/ListOfProperties.ts +0 -23
  1314. package/icc-api/model/LoginCredentials.ts +0 -20
  1315. package/icc-api/model/MaintenanceTask.ts +0 -99
  1316. package/icc-api/model/MapOfIds.ts +0 -19
  1317. package/icc-api/model/Measure.ts +0 -31
  1318. package/icc-api/model/MedexInfo.ts +0 -33
  1319. package/icc-api/model/MedicalHouseContract.ts +0 -81
  1320. package/icc-api/model/MedicalLocation.ts +0 -37
  1321. package/icc-api/model/Medication.ts +0 -72
  1322. package/icc-api/model/MedicationSchemeExportInfo.ts +0 -25
  1323. package/icc-api/model/Medicinalproduct.ts +0 -24
  1324. package/icc-api/model/Message.ts +0 -145
  1325. package/icc-api/model/MessageReadStatus.ts +0 -23
  1326. package/icc-api/model/MessageWithBatch.ts +0 -22
  1327. package/icc-api/model/MessagesReadStatusUpdate.ts +0 -22
  1328. package/icc-api/model/MikronoAppointmentTypeRest.ts +0 -25
  1329. package/icc-api/model/MikronoCredentials.ts +0 -21
  1330. package/icc-api/model/MimeAttachment.ts +0 -22
  1331. package/icc-api/model/ModelHelper.ts +0 -86
  1332. package/icc-api/model/Nmp.ts +0 -34
  1333. package/icc-api/model/NoGenericPrescriptionReason.ts +0 -21
  1334. package/icc-api/model/NoSwitchReason.ts +0 -21
  1335. package/icc-api/model/NumeratorRange.ts +0 -21
  1336. package/icc-api/model/PackagingType.ts +0 -23
  1337. package/icc-api/model/PaginatedDocumentKeyIdPairObject.ts +0 -20
  1338. package/icc-api/model/PaginatedListAccessLog.ts +0 -24
  1339. package/icc-api/model/PaginatedListAmp.ts +0 -24
  1340. package/icc-api/model/PaginatedListClassification.ts +0 -24
  1341. package/icc-api/model/PaginatedListClassificationTemplate.ts +0 -24
  1342. package/icc-api/model/PaginatedListCode.ts +0 -24
  1343. package/icc-api/model/PaginatedListContact.ts +0 -24
  1344. package/icc-api/model/PaginatedListDevice.ts +0 -24
  1345. package/icc-api/model/PaginatedListDocument.ts +0 -24
  1346. package/icc-api/model/PaginatedListEntityTemplate.ts +0 -24
  1347. package/icc-api/model/PaginatedListForm.ts +0 -24
  1348. package/icc-api/model/PaginatedListGroup.ts +0 -24
  1349. package/icc-api/model/PaginatedListHealthElement.ts +0 -24
  1350. package/icc-api/model/PaginatedListHealthcareParty.ts +0 -24
  1351. package/icc-api/model/PaginatedListInvoice.ts +0 -24
  1352. package/icc-api/model/PaginatedListMaintenanceTask.ts +0 -24
  1353. package/icc-api/model/PaginatedListMessage.ts +0 -24
  1354. package/icc-api/model/PaginatedListNmp.ts +0 -24
  1355. package/icc-api/model/PaginatedListPatient.ts +0 -24
  1356. package/icc-api/model/PaginatedListService.ts +0 -24
  1357. package/icc-api/model/PaginatedListString.ts +0 -23
  1358. package/icc-api/model/PaginatedListTarification.ts +0 -24
  1359. package/icc-api/model/PaginatedListUser.ts +0 -24
  1360. package/icc-api/model/PaginatedListVmp.ts +0 -24
  1361. package/icc-api/model/PaginatedListVmpGroup.ts +0 -24
  1362. package/icc-api/model/Paragraph.ts +0 -41
  1363. package/icc-api/model/ParagraphAgreement.ts +0 -41
  1364. package/icc-api/model/Part.ts +0 -17
  1365. package/icc-api/model/Partnership.ts +0 -118
  1366. package/icc-api/model/Patient.ts +0 -370
  1367. package/icc-api/model/PatientByHcPartyGenderEducationProfession.ts +0 -35
  1368. package/icc-api/model/PatientHealthCareParty.ts +0 -64
  1369. package/icc-api/model/PatientRegistrationSuccess.ts +0 -21
  1370. package/icc-api/model/Payment.ts +0 -34
  1371. package/icc-api/model/Periodicity.ts +0 -21
  1372. package/icc-api/model/Permission.ts +0 -30
  1373. package/icc-api/model/PermissionCriterion.ts +0 -46
  1374. package/icc-api/model/PermissionItem.ts +0 -56
  1375. package/icc-api/model/PersonName.ts +0 -66
  1376. package/icc-api/model/PharmaceuticalForm.ts +0 -29
  1377. package/icc-api/model/PharmaceuticalFormStub.ts +0 -24
  1378. package/icc-api/model/Place.ts +0 -27
  1379. package/icc-api/model/PlanOfAction.ts +0 -114
  1380. package/icc-api/model/Predicate.ts +0 -17
  1381. package/icc-api/model/Pricing.ts +0 -21
  1382. package/icc-api/model/PropertyStub.ts +0 -31
  1383. package/icc-api/model/PropertyTypeStub.ts +0 -32
  1384. package/icc-api/model/PublicKey.ts +0 -20
  1385. package/icc-api/model/Quantity.ts +0 -20
  1386. package/icc-api/model/Receipt.ts +0 -83
  1387. package/icc-api/model/ReferralPeriod.ts +0 -33
  1388. package/icc-api/model/RefreshTokenExpiredError.ts +0 -5
  1389. package/icc-api/model/RegimenItem.ts +0 -27
  1390. package/icc-api/model/RegistrationInformation.ts +0 -23
  1391. package/icc-api/model/RegistrationSuccess.ts +0 -21
  1392. package/icc-api/model/Reimbursement.ts +0 -57
  1393. package/icc-api/model/ReimbursementCriterion.ts +0 -22
  1394. package/icc-api/model/Remote.ts +0 -21
  1395. package/icc-api/model/RemoteAuthentication.ts +0 -20
  1396. package/icc-api/model/Renewal.ts +0 -21
  1397. package/icc-api/model/ReplicateCommand.ts +0 -25
  1398. package/icc-api/model/Replication.ts +0 -28
  1399. package/icc-api/model/ReplicationInfo.ts +0 -22
  1400. package/icc-api/model/ReplicationStats.ts +0 -27
  1401. package/icc-api/model/ReplicatorDocument.ts +0 -34
  1402. package/icc-api/model/ReplicatorResponse.ts +0 -23
  1403. package/icc-api/model/ResultInfo.ts +0 -33
  1404. package/icc-api/model/RevisionInfo.ts +0 -20
  1405. package/icc-api/model/Right.ts +0 -22
  1406. package/icc-api/model/RouteOfAdministration.ts +0 -22
  1407. package/icc-api/model/SamText.ts +0 -22
  1408. package/icc-api/model/SamVersion.ts +0 -26
  1409. package/icc-api/model/SchoolingInfo.ts +0 -23
  1410. package/icc-api/model/Section.ts +0 -23
  1411. package/icc-api/model/Service.ts +0 -155
  1412. package/icc-api/model/ServiceLink.ts +0 -22
  1413. package/icc-api/model/SoftwareMedicalFileExport.ts +0 -23
  1414. package/icc-api/model/StandardSubstance.ts +0 -33
  1415. package/icc-api/model/StrengthRange.ts +0 -22
  1416. package/icc-api/model/StructureElement.ts +0 -17
  1417. package/icc-api/model/SubContact.ts +0 -89
  1418. package/icc-api/model/Substance.ts +0 -31
  1419. package/icc-api/model/SubstanceStub.ts +0 -26
  1420. package/icc-api/model/Substanceproduct.ts +0 -24
  1421. package/icc-api/model/Suggest.ts +0 -23
  1422. package/icc-api/model/SumehrContent.ts +0 -26
  1423. package/icc-api/model/SumehrExportInfo.ts +0 -30
  1424. package/icc-api/model/SumehrValidity.ts +0 -27
  1425. package/icc-api/model/SupplyProblem.ts +0 -25
  1426. package/icc-api/model/Suspension.ts +0 -22
  1427. package/icc-api/model/Tag.ts +0 -20
  1428. package/icc-api/model/Tarification.ts +0 -213
  1429. package/icc-api/model/Telecom.ts +0 -64
  1430. package/icc-api/model/TimeSeries.ts +0 -28
  1431. package/icc-api/model/TimeTable.ts +0 -84
  1432. package/icc-api/model/TimeTableHour.ts +0 -20
  1433. package/icc-api/model/TimeTableItem.ts +0 -30
  1434. package/icc-api/model/TokenWithGroup.ts +0 -21
  1435. package/icc-api/model/TypedValueObject.ts +0 -40
  1436. package/icc-api/model/Unit.ts +0 -17
  1437. package/icc-api/model/User.ts +0 -173
  1438. package/icc-api/model/UserAndHealthcareParty.ts +0 -25
  1439. package/icc-api/model/UserGroup.ts +0 -30
  1440. package/icc-api/model/Valorisation.ts +0 -31
  1441. package/icc-api/model/Verse.ts +0 -65
  1442. package/icc-api/model/VirtualForm.ts +0 -22
  1443. package/icc-api/model/VirtualIngredient.ts +0 -33
  1444. package/icc-api/model/Vmp.ts +0 -40
  1445. package/icc-api/model/VmpComponent.ts +0 -28
  1446. package/icc-api/model/VmpGroup.ts +0 -34
  1447. package/icc-api/model/VmpGroupStub.ts +0 -23
  1448. package/icc-api/model/VmpStub.ts +0 -24
  1449. package/icc-api/model/Vtm.ts +0 -23
  1450. package/icc-api/model/Wada.ts +0 -22
  1451. package/icc-api/model/WebSession.ts +0 -26
  1452. package/icc-api/model/WebSessionMaxIdleTime.ts +0 -24
  1453. package/icc-api/model/WebSessionMaxIdleTimeUnits.ts +0 -21
  1454. package/icc-api/model/Weekday.ts +0 -21
  1455. package/icc-api/model/models.ts +0 -298
  1456. package/icc-x-api/auth/AuthService.ts +0 -18
  1457. package/icc-x-api/auth/AuthenticationProvider.ts +0 -61
  1458. package/icc-x-api/auth/BasicAuthService.ts +0 -25
  1459. package/icc-x-api/auth/EnsembleAuthService.ts +0 -55
  1460. package/icc-x-api/auth/JwtAuthService.ts +0 -87
  1461. package/icc-x-api/auth/NoAuthService.ts +0 -18
  1462. package/icc-x-api/crypto/AES.ts +0 -189
  1463. package/icc-x-api/crypto/BaseExchangeKeysManager.ts +0 -430
  1464. package/icc-x-api/crypto/ConfidentialEntities.ts +0 -93
  1465. package/icc-x-api/crypto/CryptoPrimitives.ts +0 -65
  1466. package/icc-x-api/crypto/CryptoStrategies.ts +0 -84
  1467. package/icc-x-api/crypto/EntitiesEncryption.ts +0 -908
  1468. package/icc-x-api/crypto/ExchangeKeysManager.ts +0 -171
  1469. package/icc-x-api/crypto/KeyManager.ts +0 -391
  1470. package/icc-x-api/crypto/KeyRecovery.ts +0 -261
  1471. package/icc-x-api/crypto/LegacyCryptoStrategies.ts +0 -27
  1472. package/icc-x-api/crypto/RSA.ts +0 -180
  1473. package/icc-x-api/crypto/ShamirKeysManager.ts +0 -170
  1474. package/icc-x-api/crypto/ShareMetadataBehaviour.ts +0 -19
  1475. package/icc-x-api/crypto/TransferKeysManager.ts +0 -136
  1476. package/icc-x-api/crypto/shamir.ts +0 -326
  1477. package/icc-x-api/crypto/utils.ts +0 -135
  1478. package/icc-x-api/filters/AllCodesFilter.ts +0 -22
  1479. package/icc-x-api/filters/AllDevicesFilter.ts +0 -23
  1480. package/icc-x-api/filters/AllHealthcarePartiesFilter.ts +0 -23
  1481. package/icc-x-api/filters/AllUsersFilter.ts +0 -23
  1482. package/icc-x-api/filters/CodeByIdsFilter.ts +0 -25
  1483. package/icc-x-api/filters/CodeByRegionTypeLabelLanguageFilter.ts +0 -28
  1484. package/icc-x-api/filters/CodeIdsByTypeCodeVersionIntervalFilter.ts +0 -30
  1485. package/icc-x-api/filters/ComplementFilter.ts +0 -13
  1486. package/icc-x-api/filters/ConstantFilter.ts +0 -9
  1487. package/icc-x-api/filters/ContactByHcPartyFilter.ts +0 -25
  1488. package/icc-x-api/filters/ContactByHcPartyPatientTagCodeDateFilter.ts +0 -32
  1489. package/icc-x-api/filters/ContactByHcPartyTagCodeDateFilter.ts +0 -30
  1490. package/icc-x-api/filters/ContactByServiceIdsFilter.ts +0 -24
  1491. package/icc-x-api/filters/DeviceByHcPartyFilter.ts +0 -24
  1492. package/icc-x-api/filters/DeviceByIdsFilter.ts +0 -24
  1493. package/icc-x-api/filters/HealthElementByHcPartyFilter.ts +0 -24
  1494. package/icc-x-api/filters/HealthElementByHcPartyIdentifiersFilter.ts +0 -26
  1495. package/icc-x-api/filters/HealthElementByHcPartySecretForeignKeysFilter.ts +0 -25
  1496. package/icc-x-api/filters/HealthElementByHcPartyTagCodeFilter.ts +0 -29
  1497. package/icc-x-api/filters/HealthElementByIdsFilter.ts +0 -24
  1498. package/icc-x-api/filters/HealthcarePartyByIdsFilter.ts +0 -24
  1499. package/icc-x-api/filters/HealthcarePartyByNameFilter.ts +0 -25
  1500. package/icc-x-api/filters/HealthcarePartyByTagCodeFilter.ts +0 -27
  1501. package/icc-x-api/filters/IntersectionFilter.ts +0 -11
  1502. package/icc-x-api/filters/InvoiceByHcPartyCodeDateFilter.ts +0 -27
  1503. package/icc-x-api/filters/MaintenanceTaskAfterDateFilter.ts +0 -25
  1504. package/icc-x-api/filters/MaintenanceTaskByHcPartyAndIdentifiersFilter.ts +0 -26
  1505. package/icc-x-api/filters/MaintenanceTaskByHcPartyAndTypeFilter.ts +0 -25
  1506. package/icc-x-api/filters/MaintenanceTaskByIdsFilter.ts +0 -24
  1507. package/icc-x-api/filters/PatientByHcPartyAndActiveFilter.ts +0 -25
  1508. package/icc-x-api/filters/PatientByHcPartyAndAddressFilter.ts +0 -27
  1509. package/icc-x-api/filters/PatientByHcPartyAndExternalIdFilter.ts +0 -25
  1510. package/icc-x-api/filters/PatientByHcPartyAndIdentifiersFilter.ts +0 -26
  1511. package/icc-x-api/filters/PatientByHcPartyAndSsinFilter.ts +0 -25
  1512. package/icc-x-api/filters/PatientByHcPartyAndSsinsFilter.ts +0 -25
  1513. package/icc-x-api/filters/PatientByHcPartyDateOfBirthBetweenFilter.ts +0 -26
  1514. package/icc-x-api/filters/PatientByHcPartyDateOfBirthFilter.ts +0 -25
  1515. package/icc-x-api/filters/PatientByHcPartyFilter.ts +0 -24
  1516. package/icc-x-api/filters/PatientByHcPartyGenderEducationProfession.ts +0 -19
  1517. package/icc-x-api/filters/PatientByHcPartyNameContainsFuzzyFilter.ts +0 -25
  1518. package/icc-x-api/filters/PatientByHcPartyNameFilter.ts +0 -25
  1519. package/icc-x-api/filters/PatientByIdsFilter.ts +0 -24
  1520. package/icc-x-api/filters/ServiceByContactsAndSubcontactsFilter.ts +0 -28
  1521. package/icc-x-api/filters/ServiceByHcPartyFilter.ts +0 -24
  1522. package/icc-x-api/filters/ServiceByHcPartyHealthElementIdsFilter.ts +0 -25
  1523. package/icc-x-api/filters/ServiceByHcPartyIdentifiersFilter.ts +0 -26
  1524. package/icc-x-api/filters/ServiceByHcPartyTagCodeDateFilter.ts +0 -31
  1525. package/icc-x-api/filters/ServiceByIdsFilter.ts +0 -24
  1526. package/icc-x-api/filters/ServiceBySecretForeignKeys.ts +0 -25
  1527. package/icc-x-api/filters/UnionFilter.ts +0 -10
  1528. package/icc-x-api/filters/UserByIdsFilter.ts +0 -24
  1529. package/icc-x-api/filters/UserByNameEmailPhoneFilter.ts +0 -24
  1530. package/icc-x-api/filters/UsersByPatientIdFilter.ts +0 -25
  1531. package/icc-x-api/filters/filters.ts +0 -362
  1532. package/icc-x-api/icc-accesslog-x-api.ts +0 -332
  1533. package/icc-x-api/icc-bekmehr-x-api.ts +0 -360
  1534. package/icc-x-api/icc-calendar-item-x-api.ts +0 -278
  1535. package/icc-x-api/icc-classification-x-api.ts +0 -136
  1536. package/icc-x-api/icc-code-x-api.ts +0 -133
  1537. package/icc-x-api/icc-contact-x-api.ts +0 -957
  1538. package/icc-x-api/icc-crypto-x-api.ts +0 -940
  1539. package/icc-x-api/icc-data-owner-x-api.ts +0 -236
  1540. package/icc-x-api/icc-doctemplate-x-api.ts +0 -104
  1541. package/icc-x-api/icc-document-x-api.ts +0 -837
  1542. package/icc-x-api/icc-form-x-api.ts +0 -157
  1543. package/icc-x-api/icc-hcparty-x-api.ts +0 -150
  1544. package/icc-x-api/icc-helement-x-api.ts +0 -393
  1545. package/icc-x-api/icc-icure-maintenance-x-api.ts +0 -126
  1546. package/icc-x-api/icc-invoice-x-api.ts +0 -209
  1547. package/icc-x-api/icc-maintenance-task-x-api.ts +0 -194
  1548. package/icc-x-api/icc-message-x-api.ts +0 -144
  1549. package/icc-x-api/icc-patient-x-api.ts +0 -1215
  1550. package/icc-x-api/icc-receipt-x-api.ts +0 -137
  1551. package/icc-x-api/icc-time-table-x-api.ts +0 -109
  1552. package/icc-x-api/icc-user-x-api.ts +0 -20
  1553. package/icc-x-api/index.ts +0 -352
  1554. package/icc-x-api/maintenance/KeyPairUpdateRequest.ts +0 -60
  1555. package/icc-x-api/rsrc/codelng.ts +0 -8
  1556. package/icc-x-api/rsrc/contact.i18n.ts +0 -110
  1557. package/icc-x-api/rsrc/icd10.ts +0 -113
  1558. package/icc-x-api/rsrc/icpc2.ts +0 -22
  1559. package/icc-x-api/storage/DefaultStorageEntryKeysFactory.ts +0 -20
  1560. package/icc-x-api/storage/IcureStorageFacade.ts +0 -93
  1561. package/icc-x-api/storage/KeyStorageFacade.ts +0 -35
  1562. package/icc-x-api/storage/KeyStorageImpl.ts +0 -36
  1563. package/icc-x-api/storage/LocalStorageImpl.ts +0 -27
  1564. package/icc-x-api/storage/StorageEntryKeysFactory.ts +0 -39
  1565. package/icc-x-api/storage/StorageFacade.ts +0 -21
  1566. package/icc-x-api/utils/asn1-packer.ts +0 -87
  1567. package/icc-x-api/utils/asn1-parser.ts +0 -151
  1568. package/icc-x-api/utils/binary-utils.ts +0 -163
  1569. package/icc-x-api/utils/code-util.ts +0 -39
  1570. package/icc-x-api/utils/collection-utils.ts +0 -18
  1571. package/icc-x-api/utils/crypto-utils.ts +0 -251
  1572. package/icc-x-api/utils/formatting-util.ts +0 -220
  1573. package/icc-x-api/utils/functional-util.ts +0 -16
  1574. package/icc-x-api/utils/graph-utils.ts +0 -218
  1575. package/icc-x-api/utils/hcp-util.ts +0 -122
  1576. package/icc-x-api/utils/index.ts +0 -7
  1577. package/icc-x-api/utils/insurability-util.ts +0 -54
  1578. package/icc-x-api/utils/lru-temporised-async-cache.ts +0 -133
  1579. package/icc-x-api/utils/net-utils.ts +0 -243
  1580. package/icc-x-api/utils/person-util.ts +0 -29
  1581. package/icc-x-api/utils/uuid-encoder.ts +0 -127
  1582. package/icure-pre-commit/.pre-commit-config.yaml +0 -16
  1583. package/icure-pre-commit/.secrets.baseline +0 -109
  1584. package/icure-pre-commit/README.md +0 -17
  1585. package/icure-pre-commit/basic.pre-commit-config.yaml +0 -16
  1586. package/icure-pre-commit/detect-secrets/filters/__pycache__/is_key_format.cpython-39.pyc +0 -0
  1587. package/icure-pre-commit/icure_detect_secrets/filters/__pycache__/is_icure_safe_data.cpython-39.pyc +0 -0
  1588. package/icure-pre-commit/icure_detect_secrets/filters/__pycache__/is_key_format.cpython-39.pyc +0 -0
  1589. package/icure-pre-commit/icure_detect_secrets/filters/is_icure_safe_data.py +0 -89
  1590. package/icure-pre-commit/icure_detect_secrets/filters/is_key_format.py +0 -9
  1591. package/icure-pre-commit/icure_detect_secrets/plugins/EncodedFileDetector.py +0 -71
  1592. package/icure-pre-commit/icure_detect_secrets/plugins/KeyFileDetector.py +0 -57
  1593. package/icure-pre-commit/icure_detect_secrets/plugins/__pycache__/EncodedFileDetector.cpython-39.pyc +0 -0
  1594. package/icure-pre-commit/icure_detect_secrets/plugins/__pycache__/KeyFileDetector.cpython-39.pyc +0 -0
  1595. package/icure-pre-commit/install_optional_detect-secrets.sh +0 -45
  1596. package/icure-pre-commit/install_required_tools.sh +0 -35
  1597. package/icure-pre-commit/kotlin.pre-commit-config.yaml +0 -21
  1598. package/icure-pre-commit/scan-secrets.sh +0 -7
  1599. package/index.ts +0 -8
  1600. package/node-compat.ts +0 -11
  1601. package/package-lock.json +0 -26824
  1602. package/sonar-project.properties +0 -20
  1603. package/test/icc-api/api/IccDocumentApi.ts +0 -157
  1604. package/test/icc-api/api/IccUserApi.ts +0 -21
  1605. package/test/icc-api/e2e/IccCalendarItemApi.ts +0 -43
  1606. package/test/icc-api/model/modelHelpersTest.ts +0 -54
  1607. package/test/icc-x-api/auth/jwt-concurrency-test.ts +0 -136
  1608. package/test/icc-x-api/crypto/concurrency.ts +0 -33
  1609. package/test/icc-x-api/crypto/crypto-utils.ts +0 -90
  1610. package/test/icc-x-api/crypto/cryptoTest.ts +0 -348
  1611. package/test/icc-x-api/crypto/delegate-ci-to-patient-with-missing-keys-test.ts +0 -168
  1612. package/test/icc-x-api/crypto/full-crypto-test.ts +0 -586
  1613. package/test/icc-x-api/crypto/shamir.ts +0 -177
  1614. package/test/icc-x-api/crypto/share-to-newly-created-patient-from-hcp.ts +0 -96
  1615. package/test/icc-x-api/entity-with-attachments-api-test.ts +0 -127
  1616. package/test/icc-x-api/filters/filters.ts +0 -58
  1617. package/test/icc-x-api/icc-accesslog-x-api.ts +0 -102
  1618. package/test/icc-x-api/icc-auth-api.ts +0 -44
  1619. package/test/icc-x-api/icc-calendar-item-x-api.ts +0 -94
  1620. package/test/icc-x-api/icc-contact-x-api.ts +0 -223
  1621. package/test/icc-x-api/icc-form-x-api.ts +0 -94
  1622. package/test/icc-x-api/icc-helement-x-api-test.ts +0 -197
  1623. package/test/icc-x-api/icc-invoice-x-api.ts +0 -97
  1624. package/test/icc-x-api/icc-maintenance-task-x-api-test.ts +0 -261
  1625. package/test/icc-x-api/icc-patient-x-api-test.ts +0 -55
  1626. package/test/icc-x-api/icc-time-table-x-api.ts +0 -78
  1627. package/test/icc-x-api/icc-user-x-api-test.ts +0 -21
  1628. package/test/icc-x-api/patient-user.ts +0 -132
  1629. package/test/icc-x-api/storage/storage.ts +0 -41
  1630. package/test/icc-x-api/test-legacy-data-support.ts +0 -285
  1631. package/test/icc-x-api/utils/graph-test.ts +0 -53
  1632. package/test/scratch/docker-compose-cloud-debug.yaml +0 -113
  1633. package/test/scratch/docker-compose-cloud-debuggable.yaml +0 -85
  1634. package/test/scratch/docker-compose-cloud.yaml +0 -119
  1635. package/test/scratch/docker.ini +0 -9
  1636. package/test/scratch/haproxy/haproxy.cfg +0 -26
  1637. package/test/utils/TestApi.ts +0 -27
  1638. package/test/utils/TestCryptoStrategies.ts +0 -49
  1639. package/test/utils/TestStorage.ts +0 -68
  1640. package/test/utils/test-utils-decorators.ts +0 -411
  1641. package/test/utils/test_utils.ts +0 -275
  1642. package/test-scripts/cleanup.ts +0 -26
  1643. package/tsconfig.json +0 -21
  1644. /package/{dist/icc-api → icc-api}/api/IccAccesslogApi.d.ts +0 -0
  1645. /package/{dist/icc-api → icc-api}/api/IccAccesslogApi.js +0 -0
  1646. /package/{dist/icc-api → icc-api}/api/IccAccesslogApi.js.map +0 -0
  1647. /package/{dist/icc-api → icc-api}/api/IccAgendaApi.d.ts +0 -0
  1648. /package/{dist/icc-api → icc-api}/api/IccAgendaApi.js +0 -0
  1649. /package/{dist/icc-api → icc-api}/api/IccAgendaApi.js.map +0 -0
  1650. /package/{dist/icc-api → icc-api}/api/IccAnonymousAccessApi.d.ts +0 -0
  1651. /package/{dist/icc-api → icc-api}/api/IccAnonymousAccessApi.js +0 -0
  1652. /package/{dist/icc-api → icc-api}/api/IccAnonymousAccessApi.js.map +0 -0
  1653. /package/{dist/icc-api → icc-api}/api/IccApplicationsettingsApi.d.ts +0 -0
  1654. /package/{dist/icc-api → icc-api}/api/IccApplicationsettingsApi.js +0 -0
  1655. /package/{dist/icc-api → icc-api}/api/IccApplicationsettingsApi.js.map +0 -0
  1656. /package/{dist/icc-api → icc-api}/api/IccArticleApi.d.ts +0 -0
  1657. /package/{dist/icc-api → icc-api}/api/IccArticleApi.js +0 -0
  1658. /package/{dist/icc-api → icc-api}/api/IccArticleApi.js.map +0 -0
  1659. /package/{dist/icc-api → icc-api}/api/IccAuthApi.d.ts +0 -0
  1660. /package/{dist/icc-api → icc-api}/api/IccAuthApi.js +0 -0
  1661. /package/{dist/icc-api → icc-api}/api/IccAuthApi.js.map +0 -0
  1662. /package/{dist/icc-api → icc-api}/api/IccBeefactApi.d.ts +0 -0
  1663. /package/{dist/icc-api → icc-api}/api/IccBeefactApi.js +0 -0
  1664. /package/{dist/icc-api → icc-api}/api/IccBeefactApi.js.map +0 -0
  1665. /package/{dist/icc-api → icc-api}/api/IccBekmehrApi.d.ts +0 -0
  1666. /package/{dist/icc-api → icc-api}/api/IccBekmehrApi.js +0 -0
  1667. /package/{dist/icc-api → icc-api}/api/IccBekmehrApi.js.map +0 -0
  1668. /package/{dist/icc-api → icc-api}/api/IccBemikronoApi.d.ts +0 -0
  1669. /package/{dist/icc-api → icc-api}/api/IccBemikronoApi.js +0 -0
  1670. /package/{dist/icc-api → icc-api}/api/IccBemikronoApi.js.map +0 -0
  1671. /package/{dist/icc-api → icc-api}/api/IccBeresultexportApi.d.ts +0 -0
  1672. /package/{dist/icc-api → icc-api}/api/IccBeresultexportApi.js +0 -0
  1673. /package/{dist/icc-api → icc-api}/api/IccBeresultexportApi.js.map +0 -0
  1674. /package/{dist/icc-api → icc-api}/api/IccBeresultimportApi.d.ts +0 -0
  1675. /package/{dist/icc-api → icc-api}/api/IccBeresultimportApi.js +0 -0
  1676. /package/{dist/icc-api → icc-api}/api/IccBeresultimportApi.js.map +0 -0
  1677. /package/{dist/icc-api → icc-api}/api/IccBesamv2Api.d.ts +0 -0
  1678. /package/{dist/icc-api → icc-api}/api/IccBesamv2Api.js +0 -0
  1679. /package/{dist/icc-api → icc-api}/api/IccBesamv2Api.js.map +0 -0
  1680. /package/{dist/icc-api → icc-api}/api/IccCalendarItemApi.d.ts +0 -0
  1681. /package/{dist/icc-api → icc-api}/api/IccCalendarItemApi.js +0 -0
  1682. /package/{dist/icc-api → icc-api}/api/IccCalendarItemApi.js.map +0 -0
  1683. /package/{dist/icc-api → icc-api}/api/IccCalendarItemTypeApi.d.ts +0 -0
  1684. /package/{dist/icc-api → icc-api}/api/IccCalendarItemTypeApi.js +0 -0
  1685. /package/{dist/icc-api → icc-api}/api/IccCalendarItemTypeApi.js.map +0 -0
  1686. /package/{dist/icc-api → icc-api}/api/IccClassificationApi.d.ts +0 -0
  1687. /package/{dist/icc-api → icc-api}/api/IccClassificationApi.js +0 -0
  1688. /package/{dist/icc-api → icc-api}/api/IccClassificationApi.js.map +0 -0
  1689. /package/{dist/icc-api → icc-api}/api/IccClassificationTemplateApi.d.ts +0 -0
  1690. /package/{dist/icc-api → icc-api}/api/IccClassificationTemplateApi.js +0 -0
  1691. /package/{dist/icc-api → icc-api}/api/IccClassificationTemplateApi.js.map +0 -0
  1692. /package/{dist/icc-api → icc-api}/api/IccCodeApi.d.ts +0 -0
  1693. /package/{dist/icc-api → icc-api}/api/IccCodeApi.js +0 -0
  1694. /package/{dist/icc-api → icc-api}/api/IccCodeApi.js.map +0 -0
  1695. /package/{dist/icc-api → icc-api}/api/IccContactApi.d.ts +0 -0
  1696. /package/{dist/icc-api → icc-api}/api/IccContactApi.js +0 -0
  1697. /package/{dist/icc-api → icc-api}/api/IccContactApi.js.map +0 -0
  1698. /package/{dist/icc-api → icc-api}/api/IccDataownerApi.d.ts +0 -0
  1699. /package/{dist/icc-api → icc-api}/api/IccDataownerApi.js +0 -0
  1700. /package/{dist/icc-api → icc-api}/api/IccDataownerApi.js.map +0 -0
  1701. /package/{dist/icc-api → icc-api}/api/IccDeviceApi.d.ts +0 -0
  1702. /package/{dist/icc-api → icc-api}/api/IccDeviceApi.js +0 -0
  1703. /package/{dist/icc-api → icc-api}/api/IccDeviceApi.js.map +0 -0
  1704. /package/{dist/icc-api → icc-api}/api/IccDoctemplateApi.d.ts +0 -0
  1705. /package/{dist/icc-api → icc-api}/api/IccDoctemplateApi.js +0 -0
  1706. /package/{dist/icc-api → icc-api}/api/IccDoctemplateApi.js.map +0 -0
  1707. /package/{dist/icc-api → icc-api}/api/IccDocumentApi.d.ts +0 -0
  1708. /package/{dist/icc-api → icc-api}/api/IccDocumentApi.js +0 -0
  1709. /package/{dist/icc-api → icc-api}/api/IccDocumentApi.js.map +0 -0
  1710. /package/{dist/icc-api → icc-api}/api/IccDocumentTemplateApi.d.ts +0 -0
  1711. /package/{dist/icc-api → icc-api}/api/IccDocumentTemplateApi.js +0 -0
  1712. /package/{dist/icc-api → icc-api}/api/IccDocumentTemplateApi.js.map +0 -0
  1713. /package/{dist/icc-api → icc-api}/api/IccEntityrefApi.d.ts +0 -0
  1714. /package/{dist/icc-api → icc-api}/api/IccEntityrefApi.js +0 -0
  1715. /package/{dist/icc-api → icc-api}/api/IccEntityrefApi.js.map +0 -0
  1716. /package/{dist/icc-api → icc-api}/api/IccEntitytemplateApi.d.ts +0 -0
  1717. /package/{dist/icc-api → icc-api}/api/IccEntitytemplateApi.js +0 -0
  1718. /package/{dist/icc-api → icc-api}/api/IccEntitytemplateApi.js.map +0 -0
  1719. /package/{dist/icc-api → icc-api}/api/IccFormApi.d.ts +0 -0
  1720. /package/{dist/icc-api → icc-api}/api/IccFormApi.js +0 -0
  1721. /package/{dist/icc-api → icc-api}/api/IccFormApi.js.map +0 -0
  1722. /package/{dist/icc-api → icc-api}/api/IccFrontendmigrationApi.d.ts +0 -0
  1723. /package/{dist/icc-api → icc-api}/api/IccFrontendmigrationApi.js +0 -0
  1724. /package/{dist/icc-api → icc-api}/api/IccFrontendmigrationApi.js.map +0 -0
  1725. /package/{dist/icc-api → icc-api}/api/IccGroupApi.d.ts +0 -0
  1726. /package/{dist/icc-api → icc-api}/api/IccGroupApi.js +0 -0
  1727. /package/{dist/icc-api → icc-api}/api/IccGroupApi.js.map +0 -0
  1728. /package/{dist/icc-api → icc-api}/api/IccHcpartyApi.d.ts +0 -0
  1729. /package/{dist/icc-api → icc-api}/api/IccHcpartyApi.js +0 -0
  1730. /package/{dist/icc-api → icc-api}/api/IccHcpartyApi.js.map +0 -0
  1731. /package/{dist/icc-api → icc-api}/api/IccHelementApi.d.ts +0 -0
  1732. /package/{dist/icc-api → icc-api}/api/IccHelementApi.js +0 -0
  1733. /package/{dist/icc-api → icc-api}/api/IccHelementApi.js.map +0 -0
  1734. /package/{dist/icc-api → icc-api}/api/IccIcureApi.d.ts +0 -0
  1735. /package/{dist/icc-api → icc-api}/api/IccIcureApi.js +0 -0
  1736. /package/{dist/icc-api → icc-api}/api/IccIcureApi.js.map +0 -0
  1737. /package/{dist/icc-api → icc-api}/api/IccInsuranceApi.d.ts +0 -0
  1738. /package/{dist/icc-api → icc-api}/api/IccInsuranceApi.js +0 -0
  1739. /package/{dist/icc-api → icc-api}/api/IccInsuranceApi.js.map +0 -0
  1740. /package/{dist/icc-api → icc-api}/api/IccInvoiceApi.d.ts +0 -0
  1741. /package/{dist/icc-api → icc-api}/api/IccInvoiceApi.js +0 -0
  1742. /package/{dist/icc-api → icc-api}/api/IccInvoiceApi.js.map +0 -0
  1743. /package/{dist/icc-api → icc-api}/api/IccKeywordApi.d.ts +0 -0
  1744. /package/{dist/icc-api → icc-api}/api/IccKeywordApi.js +0 -0
  1745. /package/{dist/icc-api → icc-api}/api/IccKeywordApi.js.map +0 -0
  1746. /package/{dist/icc-api → icc-api}/api/IccMaintenanceTaskApi.d.ts +0 -0
  1747. /package/{dist/icc-api → icc-api}/api/IccMaintenanceTaskApi.js +0 -0
  1748. /package/{dist/icc-api → icc-api}/api/IccMaintenanceTaskApi.js.map +0 -0
  1749. /package/{dist/icc-api → icc-api}/api/IccMedexApi.d.ts +0 -0
  1750. /package/{dist/icc-api → icc-api}/api/IccMedexApi.js +0 -0
  1751. /package/{dist/icc-api → icc-api}/api/IccMedexApi.js.map +0 -0
  1752. /package/{dist/icc-api → icc-api}/api/IccMedicallocationApi.d.ts +0 -0
  1753. /package/{dist/icc-api → icc-api}/api/IccMedicallocationApi.js +0 -0
  1754. /package/{dist/icc-api → icc-api}/api/IccMedicallocationApi.js.map +0 -0
  1755. /package/{dist/icc-api → icc-api}/api/IccMessageApi.d.ts +0 -0
  1756. /package/{dist/icc-api → icc-api}/api/IccMessageApi.js +0 -0
  1757. /package/{dist/icc-api → icc-api}/api/IccMessageApi.js.map +0 -0
  1758. /package/{dist/icc-api → icc-api}/api/IccPermissionApi.d.ts +0 -0
  1759. /package/{dist/icc-api → icc-api}/api/IccPermissionApi.js +0 -0
  1760. /package/{dist/icc-api → icc-api}/api/IccPermissionApi.js.map +0 -0
  1761. /package/{dist/icc-api → icc-api}/api/IccPlaceApi.d.ts +0 -0
  1762. /package/{dist/icc-api → icc-api}/api/IccPlaceApi.js +0 -0
  1763. /package/{dist/icc-api → icc-api}/api/IccPlaceApi.js.map +0 -0
  1764. /package/{dist/icc-api → icc-api}/api/IccPubsubApi.d.ts +0 -0
  1765. /package/{dist/icc-api → icc-api}/api/IccPubsubApi.js +0 -0
  1766. /package/{dist/icc-api → icc-api}/api/IccPubsubApi.js.map +0 -0
  1767. /package/{dist/icc-api → icc-api}/api/IccReceiptApi.d.ts +0 -0
  1768. /package/{dist/icc-api → icc-api}/api/IccReceiptApi.js +0 -0
  1769. /package/{dist/icc-api → icc-api}/api/IccReceiptApi.js.map +0 -0
  1770. /package/{dist/icc-api → icc-api}/api/IccReplicationApi.d.ts +0 -0
  1771. /package/{dist/icc-api → icc-api}/api/IccReplicationApi.js +0 -0
  1772. /package/{dist/icc-api → icc-api}/api/IccReplicationApi.js.map +0 -0
  1773. /package/{dist/icc-api → icc-api}/api/IccTarificationApi.d.ts +0 -0
  1774. /package/{dist/icc-api → icc-api}/api/IccTarificationApi.js +0 -0
  1775. /package/{dist/icc-api → icc-api}/api/IccTarificationApi.js.map +0 -0
  1776. /package/{dist/icc-api → icc-api}/api/IccTimeTableApi.d.ts +0 -0
  1777. /package/{dist/icc-api → icc-api}/api/IccTimeTableApi.js +0 -0
  1778. /package/{dist/icc-api → icc-api}/api/IccTimeTableApi.js.map +0 -0
  1779. /package/{dist/icc-api → icc-api}/api/IccTmpApi.d.ts +0 -0
  1780. /package/{dist/icc-api → icc-api}/api/IccTmpApi.js +0 -0
  1781. /package/{dist/icc-api → icc-api}/api/IccTmpApi.js.map +0 -0
  1782. /package/{dist/icc-api → icc-api}/api/IccUserApi.d.ts +0 -0
  1783. /package/{dist/icc-api → icc-api}/api/IccUserApi.js +0 -0
  1784. /package/{dist/icc-api → icc-api}/api/IccUserApi.js.map +0 -0
  1785. /package/{dist/icc-api → icc-api}/api/XHR.d.ts +0 -0
  1786. /package/{dist/icc-api → icc-api}/api/XHR.js +0 -0
  1787. /package/{dist/icc-api → icc-api}/api/XHR.js.map +0 -0
  1788. /package/{dist/icc-api → icc-api}/iccApi.d.ts +0 -0
  1789. /package/{dist/icc-api → icc-api}/iccApi.js +0 -0
  1790. /package/{dist/icc-api → icc-api}/iccApi.js.map +0 -0
  1791. /package/{dist/icc-api → icc-api}/index.d.ts +0 -0
  1792. /package/{dist/icc-api → icc-api}/index.js +0 -0
  1793. /package/{dist/icc-api → icc-api}/index.js.map +0 -0
  1794. /package/{dist/icc-api → icc-api}/model/AbstractFilterCode.d.ts +0 -0
  1795. /package/{dist/icc-api → icc-api}/model/AbstractFilterCode.js +0 -0
  1796. /package/{dist/icc-api → icc-api}/model/AbstractFilterCode.js.map +0 -0
  1797. /package/{dist/icc-api → icc-api}/model/AbstractFilterContact.d.ts +0 -0
  1798. /package/{dist/icc-api → icc-api}/model/AbstractFilterContact.js +0 -0
  1799. /package/{dist/icc-api → icc-api}/model/AbstractFilterContact.js.map +0 -0
  1800. /package/{dist/icc-api → icc-api}/model/AbstractFilterDevice.d.ts +0 -0
  1801. /package/{dist/icc-api → icc-api}/model/AbstractFilterDevice.js +0 -0
  1802. /package/{dist/icc-api → icc-api}/model/AbstractFilterDevice.js.map +0 -0
  1803. /package/{dist/icc-api → icc-api}/model/AbstractFilterHealthElement.d.ts +0 -0
  1804. /package/{dist/icc-api → icc-api}/model/AbstractFilterHealthElement.js +0 -0
  1805. /package/{dist/icc-api → icc-api}/model/AbstractFilterHealthElement.js.map +0 -0
  1806. /package/{dist/icc-api → icc-api}/model/AbstractFilterHealthcareParty.d.ts +0 -0
  1807. /package/{dist/icc-api → icc-api}/model/AbstractFilterHealthcareParty.js +0 -0
  1808. /package/{dist/icc-api → icc-api}/model/AbstractFilterHealthcareParty.js.map +0 -0
  1809. /package/{dist/icc-api → icc-api}/model/AbstractFilterInvoice.d.ts +0 -0
  1810. /package/{dist/icc-api → icc-api}/model/AbstractFilterInvoice.js +0 -0
  1811. /package/{dist/icc-api → icc-api}/model/AbstractFilterInvoice.js.map +0 -0
  1812. /package/{dist/icc-api → icc-api}/model/AbstractFilterMaintenanceTask.d.ts +0 -0
  1813. /package/{dist/icc-api → icc-api}/model/AbstractFilterMaintenanceTask.js +0 -0
  1814. /package/{dist/icc-api → icc-api}/model/AbstractFilterMaintenanceTask.js.map +0 -0
  1815. /package/{dist/icc-api → icc-api}/model/AbstractFilterPatient.d.ts +0 -0
  1816. /package/{dist/icc-api → icc-api}/model/AbstractFilterPatient.js +0 -0
  1817. /package/{dist/icc-api → icc-api}/model/AbstractFilterPatient.js.map +0 -0
  1818. /package/{dist/icc-api → icc-api}/model/AbstractFilterService.d.ts +0 -0
  1819. /package/{dist/icc-api → icc-api}/model/AbstractFilterService.js +0 -0
  1820. /package/{dist/icc-api → icc-api}/model/AbstractFilterService.js.map +0 -0
  1821. /package/{dist/icc-api → icc-api}/model/AbstractFilterUser.d.ts +0 -0
  1822. /package/{dist/icc-api → icc-api}/model/AbstractFilterUser.js +0 -0
  1823. /package/{dist/icc-api → icc-api}/model/AbstractFilterUser.js.map +0 -0
  1824. /package/{dist/icc-api → icc-api}/model/AccessLog.d.ts +0 -0
  1825. /package/{dist/icc-api → icc-api}/model/AccessLog.js +0 -0
  1826. /package/{dist/icc-api → icc-api}/model/AccessLog.js.map +0 -0
  1827. /package/{dist/icc-api → icc-api}/model/AddedDocument.d.ts +0 -0
  1828. /package/{dist/icc-api → icc-api}/model/AddedDocument.js +0 -0
  1829. /package/{dist/icc-api → icc-api}/model/AddedDocument.js.map +0 -0
  1830. /package/{dist/icc-api → icc-api}/model/Address.d.ts +0 -0
  1831. /package/{dist/icc-api → icc-api}/model/Address.js +0 -0
  1832. /package/{dist/icc-api → icc-api}/model/Address.js.map +0 -0
  1833. /package/{dist/icc-api → icc-api}/model/AdministrationQuantity.d.ts +0 -0
  1834. /package/{dist/icc-api → icc-api}/model/AdministrationQuantity.js +0 -0
  1835. /package/{dist/icc-api → icc-api}/model/AdministrationQuantity.js.map +0 -0
  1836. /package/{dist/icc-api → icc-api}/model/Agenda.d.ts +0 -0
  1837. /package/{dist/icc-api → icc-api}/model/Agenda.js +0 -0
  1838. /package/{dist/icc-api → icc-api}/model/Agenda.js.map +0 -0
  1839. /package/{dist/icc-api → icc-api}/model/AgreementAppendix.d.ts +0 -0
  1840. /package/{dist/icc-api → icc-api}/model/AgreementAppendix.js +0 -0
  1841. /package/{dist/icc-api → icc-api}/model/AgreementAppendix.js.map +0 -0
  1842. /package/{dist/icc-api → icc-api}/model/Amp.d.ts +0 -0
  1843. /package/{dist/icc-api → icc-api}/model/Amp.js +0 -0
  1844. /package/{dist/icc-api → icc-api}/model/Amp.js.map +0 -0
  1845. /package/{dist/icc-api → icc-api}/model/AmpComponent.d.ts +0 -0
  1846. /package/{dist/icc-api → icc-api}/model/AmpComponent.js +0 -0
  1847. /package/{dist/icc-api → icc-api}/model/AmpComponent.js.map +0 -0
  1848. /package/{dist/icc-api → icc-api}/model/Ampp.d.ts +0 -0
  1849. /package/{dist/icc-api → icc-api}/model/Ampp.js +0 -0
  1850. /package/{dist/icc-api → icc-api}/model/Ampp.js.map +0 -0
  1851. /package/{dist/icc-api → icc-api}/model/AmppComponent.d.ts +0 -0
  1852. /package/{dist/icc-api → icc-api}/model/AmppComponent.js +0 -0
  1853. /package/{dist/icc-api → icc-api}/model/AmppComponent.js.map +0 -0
  1854. /package/{dist/icc-api → icc-api}/model/Annotation.d.ts +0 -0
  1855. /package/{dist/icc-api → icc-api}/model/Annotation.js +0 -0
  1856. /package/{dist/icc-api → icc-api}/model/Annotation.js.map +0 -0
  1857. /package/{dist/icc-api → icc-api}/model/ApplicationSettings.d.ts +0 -0
  1858. /package/{dist/icc-api → icc-api}/model/ApplicationSettings.js +0 -0
  1859. /package/{dist/icc-api → icc-api}/model/ApplicationSettings.js.map +0 -0
  1860. /package/{dist/icc-api → icc-api}/model/Appointment.d.ts +0 -0
  1861. /package/{dist/icc-api → icc-api}/model/Appointment.js +0 -0
  1862. /package/{dist/icc-api → icc-api}/model/Appointment.js.map +0 -0
  1863. /package/{dist/icc-api → icc-api}/model/AppointmentImport.d.ts +0 -0
  1864. /package/{dist/icc-api → icc-api}/model/AppointmentImport.js +0 -0
  1865. /package/{dist/icc-api → icc-api}/model/AppointmentImport.js.map +0 -0
  1866. /package/{dist/icc-api → icc-api}/model/AppointmentTypeAndPlace.d.ts +0 -0
  1867. /package/{dist/icc-api → icc-api}/model/AppointmentTypeAndPlace.js +0 -0
  1868. /package/{dist/icc-api → icc-api}/model/AppointmentTypeAndPlace.js.map +0 -0
  1869. /package/{dist/icc-api → icc-api}/model/Article.d.ts +0 -0
  1870. /package/{dist/icc-api → icc-api}/model/Article.js +0 -0
  1871. /package/{dist/icc-api → icc-api}/model/Article.js.map +0 -0
  1872. /package/{dist/icc-api → icc-api}/model/Atc.d.ts +0 -0
  1873. /package/{dist/icc-api → icc-api}/model/Atc.js +0 -0
  1874. /package/{dist/icc-api → icc-api}/model/Atc.js.map +0 -0
  1875. /package/{dist/icc-api → icc-api}/model/Attachment.d.ts +0 -0
  1876. /package/{dist/icc-api → icc-api}/model/Attachment.js +0 -0
  1877. /package/{dist/icc-api → icc-api}/model/Attachment.js.map +0 -0
  1878. /package/{dist/icc-api → icc-api}/model/AttachmentMetadata.d.ts +0 -0
  1879. /package/{dist/icc-api → icc-api}/model/AttachmentMetadata.js +0 -0
  1880. /package/{dist/icc-api → icc-api}/model/AttachmentMetadata.js.map +0 -0
  1881. /package/{dist/icc-api → icc-api}/model/AuthenticationResponse.d.ts +0 -0
  1882. /package/{dist/icc-api → icc-api}/model/AuthenticationResponse.js +0 -0
  1883. /package/{dist/icc-api → icc-api}/model/AuthenticationResponse.js.map +0 -0
  1884. /package/{dist/icc-api → icc-api}/model/AuthenticationToken.d.ts +0 -0
  1885. /package/{dist/icc-api → icc-api}/model/AuthenticationToken.js +0 -0
  1886. /package/{dist/icc-api → icc-api}/model/AuthenticationToken.js.map +0 -0
  1887. /package/{dist/icc-api → icc-api}/model/Basic.d.ts +0 -0
  1888. /package/{dist/icc-api → icc-api}/model/Basic.js +0 -0
  1889. /package/{dist/icc-api → icc-api}/model/Basic.js.map +0 -0
  1890. /package/{dist/icc-api → icc-api}/model/Body.d.ts +0 -0
  1891. /package/{dist/icc-api → icc-api}/model/Body.js +0 -0
  1892. /package/{dist/icc-api → icc-api}/model/Body.js.map +0 -0
  1893. /package/{dist/icc-api → icc-api}/model/Body3.d.ts +0 -0
  1894. /package/{dist/icc-api → icc-api}/model/Body3.js +0 -0
  1895. /package/{dist/icc-api → icc-api}/model/Body3.js.map +0 -0
  1896. /package/{dist/icc-api → icc-api}/model/BulkAttachmentUpdateOptions.d.ts +0 -0
  1897. /package/{dist/icc-api → icc-api}/model/BulkAttachmentUpdateOptions.js +0 -0
  1898. /package/{dist/icc-api → icc-api}/model/BulkAttachmentUpdateOptions.js.map +0 -0
  1899. /package/{dist/icc-api → icc-api}/model/ByteArray.d.ts +0 -0
  1900. /package/{dist/icc-api → icc-api}/model/ByteArray.js +0 -0
  1901. /package/{dist/icc-api → icc-api}/model/ByteArray.js.map +0 -0
  1902. /package/{dist/icc-api → icc-api}/model/CalendarItem.d.ts +0 -0
  1903. /package/{dist/icc-api → icc-api}/model/CalendarItem.js +0 -0
  1904. /package/{dist/icc-api → icc-api}/model/CalendarItem.js.map +0 -0
  1905. /package/{dist/icc-api → icc-api}/model/CalendarItemTag.d.ts +0 -0
  1906. /package/{dist/icc-api → icc-api}/model/CalendarItemTag.js +0 -0
  1907. /package/{dist/icc-api → icc-api}/model/CalendarItemTag.js.map +0 -0
  1908. /package/{dist/icc-api → icc-api}/model/CalendarItemType.d.ts +0 -0
  1909. /package/{dist/icc-api → icc-api}/model/CalendarItemType.js +0 -0
  1910. /package/{dist/icc-api → icc-api}/model/CalendarItemType.js.map +0 -0
  1911. /package/{dist/icc-api → icc-api}/model/CareTeamMember.d.ts +0 -0
  1912. /package/{dist/icc-api → icc-api}/model/CareTeamMember.js +0 -0
  1913. /package/{dist/icc-api → icc-api}/model/CareTeamMember.js.map +0 -0
  1914. /package/{dist/icc-api → icc-api}/model/CareTeamMembership.d.ts +0 -0
  1915. /package/{dist/icc-api → icc-api}/model/CareTeamMembership.js +0 -0
  1916. /package/{dist/icc-api → icc-api}/model/CareTeamMembership.js.map +0 -0
  1917. /package/{dist/icc-api → icc-api}/model/CheckSMFPatientResult.d.ts +0 -0
  1918. /package/{dist/icc-api → icc-api}/model/CheckSMFPatientResult.js +0 -0
  1919. /package/{dist/icc-api → icc-api}/model/CheckSMFPatientResult.js.map +0 -0
  1920. /package/{dist/icc-api → icc-api}/model/Classification.d.ts +0 -0
  1921. /package/{dist/icc-api → icc-api}/model/Classification.js +0 -0
  1922. /package/{dist/icc-api → icc-api}/model/Classification.js.map +0 -0
  1923. /package/{dist/icc-api → icc-api}/model/ClassificationTemplate.d.ts +0 -0
  1924. /package/{dist/icc-api → icc-api}/model/ClassificationTemplate.js +0 -0
  1925. /package/{dist/icc-api → icc-api}/model/ClassificationTemplate.js.map +0 -0
  1926. /package/{dist/icc-api → icc-api}/model/Code.d.ts +0 -0
  1927. /package/{dist/icc-api → icc-api}/model/Code.js +0 -0
  1928. /package/{dist/icc-api → icc-api}/model/Code.js.map +0 -0
  1929. /package/{dist/icc-api → icc-api}/model/CodeStub.d.ts +0 -0
  1930. /package/{dist/icc-api → icc-api}/model/CodeStub.js +0 -0
  1931. /package/{dist/icc-api → icc-api}/model/CodeStub.js.map +0 -0
  1932. /package/{dist/icc-api → icc-api}/model/CodeType.d.ts +0 -0
  1933. /package/{dist/icc-api → icc-api}/model/CodeType.js +0 -0
  1934. /package/{dist/icc-api → icc-api}/model/CodeType.js.map +0 -0
  1935. /package/{dist/icc-api → icc-api}/model/CommentedClassification.d.ts +0 -0
  1936. /package/{dist/icc-api → icc-api}/model/CommentedClassification.js +0 -0
  1937. /package/{dist/icc-api → icc-api}/model/CommentedClassification.js.map +0 -0
  1938. /package/{dist/icc-api → icc-api}/model/Commercialization.d.ts +0 -0
  1939. /package/{dist/icc-api → icc-api}/model/Commercialization.js +0 -0
  1940. /package/{dist/icc-api → icc-api}/model/Commercialization.js.map +0 -0
  1941. /package/{dist/icc-api → icc-api}/model/Company.d.ts +0 -0
  1942. /package/{dist/icc-api → icc-api}/model/Company.js +0 -0
  1943. /package/{dist/icc-api → icc-api}/model/Company.js.map +0 -0
  1944. /package/{dist/icc-api → icc-api}/model/Contact.d.ts +0 -0
  1945. /package/{dist/icc-api → icc-api}/model/Contact.js +0 -0
  1946. /package/{dist/icc-api → icc-api}/model/Contact.js.map +0 -0
  1947. /package/{dist/icc-api → icc-api}/model/Content.d.ts +0 -0
  1948. /package/{dist/icc-api → icc-api}/model/Content.js +0 -0
  1949. /package/{dist/icc-api → icc-api}/model/Content.js.map +0 -0
  1950. /package/{dist/icc-api → icc-api}/model/Copayment.d.ts +0 -0
  1951. /package/{dist/icc-api → icc-api}/model/Copayment.js +0 -0
  1952. /package/{dist/icc-api → icc-api}/model/Copayment.js.map +0 -0
  1953. /package/{dist/icc-api → icc-api}/model/Data.d.ts +0 -0
  1954. /package/{dist/icc-api → icc-api}/model/Data.js +0 -0
  1955. /package/{dist/icc-api → icc-api}/model/Data.js.map +0 -0
  1956. /package/{dist/icc-api → icc-api}/model/DataAttachment.d.ts +0 -0
  1957. /package/{dist/icc-api → icc-api}/model/DataAttachment.js +0 -0
  1958. /package/{dist/icc-api → icc-api}/model/DataAttachment.js.map +0 -0
  1959. /package/{dist/icc-api → icc-api}/model/DataOwnerRegistrationSuccess.d.ts +0 -0
  1960. /package/{dist/icc-api → icc-api}/model/DataOwnerRegistrationSuccess.js +0 -0
  1961. /package/{dist/icc-api → icc-api}/model/DataOwnerRegistrationSuccess.js.map +0 -0
  1962. /package/{dist/icc-api → icc-api}/model/DataOwnerWithType.d.ts +0 -0
  1963. /package/{dist/icc-api → icc-api}/model/DataOwnerWithType.js +0 -0
  1964. /package/{dist/icc-api → icc-api}/model/DataOwnerWithType.js.map +0 -0
  1965. /package/{dist/icc-api → icc-api}/model/DatabaseInfo.d.ts +0 -0
  1966. /package/{dist/icc-api → icc-api}/model/DatabaseInfo.js +0 -0
  1967. /package/{dist/icc-api → icc-api}/model/DatabaseInfo.js.map +0 -0
  1968. /package/{dist/icc-api → icc-api}/model/DatabaseInitialisation.d.ts +0 -0
  1969. /package/{dist/icc-api → icc-api}/model/DatabaseInitialisation.js +0 -0
  1970. /package/{dist/icc-api → icc-api}/model/DatabaseInitialisation.js.map +0 -0
  1971. /package/{dist/icc-api → icc-api}/model/DatabaseSynchronization.d.ts +0 -0
  1972. /package/{dist/icc-api → icc-api}/model/DatabaseSynchronization.js +0 -0
  1973. /package/{dist/icc-api → icc-api}/model/DatabaseSynchronization.js.map +0 -0
  1974. /package/{dist/icc-api → icc-api}/model/Delegation.d.ts +0 -0
  1975. /package/{dist/icc-api → icc-api}/model/Delegation.js +0 -0
  1976. /package/{dist/icc-api → icc-api}/model/Delegation.js.map +0 -0
  1977. /package/{dist/icc-api → icc-api}/model/DeletedAttachment.d.ts +0 -0
  1978. /package/{dist/icc-api → icc-api}/model/DeletedAttachment.js +0 -0
  1979. /package/{dist/icc-api → icc-api}/model/DeletedAttachment.js.map +0 -0
  1980. /package/{dist/icc-api → icc-api}/model/Device.d.ts +0 -0
  1981. /package/{dist/icc-api → icc-api}/model/Device.js +0 -0
  1982. /package/{dist/icc-api → icc-api}/model/Device.js.map +0 -0
  1983. /package/{dist/icc-api → icc-api}/model/DeviceType.d.ts +0 -0
  1984. /package/{dist/icc-api → icc-api}/model/DeviceType.js +0 -0
  1985. /package/{dist/icc-api → icc-api}/model/DeviceType.js.map +0 -0
  1986. /package/{dist/icc-api → icc-api}/model/DiaryNoteExportInfo.d.ts +0 -0
  1987. /package/{dist/icc-api → icc-api}/model/DiaryNoteExportInfo.js +0 -0
  1988. /package/{dist/icc-api → icc-api}/model/DiaryNoteExportInfo.js.map +0 -0
  1989. /package/{dist/icc-api → icc-api}/model/Dmpp.d.ts +0 -0
  1990. /package/{dist/icc-api → icc-api}/model/Dmpp.js +0 -0
  1991. /package/{dist/icc-api → icc-api}/model/Dmpp.js.map +0 -0
  1992. /package/{dist/icc-api → icc-api}/model/DocIdentifier.d.ts +0 -0
  1993. /package/{dist/icc-api → icc-api}/model/DocIdentifier.js +0 -0
  1994. /package/{dist/icc-api → icc-api}/model/DocIdentifier.js.map +0 -0
  1995. /package/{dist/icc-api → icc-api}/model/Document.d.ts +0 -0
  1996. /package/{dist/icc-api → icc-api}/model/Document.js +0 -0
  1997. /package/{dist/icc-api → icc-api}/model/Document.js.map +0 -0
  1998. /package/{dist/icc-api → icc-api}/model/DocumentGroup.d.ts +0 -0
  1999. /package/{dist/icc-api → icc-api}/model/DocumentGroup.js +0 -0
  2000. /package/{dist/icc-api → icc-api}/model/DocumentGroup.js.map +0 -0
  2001. /package/{dist/icc-api → icc-api}/model/DocumentTemplate.d.ts +0 -0
  2002. /package/{dist/icc-api → icc-api}/model/DocumentTemplate.js +0 -0
  2003. /package/{dist/icc-api → icc-api}/model/DocumentTemplate.js.map +0 -0
  2004. /package/{dist/icc-api → icc-api}/model/Duration.d.ts +0 -0
  2005. /package/{dist/icc-api → icc-api}/model/Duration.js +0 -0
  2006. /package/{dist/icc-api → icc-api}/model/Duration.js.map +0 -0
  2007. /package/{dist/icc-api → icc-api}/model/EIDItem.d.ts +0 -0
  2008. /package/{dist/icc-api → icc-api}/model/EIDItem.js +0 -0
  2009. /package/{dist/icc-api → icc-api}/model/EIDItem.js.map +0 -0
  2010. /package/{dist/icc-api → icc-api}/model/Editor.d.ts +0 -0
  2011. /package/{dist/icc-api → icc-api}/model/Editor.js +0 -0
  2012. /package/{dist/icc-api → icc-api}/model/Editor.js.map +0 -0
  2013. /package/{dist/icc-api → icc-api}/model/EfactInvoice.d.ts +0 -0
  2014. /package/{dist/icc-api → icc-api}/model/EfactInvoice.js +0 -0
  2015. /package/{dist/icc-api → icc-api}/model/EfactInvoice.js.map +0 -0
  2016. /package/{dist/icc-api → icc-api}/model/EmailOrSmsMessage.d.ts +0 -0
  2017. /package/{dist/icc-api → icc-api}/model/EmailOrSmsMessage.js +0 -0
  2018. /package/{dist/icc-api → icc-api}/model/EmailOrSmsMessage.js.map +0 -0
  2019. /package/{dist/icc-api → icc-api}/model/EmailTemplate.d.ts +0 -0
  2020. /package/{dist/icc-api → icc-api}/model/EmailTemplate.js +0 -0
  2021. /package/{dist/icc-api → icc-api}/model/EmailTemplate.js.map +0 -0
  2022. /package/{dist/icc-api → icc-api}/model/Employer.d.ts +0 -0
  2023. /package/{dist/icc-api → icc-api}/model/Employer.js +0 -0
  2024. /package/{dist/icc-api → icc-api}/model/Employer.js.map +0 -0
  2025. /package/{dist/icc-api → icc-api}/model/EmploymentInfo.d.ts +0 -0
  2026. /package/{dist/icc-api → icc-api}/model/EmploymentInfo.js +0 -0
  2027. /package/{dist/icc-api → icc-api}/model/EmploymentInfo.js.map +0 -0
  2028. /package/{dist/icc-api → icc-api}/model/EntityReference.d.ts +0 -0
  2029. /package/{dist/icc-api → icc-api}/model/EntityReference.js +0 -0
  2030. /package/{dist/icc-api → icc-api}/model/EntityReference.js.map +0 -0
  2031. /package/{dist/icc-api → icc-api}/model/EntityTemplate.d.ts +0 -0
  2032. /package/{dist/icc-api → icc-api}/model/EntityTemplate.js +0 -0
  2033. /package/{dist/icc-api → icc-api}/model/EntityTemplate.js.map +0 -0
  2034. /package/{dist/icc-api → icc-api}/model/Episode.d.ts +0 -0
  2035. /package/{dist/icc-api → icc-api}/model/Episode.js +0 -0
  2036. /package/{dist/icc-api → icc-api}/model/Episode.js.map +0 -0
  2037. /package/{dist/icc-api → icc-api}/model/FilterChainCode.d.ts +0 -0
  2038. /package/{dist/icc-api → icc-api}/model/FilterChainCode.js +0 -0
  2039. /package/{dist/icc-api → icc-api}/model/FilterChainCode.js.map +0 -0
  2040. /package/{dist/icc-api → icc-api}/model/FilterChainContact.d.ts +0 -0
  2041. /package/{dist/icc-api → icc-api}/model/FilterChainContact.js +0 -0
  2042. /package/{dist/icc-api → icc-api}/model/FilterChainContact.js.map +0 -0
  2043. /package/{dist/icc-api → icc-api}/model/FilterChainDevice.d.ts +0 -0
  2044. /package/{dist/icc-api → icc-api}/model/FilterChainDevice.js +0 -0
  2045. /package/{dist/icc-api → icc-api}/model/FilterChainDevice.js.map +0 -0
  2046. /package/{dist/icc-api → icc-api}/model/FilterChainHealthElement.d.ts +0 -0
  2047. /package/{dist/icc-api → icc-api}/model/FilterChainHealthElement.js +0 -0
  2048. /package/{dist/icc-api → icc-api}/model/FilterChainHealthElement.js.map +0 -0
  2049. /package/{dist/icc-api → icc-api}/model/FilterChainHealthcareParty.d.ts +0 -0
  2050. /package/{dist/icc-api → icc-api}/model/FilterChainHealthcareParty.js +0 -0
  2051. /package/{dist/icc-api → icc-api}/model/FilterChainHealthcareParty.js.map +0 -0
  2052. /package/{dist/icc-api → icc-api}/model/FilterChainInvoice.d.ts +0 -0
  2053. /package/{dist/icc-api → icc-api}/model/FilterChainInvoice.js +0 -0
  2054. /package/{dist/icc-api → icc-api}/model/FilterChainInvoice.js.map +0 -0
  2055. /package/{dist/icc-api → icc-api}/model/FilterChainMaintenanceTask.d.ts +0 -0
  2056. /package/{dist/icc-api → icc-api}/model/FilterChainMaintenanceTask.js +0 -0
  2057. /package/{dist/icc-api → icc-api}/model/FilterChainMaintenanceTask.js.map +0 -0
  2058. /package/{dist/icc-api → icc-api}/model/FilterChainPatient.d.ts +0 -0
  2059. /package/{dist/icc-api → icc-api}/model/FilterChainPatient.js +0 -0
  2060. /package/{dist/icc-api → icc-api}/model/FilterChainPatient.js.map +0 -0
  2061. /package/{dist/icc-api → icc-api}/model/FilterChainService.d.ts +0 -0
  2062. /package/{dist/icc-api → icc-api}/model/FilterChainService.js +0 -0
  2063. /package/{dist/icc-api → icc-api}/model/FilterChainService.js.map +0 -0
  2064. /package/{dist/icc-api → icc-api}/model/FilterChainUser.d.ts +0 -0
  2065. /package/{dist/icc-api → icc-api}/model/FilterChainUser.js +0 -0
  2066. /package/{dist/icc-api → icc-api}/model/FilterChainUser.js.map +0 -0
  2067. /package/{dist/icc-api → icc-api}/model/FinancialInstitutionInformation.d.ts +0 -0
  2068. /package/{dist/icc-api → icc-api}/model/FinancialInstitutionInformation.js +0 -0
  2069. /package/{dist/icc-api → icc-api}/model/FinancialInstitutionInformation.js.map +0 -0
  2070. /package/{dist/icc-api → icc-api}/model/FlatRateTarification.d.ts +0 -0
  2071. /package/{dist/icc-api → icc-api}/model/FlatRateTarification.js +0 -0
  2072. /package/{dist/icc-api → icc-api}/model/FlatRateTarification.js.map +0 -0
  2073. /package/{dist/icc-api → icc-api}/model/FlowItem.d.ts +0 -0
  2074. /package/{dist/icc-api → icc-api}/model/FlowItem.js +0 -0
  2075. /package/{dist/icc-api → icc-api}/model/FlowItem.js.map +0 -0
  2076. /package/{dist/icc-api → icc-api}/model/Form.d.ts +0 -0
  2077. /package/{dist/icc-api → icc-api}/model/Form.js +0 -0
  2078. /package/{dist/icc-api → icc-api}/model/Form.js.map +0 -0
  2079. /package/{dist/icc-api → icc-api}/model/FormColumn.d.ts +0 -0
  2080. /package/{dist/icc-api → icc-api}/model/FormColumn.js +0 -0
  2081. /package/{dist/icc-api → icc-api}/model/FormColumn.js.map +0 -0
  2082. /package/{dist/icc-api → icc-api}/model/FormDataOption.d.ts +0 -0
  2083. /package/{dist/icc-api → icc-api}/model/FormDataOption.js +0 -0
  2084. /package/{dist/icc-api → icc-api}/model/FormDataOption.js.map +0 -0
  2085. /package/{dist/icc-api → icc-api}/model/FormLayout.d.ts +0 -0
  2086. /package/{dist/icc-api → icc-api}/model/FormLayout.js +0 -0
  2087. /package/{dist/icc-api → icc-api}/model/FormLayout.js.map +0 -0
  2088. /package/{dist/icc-api → icc-api}/model/FormLayoutData.d.ts +0 -0
  2089. /package/{dist/icc-api → icc-api}/model/FormLayoutData.js +0 -0
  2090. /package/{dist/icc-api → icc-api}/model/FormLayoutData.js.map +0 -0
  2091. /package/{dist/icc-api → icc-api}/model/FormPlanning.d.ts +0 -0
  2092. /package/{dist/icc-api → icc-api}/model/FormPlanning.js +0 -0
  2093. /package/{dist/icc-api → icc-api}/model/FormPlanning.js.map +0 -0
  2094. /package/{dist/icc-api → icc-api}/model/FormSection.d.ts +0 -0
  2095. /package/{dist/icc-api → icc-api}/model/FormSection.js +0 -0
  2096. /package/{dist/icc-api → icc-api}/model/FormSection.js.map +0 -0
  2097. /package/{dist/icc-api → icc-api}/model/FormTemplate.d.ts +0 -0
  2098. /package/{dist/icc-api → icc-api}/model/FormTemplate.js +0 -0
  2099. /package/{dist/icc-api → icc-api}/model/FormTemplate.js.map +0 -0
  2100. /package/{dist/icc-api → icc-api}/model/FormTemplateLayout.d.ts +0 -0
  2101. /package/{dist/icc-api → icc-api}/model/FormTemplateLayout.js +0 -0
  2102. /package/{dist/icc-api → icc-api}/model/FormTemplateLayout.js.map +0 -0
  2103. /package/{dist/icc-api → icc-api}/model/Formula.d.ts +0 -0
  2104. /package/{dist/icc-api → icc-api}/model/Formula.js +0 -0
  2105. /package/{dist/icc-api → icc-api}/model/Formula.js.map +0 -0
  2106. /package/{dist/icc-api → icc-api}/model/FrontEndMigration.d.ts +0 -0
  2107. /package/{dist/icc-api → icc-api}/model/FrontEndMigration.js +0 -0
  2108. /package/{dist/icc-api → icc-api}/model/FrontEndMigration.js.map +0 -0
  2109. /package/{dist/icc-api → icc-api}/model/Group.d.ts +0 -0
  2110. /package/{dist/icc-api → icc-api}/model/Group.js +0 -0
  2111. /package/{dist/icc-api → icc-api}/model/Group.js.map +0 -0
  2112. /package/{dist/icc-api → icc-api}/model/GroupDatabasesInfo.d.ts +0 -0
  2113. /package/{dist/icc-api → icc-api}/model/GroupDatabasesInfo.js +0 -0
  2114. /package/{dist/icc-api → icc-api}/model/GroupDatabasesInfo.js.map +0 -0
  2115. /package/{dist/icc-api → icc-api}/model/GroupDeletionReport.d.ts +0 -0
  2116. /package/{dist/icc-api → icc-api}/model/GroupDeletionReport.js +0 -0
  2117. /package/{dist/icc-api → icc-api}/model/GroupDeletionReport.js.map +0 -0
  2118. /package/{dist/icc-api → icc-api}/model/GuiCode.d.ts +0 -0
  2119. /package/{dist/icc-api → icc-api}/model/GuiCode.js +0 -0
  2120. /package/{dist/icc-api → icc-api}/model/GuiCode.js.map +0 -0
  2121. /package/{dist/icc-api → icc-api}/model/GuiCodeType.d.ts +0 -0
  2122. /package/{dist/icc-api → icc-api}/model/GuiCodeType.js +0 -0
  2123. /package/{dist/icc-api → icc-api}/model/GuiCodeType.js.map +0 -0
  2124. /package/{dist/icc-api → icc-api}/model/HealthElement.d.ts +0 -0
  2125. /package/{dist/icc-api → icc-api}/model/HealthElement.js +0 -0
  2126. /package/{dist/icc-api → icc-api}/model/HealthElement.js.map +0 -0
  2127. /package/{dist/icc-api → icc-api}/model/HealthcareParty.d.ts +0 -0
  2128. /package/{dist/icc-api → icc-api}/model/HealthcareParty.js +0 -0
  2129. /package/{dist/icc-api → icc-api}/model/HealthcareParty.js.map +0 -0
  2130. /package/{dist/icc-api → icc-api}/model/HealthcarePartyHistoryStatus.d.ts +0 -0
  2131. /package/{dist/icc-api → icc-api}/model/HealthcarePartyHistoryStatus.js +0 -0
  2132. /package/{dist/icc-api → icc-api}/model/HealthcarePartyHistoryStatus.js.map +0 -0
  2133. /package/{dist/icc-api → icc-api}/model/IcureStub.d.ts +0 -0
  2134. /package/{dist/icc-api → icc-api}/model/IcureStub.js +0 -0
  2135. /package/{dist/icc-api → icc-api}/model/IcureStub.js.map +0 -0
  2136. /package/{dist/icc-api → icc-api}/model/IdWithRev.d.ts +0 -0
  2137. /package/{dist/icc-api → icc-api}/model/IdWithRev.js +0 -0
  2138. /package/{dist/icc-api → icc-api}/model/IdWithRev.js.map +0 -0
  2139. /package/{dist/icc-api → icc-api}/model/Identifier.d.ts +0 -0
  2140. /package/{dist/icc-api → icc-api}/model/Identifier.js +0 -0
  2141. /package/{dist/icc-api → icc-api}/model/Identifier.js.map +0 -0
  2142. /package/{dist/icc-api → icc-api}/model/IdentityDocumentReader.d.ts +0 -0
  2143. /package/{dist/icc-api → icc-api}/model/IdentityDocumentReader.js +0 -0
  2144. /package/{dist/icc-api → icc-api}/model/IdentityDocumentReader.js.map +0 -0
  2145. /package/{dist/icc-api → icc-api}/model/ImportMapping.d.ts +0 -0
  2146. /package/{dist/icc-api → icc-api}/model/ImportMapping.js +0 -0
  2147. /package/{dist/icc-api → icc-api}/model/ImportMapping.js.map +0 -0
  2148. /package/{dist/icc-api → icc-api}/model/ImportResult.d.ts +0 -0
  2149. /package/{dist/icc-api → icc-api}/model/ImportResult.js +0 -0
  2150. /package/{dist/icc-api → icc-api}/model/ImportResult.js.map +0 -0
  2151. /package/{dist/icc-api → icc-api}/model/IncapacityExportInfo.d.ts +0 -0
  2152. /package/{dist/icc-api → icc-api}/model/IncapacityExportInfo.js +0 -0
  2153. /package/{dist/icc-api → icc-api}/model/IncapacityExportInfo.js.map +0 -0
  2154. /package/{dist/icc-api → icc-api}/model/IndexedIdentifier.d.ts +0 -0
  2155. /package/{dist/icc-api → icc-api}/model/IndexedIdentifier.js +0 -0
  2156. /package/{dist/icc-api → icc-api}/model/IndexedIdentifier.js.map +0 -0
  2157. /package/{dist/icc-api → icc-api}/model/IndexingInfo.d.ts +0 -0
  2158. /package/{dist/icc-api → icc-api}/model/IndexingInfo.js +0 -0
  2159. /package/{dist/icc-api → icc-api}/model/IndexingInfo.js.map +0 -0
  2160. /package/{dist/icc-api → icc-api}/model/Ingredient.d.ts +0 -0
  2161. /package/{dist/icc-api → icc-api}/model/Ingredient.js +0 -0
  2162. /package/{dist/icc-api → icc-api}/model/Ingredient.js.map +0 -0
  2163. /package/{dist/icc-api → icc-api}/model/Insurability.d.ts +0 -0
  2164. /package/{dist/icc-api → icc-api}/model/Insurability.js +0 -0
  2165. /package/{dist/icc-api → icc-api}/model/Insurability.js.map +0 -0
  2166. /package/{dist/icc-api → icc-api}/model/Insurance.d.ts +0 -0
  2167. /package/{dist/icc-api → icc-api}/model/Insurance.js +0 -0
  2168. /package/{dist/icc-api → icc-api}/model/Insurance.js.map +0 -0
  2169. /package/{dist/icc-api → icc-api}/model/Invoice.d.ts +0 -0
  2170. /package/{dist/icc-api → icc-api}/model/Invoice.js +0 -0
  2171. /package/{dist/icc-api → icc-api}/model/Invoice.js.map +0 -0
  2172. /package/{dist/icc-api → icc-api}/model/InvoiceItem.d.ts +0 -0
  2173. /package/{dist/icc-api → icc-api}/model/InvoiceItem.js +0 -0
  2174. /package/{dist/icc-api → icc-api}/model/InvoiceItem.js.map +0 -0
  2175. /package/{dist/icc-api → icc-api}/model/InvoiceSender.d.ts +0 -0
  2176. /package/{dist/icc-api → icc-api}/model/InvoiceSender.js +0 -0
  2177. /package/{dist/icc-api → icc-api}/model/InvoiceSender.js.map +0 -0
  2178. /package/{dist/icc-api → icc-api}/model/InvoicesBatch.d.ts +0 -0
  2179. /package/{dist/icc-api → icc-api}/model/InvoicesBatch.js +0 -0
  2180. /package/{dist/icc-api → icc-api}/model/InvoicesBatch.js.map +0 -0
  2181. /package/{dist/icc-api → icc-api}/model/InvoicingCode.d.ts +0 -0
  2182. /package/{dist/icc-api → icc-api}/model/InvoicingCode.js +0 -0
  2183. /package/{dist/icc-api → icc-api}/model/InvoicingCode.js.map +0 -0
  2184. /package/{dist/icc-api → icc-api}/model/Keyword.d.ts +0 -0
  2185. /package/{dist/icc-api → icc-api}/model/Keyword.js +0 -0
  2186. /package/{dist/icc-api → icc-api}/model/Keyword.js.map +0 -0
  2187. /package/{dist/icc-api → icc-api}/model/KeywordSubword.d.ts +0 -0
  2188. /package/{dist/icc-api → icc-api}/model/KeywordSubword.js +0 -0
  2189. /package/{dist/icc-api → icc-api}/model/KeywordSubword.js.map +0 -0
  2190. /package/{dist/icc-api → icc-api}/model/LabelledOccurence.d.ts +0 -0
  2191. /package/{dist/icc-api → icc-api}/model/LabelledOccurence.js +0 -0
  2192. /package/{dist/icc-api → icc-api}/model/LabelledOccurence.js.map +0 -0
  2193. /package/{dist/icc-api → icc-api}/model/LetterValue.d.ts +0 -0
  2194. /package/{dist/icc-api → icc-api}/model/LetterValue.js +0 -0
  2195. /package/{dist/icc-api → icc-api}/model/LetterValue.js.map +0 -0
  2196. /package/{dist/icc-api → icc-api}/model/ListOfIds.d.ts +0 -0
  2197. /package/{dist/icc-api → icc-api}/model/ListOfIds.js +0 -0
  2198. /package/{dist/icc-api → icc-api}/model/ListOfIds.js.map +0 -0
  2199. /package/{dist/icc-api → icc-api}/model/ListOfProperties.d.ts +0 -0
  2200. /package/{dist/icc-api → icc-api}/model/ListOfProperties.js +0 -0
  2201. /package/{dist/icc-api → icc-api}/model/ListOfProperties.js.map +0 -0
  2202. /package/{dist/icc-api → icc-api}/model/LoginCredentials.d.ts +0 -0
  2203. /package/{dist/icc-api → icc-api}/model/LoginCredentials.js +0 -0
  2204. /package/{dist/icc-api → icc-api}/model/LoginCredentials.js.map +0 -0
  2205. /package/{dist/icc-api → icc-api}/model/MaintenanceTask.d.ts +0 -0
  2206. /package/{dist/icc-api → icc-api}/model/MaintenanceTask.js +0 -0
  2207. /package/{dist/icc-api → icc-api}/model/MaintenanceTask.js.map +0 -0
  2208. /package/{dist/icc-api → icc-api}/model/MapOfIds.d.ts +0 -0
  2209. /package/{dist/icc-api → icc-api}/model/MapOfIds.js +0 -0
  2210. /package/{dist/icc-api → icc-api}/model/MapOfIds.js.map +0 -0
  2211. /package/{dist/icc-api → icc-api}/model/Measure.d.ts +0 -0
  2212. /package/{dist/icc-api → icc-api}/model/Measure.js +0 -0
  2213. /package/{dist/icc-api → icc-api}/model/Measure.js.map +0 -0
  2214. /package/{dist/icc-api → icc-api}/model/MedexInfo.d.ts +0 -0
  2215. /package/{dist/icc-api → icc-api}/model/MedexInfo.js +0 -0
  2216. /package/{dist/icc-api → icc-api}/model/MedexInfo.js.map +0 -0
  2217. /package/{dist/icc-api → icc-api}/model/MedicalHouseContract.d.ts +0 -0
  2218. /package/{dist/icc-api → icc-api}/model/MedicalHouseContract.js +0 -0
  2219. /package/{dist/icc-api → icc-api}/model/MedicalHouseContract.js.map +0 -0
  2220. /package/{dist/icc-api → icc-api}/model/MedicalLocation.d.ts +0 -0
  2221. /package/{dist/icc-api → icc-api}/model/MedicalLocation.js +0 -0
  2222. /package/{dist/icc-api → icc-api}/model/MedicalLocation.js.map +0 -0
  2223. /package/{dist/icc-api → icc-api}/model/Medication.d.ts +0 -0
  2224. /package/{dist/icc-api → icc-api}/model/Medication.js +0 -0
  2225. /package/{dist/icc-api → icc-api}/model/Medication.js.map +0 -0
  2226. /package/{dist/icc-api → icc-api}/model/MedicationSchemeExportInfo.d.ts +0 -0
  2227. /package/{dist/icc-api → icc-api}/model/MedicationSchemeExportInfo.js +0 -0
  2228. /package/{dist/icc-api → icc-api}/model/MedicationSchemeExportInfo.js.map +0 -0
  2229. /package/{dist/icc-api → icc-api}/model/Medicinalproduct.d.ts +0 -0
  2230. /package/{dist/icc-api → icc-api}/model/Medicinalproduct.js +0 -0
  2231. /package/{dist/icc-api → icc-api}/model/Medicinalproduct.js.map +0 -0
  2232. /package/{dist/icc-api → icc-api}/model/Message.d.ts +0 -0
  2233. /package/{dist/icc-api → icc-api}/model/Message.js +0 -0
  2234. /package/{dist/icc-api → icc-api}/model/Message.js.map +0 -0
  2235. /package/{dist/icc-api → icc-api}/model/MessageReadStatus.d.ts +0 -0
  2236. /package/{dist/icc-api → icc-api}/model/MessageReadStatus.js +0 -0
  2237. /package/{dist/icc-api → icc-api}/model/MessageReadStatus.js.map +0 -0
  2238. /package/{dist/icc-api → icc-api}/model/MessageWithBatch.d.ts +0 -0
  2239. /package/{dist/icc-api → icc-api}/model/MessageWithBatch.js +0 -0
  2240. /package/{dist/icc-api → icc-api}/model/MessageWithBatch.js.map +0 -0
  2241. /package/{dist/icc-api → icc-api}/model/MessagesReadStatusUpdate.d.ts +0 -0
  2242. /package/{dist/icc-api → icc-api}/model/MessagesReadStatusUpdate.js +0 -0
  2243. /package/{dist/icc-api → icc-api}/model/MessagesReadStatusUpdate.js.map +0 -0
  2244. /package/{dist/icc-api → icc-api}/model/MikronoAppointmentTypeRest.d.ts +0 -0
  2245. /package/{dist/icc-api → icc-api}/model/MikronoAppointmentTypeRest.js +0 -0
  2246. /package/{dist/icc-api → icc-api}/model/MikronoAppointmentTypeRest.js.map +0 -0
  2247. /package/{dist/icc-api → icc-api}/model/MikronoCredentials.d.ts +0 -0
  2248. /package/{dist/icc-api → icc-api}/model/MikronoCredentials.js +0 -0
  2249. /package/{dist/icc-api → icc-api}/model/MikronoCredentials.js.map +0 -0
  2250. /package/{dist/icc-api → icc-api}/model/MimeAttachment.d.ts +0 -0
  2251. /package/{dist/icc-api → icc-api}/model/MimeAttachment.js +0 -0
  2252. /package/{dist/icc-api → icc-api}/model/MimeAttachment.js.map +0 -0
  2253. /package/{dist/icc-api → icc-api}/model/ModelHelper.d.ts +0 -0
  2254. /package/{dist/icc-api → icc-api}/model/ModelHelper.js +0 -0
  2255. /package/{dist/icc-api → icc-api}/model/ModelHelper.js.map +0 -0
  2256. /package/{dist/icc-api → icc-api}/model/Nmp.d.ts +0 -0
  2257. /package/{dist/icc-api → icc-api}/model/Nmp.js +0 -0
  2258. /package/{dist/icc-api → icc-api}/model/Nmp.js.map +0 -0
  2259. /package/{dist/icc-api → icc-api}/model/NoGenericPrescriptionReason.d.ts +0 -0
  2260. /package/{dist/icc-api → icc-api}/model/NoGenericPrescriptionReason.js +0 -0
  2261. /package/{dist/icc-api → icc-api}/model/NoGenericPrescriptionReason.js.map +0 -0
  2262. /package/{dist/icc-api → icc-api}/model/NoSwitchReason.d.ts +0 -0
  2263. /package/{dist/icc-api → icc-api}/model/NoSwitchReason.js +0 -0
  2264. /package/{dist/icc-api → icc-api}/model/NoSwitchReason.js.map +0 -0
  2265. /package/{dist/icc-api → icc-api}/model/NumeratorRange.d.ts +0 -0
  2266. /package/{dist/icc-api → icc-api}/model/NumeratorRange.js +0 -0
  2267. /package/{dist/icc-api → icc-api}/model/NumeratorRange.js.map +0 -0
  2268. /package/{dist/icc-api → icc-api}/model/PackagingType.d.ts +0 -0
  2269. /package/{dist/icc-api → icc-api}/model/PackagingType.js +0 -0
  2270. /package/{dist/icc-api → icc-api}/model/PackagingType.js.map +0 -0
  2271. /package/{dist/icc-api → icc-api}/model/PaginatedDocumentKeyIdPairObject.d.ts +0 -0
  2272. /package/{dist/icc-api → icc-api}/model/PaginatedDocumentKeyIdPairObject.js +0 -0
  2273. /package/{dist/icc-api → icc-api}/model/PaginatedDocumentKeyIdPairObject.js.map +0 -0
  2274. /package/{dist/icc-api → icc-api}/model/PaginatedListAccessLog.d.ts +0 -0
  2275. /package/{dist/icc-api → icc-api}/model/PaginatedListAccessLog.js +0 -0
  2276. /package/{dist/icc-api → icc-api}/model/PaginatedListAccessLog.js.map +0 -0
  2277. /package/{dist/icc-api → icc-api}/model/PaginatedListAmp.d.ts +0 -0
  2278. /package/{dist/icc-api → icc-api}/model/PaginatedListAmp.js +0 -0
  2279. /package/{dist/icc-api → icc-api}/model/PaginatedListAmp.js.map +0 -0
  2280. /package/{dist/icc-api → icc-api}/model/PaginatedListClassification.d.ts +0 -0
  2281. /package/{dist/icc-api → icc-api}/model/PaginatedListClassification.js +0 -0
  2282. /package/{dist/icc-api → icc-api}/model/PaginatedListClassification.js.map +0 -0
  2283. /package/{dist/icc-api → icc-api}/model/PaginatedListClassificationTemplate.d.ts +0 -0
  2284. /package/{dist/icc-api → icc-api}/model/PaginatedListClassificationTemplate.js +0 -0
  2285. /package/{dist/icc-api → icc-api}/model/PaginatedListClassificationTemplate.js.map +0 -0
  2286. /package/{dist/icc-api → icc-api}/model/PaginatedListCode.d.ts +0 -0
  2287. /package/{dist/icc-api → icc-api}/model/PaginatedListCode.js +0 -0
  2288. /package/{dist/icc-api → icc-api}/model/PaginatedListCode.js.map +0 -0
  2289. /package/{dist/icc-api → icc-api}/model/PaginatedListContact.d.ts +0 -0
  2290. /package/{dist/icc-api → icc-api}/model/PaginatedListContact.js +0 -0
  2291. /package/{dist/icc-api → icc-api}/model/PaginatedListContact.js.map +0 -0
  2292. /package/{dist/icc-api → icc-api}/model/PaginatedListDevice.d.ts +0 -0
  2293. /package/{dist/icc-api → icc-api}/model/PaginatedListDevice.js +0 -0
  2294. /package/{dist/icc-api → icc-api}/model/PaginatedListDevice.js.map +0 -0
  2295. /package/{dist/icc-api → icc-api}/model/PaginatedListDocument.d.ts +0 -0
  2296. /package/{dist/icc-api → icc-api}/model/PaginatedListDocument.js +0 -0
  2297. /package/{dist/icc-api → icc-api}/model/PaginatedListDocument.js.map +0 -0
  2298. /package/{dist/icc-api → icc-api}/model/PaginatedListEntityTemplate.d.ts +0 -0
  2299. /package/{dist/icc-api → icc-api}/model/PaginatedListEntityTemplate.js +0 -0
  2300. /package/{dist/icc-api → icc-api}/model/PaginatedListEntityTemplate.js.map +0 -0
  2301. /package/{dist/icc-api → icc-api}/model/PaginatedListForm.d.ts +0 -0
  2302. /package/{dist/icc-api → icc-api}/model/PaginatedListForm.js +0 -0
  2303. /package/{dist/icc-api → icc-api}/model/PaginatedListForm.js.map +0 -0
  2304. /package/{dist/icc-api → icc-api}/model/PaginatedListGroup.d.ts +0 -0
  2305. /package/{dist/icc-api → icc-api}/model/PaginatedListGroup.js +0 -0
  2306. /package/{dist/icc-api → icc-api}/model/PaginatedListGroup.js.map +0 -0
  2307. /package/{dist/icc-api → icc-api}/model/PaginatedListHealthElement.d.ts +0 -0
  2308. /package/{dist/icc-api → icc-api}/model/PaginatedListHealthElement.js +0 -0
  2309. /package/{dist/icc-api → icc-api}/model/PaginatedListHealthElement.js.map +0 -0
  2310. /package/{dist/icc-api → icc-api}/model/PaginatedListHealthcareParty.d.ts +0 -0
  2311. /package/{dist/icc-api → icc-api}/model/PaginatedListHealthcareParty.js +0 -0
  2312. /package/{dist/icc-api → icc-api}/model/PaginatedListHealthcareParty.js.map +0 -0
  2313. /package/{dist/icc-api → icc-api}/model/PaginatedListInvoice.d.ts +0 -0
  2314. /package/{dist/icc-api → icc-api}/model/PaginatedListInvoice.js +0 -0
  2315. /package/{dist/icc-api → icc-api}/model/PaginatedListInvoice.js.map +0 -0
  2316. /package/{dist/icc-api → icc-api}/model/PaginatedListMaintenanceTask.d.ts +0 -0
  2317. /package/{dist/icc-api → icc-api}/model/PaginatedListMaintenanceTask.js +0 -0
  2318. /package/{dist/icc-api → icc-api}/model/PaginatedListMaintenanceTask.js.map +0 -0
  2319. /package/{dist/icc-api → icc-api}/model/PaginatedListMessage.d.ts +0 -0
  2320. /package/{dist/icc-api → icc-api}/model/PaginatedListMessage.js +0 -0
  2321. /package/{dist/icc-api → icc-api}/model/PaginatedListMessage.js.map +0 -0
  2322. /package/{dist/icc-api → icc-api}/model/PaginatedListNmp.d.ts +0 -0
  2323. /package/{dist/icc-api → icc-api}/model/PaginatedListNmp.js +0 -0
  2324. /package/{dist/icc-api → icc-api}/model/PaginatedListNmp.js.map +0 -0
  2325. /package/{dist/icc-api → icc-api}/model/PaginatedListPatient.d.ts +0 -0
  2326. /package/{dist/icc-api → icc-api}/model/PaginatedListPatient.js +0 -0
  2327. /package/{dist/icc-api → icc-api}/model/PaginatedListPatient.js.map +0 -0
  2328. /package/{dist/icc-api → icc-api}/model/PaginatedListService.d.ts +0 -0
  2329. /package/{dist/icc-api → icc-api}/model/PaginatedListService.js +0 -0
  2330. /package/{dist/icc-api → icc-api}/model/PaginatedListService.js.map +0 -0
  2331. /package/{dist/icc-api → icc-api}/model/PaginatedListString.d.ts +0 -0
  2332. /package/{dist/icc-api → icc-api}/model/PaginatedListString.js +0 -0
  2333. /package/{dist/icc-api → icc-api}/model/PaginatedListString.js.map +0 -0
  2334. /package/{dist/icc-api → icc-api}/model/PaginatedListTarification.d.ts +0 -0
  2335. /package/{dist/icc-api → icc-api}/model/PaginatedListTarification.js +0 -0
  2336. /package/{dist/icc-api → icc-api}/model/PaginatedListTarification.js.map +0 -0
  2337. /package/{dist/icc-api → icc-api}/model/PaginatedListUser.d.ts +0 -0
  2338. /package/{dist/icc-api → icc-api}/model/PaginatedListUser.js +0 -0
  2339. /package/{dist/icc-api → icc-api}/model/PaginatedListUser.js.map +0 -0
  2340. /package/{dist/icc-api → icc-api}/model/PaginatedListVmp.d.ts +0 -0
  2341. /package/{dist/icc-api → icc-api}/model/PaginatedListVmp.js +0 -0
  2342. /package/{dist/icc-api → icc-api}/model/PaginatedListVmp.js.map +0 -0
  2343. /package/{dist/icc-api → icc-api}/model/PaginatedListVmpGroup.d.ts +0 -0
  2344. /package/{dist/icc-api → icc-api}/model/PaginatedListVmpGroup.js +0 -0
  2345. /package/{dist/icc-api → icc-api}/model/PaginatedListVmpGroup.js.map +0 -0
  2346. /package/{dist/icc-api → icc-api}/model/Paragraph.d.ts +0 -0
  2347. /package/{dist/icc-api → icc-api}/model/Paragraph.js +0 -0
  2348. /package/{dist/icc-api → icc-api}/model/Paragraph.js.map +0 -0
  2349. /package/{dist/icc-api → icc-api}/model/ParagraphAgreement.d.ts +0 -0
  2350. /package/{dist/icc-api → icc-api}/model/ParagraphAgreement.js +0 -0
  2351. /package/{dist/icc-api → icc-api}/model/ParagraphAgreement.js.map +0 -0
  2352. /package/{dist/icc-api → icc-api}/model/Part.d.ts +0 -0
  2353. /package/{dist/icc-api → icc-api}/model/Part.js +0 -0
  2354. /package/{dist/icc-api → icc-api}/model/Part.js.map +0 -0
  2355. /package/{dist/icc-api → icc-api}/model/Partnership.d.ts +0 -0
  2356. /package/{dist/icc-api → icc-api}/model/Partnership.js +0 -0
  2357. /package/{dist/icc-api → icc-api}/model/Partnership.js.map +0 -0
  2358. /package/{dist/icc-api → icc-api}/model/Patient.d.ts +0 -0
  2359. /package/{dist/icc-api → icc-api}/model/Patient.js +0 -0
  2360. /package/{dist/icc-api → icc-api}/model/Patient.js.map +0 -0
  2361. /package/{dist/icc-api → icc-api}/model/PatientByHcPartyGenderEducationProfession.d.ts +0 -0
  2362. /package/{dist/icc-api → icc-api}/model/PatientByHcPartyGenderEducationProfession.js +0 -0
  2363. /package/{dist/icc-api → icc-api}/model/PatientByHcPartyGenderEducationProfession.js.map +0 -0
  2364. /package/{dist/icc-api → icc-api}/model/PatientHealthCareParty.d.ts +0 -0
  2365. /package/{dist/icc-api → icc-api}/model/PatientHealthCareParty.js +0 -0
  2366. /package/{dist/icc-api → icc-api}/model/PatientHealthCareParty.js.map +0 -0
  2367. /package/{dist/icc-api → icc-api}/model/PatientRegistrationSuccess.d.ts +0 -0
  2368. /package/{dist/icc-api → icc-api}/model/PatientRegistrationSuccess.js +0 -0
  2369. /package/{dist/icc-api → icc-api}/model/PatientRegistrationSuccess.js.map +0 -0
  2370. /package/{dist/icc-api → icc-api}/model/Payment.d.ts +0 -0
  2371. /package/{dist/icc-api → icc-api}/model/Payment.js +0 -0
  2372. /package/{dist/icc-api → icc-api}/model/Payment.js.map +0 -0
  2373. /package/{dist/icc-api → icc-api}/model/Periodicity.d.ts +0 -0
  2374. /package/{dist/icc-api → icc-api}/model/Periodicity.js +0 -0
  2375. /package/{dist/icc-api → icc-api}/model/Periodicity.js.map +0 -0
  2376. /package/{dist/icc-api → icc-api}/model/Permission.d.ts +0 -0
  2377. /package/{dist/icc-api → icc-api}/model/Permission.js +0 -0
  2378. /package/{dist/icc-api → icc-api}/model/Permission.js.map +0 -0
  2379. /package/{dist/icc-api → icc-api}/model/PermissionCriterion.d.ts +0 -0
  2380. /package/{dist/icc-api → icc-api}/model/PermissionCriterion.js +0 -0
  2381. /package/{dist/icc-api → icc-api}/model/PermissionCriterion.js.map +0 -0
  2382. /package/{dist/icc-api → icc-api}/model/PermissionItem.d.ts +0 -0
  2383. /package/{dist/icc-api → icc-api}/model/PermissionItem.js +0 -0
  2384. /package/{dist/icc-api → icc-api}/model/PermissionItem.js.map +0 -0
  2385. /package/{dist/icc-api → icc-api}/model/PersonName.d.ts +0 -0
  2386. /package/{dist/icc-api → icc-api}/model/PersonName.js +0 -0
  2387. /package/{dist/icc-api → icc-api}/model/PersonName.js.map +0 -0
  2388. /package/{dist/icc-api → icc-api}/model/PharmaceuticalForm.d.ts +0 -0
  2389. /package/{dist/icc-api → icc-api}/model/PharmaceuticalForm.js +0 -0
  2390. /package/{dist/icc-api → icc-api}/model/PharmaceuticalForm.js.map +0 -0
  2391. /package/{dist/icc-api → icc-api}/model/PharmaceuticalFormStub.d.ts +0 -0
  2392. /package/{dist/icc-api → icc-api}/model/PharmaceuticalFormStub.js +0 -0
  2393. /package/{dist/icc-api → icc-api}/model/PharmaceuticalFormStub.js.map +0 -0
  2394. /package/{dist/icc-api → icc-api}/model/Place.d.ts +0 -0
  2395. /package/{dist/icc-api → icc-api}/model/Place.js +0 -0
  2396. /package/{dist/icc-api → icc-api}/model/Place.js.map +0 -0
  2397. /package/{dist/icc-api → icc-api}/model/PlanOfAction.d.ts +0 -0
  2398. /package/{dist/icc-api → icc-api}/model/PlanOfAction.js +0 -0
  2399. /package/{dist/icc-api → icc-api}/model/PlanOfAction.js.map +0 -0
  2400. /package/{dist/icc-api → icc-api}/model/Predicate.d.ts +0 -0
  2401. /package/{dist/icc-api → icc-api}/model/Predicate.js +0 -0
  2402. /package/{dist/icc-api → icc-api}/model/Predicate.js.map +0 -0
  2403. /package/{dist/icc-api → icc-api}/model/Pricing.d.ts +0 -0
  2404. /package/{dist/icc-api → icc-api}/model/Pricing.js +0 -0
  2405. /package/{dist/icc-api → icc-api}/model/Pricing.js.map +0 -0
  2406. /package/{dist/icc-api → icc-api}/model/PropertyStub.d.ts +0 -0
  2407. /package/{dist/icc-api → icc-api}/model/PropertyStub.js +0 -0
  2408. /package/{dist/icc-api → icc-api}/model/PropertyStub.js.map +0 -0
  2409. /package/{dist/icc-api → icc-api}/model/PropertyTypeStub.d.ts +0 -0
  2410. /package/{dist/icc-api → icc-api}/model/PropertyTypeStub.js +0 -0
  2411. /package/{dist/icc-api → icc-api}/model/PropertyTypeStub.js.map +0 -0
  2412. /package/{dist/icc-api → icc-api}/model/PublicKey.d.ts +0 -0
  2413. /package/{dist/icc-api → icc-api}/model/PublicKey.js +0 -0
  2414. /package/{dist/icc-api → icc-api}/model/PublicKey.js.map +0 -0
  2415. /package/{dist/icc-api → icc-api}/model/Quantity.d.ts +0 -0
  2416. /package/{dist/icc-api → icc-api}/model/Quantity.js +0 -0
  2417. /package/{dist/icc-api → icc-api}/model/Quantity.js.map +0 -0
  2418. /package/{dist/icc-api → icc-api}/model/Receipt.d.ts +0 -0
  2419. /package/{dist/icc-api → icc-api}/model/Receipt.js +0 -0
  2420. /package/{dist/icc-api → icc-api}/model/Receipt.js.map +0 -0
  2421. /package/{dist/icc-api → icc-api}/model/ReferralPeriod.d.ts +0 -0
  2422. /package/{dist/icc-api → icc-api}/model/ReferralPeriod.js +0 -0
  2423. /package/{dist/icc-api → icc-api}/model/ReferralPeriod.js.map +0 -0
  2424. /package/{dist/icc-api → icc-api}/model/RefreshTokenExpiredError.d.ts +0 -0
  2425. /package/{dist/icc-api → icc-api}/model/RefreshTokenExpiredError.js +0 -0
  2426. /package/{dist/icc-api → icc-api}/model/RefreshTokenExpiredError.js.map +0 -0
  2427. /package/{dist/icc-api → icc-api}/model/RegimenItem.d.ts +0 -0
  2428. /package/{dist/icc-api → icc-api}/model/RegimenItem.js +0 -0
  2429. /package/{dist/icc-api → icc-api}/model/RegimenItem.js.map +0 -0
  2430. /package/{dist/icc-api → icc-api}/model/RegistrationInformation.d.ts +0 -0
  2431. /package/{dist/icc-api → icc-api}/model/RegistrationInformation.js +0 -0
  2432. /package/{dist/icc-api → icc-api}/model/RegistrationInformation.js.map +0 -0
  2433. /package/{dist/icc-api → icc-api}/model/RegistrationSuccess.d.ts +0 -0
  2434. /package/{dist/icc-api → icc-api}/model/RegistrationSuccess.js +0 -0
  2435. /package/{dist/icc-api → icc-api}/model/RegistrationSuccess.js.map +0 -0
  2436. /package/{dist/icc-api → icc-api}/model/Reimbursement.d.ts +0 -0
  2437. /package/{dist/icc-api → icc-api}/model/Reimbursement.js +0 -0
  2438. /package/{dist/icc-api → icc-api}/model/Reimbursement.js.map +0 -0
  2439. /package/{dist/icc-api → icc-api}/model/ReimbursementCriterion.d.ts +0 -0
  2440. /package/{dist/icc-api → icc-api}/model/ReimbursementCriterion.js +0 -0
  2441. /package/{dist/icc-api → icc-api}/model/ReimbursementCriterion.js.map +0 -0
  2442. /package/{dist/icc-api → icc-api}/model/Remote.d.ts +0 -0
  2443. /package/{dist/icc-api → icc-api}/model/Remote.js +0 -0
  2444. /package/{dist/icc-api → icc-api}/model/Remote.js.map +0 -0
  2445. /package/{dist/icc-api → icc-api}/model/RemoteAuthentication.d.ts +0 -0
  2446. /package/{dist/icc-api → icc-api}/model/RemoteAuthentication.js +0 -0
  2447. /package/{dist/icc-api → icc-api}/model/RemoteAuthentication.js.map +0 -0
  2448. /package/{dist/icc-api → icc-api}/model/Renewal.d.ts +0 -0
  2449. /package/{dist/icc-api → icc-api}/model/Renewal.js +0 -0
  2450. /package/{dist/icc-api → icc-api}/model/Renewal.js.map +0 -0
  2451. /package/{dist/icc-api → icc-api}/model/ReplicateCommand.d.ts +0 -0
  2452. /package/{dist/icc-api → icc-api}/model/ReplicateCommand.js +0 -0
  2453. /package/{dist/icc-api → icc-api}/model/ReplicateCommand.js.map +0 -0
  2454. /package/{dist/icc-api → icc-api}/model/Replication.d.ts +0 -0
  2455. /package/{dist/icc-api → icc-api}/model/Replication.js +0 -0
  2456. /package/{dist/icc-api → icc-api}/model/Replication.js.map +0 -0
  2457. /package/{dist/icc-api → icc-api}/model/ReplicationInfo.d.ts +0 -0
  2458. /package/{dist/icc-api → icc-api}/model/ReplicationInfo.js +0 -0
  2459. /package/{dist/icc-api → icc-api}/model/ReplicationInfo.js.map +0 -0
  2460. /package/{dist/icc-api → icc-api}/model/ReplicationStats.d.ts +0 -0
  2461. /package/{dist/icc-api → icc-api}/model/ReplicationStats.js +0 -0
  2462. /package/{dist/icc-api → icc-api}/model/ReplicationStats.js.map +0 -0
  2463. /package/{dist/icc-api → icc-api}/model/ReplicatorDocument.d.ts +0 -0
  2464. /package/{dist/icc-api → icc-api}/model/ReplicatorDocument.js +0 -0
  2465. /package/{dist/icc-api → icc-api}/model/ReplicatorDocument.js.map +0 -0
  2466. /package/{dist/icc-api → icc-api}/model/ReplicatorResponse.d.ts +0 -0
  2467. /package/{dist/icc-api → icc-api}/model/ReplicatorResponse.js +0 -0
  2468. /package/{dist/icc-api → icc-api}/model/ReplicatorResponse.js.map +0 -0
  2469. /package/{dist/icc-api → icc-api}/model/ResultInfo.d.ts +0 -0
  2470. /package/{dist/icc-api → icc-api}/model/ResultInfo.js +0 -0
  2471. /package/{dist/icc-api → icc-api}/model/ResultInfo.js.map +0 -0
  2472. /package/{dist/icc-api → icc-api}/model/RevisionInfo.d.ts +0 -0
  2473. /package/{dist/icc-api → icc-api}/model/RevisionInfo.js +0 -0
  2474. /package/{dist/icc-api → icc-api}/model/RevisionInfo.js.map +0 -0
  2475. /package/{dist/icc-api → icc-api}/model/Right.d.ts +0 -0
  2476. /package/{dist/icc-api → icc-api}/model/Right.js +0 -0
  2477. /package/{dist/icc-api → icc-api}/model/Right.js.map +0 -0
  2478. /package/{dist/icc-api → icc-api}/model/RouteOfAdministration.d.ts +0 -0
  2479. /package/{dist/icc-api → icc-api}/model/RouteOfAdministration.js +0 -0
  2480. /package/{dist/icc-api → icc-api}/model/RouteOfAdministration.js.map +0 -0
  2481. /package/{dist/icc-api → icc-api}/model/SamText.d.ts +0 -0
  2482. /package/{dist/icc-api → icc-api}/model/SamText.js +0 -0
  2483. /package/{dist/icc-api → icc-api}/model/SamText.js.map +0 -0
  2484. /package/{dist/icc-api → icc-api}/model/SamVersion.d.ts +0 -0
  2485. /package/{dist/icc-api → icc-api}/model/SamVersion.js +0 -0
  2486. /package/{dist/icc-api → icc-api}/model/SamVersion.js.map +0 -0
  2487. /package/{dist/icc-api → icc-api}/model/SchoolingInfo.d.ts +0 -0
  2488. /package/{dist/icc-api → icc-api}/model/SchoolingInfo.js +0 -0
  2489. /package/{dist/icc-api → icc-api}/model/SchoolingInfo.js.map +0 -0
  2490. /package/{dist/icc-api → icc-api}/model/Section.d.ts +0 -0
  2491. /package/{dist/icc-api → icc-api}/model/Section.js +0 -0
  2492. /package/{dist/icc-api → icc-api}/model/Section.js.map +0 -0
  2493. /package/{dist/icc-api → icc-api}/model/Service.d.ts +0 -0
  2494. /package/{dist/icc-api → icc-api}/model/Service.js +0 -0
  2495. /package/{dist/icc-api → icc-api}/model/Service.js.map +0 -0
  2496. /package/{dist/icc-api → icc-api}/model/ServiceLink.d.ts +0 -0
  2497. /package/{dist/icc-api → icc-api}/model/ServiceLink.js +0 -0
  2498. /package/{dist/icc-api → icc-api}/model/ServiceLink.js.map +0 -0
  2499. /package/{dist/icc-api → icc-api}/model/SoftwareMedicalFileExport.d.ts +0 -0
  2500. /package/{dist/icc-api → icc-api}/model/SoftwareMedicalFileExport.js +0 -0
  2501. /package/{dist/icc-api → icc-api}/model/SoftwareMedicalFileExport.js.map +0 -0
  2502. /package/{dist/icc-api → icc-api}/model/StandardSubstance.d.ts +0 -0
  2503. /package/{dist/icc-api → icc-api}/model/StandardSubstance.js +0 -0
  2504. /package/{dist/icc-api → icc-api}/model/StandardSubstance.js.map +0 -0
  2505. /package/{dist/icc-api → icc-api}/model/StrengthRange.d.ts +0 -0
  2506. /package/{dist/icc-api → icc-api}/model/StrengthRange.js +0 -0
  2507. /package/{dist/icc-api → icc-api}/model/StrengthRange.js.map +0 -0
  2508. /package/{dist/icc-api → icc-api}/model/StructureElement.d.ts +0 -0
  2509. /package/{dist/icc-api → icc-api}/model/StructureElement.js +0 -0
  2510. /package/{dist/icc-api → icc-api}/model/StructureElement.js.map +0 -0
  2511. /package/{dist/icc-api → icc-api}/model/SubContact.d.ts +0 -0
  2512. /package/{dist/icc-api → icc-api}/model/SubContact.js +0 -0
  2513. /package/{dist/icc-api → icc-api}/model/SubContact.js.map +0 -0
  2514. /package/{dist/icc-api → icc-api}/model/Substance.d.ts +0 -0
  2515. /package/{dist/icc-api → icc-api}/model/Substance.js +0 -0
  2516. /package/{dist/icc-api → icc-api}/model/Substance.js.map +0 -0
  2517. /package/{dist/icc-api → icc-api}/model/SubstanceStub.d.ts +0 -0
  2518. /package/{dist/icc-api → icc-api}/model/SubstanceStub.js +0 -0
  2519. /package/{dist/icc-api → icc-api}/model/SubstanceStub.js.map +0 -0
  2520. /package/{dist/icc-api → icc-api}/model/Substanceproduct.d.ts +0 -0
  2521. /package/{dist/icc-api → icc-api}/model/Substanceproduct.js +0 -0
  2522. /package/{dist/icc-api → icc-api}/model/Substanceproduct.js.map +0 -0
  2523. /package/{dist/icc-api → icc-api}/model/Suggest.d.ts +0 -0
  2524. /package/{dist/icc-api → icc-api}/model/Suggest.js +0 -0
  2525. /package/{dist/icc-api → icc-api}/model/Suggest.js.map +0 -0
  2526. /package/{dist/icc-api → icc-api}/model/SumehrContent.d.ts +0 -0
  2527. /package/{dist/icc-api → icc-api}/model/SumehrContent.js +0 -0
  2528. /package/{dist/icc-api → icc-api}/model/SumehrContent.js.map +0 -0
  2529. /package/{dist/icc-api → icc-api}/model/SumehrExportInfo.d.ts +0 -0
  2530. /package/{dist/icc-api → icc-api}/model/SumehrExportInfo.js +0 -0
  2531. /package/{dist/icc-api → icc-api}/model/SumehrExportInfo.js.map +0 -0
  2532. /package/{dist/icc-api → icc-api}/model/SumehrValidity.d.ts +0 -0
  2533. /package/{dist/icc-api → icc-api}/model/SumehrValidity.js +0 -0
  2534. /package/{dist/icc-api → icc-api}/model/SumehrValidity.js.map +0 -0
  2535. /package/{dist/icc-api → icc-api}/model/SupplyProblem.d.ts +0 -0
  2536. /package/{dist/icc-api → icc-api}/model/SupplyProblem.js +0 -0
  2537. /package/{dist/icc-api → icc-api}/model/SupplyProblem.js.map +0 -0
  2538. /package/{dist/icc-api → icc-api}/model/Suspension.d.ts +0 -0
  2539. /package/{dist/icc-api → icc-api}/model/Suspension.js +0 -0
  2540. /package/{dist/icc-api → icc-api}/model/Suspension.js.map +0 -0
  2541. /package/{dist/icc-api → icc-api}/model/Tag.d.ts +0 -0
  2542. /package/{dist/icc-api → icc-api}/model/Tag.js +0 -0
  2543. /package/{dist/icc-api → icc-api}/model/Tag.js.map +0 -0
  2544. /package/{dist/icc-api → icc-api}/model/Tarification.d.ts +0 -0
  2545. /package/{dist/icc-api → icc-api}/model/Tarification.js +0 -0
  2546. /package/{dist/icc-api → icc-api}/model/Tarification.js.map +0 -0
  2547. /package/{dist/icc-api → icc-api}/model/Telecom.d.ts +0 -0
  2548. /package/{dist/icc-api → icc-api}/model/Telecom.js +0 -0
  2549. /package/{dist/icc-api → icc-api}/model/Telecom.js.map +0 -0
  2550. /package/{dist/icc-api → icc-api}/model/TimeSeries.d.ts +0 -0
  2551. /package/{dist/icc-api → icc-api}/model/TimeSeries.js +0 -0
  2552. /package/{dist/icc-api → icc-api}/model/TimeSeries.js.map +0 -0
  2553. /package/{dist/icc-api → icc-api}/model/TimeTable.d.ts +0 -0
  2554. /package/{dist/icc-api → icc-api}/model/TimeTable.js +0 -0
  2555. /package/{dist/icc-api → icc-api}/model/TimeTable.js.map +0 -0
  2556. /package/{dist/icc-api → icc-api}/model/TimeTableHour.d.ts +0 -0
  2557. /package/{dist/icc-api → icc-api}/model/TimeTableHour.js +0 -0
  2558. /package/{dist/icc-api → icc-api}/model/TimeTableHour.js.map +0 -0
  2559. /package/{dist/icc-api → icc-api}/model/TimeTableItem.d.ts +0 -0
  2560. /package/{dist/icc-api → icc-api}/model/TimeTableItem.js +0 -0
  2561. /package/{dist/icc-api → icc-api}/model/TimeTableItem.js.map +0 -0
  2562. /package/{dist/icc-api → icc-api}/model/TokenWithGroup.d.ts +0 -0
  2563. /package/{dist/icc-api → icc-api}/model/TokenWithGroup.js +0 -0
  2564. /package/{dist/icc-api → icc-api}/model/TokenWithGroup.js.map +0 -0
  2565. /package/{dist/icc-api → icc-api}/model/TypedValueObject.d.ts +0 -0
  2566. /package/{dist/icc-api → icc-api}/model/TypedValueObject.js +0 -0
  2567. /package/{dist/icc-api → icc-api}/model/TypedValueObject.js.map +0 -0
  2568. /package/{dist/icc-api → icc-api}/model/Unit.d.ts +0 -0
  2569. /package/{dist/icc-api → icc-api}/model/Unit.js +0 -0
  2570. /package/{dist/icc-api → icc-api}/model/Unit.js.map +0 -0
  2571. /package/{dist/icc-api → icc-api}/model/User.d.ts +0 -0
  2572. /package/{dist/icc-api → icc-api}/model/User.js +0 -0
  2573. /package/{dist/icc-api → icc-api}/model/User.js.map +0 -0
  2574. /package/{dist/icc-api → icc-api}/model/UserAndHealthcareParty.d.ts +0 -0
  2575. /package/{dist/icc-api → icc-api}/model/UserAndHealthcareParty.js +0 -0
  2576. /package/{dist/icc-api → icc-api}/model/UserAndHealthcareParty.js.map +0 -0
  2577. /package/{dist/icc-api → icc-api}/model/UserGroup.d.ts +0 -0
  2578. /package/{dist/icc-api → icc-api}/model/UserGroup.js +0 -0
  2579. /package/{dist/icc-api → icc-api}/model/UserGroup.js.map +0 -0
  2580. /package/{dist/icc-api → icc-api}/model/Valorisation.d.ts +0 -0
  2581. /package/{dist/icc-api → icc-api}/model/Valorisation.js +0 -0
  2582. /package/{dist/icc-api → icc-api}/model/Valorisation.js.map +0 -0
  2583. /package/{dist/icc-api → icc-api}/model/Verse.d.ts +0 -0
  2584. /package/{dist/icc-api → icc-api}/model/Verse.js +0 -0
  2585. /package/{dist/icc-api → icc-api}/model/Verse.js.map +0 -0
  2586. /package/{dist/icc-api → icc-api}/model/VirtualForm.d.ts +0 -0
  2587. /package/{dist/icc-api → icc-api}/model/VirtualForm.js +0 -0
  2588. /package/{dist/icc-api → icc-api}/model/VirtualForm.js.map +0 -0
  2589. /package/{dist/icc-api → icc-api}/model/VirtualIngredient.d.ts +0 -0
  2590. /package/{dist/icc-api → icc-api}/model/VirtualIngredient.js +0 -0
  2591. /package/{dist/icc-api → icc-api}/model/VirtualIngredient.js.map +0 -0
  2592. /package/{dist/icc-api → icc-api}/model/Vmp.d.ts +0 -0
  2593. /package/{dist/icc-api → icc-api}/model/Vmp.js +0 -0
  2594. /package/{dist/icc-api → icc-api}/model/Vmp.js.map +0 -0
  2595. /package/{dist/icc-api → icc-api}/model/VmpComponent.d.ts +0 -0
  2596. /package/{dist/icc-api → icc-api}/model/VmpComponent.js +0 -0
  2597. /package/{dist/icc-api → icc-api}/model/VmpComponent.js.map +0 -0
  2598. /package/{dist/icc-api → icc-api}/model/VmpGroup.d.ts +0 -0
  2599. /package/{dist/icc-api → icc-api}/model/VmpGroup.js +0 -0
  2600. /package/{dist/icc-api → icc-api}/model/VmpGroup.js.map +0 -0
  2601. /package/{dist/icc-api → icc-api}/model/VmpGroupStub.d.ts +0 -0
  2602. /package/{dist/icc-api → icc-api}/model/VmpGroupStub.js +0 -0
  2603. /package/{dist/icc-api → icc-api}/model/VmpGroupStub.js.map +0 -0
  2604. /package/{dist/icc-api → icc-api}/model/VmpStub.d.ts +0 -0
  2605. /package/{dist/icc-api → icc-api}/model/VmpStub.js +0 -0
  2606. /package/{dist/icc-api → icc-api}/model/VmpStub.js.map +0 -0
  2607. /package/{dist/icc-api → icc-api}/model/Vtm.d.ts +0 -0
  2608. /package/{dist/icc-api → icc-api}/model/Vtm.js +0 -0
  2609. /package/{dist/icc-api → icc-api}/model/Vtm.js.map +0 -0
  2610. /package/{dist/icc-api → icc-api}/model/Wada.d.ts +0 -0
  2611. /package/{dist/icc-api → icc-api}/model/Wada.js +0 -0
  2612. /package/{dist/icc-api → icc-api}/model/Wada.js.map +0 -0
  2613. /package/{dist/icc-api → icc-api}/model/WebSession.d.ts +0 -0
  2614. /package/{dist/icc-api → icc-api}/model/WebSession.js +0 -0
  2615. /package/{dist/icc-api → icc-api}/model/WebSession.js.map +0 -0
  2616. /package/{dist/icc-api → icc-api}/model/WebSessionMaxIdleTime.d.ts +0 -0
  2617. /package/{dist/icc-api → icc-api}/model/WebSessionMaxIdleTime.js +0 -0
  2618. /package/{dist/icc-api → icc-api}/model/WebSessionMaxIdleTime.js.map +0 -0
  2619. /package/{dist/icc-api → icc-api}/model/WebSessionMaxIdleTimeUnits.d.ts +0 -0
  2620. /package/{dist/icc-api → icc-api}/model/WebSessionMaxIdleTimeUnits.js +0 -0
  2621. /package/{dist/icc-api → icc-api}/model/WebSessionMaxIdleTimeUnits.js.map +0 -0
  2622. /package/{dist/icc-api → icc-api}/model/Weekday.d.ts +0 -0
  2623. /package/{dist/icc-api → icc-api}/model/Weekday.js +0 -0
  2624. /package/{dist/icc-api → icc-api}/model/Weekday.js.map +0 -0
  2625. /package/{dist/icc-api → icc-api}/model/models.d.ts +0 -0
  2626. /package/{dist/icc-api → icc-api}/model/models.js +0 -0
  2627. /package/{dist/icc-api → icc-api}/model/models.js.map +0 -0
  2628. /package/{dist/icc-x-api → icc-x-api}/auth/AuthService.d.ts +0 -0
  2629. /package/{dist/icc-x-api → icc-x-api}/auth/AuthService.js +0 -0
  2630. /package/{dist/icc-x-api → icc-x-api}/auth/AuthService.js.map +0 -0
  2631. /package/{dist/icc-x-api → icc-x-api}/auth/AuthenticationProvider.d.ts +0 -0
  2632. /package/{dist/icc-x-api → icc-x-api}/auth/AuthenticationProvider.js +0 -0
  2633. /package/{dist/icc-x-api → icc-x-api}/auth/AuthenticationProvider.js.map +0 -0
  2634. /package/{dist/icc-x-api → icc-x-api}/auth/BasicAuthService.d.ts +0 -0
  2635. /package/{dist/icc-x-api → icc-x-api}/auth/BasicAuthService.js +0 -0
  2636. /package/{dist/icc-x-api → icc-x-api}/auth/BasicAuthService.js.map +0 -0
  2637. /package/{dist/icc-x-api → icc-x-api}/auth/EnsembleAuthService.d.ts +0 -0
  2638. /package/{dist/icc-x-api → icc-x-api}/auth/EnsembleAuthService.js +0 -0
  2639. /package/{dist/icc-x-api → icc-x-api}/auth/EnsembleAuthService.js.map +0 -0
  2640. /package/{dist/icc-x-api → icc-x-api}/auth/JwtAuthService.d.ts +0 -0
  2641. /package/{dist/icc-x-api → icc-x-api}/auth/JwtAuthService.js +0 -0
  2642. /package/{dist/icc-x-api → icc-x-api}/auth/JwtAuthService.js.map +0 -0
  2643. /package/{dist/icc-x-api → icc-x-api}/auth/NoAuthService.d.ts +0 -0
  2644. /package/{dist/icc-x-api → icc-x-api}/auth/NoAuthService.js +0 -0
  2645. /package/{dist/icc-x-api → icc-x-api}/auth/NoAuthService.js.map +0 -0
  2646. /package/{dist/icc-x-api → icc-x-api}/crypto/AES.d.ts +0 -0
  2647. /package/{dist/icc-x-api → icc-x-api}/crypto/AES.js +0 -0
  2648. /package/{dist/icc-x-api → icc-x-api}/crypto/AES.js.map +0 -0
  2649. /package/{dist/icc-x-api → icc-x-api}/crypto/BaseExchangeKeysManager.d.ts +0 -0
  2650. /package/{dist/icc-x-api → icc-x-api}/crypto/BaseExchangeKeysManager.js +0 -0
  2651. /package/{dist/icc-x-api → icc-x-api}/crypto/BaseExchangeKeysManager.js.map +0 -0
  2652. /package/{dist/icc-x-api → icc-x-api}/crypto/ConfidentialEntities.d.ts +0 -0
  2653. /package/{dist/icc-x-api → icc-x-api}/crypto/ConfidentialEntities.js +0 -0
  2654. /package/{dist/icc-x-api → icc-x-api}/crypto/ConfidentialEntities.js.map +0 -0
  2655. /package/{dist/icc-x-api → icc-x-api}/crypto/CryptoPrimitives.d.ts +0 -0
  2656. /package/{dist/icc-x-api → icc-x-api}/crypto/CryptoPrimitives.js +0 -0
  2657. /package/{dist/icc-x-api → icc-x-api}/crypto/CryptoPrimitives.js.map +0 -0
  2658. /package/{dist/icc-x-api → icc-x-api}/crypto/CryptoStrategies.d.ts +0 -0
  2659. /package/{dist/icc-x-api → icc-x-api}/crypto/CryptoStrategies.js +0 -0
  2660. /package/{dist/icc-x-api → icc-x-api}/crypto/CryptoStrategies.js.map +0 -0
  2661. /package/{dist/icc-x-api → icc-x-api}/crypto/ExchangeKeysManager.d.ts +0 -0
  2662. /package/{dist/icc-x-api → icc-x-api}/crypto/ExchangeKeysManager.js +0 -0
  2663. /package/{dist/icc-x-api → icc-x-api}/crypto/ExchangeKeysManager.js.map +0 -0
  2664. /package/{dist/icc-x-api → icc-x-api}/crypto/KeyManager.d.ts +0 -0
  2665. /package/{dist/icc-x-api → icc-x-api}/crypto/KeyManager.js +0 -0
  2666. /package/{dist/icc-x-api → icc-x-api}/crypto/KeyManager.js.map +0 -0
  2667. /package/{dist/icc-x-api → icc-x-api}/crypto/KeyRecovery.d.ts +0 -0
  2668. /package/{dist/icc-x-api → icc-x-api}/crypto/KeyRecovery.js +0 -0
  2669. /package/{dist/icc-x-api → icc-x-api}/crypto/KeyRecovery.js.map +0 -0
  2670. /package/{dist/icc-x-api → icc-x-api}/crypto/LegacyCryptoStrategies.d.ts +0 -0
  2671. /package/{dist/icc-x-api → icc-x-api}/crypto/LegacyCryptoStrategies.js +0 -0
  2672. /package/{dist/icc-x-api → icc-x-api}/crypto/LegacyCryptoStrategies.js.map +0 -0
  2673. /package/{dist/icc-x-api → icc-x-api}/crypto/RSA.d.ts +0 -0
  2674. /package/{dist/icc-x-api → icc-x-api}/crypto/RSA.js +0 -0
  2675. /package/{dist/icc-x-api → icc-x-api}/crypto/RSA.js.map +0 -0
  2676. /package/{dist/icc-x-api → icc-x-api}/crypto/ShamirKeysManager.d.ts +0 -0
  2677. /package/{dist/icc-x-api → icc-x-api}/crypto/ShamirKeysManager.js +0 -0
  2678. /package/{dist/icc-x-api → icc-x-api}/crypto/ShamirKeysManager.js.map +0 -0
  2679. /package/{dist/icc-x-api → icc-x-api}/crypto/ShareMetadataBehaviour.d.ts +0 -0
  2680. /package/{dist/icc-x-api → icc-x-api}/crypto/ShareMetadataBehaviour.js +0 -0
  2681. /package/{dist/icc-x-api → icc-x-api}/crypto/ShareMetadataBehaviour.js.map +0 -0
  2682. /package/{dist/icc-x-api → icc-x-api}/crypto/TransferKeysManager.d.ts +0 -0
  2683. /package/{dist/icc-x-api → icc-x-api}/crypto/TransferKeysManager.js +0 -0
  2684. /package/{dist/icc-x-api → icc-x-api}/crypto/TransferKeysManager.js.map +0 -0
  2685. /package/{dist/icc-x-api → icc-x-api}/crypto/shamir.d.ts +0 -0
  2686. /package/{dist/icc-x-api → icc-x-api}/crypto/shamir.js +0 -0
  2687. /package/{dist/icc-x-api → icc-x-api}/crypto/shamir.js.map +0 -0
  2688. /package/{dist/icc-x-api → icc-x-api}/crypto/utils.d.ts +0 -0
  2689. /package/{dist/icc-x-api → icc-x-api}/crypto/utils.js +0 -0
  2690. /package/{dist/icc-x-api → icc-x-api}/crypto/utils.js.map +0 -0
  2691. /package/{dist/icc-x-api → icc-x-api}/filters/AllCodesFilter.d.ts +0 -0
  2692. /package/{dist/icc-x-api → icc-x-api}/filters/AllCodesFilter.js +0 -0
  2693. /package/{dist/icc-x-api → icc-x-api}/filters/AllCodesFilter.js.map +0 -0
  2694. /package/{dist/icc-x-api → icc-x-api}/filters/AllDevicesFilter.d.ts +0 -0
  2695. /package/{dist/icc-x-api → icc-x-api}/filters/AllDevicesFilter.js +0 -0
  2696. /package/{dist/icc-x-api → icc-x-api}/filters/AllDevicesFilter.js.map +0 -0
  2697. /package/{dist/icc-x-api → icc-x-api}/filters/AllHealthcarePartiesFilter.d.ts +0 -0
  2698. /package/{dist/icc-x-api → icc-x-api}/filters/AllHealthcarePartiesFilter.js +0 -0
  2699. /package/{dist/icc-x-api → icc-x-api}/filters/AllHealthcarePartiesFilter.js.map +0 -0
  2700. /package/{dist/icc-x-api → icc-x-api}/filters/AllUsersFilter.d.ts +0 -0
  2701. /package/{dist/icc-x-api → icc-x-api}/filters/AllUsersFilter.js +0 -0
  2702. /package/{dist/icc-x-api → icc-x-api}/filters/AllUsersFilter.js.map +0 -0
  2703. /package/{dist/icc-x-api → icc-x-api}/filters/CodeByIdsFilter.d.ts +0 -0
  2704. /package/{dist/icc-x-api → icc-x-api}/filters/CodeByIdsFilter.js +0 -0
  2705. /package/{dist/icc-x-api → icc-x-api}/filters/CodeByIdsFilter.js.map +0 -0
  2706. /package/{dist/icc-x-api → icc-x-api}/filters/CodeByRegionTypeLabelLanguageFilter.d.ts +0 -0
  2707. /package/{dist/icc-x-api → icc-x-api}/filters/CodeByRegionTypeLabelLanguageFilter.js +0 -0
  2708. /package/{dist/icc-x-api → icc-x-api}/filters/CodeByRegionTypeLabelLanguageFilter.js.map +0 -0
  2709. /package/{dist/icc-x-api → icc-x-api}/filters/CodeIdsByTypeCodeVersionIntervalFilter.d.ts +0 -0
  2710. /package/{dist/icc-x-api → icc-x-api}/filters/CodeIdsByTypeCodeVersionIntervalFilter.js +0 -0
  2711. /package/{dist/icc-x-api → icc-x-api}/filters/CodeIdsByTypeCodeVersionIntervalFilter.js.map +0 -0
  2712. /package/{dist/icc-x-api → icc-x-api}/filters/ComplementFilter.d.ts +0 -0
  2713. /package/{dist/icc-x-api → icc-x-api}/filters/ComplementFilter.js +0 -0
  2714. /package/{dist/icc-x-api → icc-x-api}/filters/ComplementFilter.js.map +0 -0
  2715. /package/{dist/icc-x-api → icc-x-api}/filters/ConstantFilter.d.ts +0 -0
  2716. /package/{dist/icc-x-api → icc-x-api}/filters/ConstantFilter.js +0 -0
  2717. /package/{dist/icc-x-api → icc-x-api}/filters/ConstantFilter.js.map +0 -0
  2718. /package/{dist/icc-x-api → icc-x-api}/filters/ContactByHcPartyFilter.d.ts +0 -0
  2719. /package/{dist/icc-x-api → icc-x-api}/filters/ContactByHcPartyFilter.js +0 -0
  2720. /package/{dist/icc-x-api → icc-x-api}/filters/ContactByHcPartyFilter.js.map +0 -0
  2721. /package/{dist/icc-x-api → icc-x-api}/filters/ContactByHcPartyPatientTagCodeDateFilter.d.ts +0 -0
  2722. /package/{dist/icc-x-api → icc-x-api}/filters/ContactByHcPartyPatientTagCodeDateFilter.js +0 -0
  2723. /package/{dist/icc-x-api → icc-x-api}/filters/ContactByHcPartyPatientTagCodeDateFilter.js.map +0 -0
  2724. /package/{dist/icc-x-api → icc-x-api}/filters/ContactByHcPartyTagCodeDateFilter.d.ts +0 -0
  2725. /package/{dist/icc-x-api → icc-x-api}/filters/ContactByHcPartyTagCodeDateFilter.js +0 -0
  2726. /package/{dist/icc-x-api → icc-x-api}/filters/ContactByHcPartyTagCodeDateFilter.js.map +0 -0
  2727. /package/{dist/icc-x-api → icc-x-api}/filters/ContactByServiceIdsFilter.d.ts +0 -0
  2728. /package/{dist/icc-x-api → icc-x-api}/filters/ContactByServiceIdsFilter.js +0 -0
  2729. /package/{dist/icc-x-api → icc-x-api}/filters/ContactByServiceIdsFilter.js.map +0 -0
  2730. /package/{dist/icc-x-api → icc-x-api}/filters/DeviceByHcPartyFilter.d.ts +0 -0
  2731. /package/{dist/icc-x-api → icc-x-api}/filters/DeviceByHcPartyFilter.js +0 -0
  2732. /package/{dist/icc-x-api → icc-x-api}/filters/DeviceByHcPartyFilter.js.map +0 -0
  2733. /package/{dist/icc-x-api → icc-x-api}/filters/DeviceByIdsFilter.d.ts +0 -0
  2734. /package/{dist/icc-x-api → icc-x-api}/filters/DeviceByIdsFilter.js +0 -0
  2735. /package/{dist/icc-x-api → icc-x-api}/filters/DeviceByIdsFilter.js.map +0 -0
  2736. /package/{dist/icc-x-api → icc-x-api}/filters/HealthElementByHcPartyFilter.d.ts +0 -0
  2737. /package/{dist/icc-x-api → icc-x-api}/filters/HealthElementByHcPartyFilter.js +0 -0
  2738. /package/{dist/icc-x-api → icc-x-api}/filters/HealthElementByHcPartyFilter.js.map +0 -0
  2739. /package/{dist/icc-x-api → icc-x-api}/filters/HealthElementByHcPartyIdentifiersFilter.d.ts +0 -0
  2740. /package/{dist/icc-x-api → icc-x-api}/filters/HealthElementByHcPartyIdentifiersFilter.js +0 -0
  2741. /package/{dist/icc-x-api → icc-x-api}/filters/HealthElementByHcPartyIdentifiersFilter.js.map +0 -0
  2742. /package/{dist/icc-x-api → icc-x-api}/filters/HealthElementByHcPartySecretForeignKeysFilter.d.ts +0 -0
  2743. /package/{dist/icc-x-api → icc-x-api}/filters/HealthElementByHcPartySecretForeignKeysFilter.js +0 -0
  2744. /package/{dist/icc-x-api → icc-x-api}/filters/HealthElementByHcPartySecretForeignKeysFilter.js.map +0 -0
  2745. /package/{dist/icc-x-api → icc-x-api}/filters/HealthElementByHcPartyTagCodeFilter.d.ts +0 -0
  2746. /package/{dist/icc-x-api → icc-x-api}/filters/HealthElementByHcPartyTagCodeFilter.js +0 -0
  2747. /package/{dist/icc-x-api → icc-x-api}/filters/HealthElementByHcPartyTagCodeFilter.js.map +0 -0
  2748. /package/{dist/icc-x-api → icc-x-api}/filters/HealthElementByIdsFilter.d.ts +0 -0
  2749. /package/{dist/icc-x-api → icc-x-api}/filters/HealthElementByIdsFilter.js +0 -0
  2750. /package/{dist/icc-x-api → icc-x-api}/filters/HealthElementByIdsFilter.js.map +0 -0
  2751. /package/{dist/icc-x-api → icc-x-api}/filters/HealthcarePartyByIdsFilter.d.ts +0 -0
  2752. /package/{dist/icc-x-api → icc-x-api}/filters/HealthcarePartyByIdsFilter.js +0 -0
  2753. /package/{dist/icc-x-api → icc-x-api}/filters/HealthcarePartyByIdsFilter.js.map +0 -0
  2754. /package/{dist/icc-x-api → icc-x-api}/filters/HealthcarePartyByNameFilter.d.ts +0 -0
  2755. /package/{dist/icc-x-api → icc-x-api}/filters/HealthcarePartyByNameFilter.js +0 -0
  2756. /package/{dist/icc-x-api → icc-x-api}/filters/HealthcarePartyByNameFilter.js.map +0 -0
  2757. /package/{dist/icc-x-api → icc-x-api}/filters/HealthcarePartyByTagCodeFilter.d.ts +0 -0
  2758. /package/{dist/icc-x-api → icc-x-api}/filters/HealthcarePartyByTagCodeFilter.js +0 -0
  2759. /package/{dist/icc-x-api → icc-x-api}/filters/HealthcarePartyByTagCodeFilter.js.map +0 -0
  2760. /package/{dist/icc-x-api → icc-x-api}/filters/IntersectionFilter.d.ts +0 -0
  2761. /package/{dist/icc-x-api → icc-x-api}/filters/IntersectionFilter.js +0 -0
  2762. /package/{dist/icc-x-api → icc-x-api}/filters/IntersectionFilter.js.map +0 -0
  2763. /package/{dist/icc-x-api → icc-x-api}/filters/InvoiceByHcPartyCodeDateFilter.d.ts +0 -0
  2764. /package/{dist/icc-x-api → icc-x-api}/filters/InvoiceByHcPartyCodeDateFilter.js +0 -0
  2765. /package/{dist/icc-x-api → icc-x-api}/filters/InvoiceByHcPartyCodeDateFilter.js.map +0 -0
  2766. /package/{dist/icc-x-api → icc-x-api}/filters/MaintenanceTaskAfterDateFilter.d.ts +0 -0
  2767. /package/{dist/icc-x-api → icc-x-api}/filters/MaintenanceTaskAfterDateFilter.js +0 -0
  2768. /package/{dist/icc-x-api → icc-x-api}/filters/MaintenanceTaskAfterDateFilter.js.map +0 -0
  2769. /package/{dist/icc-x-api → icc-x-api}/filters/MaintenanceTaskByHcPartyAndIdentifiersFilter.d.ts +0 -0
  2770. /package/{dist/icc-x-api → icc-x-api}/filters/MaintenanceTaskByHcPartyAndIdentifiersFilter.js +0 -0
  2771. /package/{dist/icc-x-api → icc-x-api}/filters/MaintenanceTaskByHcPartyAndIdentifiersFilter.js.map +0 -0
  2772. /package/{dist/icc-x-api → icc-x-api}/filters/MaintenanceTaskByHcPartyAndTypeFilter.d.ts +0 -0
  2773. /package/{dist/icc-x-api → icc-x-api}/filters/MaintenanceTaskByHcPartyAndTypeFilter.js +0 -0
  2774. /package/{dist/icc-x-api → icc-x-api}/filters/MaintenanceTaskByHcPartyAndTypeFilter.js.map +0 -0
  2775. /package/{dist/icc-x-api → icc-x-api}/filters/MaintenanceTaskByIdsFilter.d.ts +0 -0
  2776. /package/{dist/icc-x-api → icc-x-api}/filters/MaintenanceTaskByIdsFilter.js +0 -0
  2777. /package/{dist/icc-x-api → icc-x-api}/filters/MaintenanceTaskByIdsFilter.js.map +0 -0
  2778. /package/{dist/icc-x-api → icc-x-api}/filters/PatientByHcPartyAndActiveFilter.d.ts +0 -0
  2779. /package/{dist/icc-x-api → icc-x-api}/filters/PatientByHcPartyAndActiveFilter.js +0 -0
  2780. /package/{dist/icc-x-api → icc-x-api}/filters/PatientByHcPartyAndActiveFilter.js.map +0 -0
  2781. /package/{dist/icc-x-api → icc-x-api}/filters/PatientByHcPartyAndAddressFilter.d.ts +0 -0
  2782. /package/{dist/icc-x-api → icc-x-api}/filters/PatientByHcPartyAndAddressFilter.js +0 -0
  2783. /package/{dist/icc-x-api → icc-x-api}/filters/PatientByHcPartyAndAddressFilter.js.map +0 -0
  2784. /package/{dist/icc-x-api → icc-x-api}/filters/PatientByHcPartyAndExternalIdFilter.d.ts +0 -0
  2785. /package/{dist/icc-x-api → icc-x-api}/filters/PatientByHcPartyAndExternalIdFilter.js +0 -0
  2786. /package/{dist/icc-x-api → icc-x-api}/filters/PatientByHcPartyAndExternalIdFilter.js.map +0 -0
  2787. /package/{dist/icc-x-api → icc-x-api}/filters/PatientByHcPartyAndIdentifiersFilter.d.ts +0 -0
  2788. /package/{dist/icc-x-api → icc-x-api}/filters/PatientByHcPartyAndIdentifiersFilter.js +0 -0
  2789. /package/{dist/icc-x-api → icc-x-api}/filters/PatientByHcPartyAndIdentifiersFilter.js.map +0 -0
  2790. /package/{dist/icc-x-api → icc-x-api}/filters/PatientByHcPartyAndSsinFilter.d.ts +0 -0
  2791. /package/{dist/icc-x-api → icc-x-api}/filters/PatientByHcPartyAndSsinFilter.js +0 -0
  2792. /package/{dist/icc-x-api → icc-x-api}/filters/PatientByHcPartyAndSsinFilter.js.map +0 -0
  2793. /package/{dist/icc-x-api → icc-x-api}/filters/PatientByHcPartyAndSsinsFilter.d.ts +0 -0
  2794. /package/{dist/icc-x-api → icc-x-api}/filters/PatientByHcPartyAndSsinsFilter.js +0 -0
  2795. /package/{dist/icc-x-api → icc-x-api}/filters/PatientByHcPartyAndSsinsFilter.js.map +0 -0
  2796. /package/{dist/icc-x-api → icc-x-api}/filters/PatientByHcPartyDateOfBirthBetweenFilter.d.ts +0 -0
  2797. /package/{dist/icc-x-api → icc-x-api}/filters/PatientByHcPartyDateOfBirthBetweenFilter.js +0 -0
  2798. /package/{dist/icc-x-api → icc-x-api}/filters/PatientByHcPartyDateOfBirthBetweenFilter.js.map +0 -0
  2799. /package/{dist/icc-x-api → icc-x-api}/filters/PatientByHcPartyDateOfBirthFilter.d.ts +0 -0
  2800. /package/{dist/icc-x-api → icc-x-api}/filters/PatientByHcPartyDateOfBirthFilter.js +0 -0
  2801. /package/{dist/icc-x-api → icc-x-api}/filters/PatientByHcPartyDateOfBirthFilter.js.map +0 -0
  2802. /package/{dist/icc-x-api → icc-x-api}/filters/PatientByHcPartyFilter.d.ts +0 -0
  2803. /package/{dist/icc-x-api → icc-x-api}/filters/PatientByHcPartyFilter.js +0 -0
  2804. /package/{dist/icc-x-api → icc-x-api}/filters/PatientByHcPartyFilter.js.map +0 -0
  2805. /package/{dist/icc-x-api → icc-x-api}/filters/PatientByHcPartyGenderEducationProfession.d.ts +0 -0
  2806. /package/{dist/icc-x-api → icc-x-api}/filters/PatientByHcPartyGenderEducationProfession.js +0 -0
  2807. /package/{dist/icc-x-api → icc-x-api}/filters/PatientByHcPartyGenderEducationProfession.js.map +0 -0
  2808. /package/{dist/icc-x-api → icc-x-api}/filters/PatientByHcPartyNameContainsFuzzyFilter.d.ts +0 -0
  2809. /package/{dist/icc-x-api → icc-x-api}/filters/PatientByHcPartyNameContainsFuzzyFilter.js +0 -0
  2810. /package/{dist/icc-x-api → icc-x-api}/filters/PatientByHcPartyNameContainsFuzzyFilter.js.map +0 -0
  2811. /package/{dist/icc-x-api → icc-x-api}/filters/PatientByHcPartyNameFilter.d.ts +0 -0
  2812. /package/{dist/icc-x-api → icc-x-api}/filters/PatientByHcPartyNameFilter.js +0 -0
  2813. /package/{dist/icc-x-api → icc-x-api}/filters/PatientByHcPartyNameFilter.js.map +0 -0
  2814. /package/{dist/icc-x-api → icc-x-api}/filters/PatientByIdsFilter.d.ts +0 -0
  2815. /package/{dist/icc-x-api → icc-x-api}/filters/PatientByIdsFilter.js +0 -0
  2816. /package/{dist/icc-x-api → icc-x-api}/filters/PatientByIdsFilter.js.map +0 -0
  2817. /package/{dist/icc-x-api → icc-x-api}/filters/ServiceByContactsAndSubcontactsFilter.d.ts +0 -0
  2818. /package/{dist/icc-x-api → icc-x-api}/filters/ServiceByContactsAndSubcontactsFilter.js +0 -0
  2819. /package/{dist/icc-x-api → icc-x-api}/filters/ServiceByContactsAndSubcontactsFilter.js.map +0 -0
  2820. /package/{dist/icc-x-api → icc-x-api}/filters/ServiceByHcPartyFilter.d.ts +0 -0
  2821. /package/{dist/icc-x-api → icc-x-api}/filters/ServiceByHcPartyFilter.js +0 -0
  2822. /package/{dist/icc-x-api → icc-x-api}/filters/ServiceByHcPartyFilter.js.map +0 -0
  2823. /package/{dist/icc-x-api → icc-x-api}/filters/ServiceByHcPartyHealthElementIdsFilter.d.ts +0 -0
  2824. /package/{dist/icc-x-api → icc-x-api}/filters/ServiceByHcPartyHealthElementIdsFilter.js +0 -0
  2825. /package/{dist/icc-x-api → icc-x-api}/filters/ServiceByHcPartyHealthElementIdsFilter.js.map +0 -0
  2826. /package/{dist/icc-x-api → icc-x-api}/filters/ServiceByHcPartyIdentifiersFilter.d.ts +0 -0
  2827. /package/{dist/icc-x-api → icc-x-api}/filters/ServiceByHcPartyIdentifiersFilter.js +0 -0
  2828. /package/{dist/icc-x-api → icc-x-api}/filters/ServiceByHcPartyIdentifiersFilter.js.map +0 -0
  2829. /package/{dist/icc-x-api → icc-x-api}/filters/ServiceByHcPartyTagCodeDateFilter.d.ts +0 -0
  2830. /package/{dist/icc-x-api → icc-x-api}/filters/ServiceByHcPartyTagCodeDateFilter.js +0 -0
  2831. /package/{dist/icc-x-api → icc-x-api}/filters/ServiceByHcPartyTagCodeDateFilter.js.map +0 -0
  2832. /package/{dist/icc-x-api → icc-x-api}/filters/ServiceByIdsFilter.d.ts +0 -0
  2833. /package/{dist/icc-x-api → icc-x-api}/filters/ServiceByIdsFilter.js +0 -0
  2834. /package/{dist/icc-x-api → icc-x-api}/filters/ServiceByIdsFilter.js.map +0 -0
  2835. /package/{dist/icc-x-api → icc-x-api}/filters/ServiceBySecretForeignKeys.d.ts +0 -0
  2836. /package/{dist/icc-x-api → icc-x-api}/filters/ServiceBySecretForeignKeys.js +0 -0
  2837. /package/{dist/icc-x-api → icc-x-api}/filters/ServiceBySecretForeignKeys.js.map +0 -0
  2838. /package/{dist/icc-x-api → icc-x-api}/filters/UnionFilter.d.ts +0 -0
  2839. /package/{dist/icc-x-api → icc-x-api}/filters/UnionFilter.js +0 -0
  2840. /package/{dist/icc-x-api → icc-x-api}/filters/UnionFilter.js.map +0 -0
  2841. /package/{dist/icc-x-api → icc-x-api}/filters/UserByIdsFilter.d.ts +0 -0
  2842. /package/{dist/icc-x-api → icc-x-api}/filters/UserByIdsFilter.js +0 -0
  2843. /package/{dist/icc-x-api → icc-x-api}/filters/UserByIdsFilter.js.map +0 -0
  2844. /package/{dist/icc-x-api → icc-x-api}/filters/UserByNameEmailPhoneFilter.d.ts +0 -0
  2845. /package/{dist/icc-x-api → icc-x-api}/filters/UserByNameEmailPhoneFilter.js +0 -0
  2846. /package/{dist/icc-x-api → icc-x-api}/filters/UserByNameEmailPhoneFilter.js.map +0 -0
  2847. /package/{dist/icc-x-api → icc-x-api}/filters/UsersByPatientIdFilter.d.ts +0 -0
  2848. /package/{dist/icc-x-api → icc-x-api}/filters/UsersByPatientIdFilter.js +0 -0
  2849. /package/{dist/icc-x-api → icc-x-api}/filters/UsersByPatientIdFilter.js.map +0 -0
  2850. /package/{dist/icc-x-api → icc-x-api}/filters/filters.d.ts +0 -0
  2851. /package/{dist/icc-x-api → icc-x-api}/filters/filters.js +0 -0
  2852. /package/{dist/icc-x-api → icc-x-api}/filters/filters.js.map +0 -0
  2853. /package/{dist/icc-x-api → icc-x-api}/icc-bekmehr-x-api.d.ts +0 -0
  2854. /package/{dist/icc-x-api → icc-x-api}/icc-bekmehr-x-api.js +0 -0
  2855. /package/{dist/icc-x-api → icc-x-api}/icc-bekmehr-x-api.js.map +0 -0
  2856. /package/{dist/icc-x-api → icc-x-api}/icc-code-x-api.d.ts +0 -0
  2857. /package/{dist/icc-x-api → icc-x-api}/icc-code-x-api.js +0 -0
  2858. /package/{dist/icc-x-api → icc-x-api}/icc-code-x-api.js.map +0 -0
  2859. /package/{dist/icc-x-api → icc-x-api}/icc-crypto-x-api.d.ts +0 -0
  2860. /package/{dist/icc-x-api → icc-x-api}/icc-crypto-x-api.js +0 -0
  2861. /package/{dist/icc-x-api → icc-x-api}/icc-crypto-x-api.js.map +0 -0
  2862. /package/{dist/icc-x-api → icc-x-api}/icc-data-owner-x-api.d.ts +0 -0
  2863. /package/{dist/icc-x-api → icc-x-api}/icc-data-owner-x-api.js +0 -0
  2864. /package/{dist/icc-x-api → icc-x-api}/icc-data-owner-x-api.js.map +0 -0
  2865. /package/{dist/icc-x-api → icc-x-api}/icc-doctemplate-x-api.d.ts +0 -0
  2866. /package/{dist/icc-x-api → icc-x-api}/icc-doctemplate-x-api.js +0 -0
  2867. /package/{dist/icc-x-api → icc-x-api}/icc-doctemplate-x-api.js.map +0 -0
  2868. /package/{dist/icc-x-api → icc-x-api}/icc-hcparty-x-api.d.ts +0 -0
  2869. /package/{dist/icc-x-api → icc-x-api}/icc-hcparty-x-api.js +0 -0
  2870. /package/{dist/icc-x-api → icc-x-api}/icc-hcparty-x-api.js.map +0 -0
  2871. /package/{dist/icc-x-api → icc-x-api}/icc-icure-maintenance-x-api.d.ts +0 -0
  2872. /package/{dist/icc-x-api → icc-x-api}/icc-icure-maintenance-x-api.js +0 -0
  2873. /package/{dist/icc-x-api → icc-x-api}/icc-icure-maintenance-x-api.js.map +0 -0
  2874. /package/{dist/icc-x-api → icc-x-api}/icc-user-x-api.d.ts +0 -0
  2875. /package/{dist/icc-x-api → icc-x-api}/icc-user-x-api.js +0 -0
  2876. /package/{dist/icc-x-api → icc-x-api}/icc-user-x-api.js.map +0 -0
  2877. /package/{dist/icc-x-api → icc-x-api}/maintenance/KeyPairUpdateRequest.d.ts +0 -0
  2878. /package/{dist/icc-x-api → icc-x-api}/maintenance/KeyPairUpdateRequest.js +0 -0
  2879. /package/{dist/icc-x-api → icc-x-api}/maintenance/KeyPairUpdateRequest.js.map +0 -0
  2880. /package/{dist/icc-x-api → icc-x-api}/rsrc/codelng.d.ts +0 -0
  2881. /package/{dist/icc-x-api → icc-x-api}/rsrc/codelng.js +0 -0
  2882. /package/{dist/icc-x-api → icc-x-api}/rsrc/codelng.js.map +0 -0
  2883. /package/{dist/icc-x-api → icc-x-api}/rsrc/contact.i18n.d.ts +0 -0
  2884. /package/{dist/icc-x-api → icc-x-api}/rsrc/contact.i18n.js +0 -0
  2885. /package/{dist/icc-x-api → icc-x-api}/rsrc/contact.i18n.js.map +0 -0
  2886. /package/{dist/icc-x-api → icc-x-api}/rsrc/icd10.d.ts +0 -0
  2887. /package/{dist/icc-x-api → icc-x-api}/rsrc/icd10.js +0 -0
  2888. /package/{dist/icc-x-api → icc-x-api}/rsrc/icd10.js.map +0 -0
  2889. /package/{dist/icc-x-api → icc-x-api}/rsrc/icpc2.d.ts +0 -0
  2890. /package/{dist/icc-x-api → icc-x-api}/rsrc/icpc2.js +0 -0
  2891. /package/{dist/icc-x-api → icc-x-api}/rsrc/icpc2.js.map +0 -0
  2892. /package/{dist/icc-x-api → icc-x-api}/storage/DefaultStorageEntryKeysFactory.d.ts +0 -0
  2893. /package/{dist/icc-x-api → icc-x-api}/storage/DefaultStorageEntryKeysFactory.js +0 -0
  2894. /package/{dist/icc-x-api → icc-x-api}/storage/DefaultStorageEntryKeysFactory.js.map +0 -0
  2895. /package/{dist/icc-x-api → icc-x-api}/storage/IcureStorageFacade.d.ts +0 -0
  2896. /package/{dist/icc-x-api → icc-x-api}/storage/IcureStorageFacade.js +0 -0
  2897. /package/{dist/icc-x-api → icc-x-api}/storage/IcureStorageFacade.js.map +0 -0
  2898. /package/{dist/icc-x-api → icc-x-api}/storage/KeyStorageFacade.d.ts +0 -0
  2899. /package/{dist/icc-x-api → icc-x-api}/storage/KeyStorageFacade.js +0 -0
  2900. /package/{dist/icc-x-api → icc-x-api}/storage/KeyStorageFacade.js.map +0 -0
  2901. /package/{dist/icc-x-api → icc-x-api}/storage/KeyStorageImpl.d.ts +0 -0
  2902. /package/{dist/icc-x-api → icc-x-api}/storage/KeyStorageImpl.js +0 -0
  2903. /package/{dist/icc-x-api → icc-x-api}/storage/KeyStorageImpl.js.map +0 -0
  2904. /package/{dist/icc-x-api → icc-x-api}/storage/LocalStorageImpl.d.ts +0 -0
  2905. /package/{dist/icc-x-api → icc-x-api}/storage/LocalStorageImpl.js +0 -0
  2906. /package/{dist/icc-x-api → icc-x-api}/storage/LocalStorageImpl.js.map +0 -0
  2907. /package/{dist/icc-x-api → icc-x-api}/storage/StorageEntryKeysFactory.d.ts +0 -0
  2908. /package/{dist/icc-x-api → icc-x-api}/storage/StorageEntryKeysFactory.js +0 -0
  2909. /package/{dist/icc-x-api → icc-x-api}/storage/StorageEntryKeysFactory.js.map +0 -0
  2910. /package/{dist/icc-x-api → icc-x-api}/storage/StorageFacade.d.ts +0 -0
  2911. /package/{dist/icc-x-api → icc-x-api}/storage/StorageFacade.js +0 -0
  2912. /package/{dist/icc-x-api → icc-x-api}/storage/StorageFacade.js.map +0 -0
  2913. /package/{dist/icc-x-api → icc-x-api}/utils/asn1-packer.d.ts +0 -0
  2914. /package/{dist/icc-x-api → icc-x-api}/utils/asn1-packer.js +0 -0
  2915. /package/{dist/icc-x-api → icc-x-api}/utils/asn1-packer.js.map +0 -0
  2916. /package/{dist/icc-x-api → icc-x-api}/utils/asn1-parser.d.ts +0 -0
  2917. /package/{dist/icc-x-api → icc-x-api}/utils/asn1-parser.js +0 -0
  2918. /package/{dist/icc-x-api → icc-x-api}/utils/asn1-parser.js.map +0 -0
  2919. /package/{dist/icc-x-api → icc-x-api}/utils/binary-utils.d.ts +0 -0
  2920. /package/{dist/icc-x-api → icc-x-api}/utils/binary-utils.js +0 -0
  2921. /package/{dist/icc-x-api → icc-x-api}/utils/binary-utils.js.map +0 -0
  2922. /package/{dist/icc-x-api → icc-x-api}/utils/code-util.d.ts +0 -0
  2923. /package/{dist/icc-x-api → icc-x-api}/utils/code-util.js +0 -0
  2924. /package/{dist/icc-x-api → icc-x-api}/utils/code-util.js.map +0 -0
  2925. /package/{dist/icc-x-api → icc-x-api}/utils/collection-utils.d.ts +0 -0
  2926. /package/{dist/icc-x-api → icc-x-api}/utils/collection-utils.js +0 -0
  2927. /package/{dist/icc-x-api → icc-x-api}/utils/collection-utils.js.map +0 -0
  2928. /package/{dist/icc-x-api → icc-x-api}/utils/crypto-utils.d.ts +0 -0
  2929. /package/{dist/icc-x-api → icc-x-api}/utils/crypto-utils.js +0 -0
  2930. /package/{dist/icc-x-api → icc-x-api}/utils/crypto-utils.js.map +0 -0
  2931. /package/{dist/icc-x-api → icc-x-api}/utils/formatting-util.d.ts +0 -0
  2932. /package/{dist/icc-x-api → icc-x-api}/utils/formatting-util.js +0 -0
  2933. /package/{dist/icc-x-api → icc-x-api}/utils/formatting-util.js.map +0 -0
  2934. /package/{dist/icc-x-api → icc-x-api}/utils/functional-util.d.ts +0 -0
  2935. /package/{dist/icc-x-api → icc-x-api}/utils/functional-util.js +0 -0
  2936. /package/{dist/icc-x-api → icc-x-api}/utils/functional-util.js.map +0 -0
  2937. /package/{dist/icc-x-api → icc-x-api}/utils/graph-utils.d.ts +0 -0
  2938. /package/{dist/icc-x-api → icc-x-api}/utils/graph-utils.js +0 -0
  2939. /package/{dist/icc-x-api → icc-x-api}/utils/graph-utils.js.map +0 -0
  2940. /package/{dist/icc-x-api → icc-x-api}/utils/hcp-util.d.ts +0 -0
  2941. /package/{dist/icc-x-api → icc-x-api}/utils/hcp-util.js +0 -0
  2942. /package/{dist/icc-x-api → icc-x-api}/utils/hcp-util.js.map +0 -0
  2943. /package/{dist/icc-x-api → icc-x-api}/utils/index.d.ts +0 -0
  2944. /package/{dist/icc-x-api → icc-x-api}/utils/index.js +0 -0
  2945. /package/{dist/icc-x-api → icc-x-api}/utils/index.js.map +0 -0
  2946. /package/{dist/icc-x-api → icc-x-api}/utils/insurability-util.d.ts +0 -0
  2947. /package/{dist/icc-x-api → icc-x-api}/utils/insurability-util.js +0 -0
  2948. /package/{dist/icc-x-api → icc-x-api}/utils/insurability-util.js.map +0 -0
  2949. /package/{dist/icc-x-api → icc-x-api}/utils/lru-temporised-async-cache.d.ts +0 -0
  2950. /package/{dist/icc-x-api → icc-x-api}/utils/lru-temporised-async-cache.js +0 -0
  2951. /package/{dist/icc-x-api → icc-x-api}/utils/lru-temporised-async-cache.js.map +0 -0
  2952. /package/{dist/icc-x-api → icc-x-api}/utils/net-utils.d.ts +0 -0
  2953. /package/{dist/icc-x-api → icc-x-api}/utils/net-utils.js +0 -0
  2954. /package/{dist/icc-x-api → icc-x-api}/utils/net-utils.js.map +0 -0
  2955. /package/{dist/icc-x-api → icc-x-api}/utils/person-util.d.ts +0 -0
  2956. /package/{dist/icc-x-api → icc-x-api}/utils/person-util.js +0 -0
  2957. /package/{dist/icc-x-api → icc-x-api}/utils/person-util.js.map +0 -0
  2958. /package/{dist/icc-x-api → icc-x-api}/utils/uuid-encoder.d.ts +0 -0
  2959. /package/{dist/icc-x-api → icc-x-api}/utils/uuid-encoder.js +0 -0
  2960. /package/{dist/icc-x-api → icc-x-api}/utils/uuid-encoder.js.map +0 -0
  2961. /package/{dist/index.d.ts → index.d.ts} +0 -0
  2962. /package/{dist/index.js → index.js} +0 -0
  2963. /package/{dist/index.js.map → index.js.map} +0 -0
  2964. /package/{dist/node-compat.d.ts → node-compat.d.ts} +0 -0
  2965. /package/{dist/node-compat.js → node-compat.js} +0 -0
  2966. /package/{dist/node-compat.js.map → node-compat.js.map} +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icc-patient-x-api.js","sourceRoot":"","sources":["../../icc-x-api/icc-patient-x-api.ts"],"names":[],"mappings":"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","sourcesContent":["import { IccPatientApi } from '../icc-api'\nimport { IccCryptoXApi } from './icc-crypto-x-api'\nimport { IccContactXApi } from './icc-contact-x-api'\nimport { IccFormXApi } from './icc-form-x-api'\nimport { IccHcpartyXApi } from './icc-hcparty-x-api'\nimport { IccInvoiceXApi } from './icc-invoice-x-api'\nimport { IccDocumentXApi } from './icc-document-x-api'\nimport { IccHelementXApi } from './icc-helement-x-api'\nimport { IccClassificationXApi } from './icc-classification-x-api'\n\nimport * as _ from 'lodash'\nimport * as models from '../icc-api/model/models'\nimport { CalendarItem, Classification, Document, IcureStub, Invoice, ListOfIds, Patient } from '../icc-api/model/models'\nimport { IccCalendarItemXApi } from './icc-calendar-item-x-api'\nimport { b64_2ab } from '../icc-api/model/ModelHelper'\nimport { findName, garnishPersonWithName, hasName } from './utils/person-util'\nimport { retry } from './utils'\nimport { IccDataOwnerXApi } from './icc-data-owner-x-api'\nimport { AuthenticationProvider, NoAuthenticationProvider } from './auth/AuthenticationProvider'\nimport { ShareMetadataBehaviour } from './crypto/ShareMetadataBehaviour'\nimport { EncryptedEntityXApi } from './basexapi/EncryptedEntityXApi'\n\n// noinspection JSUnusedGlobalSymbols\nexport class IccPatientXApi extends IccPatientApi implements EncryptedEntityXApi<models.Patient> {\n crypto: IccCryptoXApi\n contactApi: IccContactXApi\n formApi: IccFormXApi\n helementApi: IccHelementXApi\n invoiceApi: IccInvoiceXApi\n hcpartyApi: IccHcpartyXApi\n documentApi: IccDocumentXApi\n classificationApi: IccClassificationXApi\n calendarItemApi: IccCalendarItemXApi\n dataOwnerApi: IccDataOwnerXApi\n\n private readonly encryptedKeys: Array<string>\n\n constructor(\n host: string,\n headers: { [key: string]: string },\n crypto: IccCryptoXApi,\n contactApi: IccContactXApi,\n formApi: IccFormXApi,\n helementApi: IccHelementXApi,\n invoiceApi: IccInvoiceXApi,\n documentApi: IccDocumentXApi,\n hcpartyApi: IccHcpartyXApi,\n classificationApi: IccClassificationXApi,\n dataOwnerApi: IccDataOwnerXApi,\n calendarItemaApi: IccCalendarItemXApi,\n encryptedKeys: Array<string> = ['note'],\n authenticationProvider: AuthenticationProvider = new NoAuthenticationProvider(),\n fetchImpl: (input: RequestInfo, init?: RequestInit) => Promise<Response> = typeof window !== 'undefined'\n ? window.fetch\n : typeof self !== 'undefined'\n ? self.fetch\n : fetch\n ) {\n super(host, headers, authenticationProvider, fetchImpl)\n this.crypto = crypto\n this.contactApi = contactApi\n this.formApi = formApi\n this.helementApi = helementApi\n this.invoiceApi = invoiceApi\n this.hcpartyApi = hcpartyApi\n this.documentApi = documentApi\n this.classificationApi = classificationApi\n this.calendarItemApi = calendarItemaApi\n this.dataOwnerApi = dataOwnerApi\n\n this.encryptedKeys = encryptedKeys\n }\n\n /**\n * Creates a new instance of patient with initialised encryption metadata (not in the database).\n * @param user the current user.\n * @param p initialised data for the patient. Metadata such as id, creation data, etc. will be automatically initialised, but you can specify\n * other kinds of data or overwrite generated metadata with this. You can't specify encryption metadata.\n * @param options optional parameters:\n * - additionalDelegates: delegates which will have access to the entity in addition to the current data owner and delegates from the\n * auto-delegations. Must be an object which associates each data owner id with the access level to give to that data owner. May overlap with\n * auto-delegations, in such case the access level specified here will be used. Currently only WRITE access is supported, but in future also read\n * access will be possible.\n * @return a new instance of patient.\n */\n async newInstance(\n user: models.User,\n p: any = {},\n options: {\n additionalDelegates?: { [dataOwnerId: string]: 'WRITE' }\n } = {}\n ) {\n const patient = _.extend(\n {\n id: this.crypto.primitives.randomUuid(),\n _type: 'org.taktik.icure.entities.Patient',\n created: new Date().getTime(),\n modified: new Date().getTime(),\n responsible: this.dataOwnerApi.getDataOwnerIdOf(user),\n author: user.id,\n codes: [],\n tags: [],\n },\n p || {}\n )\n\n const ownerId = this.dataOwnerApi.getDataOwnerIdOf(user)\n if (ownerId !== (await this.dataOwnerApi.getCurrentDataOwnerId())) throw new Error('Can only initialise entities as current data owner.')\n const extraDelegations = [\n ...Object.keys(options.additionalDelegates ?? {}),\n ...(user.autoDelegations?.all ?? []),\n ...(user.autoDelegations?.medicalInformation ?? []),\n ]\n const initialisationInfo = await this.crypto.entities.entityWithInitialisedEncryptedMetadata(\n patient,\n undefined,\n undefined,\n true,\n extraDelegations\n )\n return new models.Patient(initialisationInfo.updatedEntity)\n }\n\n completeNames(patient: models.Patient): models.Patient {\n let finalPatient = patient\n\n if (!!finalPatient.lastName && !hasName(finalPatient, models.PersonName.UseEnum.Official)) {\n finalPatient = garnishPersonWithName(finalPatient, models.PersonName.UseEnum.Official, finalPatient.lastName, finalPatient.firstName)\n }\n\n if (!!finalPatient.maidenName && !hasName(finalPatient, models.PersonName.UseEnum.Maiden)) {\n finalPatient = garnishPersonWithName(finalPatient, models.PersonName.UseEnum.Maiden, finalPatient.maidenName, finalPatient.firstName)\n }\n\n if (!!finalPatient.alias && !hasName(finalPatient, models.PersonName.UseEnum.Nickname)) {\n finalPatient = garnishPersonWithName(finalPatient, models.PersonName.UseEnum.Nickname, finalPatient.alias, finalPatient.firstName)\n }\n\n if (!finalPatient.lastName && !!hasName(finalPatient, models.PersonName.UseEnum.Official)) {\n const officialName = findName(finalPatient, models.PersonName.UseEnum.Official)\n finalPatient = {\n ...finalPatient,\n lastName: officialName!.lastName,\n firstName: officialName!.firstNames?.[0],\n }\n }\n\n if (!finalPatient.maidenName && !!hasName(finalPatient, models.PersonName.UseEnum.Maiden)) {\n finalPatient = {\n ...finalPatient,\n maidenName: findName(finalPatient, models.PersonName.UseEnum.Maiden)!.lastName,\n }\n }\n\n if (!finalPatient.alias && !!hasName(finalPatient, models.PersonName.UseEnum.Nickname)) {\n finalPatient = {\n ...finalPatient,\n alias: findName(finalPatient, models.PersonName.UseEnum.Nickname)!.lastName,\n }\n }\n\n return finalPatient\n }\n\n /**\n * @deprecated replace with {@link initConfidentialSecretId}\n */\n async initConfidentialDelegation(patient: models.Patient, user: models.User): Promise<models.Patient> {\n return this.initConfidentialSecretId(patient, user)\n }\n\n /**\n * Ensures that the current data owner has some confidential secret ids for the provided patient. If not creates them and updates the patient in the\n * database.\n * @param patient the patient for which you want to initialise the confidential secret id.\n * @param user the current user.\n * @return the updated patient or the original patient if no change was necessary.\n */\n async initConfidentialSecretId(patient: models.Patient, user: models.User): Promise<models.Patient> {\n const dataOwnerId = this.dataOwnerApi.getDataOwnerIdOf(user)\n if (dataOwnerId !== (await this.dataOwnerApi.getCurrentDataOwnerId()))\n throw new Error('You can initialise confidential delegations only for the current data owner')\n const initialised = await this.crypto.confidential.entityWithInitialisedConfidentialSecretId(patient)\n if (initialised) {\n return initialised.rev ? this.modifyPatientWithUser(user, initialised) : this.createPatientWithUser(user, initialised)\n } else {\n return patient\n }\n }\n\n createPatient(body?: models.Patient): never {\n throw new Error('Cannot call a method that returns patients without providing a user for de/encryption')\n }\n\n createPatientWithUser(user: models.User, body?: models.Patient): Promise<models.Patient | any> {\n return body\n ? this.encrypt(user, [_.cloneDeep(this.completeNames(body))])\n .then((pats) => super.createPatient(pats[0]))\n .then((p) => this.decrypt(user, [p]))\n .then((pats) => pats[0])\n : Promise.resolve(null)\n }\n\n filterBy(\n startKey?: string,\n startDocumentId?: string,\n limit?: number,\n skip?: number,\n sort?: string,\n desc?: boolean,\n body?: models.FilterChainPatient\n ): never {\n throw new Error('Cannot call a method that returns contacts without providing a user for de/encryption')\n }\n\n filterByWithUser(\n user: models.User,\n filterChain: models.FilterChainPatient,\n startKey?: string,\n startDocumentId?: string,\n limit?: number,\n skip?: number,\n sort?: string,\n desc?: boolean\n ): Promise<models.PaginatedListPatient | any> {\n return super\n .filterPatientsBy(startKey, startDocumentId, limit, skip, sort, desc, filterChain)\n .then((pl) => this.decrypt(user, pl.rows!, false).then((dr) => Object.assign(pl, { rows: dr })))\n }\n\n findByAccessLogUserAfterDate(\n userId: string,\n accessType?: string,\n startDate?: number,\n startKey?: string,\n startDocumentId?: string,\n limit?: number\n ): never {\n throw new Error('Cannot call a method that returns contacts without providing a user for de/encryption')\n }\n\n findByAccessLogUserAfterDateWithUser(\n user: models.User,\n userId: string,\n accessType?: string,\n startDate?: number,\n startKey?: string,\n startDocumentId?: string,\n limit?: number\n ): Promise<models.PaginatedListPatient | any> {\n return super\n .findByAccessLogUserAfterDate(userId, accessType, startDate, startKey, startDocumentId, limit)\n .then((pl) => this.decrypt(user, pl.rows!, false).then((dr) => Object.assign(pl, { rows: dr })))\n }\n\n findByAccessLogUserAfterDate_1(externalId: string): never {\n throw new Error('Cannot call a method that returns contacts without providing a user for de/encryption')\n }\n\n findByExternalIdWithUser(user: models.User, externalId: string): Promise<models.Patient | any> {\n return super\n .findByExternalId(externalId)\n .then((pats) => this.decrypt(user, [pats]))\n .then((x) => x[0])\n }\n\n findByNameBirthSsinAuto(\n healthcarePartyId?: string,\n filterValue?: string,\n startKey?: string,\n startDocumentId?: string,\n limit?: number,\n sortDirection?: string\n ): never {\n throw new Error('Cannot call a method that returns contacts without providing a user for de/encryption')\n }\n\n findByNameBirthSsinAutoWithUser(\n user: models.User,\n healthcarePartyId?: string,\n filterValue?: string,\n startKey?: string,\n startDocumentId?: string,\n limit?: number,\n sortDirection?: string\n ): Promise<models.PaginatedListPatient | any> {\n return super\n .findByNameBirthSsinAuto(healthcarePartyId, filterValue, startKey, startDocumentId, limit, sortDirection)\n .then((pl) => this.decrypt(user, pl.rows!, false).then((dr) => Object.assign(pl, { rows: dr })))\n }\n\n fuzzySearch(firstName?: string, lastName?: string, dateOfBirth?: number): never {\n throw new Error('Cannot call a method that returns contacts without providing a user for de/encryption')\n }\n\n fuzzySearchWithUser(user: models.User, firstName?: string, lastName?: string, dateOfBirth?: number): Promise<Array<models.Patient> | any> {\n return super.fuzzySearch(firstName, lastName, dateOfBirth).then((pats) => this.decrypt(user, pats))\n }\n\n getPatient(patientId: string): never {\n throw new Error('Cannot call a method that returns contacts without providing a user for de/encryption')\n }\n\n getPatientRaw(patientId: string): Promise<models.Patient | any> {\n return super.getPatient(patientId)\n }\n\n getPatientWithUser(user: models.User, patientId: string): Promise<models.Patient | any> {\n return super\n .getPatient(patientId)\n .then((p) => this.tryDecryptOrReturnOriginal(this.dataOwnerApi.getDataOwnerIdOf(user), [p]))\n .then((pats) => pats[0].entity)\n }\n\n getPotentiallyEncryptedPatientWithUser(user: models.User, patientId: string): Promise<{ patient: models.Patient; decrypted: boolean }> {\n return super\n .getPatient(patientId)\n .then((p) => this.tryDecryptOrReturnOriginal(this.dataOwnerApi.getDataOwnerIdOf(user), [p]))\n .then((pats) => ({ patient: pats[0].entity, decrypted: pats[0].decrypted }))\n }\n\n getPatients(body?: models.ListOfIds): never {\n throw new Error('Cannot call a method that returns contacts without providing a user for de/encryption')\n }\n\n getPatientsWithUser(user: models.User, body?: models.ListOfIds): Promise<Array<models.Patient> | any> {\n return super.getPatients(body).then((pats) => this.decrypt(user, pats))\n }\n\n listDeletedPatients(startDate?: number, endDate?: number, desc?: boolean, startDocumentId?: string, limit?: number): never {\n throw new Error('Cannot call a method that returns contacts without providing a user for de/encryption')\n }\n\n listDeletedPatientsWithUser(\n user: models.User,\n startDate?: number,\n endDate?: number,\n desc?: boolean,\n startDocumentId?: string,\n limit?: number\n ): Promise<models.PaginatedListPatient | any> {\n return super\n .listDeletedPatients(startDate, endDate, desc, startDocumentId, limit)\n .then((pl) => this.decrypt(user, pl.rows!, false).then((dr) => Object.assign(pl, { rows: dr })))\n }\n\n listDeletedPatients_2(firstName?: string, lastName?: string): never {\n throw new Error('Cannot call a method that returns contacts without providing a user for de/encryption')\n }\n\n listDeletedPatientsByNameWithUser(user: models.User, firstName?: string, lastName?: string): Promise<Array<models.Patient> | any> {\n return super.listDeletedPatientsByName(firstName, lastName).then((rows) => this.decrypt(user, rows, false))\n }\n\n listOfMergesAfter(date: number): never {\n throw new Error('Cannot call a method that returns contacts without providing a user for de/encryption')\n }\n\n listOfMergesAfterWithUser(user: models.User, date: number): Promise<Array<models.Patient> | any> {\n return super.listOfMergesAfter(date).then((pats) => this.decrypt(user, pats, false))\n }\n\n listOfPatientsModifiedAfter(date: number, startKey?: number, startDocumentId?: string, limit?: number): never {\n throw new Error('Cannot call a method that returns contacts without providing a user for de/encryption')\n }\n\n listOfPatientsModifiedAfterWithUser(\n user: models.User,\n date: number,\n startKey?: number,\n startDocumentId?: string,\n limit?: number\n ): Promise<models.PaginatedListPatient | any> {\n return super\n .listOfPatientsModifiedAfter(date, startKey, startDocumentId, limit)\n .then((pl) => this.decrypt(user, pl.rows!, false).then((dr) => Object.assign(pl, { rows: dr })))\n }\n\n listPatients(hcPartyId?: string, sortField?: string, startKey?: string, startDocumentId?: string, limit?: number, sortDirection?: string): never {\n throw new Error('Cannot call a method that returns contacts without providing a user for de/encryption')\n }\n\n listPatientsWithUser(\n user: models.User,\n hcPartyId?: string,\n sortField?: string,\n startKey?: string,\n startDocumentId?: string,\n limit?: number,\n sortDirection?: string\n ): Promise<models.PaginatedListPatient | any> {\n return super\n .listPatients(hcPartyId, sortField, startKey, startDocumentId, limit, sortDirection)\n .then((pl) => this.decrypt(user, pl.rows!, false).then((dr) => Object.assign(pl, { rows: dr })))\n }\n\n listPatientsByHcParty(\n hcPartyId: string,\n sortField?: string,\n startKey?: string,\n startDocumentId?: string,\n limit?: number,\n sortDirection?: string\n ): never {\n throw new Error('Cannot call a method that returns contacts without providing a user for de/encryption')\n }\n\n listPatientsByHcPartyWithUser(\n user: models.User,\n hcPartyId: string,\n sortField?: string,\n startKey?: string,\n startDocumentId?: string,\n limit?: number,\n sortDirection?: string\n ): Promise<models.PaginatedListPatient | any> {\n return super\n .listPatientsByHcParty(hcPartyId, sortField, startKey, startDocumentId, limit, sortDirection)\n .then((pl) => this.decrypt(user, pl.rows!, false).then((dr) => Object.assign(pl, { rows: dr })))\n }\n\n listPatientsOfHcParty(\n hcPartyId: string,\n sortField?: string,\n startKey?: string,\n startDocumentId?: string,\n limit?: number,\n sortDirection?: string\n ): never {\n throw new Error('Cannot call a method that returns contacts without providing a user for de/encryption')\n }\n\n listPatientsOfHcPartyWithUser(\n user: models.User,\n hcPartyId: string,\n sortField?: string,\n startKey?: string,\n startDocumentId?: string,\n limit?: number,\n sortDirection?: string\n ): Promise<models.PaginatedListPatient | any> {\n return super\n .listPatientsOfHcParty(hcPartyId, sortField, startKey, startDocumentId, limit, sortDirection)\n .then((pl) => this.decrypt(user, pl.rows!, false).then((dr) => Object.assign(pl, { rows: dr })))\n }\n\n mergeInto(toId: string, fromIds: string): never {\n throw new Error('Cannot call a method that returns contacts without providing a user for de/encryption')\n }\n\n mergeIntoWithUser(user: models.User, toId: string, fromIds: string): Promise<models.Patient | any> {\n return super\n .mergeInto(toId, fromIds)\n .then((p) => this.decrypt(user, [p]))\n .then((pats) => pats[0])\n }\n\n modifyPatient(body?: models.Patient): never {\n throw new Error('Cannot call a method that returns contacts without providing a user for de/encryption')\n }\n\n modifyPatientRaw(body?: models.Patient): Promise<models.Patient | any> {\n return super.modifyPatient(body)\n }\n\n modifyPatientWithUser(user: models.User, body?: models.Patient): Promise<models.Patient | null> {\n return body ? this.modifyAs(this.dataOwnerApi.getDataOwnerIdOf(user), body) : Promise.resolve(null)\n }\n\n modifyAs(dataOwner: string, body: models.Patient): Promise<models.Patient> {\n return this.encryptAs(dataOwner, [_.cloneDeep(this.completeNames(body))])\n .then((pats) => super.modifyPatient(pats[0]))\n .then((p) => this.tryDecryptOrReturnOriginal(dataOwner, [p]))\n .then((pats) => pats[0].entity)\n }\n\n modifyPatientReferral(patientId: string, referralId: string, start?: number, end?: number): never {\n throw new Error('Cannot call a method that returns contacts without providing a user for de/encryption')\n }\n\n modifyPatientReferralWithUser(\n user: models.User,\n patientId: string,\n referralId: string,\n start?: number,\n end?: number\n ): Promise<models.Patient | any> {\n return super\n .modifyPatientReferral(patientId, referralId, start, end)\n .then((p) => this.decrypt(user, [p]))\n .then((pats) => pats[0])\n }\n\n encrypt(user: models.User, pats: Array<models.Patient>): Promise<Array<models.Patient>> {\n return this.encryptAs(this.dataOwnerApi.getDataOwnerIdOf(user), pats)\n }\n\n private encryptAs(dataOwnerId: string | undefined, pats: Array<models.Patient>): Promise<Array<models.Patient>> {\n return Promise.all(\n pats.map((p) => this.crypto.entities.tryEncryptEntity(p, dataOwnerId, this.encryptedKeys, true, false, (x) => new models.Patient(x)))\n )\n }\n\n // If patient can't be decrypted returns patient with encrypted data.\n decrypt(user: models.User, patients: Array<models.Patient>, fillDelegations = true): Promise<Array<models.Patient>> {\n return this.tryDecryptOrReturnOriginal(this.dataOwnerApi.getDataOwnerIdOf(user), patients).then((ps) => ps.map((p) => p.entity))\n }\n\n private tryDecryptOrReturnOriginal(\n dataOwnerId: string | undefined,\n patients: Array<models.Patient>\n ): Promise<{ entity: models.Patient; decrypted: boolean }[]> {\n return Promise.all(\n patients.map(\n async (p) =>\n await this.crypto.entities\n .decryptEntity(p, dataOwnerId, (x) => new models.Patient(x))\n .then((p) => {\n if (p.entity.picture && !(p.entity.picture instanceof ArrayBuffer)) {\n return {\n entity: new models.Patient({\n ...p.entity,\n picture: b64_2ab(p.entity.picture),\n }),\n decrypted: p.decrypted,\n }\n } else return p\n })\n )\n )\n }\n\n share(\n user: models.User,\n patId: string,\n ownerId: string,\n delegateIds: Array<string>,\n delegationTags: { [key: string]: Array<string> },\n usingPost: boolean = false\n ): Promise<{\n patient: models.Patient | null\n statuses: { [key: string]: { success: boolean | null; error: Error | null } }\n } | null> {\n const addDelegationsAndKeys = (\n dtos: Array<models.Form | models.Document | models.Contact | models.HealthElement | models.Classification | models.CalendarItem>,\n markerPromise: Promise<any>,\n delegateId: string,\n patient: models.Patient | null\n ) => {\n return dtos.reduce(\n (p, x) =>\n p.then(async () => {\n const secretIds = await this.crypto.entities.secretIdsOf(x, ownerId)\n const encryptionKeys = await this.crypto.entities.encryptionKeysOf(x, ownerId)\n const parentIds = await this.crypto.entities.owningEntityIdsOf(x, ownerId)\n const updatedX = await this.crypto.entities\n .entityWithExtendedEncryptedMetadata(x, delegateId, secretIds, encryptionKeys, parentIds, [])\n .catch((e: any) => {\n console.log(e)\n return x\n })\n _.assign(x, updatedX)\n return x\n }),\n markerPromise\n )\n }\n\n const allTags: string[] = _.uniq(_.flatMap(Object.values(delegationTags)))\n\n // Determine which keys to share, depending on the delegation tag. For example, anonymousMedicalData only shares encryption keys and no delegations or secret foreign keys.\n const shareDelegations: boolean = allTags.some((tag) => tag != 'anonymousMedicalInformation')\n const shareEncryptionKeys = true\n const shareCryptedForeignKeys: boolean = allTags.some((tag) => tag != 'anonymousMedicalInformation')\n\n // Anonymous sharing, will not change anything to the patient, only its contacts and health elements.\n const shareAnonymously: boolean = allTags.every((tag) => tag == 'anonymousMedicalInformation')\n\n return this.hcpartyApi.getHealthcareParty(ownerId).then((hcp) => {\n const parentId = hcp.parentId\n const status = {\n contacts: {\n success:\n allTags.includes('medicalInformation') || allTags.includes('anonymousMedicalInformation') || allTags.includes('all') ? false : null,\n error: null,\n modified: 0,\n },\n forms: {\n success: allTags.includes('medicalInformation') || allTags.includes('all') ? false : null,\n error: null,\n modified: 0,\n },\n healthElements: {\n success:\n allTags.includes('medicalInformation') || allTags.includes('anonymousMedicalInformation') || allTags.includes('all') ? false : null,\n error: null,\n modified: 0,\n },\n invoices: {\n success: allTags.includes('financialInformation') || allTags.includes('all') ? false : null,\n error: null,\n modified: 0,\n },\n documents: {\n success: allTags.includes('medicalInformation') || allTags.includes('all') ? false : null,\n error: null,\n modified: 0,\n },\n classifications: {\n success: allTags.includes('medicalInformation') || allTags.includes('all') ? false : null,\n error: null,\n modified: 0,\n },\n calendarItems: {\n success: allTags.includes('medicalInformation') || allTags.includes('all') ? false : null,\n error: null,\n modified: 0,\n },\n patient: { success: false, error: null, modified: 0 } as {\n success: boolean\n error: Error | null\n },\n }\n return retry(() => this.getPatientWithUser(user, patId))\n .then((patient: models.Patient) =>\n patient.encryptionKeys && Object.keys(patient.encryptionKeys || {}).length\n ? Promise.resolve(patient)\n : this.crypto.entities\n .ensureEncryptionKeysInitialised(patient)\n .then((patient: models.Patient) => this.modifyPatientWithUser(user, patient))\n )\n .then(async (patient: models.Patient | null) => {\n if (!patient) {\n status.patient = {\n success: false,\n error: new Error('Patient does not exist or cannot initialise encryption keys'),\n }\n return Promise.resolve({ patient: patient, statuses: status })\n }\n\n const delSfks = await this.crypto.entities.secretIdsOf(patient, ownerId)\n const ecKeys = await this.crypto.entities.encryptionKeysOf(patient, ownerId)\n return delSfks.length\n ? Promise.all([\n retry(() =>\n (usingPost\n ? this.helementApi.findHealthElementsDelegationsStubsByHCPartyPatientForeignKeysUsingPost(ownerId, _.uniq(delSfks))\n : this.helementApi.findHealthElementsDelegationsStubsByHCPartyPatientForeignKeys(ownerId, _.uniq(delSfks).join(','))\n ).then((hes) =>\n parentId\n ? (usingPost\n ? this.helementApi.findHealthElementsDelegationsStubsByHCPartyPatientForeignKeysUsingPost(parentId, _.uniq(delSfks))\n : this.helementApi.findHealthElementsDelegationsStubsByHCPartyPatientForeignKeys(parentId, _.uniq(delSfks).join(','))\n ).then((moreHes) => _.uniqBy(hes.concat(moreHes), 'id'))\n : hes\n )\n ) as Promise<Array<models.IcureStub>>,\n retry(() =>\n (usingPost\n ? this.formApi.findFormsDelegationsStubsByHCPartyPatientForeignKeysUsingPost(ownerId, _.uniq(delSfks))\n : this.formApi.findFormsDelegationsStubsByHCPartyPatientForeignKeys(ownerId, _.uniq(delSfks).join(','))\n ).then((frms) =>\n parentId\n ? (usingPost\n ? this.formApi.findFormsDelegationsStubsByHCPartyPatientForeignKeysUsingPost(parentId, _.uniq(delSfks))\n : this.formApi.findFormsDelegationsStubsByHCPartyPatientForeignKeys(parentId, _.uniq(delSfks).join(','))\n ).then((moreFrms) => _.uniqBy(frms.concat(moreFrms), 'id'))\n : frms\n )\n ) as Promise<Array<models.Form>>,\n retry(() =>\n (usingPost\n ? this.contactApi.findByHCPartyPatientSecretFKeysUsingPost(ownerId, undefined, undefined, _.uniq(delSfks))\n : this.contactApi.findByHCPartyPatientSecretFKeys(ownerId, _.uniq(delSfks).join(','))\n ).then((ctcs) =>\n parentId\n ? (usingPost\n ? this.contactApi.findByHCPartyPatientSecretFKeysUsingPost(parentId, undefined, undefined, _.uniq(delSfks))\n : this.contactApi.findByHCPartyPatientSecretFKeys(parentId, _.uniq(delSfks).join(','))\n ).then((moreCtcs) => _.uniqBy(ctcs.concat(moreCtcs), 'id'))\n : ctcs\n )\n ) as Promise<Array<models.Contact>>,\n retry(() =>\n (usingPost\n ? this.invoiceApi.findInvoicesDelegationsStubsByHCPartyPatientForeignKeysUsingPost(ownerId, _.uniq(delSfks))\n : this.invoiceApi.findInvoicesDelegationsStubsByHCPartyPatientForeignKeys(ownerId, _.uniq(delSfks).join(','))\n ).then((ivs) =>\n parentId\n ? this.invoiceApi\n .findInvoicesDelegationsStubsByHCPartyPatientForeignKeys(parentId, _.uniq(delSfks).join(','))\n .then((moreIvs) => _.uniqBy(ivs.concat(moreIvs), 'id'))\n : ivs\n )\n ) as Promise<Array<models.IcureStub>>,\n retry(() =>\n this.classificationApi\n .findClassificationsByHCPartyPatientForeignKeys(ownerId, _.uniq(delSfks).join(','))\n .then((cls) =>\n parentId\n ? this.classificationApi\n .findClassificationsByHCPartyPatientForeignKeys(parentId, _.uniq(delSfks).join(','))\n .then((moreCls) => _.uniqBy(cls.concat(moreCls), 'id'))\n : cls\n )\n ) as Promise<Array<models.Classification>>,\n retry(() =>\n (usingPost\n ? this.calendarItemApi.findByHCPartyPatientSecretFKeysArray(ownerId, _.uniq(delSfks))\n : this.calendarItemApi.findByHCPartyPatientSecretFKeys(ownerId, _.uniq(delSfks).join(','))\n ).then((cls) =>\n parentId\n ? (usingPost\n ? this.calendarItemApi.findByHCPartyPatientSecretFKeysArray(parentId, _.uniq(delSfks))\n : this.calendarItemApi.findByHCPartyPatientSecretFKeys(parentId, _.uniq(delSfks).join(','))\n ).then((moreCls) => _.uniqBy(cls.concat(moreCls), 'id'))\n : cls\n )\n ) as Promise<Array<models.CalendarItem>>,\n ]).then(([hes, frms, ctcs, ivs, cls, cis]) => {\n const cloneKeysAndDelegations = function (x: models.IcureStub) {\n return {\n delegations: shareDelegations ? _.clone(x.delegations) : undefined,\n cryptedForeignKeys: shareCryptedForeignKeys ? _.clone(x.cryptedForeignKeys) : undefined,\n encryptionKeys: shareEncryptionKeys ? _.clone(x.encryptionKeys) : undefined,\n }\n }\n\n const ctcsStubs = ctcs.map((c) => ({\n id: c.id,\n rev: c.rev,\n ...cloneKeysAndDelegations(c),\n }))\n const oHes = hes.map((x) => _.assign(new IcureStub({}), x, cloneKeysAndDelegations(x)))\n const oFrms = frms.map((x) => _.assign(new IcureStub({}), x, cloneKeysAndDelegations(x)))\n const oCtcsStubs = ctcsStubs.map((x) => _.assign({}, x, cloneKeysAndDelegations(x)))\n const oIvs = ivs.map((x) => _.assign(new Invoice({}), x, cloneKeysAndDelegations(x)))\n const oCls = cls.map((x) => _.assign(new Classification({}), x, cloneKeysAndDelegations(x)))\n const oCis = cis.map((x) => _.assign(new CalendarItem({}), x, cloneKeysAndDelegations(x)))\n\n const docIds: { [key: string]: number } = {}\n ctcs.forEach(\n (c: models.Contact) =>\n c.services &&\n c.services.forEach((s) => s.content && Object.values(s.content).forEach((c) => c && c.documentId && (docIds[c.documentId] = 1)))\n )\n\n return retry(() => this.documentApi.getDocuments(new ListOfIds({ ids: Object.keys(docIds) }))).then((docs: Array<Document>) => {\n const oDocs = docs.map((x) => _.assign({}, x, cloneKeysAndDelegations(x)))\n\n let markerPromise: Promise<any> = Promise.resolve(null)\n delegateIds.forEach((delegateId) => {\n const tags = delegationTags[delegateId]\n markerPromise = markerPromise.then(async () => {\n //Share patient\n const updatedPatient = await this.crypto.entities\n .entityWithExtendedEncryptedMetadata(patient, delegateId, delSfks, ecKeys, [], [])\n .catch((e) => {\n console.log(e)\n return patient\n })\n return _.assign(patient, updatedPatient)\n })\n ;(tags.includes('medicalInformation') || tags.includes('anonymousMedicalInformation') || tags.includes('all')) &&\n (markerPromise = addDelegationsAndKeys(hes, markerPromise, delegateId, patient))\n ;(tags.includes('medicalInformation') || tags.includes('all')) &&\n (markerPromise = addDelegationsAndKeys(frms, markerPromise, delegateId, patient))\n ;(tags.includes('medicalInformation') || tags.includes('anonymousMedicalInformation') || tags.includes('all')) &&\n (markerPromise = addDelegationsAndKeys(ctcsStubs, markerPromise, delegateId, patient))\n ;(tags.includes('medicalInformation') || tags.includes('all')) &&\n (markerPromise = addDelegationsAndKeys(cls, markerPromise, delegateId, patient))\n ;(tags.includes('medicalInformation') || tags.includes('all')) &&\n (markerPromise = addDelegationsAndKeys(cis, markerPromise, delegateId, patient))\n ;(tags.includes('financialInformation') || tags.includes('all')) &&\n (markerPromise = addDelegationsAndKeys(ivs, markerPromise, delegateId, patient))\n ;(tags.includes('medicalInformation') || tags.includes('all')) &&\n (markerPromise = addDelegationsAndKeys(docs, markerPromise, delegateId, null))\n })\n\n return markerPromise\n .then(() => {\n //console.log(\"scd\")\n return (\n ((allTags.includes('medicalInformation') || allTags.includes('anonymousMedicalInformation') || allTags.includes('all')) &&\n ctcsStubs &&\n ctcsStubs.length &&\n !_.isEqual(oCtcsStubs, ctcsStubs) &&\n this.contactApi\n .setContactsDelegations(ctcsStubs)\n .then(() => {\n status.contacts.success = true\n status.contacts.modified += ctcsStubs.length\n })\n .catch((e) => (status.contacts.error = e))) ||\n Promise.resolve((status.contacts.success = true))\n )\n })\n .then(() => {\n //console.log(\"shed\")\n return (\n ((allTags.includes('medicalInformation') || allTags.includes('anonymousMedicalInformation') || allTags.includes('all')) &&\n hes &&\n hes.length &&\n !_.isEqual(oHes, hes) &&\n this.helementApi\n .setHealthElementsDelegations(hes)\n .then(() => {\n status.healthElements.success = true\n status.healthElements.modified += hes.length\n })\n .catch((e) => (status.healthElements.error = e))) ||\n Promise.resolve((status.healthElements.success = true))\n )\n })\n .then(() => {\n //console.log(\"sfd\")\n return (\n ((allTags.includes('medicalInformation') || allTags.includes('all')) &&\n frms &&\n frms.length &&\n !_.isEqual(oFrms, frms) &&\n this.formApi\n .setFormsDelegations(frms)\n .then(() => {\n status.forms.success = true\n status.forms.modified += frms.length\n })\n .catch((e) => (status.forms.error = e))) ||\n Promise.resolve((status.forms.success = true))\n )\n })\n .then(() => {\n //console.log(\"sid\")\n return (\n ((allTags.includes('financialInformation') || allTags.includes('all')) &&\n ivs &&\n ivs.length &&\n !_.isEqual(oIvs, ivs) &&\n this.invoiceApi\n .setInvoicesDelegations(ivs)\n .then(() => {\n status.invoices.success = true\n status.invoices.modified += ivs.length\n })\n .catch((e) => (status.invoices.error = e))) ||\n Promise.resolve((status.invoices.success = true))\n )\n })\n .then(() => {\n //console.log(\"sdd\")\n return (\n ((allTags.includes('medicalInformation') || allTags.includes('all')) &&\n docs &&\n docs.length &&\n !_.isEqual(oDocs, docs) &&\n this.documentApi\n .setDocumentsDelegations(docs)\n .then(() => {\n status.documents.success = true\n status.documents.modified += docs.length\n })\n .catch((e) => (status.documents.error = e))) ||\n Promise.resolve((status.documents.success = true))\n )\n })\n .then(() => {\n //console.log(\"scld\")\n return (\n ((allTags.includes('medicalInformation') || allTags.includes('all')) &&\n cls &&\n cls.length &&\n !_.isEqual(oCls, cls) &&\n this.classificationApi\n .setClassificationsDelegations(cls)\n .then(() => {\n status.classifications.success = true\n status.classifications.modified += cls.length\n })\n .catch((e) => (status.classifications.error = e))) ||\n Promise.resolve((status.classifications.success = true))\n )\n })\n .then(() => {\n //console.log(\"scid\")\n return (\n ((allTags.includes('medicalInformation') || allTags.includes('all')) &&\n cis &&\n cis.length &&\n !_.isEqual(oCis, cis) &&\n this.calendarItemApi\n .setCalendarItemsDelegations(cis)\n .then(() => {\n status.calendarItems.success = true\n status.calendarItems.modified += cis.length\n })\n .catch((e) => (status.calendarItems.error = e))) ||\n Promise.resolve((status.calendarItems.success = true))\n )\n })\n .then(() => this.modifyPatientWithUser(user, patient))\n .then((p) => {\n status.patient.success = true\n console.log(\n `c: ${status.contacts.modified}, he: ${status.healthElements.modified}, docs: ${status.documents.modified}, frms: ${status.forms.modified}, ivs: ${status.invoices.modified}, cis: ${status.calendarItems.modified}, cls: ${status.classifications.modified}`\n )\n return { patient: p, statuses: status }\n })\n .catch((e) => {\n status.patient.error = e\n return { patient: patient, statuses: status }\n })\n })\n })\n : (allTags.includes('anonymousMedicalInformation')\n ? Promise.resolve(patient)\n : this.modifyPatientWithUser(\n user,\n _.assign(patient, {\n delegations: _.assign(\n patient.delegations,\n delegateIds\n .filter((id) => !patient.delegations || !patient.delegations[id]) //If there are delegations do not modify\n .reduce((acc, del: string) => Object.assign(acc, _.fromPairs([[del, []]])), patient.delegations || {})\n ),\n })\n )\n )\n .then((p) => {\n status.patient.success = true\n return { patient: p, statuses: status }\n })\n .catch((e) => {\n status.patient.error = e\n return { patient: patient, statuses: status }\n })\n })\n })\n }\n\n export(user: models.User, patId: string, ownerId: string, usingPost: boolean = false): Promise<{ id: string }> {\n return this.hcpartyApi.getHealthcareParty(ownerId).then((hcp) => {\n const parentId = hcp.parentId\n\n return retry(() => this.getPatientWithUser(user, patId))\n .then((patient: models.Patient) =>\n patient.encryptionKeys && Object.keys(patient.encryptionKeys || {}).length\n ? Promise.resolve(patient)\n : this.crypto.entities\n .ensureEncryptionKeysInitialised(patient)\n .then((patient: models.Patient) => this.modifyPatientWithUser(user, patient))\n )\n .then(async (patient: models.Patient | null) => {\n if (!patient) {\n return Promise.resolve({ id: patId })\n }\n const delSfks = await this.crypto.entities.secretIdsOf(patient, ownerId)\n return Promise.resolve().then(() => {\n return delSfks.length\n ? Promise.all([\n retry(() =>\n (usingPost\n ? this.helementApi.findByHCPartyPatientSecretFKeysArray(ownerId, _.uniq(delSfks))\n : this.helementApi.findByHCPartyPatientSecretFKeys(ownerId, _.uniq(delSfks).join(','))\n ).then((hes) =>\n parentId\n ? this.helementApi\n .findByHCPartyPatientSecretFKeys(parentId, _.uniq(delSfks).join(','))\n .then((moreHes) => _.uniqBy(hes.concat(moreHes), 'id'))\n : hes\n )\n ) as Promise<Array<models.IcureStub>>,\n retry(() =>\n (usingPost\n ? this.formApi.findFormsByHCPartyPatientForeignKeysUsingPost(ownerId, undefined, undefined, undefined, _.uniq(delSfks))\n : this.formApi.findFormsByHCPartyPatientForeignKeys(ownerId, _.uniq(delSfks).join(','))\n ).then((frms) =>\n parentId\n ? (usingPost\n ? this.formApi.findFormsByHCPartyPatientForeignKeysUsingPost(parentId, undefined, undefined, undefined, _.uniq(delSfks))\n : this.formApi.findFormsByHCPartyPatientForeignKeys(parentId, _.uniq(delSfks).join(','))\n ).then((moreFrms) => _.uniqBy(frms.concat(moreFrms), 'id'))\n : frms\n )\n ) as Promise<Array<models.Form>>,\n retry(() =>\n (usingPost\n ? this.contactApi.findByHCPartyPatientSecretFKeysArray(ownerId, _.uniq(delSfks))\n : this.contactApi.findByHCPartyPatientSecretFKeys(ownerId, _.uniq(delSfks).join(','))\n ).then((ctcs) =>\n parentId\n ? (usingPost\n ? this.contactApi.findByHCPartyPatientSecretFKeysArray(parentId, _.uniq(delSfks))\n : this.contactApi.findByHCPartyPatientSecretFKeys(parentId, _.uniq(delSfks).join(','))\n ).then((moreCtcs) => _.uniqBy(ctcs.concat(moreCtcs), 'id'))\n : ctcs\n )\n ) as Promise<Array<models.Contact>>,\n retry(() =>\n (usingPost\n ? this.invoiceApi.findInvoicesByHCPartyPatientForeignKeysUsingPost(ownerId, _.uniq(delSfks))\n : this.invoiceApi.findInvoicesByHCPartyPatientForeignKeys(ownerId, _.uniq(delSfks).join(','))\n ).then((ivs) =>\n parentId\n ? (usingPost\n ? this.invoiceApi.findInvoicesByHCPartyPatientForeignKeysUsingPost(parentId, _.uniq(delSfks))\n : this.invoiceApi.findInvoicesByHCPartyPatientForeignKeys(parentId, _.uniq(delSfks).join(','))\n ).then((moreIvs) => _.uniqBy(ivs.concat(moreIvs), 'id'))\n : ivs\n )\n ) as Promise<Array<models.IcureStub>>,\n retry(() =>\n this.classificationApi\n .findClassificationsByHCPartyPatientForeignKeys(ownerId, _.uniq(delSfks).join(','))\n .then((cls) =>\n parentId\n ? this.classificationApi\n .findClassificationsByHCPartyPatientForeignKeys(parentId, _.uniq(delSfks).join(','))\n .then((moreCls) => _.uniqBy(cls.concat(moreCls), 'id'))\n : cls\n )\n ) as Promise<Array<models.Classification>>,\n retry(async () => {\n const delegationSFKs = _.uniq(delSfks).join(',')\n try {\n let calendarItems = await (usingPost\n ? this.calendarItemApi.findByHCPartyPatientSecretFKeysArray(ownerId, _.uniq(delSfks))\n : this.calendarItemApi.findByHCPartyPatientSecretFKeys(ownerId, _.uniq(delSfks).join(',')))\n\n if (parentId) {\n const moreCalendarItems = await (usingPost\n ? this.calendarItemApi.findByHCPartyPatientSecretFKeysArray(parentId, _.uniq(delSfks))\n : this.calendarItemApi.findByHCPartyPatientSecretFKeys(parentId, _.uniq(delSfks).join(',')))\n calendarItems = _.uniqBy(calendarItems.concat(moreCalendarItems), 'id')\n }\n\n return calendarItems\n } catch (ex) {\n console.log(`exception occured exporting calendarItem for ownerId: ${ownerId} - ${ex}`)\n //throw ex\n }\n }) as Promise<Array<models.CalendarItem>>,\n ]).then(([hes, frms, ctcs, ivs, cls, cis]) => {\n const docIds: { [key: string]: number } = {}\n ctcs.forEach(\n (c: models.Contact) =>\n c.services &&\n c.services.forEach((s) => s.content && Object.values(s.content).forEach((c) => c && c.documentId && (docIds[c.documentId] = 1)))\n )\n\n return retry(() => this.documentApi.getDocuments(new ListOfIds({ ids: Object.keys(docIds) }))).then((docs: Array<Document>) => {\n return {\n id: patId,\n patient: patient,\n contacts: ctcs,\n forms: frms,\n healthElements: hes,\n invoices: ivs,\n classifications: cls,\n calItems: cis,\n documents: docs,\n }\n })\n })\n : Promise.resolve({\n id: patId,\n patient: patient,\n contacts: [],\n forms: [],\n healthElements: [],\n invoices: [],\n classifications: [],\n calItems: [],\n documents: [],\n })\n })\n })\n })\n }\n\n checkInami(inami: string): boolean {\n const num_inami = inami.replace(new RegExp('[^(0-9)]', 'g'), '')\n\n const checkDigit = num_inami.substring(6, 2)\n const numSansCheck = num_inami.substring(0, 6)\n let retour = false\n\n //modulo du niss\n const modINAMI = parseInt(numSansCheck) % 97\n\n //obtention du num de check 97 - le resultat du mod\n const checkDigit_2 = 97 - modINAMI\n\n if (parseInt(checkDigit) == checkDigit_2) {\n retour = true\n }\n return retour\n }\n\n isValidSsin(ssin: string) {\n ssin = ssin.replace(new RegExp('[^(0-9)]', 'g'), '')\n let isValidNiss = false\n\n const normalNumber =\n /^[0-9][0-9](([0][0-9])|([1][0-2]))(([0-2][0-9])|([3][0-1]))(([0-9]{2}[1-9])|([0-9][1-9][0-9])|([1-9][0-9]{2}))(([0-8][0-9])|([9][0-7]))$/.test(\n ssin\n )\n const bisNumber = /^[0-9][0-9](([2][0-9])|([3][0-2]))(([0-2][0-9])|([3][0-1]))[0-9]{3}(([0-8][0-9])|([9][0-7]))$/.test(ssin)\n const terNumber = /^[0-9][0-9](([4][0-9])|([5][0-2]))(([0-2][0-9])|([3][0-1]))[0-9]{3}(([0-8][0-9])|([9][0-7]))$/.test(ssin)\n\n if (normalNumber || bisNumber || terNumber) {\n isValidNiss =\n 97 - (Number(ssin.substring(0, 9)) % 97) === Number(ssin.substring(9, 2))\n ? true\n : 97 - (Number('2' + ssin.substring(0, 9)) % 97) === Number(ssin.substring(9, 2))\n }\n\n return isValidNiss\n }\n\n async getPatientIdOfChildDocumentForHcpAndHcpParents(\n childDocument: models.Invoice | models.CalendarItem | models.Contact | models.AccessLog,\n hcpId: string\n ): Promise<string> {\n const parentIdsArray = await this.crypto.entities.owningEntityIdsOf(childDocument, hcpId)\n\n const multipleParentIds = _.uniq(parentIdsArray).length > 1\n\n if (multipleParentIds) {\n throw 'Child document with id ' + childDocument.id + ' contains multiple parent ids in its CFKs for hcpId: ' + hcpId\n }\n\n const parentId = _.first(parentIdsArray)\n\n if (!parentId) {\n throw 'Parent id is empty in CFK of child document with id ' + childDocument.id + ' for hcpId: ' + hcpId\n }\n\n let patient: models.Patient = await super.getPatient(parentId!)\n\n let mergeLevel = 0\n const maxMergeLevel = 10\n while (patient.mergeToPatientId) {\n mergeLevel++\n if (mergeLevel === maxMergeLevel) {\n throw 'Too many merged levels for parent (Patient) of child document ' + childDocument.id + ' ; hcpId: ' + hcpId\n }\n\n patient = await super.getPatient(patient.mergeToPatientId!)\n }\n\n return patient.id!\n }\n\n /**\n * Share an existing patient with other data owners, allowing them to access the non-encrypted data of the patient and optionally also\n * the encrypted content.\n * @param delegateId the id of the data owner which will be granted access to the patient.\n * @param patient the patient to share.\n * @param shareSecretIds the secret ids of the Patient that the delegate will be given access to. Allows the delegate to search for data where the\n * shared Patient is the owning entity id.\n * @param options optional parameters to customize the sharing behaviour:\n * - shareEncryptionKey: specifies if the encryption key of the access log should be shared with the delegate, giving access to all encrypted\n * content of the entity, excluding other encrypted metadata (defaults to {@link ShareMetadataBehaviour.IF_AVAILABLE}). Note that by default a\n * patient does not have encrypted content.\n * {@link ShareMetadataBehaviour.IF_AVAILABLE}).\n * @return a promise which will contain the updated patient.\n */\n async shareWith(\n delegateId: string,\n patient: models.Patient,\n shareSecretIds: string[],\n options: {\n shareEncryptionKey?: ShareMetadataBehaviour // Defaults to ShareMetadataBehaviour.IF_AVAILABLE\n } = {}\n ): Promise<models.Patient> {\n return this.shareWithMany(patient, { [delegateId]: { shareSecretIds, ...options } })\n }\n\n /**\n * Share an existing patient with other data owners, allowing them to access the non-encrypted data of the patient and optionally also\n * the encrypted content.\n * @param patient the patient to share.\n * @param delegates sharing options for each delegate.\n * - shareEncryptionKey: specifies if the encryption key of the access log should be shared with the delegate, giving access to all encrypted\n * content of the entity, excluding other encrypted metadata (defaults to {@link ShareMetadataBehaviour.IF_AVAILABLE}). Note that by default a\n * patient does not have encrypted content.\n * - shareSecretIds the secret ids of the Patient that the delegate will be given access to. Allows the delegate to search for data where the\n * shared Patient is the owning entity id.\n * {@link ShareMetadataBehaviour.IF_AVAILABLE}).\n * @return a promise which will contain the updated patient.\n */\n async shareWithMany(\n patient: models.Patient,\n delegates: {\n [delegateId: string]: {\n shareSecretIds: string[]\n shareEncryptionKey?: ShareMetadataBehaviour // Defaults to ShareMetadataBehaviour.IF_AVAILABLE\n }\n }\n ): Promise<models.Patient> {\n const self = await this.dataOwnerApi.getCurrentDataOwnerId()\n return await this.modifyAs(self, await this.crypto.entities.entityWithAutoExtendedEncryptedMetadata(patient, false, delegates))\n }\n\n /**\n * @param patient a patient\n * @return all the decryptable secret ids of the patient, retrieved from the encrypted metadata. The result may be used to find entities where the\n * patient is the 'owning entity', or in the {@link shareWith} method in order to share it with other data owners.\n */\n decryptSecretIdsOf(patient: models.Patient): Promise<string[]> {\n return this.crypto.entities.secretIdsOf(patient, undefined)\n }\n\n /**\n * @param patient a patient\n * @return the confidential secret ids of the patient, retrieved from the encrypted metadata. The result may be used to find entities where the\n * patient is the 'owning entity', or in the {@link shareWith} method in order to share it with other data owners.\n */\n decryptConfidentialSecretIdsOf(patient: models.Patient): Promise<string[]> {\n return this.crypto.confidential.getConfidentialSecretIds(patient, undefined)\n }\n\n /**\n * @param patient a patient\n * @return the non-confidential secret ids of the patient, retrieved from the encrypted metadata. The result may be used to find entities where the\n * patient is the 'owning entity', or in the {@link shareWith} method in order to share it with other data owners.\n */\n decryptNonConfidentialSecretIdsOf(patient: models.Patient): Promise<string[]> {\n return this.crypto.confidential.getSecretIdsSharedWithParents(patient)\n }\n\n async getDataOwnersWithAccessTo(\n entity: models.Patient\n ): Promise<{ permissionsByDataOwnerId: { [p: string]: 'WRITE' }; hasUnknownAnonymousDataOwners: boolean }> {\n return await this.crypto.entities.getDataOwnersWithAccessTo(entity)\n }\n\n async getEncryptionKeysOf(entity: models.Patient): Promise<string[]> {\n return await this.crypto.entities.encryptionKeysOf(entity)\n }\n\n /**\n * Merge two patients into one. This method performs the following operations:\n * - The `from` patient will be soft-deleted, and it will point to the `into` patient. Only the `deletionDate` and `mergeToPatientId` fields of the\n * patient will be changed (automatically by this method). Note that the value of {@link from} is only used to verify that the client is aware of\n * the last version of the `from` patient: any changes to its content and/or metadata compared to what is actually stored in the database will be\n * ignored.\n * - The metadata of the `into` patient will be automatically updated to contain also the metadata of the `from` patient and to keep track of the\n * merge:\n * - the `mergedIds` will be updated to contain the `from` patient id\n * - all secret ids of the `from` patient will be added to the `into` patient\n * - all data owners (including anonymous data owners) with access to the `from` patient will have the same access to the merged `into` patient\n * (unless they already had greater access to the `into` patient, in which case they keep the greater access)\n * - The content of the `into` patient will be updated to match the content (name, address, note, ...) of the provided {@link mergedInto} parameter.\n * Note that since the metadata is automatically updated by this method you must not change the metadata of the `mergedInto` patient\n * (`delegations`, mergedInto`, ...): if there is any change between the metadata of the provided `mergedInto` patient and the stored patient this\n * method will fail with an error.\n *\n * In case the revisions of {@link from} and/or {@link mergedInto} does not match the latest revisions for these patients in the database this\n * method will fail without soft-deleting the `from` patient and without updating the `into` patient with the merged content and metadata. You will\n * have to retrieve the updated versions of both patients before retrying the merge.\n *\n * Finally, note that this method only merges existing data, and does not perform any automatic sharing of the data. The secret ids and encryption\n * keys will not be shared with users that had access only to one of the entity, you will have to use the {@link shareWith} method after the merge\n * if you want to do so.\n * For example consider hcps A, B with access to P' and hcps A, C with access to P'', and we merge P'' into P'. After the merge:\n * - A has access to all secret ids of the merged patient and to the encryption key of the merged patient\n * - B has access to the encryption key of the merged patient (since it is the same as in P'), but only to the secret id which was originally from\n * the unmerged P'\n * - C has no access to the encryption key of the merged patient, and has access only to the secret id which was originally from the unmerged P''\n *\n * @param from the original, unmodified `from` patient. Its content will be unchanged and its metadata will be automatically updated by this method\n * to reflect the merge.\n * @param mergedInto the `into` patient with updated content result of the merge with the `from` patient, as specified by your application logic.\n * The metadata of the `mergedInto` patient must not differ from the metadata of the stored version of the patient, since it will be automatically\n * updated by the method.\n * @return the updated `into` patient.\n */\n async mergePatients(from: Patient, mergedInto: Patient): Promise<Patient> {\n const encryptedMerged = (await this.encryptAs(undefined, [mergedInto]))[0]\n const merged = await super.baseMergePatients(from.id!, from.rev!, encryptedMerged)\n return (await this.tryDecryptOrReturnOriginal(undefined, [merged]))[0].entity\n }\n}\n"]}
@@ -4,7 +4,8 @@ import * as models from '../icc-api/model/models';
4
4
  import { IccDataOwnerXApi } from './icc-data-owner-x-api';
5
5
  import { AuthenticationProvider } from './auth/AuthenticationProvider';
6
6
  import { ShareMetadataBehaviour } from './crypto/ShareMetadataBehaviour';
7
- export declare class IccReceiptXApi extends IccReceiptApi {
7
+ import { EncryptedEntityXApi } from './basexapi/EncryptedEntityXApi';
8
+ export declare class IccReceiptXApi extends IccReceiptApi implements EncryptedEntityXApi<models.Receipt> {
8
9
  private crypto;
9
10
  dataOwnerApi: IccDataOwnerXApi;
10
11
  constructor(host: string, headers: {
@@ -37,7 +38,15 @@ export declare class IccReceiptXApi extends IccReceiptApi {
37
38
  */
38
39
  encryptAndSetReceiptAttachment(receipt: models.Receipt, blobType: string, attachment: ArrayBuffer | Uint8Array): Promise<models.Receipt>;
39
40
  /**
40
- * Gets the attachment of a receipt and tries to decrypt it using the encryption keys of the receipt.
41
+ * Adds an unencrypted attachment to a receipt.
42
+ * @param receipt a receipt.
43
+ * @param blobType the type of the attachment.
44
+ * @param attachment a attachment for the receipt.
45
+ * @return the updated receipt.
46
+ */
47
+ setClearReceiptAttachment(receipt: models.Receipt, blobType: string, attachment: ArrayBuffer | Uint8Array): Promise<models.Receipt>;
48
+ /**
49
+ * Gets the attachment of a receipt and tries to decrypt it using the encryption keys of the receipt, throwing an error if the operation fails.
41
50
  * @param receipt a receipt.
42
51
  * @param attachmentId id of the attachment of this receipt to retrieve.
43
52
  * @param validator optionally a validator function which checks if the decryption was successful. In cases where the receipt has many encryption
@@ -45,6 +54,20 @@ export declare class IccReceiptXApi extends IccReceiptApi {
45
54
  * @return the decrypted attachment, if it could be decrypted, else the encrypted attachment.
46
55
  */
47
56
  getAndDecryptReceiptAttachment(receipt: models.Receipt, attachmentId: string, validator?: (decrypted: ArrayBuffer) => Promise<boolean>): Promise<ArrayBuffer>;
57
+ /**
58
+ * Gets the attachment of a receipt and tries to decrypt it using the encryption keys of the receipt.
59
+ * @param receipt a receipt.
60
+ * @param attachmentId id of the attachment of this receipt to retrieve.
61
+ * @param validator optionally a validator function which checks if the decryption was successful. In cases where the receipt has many encryption
62
+ * keys and it is unclear which one should be used this function can help to detect bad decryptions.
63
+ * @return an object containing:
64
+ * - data: the decrypted attachment, if it could be decrypted, else the encrypted attachment.
65
+ * - wasDecrypted: if the data was successfully decrypted or not
66
+ */
67
+ getAndTryDecryptReceiptAttachment(receipt: models.Receipt, attachmentId: string, validator?: (decrypted: ArrayBuffer) => Promise<boolean>): Promise<{
68
+ data: ArrayBuffer;
69
+ wasDecrypted: boolean;
70
+ }>;
48
71
  /**
49
72
  * Share an existing receipt with other data owners, allowing them to access the non-encrypted data of the receipt and optionally also
50
73
  * the encrypted content.
@@ -59,4 +82,26 @@ export declare class IccReceiptXApi extends IccReceiptApi {
59
82
  shareWith(delegateId: string, receipt: models.Receipt, options?: {
60
83
  shareEncryptionKey?: ShareMetadataBehaviour;
61
84
  }): Promise<models.Receipt>;
85
+ /**
86
+ * Share an existing receipt with other data owners, allowing them to access the non-encrypted data of the receipt and optionally also
87
+ * the encrypted content.
88
+ * @param receipt the receipt to share.
89
+ * @param delegates sharing options for each delegate which will gain access to the entity:
90
+ * - shareEncryptionKey: specifies if the encryption key of the access log should be shared with the delegate, giving access to all encrypted
91
+ * content of the entity, excluding other encrypted metadata (defaults to {@link ShareMetadataBehaviour.IF_AVAILABLE}). Note that by default a
92
+ * receipt does not have encrypted content.
93
+ * @return a promise which will contain the updated receipt.
94
+ */
95
+ shareWithMany(receipt: models.Receipt, delegates: {
96
+ [delegateId: string]: {
97
+ shareEncryptionKey?: ShareMetadataBehaviour;
98
+ };
99
+ }): Promise<models.Receipt>;
100
+ getDataOwnersWithAccessTo(entity: models.Receipt): Promise<{
101
+ permissionsByDataOwnerId: {
102
+ [dataOwnerId: string]: 'WRITE';
103
+ };
104
+ hasUnknownAnonymousDataOwners: boolean;
105
+ }>;
106
+ getEncryptionKeysOf(entity: models.Receipt): Promise<string[]>;
62
107
  }
@@ -14,7 +14,6 @@ const icc_api_1 = require("../icc-api");
14
14
  const _ = require("lodash");
15
15
  const models = require("../icc-api/model/models");
16
16
  const AuthenticationProvider_1 = require("./auth/AuthenticationProvider");
17
- const ShareMetadataBehaviour_1 = require("./crypto/ShareMetadataBehaviour");
18
17
  class IccReceiptXApi extends icc_api_1.IccReceiptApi {
19
18
  constructor(host, headers, crypto, dataOwnerApi, authenticationProvider = new AuthenticationProvider_1.NoAuthenticationProvider(), fetchImpl = typeof window !== 'undefined'
20
19
  ? window.fetch
@@ -79,7 +78,19 @@ class IccReceiptXApi extends icc_api_1.IccReceiptApi {
79
78
  });
80
79
  }
81
80
  /**
82
- * Gets the attachment of a receipt and tries to decrypt it using the encryption keys of the receipt.
81
+ * Adds an unencrypted attachment to a receipt.
82
+ * @param receipt a receipt.
83
+ * @param blobType the type of the attachment.
84
+ * @param attachment a attachment for the receipt.
85
+ * @return the updated receipt.
86
+ */
87
+ setClearReceiptAttachment(receipt, blobType, attachment) {
88
+ return __awaiter(this, void 0, void 0, function* () {
89
+ return yield this.setReceiptAttachment(receipt.id, blobType, undefined, attachment);
90
+ });
91
+ }
92
+ /**
93
+ * Gets the attachment of a receipt and tries to decrypt it using the encryption keys of the receipt, throwing an error if the operation fails.
83
94
  * @param receipt a receipt.
84
95
  * @param attachmentId id of the attachment of this receipt to retrieve.
85
96
  * @param validator optionally a validator function which checks if the decryption was successful. In cases where the receipt has many encryption
@@ -88,7 +99,25 @@ class IccReceiptXApi extends icc_api_1.IccReceiptApi {
88
99
  */
89
100
  getAndDecryptReceiptAttachment(receipt, attachmentId, validator = () => Promise.resolve(true)) {
90
101
  return __awaiter(this, void 0, void 0, function* () {
91
- return yield this.crypto.entities.decryptDataOf(receipt, yield this.getReceiptAttachment(receipt.id, attachmentId, ''), (x) => validator(x));
102
+ const { data, wasDecrypted } = yield this.crypto.entities.tryDecryptDataOf(receipt, yield this.getReceiptAttachment(receipt.id, attachmentId, ''), (x) => validator(x));
103
+ if (!wasDecrypted)
104
+ throw new Error(`No valid key found to decrypt data of receipt ${receipt.id}.`);
105
+ return data;
106
+ });
107
+ }
108
+ /**
109
+ * Gets the attachment of a receipt and tries to decrypt it using the encryption keys of the receipt.
110
+ * @param receipt a receipt.
111
+ * @param attachmentId id of the attachment of this receipt to retrieve.
112
+ * @param validator optionally a validator function which checks if the decryption was successful. In cases where the receipt has many encryption
113
+ * keys and it is unclear which one should be used this function can help to detect bad decryptions.
114
+ * @return an object containing:
115
+ * - data: the decrypted attachment, if it could be decrypted, else the encrypted attachment.
116
+ * - wasDecrypted: if the data was successfully decrypted or not
117
+ */
118
+ getAndTryDecryptReceiptAttachment(receipt, attachmentId, validator = () => Promise.resolve(true)) {
119
+ return __awaiter(this, void 0, void 0, function* () {
120
+ return yield this.crypto.entities.tryDecryptDataOf(receipt, yield this.getReceiptAttachment(receipt.id, attachmentId, ''), (x) => validator(x));
92
121
  });
93
122
  }
94
123
  /**
@@ -104,7 +133,32 @@ class IccReceiptXApi extends icc_api_1.IccReceiptApi {
104
133
  */
105
134
  shareWith(delegateId, receipt, options = {}) {
106
135
  return __awaiter(this, void 0, void 0, function* () {
107
- return yield this.modifyReceipt(yield this.crypto.entities.entityWithAutoExtendedEncryptedMetadata(receipt, delegateId, undefined, options.shareEncryptionKey, ShareMetadataBehaviour_1.ShareMetadataBehaviour.IF_AVAILABLE));
136
+ return this.shareWithMany(receipt, { [delegateId]: options });
137
+ });
138
+ }
139
+ /**
140
+ * Share an existing receipt with other data owners, allowing them to access the non-encrypted data of the receipt and optionally also
141
+ * the encrypted content.
142
+ * @param receipt the receipt to share.
143
+ * @param delegates sharing options for each delegate which will gain access to the entity:
144
+ * - shareEncryptionKey: specifies if the encryption key of the access log should be shared with the delegate, giving access to all encrypted
145
+ * content of the entity, excluding other encrypted metadata (defaults to {@link ShareMetadataBehaviour.IF_AVAILABLE}). Note that by default a
146
+ * receipt does not have encrypted content.
147
+ * @return a promise which will contain the updated receipt.
148
+ */
149
+ shareWithMany(receipt, delegates) {
150
+ return __awaiter(this, void 0, void 0, function* () {
151
+ return yield this.modifyReceipt(yield this.crypto.entities.entityWithAutoExtendedEncryptedMetadata(receipt, true, delegates));
152
+ });
153
+ }
154
+ getDataOwnersWithAccessTo(entity) {
155
+ return __awaiter(this, void 0, void 0, function* () {
156
+ return yield this.crypto.entities.getDataOwnersWithAccessTo(entity);
157
+ });
158
+ }
159
+ getEncryptionKeysOf(entity) {
160
+ return __awaiter(this, void 0, void 0, function* () {
161
+ return yield this.crypto.entities.encryptionKeysOf(entity);
108
162
  });
109
163
  }
110
164
  }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icc-receipt-x-api.js","sourceRoot":"","sources":["../../icc-x-api/icc-receipt-x-api.ts"],"names":[],"mappings":"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","sourcesContent":["import { IccReceiptApi } from '../icc-api'\nimport { IccCryptoXApi } from './icc-crypto-x-api'\nimport * as _ from 'lodash'\nimport * as models from '../icc-api/model/models'\nimport { IccDataOwnerXApi } from './icc-data-owner-x-api'\nimport { AuthenticationProvider, NoAuthenticationProvider } from './auth/AuthenticationProvider'\nimport { ShareMetadataBehaviour } from './crypto/ShareMetadataBehaviour'\nimport { EncryptedEntityXApi } from './basexapi/EncryptedEntityXApi'\n\nexport class IccReceiptXApi extends IccReceiptApi implements EncryptedEntityXApi<models.Receipt> {\n dataOwnerApi: IccDataOwnerXApi\n\n constructor(\n host: string,\n headers: { [key: string]: string },\n private crypto: IccCryptoXApi,\n dataOwnerApi: IccDataOwnerXApi,\n authenticationProvider: AuthenticationProvider = new NoAuthenticationProvider(),\n fetchImpl: (input: RequestInfo, init?: RequestInit) => Promise<Response> = typeof window !== 'undefined'\n ? window.fetch\n : typeof self !== 'undefined'\n ? self.fetch\n : fetch\n ) {\n super(host, headers, authenticationProvider, fetchImpl)\n this.dataOwnerApi = dataOwnerApi\n }\n\n /**\n * Creates a new instance of receipt with initialised encryption metadata (not in the database).\n * @param user the current user.\n * @param r initialised data for the receipt. Metadata such as id, creation data, etc. will be automatically initialised, but you can specify\n * other kinds of data or overwrite generated metadata with this. You can't specify encryption metadata.\n * @param options optional parameters:\n * - additionalDelegates: delegates which will have access to the entity in addition to the current data owner and delegates from the\n * auto-delegations. Must be an object which associates each data owner id with the access level to give to that data owner. May overlap with\n * auto-delegations, in such case the access level specified here will be used. Currently only WRITE access is supported, but in future also read\n * access will be possible.\n * @return a new instance of receipt.\n */\n async newInstance(\n user: models.User,\n r: any,\n options: {\n additionalDelegates?: { [dataOwnerId: string]: 'WRITE' }\n } = {}\n ): Promise<models.Receipt> {\n const receipt = new models.Receipt(\n _.extend(\n {\n id: this.crypto.randomUuid(),\n _type: 'org.taktik.icure.entities.Receipt',\n created: new Date().getTime(),\n modified: new Date().getTime(),\n responsible: this.dataOwnerApi.getDataOwnerIdOf(user),\n author: user.id,\n codes: [],\n tags: [],\n },\n r || {}\n )\n )\n\n const extraDelegations = [\n ...Object.keys(options.additionalDelegates ?? {}),\n ...(user.autoDelegations?.all ?? []),\n ...(user.autoDelegations?.medicalInformation ?? []),\n ]\n return new models.Receipt(\n await this.crypto.entities\n .entityWithInitialisedEncryptedMetadata(receipt, undefined, undefined, true, extraDelegations)\n .then((x) => x.updatedEntity)\n )\n }\n\n logReceipt(user: models.User, docId: string, refs: Array<string>, blobType: string, blob: ArrayBuffer) {\n return this.newInstance(user, { documentId: docId, references: refs })\n .then((rcpt) => this.createReceipt(rcpt))\n .then((rcpt) => (blob.byteLength != 0 ? this.setReceiptAttachment(rcpt.id!, blobType, '', <any>blob) : Promise.resolve(rcpt)))\n }\n\n /**\n * Adds an attachment to a receipt, encrypting it on client side using the encryption keys of the provided receipt.\n * @param receipt a receipt.\n * @param blobType the type of the attachment.\n * @param attachment a attachment for the receipt.\n * @return the updated receipt.\n */\n async encryptAndSetReceiptAttachment(receipt: models.Receipt, blobType: string, attachment: ArrayBuffer | Uint8Array): Promise<models.Receipt> {\n const encryptedData = await this.crypto.entities.encryptDataOf(receipt, attachment)\n return await this.setReceiptAttachment(receipt.id!, blobType, undefined, encryptedData)\n }\n\n /**\n * Adds an unencrypted attachment to a receipt.\n * @param receipt a receipt.\n * @param blobType the type of the attachment.\n * @param attachment a attachment for the receipt.\n * @return the updated receipt.\n */\n async setClearReceiptAttachment(receipt: models.Receipt, blobType: string, attachment: ArrayBuffer | Uint8Array): Promise<models.Receipt> {\n return await this.setReceiptAttachment(receipt.id!, blobType, undefined, attachment)\n }\n\n /**\n * Gets the attachment of a receipt and tries to decrypt it using the encryption keys of the receipt, throwing an error if the operation fails.\n * @param receipt a receipt.\n * @param attachmentId id of the attachment of this receipt to retrieve.\n * @param validator optionally a validator function which checks if the decryption was successful. In cases where the receipt has many encryption\n * keys and it is unclear which one should be used this function can help to detect bad decryptions.\n * @return the decrypted attachment, if it could be decrypted, else the encrypted attachment.\n */\n async getAndDecryptReceiptAttachment(\n receipt: models.Receipt,\n attachmentId: string,\n validator: (decrypted: ArrayBuffer) => Promise<boolean> = () => Promise.resolve(true)\n ): Promise<ArrayBuffer> {\n const { data, wasDecrypted } = await this.crypto.entities.tryDecryptDataOf(\n receipt,\n await this.getReceiptAttachment(receipt.id!, attachmentId, ''),\n (x) => validator(x)\n )\n if (!wasDecrypted) throw new Error(`No valid key found to decrypt data of receipt ${receipt.id}.`)\n return data\n }\n\n /**\n * Gets the attachment of a receipt and tries to decrypt it using the encryption keys of the receipt.\n * @param receipt a receipt.\n * @param attachmentId id of the attachment of this receipt to retrieve.\n * @param validator optionally a validator function which checks if the decryption was successful. In cases where the receipt has many encryption\n * keys and it is unclear which one should be used this function can help to detect bad decryptions.\n * @return an object containing:\n * - data: the decrypted attachment, if it could be decrypted, else the encrypted attachment.\n * - wasDecrypted: if the data was successfully decrypted or not\n */\n async getAndTryDecryptReceiptAttachment(\n receipt: models.Receipt,\n attachmentId: string,\n validator: (decrypted: ArrayBuffer) => Promise<boolean> = () => Promise.resolve(true)\n ): Promise<{ data: ArrayBuffer; wasDecrypted: boolean }> {\n return await this.crypto.entities.tryDecryptDataOf(receipt, await this.getReceiptAttachment(receipt.id!, attachmentId, ''), (x) => validator(x))\n }\n\n /**\n * Share an existing receipt with other data owners, allowing them to access the non-encrypted data of the receipt and optionally also\n * the encrypted content.\n * @param delegateId the id of the data owner which will be granted access to the receipt.\n * @param receipt the receipt to share.\n * @param options optional parameters to customize the sharing behaviour:\n * - shareEncryptionKey: specifies if the encryption key of the access log should be shared with the delegate, giving access to all encrypted\n * content of the entity, excluding other encrypted metadata (defaults to {@link ShareMetadataBehaviour.IF_AVAILABLE}). Note that by default a\n * receipt does not have encrypted content.\n * @return a promise which will contain the updated receipt.\n */\n async shareWith(\n delegateId: string,\n receipt: models.Receipt,\n options: {\n shareEncryptionKey?: ShareMetadataBehaviour // Defaults to ShareMetadataBehaviour.IF_AVAILABLE\n } = {}\n ): Promise<models.Receipt> {\n return this.shareWithMany(receipt, { [delegateId]: options })\n }\n\n /**\n * Share an existing receipt with other data owners, allowing them to access the non-encrypted data of the receipt and optionally also\n * the encrypted content.\n * @param receipt the receipt to share.\n * @param delegates sharing options for each delegate which will gain access to the entity:\n * - shareEncryptionKey: specifies if the encryption key of the access log should be shared with the delegate, giving access to all encrypted\n * content of the entity, excluding other encrypted metadata (defaults to {@link ShareMetadataBehaviour.IF_AVAILABLE}). Note that by default a\n * receipt does not have encrypted content.\n * @return a promise which will contain the updated receipt.\n */\n async shareWithMany(\n receipt: models.Receipt,\n delegates: {\n [delegateId: string]: {\n shareEncryptionKey?: ShareMetadataBehaviour // Defaults to ShareMetadataBehaviour.IF_AVAILABLE\n }\n }\n ): Promise<models.Receipt> {\n return await this.modifyReceipt(await this.crypto.entities.entityWithAutoExtendedEncryptedMetadata(receipt, true, delegates))\n }\n\n async getDataOwnersWithAccessTo(entity: models.Receipt): Promise<{\n permissionsByDataOwnerId: { [dataOwnerId: string]: 'WRITE' }\n hasUnknownAnonymousDataOwners: boolean\n }> {\n return await this.crypto.entities.getDataOwnersWithAccessTo(entity)\n }\n\n async getEncryptionKeysOf(entity: models.Receipt): Promise<string[]> {\n return await this.crypto.entities.encryptionKeysOf(entity)\n }\n}\n"]}
@@ -6,7 +6,8 @@ import { IccDataOwnerXApi } from './icc-data-owner-x-api';
6
6
  import * as models from '../icc-api/model/models';
7
7
  import { AuthenticationProvider } from './auth/AuthenticationProvider';
8
8
  import { ShareMetadataBehaviour } from './crypto/ShareMetadataBehaviour';
9
- export declare class IccTimeTableXApi extends IccTimeTableApi {
9
+ import { EncryptedEntityXApi } from './basexapi/EncryptedEntityXApi';
10
+ export declare class IccTimeTableXApi extends IccTimeTableApi implements EncryptedEntityXApi<TimeTable> {
10
11
  i18n: any;
11
12
  crypto: IccCryptoXApi;
12
13
  dataOwnerApi: IccDataOwnerXApi;
@@ -45,4 +46,27 @@ export declare class IccTimeTableXApi extends IccTimeTableApi {
45
46
  shareWith(delegateId: string, timeTable: models.TimeTable, options?: {
46
47
  shareEncryptionKey?: ShareMetadataBehaviour;
47
48
  }): Promise<models.TimeTable>;
49
+ /**
50
+ * Share an existing time table with other data owners, allowing them to access the non-encrypted data of the time table and optionally also
51
+ * the encrypted content, with read-only or read-write permissions.
52
+ * @param timeTable the time table to share.
53
+ * @param delegates sharing options for each delegate.
54
+ * - shareEncryptionKey: specifies if the encryption key of the access log should be shared with the delegate, giving access to all encrypted
55
+ * content of the entity, excluding other encrypted metadata (defaults to {@link ShareMetadataBehaviour.IF_AVAILABLE}). Note that by default a
56
+ * time table does not have encrypted content.
57
+ * @return a promise which will contain the result of the operation: the updated entity if the operation was successful or details of the error if
58
+ * the operation failed.
59
+ */
60
+ shareWithMany(timeTable: models.TimeTable, delegates: {
61
+ [delegateId: string]: {
62
+ shareEncryptionKey?: ShareMetadataBehaviour;
63
+ };
64
+ }): Promise<models.TimeTable>;
65
+ getDataOwnersWithAccessTo(entity: models.TimeTable): Promise<{
66
+ permissionsByDataOwnerId: {
67
+ [p: string]: 'WRITE';
68
+ };
69
+ hasUnknownAnonymousDataOwners: boolean;
70
+ }>;
71
+ getEncryptionKeysOf(entity: models.TimeTable): Promise<string[]>;
48
72
  }
@@ -15,7 +15,6 @@ const _ = require("lodash");
15
15
  const icc_api_1 = require("../icc-api");
16
16
  const models = require("../icc-api/model/models");
17
17
  const AuthenticationProvider_1 = require("./auth/AuthenticationProvider");
18
- const ShareMetadataBehaviour_1 = require("./crypto/ShareMetadataBehaviour");
19
18
  class IccTimeTableXApi extends icc_api_1.IccTimeTableApi {
20
19
  constructor(host, headers, crypto, dataOwnerApi, authenticationProvider = new AuthenticationProvider_1.NoAuthenticationProvider(), fetchImpl = typeof window !== 'undefined'
21
20
  ? window.fetch
@@ -76,7 +75,33 @@ class IccTimeTableXApi extends icc_api_1.IccTimeTableApi {
76
75
  */
77
76
  shareWith(delegateId, timeTable, options = {}) {
78
77
  return __awaiter(this, void 0, void 0, function* () {
79
- return yield this.modifyTimeTable(yield this.crypto.entities.entityWithAutoExtendedEncryptedMetadata(timeTable, delegateId, undefined, options.shareEncryptionKey, ShareMetadataBehaviour_1.ShareMetadataBehaviour.IF_AVAILABLE));
78
+ return this.shareWithMany(timeTable, { [delegateId]: options });
79
+ });
80
+ }
81
+ /**
82
+ * Share an existing time table with other data owners, allowing them to access the non-encrypted data of the time table and optionally also
83
+ * the encrypted content, with read-only or read-write permissions.
84
+ * @param timeTable the time table to share.
85
+ * @param delegates sharing options for each delegate.
86
+ * - shareEncryptionKey: specifies if the encryption key of the access log should be shared with the delegate, giving access to all encrypted
87
+ * content of the entity, excluding other encrypted metadata (defaults to {@link ShareMetadataBehaviour.IF_AVAILABLE}). Note that by default a
88
+ * time table does not have encrypted content.
89
+ * @return a promise which will contain the result of the operation: the updated entity if the operation was successful or details of the error if
90
+ * the operation failed.
91
+ */
92
+ shareWithMany(timeTable, delegates) {
93
+ return __awaiter(this, void 0, void 0, function* () {
94
+ return yield this.modifyTimeTable(yield this.crypto.entities.entityWithAutoExtendedEncryptedMetadata(timeTable, true, delegates));
95
+ });
96
+ }
97
+ getDataOwnersWithAccessTo(entity) {
98
+ return __awaiter(this, void 0, void 0, function* () {
99
+ return yield this.crypto.entities.getDataOwnersWithAccessTo(entity);
100
+ });
101
+ }
102
+ getEncryptionKeysOf(entity) {
103
+ return __awaiter(this, void 0, void 0, function* () {
104
+ return yield this.crypto.entities.encryptionKeysOf(entity);
80
105
  });
81
106
  }
82
107
  }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icc-time-table-x-api.js","sourceRoot":"","sources":["../../icc-x-api/icc-time-table-x-api.ts"],"names":[],"mappings":"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","sourcesContent":["import * as i18n from './rsrc/contact.i18n'\n\nimport * as _ from 'lodash'\nimport { IccTimeTableApi } from '../icc-api'\nimport { User } from '../icc-api/model/User'\nimport { TimeTable } from '../icc-api/model/TimeTable'\nimport { IccCryptoXApi } from './icc-crypto-x-api'\nimport { IccDataOwnerXApi } from './icc-data-owner-x-api'\nimport * as models from '../icc-api/model/models'\nimport { AuthenticationProvider, NoAuthenticationProvider } from './auth/AuthenticationProvider'\nimport { ShareMetadataBehaviour } from './crypto/ShareMetadataBehaviour'\nimport { EncryptedEntityXApi } from './basexapi/EncryptedEntityXApi'\n\nexport class IccTimeTableXApi extends IccTimeTableApi implements EncryptedEntityXApi<TimeTable> {\n i18n: any = i18n\n crypto: IccCryptoXApi\n dataOwnerApi: IccDataOwnerXApi\n\n constructor(\n host: string,\n headers: { [key: string]: string },\n crypto: IccCryptoXApi,\n dataOwnerApi: IccDataOwnerXApi,\n authenticationProvider: AuthenticationProvider = new NoAuthenticationProvider(),\n fetchImpl: (input: RequestInfo, init?: RequestInit) => Promise<Response> = typeof window !== 'undefined'\n ? window.fetch\n : typeof self !== 'undefined'\n ? self.fetch\n : fetch\n ) {\n super(host, headers, authenticationProvider, fetchImpl)\n this.crypto = crypto\n this.dataOwnerApi = dataOwnerApi\n }\n\n /**\n * Creates a new instance of timetable with initialised encryption metadata (not in the database).\n * @param user the current user.\n * @param tt initialised data for the timetable. Metadata such as id, creation data, etc. will be automatically initialised, but you can specify\n * other kinds of data or overwrite generated metadata with this. You can't specify encryption metadata.\n * @param options optional parameters:\n * - additionalDelegates: delegates which will have access to the entity in addition to the current data owner and delegates from the\n * auto-delegations. Must be an object which associates each data owner id with the access level to give to that data owner. May overlap with\n * auto-delegations, in such case the access level specified here will be used. Currently only WRITE access is supported, but in future also read\n * access will be possible.\n * @return a new instance of timetable.\n */\n async newInstance(\n user: User,\n tt: TimeTable,\n options: {\n additionalDelegates?: { [dataOwnerId: string]: 'WRITE' }\n } = {}\n ) {\n const timeTable = _.extend(\n {\n id: this.crypto.primitives.randomUuid(),\n _type: 'org.taktik.icure.entities.TimeTable',\n created: new Date().getTime(),\n modified: new Date().getTime(),\n responsible: this.dataOwnerApi.getDataOwnerIdOf(user),\n author: user.id,\n codes: [],\n tags: [],\n },\n tt || {}\n )\n\n const extraDelegations = [\n ...Object.keys(options.additionalDelegates ?? {}),\n ...(user.autoDelegations?.all ?? []),\n ...(user.autoDelegations?.administrativeData ?? []),\n ]\n return new models.TimeTable(\n await this.crypto.entities\n .entityWithInitialisedEncryptedMetadata(timeTable, undefined, undefined, true, extraDelegations)\n .then((x) => x.updatedEntity)\n )\n }\n\n /**\n * Share an existing time table with other data owners, allowing them to access the non-encrypted data of the time table and optionally also\n * the encrypted content, with read-only or read-write permissions.\n * @param delegateId the id of the data owner which will be granted access to the time table.\n * @param timeTable the time table to share.\n * @param options optional parameters to customize the sharing behaviour:\n * - shareEncryptionKey: specifies if the encryption key of the access log should be shared with the delegate, giving access to all encrypted\n * content of the entity, excluding other encrypted metadata (defaults to {@link ShareMetadataBehaviour.IF_AVAILABLE}). Note that by default a\n * time table does not have encrypted content.\n * @return a promise which will contain the result of the operation: the updated entity if the operation was successful or details of the error if\n * the operation failed.\n */\n async shareWith(\n delegateId: string,\n timeTable: models.TimeTable,\n options: {\n shareEncryptionKey?: ShareMetadataBehaviour // Defaults to ShareMetadataBehaviour.IF_AVAILABLE\n } = {}\n ): Promise<models.TimeTable> {\n return this.shareWithMany(timeTable, { [delegateId]: options })\n }\n\n /**\n * Share an existing time table with other data owners, allowing them to access the non-encrypted data of the time table and optionally also\n * the encrypted content, with read-only or read-write permissions.\n * @param timeTable the time table to share.\n * @param delegates sharing options for each delegate.\n * - shareEncryptionKey: specifies if the encryption key of the access log should be shared with the delegate, giving access to all encrypted\n * content of the entity, excluding other encrypted metadata (defaults to {@link ShareMetadataBehaviour.IF_AVAILABLE}). Note that by default a\n * time table does not have encrypted content.\n * @return a promise which will contain the result of the operation: the updated entity if the operation was successful or details of the error if\n * the operation failed.\n */\n async shareWithMany(\n timeTable: models.TimeTable,\n delegates: {\n [delegateId: string]: {\n shareEncryptionKey?: ShareMetadataBehaviour // Defaults to ShareMetadataBehaviour.IF_AVAILABLE\n }\n }\n ): Promise<models.TimeTable> {\n return await this.modifyTimeTable(await this.crypto.entities.entityWithAutoExtendedEncryptedMetadata(timeTable, true, delegates))\n }\n\n async getDataOwnersWithAccessTo(\n entity: models.TimeTable\n ): Promise<{ permissionsByDataOwnerId: { [p: string]: 'WRITE' }; hasUnknownAnonymousDataOwners: boolean }> {\n return await this.crypto.entities.getDataOwnersWithAccessTo(entity)\n }\n\n async getEncryptionKeysOf(entity: models.TimeTable): Promise<string[]> {\n return await this.crypto.entities.encryptionKeysOf(entity)\n }\n}\n"]}
@@ -20,6 +20,7 @@ import { IccMaintenanceTaskXApi } from './icc-maintenance-task-x-api';
20
20
  import { IccDataOwnerXApi } from './icc-data-owner-x-api';
21
21
  import { StorageFacade } from './storage/StorageFacade';
22
22
  import { KeyStorageFacade } from './storage/KeyStorageFacade';
23
+ import { AuthenticationProvider } from './auth/AuthenticationProvider';
23
24
  import { StorageEntryKeysFactory } from './storage/StorageEntryKeysFactory';
24
25
  import { CryptoStrategies } from './crypto/CryptoStrategies';
25
26
  import { IccIcureMaintenanceXApi } from './icc-icure-maintenance-x-api';
@@ -79,13 +80,19 @@ export interface Apis {
79
80
  export type ApiOptions = {
80
81
  readonly entryKeysFactory?: StorageEntryKeysFactory;
81
82
  readonly createMaintenanceTasksOnNewKey?: boolean;
82
- readonly forceBasic?: boolean;
83
- readonly autoLogin?: boolean;
84
83
  readonly storage?: StorageFacade<string>;
85
84
  readonly keyStorage?: KeyStorageFacade;
85
+ readonly headers?: {
86
+ [headerName: string]: string;
87
+ };
86
88
  };
87
- export declare const Api: (host: string, username: string, password: string, cryptoStrategies: CryptoStrategies, crypto?: Crypto, fetchImpl?: (input: RequestInfo, init?: RequestInit) => Promise<Response>, options?: ApiOptions) => Promise<Apis>;
88
- export declare const BasicApis: (host: string, username: string, password: string, crypto?: Crypto, fetchImpl?: (input: RequestInfo, init?: RequestInit) => Promise<Response>, forceBasic?: boolean, autoLogin?: boolean) => Promise<{
89
+ export type AuthenticationDetails = {
90
+ username: string;
91
+ password: string;
92
+ forceBasic?: boolean;
93
+ };
94
+ export declare const Api: (host: string, authenticationOptions: AuthenticationDetails | AuthenticationProvider, cryptoStrategies: CryptoStrategies, crypto?: Crypto, fetchImpl?: (input: RequestInfo, init?: RequestInit) => Promise<Response>, options?: ApiOptions) => Promise<Apis>;
95
+ export declare const BasicApis: (host: string, username: string, password: string, crypto?: Crypto, fetchImpl?: (input: RequestInfo, init?: RequestInit) => Promise<Response>, forceBasic?: boolean) => Promise<{
89
96
  authApi: IccAuthApi;
90
97
  codeApi: IccCodeXApi;
91
98
  userApi: IccUserXApi;