@nmshd/consumption 2.0.0-beta.1 → 2.0.0-beta.4
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 +4 -4
- package/dist/consumption/ConsumptionController.js +3 -3
- package/dist/consumption/ConsumptionController.js.map +1 -1
- package/dist/modules/attributes/LocalAttributesController.d.ts +7 -2
- package/dist/modules/attributes/LocalAttributesController.js +9 -1
- package/dist/modules/attributes/LocalAttributesController.js.map +1 -1
- package/dist/modules/attributes/events/AttributeCreatedEvent.d.ts +6 -0
- package/dist/modules/attributes/events/AttributeCreatedEvent.js +12 -0
- package/dist/modules/attributes/events/AttributeCreatedEvent.js.map +1 -0
- package/dist/modules/attributes/events/AttributeDeletedEvent.d.ts +6 -0
- package/dist/modules/attributes/events/AttributeDeletedEvent.js +12 -0
- package/dist/modules/attributes/events/AttributeDeletedEvent.js.map +1 -0
- package/dist/modules/attributes/events/AttributeSucceededEvent.d.ts +6 -0
- package/dist/modules/attributes/events/AttributeSucceededEvent.js +12 -0
- package/dist/modules/attributes/events/AttributeSucceededEvent.js.map +1 -0
- package/dist/modules/attributes/events/AttributeUpdatedEvent.d.ts +6 -0
- package/dist/modules/attributes/events/AttributeUpdatedEvent.js +12 -0
- package/dist/modules/attributes/events/AttributeUpdatedEvent.js.map +1 -0
- package/dist/modules/attributes/events/SharedAttributeCopyCreatedEvent.d.ts +6 -0
- package/dist/modules/attributes/events/SharedAttributeCopyCreatedEvent.js +12 -0
- package/dist/modules/attributes/events/SharedAttributeCopyCreatedEvent.js.map +1 -0
- package/dist/modules/attributes/events/index.d.ts +5 -0
- package/dist/modules/attributes/events/index.js +22 -0
- package/dist/modules/attributes/events/index.js.map +1 -0
- package/dist/modules/index.d.ts +2 -0
- package/dist/modules/index.js +2 -0
- package/dist/modules/index.js.map +1 -1
- package/dist/modules/requests/events/IncomingRequestReceivedEvent.d.ts +6 -0
- package/dist/modules/requests/events/IncomingRequestReceivedEvent.js +14 -0
- package/dist/modules/requests/events/IncomingRequestReceivedEvent.js.map +1 -0
- package/dist/modules/requests/events/IncomingRequestStatusChangedEvent.d.ts +12 -0
- package/dist/modules/requests/events/IncomingRequestStatusChangedEvent.js +14 -0
- package/dist/modules/requests/events/IncomingRequestStatusChangedEvent.js.map +1 -0
- package/dist/modules/requests/events/OutgoingRequestCreatedEvent.d.ts +6 -0
- package/dist/modules/requests/events/OutgoingRequestCreatedEvent.js +14 -0
- package/dist/modules/requests/events/OutgoingRequestCreatedEvent.js.map +1 -0
- package/dist/modules/requests/events/OutgoingRequestFromRelationshipCreationChangeCreatedAndCompletedEvent.d.ts +6 -0
- package/dist/modules/requests/events/OutgoingRequestFromRelationshipCreationChangeCreatedAndCompletedEvent.js +14 -0
- package/dist/modules/requests/events/OutgoingRequestFromRelationshipCreationChangeCreatedAndCompletedEvent.js.map +1 -0
- package/dist/modules/requests/events/OutgoingRequestStatusChangedEvent.d.ts +12 -0
- package/dist/modules/requests/events/OutgoingRequestStatusChangedEvent.js +14 -0
- package/dist/modules/requests/events/OutgoingRequestStatusChangedEvent.js.map +1 -0
- package/dist/modules/requests/events/index.d.ts +5 -0
- package/dist/modules/requests/events/index.js +22 -0
- package/dist/modules/requests/events/index.js.map +1 -0
- package/dist/modules/requests/incoming/IncomingRequestsController.d.ts +8 -3
- package/dist/modules/requests/incoming/IncomingRequestsController.js +50 -28
- package/dist/modules/requests/incoming/IncomingRequestsController.js.map +1 -1
- package/dist/modules/requests/incoming/complete/CompleteIncomingRequestParameters.d.ts +2 -2
- package/dist/modules/requests/incoming/complete/CompleteIncomingRequestParameters.js +1 -1
- package/dist/modules/requests/incoming/complete/CompleteIncomingRequestParameters.js.map +1 -1
- package/dist/modules/requests/itemProcessors/createAttribute/CreateAttributeRequestItemProcessor.d.ts +1 -2
- package/dist/modules/requests/itemProcessors/createAttribute/CreateAttributeRequestItemProcessor.js +7 -18
- package/dist/modules/requests/itemProcessors/createAttribute/CreateAttributeRequestItemProcessor.js.map +1 -1
- package/dist/modules/requests/itemProcessors/proposeAttribute/ProposeAttributeRequestItemProcessor.js +2 -2
- package/dist/modules/requests/itemProcessors/proposeAttribute/ProposeAttributeRequestItemProcessor.js.map +1 -1
- package/dist/modules/requests/outgoing/OutgoingRequestsController.d.ts +8 -3
- package/dist/modules/requests/outgoing/OutgoingRequestsController.js +32 -15
- package/dist/modules/requests/outgoing/OutgoingRequestsController.js.map +1 -1
- package/dist/modules/settings/local/Setting.d.ts +0 -2
- package/dist/modules/settings/local/Setting.js +0 -6
- package/dist/modules/settings/local/Setting.js.map +1 -1
- package/lib-web/nmshd.consumption.js +2887 -3529
- package/lib-web/nmshd.consumption.js.map +1 -1
- package/lib-web/nmshd.consumption.min.js +1 -1
- package/lib-web/nmshd.consumption.min.js.map +1 -1
- package/package.json +9 -7
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.