@nmshd/runtime-types 7.0.0-openid4vc.2 → 7.0.0-openid4vc.5

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 (37) hide show
  1. package/dist/consumption/AcceptedProofRequestDTO.d.ts +5 -0
  2. package/dist/consumption/AcceptedProofRequestDTO.d.ts.map +1 -0
  3. package/dist/consumption/AcceptedProofRequestDTO.js +3 -0
  4. package/dist/consumption/AcceptedProofRequestDTO.js.map +1 -0
  5. package/dist/consumption/FetchedCredentialOfferDTO.d.ts +4 -0
  6. package/dist/consumption/FetchedCredentialOfferDTO.d.ts.map +1 -0
  7. package/dist/consumption/FetchedCredentialOfferDTO.js +3 -0
  8. package/dist/consumption/FetchedCredentialOfferDTO.js.map +1 -0
  9. package/dist/consumption/FetchedProofRequestDTO.d.ts +4 -0
  10. package/dist/consumption/FetchedProofRequestDTO.d.ts.map +1 -0
  11. package/dist/consumption/FetchedProofRequestDTO.js +3 -0
  12. package/dist/consumption/FetchedProofRequestDTO.js.map +1 -0
  13. package/dist/consumption/VerifiableCredentialDTO.d.ts +4 -2
  14. package/dist/consumption/VerifiableCredentialDTO.d.ts.map +1 -1
  15. package/dist/consumption/index.d.ts +3 -0
  16. package/dist/consumption/index.d.ts.map +1 -1
  17. package/dist/consumption/index.js +3 -0
  18. package/dist/consumption/index.js.map +1 -1
  19. package/dist/transport/DeviceDTO.d.ts +1 -1
  20. package/dist/transport/DeviceDTO.d.ts.map +1 -1
  21. package/dist/transport/EmptyTokenDTO.d.ts +11 -0
  22. package/dist/transport/EmptyTokenDTO.d.ts.map +1 -0
  23. package/dist/transport/EmptyTokenDTO.js +3 -0
  24. package/dist/transport/EmptyTokenDTO.js.map +1 -0
  25. package/dist/transport/FileDTO.d.ts +1 -0
  26. package/dist/transport/FileDTO.d.ts.map +1 -1
  27. package/dist/transport/IdentityDeletionProcessDTO.d.ts +1 -8
  28. package/dist/transport/IdentityDeletionProcessDTO.d.ts.map +1 -1
  29. package/dist/transport/IdentityDeletionProcessDTO.js +1 -3
  30. package/dist/transport/IdentityDeletionProcessDTO.js.map +1 -1
  31. package/dist/transport/MessageWithAttachmentsDTO.d.ts +2 -1
  32. package/dist/transport/MessageWithAttachmentsDTO.d.ts.map +1 -1
  33. package/dist/transport/index.d.ts +1 -0
  34. package/dist/transport/index.d.ts.map +1 -1
  35. package/dist/transport/index.js +1 -0
  36. package/dist/transport/index.js.map +1 -1
  37. package/package.json +1 -1
@@ -0,0 +1,5 @@
1
+ export interface AcceptProofRequestDTO {
2
+ status: number;
3
+ message: string;
4
+ }
5
+ //# sourceMappingURL=AcceptedProofRequestDTO.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AcceptedProofRequestDTO.d.ts","sourceRoot":"","sources":["../../src/consumption/AcceptedProofRequestDTO.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,qBAAqB;IAClC,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;CACnB"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=AcceptedProofRequestDTO.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AcceptedProofRequestDTO.js","sourceRoot":"","sources":["../../src/consumption/AcceptedProofRequestDTO.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ export interface FetchedCredentialOfferDTO {
2
+ jsonRepresentation: string;
3
+ }
4
+ //# sourceMappingURL=FetchedCredentialOfferDTO.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FetchedCredentialOfferDTO.d.ts","sourceRoot":"","sources":["../../src/consumption/FetchedCredentialOfferDTO.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,yBAAyB;IACtC,kBAAkB,EAAE,MAAM,CAAC;CAC9B"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=FetchedCredentialOfferDTO.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FetchedCredentialOfferDTO.js","sourceRoot":"","sources":["../../src/consumption/FetchedCredentialOfferDTO.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ export interface FetchedProofRequestDTO {
2
+ jsonRepresentation: string;
3
+ }
4
+ //# sourceMappingURL=FetchedProofRequestDTO.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FetchedProofRequestDTO.d.ts","sourceRoot":"","sources":["../../src/consumption/FetchedProofRequestDTO.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,sBAAsB;IACnC,kBAAkB,EAAE,MAAM,CAAC;CAC9B"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=FetchedProofRequestDTO.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FetchedProofRequestDTO.js","sourceRoot":"","sources":["../../src/consumption/FetchedProofRequestDTO.ts"],"names":[],"mappings":""}
@@ -1,6 +1,8 @@
1
1
  export interface VerifiableCredentialDTO {
2
- status: string;
3
- message: string;
4
2
  data: string;
3
+ id: string;
4
+ type: string;
5
+ displayInformation: string | undefined;
6
+ key: string | undefined;
5
7
  }
