@icure/api 7.1.13 → 8.0.0-RC.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (337) hide show
  1. package/icc-api/api/IccAccesslogApi.d.ts +23 -1
  2. package/icc-api/api/IccAccesslogApi.js +154 -84
  3. package/icc-api/api/IccAccesslogApi.js.map +1 -1
  4. package/icc-api/api/IccBemikronoApi.d.ts +81 -0
  5. package/icc-api/api/IccBemikronoApi.js +163 -0
  6. package/icc-api/api/IccBemikronoApi.js.map +1 -0
  7. package/icc-api/api/IccCalendarItemApi.d.ts +21 -1
  8. package/icc-api/api/IccCalendarItemApi.js +183 -117
  9. package/icc-api/api/IccCalendarItemApi.js.map +1 -1
  10. package/icc-api/api/IccClassificationApi.d.ts +21 -1
  11. package/icc-api/api/IccClassificationApi.js +119 -63
  12. package/icc-api/api/IccClassificationApi.js.map +1 -1
  13. package/icc-api/api/IccContactApi.d.ts +21 -1
  14. package/icc-api/api/IccContactApi.js +385 -294
  15. package/icc-api/api/IccContactApi.js.map +1 -1
  16. package/icc-api/api/IccDocumentApi.d.ts +32 -25
  17. package/icc-api/api/IccDocumentApi.js +264 -212
  18. package/icc-api/api/IccDocumentApi.js.map +1 -1
  19. package/icc-api/api/IccExchangeDataApi.d.ts +19 -0
  20. package/icc-api/api/IccExchangeDataApi.js +85 -0
  21. package/icc-api/api/IccExchangeDataApi.js.map +1 -0
  22. package/icc-api/api/IccExchangeDataMapApi.d.ts +18 -0
  23. package/icc-api/api/IccExchangeDataMapApi.js +65 -0
  24. package/icc-api/api/IccExchangeDataMapApi.js.map +1 -0
  25. package/icc-api/api/IccFormApi.d.ts +28 -5
  26. package/icc-api/api/IccFormApi.js +328 -222
  27. package/icc-api/api/IccFormApi.js.map +1 -1
  28. package/icc-api/api/IccGroupApi.d.ts +40 -7
  29. package/icc-api/api/IccGroupApi.js +91 -16
  30. package/icc-api/api/IccGroupApi.js.map +1 -1
  31. package/icc-api/api/IccHelementApi.d.ts +21 -1
  32. package/icc-api/api/IccHelementApi.js +207 -137
  33. package/icc-api/api/IccHelementApi.js.map +1 -1
  34. package/icc-api/api/IccInvoiceApi.d.ts +21 -1
  35. package/icc-api/api/IccInvoiceApi.js +404 -298
  36. package/icc-api/api/IccInvoiceApi.js.map +1 -1
  37. package/icc-api/api/IccMaintenanceTaskApi.d.ts +12 -1
  38. package/icc-api/api/IccMaintenanceTaskApi.js +79 -43
  39. package/icc-api/api/IccMaintenanceTaskApi.js.map +1 -1
  40. package/icc-api/api/IccMessageApi.d.ts +12 -1
  41. package/icc-api/api/IccMessageApi.js +257 -191
  42. package/icc-api/api/IccMessageApi.js.map +1 -1
  43. package/icc-api/api/IccPatientApi.d.ts +12 -1
  44. package/icc-api/api/IccPatientApi.js +447 -351
  45. package/icc-api/api/IccPatientApi.js.map +1 -1
  46. package/icc-api/api/IccReceiptApi.d.ts +22 -8
  47. package/icc-api/api/IccReceiptApi.js +121 -64
  48. package/icc-api/api/IccReceiptApi.js.map +1 -1
  49. package/icc-api/api/IccRestApiPath.js +1 -1
  50. package/icc-api/api/IccRestApiPath.js.map +1 -1
  51. package/icc-api/api/IccTimeTableApi.d.ts +12 -1
  52. package/icc-api/api/IccTimeTableApi.js +86 -48
  53. package/icc-api/api/IccTimeTableApi.js.map +1 -1
  54. package/icc-api/api/XHR.js +1 -1
  55. package/icc-api/api/XHR.js.map +1 -1
  56. package/icc-api/index.d.ts +1 -0
  57. package/icc-api/index.js +1 -0
  58. package/icc-api/index.js.map +1 -1
  59. package/icc-api/model/AccessLog.d.ts +4 -0
  60. package/icc-api/model/AccessLog.js +1 -0
  61. package/icc-api/model/AccessLog.js.map +1 -1
  62. package/icc-api/model/Article.d.ts +4 -0
  63. package/icc-api/model/Article.js +1 -0
  64. package/icc-api/model/Article.js.map +1 -1
  65. package/icc-api/model/CalendarItem.d.ts +6 -1
  66. package/icc-api/model/CalendarItem.js +1 -0
  67. package/icc-api/model/CalendarItem.js.map +1 -1
  68. package/icc-api/model/Classification.d.ts +4 -0
  69. package/icc-api/model/Classification.js +1 -0
  70. package/icc-api/model/Classification.js.map +1 -1
  71. package/icc-api/model/ClassificationTemplate.d.ts +2 -0
  72. package/icc-api/model/ClassificationTemplate.js.map +1 -1
  73. package/icc-api/model/Contact.d.ts +4 -0
  74. package/icc-api/model/Contact.js +1 -0
  75. package/icc-api/model/Contact.js.map +1 -1
  76. package/icc-api/model/Device.d.ts +4 -4
  77. package/icc-api/model/Device.js.map +1 -1
  78. package/icc-api/model/Document.d.ts +4 -0
  79. package/icc-api/model/Document.js +1 -0
  80. package/icc-api/model/Document.js.map +1 -1
  81. package/icc-api/model/ExchangeData.d.ts +61 -0
  82. package/icc-api/model/ExchangeData.js +12 -0
  83. package/icc-api/model/ExchangeData.js.map +1 -0
  84. package/icc-api/model/ExchangeDataMap.d.ts +21 -0
  85. package/icc-api/model/ExchangeDataMap.js +10 -0
  86. package/icc-api/model/ExchangeDataMap.js.map +1 -0
  87. package/icc-api/model/ExchangeDataMapCreationBatch.d.ts +13 -0
  88. package/icc-api/model/ExchangeDataMapCreationBatch.js +10 -0
  89. package/icc-api/model/ExchangeDataMapCreationBatch.js.map +1 -0
  90. package/icc-api/model/Form.d.ts +4 -0
  91. package/icc-api/model/Form.js +1 -0
  92. package/icc-api/model/Form.js.map +1 -1
  93. package/icc-api/model/FormTemplate.d.ts +2 -1
  94. package/icc-api/model/FormTemplate.js +2 -1
  95. package/icc-api/model/FormTemplate.js.map +1 -1
  96. package/icc-api/model/Group.d.ts +7 -0
  97. package/icc-api/model/Group.js.map +1 -1
  98. package/icc-api/model/GroupDatabasesInfo.d.ts +1 -0
  99. package/icc-api/model/GroupDatabasesInfo.js.map +1 -1
  100. package/icc-api/model/HealthElement.d.ts +4 -0
  101. package/icc-api/model/HealthElement.js +1 -0
  102. package/icc-api/model/HealthElement.js.map +1 -1
  103. package/icc-api/model/HealthcareParty.d.ts +2 -2
  104. package/icc-api/model/HealthcareParty.js.map +1 -1
  105. package/icc-api/model/IcureStub.d.ts +2 -0
  106. package/icc-api/model/IcureStub.js.map +1 -1
  107. package/icc-api/model/Invoice.d.ts +4 -0
  108. package/icc-api/model/Invoice.js +1 -0
  109. package/icc-api/model/Invoice.js.map +1 -1
  110. package/icc-api/model/MaintenanceTask.d.ts +4 -0
  111. package/icc-api/model/MaintenanceTask.js +1 -0
  112. package/icc-api/model/MaintenanceTask.js.map +1 -1
  113. package/icc-api/model/Message.d.ts +4 -0
  114. package/icc-api/model/Message.js +1 -0
  115. package/icc-api/model/Message.js.map +1 -1
  116. package/icc-api/model/OperationToken.d.ts +18 -0
  117. package/icc-api/model/OperationToken.js +21 -0
  118. package/icc-api/model/OperationToken.js.map +1 -0
  119. package/icc-api/model/PaginatedListExchangeData.d.ts +9 -0
  120. package/icc-api/model/PaginatedListExchangeData.js +10 -0
  121. package/icc-api/model/PaginatedListExchangeData.js.map +1 -0
  122. package/icc-api/model/Patient.d.ts +6 -2
  123. package/icc-api/model/Patient.js +1 -0
  124. package/icc-api/model/Patient.js.map +1 -1
  125. package/icc-api/model/PatientByHcPartyGenderEducationProfession.d.ts +31 -0
  126. package/icc-api/model/PatientByHcPartyGenderEducationProfession.js +32 -0
  127. package/icc-api/model/PatientByHcPartyGenderEducationProfession.js.map +1 -0
  128. package/icc-api/model/Receipt.d.ts +4 -0
  129. package/icc-api/model/Receipt.js +1 -0
  130. package/icc-api/model/Receipt.js.map +1 -1
  131. package/icc-api/model/SecureDelegation.d.ts +52 -0
  132. package/icc-api/model/SecureDelegation.js +16 -0
  133. package/icc-api/model/SecureDelegation.js.map +1 -0
  134. package/icc-api/model/SecurityMetadata.d.ts +33 -0
  135. package/icc-api/model/SecurityMetadata.js +13 -0
  136. package/icc-api/model/SecurityMetadata.js.map +1 -0
  137. package/icc-api/model/Service.d.ts +2 -0
  138. package/icc-api/model/Service.js.map +1 -1
  139. package/icc-api/model/TimeTable.d.ts +4 -0
  140. package/icc-api/model/TimeTable.js +1 -0
  141. package/icc-api/model/TimeTable.js.map +1 -1
  142. package/icc-api/model/models.d.ts +20 -39
  143. package/icc-api/model/models.js +15 -37
  144. package/icc-api/model/models.js.map +1 -1
  145. package/icc-api/model/requests/EntityBulkShareResult.d.ts +28 -0
  146. package/icc-api/model/requests/EntityBulkShareResult.js +16 -0
  147. package/icc-api/model/requests/EntityBulkShareResult.js.map +1 -0
  148. package/icc-api/model/requests/EntityShareOrMetadataUpdateRequest.d.ts +10 -0
  149. package/icc-api/model/requests/EntityShareOrMetadataUpdateRequest.js +17 -0
  150. package/icc-api/model/requests/EntityShareOrMetadataUpdateRequest.js.map +1 -0
  151. package/icc-api/model/requests/EntityShareRequest.d.ts +110 -0
  152. package/icc-api/model/requests/EntityShareRequest.js +63 -0
  153. package/icc-api/model/requests/EntityShareRequest.js.map +1 -0
  154. package/icc-api/model/requests/EntitySharedMetadataUpdateRequest.d.ts +54 -0
  155. package/icc-api/model/requests/EntitySharedMetadataUpdateRequest.js +24 -0
  156. package/icc-api/model/requests/EntitySharedMetadataUpdateRequest.js.map +1 -0
  157. package/icc-api/model/requests/MinimalEntityBulkShareResult.d.ts +23 -0
  158. package/icc-api/model/requests/MinimalEntityBulkShareResult.js +13 -0
  159. package/icc-api/model/requests/MinimalEntityBulkShareResult.js.map +1 -0
  160. package/icc-api/model/requests/RejectedShareOrMetadataUpdateRequest.d.ts +21 -0
  161. package/icc-api/model/requests/RejectedShareOrMetadataUpdateRequest.js +14 -0
  162. package/icc-api/model/requests/RejectedShareOrMetadataUpdateRequest.js.map +1 -0
  163. package/icc-x-api/basexapi/EncryptedEntityXApi.d.ts +3 -2
  164. package/icc-x-api/basexapi/EncryptedEntityXApi.js.map +1 -1
  165. package/icc-x-api/crypto/AES.js +1 -1
  166. package/icc-x-api/crypto/AES.js.map +1 -1
  167. package/icc-x-api/crypto/AccessControlKeysHeadersProvider.d.ts +16 -0
  168. package/icc-x-api/crypto/AccessControlKeysHeadersProvider.js +41 -0
  169. package/icc-x-api/crypto/AccessControlKeysHeadersProvider.js.map +1 -0
  170. package/icc-x-api/crypto/AccessControlSecretUtils.d.ts +42 -0
  171. package/icc-x-api/crypto/AccessControlSecretUtils.js +86 -0
  172. package/icc-x-api/crypto/AccessControlSecretUtils.js.map +1 -0
  173. package/icc-x-api/crypto/BaseExchangeDataManager.d.ts +146 -0
  174. package/icc-x-api/crypto/BaseExchangeDataManager.js +342 -0
  175. package/icc-x-api/crypto/BaseExchangeDataManager.js.map +1 -0
  176. package/icc-x-api/crypto/BaseExchangeKeysManager.d.ts +0 -18
  177. package/icc-x-api/crypto/BaseExchangeKeysManager.js +11 -85
  178. package/icc-x-api/crypto/BaseExchangeKeysManager.js.map +1 -1
  179. package/icc-x-api/crypto/ConfidentialEntities.d.ts +26 -16
  180. package/icc-x-api/crypto/ConfidentialEntities.js +30 -17
  181. package/icc-x-api/crypto/ConfidentialEntities.js.map +1 -1
  182. package/icc-x-api/crypto/CryptoStrategies.d.ts +8 -1
  183. package/icc-x-api/crypto/CryptoStrategies.js.map +1 -1
  184. package/icc-x-api/crypto/ExchangeDataManager.d.ts +95 -0
  185. package/icc-x-api/crypto/ExchangeDataManager.js +493 -0
  186. package/icc-x-api/crypto/ExchangeDataManager.js.map +1 -0
  187. package/icc-x-api/crypto/ExchangeDataMapManager.d.ts +32 -0
  188. package/icc-x-api/crypto/ExchangeDataMapManager.js +70 -0
  189. package/icc-x-api/crypto/ExchangeDataMapManager.js.map +1 -0
  190. package/icc-x-api/crypto/ExchangeKeysManager.d.ts +4 -16
  191. package/icc-x-api/crypto/ExchangeKeysManager.js +4 -62
  192. package/icc-x-api/crypto/ExchangeKeysManager.js.map +1 -1
  193. package/icc-x-api/crypto/ExtendedApisUtils.d.ts +336 -0
  194. package/icc-x-api/crypto/ExtendedApisUtils.js +3 -0
  195. package/icc-x-api/crypto/ExtendedApisUtils.js.map +1 -0
  196. package/icc-x-api/crypto/ExtendedApisUtilsImpl.d.ts +181 -0
  197. package/icc-x-api/crypto/ExtendedApisUtilsImpl.js +562 -0
  198. package/icc-x-api/crypto/ExtendedApisUtilsImpl.js.map +1 -0
  199. package/icc-x-api/crypto/KeyRecovery.d.ts +5 -2
  200. package/icc-x-api/crypto/KeyRecovery.js +59 -29
  201. package/icc-x-api/crypto/KeyRecovery.js.map +1 -1
  202. package/icc-x-api/crypto/LegacyCryptoStrategies.d.ts +7 -2
  203. package/icc-x-api/crypto/LegacyCryptoStrategies.js +8 -1
  204. package/icc-x-api/crypto/LegacyCryptoStrategies.js.map +1 -1
  205. package/icc-x-api/crypto/LegacyDelegationSecurityMetadataDecryptor.d.ts +39 -0
  206. package/icc-x-api/crypto/LegacyDelegationSecurityMetadataDecryptor.js +150 -0
  207. package/icc-x-api/crypto/LegacyDelegationSecurityMetadataDecryptor.js.map +1 -0
  208. package/icc-x-api/crypto/RSA.d.ts +34 -8
  209. package/icc-x-api/crypto/RSA.js +80 -13
  210. package/icc-x-api/crypto/RSA.js.map +1 -1
  211. package/icc-x-api/crypto/SecureDelegationsEncryption.d.ts +54 -0
  212. package/icc-x-api/crypto/SecureDelegationsEncryption.js +178 -0
  213. package/icc-x-api/crypto/SecureDelegationsEncryption.js.map +1 -0
  214. package/icc-x-api/crypto/SecureDelegationsManager.d.ts +66 -0
  215. package/icc-x-api/crypto/SecureDelegationsManager.js +261 -0
  216. package/icc-x-api/crypto/SecureDelegationsManager.js.map +1 -0
  217. package/icc-x-api/crypto/SecureDelegationsSecurityMetadataDecryptor.d.ts +37 -0
  218. package/icc-x-api/crypto/SecureDelegationsSecurityMetadataDecryptor.js +294 -0
  219. package/icc-x-api/crypto/SecureDelegationsSecurityMetadataDecryptor.js.map +1 -0
  220. package/icc-x-api/crypto/SecurityMetadataDecryptor.d.ts +114 -0
  221. package/icc-x-api/crypto/SecurityMetadataDecryptor.js +98 -0
  222. package/icc-x-api/crypto/SecurityMetadataDecryptor.js.map +1 -0
  223. package/icc-x-api/crypto/ShamirKeysManager.d.ts +5 -5
  224. package/icc-x-api/crypto/ShamirKeysManager.js +6 -9
  225. package/icc-x-api/crypto/ShamirKeysManager.js.map +1 -1
  226. package/icc-x-api/crypto/TransferKeysManager.d.ts +8 -6
  227. package/icc-x-api/crypto/TransferKeysManager.js +75 -52
  228. package/icc-x-api/crypto/TransferKeysManager.js.map +1 -1
  229. package/icc-x-api/crypto/{KeyManager.d.ts → UserEncryptionKeysManager.d.ts} +4 -6
  230. package/icc-x-api/crypto/{KeyManager.js → UserEncryptionKeysManager.js} +43 -23
  231. package/icc-x-api/crypto/UserEncryptionKeysManager.js.map +1 -0
  232. package/icc-x-api/crypto/UserSignatureKeysManager.d.ts +26 -0
  233. package/icc-x-api/crypto/UserSignatureKeysManager.js +74 -0
  234. package/icc-x-api/crypto/UserSignatureKeysManager.js.map +1 -0
  235. package/icc-x-api/crypto/utils.d.ts +61 -11
  236. package/icc-x-api/crypto/utils.js +113 -44
  237. package/icc-x-api/crypto/utils.js.map +1 -1
  238. package/icc-x-api/filters/filters.js.map +1 -1
  239. package/icc-x-api/icc-accesslog-x-api.d.ts +46 -11
  240. package/icc-x-api/icc-accesslog-x-api.js +75 -42
  241. package/icc-x-api/icc-accesslog-x-api.js.map +1 -1
  242. package/icc-x-api/icc-calendar-item-x-api.d.ts +50 -14
  243. package/icc-x-api/icc-calendar-item-x-api.js +99 -49
  244. package/icc-x-api/icc-calendar-item-x-api.js.map +1 -1
  245. package/icc-x-api/icc-classification-x-api.d.ts +44 -9
  246. package/icc-x-api/icc-classification-x-api.js +56 -31
  247. package/icc-x-api/icc-classification-x-api.js.map +1 -1
  248. package/icc-x-api/icc-contact-x-api.d.ts +56 -32
  249. package/icc-x-api/icc-contact-x-api.js +95 -64
  250. package/icc-x-api/icc-contact-x-api.js.map +1 -1
  251. package/icc-x-api/icc-crypto-x-api.d.ts +28 -334
  252. package/icc-x-api/icc-crypto-x-api.js +41 -765
  253. package/icc-x-api/icc-crypto-x-api.js.map +1 -1
  254. package/icc-x-api/icc-data-owner-x-api.d.ts +20 -8
  255. package/icc-x-api/icc-data-owner-x-api.js +31 -10
  256. package/icc-x-api/icc-data-owner-x-api.js.map +1 -1
  257. package/icc-x-api/icc-document-x-api.d.ts +48 -11
  258. package/icc-x-api/icc-document-x-api.js +111 -64
  259. package/icc-x-api/icc-document-x-api.js.map +1 -1
  260. package/icc-x-api/icc-form-x-api.d.ts +45 -10
  261. package/icc-x-api/icc-form-x-api.js +65 -35
  262. package/icc-x-api/icc-form-x-api.js.map +1 -1
  263. package/icc-x-api/icc-hcparty-x-api.d.ts +2 -2
  264. package/icc-x-api/icc-hcparty-x-api.js +3 -3
  265. package/icc-x-api/icc-hcparty-x-api.js.map +1 -1
  266. package/icc-x-api/icc-helement-x-api.d.ts +55 -18
  267. package/icc-x-api/icc-helement-x-api.js +76 -41
  268. package/icc-x-api/icc-helement-x-api.js.map +1 -1
  269. package/icc-x-api/icc-icure-maintenance-x-api.d.ts +7 -2
  270. package/icc-x-api/icc-icure-maintenance-x-api.js +38 -27
  271. package/icc-x-api/icc-icure-maintenance-x-api.js.map +1 -1
  272. package/icc-x-api/icc-invoice-x-api.d.ts +50 -15
  273. package/icc-x-api/icc-invoice-x-api.js +63 -33
  274. package/icc-x-api/icc-invoice-x-api.js.map +1 -1
  275. package/icc-x-api/icc-maintenance-task-x-api.d.ts +53 -21
  276. package/icc-x-api/icc-maintenance-task-x-api.js +72 -35
  277. package/icc-x-api/icc-maintenance-task-x-api.js.map +1 -1
  278. package/icc-x-api/icc-message-x-api.d.ts +53 -15
  279. package/icc-x-api/icc-message-x-api.js +65 -36
  280. package/icc-x-api/icc-message-x-api.js.map +1 -1
  281. package/icc-x-api/icc-patient-x-api.d.ts +84 -29
  282. package/icc-x-api/icc-patient-x-api.js +313 -378
  283. package/icc-x-api/icc-patient-x-api.js.map +1 -1
  284. package/icc-x-api/icc-receipt-x-api.d.ts +44 -12
  285. package/icc-x-api/icc-receipt-x-api.js +67 -35
  286. package/icc-x-api/icc-receipt-x-api.js.map +1 -1
  287. package/icc-x-api/icc-time-table-x-api.d.ts +43 -12
  288. package/icc-x-api/icc-time-table-x-api.js +56 -26
  289. package/icc-x-api/icc-time-table-x-api.js.map +1 -1
  290. package/icc-x-api/icc-user-x-api.d.ts +2 -2
  291. package/icc-x-api/icc-user-x-api.js +3 -3
  292. package/icc-x-api/icc-user-x-api.js.map +1 -1
  293. package/icc-x-api/index.d.ts +4 -2
  294. package/icc-x-api/index.js +154 -135
  295. package/icc-x-api/index.js.map +1 -1
  296. package/icc-x-api/storage/DefaultStorageEntryKeysFactory.d.ts +2 -0
  297. package/icc-x-api/storage/DefaultStorageEntryKeysFactory.js +9 -2
  298. package/icc-x-api/storage/DefaultStorageEntryKeysFactory.js.map +1 -1
  299. package/icc-x-api/storage/IcureStorageFacade.d.ts +23 -2
  300. package/icc-x-api/storage/IcureStorageFacade.js +36 -2
  301. package/icc-x-api/storage/IcureStorageFacade.js.map +1 -1
  302. package/icc-x-api/storage/KeyStorageFacade.d.ts +12 -0
  303. package/icc-x-api/storage/KeyStorageFacade.js.map +1 -1
  304. package/icc-x-api/storage/KeyStorageImpl.d.ts +2 -0
  305. package/icc-x-api/storage/KeyStorageImpl.js +10 -0
  306. package/icc-x-api/storage/KeyStorageImpl.js.map +1 -1
  307. package/icc-x-api/storage/StorageEntryKeysFactory.d.ts +14 -1
  308. package/icc-x-api/storage/StorageEntryKeysFactory.js.map +1 -1
  309. package/icc-x-api/utils/EntityWithDelegationTypeName.d.ts +32 -0
  310. package/icc-x-api/utils/EntityWithDelegationTypeName.js +75 -0
  311. package/icc-x-api/utils/EntityWithDelegationTypeName.js.map +1 -0
  312. package/icc-x-api/utils/ShareResult.d.ts +74 -0
  313. package/icc-x-api/utils/ShareResult.js +61 -0
  314. package/icc-x-api/utils/ShareResult.js.map +1 -0
  315. package/icc-x-api/utils/binary-utils.d.ts +1 -0
  316. package/icc-x-api/utils/binary-utils.js +8 -1
  317. package/icc-x-api/utils/binary-utils.js.map +1 -1
  318. package/icc-x-api/utils/collection-utils.d.ts +5 -0
  319. package/icc-x-api/utils/collection-utils.js +26 -1
  320. package/icc-x-api/utils/collection-utils.js.map +1 -1
  321. package/icc-x-api/utils/crypto-utils.d.ts +4 -3
  322. package/icc-x-api/utils/crypto-utils.js +5 -4
  323. package/icc-x-api/utils/crypto-utils.js.map +1 -1
  324. package/icc-x-api/utils/lru-temporised-async-cache.d.ts +26 -3
  325. package/icc-x-api/utils/lru-temporised-async-cache.js +75 -15
  326. package/icc-x-api/utils/lru-temporised-async-cache.js.map +1 -1
  327. package/icc-x-api/utils/websocket.d.ts +10 -10
  328. package/icc-x-api/utils/websocket.js +18 -9
  329. package/icc-x-api/utils/websocket.js.map +1 -1
  330. package/index.d.ts +1 -1
  331. package/index.js +3 -1
  332. package/index.js.map +1 -1
  333. package/package.json +2 -3
  334. package/icc-x-api/crypto/EntitiesEncryption.d.ts +0 -275
  335. package/icc-x-api/crypto/EntitiesEncryption.js +0 -734
  336. package/icc-x-api/crypto/EntitiesEncryption.js.map +0 -1
  337. package/icc-x-api/crypto/KeyManager.js.map +0 -1
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SecurityMetadata = void 0;
4
+ /**
5
+ * Holds information for user-based access control and encryption of entities.
6
+ */
7
+ class SecurityMetadata {
8
+ constructor(json) {
9
+ Object.assign(this, json);
10
+ }
11
+ }
12
+ exports.SecurityMetadata = SecurityMetadata;
13
+ //# sourceMappingURL=SecurityMetadata.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SecurityMetadata.js","sourceRoot":"","sources":["../../../icc-api/model/SecurityMetadata.ts"],"names":[],"mappings":";;;AAEA;;GAEG;AACH,MAAa,gBAAgB;IAC3B,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAwB,EAAE,IAAI,CAAC,CAAA;IAC/C,CAAC;CAyBF;AA5BD,4CA4BC","sourcesContent":["import { SecureDelegation } from './SecureDelegation'\n\n/**\n * Holds information for user-based access control and encryption of entities.\n */\nexport class SecurityMetadata {\n constructor(json: JSON | any) {\n Object.assign(this as SecurityMetadata, json)\n }\n\n /**\n * This maps the hex-encoded sha256 hash of a key created by the client using a certain [ExchangeData.accessControlSecret] to the\n * [SecureDelegation] for the corresponding delegate-delegator pair. This hash is used by the server to perform access control for\n * anonymous data owners (see [DataOwnerAuthenticationDetails]) and in some cases also by the sdks to quickly find the appropriate\n * exchange key needed for the decryption of the content of the corresponding [SecureDelegation].\n *\n * Note that it is also possible for a secure delegation in this map to have no entry for secretId, encryptionKey or owningEntityId.\n * This could happen in situations where a user should have access only to the unencrypted content of an entity.\n */\n secureDelegations?: { [hash: string]: SecureDelegation }\n\n /**\n * Holds aliases for secure delegation keys that apply to this entity: `a -> b` means that anyone with key `a` has access to the\n * secure delegation in `secureDelegations['b']`.\n *\n * This map is useful in cases when it is not possible to know for certain if the delegate of a new secure delegation will be able\n * to produce the access control key we are planning to use. For example the access control key may be produced by a combination of\n * access control secret and secret foreign key of the entity: what happens if the entity has multiple secret foreign keys? The\n * delegate may have access to only one of them but not all, so if we chose an unlucky secret foreign key in the creation of the\n * access control key the delegate will never be able to access the entity. This field allows to essentially create an access control\n * key and corresponding secure delegation key for each secret foreign key without having to replicate the actual secure delegation.\n */\n keysEquivalences?: { [hash: string]: string }\n}\n"]}
@@ -14,6 +14,7 @@ import { CodeStub } from './CodeStub';
14
14
  import { Content } from './Content';
