@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.
- package/dist/attributes/Attribute.d.ts +1 -0
- package/dist/attributes/Attribute.js.map +1 -1
- package/dist/attributes/IdentityAttribute.d.ts +1 -0
- package/dist/attributes/IdentityAttribute.js.map +1 -1
- package/dist/attributes/RelationshipAttribute.d.ts +1 -0
- package/dist/attributes/RelationshipAttribute.js.map +1 -1
- package/dist/attributes/RelationshipAttributeQuery.d.ts +0 -3
- package/dist/attributes/RelationshipAttributeQuery.js +0 -5
- package/dist/attributes/RelationshipAttributeQuery.js.map +1 -1
- package/dist/attributes/ThirdPartyRelationshipAttributeQuery.d.ts +20 -0
- package/dist/attributes/ThirdPartyRelationshipAttributeQuery.js +43 -0
- package/dist/attributes/ThirdPartyRelationshipAttributeQuery.js.map +1 -0
- package/dist/attributes/hints/RelationshipAttributeCreationHints.d.ts +3 -0
- package/dist/attributes/hints/RelationshipAttributeCreationHints.js +5 -0
- package/dist/attributes/hints/RelationshipAttributeCreationHints.js.map +1 -1
- package/dist/attributes/hints/RenderHints.d.ts +1 -0
- package/dist/attributes/hints/RenderHints.js.map +1 -1
- package/dist/attributes/hints/ValueHints.d.ts +1 -0
- package/dist/attributes/hints/ValueHints.js.map +1 -1
- package/dist/attributes/types/address/DeliveryBoxAddress.d.ts +1 -0
- package/dist/attributes/types/address/DeliveryBoxAddress.js.map +1 -1
- package/dist/attributes/types/address/PostOfficeBoxAddress.d.ts +1 -0
- package/dist/attributes/types/address/PostOfficeBoxAddress.js.map +1 -1
- package/dist/attributes/types/address/StreetAddress.d.ts +1 -0
- package/dist/attributes/types/address/StreetAddress.js.map +1 -1
- package/dist/attributes/types/birth/BirthDate.d.ts +1 -0
- package/dist/attributes/types/birth/BirthDate.js.map +1 -1
- package/dist/attributes/types/birth/BirthPlace.d.ts +1 -0
- package/dist/attributes/types/birth/BirthPlace.js.map +1 -1
- package/dist/attributes/types/name/LegalNameDE.d.ts +1 -0
- package/dist/attributes/types/name/LegalNameDE.js.map +1 -1
- package/dist/attributes/types/name/Salutation.d.ts +1 -0
- package/dist/attributes/types/name/Salutation.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryBoolean.d.ts +1 -0
- package/dist/attributes/types/proprietary/ProprietaryBoolean.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryCountry.d.ts +1 -0
- package/dist/attributes/types/proprietary/ProprietaryCountry.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryDataURL.d.ts +1 -0
- package/dist/attributes/types/proprietary/ProprietaryDataURL.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryEMailAddress.d.ts +1 -0
- package/dist/attributes/types/proprietary/ProprietaryEMailAddress.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryFileReference.d.ts +1 -0
- package/dist/attributes/types/proprietary/ProprietaryFileReference.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryFloat.d.ts +1 -0
- package/dist/attributes/types/proprietary/ProprietaryFloat.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryHEXColor.d.ts +1 -0
- package/dist/attributes/types/proprietary/ProprietaryHEXColor.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryInteger.d.ts +1 -0
- package/dist/attributes/types/proprietary/ProprietaryInteger.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryLanguage.d.ts +1 -0
- package/dist/attributes/types/proprietary/ProprietaryLanguage.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryPhoneNumber.d.ts +1 -0
- package/dist/attributes/types/proprietary/ProprietaryPhoneNumber.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryString.d.ts +1 -0
- package/dist/attributes/types/proprietary/ProprietaryString.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryURL.d.ts +1 -0
- package/dist/attributes/types/proprietary/ProprietaryURL.js.map +1 -1
- package/dist/buildInformation.js +4 -4
- package/dist/forms/Form.d.ts +1 -0
- package/dist/forms/Form.js.map +1 -1
- package/dist/forms/items/FormItemBoolean.d.ts +1 -0
- package/dist/forms/items/FormItemBoolean.js.map +1 -1
- package/dist/forms/items/FormItemDate.d.ts +1 -0
- package/dist/forms/items/FormItemDate.js.map +1 -1
- package/dist/forms/items/FormItemMultipleChoice.d.ts +1 -0
- package/dist/forms/items/FormItemMultipleChoice.js.map +1 -1
- package/dist/forms/items/FormItemMultipleChoiceItem.d.ts +1 -0
- package/dist/forms/items/FormItemMultipleChoiceItem.js.map +1 -1
- package/dist/forms/items/FormItemSelect.d.ts +1 -0
- package/dist/forms/items/FormItemSelect.js.map +1 -1
- package/dist/forms/items/FormItemSelectItem.d.ts +1 -0
- package/dist/forms/items/FormItemSelectItem.js.map +1 -1
- package/dist/forms/items/FormItemString.d.ts +1 -0
- package/dist/forms/items/FormItemString.js.map +1 -1
- package/dist/forms/items/FormItemText.d.ts +1 -0
- package/dist/forms/items/FormItemText.js.map +1 -1
- package/dist/messages/Mail.d.ts +1 -0
- package/dist/messages/Mail.js.map +1 -1
- package/dist/messages/RequestMail.d.ts +19 -4
- package/dist/messages/RequestMail.js +27 -7
- package/dist/messages/RequestMail.js.map +1 -1
- package/dist/relationships/RelationshipCreationChangeRequestBody.d.ts +1 -0
- package/dist/relationships/RelationshipCreationChangeRequestBody.js.map +1 -1
- package/dist/relationships/RelationshipTemplateBody.d.ts +1 -0
- package/dist/relationships/RelationshipTemplateBody.js.map +1 -1
- package/dist/requests/Request.d.ts +1 -0
- package/dist/requests/Request.js.map +1 -1
- package/dist/requests/RequestItemGroup.d.ts +1 -0
- package/dist/requests/RequestItemGroup.js.map +1 -1
- package/dist/requests/items/authentication/AuthenticationRequestItem.d.ts +1 -0
- package/dist/requests/items/authentication/AuthenticationRequestItem.js.map +1 -1
- package/dist/requests/items/consent/ConsentRequestItem.d.ts +1 -0
- package/dist/requests/items/consent/ConsentRequestItem.js.map +1 -1
- package/dist/requests/items/createRelationshipAttribute/CreateAttributeAcceptResponseItem.d.ts +1 -0
- package/dist/requests/items/createRelationshipAttribute/CreateAttributeAcceptResponseItem.js.map +1 -1
- package/dist/requests/items/createRelationshipAttribute/CreateAttributeRequestItem.d.ts +1 -0
- package/dist/requests/items/createRelationshipAttribute/CreateAttributeRequestItem.js.map +1 -1
- package/dist/requests/items/proposeAttribute/ProposeAttributeAcceptResponseItem.d.ts +1 -0
- package/dist/requests/items/proposeAttribute/ProposeAttributeAcceptResponseItem.js.map +1 -1
- package/dist/requests/items/proposeAttribute/ProposeAttributeRequestItem.d.ts +1 -0
- package/dist/requests/items/proposeAttribute/ProposeAttributeRequestItem.js.map +1 -1
- package/dist/requests/items/readAttribute/ReadAttributeAcceptResponseItem.d.ts +1 -0
- package/dist/requests/items/readAttribute/ReadAttributeAcceptResponseItem.js.map +1 -1
- package/dist/requests/items/readAttribute/ReadAttributeRequestItem.d.ts +5 -3
- package/dist/requests/items/readAttribute/ReadAttributeRequestItem.js +5 -1
- package/dist/requests/items/readAttribute/ReadAttributeRequestItem.js.map +1 -1
- package/dist/requests/items/shareAttribute/ShareAttributeAcceptResponseItem.d.ts +1 -0
- package/dist/requests/items/shareAttribute/ShareAttributeAcceptResponseItem.js.map +1 -1
- package/dist/requests/items/shareAttribute/ShareAttributeRequestItem.d.ts +1 -0
- package/dist/requests/items/shareAttribute/ShareAttributeRequestItem.js.map +1 -1
- package/dist/requests/old/AttributesChangeRequest.d.ts +1 -0
- package/dist/requests/old/AttributesChangeRequest.js.map +1 -1
- package/dist/requests/old/AttributesRequest.d.ts +1 -0
- package/dist/requests/old/AttributesRequest.js.map +1 -1
- package/dist/requests/old/AttributesShareRequest.d.ts +1 -0
- package/dist/requests/old/AttributesShareRequest.js.map +1 -1
- package/dist/requests/response/ErrorResponseItem.d.ts +1 -0
- package/dist/requests/response/ErrorResponseItem.js.map +1 -1
- package/dist/requests/response/RejectResponseItem.d.ts +1 -0
- package/dist/requests/response/RejectResponseItem.js.map +1 -1
- package/dist/requests/response/Response.d.ts +1 -0
- package/dist/requests/response/Response.js.map +1 -1
- package/dist/requests/response/ResponseItemGroup.d.ts +1 -0
- package/dist/requests/response/ResponseItemGroup.js.map +1 -1
- package/lib-web/nmshd.content.js +93 -17
- package/lib-web/nmshd.content.min.js +1 -1
- 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.
|
|
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",
|