6
8
  //# sourceMappingURL=VerifiableCredentialDTO.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"VerifiableCredentialDTO.d.ts","sourceRoot":"","sources":["../../src/consumption/VerifiableCredentialDTO.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,uBAAuB;IACpC,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;CAChB"}
1
+ {"version":3,"file":"VerifiableCredentialDTO.d.ts","sourceRoot":"","sources":["../../src/consumption/VerifiableCredentialDTO.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,uBAAuB;IACpC,IAAI,EAAE,MAAM,CAAC;IACb,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,kBAAkB,EAAE,MAAM,GAAG,SAAS,CAAC;IACvC,GAAG,EAAE,MAAM,GAAG,SAAS,CAAC;CAC3B"}
@@ -1,6 +1,9 @@
1
+ export * from "./AcceptedProofRequestDTO";
1
2
  export * from "./AttributeTagCollectionDTO";
2
3
  export * from "./CredentialOfferDTO";
3
4
  export * from "./DraftDTO";
5
+ export * from "./FetchedCredentialOfferDTO";
6
+ export * from "./FetchedProofRequestDTO";
4
7
  export * from "./IdentityMetadataDTO";
5
8
  export * from "./LocalAttributeDTO";
6
9
  export * from "./LocalNotificationDTO";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/consumption/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sBAAsB,CAAC;AACrC,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;AAC7B,cAAc,2BAA2B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/consumption/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sBAAsB,CAAC;AACrC,cAAc,YAAY,CAAC;AAC3B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,cAAc,CAAC;AAC7B,cAAc,2BAA2B,CAAC"}
@@ -14,9 +14,12 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./AcceptedProofRequestDTO"), exports);
17
18
  __exportStar(require("./AttributeTagCollectionDTO"), exports);
18
19
  __exportStar(require("./CredentialOfferDTO"), exports);
19
20
  __exportStar(require("./DraftDTO"), exports);
21
+ __exportStar(require("./FetchedCredentialOfferDTO"), exports);
22
+ __exportStar(require("./FetchedProofRequestDTO"), exports);
20
23
  __exportStar(require("./IdentityMetadataDTO"), exports);
21
24
  __exportStar(require("./LocalAttributeDTO"), exports);
22
25
  __exportStar(require("./LocalNotificationDTO"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/consumption/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAC5C,uDAAqC;AACrC,6CAA2B;AAC3B,wDAAsC;AACtC,sDAAoC;AACpC,yDAAuC;AACvC,oDAAkC;AAClC,+DAA6C;AAC7C,+CAA6B;AAC7B,4DAA0C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/consumption/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4DAA0C;AAC1C,8DAA4C;AAC5C,uDAAqC;AACrC,6CAA2B;AAC3B,8DAA4C;AAC5C,2DAAyC;AACzC,wDAAsC;AACtC,sDAAoC;AACpC,yDAAuC;AACvC,oDAAkC;AAClC,+DAA6C;AAC7C,+CAA6B;AAC7B,4DAA0C"}
@@ -2,7 +2,7 @@ export interface DeviceDTO {
2
2
  id: string;
3
3
  isAdmin: boolean;
4
4
  publicKey?: string;
5
- name: string;
5
+ name?: string;
6
6
  description?: string;
7
7
  createdAt: string;
8
8
  createdByDevice: string;
@@ -1 +1 @@
1
- {"version":3,"file":"DeviceDTO.d.ts","sourceRoot":"","sources":["../../src/transport/DeviceDTO.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,SAAS;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,EAAE,OAAO,CAAC;IACzB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,cAAc,EAAE,OAAO,CAAC;CAC3B"}
1
+ {"version":3,"file":"DeviceDTO.d.ts","sourceRoot":"","sources":["../../src/transport/DeviceDTO.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,SAAS;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,EAAE,OAAO,CAAC;IACzB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,cAAc,EAAE,OAAO,CAAC;CAC3B"}
@@ -0,0 +1,11 @@
1
+ import { PasswordProtectionDTO } from "./PasswordProtectionDTO";
2
+ export interface EmptyTokenDTO {
3
+ id: string;
4
+ expiresAt: string;
5
+ passwordProtection: PasswordProtectionDTO;
6
+ reference: {
7
+ truncated: string;
8
+ url: string;
9
+ };
10
+ }
11
+ //# sourceMappingURL=EmptyTokenDTO.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EmptyTokenDTO.d.ts","sourceRoot":"","sources":["../../src/transport/EmptyTokenDTO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAEhE,MAAM,WAAW,aAAa;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,MAAM,CAAC;IAClB,kBAAkB,EAAE,qBAAqB,CAAC;IAC1C,SAAS,EAAE;QACP,SAAS,EAAE,MAAM,CAAC;QAClB,GAAG,EAAE,MAAM,CAAC;KACf,CAAC;CACL"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=EmptyTokenDTO.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EmptyTokenDTO.js","sourceRoot":"","sources":["../../src/transport/EmptyTokenDTO.ts"],"names":[],"mappings":""}
@@ -15,6 +15,7 @@ export interface FileDTO {
15
15
  truncated: string;
16
16
  url: string;
17
17
  };
18
+ owner: string;
18
19
  ownershipToken?: string;
19
20
  ownershipIsLocked?: true;
20
21
  }
@@ -1 +1 @@
1
- {"version":3,"file":"FileDTO.d.ts","sourceRoot":"","sources":["../../src/transport/FileDTO.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,OAAO;IACpB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,OAAO,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE;QACP,SAAS,EAAE,MAAM,CAAC;QAClB,GAAG,EAAE,MAAM,CAAC;KACf,CAAC;IACF,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,iBAAiB,CAAC,EAAE,IAAI,CAAC;CAC5B"}
1
+ {"version":3,"file":"FileDTO.d.ts","sourceRoot":"","sources":["../../src/transport/FileDTO.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,OAAO;IACpB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,OAAO,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE;QACP,SAAS,EAAE,MAAM,CAAC;QAClB,GAAG,EAAE,MAAM,CAAC;KACf,CAAC;IACF,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,iBAAiB,CAAC,EAAE,IAAI,CAAC;CAC5B"}
@@ -1,7 +1,5 @@
1
1
  export declare enum IdentityDeletionProcessStatus {
2
- WaitingForApproval = "WaitingForApproval",
3
- Rejected = "Rejected",
4
- Approved = "Approved",
2
+ Active = "Active",
5
3
  Cancelled = "Cancelled"
6
4
  }
7
5
  export interface IdentityDeletionProcessDTO {
@@ -9,11 +7,6 @@ export interface IdentityDeletionProcessDTO {
9
7
  status: IdentityDeletionProcessStatus;
10
8
  createdAt?: string;
11
9
  createdByDevice?: string;
12
- approvalPeriodEndsAt?: string;
13
- rejectedAt?: string;
14
- rejectedByDevice?: string;
15
- approvedAt?: string;
16
- approvedByDevice?: string;
17
10
  gracePeriodEndsAt?: string;
18
11
  cancelledAt?: string;
19
12
  cancelledByDevice?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"IdentityDeletionProcessDTO.d.ts","sourceRoot":"","sources":["../../src/transport/IdentityDeletionProcessDTO.ts"],"names":[],"mappings":"AAAA,oBAAY,6BAA6B;IACrC,kBAAkB,uBAAuB;IACzC,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,SAAS,cAAc;CAC1B;AAED,MAAM,WAAW,0BAA0B;IACvC,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,6BAA6B,CAAC;IACtC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC9B"}
1
+ {"version":3,"file":"IdentityDeletionProcessDTO.d.ts","sourceRoot":"","sources":["../../src/transport/IdentityDeletionProcessDTO.ts"],"names":[],"mappings":"AAAA,oBAAY,6BAA6B;IACrC,MAAM,WAAW;IACjB,SAAS,cAAc;CAC1B;AAED,MAAM,WAAW,0BAA0B;IACvC,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,6BAA6B,CAAC;IACtC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC9B"}
@@ -3,9 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IdentityDeletionProcessStatus = void 0;
4
4
  var IdentityDeletionProcessStatus;
5
5
  (function (IdentityDeletionProcessStatus) {
6
- IdentityDeletionProcessStatus["WaitingForApproval"] = "WaitingForApproval";
7
- IdentityDeletionProcessStatus["Rejected"] = "Rejected";
8
- IdentityDeletionProcessStatus["Approved"] = "Approved";
6
+ IdentityDeletionProcessStatus["Active"] = "Active";
9
7
  IdentityDeletionProcessStatus["Cancelled"] = "Cancelled";
10
8
  })(IdentityDeletionProcessStatus || (exports.IdentityDeletionProcessStatus = IdentityDeletionProcessStatus = {}));
11
9
  //# sourceMappingURL=IdentityDeletionProcessDTO.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"IdentityDeletionProcessDTO.js","sourceRoot":"","sources":["../../src/transport/IdentityDeletionProcessDTO.ts"],"names":[],"mappings":";;;AAAA,IAAY,6BAKX;AALD,WAAY,6BAA6B;IACrC,0EAAyC,CAAA;IACzC,sDAAqB,CAAA;IACrB,sDAAqB,CAAA;IACrB,wDAAuB,CAAA;AAC3B,CAAC,EALW,6BAA6B,6CAA7B,6BAA6B,QAKxC"}
1
+ {"version":3,"file":"IdentityDeletionProcessDTO.js","sourceRoot":"","sources":["../../src/transport/IdentityDeletionProcessDTO.ts"],"names":[],"mappings":";;;AAAA,IAAY,6BAGX;AAHD,WAAY,6BAA6B;IACrC,kDAAiB,CAAA;IACjB,wDAAuB,CAAA;AAC3B,CAAC,EAHW,6BAA6B,6CAA7B,6BAA6B,QAGxC"}
@@ -1,9 +1,10 @@
1
1
  import { FileDTO } from "./FileDTO";
2
+ import { MessageContentDerivation } from "./MessageDTO";
2
3
  import { RecipientDTO } from "./RecipientDTO";
3
4
  export interface MessageWithAttachmentsDTO {
4
5
  id: string;
5
6
  isOwn: boolean;
6
- content: any;
7
+ content: MessageContentDerivation;
7
8
  createdBy: string;
8
9
  createdByDevice: string;
9
10
  recipients: RecipientDTO[];
@@ -1 +1 @@
1
- {"version":3,"file":"MessageWithAttachmentsDTO.d.ts","sourceRoot":"","sources":["../../src/transport/MessageWithAttachmentsDTO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,MAAM,WAAW,yBAAyB;IACtC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,OAAO,CAAC;IACf,OAAO,EAAE,GAAG,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,UAAU,EAAE,YAAY,EAAE,CAAC;IAC3B,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,OAAO,EAAE,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB"}
1
+ {"version":3,"file":"MessageWithAttachmentsDTO.d.ts","sourceRoot":"","sources":["../../src/transport/MessageWithAttachmentsDTO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,wBAAwB,EAAE,MAAM,cAAc,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,MAAM,WAAW,yBAAyB;IACtC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,OAAO,CAAC;IACf,OAAO,EAAE,wBAAwB,CAAC;IAClC,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,UAAU,EAAE,YAAY,EAAE,CAAC;IAC3B,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,OAAO,EAAE,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB"}
@@ -2,6 +2,7 @@ export * from "./AnnouncementDTO";
2
2
  export * from "./ChallengeDTO";
3
3
  export * from "./DeviceDTO";
4
4
  export * from "./DeviceOnboardingInfoDTO";
5
+ export * from "./EmptyTokenDTO";
5
6
  export * from "./FileDTO";
6
7
  export * from "./IdentityDeletionProcessDTO";
7
8
  export * from "./IdentityDTO";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/transport/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,WAAW,CAAC;AAC1B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yBAAyB,CAAC;AACxC,cAAc,0CAA0C,CAAC;AACzD,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,YAAY,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/transport/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iBAAiB,CAAC;AAChC,cAAc,WAAW,CAAC;AAC1B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yBAAyB,CAAC;AACxC,cAAc,0CAA0C,CAAC;AACzD,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,YAAY,CAAC"}
@@ -18,6 +18,7 @@ __exportStar(require("./AnnouncementDTO"), exports);
18
18
  __exportStar(require("./ChallengeDTO"), exports);
19
19
  __exportStar(require("./DeviceDTO"), exports);
20
20
  __exportStar(require("./DeviceOnboardingInfoDTO"), exports);
21
+ __exportStar(require("./EmptyTokenDTO"), exports);
21
22
  __exportStar(require("./FileDTO"), exports);
22
23
  __exportStar(require("./IdentityDeletionProcessDTO"), exports);
23
24
  __exportStar(require("./IdentityDTO"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/transport/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,iDAA+B;AAC/B,8CAA4B;AAC5B,4DAA0C;AAC1C,4CAA0B;AAC1B,+DAA6C;AAC7C,gDAA8B;AAC9B,+CAA6B;AAC7B,8DAA4C;AAC5C,0DAAwC;AACxC,2EAAyD;AACzD,iDAA+B;AAC/B,oDAAkC;AAClC,4DAA0C;AAC1C,6CAA2B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/transport/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,iDAA+B;AAC/B,8CAA4B;AAC5B,4DAA0C;AAC1C,kDAAgC;AAChC,4CAA0B;AAC1B,+DAA6C;AAC7C,gDAA8B;AAC9B,+CAA6B;AAC7B,8DAA4C;AAC5C,0DAAwC;AACxC,2EAAyD;AACzD,iDAA+B;AAC/B,oDAAkC;AAClC,4DAA0C;AAC1C,6CAA2B"}
package/package.json CHANGED
@@ -26,5 +26,5 @@
26
26
  "access": "public",
27
27
  "provenance": true
28
28
  },
29
- "version": "7.0.0-openid4vc.2"
29
+ "version": "7.0.0-openid4vc.5"
30
30
  }