@nmshd/runtime-types 7.0.0-alpha.70 → 7.0.0-alpha.71

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.
@@ -1,33 +1,18 @@
1
1
  import { IdentityAttributeJSON, RelationshipAttributeJSON } from "@nmshd/content";
2
- export interface LocalAttributeShareInfoDTO {
3
- requestReference?: string;
4
- notificationReference?: string;
5
- peer: string;
6
- sourceAttribute?: string;
7
- thirdPartyAddress?: string;
8
- }
9
- export declare enum LocalAttributeDeletionStatus {
10
- DeletionRequestSent = "DeletionRequestSent",
11
- DeletionRequestRejected = "DeletionRequestRejected",
12
- ToBeDeleted = "ToBeDeleted",
13
- ToBeDeletedByPeer = "ToBeDeletedByPeer",
14
- DeletedByPeer = "DeletedByPeer",
15
- DeletedByOwner = "DeletedByOwner"
16
- }
17
- export interface LocalAttributeDeletionInfoDTO {
18
- deletionStatus: LocalAttributeDeletionStatus;
19
- deletionDate: string;
20
- }
2
+ import { LocalAttributeDeletionInfoDTO } from "./LocalAttributeDeletionInfoDTO";
21
3
  export interface LocalAttributeDTO {
4
+ "@type": "OwnIdentityAttribute" | "PeerIdentityAttribute" | "OwnRelationshipAttribute" | "PeerRelationshipAttribute" | "ThirdPartyRelationshipAttribute";
22
5
  id: string;
23
- parentId?: string;
24
6
  createdAt: string;
25
7
  content: IdentityAttributeJSON | RelationshipAttributeJSON;
26
8
  succeeds?: string;
27
9
  succeededBy?: string;
28
- shareInfo?: LocalAttributeShareInfoDTO;
29
- deletionInfo?: LocalAttributeDeletionInfoDTO;
30
- isDefault?: true;
31
10
  wasViewedAt?: string;
11
+ isDefault?: true;
12
+ peer?: string;
13
+ sourceReference?: string;
14
+ deletionInfo?: LocalAttributeDeletionInfoDTO;
15
+ initialAttributePeer?: string;
16
+ numberOfForwards?: number;
32
17
  }
33
18
  //# sourceMappingURL=LocalAttributeDTO.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"LocalAttributeDTO.d.ts","sourceRoot":"","sources":["../../src/consumption/LocalAttributeDTO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,MAAM,gBAAgB,CAAC;AAElF,MAAM,WAAW,0BAA0B;IACvC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED,oBAAY,4BAA4B;IACpC,mBAAmB,wBAAwB;IAC3C,uBAAuB,4BAA4B;IACnD,WAAW,gBAAgB;IAC3B,iBAAiB,sBAAsB;IACvC,aAAa,kBAAkB;IAC/B,cAAc,mBAAmB;CACpC;AAED,MAAM,WAAW,6BAA6B;IAC1C,cAAc,EAAE,4BAA4B,CAAC;IAC7C,YAAY,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,iBAAiB;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,qBAAqB,GAAG,yBAAyB,CAAC;IAC3D,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,0BAA0B,CAAC;IACvC,YAAY,CAAC,EAAE,6BAA6B,CAAC;IAC7C,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB"}