15
15
  import { Delegation } from './Delegation';
16
16
  import { Identifier } from './Identifier';
17
+ import { SecurityMetadata } from './SecurityMetadata';
17
18
  /**
18
19
  * This entity represents a Service. A Service is created in the course a contact. Services include subjective information provided by the patient, such as complaints, reason for visit, feelings, etc. or objective information like bio-metric measures (blood pressure, temperature, heart beat, etc.), or physical exam description, diagnosis, prescription, integration of lab reports from another healthcare party, action plan, etc. Any action performed by the healthcare party which is relevant for the healthcare element of a patient is considered a service. The services can be linked to healthcare elements or other structuring elements of the medical record
19
20
  */
@@ -162,4 +163,5 @@ export declare class Service {
162
163
  * The base64 encoded data of this object, formatted as JSON and encrypted in AES using the random master key from encryptionKeys.
163
164
  */
164
165
  encryptedSelf?: string;
166
+ securityMetadata?: SecurityMetadata;
165
167
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Service.js","sourceRoot":"","sources":["../../../icc-api/model/Service.ts"],"names":[],"mappings":";;;AAiBA;;GAEG;AACH,MAAa,OAAO;IAClB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAe,EAAE,IAAI,CAAC,CAAA;IACtC,CAAC;CAmIF;AAtID,0BAsIC","sourcesContent":["/**\n * iCure Data Stack API Documentation\n * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.\n *\n * OpenAPI spec version: v1\n *\n *\n * NOTE: This class is auto generated by the swagger code generator program.\n * https://github.com/swagger-api/swagger-codegen.git\n * Do not edit the class manually.\n */\nimport { Annotation } from './Annotation'\nimport { CodeStub } from './CodeStub'\nimport { Content } from './Content'\nimport { Delegation } from './Delegation'\nimport { Identifier } from './Identifier'\n\n/**\n * This entity represents a Service. A Service is created in the course a contact. Services include subjective information provided by the patient, such as complaints, reason for visit, feelings, etc. or objective information like bio-metric measures (blood pressure, temperature, heart beat, etc.), or physical exam description, diagnosis, prescription, integration of lab reports from another healthcare party, action plan, etc. Any action performed by the healthcare party which is relevant for the healthcare element of a patient is considered a service. The services can be linked to healthcare elements or other structuring elements of the medical record\n */\nexport class Service {\n constructor(json: JSON | any) {\n Object.assign(this as Service, json)\n }\n\n /**\n * The Id of the Service. We encourage using either a v4 UUID or a HL7 Id.\n */\n id?: string\n /**\n * The transactionId is used when a single service had to be split into parts for technical reasons. Several services with the same non null transaction id form one single service\n */\n transactionId?: string\n identifier?: Array<Identifier>\n /**\n * Id of the contact during which the service is provided\n */\n contactId?: string\n /**\n * List of IDs of all sub-contacts that link the service to structural elements. Only used when the Service is emitted outside of its contact\n */\n subContactIds?: Array<string>\n /**\n * List of IDs of all plans of actions (healthcare approaches) as a part of which the Service is provided. Only used when the Service is emitted outside of its contact\n */\n plansOfActionIds?: Array<string>\n /**\n * List of IDs of all healthcare elements for which the service is provided. Only used when the Service is emitted outside of its contact\n */\n healthElementsIds?: Array<string>\n /**\n * List of Ids of all forms linked to the Service. Only used when the Service is emitted outside of its contact.\n */\n formIds?: Array<string>\n /**\n * The secret patient key, encrypted in the patient document, in clear here.\n */\n secretForeignKeys?: Array<string>\n /**\n * The public patient key, encrypted here for separate Crypto Actors.\n */\n cryptedForeignKeys?: { [key: string]: Array<Delegation> }\n /**\n * The delegations giving access to connected healthcare information.\n */\n delegations?: { [key: string]: Array<Delegation> }\n /**\n * The contact secret encryption key used to encrypt the secured properties (like services for example), encrypted for separate Crypto Actors.\n */\n encryptionKeys?: { [key: string]: Array<Delegation> }\n /**\n * Description / Unambiguous qualification (LOINC code) of the type of information contained in the service. Could be a code to qualify temperature, complaint, diagnostic, ...\n */\n label?: string\n dataClassName?: string\n /**\n * Used for sorting services inside an upper object (A contact, a transaction, a FHIR bundle, ...)\n */\n index?: number\n /**\n * Information contained in the service. Content is localized, using ISO language code as key\n */\n content?: { [key: string]: Content }\n encryptedContent?: string\n textIndexes?: { [key: string]: string }\n /**\n * The date (YYYYMMDDhhmmss) when the Service is noted to have started and also closes on the same date\n */\n valueDate?: number\n /**\n * The date (YYYYMMDDhhmmss) of the start of the Service\n */\n openingDate?: number\n /**\n * The date (YYYYMMDDhhmmss) marking the end of the Service\n */\n closingDate?: number\n /**\n * Id of the form used during the Service\n */\n formId?: string\n /**\n * The timestamp (unix epoch in ms) of creation of this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n created?: number\n /**\n * The date (unix epoch in ms) of the latest modification of this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n modified?: number\n /**\n * Soft delete (unix epoch in ms) timestamp of the object.\n */\n endOfLife?: number\n /**\n * The id of the User that has created this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n author?: string\n /**\n * The id of the HealthcareParty that is responsible for this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n responsible?: string\n /**\n * The id of the medical location where this entity was created.\n */\n medicalLocationId?: string\n /**\n * Text, comments on the Service provided\n */\n comment?: string\n status?: number\n /**\n * List of invoicing codes\n */\n invoicingCodes?: Array<string>\n /**\n * Comments - Notes recorded by a HCP about this service\n */\n notes?: Array<Annotation>\n /**\n * Links towards related services (possibly in other contacts)\n */\n qualifiedLinks?: { [key: string]: { [key: string]: string } }\n /**\n * A code is an item from a codification system that qualifies the content of this entity. SNOMED-CT, ICPC-2 or ICD-10 codifications systems can be used for codes\n */\n codes?: Array<CodeStub>\n /**\n * A tag is an item from a codification system that qualifies an entity as being member of a certain class, whatever the value it might have taken. If the tag qualifies the content of a field, it means that whatever the content of the field, the tag will always apply. For example, the label of a field is qualified using a tag. LOINC is a codification system typically used for tags.\n */\n tags?: Array<CodeStub>\n /**\n * The base64 encoded data of this object, formatted as JSON and encrypted in AES using the random master key from encryptionKeys.\n */\n encryptedSelf?: string\n}\n"]}
1
+ {"version":3,"file":"Service.js","sourceRoot":"","sources":["../../../icc-api/model/Service.ts"],"names":[],"mappings":";;;AAmBA;;GAEG;AACH,MAAa,OAAO;IAClB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAe,EAAE,IAAI,CAAC,CAAA;IACtC,CAAC;CAoIF;AAvID,0BAuIC","sourcesContent":["/**\n * iCure Data Stack API Documentation\n * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.\n *\n * OpenAPI spec version: v1\n *\n *\n * NOTE: This class is auto generated by the swagger code generator program.\n * https://github.com/swagger-api/swagger-codegen.git\n * Do not edit the class manually.\n */\nimport { Annotation } from './Annotation'\nimport { CodeStub } from './CodeStub'\nimport { Content } from './Content'\nimport { Delegation } from './Delegation'\nimport { Identifier } from './Identifier'\nimport { SecurityMetadata } from './SecurityMetadata'\nimport { EntityWithDelegationTypeName } from '../../icc-x-api/utils/EntityWithDelegationTypeName'\n\n/**\n * This entity represents a Service. A Service is created in the course a contact. Services include subjective information provided by the patient, such as complaints, reason for visit, feelings, etc. or objective information like bio-metric measures (blood pressure, temperature, heart beat, etc.), or physical exam description, diagnosis, prescription, integration of lab reports from another healthcare party, action plan, etc. Any action performed by the healthcare party which is relevant for the healthcare element of a patient is considered a service. The services can be linked to healthcare elements or other structuring elements of the medical record\n */\nexport class Service {\n constructor(json: JSON | any) {\n Object.assign(this as Service, json)\n }\n\n /**\n * The Id of the Service. We encourage using either a v4 UUID or a HL7 Id.\n */\n id?: string\n /**\n * The transactionId is used when a single service had to be split into parts for technical reasons. Several services with the same non null transaction id form one single service\n */\n transactionId?: string\n identifier?: Array<Identifier>\n /**\n * Id of the contact during which the service is provided\n */\n contactId?: string\n /**\n * List of IDs of all sub-contacts that link the service to structural elements. Only used when the Service is emitted outside of its contact\n */\n subContactIds?: Array<string>\n /**\n * List of IDs of all plans of actions (healthcare approaches) as a part of which the Service is provided. Only used when the Service is emitted outside of its contact\n */\n plansOfActionIds?: Array<string>\n /**\n * List of IDs of all healthcare elements for which the service is provided. Only used when the Service is emitted outside of its contact\n */\n healthElementsIds?: Array<string>\n /**\n * List of Ids of all forms linked to the Service. Only used when the Service is emitted outside of its contact.\n */\n formIds?: Array<string>\n /**\n * The secret patient key, encrypted in the patient document, in clear here.\n */\n secretForeignKeys?: Array<string>\n /**\n * The public patient key, encrypted here for separate Crypto Actors.\n */\n cryptedForeignKeys?: { [key: string]: Array<Delegation> }\n /**\n * The delegations giving access to connected healthcare information.\n */\n delegations?: { [key: string]: Array<Delegation> }\n /**\n * The contact secret encryption key used to encrypt the secured properties (like services for example), encrypted for separate Crypto Actors.\n */\n encryptionKeys?: { [key: string]: Array<Delegation> }\n /**\n * Description / Unambiguous qualification (LOINC code) of the type of information contained in the service. Could be a code to qualify temperature, complaint, diagnostic, ...\n */\n label?: string\n dataClassName?: string\n /**\n * Used for sorting services inside an upper object (A contact, a transaction, a FHIR bundle, ...)\n */\n index?: number\n /**\n * Information contained in the service. Content is localized, using ISO language code as key\n */\n content?: { [key: string]: Content }\n encryptedContent?: string\n textIndexes?: { [key: string]: string }\n /**\n * The date (YYYYMMDDhhmmss) when the Service is noted to have started and also closes on the same date\n */\n valueDate?: number\n /**\n * The date (YYYYMMDDhhmmss) of the start of the Service\n */\n openingDate?: number\n /**\n * The date (YYYYMMDDhhmmss) marking the end of the Service\n */\n closingDate?: number\n /**\n * Id of the form used during the Service\n */\n formId?: string\n /**\n * The timestamp (unix epoch in ms) of creation of this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n created?: number\n /**\n * The date (unix epoch in ms) of the latest modification of this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n modified?: number\n /**\n * Soft delete (unix epoch in ms) timestamp of the object.\n */\n endOfLife?: number\n /**\n * The id of the User that has created this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n author?: string\n /**\n * The id of the HealthcareParty that is responsible for this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n responsible?: string\n /**\n * The id of the medical location where this entity was created.\n */\n medicalLocationId?: string\n /**\n * Text, comments on the Service provided\n */\n comment?: string\n status?: number\n /**\n * List of invoicing codes\n */\n invoicingCodes?: Array<string>\n /**\n * Comments - Notes recorded by a HCP about this service\n */\n notes?: Array<Annotation>\n /**\n * Links towards related services (possibly in other contacts)\n */\n qualifiedLinks?: { [key: string]: { [key: string]: string } }\n /**\n * A code is an item from a codification system that qualifies the content of this entity. SNOMED-CT, ICPC-2 or ICD-10 codifications systems can be used for codes\n */\n codes?: Array<CodeStub>\n /**\n * A tag is an item from a codification system that qualifies an entity as being member of a certain class, whatever the value it might have taken. If the tag qualifies the content of a field, it means that whatever the content of the field, the tag will always apply. For example, the label of a field is qualified using a tag. LOINC is a codification system typically used for tags.\n */\n tags?: Array<CodeStub>\n /**\n * The base64 encoded data of this object, formatted as JSON and encrypted in AES using the random master key from encryptionKeys.\n */\n encryptedSelf?: string\n securityMetadata?: SecurityMetadata\n}\n"]}
@@ -12,6 +12,8 @@
12
12
  import { CodeStub } from './CodeStub';
13
13
  import { Delegation } from './Delegation';
14
14
  import { TimeTableItem } from './TimeTableItem';
15
+ import { SecurityMetadata } from './SecurityMetadata';
16
+ import { EntityWithDelegationTypeName } from '../../icc-x-api/utils/EntityWithDelegationTypeName';
15
17
  export declare class TimeTable {
16
18
  constructor(json: JSON | any);
17
19
  id?: string;
@@ -83,4 +85,6 @@ export declare class TimeTable {
83
85
  * The base64 encoded data of this object, formatted as JSON and encrypted in AES using the random master key from encryptionKeys.
84
86
  */
85
87
  encryptedSelf?: string;
88
+ securityMetadata?: SecurityMetadata;
89
+ readonly _type?: EntityWithDelegationTypeName;
86
90
  }
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.TimeTable = void 0;
4
4
  class TimeTable {
5
5
  constructor(json) {
6
+ this._type = 'TimeTable';
6
7
  Object.assign(this, json);
7
8
  }
8
9
  }
@@ -1 +1 @@
1
- {"version":3,"file":"TimeTable.js","sourceRoot":"","sources":["../../../icc-api/model/TimeTable.ts"],"names":[],"mappings":";;;AAeA,MAAa,SAAS;IACpB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAiB,EAAE,IAAI,CAAC,CAAA;IACxC,CAAC;CAiEF;AApED,8BAoEC","sourcesContent":["/**\n * iCure Data Stack API Documentation\n * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.\n *\n * OpenAPI spec version: v1\n *\n *\n * NOTE: This class is auto generated by the swagger code generator program.\n * https://github.com/swagger-api/swagger-codegen.git\n * Do not edit the class manually.\n */\nimport { CodeStub } from './CodeStub'\nimport { Delegation } from './Delegation'\nimport { TimeTableItem } from './TimeTableItem'\n\nexport class TimeTable {\n constructor(json: JSON | any) {\n Object.assign(this as TimeTable, json)\n }\n\n id?: string\n rev?: string\n /**\n * The timestamp (unix epoch in ms) of creation of this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n created?: number\n /**\n * The date (unix epoch in ms) of the latest modification of this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n modified?: number\n /**\n * The id of the User that has created this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n author?: string\n /**\n * The id of the HealthcareParty that is responsible for this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n responsible?: string\n /**\n * The id of the medical location where this entity was created.\n */\n medicalLocationId?: string\n /**\n * A tag is an item from a codification system that qualifies an entity as being member of a certain class, whatever the value it might have taken. If the tag qualifies the content of a field, it means that whatever the content of the field, the tag will always apply. For example, the label of a field is qualified using a tag. LOINC is a codification system typically used for tags.\n */\n tags?: Array<CodeStub>\n /**\n * A code is an item from a codification system that qualifies the content of this entity. SNOMED-CT, ICPC-2 or ICD-10 codifications systems can be used for codes\n */\n codes?: Array<CodeStub>\n /**\n * Soft delete (unix epoch in ms) timestamp of the object.\n */\n endOfLife?: number\n /**\n * hard delete (unix epoch in ms) timestamp of the object. Filled automatically when deletePatient is called.\n */\n deletionDate?: number\n name?: string\n agendaId?: string\n startTime?: number\n endTime?: number\n items?: Array<TimeTableItem>\n /**\n * The secretForeignKeys are filled at the to many end of a one to many relationship (for example inside Contact for the Patient -> Contacts relationship). Used when we want to find all contacts for a specific patient. These keys are in clear. You can have several to partition the medical document space.\n */\n secretForeignKeys?: Array<string>\n /**\n * The secretForeignKeys are filled at the to many end of a one to many relationship (for example inside Contact for the Patient -> Contacts relationship). Used when we want to find the patient for a specific contact. These keys are the encrypted id (using the hcParty key for the delegate) that can be found in clear inside the patient. ids encrypted using the hcParty keys.\n */\n cryptedForeignKeys?: { [key: string]: Array<Delegation> }\n /**\n * When a document is created, the responsible generates a cryptographically random master key (never to be used for something else than referencing from other entities). He/she encrypts it using his own AES exchange key and stores it as a delegation. The responsible is thus always in the delegations as well\n */\n delegations?: { [key: string]: Array<Delegation> }\n /**\n * When a document needs to be encrypted, the responsible generates a cryptographically random master key (different from the delegation key, never to appear in clear anywhere in the db. He/she encrypts it using his own AES exchange key and stores it as a delegation\n */\n encryptionKeys?: { [key: string]: Array<Delegation> }\n /**\n * The base64 encoded data of this object, formatted as JSON and encrypted in AES using the random master key from encryptionKeys.\n */\n encryptedSelf?: string\n}\n"]}
1
+ {"version":3,"file":"TimeTable.js","sourceRoot":"","sources":["../../../icc-api/model/TimeTable.ts"],"names":[],"mappings":";;;AAiBA,MAAa,SAAS;IACpB,YAAY,IAAgB;QAoEnB,UAAK,GAAkC,WAAW,CAAA;QAnEzD,MAAM,CAAC,MAAM,CAAC,IAAiB,EAAE,IAAI,CAAC,CAAA;IACxC,CAAC;CAmEF;AAtED,8BAsEC","sourcesContent":["/**\n * iCure Data Stack API Documentation\n * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.\n *\n * OpenAPI spec version: v1\n *\n *\n * NOTE: This class is auto generated by the swagger code generator program.\n * https://github.com/swagger-api/swagger-codegen.git\n * Do not edit the class manually.\n */\nimport { CodeStub } from './CodeStub'\nimport { Delegation } from './Delegation'\nimport { TimeTableItem } from './TimeTableItem'\nimport { SecurityMetadata } from './SecurityMetadata'\nimport { EntityWithDelegationTypeName } from '../../icc-x-api/utils/EntityWithDelegationTypeName'\n\nexport class TimeTable {\n constructor(json: JSON | any) {\n Object.assign(this as TimeTable, json)\n }\n\n id?: string\n rev?: string\n /**\n * The timestamp (unix epoch in ms) of creation of this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n created?: number\n /**\n * The date (unix epoch in ms) of the latest modification of this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n modified?: number\n /**\n * The id of the User that has created this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n author?: string\n /**\n * The id of the HealthcareParty that is responsible for this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n responsible?: string\n /**\n * The id of the medical location where this entity was created.\n */\n medicalLocationId?: string\n /**\n * A tag is an item from a codification system that qualifies an entity as being member of a certain class, whatever the value it might have taken. If the tag qualifies the content of a field, it means that whatever the content of the field, the tag will always apply. For example, the label of a field is qualified using a tag. LOINC is a codification system typically used for tags.\n */\n tags?: Array<CodeStub>\n /**\n * A code is an item from a codification system that qualifies the content of this entity. SNOMED-CT, ICPC-2 or ICD-10 codifications systems can be used for codes\n */\n codes?: Array<CodeStub>\n /**\n * Soft delete (unix epoch in ms) timestamp of the object.\n */\n endOfLife?: number\n /**\n * hard delete (unix epoch in ms) timestamp of the object. Filled automatically when deletePatient is called.\n */\n deletionDate?: number\n name?: string\n agendaId?: string\n startTime?: number\n endTime?: number\n items?: Array<TimeTableItem>\n /**\n * The secretForeignKeys are filled at the to many end of a one to many relationship (for example inside Contact for the Patient -> Contacts relationship). Used when we want to find all contacts for a specific patient. These keys are in clear. You can have several to partition the medical document space.\n */\n secretForeignKeys?: Array<string>\n /**\n * The secretForeignKeys are filled at the to many end of a one to many relationship (for example inside Contact for the Patient -> Contacts relationship). Used when we want to find the patient for a specific contact. These keys are the encrypted id (using the hcParty key for the delegate) that can be found in clear inside the patient. ids encrypted using the hcParty keys.\n */\n cryptedForeignKeys?: { [key: string]: Array<Delegation> }\n /**\n * When a document is created, the responsible generates a cryptographically random master key (never to be used for something else than referencing from other entities). He/she encrypts it using his own AES exchange key and stores it as a delegation. The responsible is thus always in the delegations as well\n */\n delegations?: { [key: string]: Array<Delegation> }\n /**\n * When a document needs to be encrypted, the responsible generates a cryptographically random master key (different from the delegation key, never to appear in clear anywhere in the db. He/she encrypts it using his own AES exchange key and stores it as a delegation\n */\n encryptionKeys?: { [key: string]: Array<Delegation> }\n /**\n * The base64 encoded data of this object, formatted as JSON and encrypted in AES using the random master key from encryptionKeys.\n */\n encryptedSelf?: string\n securityMetadata?: SecurityMetadata\n readonly _type?: EntityWithDelegationTypeName = 'TimeTable'\n}\n"]}
@@ -12,11 +12,13 @@ import { Message } from './Message';
12
12
  import { Receipt } from './Receipt';
13
13
  import { Patient } from './Patient';
14
14
  import { Delegation } from './Delegation';
15
+ import { SecurityMetadata } from './SecurityMetadata';
16
+ import { IcureStub } from './IcureStub';
15
17
  export * from './AbstractFilterCode';
16
18
  export * from './AbstractFilterContact';
17
19
  export * from './AbstractFilterDevice';
18
- export * from './AbstractFilterHealthcareParty';
19
20
  export * from './AbstractFilterHealthElement';
21
+ export * from './AbstractFilterHealthcareParty';
20
22
  export * from './AbstractFilterInvoice';
21
23
  export * from './AbstractFilterMaintenanceTask';
22
24
  export * from './AbstractFilterPatient';
@@ -34,20 +36,15 @@ export * from './Ampp';
34
36
  export * from './AmppComponent';
35
37
  export * from './Annotation';
36
38
  export * from './ApplicationSettings';
37
- export * from './Appointment';
38
- export * from './AppointmentImport';
39
39
  export * from './AppointmentTypeAndPlace';
40
40
  export * from './Article';
41
41
  export * from './Atc';
42
- export * from './Attachment';
43
42
  export * from './AttachmentMetadata';
44
43
  export * from './AuthenticationResponse';
45
44
  export * from './AuthenticationToken';
46
45
  export * from './Basic';
47
46
  export * from './Body';
48
- export * from './Body3';
49
47
  export * from './BulkAttachmentUpdateOptions';
50
- export * from './ByteArray';
51
48
  export * from './CalendarItem';
52
49
  export * from './CalendarItemTag';
53
50
  export * from './CalendarItemType';
@@ -62,19 +59,16 @@ export * from './CodeType';
62
59
  export * from './CommentedClassification';
63
60
  export * from './Commercialization';
64
61
  export * from './Company';
65
- export * from './Connection';
66
62
  export * from './Contact';
67
63
  export * from './Content';
68
64
  export * from './Copayment';
69
- export * from './CryptoActorStub';
70
65
  export * from './Data';
71
66
  export * from './DataAttachment';
67
+ export * from './DataOwnerRegistrationSuccess';
68
+ export * from './DataOwnerWithType';
72
69
  export * from './DatabaseInfo';
73
70
  export * from './DatabaseInitialisation';
74
71
  export * from './DatabaseSynchronization';
75
- export * from './DataOwnerRegistrationSuccess';
76
- export * from './DataOwnerTypeEnum';
77
- export * from './DataOwnerWithType';
78
72
  export * from './Delegation';
79
73
  export * from './DeletedAttachment';
80
74
  export * from './Device';
@@ -86,11 +80,9 @@ export * from './Document';
86
80
  export * from './DocumentGroup';
87
81
  export * from './DocumentTemplate';
88
82
  export * from './Duration';
83
+ export * from './EIDItem';
89
84
  export * from './Editor';
90
85
  export * from './EfactInvoice';
91
- export * from './EIDItem';
92
- export * from './EmailOrSmsMessage';
93
- export * from './EmailTemplate';
94
86
  export * from './Employer';
95
87
  export * from './EmploymentInfo';
96
88
  export * from './EntityReference';
@@ -99,8 +91,8 @@ export * from './Episode';
99
91
  export * from './FilterChainCode';
100
92
  export * from './FilterChainContact';
101
93
  export * from './FilterChainDevice';
102
- export * from './FilterChainHealthcareParty';
103
94
  export * from './FilterChainHealthElement';
95
+ export * from './FilterChainHealthcareParty';
104
96
  export * from './FilterChainInvoice';
105
97
  export * from './FilterChainMaintenanceTask';
106
98
  export * from './FilterChainPatient';
@@ -122,30 +114,28 @@ export * from './Formula';
122
114
  export * from './FrontEndMigration';
123
115
  export * from './Group';
124
116
  export * from './GroupDatabasesInfo';
125
- export * from './GroupDeletionReport';
126
117
  export * from './GuiCode';
127
118
  export * from './GuiCodeType';
119
+ export * from './GroupDeletionReport';
120
+ export * from './HealthElement';
128
121
  export * from './HealthcareParty';
129
122
  export * from './HealthcarePartyHistoryStatus';
130
- export * from './HealthElement';
131
123
  export * from './IcureStub';
124
+ export * from './IdWithRev';
132
125
  export * from './Identifier';
133
126
  export * from './IdentityDocumentReader';
134
- export * from './IdWithRev';
135
127
  export * from './ImportMapping';
136
128
  export * from './ImportResult';
137
129
  export * from './IncapacityExportInfo';
138
- export * from './IndexedIdentifier';
139
130
  export * from './IndexingInfo';
140
131
  export * from './Ingredient';
141
132
  export * from './Insurability';
142
133
  export * from './Insurance';
143
134
  export * from './Invoice';
144
135
  export * from './InvoiceItem';
145
- export * from './InvoicesBatch';
146
136
  export * from './InvoiceSender';
137
+ export * from './InvoicesBatch';
147
138
  export * from './InvoicingCode';
148
- export * from './ISO639_1';
149
139
  export * from './Keyword';
150
140
  export * from './KeywordSubword';
151
141
  export * from './LabelledOccurence';
@@ -164,13 +154,9 @@ export * from './MedicationSchemeExportInfo';
164
154
  export * from './Medicinalproduct';
165
155
  export * from './Message';
166
156
  export * from './MessageReadStatus';
167
- export * from './MessagesReadStatusUpdate';
168
157
  export * from './MessageWithBatch';
169
- export * from './MikronoAppointmentTypeRest';
170
- export * from './MikronoCredentials';
158
+ export * from './MessagesReadStatusUpdate';
171
159
  export * from './MimeAttachment';
172
- export * from './ModelHelper';
173
- export * from './models';
174
160
  export * from './Nmp';
175
161
  export * from './NoGenericPrescriptionReason';
176
162
  export * from './NoSwitchReason';
@@ -188,8 +174,8 @@ export * from './PaginatedListDocument';
188
174
  export * from './PaginatedListEntityTemplate';
189
175
  export * from './PaginatedListForm';
190
176
  export * from './PaginatedListGroup';
191
- export * from './PaginatedListHealthcareParty';
192
177
  export * from './PaginatedListHealthElement';
178
+ export * from './PaginatedListHealthcareParty';
193
179
  export * from './PaginatedListInvoice';
194
180
  export * from './PaginatedListMaintenanceTask';
195
181
  export * from './PaginatedListMessage';
@@ -207,11 +193,9 @@ export * from './Part';
207
193
  export * from './Partnership';
208
194
  export * from './Patient';
209
195
  export * from './PatientHealthCareParty';
210
- export * from './PatientRegistrationSuccess';
211
196
  export * from './Payment';
212
197
  export * from './Periodicity';
213
198
  export * from './Permission';
214
- export * from './PermissionCriterion';
215
199
  export * from './PermissionItem';
216
200
  export * from './PersonName';
217
201
  export * from './PharmaceuticalForm';
@@ -226,7 +210,6 @@ export * from './PublicKey';
226
210
  export * from './Quantity';
227
211
  export * from './Receipt';
228
212
  export * from './ReferralPeriod';
229
- export * from './RefreshTokenExpiredError';
230
213
  export * from './RegimenItem';
231
214
  export * from './RegistrationInformation';
232
215
  export * from './RegistrationSuccess';
@@ -235,14 +218,13 @@ export * from './ReimbursementCriterion';
235
218
  export * from './Remote';
236
219
  export * from './RemoteAuthentication';
237
220
  export * from './Renewal';
238
- export * from './ReplicateCommand';
239
221
  export * from './Replication';
222
+ export * from './ReplicateCommand';
240
223
  export * from './ReplicationInfo';
241
224
  export * from './ReplicationStats';
242
225
  export * from './ReplicatorDocument';
243
226
  export * from './ReplicatorResponse';
244
227
  export * from './ResultInfo';
245
- export * from './RevisionInfo';
246
228
  export * from './Right';
247
229
  export * from './RouteOfAdministration';
248
230
  export * from './SamText';
@@ -257,8 +239,8 @@ export * from './StrengthRange';
257
239
  export * from './StructureElement';
258
240
  export * from './SubContact';
259
241
  export * from './Substance';
260
- export * from './Substanceproduct';
261
242
  export * from './SubstanceStub';
243
+ export * from './Substanceproduct';
262
244
  export * from './Suggest';
263
245
  export * from './SumehrContent';
264
246
  export * from './SumehrExportInfo';
@@ -289,13 +271,12 @@ export * from './VmpGroupStub';
289
271
  export * from './VmpStub';
290
272
  export * from './Vtm';
291
273
  export * from './Wada';
292
- export * from './WebSession';
293
- export * from './WebSessionMaxIdleTime';
294
- export * from './WebSessionMaxIdleTimeUnits';
295
274
  export * from './Weekday';
296
- export * from './CryptoActorStub';
275
+ export * from './SecurityMetadata';
276
+ export * from './SecureDelegation';
297
277
  export type EncryptedEntity = AccessLog | Article | CalendarItem | Classification | Contact | Document | Form | HealthElement | Invoice | MaintenanceTask | Message | Patient | Receipt;
298
278
  export type EncryptedEntityStub = {
279
+ id?: string;
299
280
  secretForeignKeys?: Array<string>;
300
281
  cryptedForeignKeys?: {
301
282
  [key: string]: Delegation[];
@@ -307,6 +288,6 @@ export type EncryptedEntityStub = {
307
288
  [key: string]: Delegation[];
308
289
  };
309
290
  encryptedSelf?: string;
310
- };
291
+ securityMetadata?: SecurityMetadata;
292
+ } | IcureStub;
311
293
  export type EncryptedParentEntity = Message | Patient;
312
- export type { ISO639_1 } from './ISO639_1';
@@ -17,8 +17,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./AbstractFilterCode"), exports);
18
18
  __exportStar(require("./AbstractFilterContact"), exports);
19
19
  __exportStar(require("./AbstractFilterDevice"), exports);
20
- __exportStar(require("./AbstractFilterHealthcareParty"), exports);
21
20
  __exportStar(require("./AbstractFilterHealthElement"), exports);
21
+ __exportStar(require("./AbstractFilterHealthcareParty"), exports);
22
22
  __exportStar(require("./AbstractFilterInvoice"), exports);
23
23
  __exportStar(require("./AbstractFilterMaintenanceTask"), exports);
24
24
  __exportStar(require("./AbstractFilterPatient"), exports);
@@ -36,20 +36,15 @@ __exportStar(require("./Ampp"), exports);
36
36
  __exportStar(require("./AmppComponent"), exports);
37
37
  __exportStar(require("./Annotation"), exports);
38
38
  __exportStar(require("./ApplicationSettings"), exports);
39
- __exportStar(require("./Appointment"), exports);
40
- __exportStar(require("./AppointmentImport"), exports);
41
39
  __exportStar(require("./AppointmentTypeAndPlace"), exports);
42
40
  __exportStar(require("./Article"), exports);
43
41
  __exportStar(require("./Atc"), exports);
44
- __exportStar(require("./Attachment"), exports);
45
42
  __exportStar(require("./AttachmentMetadata"), exports);
46
43
  __exportStar(require("./AuthenticationResponse"), exports);
47
44
  __exportStar(require("./AuthenticationToken"), exports);
48
45
  __exportStar(require("./Basic"), exports);
49
46
  __exportStar(require("./Body"), exports);
50
- __exportStar(require("./Body3"), exports);
51
47
  __exportStar(require("./BulkAttachmentUpdateOptions"), exports);
52
- __exportStar(require("./ByteArray"), exports);
53
48
  __exportStar(require("./CalendarItem"), exports);
54
49
  __exportStar(require("./CalendarItemTag"), exports);
55
50
  __exportStar(require("./CalendarItemType"), exports);
@@ -64,19 +59,16 @@ __exportStar(require("./CodeType"), exports);
64
59
  __exportStar(require("./CommentedClassification"), exports);
65
60
  __exportStar(require("./Commercialization"), exports);
66
61
  __exportStar(require("./Company"), exports);
67
- __exportStar(require("./Connection"), exports);
68
62
  __exportStar(require("./Contact"), exports);
69
63
  __exportStar(require("./Content"), exports);
70
64
  __exportStar(require("./Copayment"), exports);
71
- __exportStar(require("./CryptoActorStub"), exports);
72
65
  __exportStar(require("./Data"), exports);
73
66
  __exportStar(require("./DataAttachment"), exports);
67
+ __exportStar(require("./DataOwnerRegistrationSuccess"), exports);
68
+ __exportStar(require("./DataOwnerWithType"), exports);
74
69
  __exportStar(require("./DatabaseInfo"), exports);
75
70
  __exportStar(require("./DatabaseInitialisation"), exports);
76
71
  __exportStar(require("./DatabaseSynchronization"), exports);
77
- __exportStar(require("./DataOwnerRegistrationSuccess"), exports);
78
- __exportStar(require("./DataOwnerTypeEnum"), exports);
79
- __exportStar(require("./DataOwnerWithType"), exports);
80
72
  __exportStar(require("./Delegation"), exports);
81
73
  __exportStar(require("./DeletedAttachment"), exports);
82
74
  __exportStar(require("./Device"), exports);
@@ -88,11 +80,9 @@ __exportStar(require("./Document"), exports);
88
80
  __exportStar(require("./DocumentGroup"), exports);
89
81
  __exportStar(require("./DocumentTemplate"), exports);
90
82
  __exportStar(require("./Duration"), exports);
83
+ __exportStar(require("./EIDItem"), exports);
91
84
  __exportStar(require("./Editor"), exports);
92
85
  __exportStar(require("./EfactInvoice"), exports);
93
- __exportStar(require("./EIDItem"), exports);
94
- __exportStar(require("./EmailOrSmsMessage"), exports);
95
- __exportStar(require("./EmailTemplate"), exports);
96
86
  __exportStar(require("./Employer"), exports);
97
87
  __exportStar(require("./EmploymentInfo"), exports);
98
88
  __exportStar(require("./EntityReference"), exports);
@@ -101,8 +91,8 @@ __exportStar(require("./Episode"), exports);
101
91
  __exportStar(require("./FilterChainCode"), exports);
102
92
  __exportStar(require("./FilterChainContact"), exports);
103
93
  __exportStar(require("./FilterChainDevice"), exports);
104
- __exportStar(require("./FilterChainHealthcareParty"), exports);
105
94
  __exportStar(require("./FilterChainHealthElement"), exports);
95
+ __exportStar(require("./FilterChainHealthcareParty"), exports);
106
96
  __exportStar(require("./FilterChainInvoice"), exports);
107
97
  __exportStar(require("./FilterChainMaintenanceTask"), exports);
108
98
  __exportStar(require("./FilterChainPatient"), exports);
@@ -124,30 +114,28 @@ __exportStar(require("./Formula"), exports);
124
114
  __exportStar(require("./FrontEndMigration"), exports);
125
115
  __exportStar(require("./Group"), exports);
126
116
  __exportStar(require("./GroupDatabasesInfo"), exports);
127
- __exportStar(require("./GroupDeletionReport"), exports);
128
117
  __exportStar(require("./GuiCode"), exports);
129
118
  __exportStar(require("./GuiCodeType"), exports);
119
+ __exportStar(require("./GroupDeletionReport"), exports);
120
+ __exportStar(require("./HealthElement"), exports);
130
121
  __exportStar(require("./HealthcareParty"), exports);
131
122
  __exportStar(require("./HealthcarePartyHistoryStatus"), exports);
132
- __exportStar(require("./HealthElement"), exports);
133
123
  __exportStar(require("./IcureStub"), exports);
124
+ __exportStar(require("./IdWithRev"), exports);
134
125
  __exportStar(require("./Identifier"), exports);
135
126
  __exportStar(require("./IdentityDocumentReader"), exports);
136
- __exportStar(require("./IdWithRev"), exports);
137
127
  __exportStar(require("./ImportMapping"), exports);
138
128
  __exportStar(require("./ImportResult"), exports);
139
129
  __exportStar(require("./IncapacityExportInfo"), exports);
140
- __exportStar(require("./IndexedIdentifier"), exports);
141
130
  __exportStar(require("./IndexingInfo"), exports);
142
131
  __exportStar(require("./Ingredient"), exports);
143
132
  __exportStar(require("./Insurability"), exports);
144
133
  __exportStar(require("./Insurance"), exports);
145
134
  __exportStar(require("./Invoice"), exports);
146
135
  __exportStar(require("./InvoiceItem"), exports);
147
- __exportStar(require("./InvoicesBatch"), exports);
148
136
  __exportStar(require("./InvoiceSender"), exports);
137
+ __exportStar(require("./InvoicesBatch"), exports);
149
138
  __exportStar(require("./InvoicingCode"), exports);
150
- __exportStar(require("./ISO639_1"), exports);
151
139
  __exportStar(require("./Keyword"), exports);
152
140
  __exportStar(require("./KeywordSubword"), exports);
153
141
  __exportStar(require("./LabelledOccurence"), exports);
@@ -166,13 +154,9 @@ __exportStar(require("./MedicationSchemeExportInfo"), exports);
166
154
  __exportStar(require("./Medicinalproduct"), exports);
167
155
  __exportStar(require("./Message"), exports);
168
156
  __exportStar(require("./MessageReadStatus"), exports);
169
- __exportStar(require("./MessagesReadStatusUpdate"), exports);
170
157
  __exportStar(require("./MessageWithBatch"), exports);
171
- __exportStar(require("./MikronoAppointmentTypeRest"), exports);
172
- __exportStar(require("./MikronoCredentials"), exports);
158
+ __exportStar(require("./MessagesReadStatusUpdate"), exports);
173
159
  __exportStar(require("./MimeAttachment"), exports);
174
- __exportStar(require("./ModelHelper"), exports);
175
- __exportStar(require("./models"), exports);
176
160
  __exportStar(require("./Nmp"), exports);
177
161
  __exportStar(require("./NoGenericPrescriptionReason"), exports);
178
162
  __exportStar(require("./NoSwitchReason"), exports);
@@ -190,8 +174,8 @@ __exportStar(require("./PaginatedListDocument"), exports);
190
174
  __exportStar(require("./PaginatedListEntityTemplate"), exports);
191
175
  __exportStar(require("./PaginatedListForm"), exports);
192
176
  __exportStar(require("./PaginatedListGroup"), exports);
193
- __exportStar(require("./PaginatedListHealthcareParty"), exports);
194
177
  __exportStar(require("./PaginatedListHealthElement"), exports);
178
+ __exportStar(require("./PaginatedListHealthcareParty"), exports);
195
179
  __exportStar(require("./PaginatedListInvoice"), exports);
196
180
  __exportStar(require("./PaginatedListMaintenanceTask"), exports);
197
181
  __exportStar(require("./PaginatedListMessage"), exports);
@@ -209,11 +193,9 @@ __exportStar(require("./Part"), exports);
209
193
  __exportStar(require("./Partnership"), exports);
210
194
  __exportStar(require("./Patient"), exports);
211
195
  __exportStar(require("./PatientHealthCareParty"), exports);
212
- __exportStar(require("./PatientRegistrationSuccess"), exports);
213
196
  __exportStar(require("./Payment"), exports);
214
197
  __exportStar(require("./Periodicity"), exports);
215
198
  __exportStar(require("./Permission"), exports);
216
- __exportStar(require("./PermissionCriterion"), exports);
217
199
  __exportStar(require("./PermissionItem"), exports);
218
200
  __exportStar(require("./PersonName"), exports);
219
201
  __exportStar(require("./PharmaceuticalForm"), exports);
@@ -228,7 +210,6 @@ __exportStar(require("./PublicKey"), exports);
228
210
  __exportStar(require("./Quantity"), exports);
229
211
  __exportStar(require("./Receipt"), exports);
230
212
  __exportStar(require("./ReferralPeriod"), exports);
231
- __exportStar(require("./RefreshTokenExpiredError"), exports);
232
213
  __exportStar(require("./RegimenItem"), exports);
233
214
  __exportStar(require("./RegistrationInformation"), exports);
234
215
  __exportStar(require("./RegistrationSuccess"), exports);
@@ -237,14 +218,13 @@ __exportStar(require("./ReimbursementCriterion"), exports);
237
218
  __exportStar(require("./Remote"), exports);
238
219
  __exportStar(require("./RemoteAuthentication"), exports);
239
220
  __exportStar(require("./Renewal"), exports);
240
- __exportStar(require("./ReplicateCommand"), exports);
241
221
  __exportStar(require("./Replication"), exports);
222
+ __exportStar(require("./ReplicateCommand"), exports);
242
223
  __exportStar(require("./ReplicationInfo"), exports);
243
224
  __exportStar(require("./ReplicationStats"), exports);
244
225
  __exportStar(require("./ReplicatorDocument"), exports);
245
226
  __exportStar(require("./ReplicatorResponse"), exports);
246
227
  __exportStar(require("./ResultInfo"), exports);
247
- __exportStar(require("./RevisionInfo"), exports);
248
228
  __exportStar(require("./Right"), exports);
249
229
  __exportStar(require("./RouteOfAdministration"), exports);
250
230
  __exportStar(require("./SamText"), exports);
@@ -259,8 +239,8 @@ __exportStar(require("./StrengthRange"), exports);
259
239
  __exportStar(require("./StructureElement"), exports);
260
240
  __exportStar(require("./SubContact"), exports);
261
241
  __exportStar(require("./Substance"), exports);
262
- __exportStar(require("./Substanceproduct"), exports);
263
242
  __exportStar(require("./SubstanceStub"), exports);
243
+ __exportStar(require("./Substanceproduct"), exports);
264
244
  __exportStar(require("./Suggest"), exports);
265
245
  __exportStar(require("./SumehrContent"), exports);
266
246
  __exportStar(require("./SumehrExportInfo"), exports);
@@ -291,9 +271,7 @@ __exportStar(require("./VmpGroupStub"), exports);
291
271
  __exportStar(require("./VmpStub"), exports);
292
272
  __exportStar(require("./Vtm"), exports);
293
273
  __exportStar(require("./Wada"), exports);
294
- __exportStar(require("./WebSession"), exports);
295
- __exportStar(require("./WebSessionMaxIdleTime"), exports);
296
- __exportStar(require("./WebSessionMaxIdleTimeUnits"), exports);
297
274
  __exportStar(require("./Weekday"), exports);
298
- __exportStar(require("./CryptoActorStub"), exports);
275
+ __exportStar(require("./SecurityMetadata"), exports);
276
+ __exportStar(require("./SecureDelegation"), exports);
299
277
  //# sourceMappingURL=models.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"models.js","sourceRoot":"","sources":["../../../icc-api/model/models.ts"],"names":[],"mappings":"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","sourcesContent":["import { AccessLog } from './AccessLog'\nimport { Article } from './Article'\nimport { Classification } from './Classification'\nimport { Document } from './Document'\nimport { HealthElement } from './HealthElement'\nimport { Invoice } from './Invoice'\nimport { Form } from './Form'\nimport { Contact } from './Contact'\nimport { CalendarItem } from './CalendarItem'\nimport { MaintenanceTask } from './MaintenanceTask'\nimport { Message } from './Message'\nimport { Receipt } from './Receipt'\nimport { Patient } from './Patient'\nimport { Delegation } from './Delegation'\n\nexport * from './AbstractFilterCode'\nexport * from './AbstractFilterContact'\nexport * from './AbstractFilterDevice'\nexport * from './AbstractFilterHealthcareParty'\nexport * from './AbstractFilterHealthElement'\nexport * from './AbstractFilterInvoice'\nexport * from './AbstractFilterMaintenanceTask'\nexport * from './AbstractFilterPatient'\nexport * from './AbstractFilterService'\nexport * from './AbstractFilterUser'\nexport * from './AccessLog'\nexport * from './AddedDocument'\nexport * from './Address'\nexport * from './AdministrationQuantity'\nexport * from './Agenda'\nexport * from './AgreementAppendix'\nexport * from './Amp'\nexport * from './AmpComponent'\nexport * from './Ampp'\nexport * from './AmppComponent'\nexport * from './Annotation'\nexport * from './ApplicationSettings'\nexport * from './Appointment'\nexport * from './AppointmentImport'\nexport * from './AppointmentTypeAndPlace'\nexport * from './Article'\nexport * from './Atc'\nexport * from './Attachment'\nexport * from './AttachmentMetadata'\nexport * from './AuthenticationResponse'\nexport * from './AuthenticationToken'\nexport * from './Basic'\nexport * from './Body'\nexport * from './Body3'\nexport * from './BulkAttachmentUpdateOptions'\nexport * from './ByteArray'\nexport * from './CalendarItem'\nexport * from './CalendarItemTag'\nexport * from './CalendarItemType'\nexport * from './CareTeamMember'\nexport * from './CareTeamMembership'\nexport * from './CheckSMFPatientResult'\nexport * from './Classification'\nexport * from './ClassificationTemplate'\nexport * from './Code'\nexport * from './CodeStub'\nexport * from './CodeType'\nexport * from './CommentedClassification'\nexport * from './Commercialization'\nexport * from './Company'\nexport * from './Connection'\nexport * from './Contact'\nexport * from './Content'\nexport * from './Copayment'\nexport * from './CryptoActorStub'\nexport * from './Data'\nexport * from './DataAttachment'\nexport * from './DatabaseInfo'\nexport * from './DatabaseInitialisation'\nexport * from './DatabaseSynchronization'\nexport * from './DataOwnerRegistrationSuccess'\nexport * from './DataOwnerTypeEnum'\nexport * from './DataOwnerWithType'\nexport * from './Delegation'\nexport * from './DeletedAttachment'\nexport * from './Device'\nexport * from './DeviceType'\nexport * from './DiaryNoteExportInfo'\nexport * from './Dmpp'\nexport * from './DocIdentifier'\nexport * from './Document'\nexport * from './DocumentGroup'\nexport * from './DocumentTemplate'\nexport * from './Duration'\nexport * from './Editor'\nexport * from './EfactInvoice'\nexport * from './EIDItem'\nexport * from './EmailOrSmsMessage'\nexport * from './EmailTemplate'\nexport * from './Employer'\nexport * from './EmploymentInfo'\nexport * from './EntityReference'\nexport * from './EntityTemplate'\nexport * from './Episode'\nexport * from './FilterChainCode'\nexport * from './FilterChainContact'\nexport * from './FilterChainDevice'\nexport * from './FilterChainHealthcareParty'\nexport * from './FilterChainHealthElement'\nexport * from './FilterChainInvoice'\nexport * from './FilterChainMaintenanceTask'\nexport * from './FilterChainPatient'\nexport * from './FilterChainService'\nexport * from './FilterChainUser'\nexport * from './FinancialInstitutionInformation'\nexport * from './FlatRateTarification'\nexport * from './FlowItem'\nexport * from './Form'\nexport * from './FormColumn'\nexport * from './FormDataOption'\nexport * from './FormLayout'\nexport * from './FormLayoutData'\nexport * from './FormPlanning'\nexport * from './FormSection'\nexport * from './FormTemplate'\nexport * from './FormTemplateLayout'\nexport * from './Formula'\nexport * from './FrontEndMigration'\nexport * from './Group'\nexport * from './GroupDatabasesInfo'\nexport * from './GroupDeletionReport'\nexport * from './GuiCode'\nexport * from './GuiCodeType'\nexport * from './HealthcareParty'\nexport * from './HealthcarePartyHistoryStatus'\nexport * from './HealthElement'\nexport * from './IcureStub'\nexport * from './Identifier'\nexport * from './IdentityDocumentReader'\nexport * from './IdWithRev'\nexport * from './ImportMapping'\nexport * from './ImportResult'\nexport * from './IncapacityExportInfo'\nexport * from './IndexedIdentifier'\nexport * from './IndexingInfo'\nexport * from './Ingredient'\nexport * from './Insurability'\nexport * from './Insurance'\nexport * from './Invoice'\nexport * from './InvoiceItem'\nexport * from './InvoicesBatch'\nexport * from './InvoiceSender'\nexport * from './InvoicingCode'\nexport * from './ISO639_1'\nexport * from './Keyword'\nexport * from './KeywordSubword'\nexport * from './LabelledOccurence'\nexport * from './LetterValue'\nexport * from './ListOfIds'\nexport * from './ListOfProperties'\nexport * from './LoginCredentials'\nexport * from './MaintenanceTask'\nexport * from './MapOfIds'\nexport * from './Measure'\nexport * from './MedexInfo'\nexport * from './MedicalHouseContract'\nexport * from './MedicalLocation'\nexport * from './Medication'\nexport * from './MedicationSchemeExportInfo'\nexport * from './Medicinalproduct'\nexport * from './Message'\nexport * from './MessageReadStatus'\nexport * from './MessagesReadStatusUpdate'\nexport * from './MessageWithBatch'\nexport * from './MikronoAppointmentTypeRest'\nexport * from './MikronoCredentials'\nexport * from './MimeAttachment'\nexport * from './ModelHelper'\nexport * from './models'\nexport * from './Nmp'\nexport * from './NoGenericPrescriptionReason'\nexport * from './NoSwitchReason'\nexport * from './NumeratorRange'\nexport * from './PackagingType'\nexport * from './PaginatedDocumentKeyIdPairObject'\nexport * from './PaginatedListAccessLog'\nexport * from './PaginatedListAmp'\nexport * from './PaginatedListClassification'\nexport * from './PaginatedListClassificationTemplate'\nexport * from './PaginatedListCode'\nexport * from './PaginatedListContact'\nexport * from './PaginatedListDevice'\nexport * from './PaginatedListDocument'\nexport * from './PaginatedListEntityTemplate'\nexport * from './PaginatedListForm'\nexport * from './PaginatedListGroup'\nexport * from './PaginatedListHealthcareParty'\nexport * from './PaginatedListHealthElement'\nexport * from './PaginatedListInvoice'\nexport * from './PaginatedListMaintenanceTask'\nexport * from './PaginatedListMessage'\nexport * from './PaginatedListNmp'\nexport * from './PaginatedListPatient'\nexport * from './PaginatedListService'\nexport * from './PaginatedListString'\nexport * from './PaginatedListTarification'\nexport * from './PaginatedListUser'\nexport * from './PaginatedListVmp'\nexport * from './PaginatedListVmpGroup'\nexport * from './Paragraph'\nexport * from './ParagraphAgreement'\nexport * from './Part'\nexport * from './Partnership'\nexport * from './Patient'\nexport * from './PatientHealthCareParty'\nexport * from './PatientRegistrationSuccess'\nexport * from './Payment'\nexport * from './Periodicity'\nexport * from './Permission'\nexport * from './PermissionCriterion'\nexport * from './PermissionItem'\nexport * from './PersonName'\nexport * from './PharmaceuticalForm'\nexport * from './PharmaceuticalFormStub'\nexport * from './Place'\nexport * from './PlanOfAction'\nexport * from './Predicate'\nexport * from './Pricing'\nexport * from './PropertyStub'\nexport * from './PropertyTypeStub'\nexport * from './PublicKey'\nexport * from './Quantity'\nexport * from './Receipt'\nexport * from './ReferralPeriod'\nexport * from './RefreshTokenExpiredError'\nexport * from './RegimenItem'\nexport * from './RegistrationInformation'\nexport * from './RegistrationSuccess'\nexport * from './Reimbursement'\nexport * from './ReimbursementCriterion'\nexport * from './Remote'\nexport * from './RemoteAuthentication'\nexport * from './Renewal'\nexport * from './ReplicateCommand'\nexport * from './Replication'\nexport * from './ReplicationInfo'\nexport * from './ReplicationStats'\nexport * from './ReplicatorDocument'\nexport * from './ReplicatorResponse'\nexport * from './ResultInfo'\nexport * from './RevisionInfo'\nexport * from './Right'\nexport * from './RouteOfAdministration'\nexport * from './SamText'\nexport * from './SamVersion'\nexport * from './SchoolingInfo'\nexport * from './Section'\nexport * from './Service'\nexport * from './ServiceLink'\nexport * from './SoftwareMedicalFileExport'\nexport * from './StandardSubstance'\nexport * from './StrengthRange'\nexport * from './StructureElement'\nexport * from './SubContact'\nexport * from './Substance'\nexport * from './Substanceproduct'\nexport * from './SubstanceStub'\nexport * from './Suggest'\nexport * from './SumehrContent'\nexport * from './SumehrExportInfo'\nexport * from './SumehrValidity'\nexport * from './SupplyProblem'\nexport * from './Suspension'\nexport * from './Tag'\nexport * from './Tarification'\nexport * from './Telecom'\nexport * from './TimeSeries'\nexport * from './TimeTable'\nexport * from './TimeTableHour'\nexport * from './TimeTableItem'\nexport * from './TokenWithGroup'\nexport * from './TypedValueObject'\nexport * from './Unit'\nexport * from './User'\nexport * from './UserAndHealthcareParty'\nexport * from './UserGroup'\nexport * from './Valorisation'\nexport * from './Verse'\nexport * from './VirtualForm'\nexport * from './VirtualIngredient'\nexport * from './Vmp'\nexport * from './VmpComponent'\nexport * from './VmpGroup'\nexport * from './VmpGroupStub'\nexport * from './VmpStub'\nexport * from './Vtm'\nexport * from './Wada'\nexport * from './WebSession'\nexport * from './WebSessionMaxIdleTime'\nexport * from './WebSessionMaxIdleTimeUnits'\nexport * from './Weekday'\nexport * from './CryptoActorStub'\n\nexport type EncryptedEntity =\n | AccessLog\n | Article\n | CalendarItem\n | Classification\n | Contact\n | Document\n | Form\n | HealthElement\n | Invoice\n | MaintenanceTask\n | Message\n | Patient\n | Receipt\n\nexport type EncryptedEntityStub = {\n secretForeignKeys?: Array<string>\n cryptedForeignKeys?: { [key: string]: Delegation[] }\n delegations?: { [key: string]: Delegation[] }\n encryptionKeys?: { [key: string]: Delegation[] }\n encryptedSelf?: string\n}\n\nexport type EncryptedParentEntity = Message | Patient\n\nexport type { ISO639_1 } from './ISO639_1'\n"]}
1
+ {"version":3,"file":"models.js","sourceRoot":"","sources":["../../../icc-api/model/models.ts"],"names":[],"mappings":"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","sourcesContent":["import { AccessLog } from './AccessLog'\nimport { Article } from './Article'\nimport { Classification } from './Classification'\nimport { Document } from './Document'\nimport { HealthElement } from './HealthElement'\nimport { Invoice } from './Invoice'\nimport { Form } from './Form'\nimport { Contact } from './Contact'\nimport { CalendarItem } from './CalendarItem'\nimport { MaintenanceTask } from './MaintenanceTask'\nimport { Message } from './Message'\nimport { Receipt } from './Receipt'\nimport { Patient } from './Patient'\nimport { Delegation } from './Delegation'\nimport { SecurityMetadata } from './SecurityMetadata'\nimport { IcureStub } from './IcureStub'\n\nexport * from './AbstractFilterCode'\nexport * from './AbstractFilterContact'\nexport * from './AbstractFilterDevice'\nexport * from './AbstractFilterHealthElement'\nexport * from './AbstractFilterHealthcareParty'\nexport * from './AbstractFilterInvoice'\nexport * from './AbstractFilterMaintenanceTask'\nexport * from './AbstractFilterPatient'\nexport * from './AbstractFilterService'\nexport * from './AbstractFilterUser'\nexport * from './AccessLog'\nexport * from './AddedDocument'\nexport * from './Address'\nexport * from './AdministrationQuantity'\nexport * from './Agenda'\nexport * from './AgreementAppendix'\nexport * from './Amp'\nexport * from './AmpComponent'\nexport * from './Ampp'\nexport * from './AmppComponent'\nexport * from './Annotation'\nexport * from './ApplicationSettings'\nexport * from './AppointmentTypeAndPlace'\nexport * from './Article'\nexport * from './Atc'\nexport * from './AttachmentMetadata'\nexport * from './AuthenticationResponse'\nexport * from './AuthenticationToken'\nexport * from './Basic'\nexport * from './Body'\nexport * from './BulkAttachmentUpdateOptions'\nexport * from './CalendarItem'\nexport * from './CalendarItemTag'\nexport * from './CalendarItemType'\nexport * from './CareTeamMember'\nexport * from './CareTeamMembership'\nexport * from './CheckSMFPatientResult'\nexport * from './Classification'\nexport * from './ClassificationTemplate'\nexport * from './Code'\nexport * from './CodeStub'\nexport * from './CodeType'\nexport * from './CommentedClassification'\nexport * from './Commercialization'\nexport * from './Company'\nexport * from './Contact'\nexport * from './Content'\nexport * from './Copayment'\nexport * from './Data'\nexport * from './DataAttachment'\nexport * from './DataOwnerRegistrationSuccess'\nexport * from './DataOwnerWithType'\nexport * from './DatabaseInfo'\nexport * from './DatabaseInitialisation'\nexport * from './DatabaseSynchronization'\nexport * from './Delegation'\nexport * from './DeletedAttachment'\nexport * from './Device'\nexport * from './DeviceType'\nexport * from './DiaryNoteExportInfo'\nexport * from './Dmpp'\nexport * from './DocIdentifier'\nexport * from './Document'\nexport * from './DocumentGroup'\nexport * from './DocumentTemplate'\nexport * from './Duration'\nexport * from './EIDItem'\nexport * from './Editor'\nexport * from './EfactInvoice'\nexport * from './Employer'\nexport * from './EmploymentInfo'\nexport * from './EntityReference'\nexport * from './EntityTemplate'\nexport * from './Episode'\nexport * from './FilterChainCode'\nexport * from './FilterChainContact'\nexport * from './FilterChainDevice'\nexport * from './FilterChainHealthElement'\nexport * from './FilterChainHealthcareParty'\nexport * from './FilterChainInvoice'\nexport * from './FilterChainMaintenanceTask'\nexport * from './FilterChainPatient'\nexport * from './FilterChainService'\nexport * from './FilterChainUser'\nexport * from './FinancialInstitutionInformation'\nexport * from './FlatRateTarification'\nexport * from './FlowItem'\nexport * from './Form'\nexport * from './FormColumn'\nexport * from './FormDataOption'\nexport * from './FormLayout'\nexport * from './FormLayoutData'\nexport * from './FormPlanning'\nexport * from './FormSection'\nexport * from './FormTemplate'\nexport * from './FormTemplateLayout'\nexport * from './Formula'\nexport * from './FrontEndMigration'\nexport * from './Group'\nexport * from './GroupDatabasesInfo'\nexport * from './GuiCode'\nexport * from './GuiCodeType'\nexport * from './GroupDeletionReport'\nexport * from './HealthElement'\nexport * from './HealthcareParty'\nexport * from './HealthcarePartyHistoryStatus'\nexport * from './IcureStub'\nexport * from './IdWithRev'\nexport * from './Identifier'\nexport * from './IdentityDocumentReader'\nexport * from './ImportMapping'\nexport * from './ImportResult'\nexport * from './IncapacityExportInfo'\nexport * from './IndexingInfo'\nexport * from './Ingredient'\nexport * from './Insurability'\nexport * from './Insurance'\nexport * from './Invoice'\nexport * from './InvoiceItem'\nexport * from './InvoiceSender'\nexport * from './InvoicesBatch'\nexport * from './InvoicingCode'\nexport * from './Keyword'\nexport * from './KeywordSubword'\nexport * from './LabelledOccurence'\nexport * from './LetterValue'\nexport * from './ListOfIds'\nexport * from './ListOfProperties'\nexport * from './LoginCredentials'\nexport * from './MaintenanceTask'\nexport * from './MapOfIds'\nexport * from './Measure'\nexport * from './MedexInfo'\nexport * from './MedicalHouseContract'\nexport * from './MedicalLocation'\nexport * from './Medication'\nexport * from './MedicationSchemeExportInfo'\nexport * from './Medicinalproduct'\nexport * from './Message'\nexport * from './MessageReadStatus'\nexport * from './MessageWithBatch'\nexport * from './MessagesReadStatusUpdate'\nexport * from './MimeAttachment'\nexport * from './Nmp'\nexport * from './NoGenericPrescriptionReason'\nexport * from './NoSwitchReason'\nexport * from './NumeratorRange'\nexport * from './PackagingType'\nexport * from './PaginatedDocumentKeyIdPairObject'\nexport * from './PaginatedListAccessLog'\nexport * from './PaginatedListAmp'\nexport * from './PaginatedListClassification'\nexport * from './PaginatedListClassificationTemplate'\nexport * from './PaginatedListCode'\nexport * from './PaginatedListContact'\nexport * from './PaginatedListDevice'\nexport * from './PaginatedListDocument'\nexport * from './PaginatedListEntityTemplate'\nexport * from './PaginatedListForm'\nexport * from './PaginatedListGroup'\nexport * from './PaginatedListHealthElement'\nexport * from './PaginatedListHealthcareParty'\nexport * from './PaginatedListInvoice'\nexport * from './PaginatedListMaintenanceTask'\nexport * from './PaginatedListMessage'\nexport * from './PaginatedListNmp'\nexport * from './PaginatedListPatient'\nexport * from './PaginatedListService'\nexport * from './PaginatedListString'\nexport * from './PaginatedListTarification'\nexport * from './PaginatedListUser'\nexport * from './PaginatedListVmp'\nexport * from './PaginatedListVmpGroup'\nexport * from './Paragraph'\nexport * from './ParagraphAgreement'\nexport * from './Part'\nexport * from './Partnership'\nexport * from './Patient'\nexport * from './PatientHealthCareParty'\nexport * from './Payment'\nexport * from './Periodicity'\nexport * from './Permission'\nexport * from './PermissionItem'\nexport * from './PersonName'\nexport * from './PharmaceuticalForm'\nexport * from './PharmaceuticalFormStub'\nexport * from './Place'\nexport * from './PlanOfAction'\nexport * from './Predicate'\nexport * from './Pricing'\nexport * from './PropertyStub'\nexport * from './PropertyTypeStub'\nexport * from './PublicKey'\nexport * from './Quantity'\nexport * from './Receipt'\nexport * from './ReferralPeriod'\nexport * from './RegimenItem'\nexport * from './RegistrationInformation'\nexport * from './RegistrationSuccess'\nexport * from './Reimbursement'\nexport * from './ReimbursementCriterion'\nexport * from './Remote'\nexport * from './RemoteAuthentication'\nexport * from './Renewal'\nexport * from './Replication'\nexport * from './ReplicateCommand'\nexport * from './ReplicationInfo'\nexport * from './ReplicationStats'\nexport * from './ReplicatorDocument'\nexport * from './ReplicatorResponse'\nexport * from './ResultInfo'\nexport * from './Right'\nexport * from './RouteOfAdministration'\nexport * from './SamText'\nexport * from './SamVersion'\nexport * from './SchoolingInfo'\nexport * from './Section'\nexport * from './Service'\nexport * from './ServiceLink'\nexport * from './SoftwareMedicalFileExport'\nexport * from './StandardSubstance'\nexport * from './StrengthRange'\nexport * from './StructureElement'\nexport * from './SubContact'\nexport * from './Substance'\nexport * from './SubstanceStub'\nexport * from './Substanceproduct'\nexport * from './Suggest'\nexport * from './SumehrContent'\nexport * from './SumehrExportInfo'\nexport * from './SumehrValidity'\nexport * from './SupplyProblem'\nexport * from './Suspension'\nexport * from './Tag'\nexport * from './Tarification'\nexport * from './Telecom'\nexport * from './TimeSeries'\nexport * from './TimeTable'\nexport * from './TimeTableHour'\nexport * from './TimeTableItem'\nexport * from './TokenWithGroup'\nexport * from './TypedValueObject'\nexport * from './Unit'\nexport * from './User'\nexport * from './UserAndHealthcareParty'\nexport * from './UserGroup'\nexport * from './Valorisation'\nexport * from './Verse'\nexport * from './VirtualForm'\nexport * from './VirtualIngredient'\nexport * from './Vmp'\nexport * from './VmpComponent'\nexport * from './VmpGroup'\nexport * from './VmpGroupStub'\nexport * from './VmpStub'\nexport * from './Vtm'\nexport * from './Wada'\nexport * from './Weekday'\nexport * from './SecurityMetadata'\nexport * from './SecureDelegation'\n\nexport type EncryptedEntity =\n | AccessLog\n | Article\n | CalendarItem\n | Classification\n | Contact\n | Document\n | Form\n | HealthElement\n | Invoice\n | MaintenanceTask\n | Message\n | Patient\n | Receipt\n\nexport type EncryptedEntityStub =\n | {\n // When changing remember to also update icc-x-api/crypto/utils/encryptedStubEquals\n id?: string\n secretForeignKeys?: Array<string>\n cryptedForeignKeys?: { [key: string]: Delegation[] }\n delegations?: { [key: string]: Delegation[] }\n encryptionKeys?: { [key: string]: Delegation[] }\n encryptedSelf?: string\n securityMetadata?: SecurityMetadata\n }\n | IcureStub\n\nexport type EncryptedParentEntity = Message | Patient\n"]}