@nmshd/runtime-types 7.0.2 → 7.1.0-openid4vc.2

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.
@@ -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 CredentialOfferDTO {
2
+ url: string;
3
+ }
4
+ //# sourceMappingURL=CredentialOfferDTO.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CredentialOfferDTO.d.ts","sourceRoot":"","sources":["../../src/consumption/CredentialOfferDTO.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,kBAAkB;IAC/B,GAAG,EAAE,MAAM,CAAC;CACf"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=CredentialOfferDTO.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CredentialOfferDTO.js","sourceRoot":"","sources":["../../src/consumption/CredentialOfferDTO.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":""}
@@ -0,0 +1,8 @@
1
+ export interface VerifiableCredentialDTO {
2
+ data: string;
3
+ id: string;
4
+ type: string;
5
+ displayInformation?: string;
6
+ key?: string;
7
+ }
8
+ //# sourceMappingURL=VerifiableCredentialDTO.d.ts.map
@@ -0,0 +1 @@
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,CAAC,EAAE,MAAM,CAAC;IAC5B,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=VerifiableCredentialDTO.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VerifiableCredentialDTO.js","sourceRoot":"","sources":["../../src/consumption/VerifiableCredentialDTO.ts"],"names":[],"mappings":""}
@@ -1,5 +1,9 @@
1
+ export * from "./AcceptedProofRequestDTO";
1
2
  export * from "./AttributeTagCollectionDTO";
3
+ export * from "./CredentialOfferDTO";
2
4
  export * from "./DraftDTO";
5
+ export * from "./FetchedCredentialOfferDTO";
6
+ export * from "./FetchedProofRequestDTO";
3
7
  export * from "./IdentityMetadataDTO";
4
8
  export * from "./LocalAttributeDeletionInfoDTO";
5
9
  export * from "./LocalAttributeDTO";
@@ -8,4 +12,5 @@ export * from "./LocalNotificationDTO";
8
12
  export * from "./LocalRequestDTO";
9
13
  export * from "./RequestValidationResultDTO";
10
14
  export * from "./SettingDTO";
15
+ export * from "./VerifiableCredentialDTO";
11
16
  //# sourceMappingURL=index.d.ts.map
@@ -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,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"}
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,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;AAC7B,cAAc,2BAA2B,CAAC"}
@@ -14,8 +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);
19
+ __exportStar(require("./CredentialOfferDTO"), exports);
18
20
  __exportStar(require("./DraftDTO"), exports);
21
+ __exportStar(require("./FetchedCredentialOfferDTO"), exports);
22
+ __exportStar(require("./FetchedProofRequestDTO"), exports);
19
23
  __exportStar(require("./IdentityMetadataDTO"), exports);
20
24
  __exportStar(require("./LocalAttributeDeletionInfoDTO"), exports);
21
25
  __exportStar(require("./LocalAttributeDTO"), exports);
@@ -24,4 +28,5 @@ __exportStar(require("./LocalNotificationDTO"), exports);
24
28
  __exportStar(require("./LocalRequestDTO"), exports);
25
29
  __exportStar(require("./RequestValidationResultDTO"), exports);
26
30
  __exportStar(require("./SettingDTO"), exports);
31
+ __exportStar(require("./VerifiableCredentialDTO"), exports);
27
32
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
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"}
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,kEAAgD;AAChD,sDAAoC;AACpC,uEAAqD;AACrD,yDAAuC;AACvC,oDAAkC;AAClC,+DAA6C;AAC7C,+CAA6B;AAC7B,4DAA0C"}
package/package.json CHANGED
@@ -26,5 +26,5 @@
26
26
  "access": "public",
27
27
  "provenance": true
28
28
  },
29
- "version": "7.0.2"
29
+ "version": "7.1.0-openid4vc.2"
30
30
  }