@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.
Files changed (67) hide show
  1. package/dist/buildInformation.js +4 -4
  2. package/dist/consumption/ConsumptionController.js +3 -3
  3. package/dist/consumption/ConsumptionController.js.map +1 -1
  4. package/dist/modules/attributes/LocalAttributesController.d.ts +7 -2
  5. package/dist/modules/attributes/LocalAttributesController.js +9 -1
  6. package/dist/modules/attributes/LocalAttributesController.js.map +1 -1
  7. package/dist/modules/attributes/events/AttributeCreatedEvent.d.ts +6 -0
  8. package/dist/modules/attributes/events/AttributeCreatedEvent.js +12 -0
  9. package/dist/modules/attributes/events/AttributeCreatedEvent.js.map +1 -0
  10. package/dist/modules/attributes/events/AttributeDeletedEvent.d.ts +6 -0
  11. package/dist/modules/attributes/events/AttributeDeletedEvent.js +12 -0
  12. package/dist/modules/attributes/events/AttributeDeletedEvent.js.map +1 -0
  13. package/dist/modules/attributes/events/AttributeSucceededEvent.d.ts +6 -0
  14. package/dist/modules/attributes/events/AttributeSucceededEvent.js +12 -0
  15. package/dist/modules/attributes/events/AttributeSucceededEvent.js.map +1 -0
  16. package/dist/modules/attributes/events/AttributeUpdatedEvent.d.ts +6 -0
  17. package/dist/modules/attributes/events/AttributeUpdatedEvent.js +12 -0
  18. package/dist/modules/attributes/events/AttributeUpdatedEvent.js.map +1 -0
  19. package/dist/modules/attributes/events/SharedAttributeCopyCreatedEvent.d.ts +6 -0
  20. package/dist/modules/attributes/events/SharedAttributeCopyCreatedEvent.js +12 -0
  21. package/dist/modules/attributes/events/SharedAttributeCopyCreatedEvent.js.map +1 -0
  22. package/dist/modules/attributes/events/index.d.ts +5 -0
  23. package/dist/modules/attributes/events/index.js +22 -0
  24. package/dist/modules/attributes/events/index.js.map +1 -0
  25. package/dist/modules/index.d.ts +2 -0
  26. package/dist/modules/index.js +2 -0
  27. package/dist/modules/index.js.map +1 -1
  28. package/dist/modules/requests/events/IncomingRequestReceivedEvent.d.ts +6 -0
  29. package/dist/modules/requests/events/IncomingRequestReceivedEvent.js +14 -0
  30. package/dist/modules/requests/events/IncomingRequestReceivedEvent.js.map +1 -0
  31. package/dist/modules/requests/events/IncomingRequestStatusChangedEvent.d.ts +12 -0
  32. package/dist/modules/requests/events/IncomingRequestStatusChangedEvent.js +14 -0
  33. package/dist/modules/requests/events/IncomingRequestStatusChangedEvent.js.map +1 -0
  34. package/dist/modules/requests/events/OutgoingRequestCreatedEvent.d.ts +6 -0
  35. package/dist/modules/requests/events/OutgoingRequestCreatedEvent.js +14 -0
  36. package/dist/modules/requests/events/OutgoingRequestCreatedEvent.js.map +1 -0
  37. package/dist/modules/requests/events/OutgoingRequestFromRelationshipCreationChangeCreatedAndCompletedEvent.d.ts +6 -0
  38. package/dist/modules/requests/events/OutgoingRequestFromRelationshipCreationChangeCreatedAndCompletedEvent.js +14 -0
  39. package/dist/modules/requests/events/OutgoingRequestFromRelationshipCreationChangeCreatedAndCompletedEvent.js.map +1 -0
  40. package/dist/modules/requests/events/OutgoingRequestStatusChangedEvent.d.ts +12 -0
  41. package/dist/modules/requests/events/OutgoingRequestStatusChangedEvent.js +14 -0
  42. package/dist/modules/requests/events/OutgoingRequestStatusChangedEvent.js.map +1 -0
  43. package/dist/modules/requests/events/index.d.ts +5 -0
  44. package/dist/modules/requests/events/index.js +22 -0
  45. package/dist/modules/requests/events/index.js.map +1 -0
  46. package/dist/modules/requests/incoming/IncomingRequestsController.d.ts +8 -3
  47. package/dist/modules/requests/incoming/IncomingRequestsController.js +50 -28
  48. package/dist/modules/requests/incoming/IncomingRequestsController.js.map +1 -1
  49. package/dist/modules/requests/incoming/complete/CompleteIncomingRequestParameters.d.ts +2 -2
  50. package/dist/modules/requests/incoming/complete/CompleteIncomingRequestParameters.js +1 -1
  51. package/dist/modules/requests/incoming/complete/CompleteIncomingRequestParameters.js.map +1 -1
  52. package/dist/modules/requests/itemProcessors/createAttribute/CreateAttributeRequestItemProcessor.d.ts +1 -2
  53. package/dist/modules/requests/itemProcessors/createAttribute/CreateAttributeRequestItemProcessor.js +7 -18
  54. package/dist/modules/requests/itemProcessors/createAttribute/CreateAttributeRequestItemProcessor.js.map +1 -1
  55. package/dist/modules/requests/itemProcessors/proposeAttribute/ProposeAttributeRequestItemProcessor.js +2 -2
  56. package/dist/modules/requests/itemProcessors/proposeAttribute/ProposeAttributeRequestItemProcessor.js.map +1 -1
  57. package/dist/modules/requests/outgoing/OutgoingRequestsController.d.ts +8 -3
  58. package/dist/modules/requests/outgoing/OutgoingRequestsController.js +32 -15
  59. package/dist/modules/requests/outgoing/OutgoingRequestsController.js.map +1 -1
  60. package/dist/modules/settings/local/Setting.d.ts +0 -2
  61. package/dist/modules/settings/local/Setting.js +0 -6
  62. package/dist/modules/settings/local/Setting.js.map +1 -1
  63. package/lib-web/nmshd.consumption.js +2887 -3529
  64. package/lib-web/nmshd.consumption.js.map +1 -1
  65. package/lib-web/nmshd.consumption.min.js +1 -1
  66. package/lib-web/nmshd.consumption.min.js.map +1 -1
  67. 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.