@nmshd/content 2.7.4 → 2.8.1
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/AttributeValueTypes.d.ts +10 -10
- package/dist/attributes/AttributeValueTypes.js +2 -2
- package/dist/attributes/AttributeValueTypes.js.map +1 -1
- package/dist/attributes/IQLQuery.js +2 -2
- package/dist/attributes/IdentityAttribute.js.map +1 -1
- package/dist/attributes/IdentityAttributeQuery.js.map +1 -1
- package/dist/attributes/ThirdPartyRelationshipAttributeQuery.js.map +1 -1
- package/dist/attributes/hints/ValueHintsValue.js.map +1 -1
- package/dist/attributes/types/address/DeliveryBoxAddress.js.map +1 -1
- package/dist/attributes/types/address/PostOfficeBoxAddress.js.map +1 -1
- package/dist/attributes/types/address/StreetAddress.js.map +1 -1
- package/dist/attributes/types/affiliation/Affiliation.js.map +1 -1
- package/dist/attributes/types/birth/BirthPlace.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryJSON.js.map +1 -1
- package/dist/attributes/types/statement/AbstractIdentityDescriptor.d.ts +1 -1
- package/dist/attributes/types/statement/AbstractIdentityDescriptor.js.map +1 -1
- package/dist/attributes/types/statement/AbstractStatement.js.map +1 -1
- package/dist/attributes/types/statement/StatementPredicate.js.map +1 -1
- package/dist/buildInformation.js +5 -5
- package/dist/messages/Mail.js.map +1 -1
- package/dist/notifications/items/PeerSharedAttributeSucceededNotificationItem.d.ts +20 -0
- package/dist/notifications/items/{AttributeSucceededNotificationItem.js → PeerSharedAttributeSucceededNotificationItem.js} +10 -10
- package/dist/notifications/items/PeerSharedAttributeSucceededNotificationItem.js.map +1 -0
- package/dist/notifications/items/index.d.ts +1 -1
- package/dist/notifications/items/index.js +1 -1
- package/dist/notifications/items/index.js.map +1 -1
- package/dist/requests/RequestItemGroup.js.map +1 -1
- package/dist/requests/items/proposeAttribute/ProposeAttributeRequestItem.js.map +1 -1
- package/lib-web/nmshd.content.js +588 -249
- package/lib-web/nmshd.content.min.js +1 -1
- package/package.json +16 -16
- package/dist/notifications/items/AttributeSucceededNotificationItem.d.ts +0 -20
- package/dist/notifications/items/AttributeSucceededNotificationItem.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nmshd/content",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.1",
|
|
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",
|
|
@@ -38,34 +38,34 @@
|
|
|
38
38
|
"test:web:debug": "browsertest-runner --debug"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@js-soft/logging-abstractions": "^1.0.
|
|
42
|
-
"@nmshd/iql": "^0.0
|
|
41
|
+
"@js-soft/logging-abstractions": "^1.0.1",
|
|
42
|
+
"@nmshd/iql": "^1.0.0",
|
|
43
43
|
"easy-tsnameof": "^3.0.6",
|
|
44
44
|
"mocha-param": "^2.0.1"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@js-soft/eslint-config-ts": "1.6.
|
|
48
|
-
"@js-soft/license-check": "1.0.
|
|
49
|
-
"@js-soft/ts-serval": "2.0.
|
|
50
|
-
"@nmshd/crypto": "2.0.
|
|
51
|
-
"@nmshd/transport": "2.1.
|
|
52
|
-
"@types/chai": "^4.3.
|
|
53
|
-
"@types/luxon": "^3.3.
|
|
54
|
-
"@types/mocha": "^10.0.
|
|
55
|
-
"@types/node": "^20.
|
|
47
|
+
"@js-soft/eslint-config-ts": "1.6.5",
|
|
48
|
+
"@js-soft/license-check": "1.0.8",
|
|
49
|
+
"@js-soft/ts-serval": "2.0.10",
|
|
50
|
+
"@nmshd/crypto": "2.0.5",
|
|
51
|
+
"@nmshd/transport": "2.1.4",
|
|
52
|
+
"@types/chai": "^4.3.11",
|
|
53
|
+
"@types/luxon": "^3.3.5",
|
|
54
|
+
"@types/mocha": "^10.0.6",
|
|
55
|
+
"@types/node": "^20.10.1",
|
|
56
56
|
"better-npm-audit": "^3.7.3",
|
|
57
57
|
"bt-runner": "^4.0.2",
|
|
58
58
|
"chai": "^4.3.10",
|
|
59
59
|
"copy-webpack-plugin": "^11.0.0",
|
|
60
|
-
"eslint": "^8.
|
|
60
|
+
"eslint": "^8.54.0",
|
|
61
61
|
"madge": "^6.1.0",
|
|
62
62
|
"mocha": "^10.2.0",
|
|
63
|
-
"prettier": "^3.0
|
|
63
|
+
"prettier": "^3.1.0",
|
|
64
64
|
"terser-webpack-plugin": "^5.3.9",
|
|
65
65
|
"ts-node": "^10.9.1",
|
|
66
66
|
"tsconfig-paths": "^4.2.0",
|
|
67
|
-
"typescript": "^5.
|
|
68
|
-
"webpack": "^5.
|
|
67
|
+
"typescript": "^5.3.2",
|
|
68
|
+
"webpack": "^5.89.0",
|
|
69
69
|
"webpack-cli": "^5.1.4"
|
|
70
70
|
},
|
|
71
71
|
"publishConfig": {
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { CoreId, ICoreId } from "@nmshd/transport";
|
|
2
|
-
import { IIdentityAttribute, IRelationshipAttribute, IdentityAttribute, IdentityAttributeJSON, RelationshipAttribute, RelationshipAttributeJSON } from "../../attributes";
|
|
3
|
-
import { INotificationItem, NotificationItem, NotificationItemJSON } from "../NotificationItem";
|
|
4
|
-
export interface AttributeSucceededNotificationItemJSON extends NotificationItemJSON {
|
|
5
|
-
"@type": "AttributeSucceededNotificationItem";
|
|
6
|
-
succeededAttributeId: string;
|
|
7
|
-
newAttributeId: string;
|
|
8
|
-
attribute: IdentityAttributeJSON | RelationshipAttributeJSON;
|
|
9
|
-
}
|
|
10
|
-
export interface IAttributeSucceededNotificationItem extends INotificationItem {
|
|
11
|
-
succeededAttributeId: ICoreId;
|
|
12
|
-
newAttributeId: ICoreId;
|
|
13
|
-
attribute: IIdentityAttribute | IRelationshipAttribute;
|
|
14
|
-
}
|
|
15
|
-
export declare class AttributeSucceededNotificationItem extends NotificationItem implements IAttributeSucceededNotificationItem {
|
|
16
|
-
succeededAttributeId: CoreId;
|
|
17
|
-
newAttributeId: CoreId;
|
|
18
|
-
attribute: IdentityAttribute | RelationshipAttribute;
|
|
19
|
-
static from(value: IAttributeSucceededNotificationItem): AttributeSucceededNotificationItem;
|
|
20
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AttributeSucceededNotificationItem.js","sourceRoot":"","sources":["../../../src/notifications/items/AttributeSucceededNotificationItem.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8D;AAC9D,gDAAkD;AAClD,iDAOyB;AACzB,0DAA+F;AAgBxF,IAAM,kCAAkC,GAAxC,MAAM,kCACT,SAAQ,mCAAgB;IAejB,MAAM,CAAC,IAAI,CAAC,KAA0C;QACzD,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IAC9B,CAAC;CACJ,CAAA;AAnBY,gFAAkC;AAMpC;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,GAAE;8BACiB,kBAAM;gFAAA;AAI5B;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,GAAE;8BACW,kBAAM;0EAAA;AAItB;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,EAAC,EAAE,UAAU,EAAE,CAAC,8BAAiB,EAAE,kCAAqB,CAAC,EAAE,CAAC;;qEACX;6CAdlD,kCAAkC;IAD9C,IAAA,gBAAI,EAAC,oCAAoC,CAAC;GAC9B,kCAAkC,CAmB9C"}
|