@nmshd/runtime-types 7.0.0 → 7.1.0-openid4vc.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/consumption/AcceptedProofRequestDTO.d.ts +5 -0
- package/dist/consumption/AcceptedProofRequestDTO.d.ts.map +1 -0
- package/dist/consumption/AcceptedProofRequestDTO.js +3 -0
- package/dist/consumption/AcceptedProofRequestDTO.js.map +1 -0
- package/dist/consumption/CredentialOfferDTO.d.ts +4 -0
- package/dist/consumption/CredentialOfferDTO.d.ts.map +1 -0
- package/dist/consumption/CredentialOfferDTO.js +3 -0
- package/dist/consumption/CredentialOfferDTO.js.map +1 -0
- package/dist/consumption/FetchedCredentialOfferDTO.d.ts +4 -0
- package/dist/consumption/FetchedCredentialOfferDTO.d.ts.map +1 -0
- package/dist/consumption/FetchedCredentialOfferDTO.js +3 -0
- package/dist/consumption/FetchedCredentialOfferDTO.js.map +1 -0
- package/dist/consumption/FetchedProofRequestDTO.d.ts +4 -0
- package/dist/consumption/FetchedProofRequestDTO.d.ts.map +1 -0
- package/dist/consumption/FetchedProofRequestDTO.js +3 -0
- package/dist/consumption/FetchedProofRequestDTO.js.map +1 -0
- package/dist/consumption/VerifiableCredentialDTO.d.ts +8 -0
- package/dist/consumption/VerifiableCredentialDTO.d.ts.map +1 -0
- package/dist/consumption/VerifiableCredentialDTO.js +3 -0
- package/dist/consumption/VerifiableCredentialDTO.js.map +1 -0
- package/dist/consumption/index.d.ts +5 -0
- package/dist/consumption/index.d.ts.map +1 -1
- package/dist/consumption/index.js +5 -0
- package/dist/consumption/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -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 @@
|
|
|
1
|
+
{"version":3,"file":"AcceptedProofRequestDTO.js","sourceRoot":"","sources":["../../src/consumption/AcceptedProofRequestDTO.ts"],"names":[],"mappings":""}
|
|
@@ -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 @@
|
|
|
1
|
+
{"version":3,"file":"CredentialOfferDTO.js","sourceRoot":"","sources":["../../src/consumption/CredentialOfferDTO.ts"],"names":[],"mappings":""}
|
|
@@ -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 @@
|
|
|
1
|
+
{"version":3,"file":"FetchedCredentialOfferDTO.js","sourceRoot":"","sources":["../../src/consumption/FetchedCredentialOfferDTO.ts"],"names":[],"mappings":""}
|
|
@@ -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 @@
|
|
|
1
|
+
{"version":3,"file":"FetchedProofRequestDTO.js","sourceRoot":"","sources":["../../src/consumption/FetchedProofRequestDTO.ts"],"names":[],"mappings":""}
|
|
@@ -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 @@
|
|
|
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