@nmshd/transport 2.5.0 → 2.7.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.
- package/dist/buildInformation.js +5 -5
- package/dist/core/DbCollectionName.d.ts +2 -1
- package/dist/core/DbCollectionName.d.ts.map +1 -1
- package/dist/core/DbCollectionName.js +1 -0
- package/dist/core/DbCollectionName.js.map +1 -1
- package/dist/core/Transport.d.ts +3 -1
- package/dist/core/Transport.d.ts.map +1 -1
- package/dist/core/Transport.js +3 -2
- package/dist/core/Transport.js.map +1 -1
- package/dist/core/index.d.ts +2 -1
- package/dist/core/index.d.ts.map +1 -1
- package/dist/core/index.js +2 -1
- package/dist/core/index.js.map +1 -1
- package/dist/events/IdentityDeletionProcessStatusChangedEvent.d.ts +7 -0
- package/dist/events/IdentityDeletionProcessStatusChangedEvent.d.ts.map +1 -0
- package/dist/events/IdentityDeletionProcessStatusChangedEvent.js +12 -0
- package/dist/events/IdentityDeletionProcessStatusChangedEvent.js.map +1 -0
- package/dist/events/index.d.ts +1 -0
- package/dist/events/index.d.ts.map +1 -1
- package/dist/events/index.js +1 -0
- package/dist/events/index.js.map +1 -1
- package/dist/modules/accounts/AccountController.d.ts +4 -2
- package/dist/modules/accounts/AccountController.d.ts.map +1 -1
- package/dist/modules/accounts/AccountController.js +12 -2
- package/dist/modules/accounts/AccountController.js.map +1 -1
- package/dist/modules/accounts/IdentityController.d.ts +2 -1
- package/dist/modules/accounts/IdentityController.d.ts.map +1 -1
- package/dist/modules/accounts/IdentityController.js.map +1 -1
- package/dist/modules/accounts/IdentityDeletionProcessController.d.ts +30 -0
- package/dist/modules/accounts/IdentityDeletionProcessController.d.ts.map +1 -0
- package/dist/modules/accounts/IdentityDeletionProcessController.js +115 -0
- package/dist/modules/accounts/IdentityDeletionProcessController.js.map +1 -0
- package/dist/modules/accounts/backbone/BackboneIdentityDeletionProcess.d.ts +15 -0
- package/dist/modules/accounts/backbone/BackboneIdentityDeletionProcess.d.ts.map +1 -0
- package/dist/modules/accounts/backbone/BackboneIdentityDeletionProcess.js +3 -0
- package/dist/modules/accounts/backbone/BackboneIdentityDeletionProcess.js.map +1 -0
- package/dist/modules/accounts/backbone/BackbonePostIdentity.d.ts +19 -0
- package/dist/modules/accounts/backbone/BackbonePostIdentity.d.ts.map +1 -0
- package/dist/modules/accounts/backbone/BackbonePostIdentity.js +3 -0
- package/dist/modules/accounts/backbone/BackbonePostIdentity.js.map +1 -0
- package/dist/modules/accounts/backbone/IdentityClient.d.ts +2 -19
- package/dist/modules/accounts/backbone/IdentityClient.d.ts.map +1 -1
- package/dist/modules/accounts/backbone/IdentityClient.js.map +1 -1
- package/dist/modules/accounts/backbone/IdentityDeletionProcessClient.d.ts +12 -0
- package/dist/modules/accounts/backbone/IdentityDeletionProcessClient.d.ts.map +1 -0
- package/dist/modules/accounts/backbone/IdentityDeletionProcessClient.js +27 -0
- package/dist/modules/accounts/backbone/IdentityDeletionProcessClient.js.map +1 -0
- package/dist/modules/accounts/data/CachedIdentityDeletionProcess.d.ts +40 -0
- package/dist/modules/accounts/data/CachedIdentityDeletionProcess.d.ts.map +1 -0
- package/dist/modules/accounts/data/CachedIdentityDeletionProcess.js +75 -0
- package/dist/modules/accounts/data/CachedIdentityDeletionProcess.js.map +1 -0
- package/dist/modules/accounts/data/Identity.d.ts +2 -7
- package/dist/modules/accounts/data/Identity.d.ts.map +1 -1
- package/dist/modules/accounts/data/Identity.js +5 -11
- package/dist/modules/accounts/data/Identity.js.map +1 -1
- package/dist/modules/accounts/data/IdentityDeletionProcess.d.ts +20 -0
- package/dist/modules/accounts/data/IdentityDeletionProcess.d.ts.map +1 -0
- package/dist/modules/accounts/data/IdentityDeletionProcess.js +45 -0
- package/dist/modules/accounts/data/IdentityDeletionProcess.js.map +1 -0
- package/dist/modules/accounts/data/IdentityDeletionProcessStatus.d.ts +8 -0
- package/dist/modules/accounts/data/IdentityDeletionProcessStatus.d.ts.map +1 -0
- package/dist/modules/accounts/data/IdentityDeletionProcessStatus.js +12 -0
- package/dist/modules/accounts/data/IdentityDeletionProcessStatus.js.map +1 -0
- package/dist/modules/accounts/data/IdentitySecretCredentials.d.ts +1 -1
- package/dist/modules/accounts/data/IdentitySecretCredentials.d.ts.map +1 -1
- package/dist/modules/accounts/data/IdentitySecretCredentials.js +1 -1
- package/dist/modules/accounts/data/IdentitySecretCredentials.js.map +1 -1
- package/dist/modules/accounts/data/Realm.d.ts +6 -0
- package/dist/modules/accounts/data/Realm.d.ts.map +1 -0
- package/dist/modules/accounts/data/Realm.js +10 -0
- package/dist/modules/accounts/data/Realm.js.map +1 -0
- package/dist/modules/index.d.ts +6 -0
- package/dist/modules/index.d.ts.map +1 -1
- package/dist/modules/index.js +6 -0
- package/dist/modules/index.js.map +1 -1
- package/dist/modules/sync/ChangedItems.d.ts +10 -3
- package/dist/modules/sync/ChangedItems.d.ts.map +1 -1
- package/dist/modules/sync/ChangedItems.js +6 -1
- package/dist/modules/sync/ChangedItems.js.map +1 -1
- package/dist/modules/sync/DatawalletModificationsProcessor.d.ts +6 -1
- package/dist/modules/sync/DatawalletModificationsProcessor.d.ts.map +1 -1
- package/dist/modules/sync/DatawalletModificationsProcessor.js +14 -6
- package/dist/modules/sync/DatawalletModificationsProcessor.js.map +1 -1
- package/dist/modules/sync/SyncController.d.ts.map +1 -1
- package/dist/modules/sync/SyncController.js +6 -4
- package/dist/modules/sync/SyncController.js.map +1 -1
- package/dist/modules/sync/data/ExternalEvent.d.ts +10 -0
- package/dist/modules/sync/data/ExternalEvent.d.ts.map +1 -0
- package/dist/modules/sync/data/ExternalEvent.js +47 -0
- package/dist/modules/sync/data/ExternalEvent.js.map +1 -0
- package/dist/modules/sync/externalEventProcessors/ExternalEventProcessor.d.ts +3 -2
- package/dist/modules/sync/externalEventProcessors/ExternalEventProcessor.d.ts.map +1 -1
- package/dist/modules/sync/externalEventProcessors/ExternalEventProcessor.js.map +1 -1
- package/dist/modules/sync/externalEventProcessors/ExternalEventProcessorRegistry.d.ts.map +1 -1
- package/dist/modules/sync/externalEventProcessors/ExternalEventProcessorRegistry.js +4 -0
- package/dist/modules/sync/externalEventProcessors/ExternalEventProcessorRegistry.js.map +1 -1
- package/dist/modules/sync/externalEventProcessors/IdentityDeletionProcessChangedEventProcessor.d.ts +7 -0
- package/dist/modules/sync/externalEventProcessors/IdentityDeletionProcessChangedEventProcessor.d.ts.map +1 -0
- package/dist/modules/sync/externalEventProcessors/IdentityDeletionProcessChangedEventProcessor.js +30 -0
- package/dist/modules/sync/externalEventProcessors/IdentityDeletionProcessChangedEventProcessor.js.map +1 -0
- package/dist/modules/sync/externalEventProcessors/IdentityDeletionProcessStartedEventProcessor.d.ts +7 -0
- package/dist/modules/sync/externalEventProcessors/IdentityDeletionProcessStartedEventProcessor.d.ts.map +1 -0
- package/dist/modules/sync/externalEventProcessors/IdentityDeletionProcessStartedEventProcessor.js +30 -0
- package/dist/modules/sync/externalEventProcessors/IdentityDeletionProcessStartedEventProcessor.js.map +1 -0
- package/dist/modules/sync/externalEventProcessors/MessageDeliveredExternalEventProcessor.d.ts +2 -2
- package/dist/modules/sync/externalEventProcessors/MessageDeliveredExternalEventProcessor.d.ts.map +1 -1
- package/dist/modules/sync/externalEventProcessors/MessageDeliveredExternalEventProcessor.js +18 -1
- package/dist/modules/sync/externalEventProcessors/MessageDeliveredExternalEventProcessor.js.map +1 -1
- package/dist/modules/sync/externalEventProcessors/MessageReceivedExternalEventProcessor.d.ts +2 -2
- package/dist/modules/sync/externalEventProcessors/MessageReceivedExternalEventProcessor.d.ts.map +1 -1
- package/dist/modules/sync/externalEventProcessors/MessageReceivedExternalEventProcessor.js +18 -1
- package/dist/modules/sync/externalEventProcessors/MessageReceivedExternalEventProcessor.js.map +1 -1
- package/dist/modules/sync/externalEventProcessors/RelationshipChangeCompletedExternalEventProcessor.d.ts +2 -2
- package/dist/modules/sync/externalEventProcessors/RelationshipChangeCompletedExternalEventProcessor.d.ts.map +1 -1
- package/dist/modules/sync/externalEventProcessors/RelationshipChangeCompletedExternalEventProcessor.js +18 -1
- package/dist/modules/sync/externalEventProcessors/RelationshipChangeCompletedExternalEventProcessor.js.map +1 -1
- package/dist/modules/sync/externalEventProcessors/RelationshipChangeCreatedExternalEventProcessor.d.ts +2 -2
- package/dist/modules/sync/externalEventProcessors/RelationshipChangeCreatedExternalEventProcessor.d.ts.map +1 -1
- package/dist/modules/sync/externalEventProcessors/RelationshipChangeCreatedExternalEventProcessor.js +23 -1
- package/dist/modules/sync/externalEventProcessors/RelationshipChangeCreatedExternalEventProcessor.js.map +1 -1
- package/dist/modules/sync/externalEventProcessors/index.d.ts +1 -0
- package/dist/modules/sync/externalEventProcessors/index.d.ts.map +1 -1
- package/dist/modules/sync/externalEventProcessors/index.js +1 -0
- package/dist/modules/sync/externalEventProcessors/index.js.map +1 -1
- package/package.json +8 -17
- package/lib-web/nmshd.transport.js +0 -50517
- package/lib-web/nmshd.transport.js.map +0 -1
- package/lib-web/nmshd.transport.min.js +0 -3
- package/lib-web/nmshd.transport.min.js.map +0 -1
- package/ui5.yaml +0 -9