@nmshd/runtime-types 7.1.0-openid4vc.8 → 7.1.0

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,9 +1,5 @@
1
- export * from "./AcceptedAuthorizationRequestDTO";
2
1
  export * from "./AttributeTagCollectionDTO";
3
- export * from "./CredentialOfferDTO";
4
2
  export * from "./DraftDTO";
5
- export * from "./FetchedAuthorizationRequestDTO";
6
- export * from "./FetchedCredentialOfferDTO";
7
3
  export * from "./IdentityMetadataDTO";
8
4
  export * from "./LocalAttributeDeletionInfoDTO";
9
5
  export * from "./LocalAttributeDTO";
@@ -12,5 +8,4 @@ export * from "./LocalNotificationDTO";
12
8
  export * from "./LocalRequestDTO";
13
9
  export * from "./RequestValidationResultDTO";
14
10
  export * from "./SettingDTO";
15
- export * from "./VerifiableCredentialDTO";
16
11
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/consumption/index.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAC;AAClD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sBAAsB,CAAC;AACrC,cAAc,YAAY,CAAC;AAC3B,cAAc,kCAAkC,CAAC;AACjD,cAAc,6BAA6B,CAAC;AAC5C,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"}
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"}
@@ -14,12 +14,8 @@ 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("./AcceptedAuthorizationRequestDTO"), exports);
18
17
  __exportStar(require("./AttributeTagCollectionDTO"), exports);
19
- __exportStar(require("./CredentialOfferDTO"), exports);
20
18
  __exportStar(require("./DraftDTO"), exports);
21
- __exportStar(require("./FetchedAuthorizationRequestDTO"), exports);
22
- __exportStar(require("./FetchedCredentialOfferDTO"), exports);
23
19
  __exportStar(require("./IdentityMetadataDTO"), exports);
24
20
  __exportStar(require("./LocalAttributeDeletionInfoDTO"), exports);
25
21
  __exportStar(require("./LocalAttributeDTO"), exports);
@@ -28,5 +24,4 @@ __exportStar(require("./LocalNotificationDTO"), exports);
28
24
  __exportStar(require("./LocalRequestDTO"), exports);
29
25
  __exportStar(require("./RequestValidationResultDTO"), exports);
30
26
  __exportStar(require("./SettingDTO"), exports);
31
- __exportStar(require("./VerifiableCredentialDTO"), exports);
32
27
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/consumption/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oEAAkD;AAClD,8DAA4C;AAC5C,uDAAqC;AACrC,6CAA2B;AAC3B,mEAAiD;AACjD,8DAA4C;AAC5C,wDAAsC;AACtC,kEAAgD;AAChD,sDAAoC;AACpC,uEAAqD;AACrD,yDAAuC;AACvC,oDAAkC;AAClC,+DAA6C;AAC7C,+CAA6B;AAC7B,4DAA0C"}
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.1.0-openid4vc.8"
29
+ "version": "7.1.0"
30
30
  }
@@ -1,5 +0,0 @@
1
- export interface AcceptAuthorizationRequestDTO {
2
- status: number;
3
- message: string;
4
- }
5
- //# sourceMappingURL=AcceptedAuthorizationRequestDTO.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AcceptedAuthorizationRequestDTO.d.ts","sourceRoot":"","sources":["../../src/consumption/AcceptedAuthorizationRequestDTO.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,6BAA6B;IAC1C,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;CACnB"}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=AcceptedAuthorizationRequestDTO.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AcceptedAuthorizationRequestDTO.js","sourceRoot":"","sources":["../../src/consumption/AcceptedAuthorizationRequestDTO.ts"],"names":[],"mappings":""}
@@ -1,4 +0,0 @@
1
- export interface CredentialOfferDTO {
2
- url: string;
3
- }
4
- //# sourceMappingURL=CredentialOfferDTO.d.ts.map
@@ -1 +0,0 @@
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"}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=CredentialOfferDTO.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CredentialOfferDTO.js","sourceRoot":"","sources":["../../src/consumption/CredentialOfferDTO.ts"],"names":[],"mappings":""}
@@ -1,6 +0,0 @@
1
- import { VerifiableCredentialDTO } from "./VerifiableCredentialDTO";
2
- export interface FetchedAuthorizationRequestDTO {
3
- authorizationRequest: Record<string, any>;
4
- usedCredentials: VerifiableCredentialDTO[];
5
- }
6
- //# sourceMappingURL=FetchedAuthorizationRequestDTO.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FetchedAuthorizationRequestDTO.d.ts","sourceRoot":"","sources":["../../src/consumption/FetchedAuthorizationRequestDTO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAEpE,MAAM,WAAW,8BAA8B;IAC3C,oBAAoB,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC1C,eAAe,EAAE,uBAAuB,EAAE,CAAC;CAC9C"}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=FetchedAuthorizationRequestDTO.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FetchedAuthorizationRequestDTO.js","sourceRoot":"","sources":["../../src/consumption/FetchedAuthorizationRequestDTO.ts"],"names":[],"mappings":""}
@@ -1,4 +0,0 @@
1
- export interface FetchedCredentialOfferDTO {
2
- jsonRepresentation: string;
3
- }
4
- //# sourceMappingURL=FetchedCredentialOfferDTO.d.ts.map
@@ -1 +0,0 @@
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"}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=FetchedCredentialOfferDTO.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FetchedCredentialOfferDTO.js","sourceRoot":"","sources":["../../src/consumption/FetchedCredentialOfferDTO.ts"],"names":[],"mappings":""}
@@ -1,8 +0,0 @@
1
- export interface VerifiableCredentialDTO {
2
- id: string;
3
- data: string;
4
- type: string;
5
- displayInformation?: string;
6
- key?: string;
7
- }
8
- //# sourceMappingURL=VerifiableCredentialDTO.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"VerifiableCredentialDTO.d.ts","sourceRoot":"","sources":["../../src/consumption/VerifiableCredentialDTO.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,uBAAuB;IACpC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB"}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=VerifiableCredentialDTO.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"VerifiableCredentialDTO.js","sourceRoot":"","sources":["../../src/consumption/VerifiableCredentialDTO.ts"],"names":[],"mappings":""}