@nmshd/content 7.0.0-openid4vc.6 → 7.0.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.
Files changed (75) hide show
  1. package/LICENSE +659 -3
  2. package/README.md +1 -1
  3. package/dist/attributes/AttributeValueTypes.d.ts +15 -16
  4. package/dist/attributes/AttributeValueTypes.d.ts.map +1 -1
  5. package/dist/attributes/AttributeValueTypes.js +12 -57
  6. package/dist/attributes/AttributeValueTypes.js.map +1 -1
  7. package/dist/attributes/types/AbstractBoolean.js +1 -1
  8. package/dist/attributes/types/AbstractBoolean.js.map +1 -1
  9. package/dist/attributes/types/AbstractFloat.js +1 -1
  10. package/dist/attributes/types/AbstractInteger.js +1 -1
  11. package/dist/attributes/types/AbstractString.js +1 -1
  12. package/dist/attributes/types/index.d.ts +0 -1
  13. package/dist/attributes/types/index.d.ts.map +1 -1
  14. package/dist/attributes/types/index.js +0 -1
  15. package/dist/attributes/types/index.js.map +1 -1
  16. package/dist/attributes/types/name/index.d.ts +0 -1
  17. package/dist/attributes/types/name/index.d.ts.map +1 -1
  18. package/dist/attributes/types/name/index.js +0 -1
  19. package/dist/attributes/types/name/index.js.map +1 -1
  20. package/dist/buildInformation.js +4 -4
  21. package/dist/notifications/items/ForwardedAttributeDeletedByPeerNotificationItem.d.ts +14 -0
  22. package/dist/notifications/items/ForwardedAttributeDeletedByPeerNotificationItem.d.ts.map +1 -0
  23. package/dist/notifications/items/{OwnSharedAttributeDeletedByOwnerNotificationItem.js → ForwardedAttributeDeletedByPeerNotificationItem.js} +8 -8
  24. package/dist/notifications/items/ForwardedAttributeDeletedByPeerNotificationItem.js.map +1 -0
  25. package/dist/notifications/items/OwnAttributeDeletedByOwnerNotificationItem.d.ts +14 -0
  26. package/dist/notifications/items/OwnAttributeDeletedByOwnerNotificationItem.d.ts.map +1 -0
  27. package/dist/notifications/items/{PeerSharedAttributeDeletedByPeerNotificationItem.js → OwnAttributeDeletedByOwnerNotificationItem.js} +8 -8
  28. package/dist/notifications/items/OwnAttributeDeletedByOwnerNotificationItem.js.map +1 -0
  29. package/dist/notifications/items/{PeerSharedAttributeSucceededNotificationItem.d.ts → PeerAttributeSucceededNotificationItem.d.ts} +6 -6
  30. package/dist/notifications/items/PeerAttributeSucceededNotificationItem.d.ts.map +1 -0
  31. package/dist/notifications/items/{PeerSharedAttributeSucceededNotificationItem.js → PeerAttributeSucceededNotificationItem.js} +10 -10
  32. package/dist/notifications/items/PeerAttributeSucceededNotificationItem.js.map +1 -0
  33. package/dist/notifications/items/PeerRelationshipAttributeDeletedByPeerNotificationItem.d.ts +14 -0
  34. package/dist/notifications/items/PeerRelationshipAttributeDeletedByPeerNotificationItem.d.ts.map +1 -0
  35. package/dist/notifications/items/{ThirdPartyRelationshipAttributeDeletedByPeerNotificationItem.js → PeerRelationshipAttributeDeletedByPeerNotificationItem.js} +8 -8
  36. package/dist/notifications/items/PeerRelationshipAttributeDeletedByPeerNotificationItem.js.map +1 -0
  37. package/dist/notifications/items/index.d.ts +4 -4
  38. package/dist/notifications/items/index.d.ts.map +1 -1
  39. package/dist/notifications/items/index.js +4 -4
  40. package/dist/notifications/items/index.js.map +1 -1
  41. package/dist/requests/items/index.d.ts +0 -1
  42. package/dist/requests/items/index.d.ts.map +1 -1
  43. package/dist/requests/items/index.js +0 -1
  44. package/dist/requests/items/index.js.map +1 -1
  45. package/dist/requests/items/shareAttribute/ShareAttributeRequestItem.d.ts +3 -3
  46. package/dist/requests/items/shareAttribute/ShareAttributeRequestItem.d.ts.map +1 -1
  47. package/dist/requests/items/shareAttribute/ShareAttributeRequestItem.js +1 -1
  48. package/dist/requests/items/shareAttribute/ShareAttributeRequestItem.js.map +1 -1
  49. package/dist/requests/response/AcceptResponseItem.d.ts +4 -4
  50. package/dist/requests/response/AcceptResponseItem.d.ts.map +1 -1
  51. package/dist/requests/response/AcceptResponseItem.js.map +1 -1
  52. package/package.json +3 -3
  53. package/dist/attributes/types/VerifiableCredential.d.ts +0 -29
  54. package/dist/attributes/types/VerifiableCredential.d.ts.map +0 -1
  55. package/dist/attributes/types/VerifiableCredential.js +0 -79
  56. package/dist/attributes/types/VerifiableCredential.js.map +0 -1
  57. package/dist/attributes/types/name/PersonName.d.ts +0 -35
  58. package/dist/attributes/types/name/PersonName.d.ts.map +0 -1
  59. package/dist/attributes/types/name/PersonName.js +0 -94
  60. package/dist/attributes/types/name/PersonName.js.map +0 -1
  61. package/dist/notifications/items/OwnSharedAttributeDeletedByOwnerNotificationItem.d.ts +0 -14
  62. package/dist/notifications/items/OwnSharedAttributeDeletedByOwnerNotificationItem.d.ts.map +0 -1
  63. package/dist/notifications/items/OwnSharedAttributeDeletedByOwnerNotificationItem.js.map +0 -1
  64. package/dist/notifications/items/PeerSharedAttributeDeletedByPeerNotificationItem.d.ts +0 -14
  65. package/dist/notifications/items/PeerSharedAttributeDeletedByPeerNotificationItem.d.ts.map +0 -1
  66. package/dist/notifications/items/PeerSharedAttributeDeletedByPeerNotificationItem.js.map +0 -1
  67. package/dist/notifications/items/PeerSharedAttributeSucceededNotificationItem.d.ts.map +0 -1
  68. package/dist/notifications/items/PeerSharedAttributeSucceededNotificationItem.js.map +0 -1
  69. package/dist/notifications/items/ThirdPartyRelationshipAttributeDeletedByPeerNotificationItem.d.ts +0 -14
  70. package/dist/notifications/items/ThirdPartyRelationshipAttributeDeletedByPeerNotificationItem.d.ts.map +0 -1
  71. package/dist/notifications/items/ThirdPartyRelationshipAttributeDeletedByPeerNotificationItem.js.map +0 -1
  72. package/dist/requests/items/shareAttribute/ShareAttributeAcceptResponseItem.d.ts +0 -15
  73. package/dist/requests/items/shareAttribute/ShareAttributeAcceptResponseItem.d.ts.map +0 -1
  74. package/dist/requests/items/shareAttribute/ShareAttributeAcceptResponseItem.js +0 -33
  75. package/dist/requests/items/shareAttribute/ShareAttributeAcceptResponseItem.js.map +0 -1
