@nmshd/content 2.0.0-beta.18 → 2.0.0-beta.20

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 (127) hide show
  1. package/dist/attributes/Attribute.d.ts +1 -0
  2. package/dist/attributes/Attribute.js.map +1 -1
  3. package/dist/attributes/IdentityAttribute.d.ts +1 -0
  4. package/dist/attributes/IdentityAttribute.js.map +1 -1
  5. package/dist/attributes/RelationshipAttribute.d.ts +1 -0
  6. package/dist/attributes/RelationshipAttribute.js.map +1 -1
  7. package/dist/attributes/RelationshipAttributeQuery.d.ts +0 -3
  8. package/dist/attributes/RelationshipAttributeQuery.js +0 -5
  9. package/dist/attributes/RelationshipAttributeQuery.js.map +1 -1
  10. package/dist/attributes/ThirdPartyRelationshipAttributeQuery.d.ts +20 -0
  11. package/dist/attributes/ThirdPartyRelationshipAttributeQuery.js +43 -0
  12. package/dist/attributes/ThirdPartyRelationshipAttributeQuery.js.map +1 -0
  13. package/dist/attributes/hints/RelationshipAttributeCreationHints.d.ts +3 -0
  14. package/dist/attributes/hints/RelationshipAttributeCreationHints.js +5 -0
  15. package/dist/attributes/hints/RelationshipAttributeCreationHints.js.map +1 -1
  16. package/dist/attributes/hints/RenderHints.d.ts +1 -0
  17. package/dist/attributes/hints/RenderHints.js.map +1 -1
  18. package/dist/attributes/hints/ValueHints.d.ts +1 -0
  19. package/dist/attributes/hints/ValueHints.js.map +1 -1
  20. package/dist/attributes/types/address/DeliveryBoxAddress.d.ts +1 -0
  21. package/dist/attributes/types/address/DeliveryBoxAddress.js.map +1 -1
  22. package/dist/attributes/types/address/PostOfficeBoxAddress.d.ts +1 -0
  23. package/dist/attributes/types/address/PostOfficeBoxAddress.js.map +1 -1
  24. package/dist/attributes/types/address/StreetAddress.d.ts +1 -0
  25. package/dist/attributes/types/address/StreetAddress.js.map +1 -1
  26. package/dist/attributes/types/birth/BirthDate.d.ts +1 -0
  27. package/dist/attributes/types/birth/BirthDate.js.map +1 -1
  28. package/dist/attributes/types/birth/BirthPlace.d.ts +1 -0
  29. package/dist/attributes/types/birth/BirthPlace.js.map +1 -1
  30. package/dist/attributes/types/name/LegalNameDE.d.ts +1 -0
  31. package/dist/attributes/types/name/LegalNameDE.js.map +1 -1
  32. package/dist/attributes/types/name/Salutation.d.ts +1 -0
  33. package/dist/attributes/types/name/Salutation.js.map +1 -1
  34. package/dist/attributes/types/proprietary/ProprietaryBoolean.d.ts +1 -0
  35. package/dist/attributes/types/proprietary/ProprietaryBoolean.js.map +1 -1
  36. package/dist/attributes/types/proprietary/ProprietaryCountry.d.ts +1 -0
  37. package/dist/attributes/types/proprietary/ProprietaryCountry.js.map +1 -1
  38. package/dist/attributes/types/proprietary/ProprietaryDataURL.d.ts +1 -0
  39. package/dist/attributes/types/proprietary/ProprietaryDataURL.js.map +1 -1
  40. package/dist/attributes/types/proprietary/ProprietaryEMailAddress.d.ts +1 -0
  41. package/dist/attributes/types/proprietary/ProprietaryEMailAddress.js.map +1 -1
  42. package/dist/attributes/types/proprietary/ProprietaryFileReference.d.ts +1 -0
  43. package/dist/attributes/types/proprietary/ProprietaryFileReference.js.map +1 -1
  44. package/dist/attributes/types/proprietary/ProprietaryFloat.d.ts +1 -0
  45. package/dist/attributes/types/proprietary/ProprietaryFloat.js.map +1 -1
  46. package/dist/attributes/types/proprietary/ProprietaryHEXColor.d.ts +1 -0
  47. package/dist/attributes/types/proprietary/ProprietaryHEXColor.js.map +1 -1
  48. package/dist/attributes/types/proprietary/ProprietaryInteger.d.ts +1 -0
  49. package/dist/attributes/types/proprietary/ProprietaryInteger.js.map +1 -1
  50. package/dist/attributes/types/proprietary/ProprietaryLanguage.d.ts +1 -0
  51. package/dist/attributes/types/proprietary/ProprietaryLanguage.js.map +1 -1
  52. package/dist/attributes/types/proprietary/ProprietaryPhoneNumber.d.ts +1 -0
  53. package/dist/attributes/types/proprietary/ProprietaryPhoneNumber.js.map +1 -1
  54. package/dist/attributes/types/proprietary/ProprietaryString.d.ts +1 -0
  55. package/dist/attributes/types/proprietary/ProprietaryString.js.map +1 -1
  56. package/dist/attributes/types/proprietary/ProprietaryURL.d.ts +1 -0
  57. package/dist/attributes/types/proprietary/ProprietaryURL.js.map +1 -1
  58. package/dist/buildInformation.js +4 -4
  59. package/dist/forms/Form.d.ts +1 -0
  60. package/dist/forms/Form.js.map +1 -1
  61. package/dist/forms/items/FormItemBoolean.d.ts +1 -0
  62. package/dist/forms/items/FormItemBoolean.js.map +1 -1
  63. package/dist/forms/items/FormItemDate.d.ts +1 -0
  64. package/dist/forms/items/FormItemDate.js.map +1 -1
  65. package/dist/forms/items/FormItemMultipleChoice.d.ts +1 -0
  66. package/dist/forms/items/FormItemMultipleChoice.js.map +1 -1
  67. package/dist/forms/items/FormItemMultipleChoiceItem.d.ts +1 -0
  68. package/dist/forms/items/FormItemMultipleChoiceItem.js.map +1 -1
  69. package/dist/forms/items/FormItemSelect.d.ts +1 -0
  70. package/dist/forms/items/FormItemSelect.js.map +1 -1
  71. package/dist/forms/items/FormItemSelectItem.d.ts +1 -0
  72. package/dist/forms/items/FormItemSelectItem.js.map +1 -1
  73. package/dist/forms/items/FormItemString.d.ts +1 -0
  74. package/dist/forms/items/FormItemString.js.map +1 -1
  75. package/dist/forms/items/FormItemText.d.ts +1 -0
  76. package/dist/forms/items/FormItemText.js.map +1 -1
  77. package/dist/messages/Mail.d.ts +1 -0
  78. package/dist/messages/Mail.js.map +1 -1
  79. package/dist/messages/RequestMail.d.ts +19 -4
  80. package/dist/messages/RequestMail.js +27 -7
  81. package/dist/messages/RequestMail.js.map +1 -1
  82. package/dist/relationships/RelationshipCreationChangeRequestBody.d.ts +1 -0
  83. package/dist/relationships/RelationshipCreationChangeRequestBody.js.map +1 -1
  84. package/dist/relationships/RelationshipTemplateBody.d.ts +1 -0
  85. package/dist/relationships/RelationshipTemplateBody.js.map +1 -1
  86. package/dist/requests/Request.d.ts +1 -0
  87. package/dist/requests/Request.js.map +1 -1
  88. package/dist/requests/RequestItemGroup.d.ts +1 -0
  89. package/dist/requests/RequestItemGroup.js.map +1 -1
  90. package/dist/requests/items/authentication/AuthenticationRequestItem.d.ts +1 -0
  91. package/dist/requests/items/authentication/AuthenticationRequestItem.js.map +1 -1
  92. package/dist/requests/items/consent/ConsentRequestItem.d.ts +1 -0
  93. package/dist/requests/items/consent/ConsentRequestItem.js.map +1 -1
  94. package/dist/requests/items/createRelationshipAttribute/CreateAttributeAcceptResponseItem.d.ts +1 -0
  95. package/dist/requests/items/createRelationshipAttribute/CreateAttributeAcceptResponseItem.js.map +1 -1
  96. package/dist/requests/items/createRelationshipAttribute/CreateAttributeRequestItem.d.ts +1 -0
  97. package/dist/requests/items/createRelationshipAttribute/CreateAttributeRequestItem.js.map +1 -1
  98. package/dist/requests/items/proposeAttribute/ProposeAttributeAcceptResponseItem.d.ts +1 -0
  99. package/dist/requests/items/proposeAttribute/ProposeAttributeAcceptResponseItem.js.map +1 -1
  100. package/dist/requests/items/proposeAttribute/ProposeAttributeRequestItem.d.ts +1 -0
  101. package/dist/requests/items/proposeAttribute/ProposeAttributeRequestItem.js.map +1 -1
  102. package/dist/requests/items/readAttribute/ReadAttributeAcceptResponseItem.d.ts +1 -0
  103. package/dist/requests/items/readAttribute/ReadAttributeAcceptResponseItem.js.map +1 -1
  104. package/dist/requests/items/readAttribute/ReadAttributeRequestItem.d.ts +5 -3
  105. package/dist/requests/items/readAttribute/ReadAttributeRequestItem.js +5 -1
  106. package/dist/requests/items/readAttribute/ReadAttributeRequestItem.js.map +1 -1
  107. package/dist/requests/items/shareAttribute/ShareAttributeAcceptResponseItem.d.ts +1 -0
  108. package/dist/requests/items/shareAttribute/ShareAttributeAcceptResponseItem.js.map +1 -1
  109. package/dist/requests/items/shareAttribute/ShareAttributeRequestItem.d.ts +1 -0
  110. package/dist/requests/items/shareAttribute/ShareAttributeRequestItem.js.map +1 -1
  111. package/dist/requests/old/AttributesChangeRequest.d.ts +1 -0
  112. package/dist/requests/old/AttributesChangeRequest.js.map +1 -1
  113. package/dist/requests/old/AttributesRequest.d.ts +1 -0
  114. package/dist/requests/old/AttributesRequest.js.map +1 -1
  115. package/dist/requests/old/AttributesShareRequest.d.ts +1 -0
  116. package/dist/requests/old/AttributesShareRequest.js.map +1 -1
  117. package/dist/requests/response/ErrorResponseItem.d.ts +1 -0
  118. package/dist/requests/response/ErrorResponseItem.js.map +1 -1
  119. package/dist/requests/response/RejectResponseItem.d.ts +1 -0
  120. package/dist/requests/response/RejectResponseItem.js.map +1 -1
  121. package/dist/requests/response/Response.d.ts +1 -0
  122. package/dist/requests/response/Response.js.map +1 -1
  123. package/dist/requests/response/ResponseItemGroup.d.ts +1 -0
  124. package/dist/requests/response/ResponseItemGroup.js.map +1 -1
  125. package/lib-web/nmshd.content.js +93 -17
  126. package/lib-web/nmshd.content.min.js +1 -1
  127. package/package.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nmshd/content",
3
- "version": "2.0.0-beta.18",
3
+ "version": "2.0.0-beta.20",
4
4
  "description": "The content library defines data structures that can be transmitted using the transport library.",
5
5
  "homepage": "https://enmeshed.eu",
6
6
  "repository": "github:nmshd/cns-content",