@nmshd/transport 2.8.2 → 5.0.0-alpha.10

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 (283) hide show
  1. package/dist/buildInformation.js +5 -5
  2. package/dist/core/CoreErrors.d.ts +7 -5
  3. package/dist/core/CoreErrors.d.ts.map +1 -1
  4. package/dist/core/CoreErrors.js +16 -10
  5. package/dist/core/CoreErrors.js.map +1 -1
  6. package/dist/core/ICacheable.js +1 -2
  7. package/dist/core/ICacheable.js.map +1 -1
  8. package/dist/core/Transport.d.ts +2 -5
  9. package/dist/core/Transport.d.ts.map +1 -1
  10. package/dist/core/Transport.js +0 -5
  11. package/dist/core/Transport.js.map +1 -1
  12. package/dist/core/backbone/BackboneIds.d.ts +0 -1
  13. package/dist/core/backbone/BackboneIds.d.ts.map +1 -1
  14. package/dist/core/backbone/BackboneIds.js +0 -1
  15. package/dist/core/backbone/BackboneIds.js.map +1 -1
  16. package/dist/core/backbone/Paginator.d.ts.map +1 -1
  17. package/dist/core/backbone/RESTClient.d.ts +0 -3
  18. package/dist/core/backbone/RESTClient.d.ts.map +1 -1
  19. package/dist/core/backbone/RESTClientAuthenticate.d.ts +0 -1
  20. package/dist/core/backbone/RESTClientAuthenticate.d.ts.map +1 -1
  21. package/dist/core/backbone/RequestError.d.ts +2 -2
  22. package/dist/core/backbone/RequestError.d.ts.map +1 -1
  23. package/dist/core/index.d.ts +0 -1
  24. package/dist/core/index.d.ts.map +1 -1
  25. package/dist/core/index.js +0 -1
  26. package/dist/core/index.js.map +1 -1
  27. package/dist/core/logging/logExecutionTime.js +2 -3
  28. package/dist/core/logging/logExecutionTime.js.map +1 -1
  29. package/dist/events/RelationshipDecomposedBySelfEvent.d.ts +10 -0
  30. package/dist/events/RelationshipDecomposedBySelfEvent.d.ts.map +1 -0
  31. package/dist/events/RelationshipDecomposedBySelfEvent.js +12 -0
  32. package/dist/events/RelationshipDecomposedBySelfEvent.js.map +1 -0
  33. package/dist/events/RelationshipReactivationCompletedEvent.d.ts +7 -0
  34. package/dist/events/RelationshipReactivationCompletedEvent.d.ts.map +1 -0
  35. package/dist/events/RelationshipReactivationCompletedEvent.js +12 -0
  36. package/dist/events/RelationshipReactivationCompletedEvent.js.map +1 -0
  37. package/dist/events/RelationshipReactivationRequestedEvent.d.ts +7 -0
  38. package/dist/events/RelationshipReactivationRequestedEvent.d.ts.map +1 -0
  39. package/dist/events/RelationshipReactivationRequestedEvent.js +12 -0
  40. package/dist/events/RelationshipReactivationRequestedEvent.js.map +1 -0
  41. package/dist/events/index.d.ts +3 -0
  42. package/dist/events/index.d.ts.map +1 -1
  43. package/dist/events/index.js +3 -0
  44. package/dist/events/index.js.map +1 -1
  45. package/dist/modules/accounts/AccountController.d.ts +8 -7
  46. package/dist/modules/accounts/AccountController.d.ts.map +1 -1
  47. package/dist/modules/accounts/AccountController.js +18 -17
  48. package/dist/modules/accounts/AccountController.js.map +1 -1
  49. package/dist/modules/accounts/IdentityController.d.ts +0 -2
  50. package/dist/modules/accounts/IdentityController.d.ts.map +1 -1
  51. package/dist/modules/accounts/IdentityController.js +0 -3
  52. package/dist/modules/accounts/IdentityController.js.map +1 -1
  53. package/dist/modules/accounts/IdentityDeletionProcessController.js.map +1 -1
  54. package/dist/modules/accounts/IdentityUtil.d.ts +2 -2
  55. package/dist/modules/accounts/IdentityUtil.d.ts.map +1 -1
  56. package/dist/modules/accounts/IdentityUtil.js +23 -26
  57. package/dist/modules/accounts/IdentityUtil.js.map +1 -1
  58. package/dist/modules/accounts/data/Identity.d.ts +0 -3
  59. package/dist/modules/accounts/data/Identity.d.ts.map +1 -1
  60. package/dist/modules/accounts/data/Identity.js +0 -6
  61. package/dist/modules/accounts/data/Identity.js.map +1 -1
  62. package/dist/modules/accounts/data/IdentitySecretCredentials.d.ts +0 -3
  63. package/dist/modules/accounts/data/IdentitySecretCredentials.d.ts.map +1 -1
  64. package/dist/modules/accounts/data/IdentitySecretCredentials.js +0 -6
  65. package/dist/modules/accounts/data/IdentitySecretCredentials.js.map +1 -1
  66. package/dist/modules/challenges/ChallengeController.d.ts.map +1 -1
  67. package/dist/modules/challenges/ChallengeController.js +3 -2
  68. package/dist/modules/challenges/ChallengeController.js.map +1 -1
  69. package/dist/modules/devices/DeviceController.d.ts +1 -0
  70. package/dist/modules/devices/DeviceController.d.ts.map +1 -1
  71. package/dist/modules/devices/DeviceController.js +6 -0
  72. package/dist/modules/devices/DeviceController.js.map +1 -1
  73. package/dist/modules/devices/backbone/BackboneUpdateDevice.d.ts +4 -0
  74. package/dist/modules/devices/backbone/BackboneUpdateDevice.d.ts.map +1 -0
  75. package/dist/modules/{relationships/backbone/BackboneGetRelationshipsChanges.js → devices/backbone/BackboneUpdateDevice.js} +1 -1
  76. package/dist/modules/devices/backbone/BackboneUpdateDevice.js.map +1 -0
  77. package/dist/modules/devices/backbone/DeviceAuthClient.d.ts +2 -0
  78. package/dist/modules/devices/backbone/DeviceAuthClient.d.ts.map +1 -1
  79. package/dist/modules/devices/backbone/DeviceAuthClient.js +3 -0
  80. package/dist/modules/devices/backbone/DeviceAuthClient.js.map +1 -1
  81. package/dist/modules/devices/local/Device.d.ts.map +1 -1
  82. package/dist/modules/devices/local/Device.js +3 -1
  83. package/dist/modules/devices/local/Device.js.map +1 -1
  84. package/dist/modules/files/FileController.d.ts.map +1 -1
  85. package/dist/modules/files/FileController.js +6 -1
  86. package/dist/modules/files/FileController.js.map +1 -1
  87. package/dist/modules/files/backbone/FileClient.d.ts +0 -1
  88. package/dist/modules/files/backbone/FileClient.d.ts.map +1 -1
  89. package/dist/modules/index.d.ts +12 -15
  90. package/dist/modules/index.d.ts.map +1 -1
  91. package/dist/modules/index.js +12 -17
  92. package/dist/modules/index.js.map +1 -1
  93. package/dist/modules/messages/MessageController.d.ts +3 -0
  94. package/dist/modules/messages/MessageController.d.ts.map +1 -1
  95. package/dist/modules/messages/MessageController.js +85 -17
  96. package/dist/modules/messages/MessageController.js.map +1 -1
  97. package/dist/modules/messages/local/CachedMessage.d.ts +3 -3
  98. package/dist/modules/messages/local/CachedMessage.d.ts.map +1 -1
  99. package/dist/modules/messages/local/CachedMessage.js +2 -2
  100. package/dist/modules/messages/local/CachedMessage.js.map +1 -1
  101. package/dist/modules/messages/local/CachedMessageRecipient.d.ts +19 -0
  102. package/dist/modules/messages/local/CachedMessageRecipient.d.ts.map +1 -0
  103. package/dist/modules/{relationships/transmission/changes/RelationshipChangeRequest.js → messages/local/CachedMessageRecipient.js} +23 -25
  104. package/dist/modules/messages/local/CachedMessageRecipient.js.map +1 -0
  105. package/dist/modules/messages/local/Message.d.ts +1 -3
  106. package/dist/modules/messages/local/Message.d.ts.map +1 -1
  107. package/dist/modules/messages/local/Message.js +1 -12
  108. package/dist/modules/messages/local/Message.js.map +1 -1
  109. package/dist/modules/relationshipTemplates/RelationshipTemplateController.d.ts +2 -0
  110. package/dist/modules/relationshipTemplates/RelationshipTemplateController.d.ts.map +1 -1
  111. package/dist/modules/relationshipTemplates/RelationshipTemplateController.js +21 -2
  112. package/dist/modules/relationshipTemplates/RelationshipTemplateController.js.map +1 -1
  113. package/dist/modules/relationshipTemplates/local/CachedRelationshipTemplate.js +2 -2
  114. package/dist/modules/relationshipTemplates/local/CachedRelationshipTemplate.js.map +1 -1
  115. package/dist/modules/relationships/RelationshipSecretController.d.ts +4 -5
  116. package/dist/modules/relationships/RelationshipSecretController.d.ts.map +1 -1
  117. package/dist/modules/relationships/RelationshipSecretController.js +8 -8
  118. package/dist/modules/relationships/RelationshipSecretController.js.map +1 -1
  119. package/dist/modules/relationships/RelationshipsController.d.ts +22 -23
  120. package/dist/modules/relationships/RelationshipsController.d.ts.map +1 -1
  121. package/dist/modules/relationships/RelationshipsController.js +272 -324
  122. package/dist/modules/relationships/RelationshipsController.js.map +1 -1
  123. package/dist/modules/relationships/backbone/BackboneGetRelationships.d.ts +2 -11
  124. package/dist/modules/relationships/backbone/BackboneGetRelationships.d.ts.map +1 -1
  125. package/dist/modules/relationships/backbone/BackbonePostRelationship.d.ts +7 -0
  126. package/dist/modules/relationships/backbone/BackbonePostRelationship.d.ts.map +1 -0
  127. package/dist/modules/relationships/backbone/{BackbonePostRelationshipsChanges.js → BackbonePostRelationship.js} +1 -1
  128. package/dist/modules/relationships/backbone/BackbonePostRelationship.js.map +1 -0
  129. package/dist/modules/relationships/backbone/BackbonePutRelationship.d.ts +6 -0
  130. package/dist/modules/relationships/backbone/BackbonePutRelationship.d.ts.map +1 -0
  131. package/dist/modules/relationships/backbone/BackbonePutRelationship.js +3 -0
  132. package/dist/modules/relationships/backbone/BackbonePutRelationship.js.map +1 -0
  133. package/dist/modules/relationships/backbone/BackboneRelationship.d.ts +14 -0
  134. package/dist/modules/relationships/backbone/BackboneRelationship.d.ts.map +1 -0
  135. package/dist/modules/relationships/backbone/BackboneRelationship.js +3 -0
  136. package/dist/modules/relationships/backbone/BackboneRelationship.js.map +1 -0
  137. package/dist/modules/relationships/backbone/RelationshipClient.d.ts +15 -12
  138. package/dist/modules/relationships/backbone/RelationshipClient.d.ts.map +1 -1
  139. package/dist/modules/relationships/backbone/RelationshipClient.js +23 -21
  140. package/dist/modules/relationships/backbone/RelationshipClient.js.map +1 -1
  141. package/dist/modules/relationships/local/CachedRelationship.d.ts +6 -4
  142. package/dist/modules/relationships/local/CachedRelationship.d.ts.map +1 -1
  143. package/dist/modules/relationships/local/CachedRelationship.js +10 -8
  144. package/dist/modules/relationships/local/CachedRelationship.js.map +1 -1
  145. package/dist/modules/relationships/local/Relationship.d.ts +3 -8
  146. package/dist/modules/relationships/local/Relationship.d.ts.map +1 -1
  147. package/dist/modules/relationships/local/Relationship.js +5 -35
  148. package/dist/modules/relationships/local/Relationship.js.map +1 -1
  149. package/dist/modules/relationships/local/RelationshipAuditLog.d.ts +6 -0
  150. package/dist/modules/relationships/local/RelationshipAuditLog.d.ts.map +1 -0
  151. package/dist/modules/relationships/local/RelationshipAuditLog.js +26 -0
  152. package/dist/modules/relationships/local/RelationshipAuditLog.js.map +1 -0
  153. package/dist/modules/relationships/local/RelationshipAuditLogEntry.d.ts +21 -0
  154. package/dist/modules/relationships/local/RelationshipAuditLogEntry.d.ts.map +1 -0
  155. package/dist/modules/relationships/local/RelationshipAuditLogEntry.js +63 -0
  156. package/dist/modules/relationships/local/RelationshipAuditLogEntry.js.map +1 -0
  157. package/dist/modules/relationships/local/SendRelationshipParameters.d.ts +2 -2
  158. package/dist/modules/relationships/local/SendRelationshipParameters.d.ts.map +1 -1
  159. package/dist/modules/relationships/local/SendRelationshipParameters.js +1 -1
  160. package/dist/modules/relationships/local/SendRelationshipParameters.js.map +1 -1
  161. package/dist/modules/relationships/transmission/RelationshipAuditLog.d.ts +24 -0
  162. package/dist/modules/relationships/transmission/RelationshipAuditLog.d.ts.map +1 -0
  163. package/dist/modules/relationships/transmission/RelationshipAuditLog.js +17 -0
  164. package/dist/modules/relationships/transmission/RelationshipAuditLog.js.map +1 -0
  165. package/dist/modules/relationships/transmission/RelationshipStatus.d.ts +2 -2
  166. package/dist/modules/relationships/transmission/RelationshipStatus.d.ts.map +1 -1
  167. package/dist/modules/relationships/transmission/RelationshipStatus.js +1 -1
  168. package/dist/modules/relationships/transmission/RelationshipStatus.js.map +1 -1
  169. package/dist/modules/relationships/transmission/requests/RelationshipCreationContentCipher.d.ts +13 -0
  170. package/dist/modules/relationships/transmission/requests/RelationshipCreationContentCipher.d.ts.map +1 -0
  171. package/dist/modules/relationships/transmission/requests/{RelationshipCreationChangeRequestCipher.js → RelationshipCreationContentCipher.js} +9 -9
  172. package/dist/modules/relationships/transmission/requests/RelationshipCreationContentCipher.js.map +1 -0
  173. package/dist/modules/relationships/transmission/requests/RelationshipCreationContentSigned.d.ts +14 -0
  174. package/dist/modules/relationships/transmission/requests/RelationshipCreationContentSigned.d.ts.map +1 -0
  175. package/dist/modules/relationships/transmission/requests/{RelationshipCreationChangeRequestSigned.js → RelationshipCreationContentSigned.js} +10 -10
  176. package/dist/modules/relationships/transmission/requests/RelationshipCreationContentSigned.js.map +1 -0
  177. package/dist/modules/relationships/transmission/requests/RelationshipCreationContentWrapper.d.ts +15 -0
  178. package/dist/modules/relationships/transmission/requests/RelationshipCreationContentWrapper.d.ts.map +1 -0
  179. package/dist/modules/relationships/transmission/requests/{RelationshipCreationChangeRequestContentWrapper.js → RelationshipCreationContentWrapper.js} +10 -10
  180. package/dist/modules/relationships/transmission/requests/RelationshipCreationContentWrapper.js.map +1 -0
  181. package/dist/modules/relationships/transmission/responses/RelationshipCreationResponseContentCipher.d.ts +13 -0
  182. package/dist/modules/relationships/transmission/responses/RelationshipCreationResponseContentCipher.d.ts.map +1 -0
  183. package/dist/modules/relationships/transmission/responses/{RelationshipCreationChangeResponseCipher.js → RelationshipCreationResponseContentCipher.js} +10 -10
  184. package/dist/modules/relationships/transmission/responses/RelationshipCreationResponseContentCipher.js.map +1 -0
  185. package/dist/modules/relationships/transmission/responses/RelationshipCreationResponseContentSigned.d.ts +14 -0
  186. package/dist/modules/relationships/transmission/responses/RelationshipCreationResponseContentSigned.d.ts.map +1 -0
  187. package/dist/modules/relationships/transmission/responses/{RelationshipCreationChangeResponseSigned.js → RelationshipCreationResponseContentSigned.js} +10 -10
  188. package/dist/modules/relationships/transmission/responses/RelationshipCreationResponseContentSigned.js.map +1 -0
  189. package/dist/modules/relationships/transmission/responses/RelationshipCreationResponseContentWrapper.d.ts +9 -0
  190. package/dist/modules/relationships/transmission/responses/RelationshipCreationResponseContentWrapper.d.ts.map +1 -0
  191. package/dist/modules/relationships/transmission/responses/{RelationshipCreationChangeResponseContentWrapper.js → RelationshipCreationResponseContentWrapper.js} +8 -13
  192. package/dist/modules/relationships/transmission/responses/RelationshipCreationResponseContentWrapper.js.map +1 -0
  193. package/dist/modules/sync/DatawalletModificationsProcessor.d.ts +1 -3
  194. package/dist/modules/sync/DatawalletModificationsProcessor.d.ts.map +1 -1
  195. package/dist/modules/sync/DatawalletModificationsProcessor.js +4 -14
  196. package/dist/modules/sync/DatawalletModificationsProcessor.js.map +1 -1
  197. package/dist/modules/sync/SyncController.d.ts +3 -4
  198. package/dist/modules/sync/SyncController.d.ts.map +1 -1
  199. package/dist/modules/sync/SyncController.js +32 -46
  200. package/dist/modules/sync/SyncController.js.map +1 -1
  201. package/dist/modules/sync/SynchronizedCollection.d.ts.map +1 -1
  202. package/dist/modules/sync/externalEventProcessors/ExternalEventProcessorRegistry.d.ts.map +1 -1
  203. package/dist/modules/sync/externalEventProcessors/ExternalEventProcessorRegistry.js +6 -4
  204. package/dist/modules/sync/externalEventProcessors/ExternalEventProcessorRegistry.js.map +1 -1
  205. package/dist/modules/sync/externalEventProcessors/{RelationshipChangeCompletedExternalEventProcessor.d.ts → RelationshipReactivationCompletedExternalEventProcessor.d.ts} +2 -2
  206. package/dist/modules/sync/externalEventProcessors/RelationshipReactivationCompletedExternalEventProcessor.d.ts.map +1 -0
  207. package/dist/modules/sync/externalEventProcessors/{RelationshipChangeCompletedExternalEventProcessor.js → RelationshipReactivationCompletedExternalEventProcessor.js} +11 -13
  208. package/dist/modules/sync/externalEventProcessors/RelationshipReactivationCompletedExternalEventProcessor.js.map +1 -0
  209. package/dist/modules/sync/externalEventProcessors/RelationshipReactivationRequestedExternalEventProcessor.d.ts +7 -0
  210. package/dist/modules/sync/externalEventProcessors/RelationshipReactivationRequestedExternalEventProcessor.d.ts.map +1 -0
  211. package/dist/modules/sync/externalEventProcessors/RelationshipReactivationRequestedExternalEventProcessor.js +33 -0
  212. package/dist/modules/sync/externalEventProcessors/RelationshipReactivationRequestedExternalEventProcessor.js.map +1 -0
  213. package/dist/modules/sync/externalEventProcessors/{RelationshipChangeCreatedExternalEventProcessor.d.ts → RelationshipStatusChangedExternalEventProcessor.d.ts} +2 -2
  214. package/dist/modules/sync/externalEventProcessors/{RelationshipChangeCreatedExternalEventProcessor.d.ts.map → RelationshipStatusChangedExternalEventProcessor.d.ts.map} +1 -1
  215. package/dist/modules/sync/externalEventProcessors/{RelationshipChangeCreatedExternalEventProcessor.js → RelationshipStatusChangedExternalEventProcessor.js} +10 -18
  216. package/dist/modules/sync/externalEventProcessors/RelationshipStatusChangedExternalEventProcessor.js.map +1 -0
  217. package/dist/modules/sync/externalEventProcessors/index.d.ts +3 -2
  218. package/dist/modules/sync/externalEventProcessors/index.d.ts.map +1 -1
  219. package/dist/modules/sync/externalEventProcessors/index.js +3 -2
  220. package/dist/modules/sync/externalEventProcessors/index.js.map +1 -1
  221. package/dist/modules/tokens/TokenController.d.ts +2 -1
  222. package/dist/modules/tokens/TokenController.d.ts.map +1 -1
  223. package/dist/modules/tokens/TokenController.js +13 -1
  224. package/dist/modules/tokens/TokenController.js.map +1 -1
  225. package/package.json +5 -5
  226. package/dist/core/ProgressReporter.d.ts +0 -19
  227. package/dist/core/ProgressReporter.d.ts.map +0 -1
  228. package/dist/core/ProgressReporter.js +0 -43
  229. package/dist/core/ProgressReporter.js.map +0 -1
  230. package/dist/modules/accounts/data/Realm.d.ts +0 -6
  231. package/dist/modules/accounts/data/Realm.d.ts.map +0 -1
  232. package/dist/modules/accounts/data/Realm.js +0 -10
  233. package/dist/modules/accounts/data/Realm.js.map +0 -1
  234. package/dist/modules/relationships/backbone/BackboneGetRelationshipsChanges.d.ts +0 -24
  235. package/dist/modules/relationships/backbone/BackboneGetRelationshipsChanges.d.ts.map +0 -1
  236. package/dist/modules/relationships/backbone/BackboneGetRelationshipsChanges.js.map +0 -1
  237. package/dist/modules/relationships/backbone/BackbonePostRelationshipsChanges.d.ts +0 -9
  238. package/dist/modules/relationships/backbone/BackbonePostRelationshipsChanges.d.ts.map +0 -1
  239. package/dist/modules/relationships/backbone/BackbonePostRelationshipsChanges.js.map +0 -1
  240. package/dist/modules/relationships/transmission/changes/RelationshipChange.d.ts +0 -27
  241. package/dist/modules/relationships/transmission/changes/RelationshipChange.d.ts.map +0 -1
  242. package/dist/modules/relationships/transmission/changes/RelationshipChange.js +0 -72
  243. package/dist/modules/relationships/transmission/changes/RelationshipChange.js.map +0 -1
  244. package/dist/modules/relationships/transmission/changes/RelationshipChangeRequest.d.ts +0 -20
  245. package/dist/modules/relationships/transmission/changes/RelationshipChangeRequest.d.ts.map +0 -1
  246. package/dist/modules/relationships/transmission/changes/RelationshipChangeRequest.js.map +0 -1
  247. package/dist/modules/relationships/transmission/changes/RelationshipChangeResponse.d.ts +0 -20
  248. package/dist/modules/relationships/transmission/changes/RelationshipChangeResponse.d.ts.map +0 -1
  249. package/dist/modules/relationships/transmission/changes/RelationshipChangeResponse.js +0 -53
  250. package/dist/modules/relationships/transmission/changes/RelationshipChangeResponse.js.map +0 -1
  251. package/dist/modules/relationships/transmission/changes/RelationshipChangeStatus.d.ts +0 -7
  252. package/dist/modules/relationships/transmission/changes/RelationshipChangeStatus.d.ts.map +0 -1
  253. package/dist/modules/relationships/transmission/changes/RelationshipChangeStatus.js +0 -11
  254. package/dist/modules/relationships/transmission/changes/RelationshipChangeStatus.js.map +0 -1
  255. package/dist/modules/relationships/transmission/changes/RelationshipChangeType.d.ts +0 -6
  256. package/dist/modules/relationships/transmission/changes/RelationshipChangeType.d.ts.map +0 -1
  257. package/dist/modules/relationships/transmission/changes/RelationshipChangeType.js +0 -10
  258. package/dist/modules/relationships/transmission/changes/RelationshipChangeType.js.map +0 -1
  259. package/dist/modules/relationships/transmission/requests/RelationshipCreationChangeRequestCipher.d.ts +0 -13
  260. package/dist/modules/relationships/transmission/requests/RelationshipCreationChangeRequestCipher.d.ts.map +0 -1
  261. package/dist/modules/relationships/transmission/requests/RelationshipCreationChangeRequestCipher.js.map +0 -1
  262. package/dist/modules/relationships/transmission/requests/RelationshipCreationChangeRequestContentWrapper.d.ts +0 -15
  263. package/dist/modules/relationships/transmission/requests/RelationshipCreationChangeRequestContentWrapper.d.ts.map +0 -1
  264. package/dist/modules/relationships/transmission/requests/RelationshipCreationChangeRequestContentWrapper.js.map +0 -1
  265. package/dist/modules/relationships/transmission/requests/RelationshipCreationChangeRequestSigned.d.ts +0 -14
  266. package/dist/modules/relationships/transmission/requests/RelationshipCreationChangeRequestSigned.d.ts.map +0 -1
  267. package/dist/modules/relationships/transmission/requests/RelationshipCreationChangeRequestSigned.js.map +0 -1
  268. package/dist/modules/relationships/transmission/responses/RelationshipCreationChangeResponseCipher.d.ts +0 -13
  269. package/dist/modules/relationships/transmission/responses/RelationshipCreationChangeResponseCipher.d.ts.map +0 -1
  270. package/dist/modules/relationships/transmission/responses/RelationshipCreationChangeResponseCipher.js.map +0 -1
  271. package/dist/modules/relationships/transmission/responses/RelationshipCreationChangeResponseContentWrapper.d.ts +0 -12
  272. package/dist/modules/relationships/transmission/responses/RelationshipCreationChangeResponseContentWrapper.d.ts.map +0 -1
  273. package/dist/modules/relationships/transmission/responses/RelationshipCreationChangeResponseContentWrapper.js.map +0 -1
  274. package/dist/modules/relationships/transmission/responses/RelationshipCreationChangeResponseSigned.d.ts +0 -14
  275. package/dist/modules/relationships/transmission/responses/RelationshipCreationChangeResponseSigned.d.ts.map +0 -1
  276. package/dist/modules/relationships/transmission/responses/RelationshipCreationChangeResponseSigned.js.map +0 -1
  277. package/dist/modules/sync/SyncCallback.d.ts +0 -18
  278. package/dist/modules/sync/SyncCallback.d.ts.map +0 -1
  279. package/dist/modules/sync/SyncCallback.js +0 -25
  280. package/dist/modules/sync/SyncCallback.js.map +0 -1
  281. package/dist/modules/sync/externalEventProcessors/RelationshipChangeCompletedExternalEventProcessor.d.ts.map +0 -1
  282. package/dist/modules/sync/externalEventProcessors/RelationshipChangeCompletedExternalEventProcessor.js.map +0 -1
  283. package/dist/modules/sync/externalEventProcessors/RelationshipChangeCreatedExternalEventProcessor.js.map +0 -1
