@nmshd/content 2.8.9 → 2.8.11
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/types/address/AbstractAddress.d.ts +0 -271
- package/dist/attributes/types/address/AbstractAddress.d.ts.map +1 -1
- package/dist/attributes/types/address/AbstractAddress.js +3 -7
- package/dist/attributes/types/address/AbstractAddress.js.map +1 -1
- package/dist/attributes/types/address/DeliveryBoxAddress.d.ts +0 -1682
- package/dist/attributes/types/address/DeliveryBoxAddress.d.ts.map +1 -1
- package/dist/attributes/types/address/DeliveryBoxAddress.js +15 -19
- package/dist/attributes/types/address/DeliveryBoxAddress.js.map +1 -1
- package/dist/attributes/types/address/PostOfficeBoxAddress.d.ts +0 -1397
- package/dist/attributes/types/address/PostOfficeBoxAddress.d.ts.map +1 -1
- package/dist/attributes/types/address/PostOfficeBoxAddress.js +11 -15
- package/dist/attributes/types/address/PostOfficeBoxAddress.js.map +1 -1
- package/dist/attributes/types/address/StreetAddress.d.ts +0 -1946
- package/dist/attributes/types/address/StreetAddress.d.ts.map +1 -1
- package/dist/attributes/types/address/StreetAddress.js +13 -14
- package/dist/attributes/types/address/StreetAddress.js.map +1 -1
- package/dist/attributes/types/affiliation/Affiliation.d.ts +0 -1105
- package/dist/attributes/types/affiliation/Affiliation.d.ts.map +1 -1
- package/dist/attributes/types/affiliation/Affiliation.js +7 -11
- package/dist/attributes/types/affiliation/Affiliation.js.map +1 -1
- package/dist/attributes/types/birth/BirthDate.d.ts +0 -1105
- package/dist/attributes/types/birth/BirthDate.d.ts.map +1 -1
- package/dist/attributes/types/birth/BirthDate.js +8 -13
- package/dist/attributes/types/birth/BirthDate.js.map +1 -1
- package/dist/attributes/types/birth/BirthPlace.d.ts +0 -1105
- package/dist/attributes/types/birth/BirthPlace.d.ts.map +1 -1
- package/dist/attributes/types/birth/BirthPlace.js +7 -11
- package/dist/attributes/types/birth/BirthPlace.js.map +1 -1
- package/dist/attributes/types/measurements/AbstractLengthMeasurement.d.ts.map +1 -1
- package/dist/attributes/types/measurements/AbstractLengthMeasurement.js +2 -1
- package/dist/attributes/types/measurements/AbstractLengthMeasurement.js.map +1 -1
- package/dist/attributes/types/measurements/AbstractMeasurement.d.ts +0 -285
- package/dist/attributes/types/measurements/AbstractMeasurement.d.ts.map +1 -1
- package/dist/attributes/types/measurements/AbstractMeasurement.js +5 -9
- package/dist/attributes/types/measurements/AbstractMeasurement.js.map +1 -1
- package/dist/attributes/types/name/PersonName.d.ts +0 -1661
- package/dist/attributes/types/name/PersonName.d.ts.map +1 -1
- package/dist/attributes/types/name/PersonName.js +11 -15
- package/dist/attributes/types/name/PersonName.js.map +1 -1
- package/dist/attributes/types/statement/AbstractIdentityDescriptor.d.ts +1 -2
- package/dist/attributes/types/statement/AbstractIdentityDescriptor.d.ts.map +1 -1
- package/dist/attributes/types/statement/AbstractIdentityDescriptor.js +3 -7
- package/dist/attributes/types/statement/AbstractIdentityDescriptor.js.map +1 -1
- package/dist/attributes/types/statement/AbstractStatement.d.ts +0 -1
- package/dist/attributes/types/statement/AbstractStatement.d.ts.map +1 -1
- package/dist/attributes/types/statement/AbstractStatement.js +12 -16
- package/dist/attributes/types/statement/AbstractStatement.js.map +1 -1
- package/dist/attributes/types/statement/DigitalIdentityDescriptor.d.ts +0 -1
- package/dist/attributes/types/statement/DigitalIdentityDescriptor.d.ts.map +1 -1
- package/dist/attributes/types/statement/DigitalIdentityDescriptor.js +3 -7
- package/dist/attributes/types/statement/DigitalIdentityDescriptor.js.map +1 -1
- package/dist/attributes/types/statement/StatementIssuerConditions.d.ts +0 -1
- package/dist/attributes/types/statement/StatementIssuerConditions.d.ts.map +1 -1
- package/dist/attributes/types/statement/StatementIssuerConditions.js +11 -15
- package/dist/attributes/types/statement/StatementIssuerConditions.js.map +1 -1
- package/dist/attributes/types/statement/StatementObject.d.ts +0 -1
- package/dist/attributes/types/statement/StatementObject.d.ts.map +1 -1
- package/dist/attributes/types/statement/StatementObject.js +3 -7
- package/dist/attributes/types/statement/StatementObject.js.map +1 -1
- package/dist/attributes/types/statement/StatementSubject.d.ts +0 -1
- package/dist/attributes/types/statement/StatementSubject.d.ts.map +1 -1
- package/dist/attributes/types/statement/StatementSubject.js +3 -7
- package/dist/attributes/types/statement/StatementSubject.js.map +1 -1
- package/dist/attributes/types/strings/AbstractPhoneNumber.js +1 -1
- package/dist/attributes/types/strings/AbstractPhoneNumber.js.map +1 -1
- package/dist/buildInformation.js +5 -5
- package/lib-web/nmshd.content.js +123 -308
- package/lib-web/nmshd.content.min.js +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nmshd/content",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.11",
|
|
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": {
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@js-soft/logging-abstractions": "^1.0.1",
|
|
55
55
|
"@nmshd/iql": "^1.0.2",
|
|
56
|
-
"
|
|
56
|
+
"ts-simple-nameof": "^1.3.1"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@js-soft/ts-serval": "2.0.10",
|