@nmshd/transport 2.5.0 → 2.6.0

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 (130) hide show
  1. package/dist/buildInformation.js +4 -4
  2. package/dist/core/DbCollectionName.d.ts +2 -1
  3. package/dist/core/DbCollectionName.d.ts.map +1 -1
  4. package/dist/core/DbCollectionName.js +1 -0
  5. package/dist/core/DbCollectionName.js.map +1 -1
  6. package/dist/core/Transport.d.ts +1 -1
  7. package/dist/core/Transport.d.ts.map +1 -1
  8. package/dist/core/Transport.js +2 -2
  9. package/dist/core/Transport.js.map +1 -1
  10. package/dist/core/index.d.ts +2 -1
  11. package/dist/core/index.d.ts.map +1 -1
  12. package/dist/core/index.js +2 -1
  13. package/dist/core/index.js.map +1 -1
  14. package/dist/events/IdentityDeletionProcessStatusChangedEvent.d.ts +7 -0
  15. package/dist/events/IdentityDeletionProcessStatusChangedEvent.d.ts.map +1 -0
  16. package/dist/events/IdentityDeletionProcessStatusChangedEvent.js +12 -0
  17. package/dist/events/IdentityDeletionProcessStatusChangedEvent.js.map +1 -0
  18. package/dist/events/index.d.ts +1 -0
  19. package/dist/events/index.d.ts.map +1 -1
  20. package/dist/events/index.js +1 -0
  21. package/dist/events/index.js.map +1 -1
  22. package/dist/modules/accounts/AccountController.d.ts +3 -0
  23. package/dist/modules/accounts/AccountController.d.ts.map +1 -1
  24. package/dist/modules/accounts/AccountController.js +8 -0
  25. package/dist/modules/accounts/AccountController.js.map +1 -1
  26. package/dist/modules/accounts/IdentityController.d.ts +2 -1
  27. package/dist/modules/accounts/IdentityController.d.ts.map +1 -1
  28. package/dist/modules/accounts/IdentityController.js.map +1 -1
  29. package/dist/modules/accounts/IdentityDeletionProcessController.d.ts +30 -0
  30. package/dist/modules/accounts/IdentityDeletionProcessController.d.ts.map +1 -0
  31. package/dist/modules/accounts/IdentityDeletionProcessController.js +115 -0
  32. package/dist/modules/accounts/IdentityDeletionProcessController.js.map +1 -0
  33. package/dist/modules/accounts/backbone/BackboneIdentityDeletionProcess.d.ts +15 -0
  34. package/dist/modules/accounts/backbone/BackboneIdentityDeletionProcess.d.ts.map +1 -0
  35. package/dist/modules/accounts/backbone/BackboneIdentityDeletionProcess.js +3 -0
  36. package/dist/modules/accounts/backbone/BackboneIdentityDeletionProcess.js.map +1 -0
  37. package/dist/modules/accounts/backbone/BackbonePostIdentity.d.ts +19 -0
  38. package/dist/modules/accounts/backbone/BackbonePostIdentity.d.ts.map +1 -0
  39. package/dist/modules/accounts/backbone/BackbonePostIdentity.js +3 -0
  40. package/dist/modules/accounts/backbone/BackbonePostIdentity.js.map +1 -0
  41. package/dist/modules/accounts/backbone/IdentityClient.d.ts +2 -19
  42. package/dist/modules/accounts/backbone/IdentityClient.d.ts.map +1 -1
  43. package/dist/modules/accounts/backbone/IdentityClient.js.map +1 -1
  44. package/dist/modules/accounts/backbone/IdentityDeletionProcessClient.d.ts +12 -0
  45. package/dist/modules/accounts/backbone/IdentityDeletionProcessClient.d.ts.map +1 -0
  46. package/dist/modules/accounts/backbone/IdentityDeletionProcessClient.js +27 -0
  47. package/dist/modules/accounts/backbone/IdentityDeletionProcessClient.js.map +1 -0
  48. package/dist/modules/accounts/data/CachedIdentityDeletionProcess.d.ts +40 -0
  49. package/dist/modules/accounts/data/CachedIdentityDeletionProcess.d.ts.map +1 -0
  50. package/dist/modules/accounts/data/CachedIdentityDeletionProcess.js +75 -0
  51. package/dist/modules/accounts/data/CachedIdentityDeletionProcess.js.map +1 -0
  52. package/dist/modules/accounts/data/Identity.d.ts +2 -7
  53. package/dist/modules/accounts/data/Identity.d.ts.map +1 -1
  54. package/dist/modules/accounts/data/Identity.js +5 -11
  55. package/dist/modules/accounts/data/Identity.js.map +1 -1
  56. package/dist/modules/accounts/data/IdentityDeletionProcess.d.ts +20 -0
  57. package/dist/modules/accounts/data/IdentityDeletionProcess.d.ts.map +1 -0
  58. package/dist/modules/accounts/data/IdentityDeletionProcess.js +45 -0
  59. package/dist/modules/accounts/data/IdentityDeletionProcess.js.map +1 -0
  60. package/dist/modules/accounts/data/IdentityDeletionProcessStatus.d.ts +8 -0
  61. package/dist/modules/accounts/data/IdentityDeletionProcessStatus.d.ts.map +1 -0
  62. package/dist/modules/accounts/data/IdentityDeletionProcessStatus.js +12 -0
  63. package/dist/modules/accounts/data/IdentityDeletionProcessStatus.js.map +1 -0
  64. package/dist/modules/accounts/data/IdentitySecretCredentials.d.ts +1 -1
  65. package/dist/modules/accounts/data/IdentitySecretCredentials.d.ts.map +1 -1
  66. package/dist/modules/accounts/data/IdentitySecretCredentials.js +1 -1
  67. package/dist/modules/accounts/data/IdentitySecretCredentials.js.map +1 -1
  68. package/dist/modules/accounts/data/Realm.d.ts +6 -0
  69. package/dist/modules/accounts/data/Realm.d.ts.map +1 -0
  70. package/dist/modules/accounts/data/Realm.js +10 -0
  71. package/dist/modules/accounts/data/Realm.js.map +1 -0
  72. package/dist/modules/index.d.ts +6 -0
  73. package/dist/modules/index.d.ts.map +1 -1
  74. package/dist/modules/index.js +6 -0
  75. package/dist/modules/index.js.map +1 -1
  76. package/dist/modules/sync/ChangedItems.d.ts +10 -3
  77. package/dist/modules/sync/ChangedItems.d.ts.map +1 -1
  78. package/dist/modules/sync/ChangedItems.js +6 -1
  79. package/dist/modules/sync/ChangedItems.js.map +1 -1
  80. package/dist/modules/sync/DatawalletModificationsProcessor.d.ts +6 -1
  81. package/dist/modules/sync/DatawalletModificationsProcessor.d.ts.map +1 -1
  82. package/dist/modules/sync/DatawalletModificationsProcessor.js +14 -6
  83. package/dist/modules/sync/DatawalletModificationsProcessor.js.map +1 -1
  84. package/dist/modules/sync/SyncController.d.ts.map +1 -1
  85. package/dist/modules/sync/SyncController.js +6 -4
  86. package/dist/modules/sync/SyncController.js.map +1 -1
  87. package/dist/modules/sync/data/ExternalEvent.d.ts +10 -0
  88. package/dist/modules/sync/data/ExternalEvent.d.ts.map +1 -0
  89. package/dist/modules/sync/data/ExternalEvent.js +47 -0
  90. package/dist/modules/sync/data/ExternalEvent.js.map +1 -0
  91. package/dist/modules/sync/externalEventProcessors/ExternalEventProcessor.d.ts +3 -2
  92. package/dist/modules/sync/externalEventProcessors/ExternalEventProcessor.d.ts.map +1 -1
  93. package/dist/modules/sync/externalEventProcessors/ExternalEventProcessor.js.map +1 -1
  94. package/dist/modules/sync/externalEventProcessors/ExternalEventProcessorRegistry.d.ts.map +1 -1
  95. package/dist/modules/sync/externalEventProcessors/ExternalEventProcessorRegistry.js +4 -0
  96. package/dist/modules/sync/externalEventProcessors/ExternalEventProcessorRegistry.js.map +1 -1
  97. package/dist/modules/sync/externalEventProcessors/IdentityDeletionProcessChangedEventProcessor.d.ts +7 -0
  98. package/dist/modules/sync/externalEventProcessors/IdentityDeletionProcessChangedEventProcessor.d.ts.map +1 -0
  99. package/dist/modules/sync/externalEventProcessors/IdentityDeletionProcessChangedEventProcessor.js +30 -0
  100. package/dist/modules/sync/externalEventProcessors/IdentityDeletionProcessChangedEventProcessor.js.map +1 -0
  101. package/dist/modules/sync/externalEventProcessors/IdentityDeletionProcessStartedEventProcessor.d.ts +7 -0
  102. package/dist/modules/sync/externalEventProcessors/IdentityDeletionProcessStartedEventProcessor.d.ts.map +1 -0
  103. package/dist/modules/sync/externalEventProcessors/IdentityDeletionProcessStartedEventProcessor.js +30 -0
  104. package/dist/modules/sync/externalEventProcessors/IdentityDeletionProcessStartedEventProcessor.js.map +1 -0
  105. package/dist/modules/sync/externalEventProcessors/MessageDeliveredExternalEventProcessor.d.ts +2 -2
  106. package/dist/modules/sync/externalEventProcessors/MessageDeliveredExternalEventProcessor.d.ts.map +1 -1
  107. package/dist/modules/sync/externalEventProcessors/MessageDeliveredExternalEventProcessor.js +18 -1
  108. package/dist/modules/sync/externalEventProcessors/MessageDeliveredExternalEventProcessor.js.map +1 -1
  109. package/dist/modules/sync/externalEventProcessors/MessageReceivedExternalEventProcessor.d.ts +2 -2
  110. package/dist/modules/sync/externalEventProcessors/MessageReceivedExternalEventProcessor.d.ts.map +1 -1
  111. package/dist/modules/sync/externalEventProcessors/MessageReceivedExternalEventProcessor.js +18 -1
  112. package/dist/modules/sync/externalEventProcessors/MessageReceivedExternalEventProcessor.js.map +1 -1
  113. package/dist/modules/sync/externalEventProcessors/RelationshipChangeCompletedExternalEventProcessor.d.ts +2 -2
  114. package/dist/modules/sync/externalEventProcessors/RelationshipChangeCompletedExternalEventProcessor.d.ts.map +1 -1
  115. package/dist/modules/sync/externalEventProcessors/RelationshipChangeCompletedExternalEventProcessor.js +18 -1
  116. package/dist/modules/sync/externalEventProcessors/RelationshipChangeCompletedExternalEventProcessor.js.map +1 -1
  117. package/dist/modules/sync/externalEventProcessors/RelationshipChangeCreatedExternalEventProcessor.d.ts +2 -2
  118. package/dist/modules/sync/externalEventProcessors/RelationshipChangeCreatedExternalEventProcessor.d.ts.map +1 -1
  119. package/dist/modules/sync/externalEventProcessors/RelationshipChangeCreatedExternalEventProcessor.js +23 -1
  120. package/dist/modules/sync/externalEventProcessors/RelationshipChangeCreatedExternalEventProcessor.js.map +1 -1
  121. package/dist/modules/sync/externalEventProcessors/index.d.ts +1 -0
  122. package/dist/modules/sync/externalEventProcessors/index.d.ts.map +1 -1
  123. package/dist/modules/sync/externalEventProcessors/index.js +1 -0
  124. package/dist/modules/sync/externalEventProcessors/index.js.map +1 -1
  125. package/package.json +7 -16
  126. package/lib-web/nmshd.transport.js +0 -50517
  127. package/lib-web/nmshd.transport.js.map +0 -1
  128. package/lib-web/nmshd.transport.min.js +0 -3
  129. package/lib-web/nmshd.transport.min.js.map +0 -1
  130. package/ui5.yaml +0 -9

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.