1
+ {"version":3,"file":"LocalAttributeDTO.d.ts","sourceRoot":"","sources":["../../src/consumption/LocalAttributeDTO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,MAAM,gBAAgB,CAAC;AAClF,OAAO,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAEhF,MAAM,WAAW,iBAAiB;IAC9B,OAAO,EAAE,sBAAsB,GAAG,uBAAuB,GAAG,0BAA0B,GAAG,2BAA2B,GAAG,iCAAiC,CAAC;IACzJ,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,qBAAqB,GAAG,yBAAyB,CAAC;IAC3D,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,YAAY,CAAC,EAAE,6BAA6B,CAAC;IAC7C,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC7B"}
@@ -1,13 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.LocalAttributeDeletionStatus = void 0;
4
- var LocalAttributeDeletionStatus;
5
- (function (LocalAttributeDeletionStatus) {
6
- LocalAttributeDeletionStatus["DeletionRequestSent"] = "DeletionRequestSent";
7
- LocalAttributeDeletionStatus["DeletionRequestRejected"] = "DeletionRequestRejected";
8
- LocalAttributeDeletionStatus["ToBeDeleted"] = "ToBeDeleted";
9
- LocalAttributeDeletionStatus["ToBeDeletedByPeer"] = "ToBeDeletedByPeer";
10
- LocalAttributeDeletionStatus["DeletedByPeer"] = "DeletedByPeer";
11
- LocalAttributeDeletionStatus["DeletedByOwner"] = "DeletedByOwner";
12
- })(LocalAttributeDeletionStatus || (exports.LocalAttributeDeletionStatus = LocalAttributeDeletionStatus = {}));
13
3
  //# sourceMappingURL=LocalAttributeDTO.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"LocalAttributeDTO.js","sourceRoot":"","sources":["../../src/consumption/LocalAttributeDTO.ts"],"names":[],"mappings":";;;AAUA,IAAY,4BAOX;AAPD,WAAY,4BAA4B;IACpC,2EAA2C,CAAA;IAC3C,mFAAmD,CAAA;IACnD,2DAA2B,CAAA;IAC3B,uEAAuC,CAAA;IACvC,+DAA+B,CAAA;IAC/B,iEAAiC,CAAA;AACrC,CAAC,EAPW,4BAA4B,4CAA5B,4BAA4B,QAOvC"}
1
+ {"version":3,"file":"LocalAttributeDTO.js","sourceRoot":"","sources":["../../src/consumption/LocalAttributeDTO.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ export interface LocalAttributeDeletionInfoDTO {
2
+ deletionStatus: LocalAttributeDeletionStatus;
3
+ deletionDate: string;
4
+ }
5
+ export type LocalAttributeDeletionStatus = "DeletionRequestSent" | "DeletionRequestRejected" | "ToBeDeleted" | "ToBeDeletedByRecipient" | "DeletedByRecipient" | "DeletedByEmitter";
6
+ //# sourceMappingURL=LocalAttributeDeletionInfoDTO.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LocalAttributeDeletionInfoDTO.d.ts","sourceRoot":"","sources":["../../src/consumption/LocalAttributeDeletionInfoDTO.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,6BAA6B;IAC1C,cAAc,EAAE,4BAA4B,CAAC;IAC7C,YAAY,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,MAAM,4BAA4B,GAAG,qBAAqB,GAAG,yBAAyB,GAAG,aAAa,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,kBAAkB,CAAC"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=LocalAttributeDeletionInfoDTO.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LocalAttributeDeletionInfoDTO.js","sourceRoot":"","sources":["../../src/consumption/LocalAttributeDeletionInfoDTO.ts"],"names":[],"mappings":""}
@@ -0,0 +1,8 @@
1
+ import { LocalAttributeDeletionInfoDTO } from "./LocalAttributeDeletionInfoDTO";
2
+ export interface LocalAttributeForwardingDetailsDTO {
3
+ peer: string;
4
+ sourceReference: string;
5
+ sharedAt: string;
6
+ deletionInfo?: LocalAttributeDeletionInfoDTO;
7
+ }
8
+ //# sourceMappingURL=LocalAttributeForwardingDetailsDTO.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LocalAttributeForwardingDetailsDTO.d.ts","sourceRoot":"","sources":["../../src/consumption/LocalAttributeForwardingDetailsDTO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAEhF,MAAM,WAAW,kCAAkC;IAC/C,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,EAAE,MAAM,CAAC;IACxB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,6BAA6B,CAAC;CAChD"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=LocalAttributeForwardingDetailsDTO.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LocalAttributeForwardingDetailsDTO.js","sourceRoot":"","sources":["../../src/consumption/LocalAttributeForwardingDetailsDTO.ts"],"names":[],"mappings":""}
@@ -1,7 +1,9 @@
1
1
  export * from "./AttributeTagCollectionDTO";
2
2
  export * from "./DraftDTO";
3
3
  export * from "./IdentityMetadataDTO";
4
+ export * from "./LocalAttributeDeletionInfoDTO";
4
5
  export * from "./LocalAttributeDTO";
6
+ export * from "./LocalAttributeForwardingDetailsDTO";
5
7
  export * from "./LocalNotificationDTO";
6
8
  export * from "./LocalRequestDTO";
7
9
  export * from "./RequestValidationResultDTO";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/consumption/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,YAAY,CAAC;AAC3B,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,cAAc,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/consumption/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,YAAY,CAAC;AAC3B,cAAc,uBAAuB,CAAC;AACtC,cAAc,iCAAiC,CAAC;AAChD,cAAc,qBAAqB,CAAC;AACpC,cAAc,sCAAsC,CAAC;AACrD,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,cAAc,CAAC"}
@@ -17,7 +17,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./AttributeTagCollectionDTO"), exports);
18
18
  __exportStar(require("./DraftDTO"), exports);
19
19
  __exportStar(require("./IdentityMetadataDTO"), exports);
20
+ __exportStar(require("./LocalAttributeDeletionInfoDTO"), exports);
20
21
  __exportStar(require("./LocalAttributeDTO"), exports);
22
+ __exportStar(require("./LocalAttributeForwardingDetailsDTO"), exports);
21
23
  __exportStar(require("./LocalNotificationDTO"), exports);
22
24
  __exportStar(require("./LocalRequestDTO"), exports);
23
25
  __exportStar(require("./RequestValidationResultDTO"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/consumption/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAC5C,6CAA2B;AAC3B,wDAAsC;AACtC,sDAAoC;AACpC,yDAAuC;AACvC,oDAAkC;AAClC,+DAA6C;AAC7C,+CAA6B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/consumption/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAC5C,6CAA2B;AAC3B,wDAAsC;AACtC,kEAAgD;AAChD,sDAAoC;AACpC,uEAAqD;AACrD,yDAAuC;AACvC,oDAAkC;AAClC,+DAA6C;AAC7C,+CAA6B"}
package/package.json CHANGED
@@ -26,5 +26,5 @@
26
26
  "access": "public",
27
27
  "provenance": true
28
28
  },
29
- "version": "7.0.0-alpha.70"
29
+ "version": "7.0.0-alpha.71"
30
30
  }