@@ -1,33 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.ShareAttributeAcceptResponseItem = void 0;
13
- const ts_serval_1 = require("@js-soft/ts-serval");
14
- const core_types_1 = require("@nmshd/core-types");
15
- const response_1 = require("../../response");
16
- let ShareAttributeAcceptResponseItem = class ShareAttributeAcceptResponseItem extends response_1.AcceptResponseItem {
17
- static from(value) {
18
- return this.fromAny(value);
19
- }
20
- toJSON(verbose, serializeAsString) {
21
- return super.toJSON(verbose, serializeAsString);
22
- }
23
- };
24
- exports.ShareAttributeAcceptResponseItem = ShareAttributeAcceptResponseItem;
25
- __decorate([
26
- (0, ts_serval_1.serialize)(),
27
- (0, ts_serval_1.validate)(),
28
- __metadata("design:type", core_types_1.CoreId)
29
- ], ShareAttributeAcceptResponseItem.prototype, "attributeId", void 0);
30
- exports.ShareAttributeAcceptResponseItem = ShareAttributeAcceptResponseItem = __decorate([
31
- (0, ts_serval_1.type)("ShareAttributeAcceptResponseItem")
32
- ], ShareAttributeAcceptResponseItem);
33
- //# sourceMappingURL=ShareAttributeAcceptResponseItem.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ShareAttributeAcceptResponseItem.js","sourceRoot":"","sources":["../../../../src/requests/items/shareAttribute/ShareAttributeAcceptResponseItem.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA+D;AAC/D,kDAAoD;AACpD,6CAAiG;AAY1F,IAAM,gCAAgC,GAAtC,MAAM,gCAAiC,SAAQ,6BAAkB;IAK7D,MAAM,CAAU,IAAI,CACvB,KAAqI;QAErI,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;IAC/B,CAAC;IAEe,MAAM,CAAC,OAA6B,EAAE,iBAAuC;QACzF,OAAO,KAAK,CAAC,MAAM,CAAC,OAAO,EAAE,iBAAiB,CAAyC,CAAC;IAC5F,CAAC;CACJ,CAAA;AAdY,4EAAgC;AAGlC;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;8BACS,mBAAM;qEAAC;2CAHlB,gCAAgC;IAD5C,IAAA,gBAAI,EAAC,kCAAkC,CAAC;GAC5B,gCAAgC,CAc5C"}