@@ -1,53 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.RelationshipChangeResponse = void 0;
13
- const ts_serval_1 = require("@js-soft/ts-serval");
14
- const core_1 = require("../../../../core");
15
- const CoreId_1 = require("../../../../core/types/CoreId");
16
- let RelationshipChangeResponse = class RelationshipChangeResponse extends core_1.CoreSerializable {
17
- static fromBackbone(backboneChange, content) {
18
- return this.from({
19
- createdBy: core_1.CoreAddress.from(backboneChange.createdBy),
20
- createdByDevice: CoreId_1.CoreId.from(backboneChange.createdByDevice),
21
- createdAt: core_1.CoreDate.from(backboneChange.createdAt),
22
- content: content
23
- });
24
- }
25
- static from(value) {
26
- return this.fromAny(value);
27
- }
28
- };
29
- exports.RelationshipChangeResponse = RelationshipChangeResponse;
30
- __decorate([
31
- (0, ts_serval_1.validate)(),
32
- (0, ts_serval_1.serialize)(),
33
- __metadata("design:type", core_1.CoreAddress)
34
- ], RelationshipChangeResponse.prototype, "createdBy", void 0);
35
- __decorate([
36
- (0, ts_serval_1.validate)(),
37
- (0, ts_serval_1.serialize)(),
38
- __metadata("design:type", CoreId_1.CoreId)
39
- ], RelationshipChangeResponse.prototype, "createdByDevice", void 0);
40
- __decorate([
41
- (0, ts_serval_1.validate)(),
42
- (0, ts_serval_1.serialize)(),
43
- __metadata("design:type", core_1.CoreDate)
44
- ], RelationshipChangeResponse.prototype, "createdAt", void 0);
45
- __decorate([
46
- (0, ts_serval_1.validate)({ nullable: true }),
47
- (0, ts_serval_1.serialize)(),
48
- __metadata("design:type", ts_serval_1.Serializable)
49
- ], RelationshipChangeResponse.prototype, "content", void 0);
50
- exports.RelationshipChangeResponse = RelationshipChangeResponse = __decorate([
51
- (0, ts_serval_1.type)("RelationshipChangeResponse")
52
- ], RelationshipChangeResponse);
53
- //# sourceMappingURL=RelationshipChangeResponse.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RelationshipChangeResponse.js","sourceRoot":"","sources":["../../../../../src/modules/relationships/transmission/changes/RelationshipChangeResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA4F;AAC5F,2CAA4G;AAE5G,0DAAgE;AAWzD,IAAM,0BAA0B,GAAhC,MAAM,0BAA2B,SAAQ,uBAAgB;IAiBrD,MAAM,CAAC,YAAY,CAAC,cAAmE,EAAE,OAAuB;QACnH,OAAO,IAAI,CAAC,IAAI,CAAC;YACb,SAAS,EAAE,kBAAW,CAAC,IAAI,CAAC,cAAc,CAAC,SAAS,CAAC;YACrD,eAAe,EAAE,eAAM,CAAC,IAAI,CAAC,cAAc,CAAC,eAAe,CAAC;YAC5D,SAAS,EAAE,eAAQ,CAAC,IAAI,CAAC,cAAc,CAAC,SAAS,CAAC;YAClD,OAAO,EAAE,OAAO;SACnB,CAAC,CAAC;IACP,CAAC;IAEM,MAAM,CAAC,IAAI,CAAC,KAAkC;QACjD,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;IAC/B,CAAC;CACJ,CAAA;AA7BY,gEAA0B;AAG5B;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,GAAE;8BACM,kBAAW;6DAAC;AAIvB;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,GAAE;8BACY,eAAM;mEAAC;AAIxB;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,GAAE;8BACM,eAAQ;6DAAC;AAIpB;IAFN,IAAA,oBAAQ,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC5B,IAAA,qBAAS,GAAE;8BACK,wBAAY;2DAAC;qCAfrB,0BAA0B;IADtC,IAAA,gBAAI,EAAC,4BAA4B,CAAC;GACtB,0BAA0B,CA6BtC"}
@@ -1,7 +0,0 @@
1
- export declare enum RelationshipChangeStatus {
2
- Pending = "Pending",
3
- Rejected = "Rejected",
4
- Revoked = "Revoked",
5
- Accepted = "Accepted"
6
- }
7
- //# sourceMappingURL=RelationshipChangeStatus.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RelationshipChangeStatus.d.ts","sourceRoot":"","sources":["../../../../../src/modules/relationships/transmission/changes/RelationshipChangeStatus.ts"],"names":[],"mappings":"AAAA,oBAAY,wBAAwB;IAChC,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,QAAQ,aAAa;CACxB"}
@@ -1,11 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RelationshipChangeStatus = void 0;
4
- var RelationshipChangeStatus;
5
- (function (RelationshipChangeStatus) {
6
- RelationshipChangeStatus["Pending"] = "Pending";
7
- RelationshipChangeStatus["Rejected"] = "Rejected";
8
- RelationshipChangeStatus["Revoked"] = "Revoked";
9
- RelationshipChangeStatus["Accepted"] = "Accepted";
10
- })(RelationshipChangeStatus || (exports.RelationshipChangeStatus = RelationshipChangeStatus = {}));
11
- //# sourceMappingURL=RelationshipChangeStatus.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RelationshipChangeStatus.js","sourceRoot":"","sources":["../../../../../src/modules/relationships/transmission/changes/RelationshipChangeStatus.ts"],"names":[],"mappings":";;;AAAA,IAAY,wBAKX;AALD,WAAY,wBAAwB;IAChC,+CAAmB,CAAA;IACnB,iDAAqB,CAAA;IACrB,+CAAmB,CAAA;IACnB,iDAAqB,CAAA;AACzB,CAAC,EALW,wBAAwB,wCAAxB,wBAAwB,QAKnC"}
@@ -1,6 +0,0 @@
1
- export declare enum RelationshipChangeType {
2
- Creation = "Creation",
3
- Termination = "Termination",
4
- TerminationCancellation = "TerminationCancellation"
5
- }
6
- //# sourceMappingURL=RelationshipChangeType.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RelationshipChangeType.d.ts","sourceRoot":"","sources":["../../../../../src/modules/relationships/transmission/changes/RelationshipChangeType.ts"],"names":[],"mappings":"AAAA,oBAAY,sBAAsB;IAC9B,QAAQ,aAAa;IACrB,WAAW,gBAAgB;IAC3B,uBAAuB,4BAA4B;CACtD"}
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RelationshipChangeType = void 0;
4
- var RelationshipChangeType;
5
- (function (RelationshipChangeType) {
6
- RelationshipChangeType["Creation"] = "Creation";
7
- RelationshipChangeType["Termination"] = "Termination";
8
- RelationshipChangeType["TerminationCancellation"] = "TerminationCancellation";
9
- })(RelationshipChangeType || (exports.RelationshipChangeType = RelationshipChangeType = {}));
10
- //# sourceMappingURL=RelationshipChangeType.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RelationshipChangeType.js","sourceRoot":"","sources":["../../../../../src/modules/relationships/transmission/changes/RelationshipChangeType.ts"],"names":[],"mappings":";;;AAAA,IAAY,sBAIX;AAJD,WAAY,sBAAsB;IAC9B,+CAAqB,CAAA;IACrB,qDAA2B,CAAA;IAC3B,6EAAmD,CAAA;AACvD,CAAC,EAJW,sBAAsB,sCAAtB,sBAAsB,QAIjC"}
@@ -1,13 +0,0 @@
1
- import { CryptoCipher, CryptoRelationshipPublicRequest, ICryptoCipher, ICryptoRelationshipPublicRequest } from "@nmshd/crypto";
2
- import { CoreSerializable, ICoreSerializable } from "../../../../core";
3
- export interface IRelationshipCreationChangeRequestCipher extends ICoreSerializable {
4
- cipher: ICryptoCipher;
5
- publicRequestCrypto: ICryptoRelationshipPublicRequest;
6
- }
7
- export declare class RelationshipCreationChangeRequestCipher extends CoreSerializable implements IRelationshipCreationChangeRequestCipher {
8
- cipher: CryptoCipher;
9
- publicRequestCrypto: CryptoRelationshipPublicRequest;
10
- static from(value: IRelationshipCreationChangeRequestCipher): RelationshipCreationChangeRequestCipher;
11
- static fromBase64(value: string): RelationshipCreationChangeRequestCipher;
12
- }
13
- //# sourceMappingURL=RelationshipCreationChangeRequestCipher.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RelationshipCreationChangeRequestCipher.d.ts","sourceRoot":"","sources":["../../../../../src/modules/relationships/transmission/requests/RelationshipCreationChangeRequestCipher.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,+BAA+B,EAAE,aAAa,EAAE,gCAAgC,EAAE,MAAM,eAAe,CAAC;AAC/H,OAAO,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAEvE,MAAM,WAAW,wCAAyC,SAAQ,iBAAiB;IAC/E,MAAM,EAAE,aAAa,CAAC;IACtB,mBAAmB,EAAE,gCAAgC,CAAC;CACzD;AAED,qBACa,uCAAwC,SAAQ,gBAAiB,YAAW,wCAAwC;IAGtH,MAAM,EAAE,YAAY,CAAC;IAIrB,mBAAmB,EAAE,+BAA+B,CAAC;WAE9C,IAAI,CAAC,KAAK,EAAE,wCAAwC,GAAG,uCAAuC;WAI9F,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,uCAAuC;CAGnF"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"RelationshipCreationChangeRequestCipher.js","sourceRoot":"","sources":["../../../../../src/modules/relationships/transmission/requests/RelationshipCreationChangeRequestCipher.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA+D;AAC/D,0CAA+H;AAC/H,2CAAuE;AAQhE,IAAM,uCAAuC,GAA7C,MAAM,uCAAwC,SAAQ,uBAAgB;IASlE,MAAM,CAAC,IAAI,CAAC,KAA+C;QAC9D,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;IAC/B,CAAC;IAEM,MAAM,CAAC,UAAU,CAAC,KAAa;QAClC,OAAO,KAAK,CAAC,WAAW,CAA0C,KAAK,CAAC,CAAC;IAC7E,CAAC;CACJ,CAAA;AAhBY,0FAAuC;AAGzC;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,GAAE;8BACG,qBAAY;uEAAC;AAIrB;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,GAAE;8BACgB,wCAA+B;oFAAC;kDAPnD,uCAAuC;IADnD,IAAA,gBAAI,EAAC,yCAAyC,CAAC;GACnC,uCAAuC,CAgBnD"}
@@ -1,15 +0,0 @@
1
- import { ISerializable, Serializable } from "@js-soft/ts-serval";
2
- import { CoreId, CoreSerializable, ICoreId, ICoreSerializable } from "../../../../core";
3
- import { Identity, IIdentity } from "../../../accounts/data/Identity";
4
- export interface IRelationshipCreationChangeRequestContentWrapper extends ICoreSerializable {
5
- identity: IIdentity;
6
- content: ISerializable;
7
- templateId: ICoreId;
8
- }
9
- export declare class RelationshipCreationChangeRequestContentWrapper extends CoreSerializable implements IRelationshipCreationChangeRequestContentWrapper {
10
- identity: Identity;
11
- content: Serializable;
12
- templateId: CoreId;
13
- static from(value: IRelationshipCreationChangeRequestContentWrapper): RelationshipCreationChangeRequestContentWrapper;
14
- }
15
- //# sourceMappingURL=RelationshipCreationChangeRequestContentWrapper.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RelationshipCreationChangeRequestContentWrapper.d.ts","sourceRoot":"","sources":["../../../../../src/modules/relationships/transmission/requests/RelationshipCreationChangeRequestContentWrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,YAAY,EAA6B,MAAM,oBAAoB,CAAC;AAC5F,OAAO,EAAE,MAAM,EAAE,gBAAgB,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACxF,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AAEtE,MAAM,WAAW,gDAAiD,SAAQ,iBAAiB;IACvF,QAAQ,EAAE,SAAS,CAAC;IACpB,OAAO,EAAE,aAAa,CAAC;IACvB,UAAU,EAAE,OAAO,CAAC;CACvB;AAED,qBACa,+CAAgD,SAAQ,gBAAiB,YAAW,gDAAgD;IAGtI,QAAQ,EAAE,QAAQ,CAAC;IAInB,OAAO,EAAE,YAAY,CAAC;IAItB,UAAU,EAAE,MAAM,CAAC;WAEZ,IAAI,CAAC,KAAK,EAAE,gDAAgD,GAAG,+CAA+C;CAG/H"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"RelationshipCreationChangeRequestContentWrapper.js","sourceRoot":"","sources":["../../../../../src/modules/relationships/transmission/requests/RelationshipCreationChangeRequestContentWrapper.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA4F;AAC5F,2CAAwF;AACxF,8DAAsE;AAS/D,IAAM,+CAA+C,GAArD,MAAM,+CAAgD,SAAQ,uBAAgB;IAa1E,MAAM,CAAC,IAAI,CAAC,KAAuD;QACtE,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;IAC/B,CAAC;CACJ,CAAA;AAhBY,0GAA+C;AAGjD;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,GAAE;8BACK,mBAAQ;iFAAC;AAInB;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,GAAE;8BACI,wBAAY;gFAAC;AAItB;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,GAAE;8BACO,aAAM;mFAAC;0DAXjB,+CAA+C;IAD3D,IAAA,gBAAI,EAAC,iDAAiD,CAAC;GAC3C,+CAA+C,CAgB3D"}
@@ -1,14 +0,0 @@
1
- import { CryptoSignature, ICryptoSignature } from "@nmshd/crypto";
2
- import { CoreSerializable, ICoreSerializable } from "../../../../core";
3
- export interface IRelationshipCreationChangeRequestSigned extends ICoreSerializable {
4
- serializedRequest: string;
5
- deviceSignature: ICryptoSignature;
6
- relationshipSignature: ICryptoSignature;
7
- }
8
- export declare class RelationshipCreationChangeRequestSigned extends CoreSerializable implements IRelationshipCreationChangeRequestSigned {
9
- serializedRequest: string;
10
- deviceSignature: CryptoSignature;
11
- relationshipSignature: CryptoSignature;
12
- static from(value: IRelationshipCreationChangeRequestSigned): RelationshipCreationChangeRequestSigned;
13
- }
14
- //# sourceMappingURL=RelationshipCreationChangeRequestSigned.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RelationshipCreationChangeRequestSigned.d.ts","sourceRoot":"","sources":["../../../../../src/modules/relationships/transmission/requests/RelationshipCreationChangeRequestSigned.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAClE,OAAO,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAEvE,MAAM,WAAW,wCAAyC,SAAQ,iBAAiB;IAC/E,iBAAiB,EAAE,MAAM,CAAC;IAC1B,eAAe,EAAE,gBAAgB,CAAC;IAClC,qBAAqB,EAAE,gBAAgB,CAAC;CAC3C;AAED,qBACa,uCAAwC,SAAQ,gBAAiB,YAAW,wCAAwC;IAGtH,iBAAiB,EAAE,MAAM,CAAC;IAI1B,eAAe,EAAE,eAAe,CAAC;IAIjC,qBAAqB,EAAE,eAAe,CAAC;WAEhC,IAAI,CAAC,KAAK,EAAE,wCAAwC,GAAG,uCAAuC;CAG/G"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"RelationshipCreationChangeRequestSigned.js","sourceRoot":"","sources":["../../../../../src/modules/relationships/transmission/requests/RelationshipCreationChangeRequestSigned.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA+D;AAC/D,0CAAkE;AAClE,2CAAuE;AAShE,IAAM,uCAAuC,GAA7C,MAAM,uCAAwC,SAAQ,uBAAgB;IAalE,MAAM,CAAC,IAAI,CAAC,KAA+C;QAC9D,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;IAC/B,CAAC;CACJ,CAAA;AAhBY,0FAAuC;AAGzC;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,GAAE;;kFACqB;AAI1B;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,GAAE;8BACY,wBAAe;gFAAC;AAIjC;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,GAAE;8BACkB,wBAAe;sFAAC;kDAXrC,uCAAuC;IADnD,IAAA,gBAAI,EAAC,yCAAyC,CAAC;GACnC,uCAAuC,CAgBnD"}
@@ -1,13 +0,0 @@
1
- import { CryptoCipher, CryptoRelationshipPublicResponse, ICryptoCipher, ICryptoRelationshipPublicResponse } from "@nmshd/crypto";
2
- import { CoreSerializable, ICoreSerializable } from "../../../../core";
3
- export interface IRelationshipCreationChangeResponseCipher extends ICoreSerializable {
4
- cipher: ICryptoCipher;
5
- publicResponseCrypto?: ICryptoRelationshipPublicResponse;
6
- }
7
- export declare class RelationshipCreationChangeResponseCipher extends CoreSerializable implements IRelationshipCreationChangeResponseCipher {
8
- cipher: CryptoCipher;
9
- publicResponseCrypto?: CryptoRelationshipPublicResponse;
10
- static from(value: IRelationshipCreationChangeResponseCipher): RelationshipCreationChangeResponseCipher;
11
- static fromBase64(value: string): RelationshipCreationChangeResponseCipher;
12
- }
13
- //# sourceMappingURL=RelationshipCreationChangeResponseCipher.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RelationshipCreationChangeResponseCipher.d.ts","sourceRoot":"","sources":["../../../../../src/modules/relationships/transmission/responses/RelationshipCreationChangeResponseCipher.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,gCAAgC,EAAE,aAAa,EAAE,iCAAiC,EAAE,MAAM,eAAe,CAAC;AACjI,OAAO,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAEvE,MAAM,WAAW,yCAA0C,SAAQ,iBAAiB;IAChF,MAAM,EAAE,aAAa,CAAC;IACtB,oBAAoB,CAAC,EAAE,iCAAiC,CAAC;CAC5D;AAED,qBACa,wCAAyC,SAAQ,gBAAiB,YAAW,yCAAyC;IAGxH,MAAM,EAAE,YAAY,CAAC;IAIrB,oBAAoB,CAAC,EAAE,gCAAgC,CAAC;WAEjD,IAAI,CAAC,KAAK,EAAE,yCAAyC,GAAG,wCAAwC;WAIhG,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,wCAAwC;CAGpF"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"RelationshipCreationChangeResponseCipher.js","sourceRoot":"","sources":["../../../../../src/modules/relationships/transmission/responses/RelationshipCreationChangeResponseCipher.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA+D;AAC/D,0CAAiI;AACjI,2CAAuE;AAQhE,IAAM,wCAAwC,GAA9C,MAAM,wCAAyC,SAAQ,uBAAgB;IASnE,MAAM,CAAC,IAAI,CAAC,KAAgD;QAC/D,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;IAC/B,CAAC;IAEM,MAAM,CAAC,UAAU,CAAC,KAAa;QAClC,OAAO,KAAK,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACJ,CAAA;AAhBY,4FAAwC;AAG1C;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,GAAE;8BACG,qBAAY;wEAAC;AAIrB;IAFN,IAAA,oBAAQ,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC5B,IAAA,qBAAS,GAAE;8BACkB,yCAAgC;sFAAC;mDAPtD,wCAAwC;IADpD,IAAA,gBAAI,EAAC,0CAA0C,CAAC;GACpC,wCAAwC,CAgBpD"}
@@ -1,12 +0,0 @@
1
- import { ISerializable, Serializable } from "@js-soft/ts-serval";
2
- import { CoreId, CoreSerializable, ICoreId, ICoreSerializable } from "../../../../core";
3
- export interface IRelationshipCreationChangeResponseContentWrapper extends ICoreSerializable {
4
- content: ISerializable;
5
- relationshipId: ICoreId;
6
- }
7
- export declare class RelationshipCreationChangeResponseContentWrapper extends CoreSerializable implements IRelationshipCreationChangeResponseContentWrapper {
8
- content: Serializable;
9
- relationshipId: CoreId;
10
- static from(value: IRelationshipCreationChangeResponseContentWrapper): RelationshipCreationChangeResponseContentWrapper;
11
- }
12
- //# sourceMappingURL=RelationshipCreationChangeResponseContentWrapper.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RelationshipCreationChangeResponseContentWrapper.d.ts","sourceRoot":"","sources":["../../../../../src/modules/relationships/transmission/responses/RelationshipCreationChangeResponseContentWrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,YAAY,EAA6B,MAAM,oBAAoB,CAAC;AAC5F,OAAO,EAAE,MAAM,EAAE,gBAAgB,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAExF,MAAM,WAAW,iDAAkD,SAAQ,iBAAiB;IACxF,OAAO,EAAE,aAAa,CAAC;IACvB,cAAc,EAAE,OAAO,CAAC;CAC3B;AAED,qBACa,gDAAiD,SAAQ,gBAAiB,YAAW,iDAAiD;IAGxI,OAAO,EAAE,YAAY,CAAC;IAItB,cAAc,EAAE,MAAM,CAAC;WAEhB,IAAI,CAAC,KAAK,EAAE,iDAAiD,GAAG,gDAAgD;CAGjI"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"RelationshipCreationChangeResponseContentWrapper.js","sourceRoot":"","sources":["../../../../../src/modules/relationships/transmission/responses/RelationshipCreationChangeResponseContentWrapper.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA4F;AAC5F,2CAAwF;AAQjF,IAAM,gDAAgD,GAAtD,MAAM,gDAAiD,SAAQ,uBAAgB;IAS3E,MAAM,CAAC,IAAI,CAAC,KAAwD;QACvE,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;IAC/B,CAAC;CACJ,CAAA;AAZY,4GAAgD;AAGlD;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,GAAE;8BACI,wBAAY;iFAAC;AAItB;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,GAAE;8BACW,aAAM;wFAAC;2DAPrB,gDAAgD;IAD5D,IAAA,gBAAI,EAAC,kDAAkD,CAAC;GAC5C,gDAAgD,CAY5D"}
@@ -1,14 +0,0 @@
1
- import { CryptoSignature, ICryptoSignature } from "@nmshd/crypto";
2
- import { CoreSerializable, ICoreSerializable } from "../../../../core";
3
- export interface IRelationshipCreationChangeResponseSigned extends ICoreSerializable {
4
- serializedResponse: string;
5
- deviceSignature: ICryptoSignature;
6
- relationshipSignature: ICryptoSignature;
7
- }
8
- export declare class RelationshipCreationChangeResponseSigned extends CoreSerializable implements IRelationshipCreationChangeResponseSigned {
9
- serializedResponse: string;
10
- deviceSignature: CryptoSignature;
11
- relationshipSignature: CryptoSignature;
12
- static from(value: IRelationshipCreationChangeResponseSigned): RelationshipCreationChangeResponseSigned;
13
- }
14
- //# sourceMappingURL=RelationshipCreationChangeResponseSigned.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RelationshipCreationChangeResponseSigned.d.ts","sourceRoot":"","sources":["../../../../../src/modules/relationships/transmission/responses/RelationshipCreationChangeResponseSigned.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAClE,OAAO,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAEvE,MAAM,WAAW,yCAA0C,SAAQ,iBAAiB;IAChF,kBAAkB,EAAE,MAAM,CAAC;IAC3B,eAAe,EAAE,gBAAgB,CAAC;IAClC,qBAAqB,EAAE,gBAAgB,CAAC;CAC3C;AAED,qBACa,wCAAyC,SAAQ,gBAAiB,YAAW,yCAAyC;IAGxH,kBAAkB,EAAE,MAAM,CAAC;IAI3B,eAAe,EAAE,eAAe,CAAC;IAIjC,qBAAqB,EAAE,eAAe,CAAC;WAEhC,IAAI,CAAC,KAAK,EAAE,yCAAyC,GAAG,wCAAwC;CAGjH"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"RelationshipCreationChangeResponseSigned.js","sourceRoot":"","sources":["../../../../../src/modules/relationships/transmission/responses/RelationshipCreationChangeResponseSigned.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA+D;AAC/D,0CAAkE;AAClE,2CAAuE;AAShE,IAAM,wCAAwC,GAA9C,MAAM,wCAAyC,SAAQ,uBAAgB;IAanE,MAAM,CAAC,IAAI,CAAC,KAAgD;QAC/D,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;IAC/B,CAAC;CACJ,CAAA;AAhBY,4FAAwC;AAG1C;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,GAAE;;oFACsB;AAI3B;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,GAAE;8BACY,wBAAe;iFAAC;AAIjC;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,GAAE;8BACkB,wBAAe;uFAAC;mDAXrC,wCAAwC;IADpD,IAAA,gBAAI,EAAC,0CAA0C,CAAC;GACpC,wCAAwC,CAgBpD"}
@@ -1,18 +0,0 @@
1
- import { ProgressReporter, ProgressReporterStep } from "../../core";
2
- export type SyncProgressCallback = (percentage: number, step: SyncStep) => void;
3
- export declare class SyncProgressReporter extends ProgressReporter<SyncStep> {
4
- static fromCallback(callback?: SyncProgressCallback): SyncProgressReporter;
5
- }
6
- export declare class SyncProgressReporterStep extends ProgressReporterStep<SyncStep> {
7
- }
8
- export declare enum SyncStep {
9
- Sync = "sync",
10
- DatawalletSync = "sync:datawallet",
11
- DatawalletSyncDownloading = "sync:datawallet:downloading",
12
- DatawalletSyncDecryption = "sync:datawallet:decrypting",
13
- DatawalletSyncProcessing = "sync:datawallet:processing",
14
- ExternalEventsSync = "sync:externalEvents",
15
- ExternalEventsSyncDownloading = "sync:externalEvents:downloading",
16
- ExternalEventsProcessing = "sync:externalEvents:processing"
17
- }
18
- //# sourceMappingURL=SyncCallback.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SyncCallback.d.ts","sourceRoot":"","sources":["../../../src/modules/sync/SyncCallback.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,YAAY,CAAC;AAEpE,MAAM,MAAM,oBAAoB,GAAG,CAAC,UAAU,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,KAAK,IAAI,CAAC;AAEhF,qBAAa,oBAAqB,SAAQ,gBAAgB,CAAC,QAAQ,CAAC;WAClD,YAAY,CAAC,QAAQ,CAAC,EAAE,oBAAoB,GAAG,oBAAoB;CAGpF;AACD,qBAAa,wBAAyB,SAAQ,oBAAoB,CAAC,QAAQ,CAAC;CAAG;AAE/E,oBAAY,QAAQ;IAChB,IAAI,SAAS;IACb,cAAc,oBAAoB;IAClC,yBAAyB,gCAAgC;IACzD,wBAAwB,+BAA+B;IACvD,wBAAwB,+BAA+B;IACvD,kBAAkB,wBAAwB;IAC1C,6BAA6B,oCAAoC;IACjE,wBAAwB,mCAAmC;CAC9D"}
@@ -1,25 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SyncStep = exports.SyncProgressReporterStep = exports.SyncProgressReporter = void 0;
4
- const core_1 = require("../../core");
5
- class SyncProgressReporter extends core_1.ProgressReporter {
6
- static fromCallback(callback) {
7
- return new SyncProgressReporter(callback);
8
- }
9
- }
10
- exports.SyncProgressReporter = SyncProgressReporter;
11
- class SyncProgressReporterStep extends core_1.ProgressReporterStep {
12
- }
13
- exports.SyncProgressReporterStep = SyncProgressReporterStep;
14
- var SyncStep;
15
- (function (SyncStep) {
16
- SyncStep["Sync"] = "sync";
17
- SyncStep["DatawalletSync"] = "sync:datawallet";
18
- SyncStep["DatawalletSyncDownloading"] = "sync:datawallet:downloading";
19
- SyncStep["DatawalletSyncDecryption"] = "sync:datawallet:decrypting";
20
- SyncStep["DatawalletSyncProcessing"] = "sync:datawallet:processing";
21
- SyncStep["ExternalEventsSync"] = "sync:externalEvents";
22
- SyncStep["ExternalEventsSyncDownloading"] = "sync:externalEvents:downloading";
23
- SyncStep["ExternalEventsProcessing"] = "sync:externalEvents:processing";
24
- })(SyncStep || (exports.SyncStep = SyncStep = {}));
25
- //# sourceMappingURL=SyncCallback.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SyncCallback.js","sourceRoot":"","sources":["../../../src/modules/sync/SyncCallback.ts"],"names":[],"mappings":";;;AAAA,qCAAoE;AAIpE,MAAa,oBAAqB,SAAQ,uBAA0B;IACzD,MAAM,CAAC,YAAY,CAAC,QAA+B;QACtD,OAAO,IAAI,oBAAoB,CAAC,QAAQ,CAAC,CAAC;IAC9C,CAAC;CACJ;AAJD,oDAIC;AACD,MAAa,wBAAyB,SAAQ,2BAA8B;CAAG;AAA/E,4DAA+E;AAE/E,IAAY,QASX;AATD,WAAY,QAAQ;IAChB,yBAAa,CAAA;IACb,8CAAkC,CAAA;IAClC,qEAAyD,CAAA;IACzD,mEAAuD,CAAA;IACvD,mEAAuD,CAAA;IACvD,sDAA0C,CAAA;IAC1C,6EAAiE,CAAA;IACjE,uEAA2D,CAAA;AAC/D,CAAC,EATW,QAAQ,wBAAR,QAAQ,QASnB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"RelationshipChangeCompletedExternalEventProcessor.d.ts","sourceRoot":"","sources":["../../../../src/modules/sync/externalEventProcessors/RelationshipChangeCompletedExternalEventProcessor.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,wCAAwC,CAAC;AACtE,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAQlE,qBAAa,iDAAkD,SAAQ,sBAAsB;IACnE,OAAO,CAAC,aAAa,EAAE,aAAa,GAAG,OAAO,CAAC,YAAY,GAAG,SAAS,CAAC;CAUjG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"RelationshipChangeCompletedExternalEventProcessor.js","sourceRoot":"","sources":["../../../../src/modules/sync/externalEventProcessors/RelationshipChangeCompletedExternalEventProcessor.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAuE;AACvE,4CAA2D;AAG3D,qEAAkE;AAElE,MAAM,4CAA6C,SAAQ,wBAAY;CAItE;AADU;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;;8EACa;AAG5B,MAAa,iDAAkD,SAAQ,+CAAsB;IACzE,KAAK,CAAC,OAAO,CAAC,aAA4B;QACtD,MAAM,OAAO,GAAG,4CAA4C,CAAC,OAAO,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QAC5F,MAAM,YAAY,GAAG,MAAM,IAAI,CAAC,iBAAiB,CAAC,aAAa,CAAC,eAAe,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;QAElG,IAAI,YAAY,EAAE,CAAC;YACf,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,IAAI,iCAAwB,CAAC,IAAI,CAAC,UAAU,EAAE,YAAY,CAAC,CAAC,CAAC;YACnF,OAAO,YAAY,CAAC;QACxB,CAAC;QACD,OAAO;IACX,CAAC;CACJ;AAXD,8GAWC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"RelationshipChangeCreatedExternalEventProcessor.js","sourceRoot":"","sources":["../../../../src/modules/sync/externalEventProcessors/RelationshipChangeCreatedExternalEventProcessor.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAuE;AACvE,4CAA2D;AAG3D,qEAAkE;AAElE,MAAM,0CAA2C,SAAQ,wBAAY;CAQpE;AALU;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;;4EACa;AAIjB;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;;kFACmB;AAGlC,MAAa,+CAAgD,SAAQ,+CAAsB;IACvE,KAAK,CAAC,OAAO,CAAC,aAA4B;QACtD,MAAM,OAAO,GAAG,0CAA0C,CAAC,OAAO,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QAC1F,MAAM,YAAY,GAAG,MAAM,IAAI,CAAC,iBAAiB,CAAC,aAAa,CAAC,eAAe,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;QAElG,IAAI,YAAY,EAAE,CAAC;YACf,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,IAAI,iCAAwB,CAAC,IAAI,CAAC,UAAU,EAAE,YAAY,CAAC,CAAC,CAAC;YACnF,OAAO,YAAY,CAAC;QACxB,CAAC;QACD,OAAO;IACX,CAAC;CACJ;AAXD,0GAWC"}