@nmshd/content 2.8.10 → 2.9.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 (140) hide show
  1. package/dist/attributes/types/address/AbstractAddress.d.ts +0 -271
  2. package/dist/attributes/types/address/AbstractAddress.d.ts.map +1 -1
  3. package/dist/attributes/types/address/AbstractAddress.js +3 -7
  4. package/dist/attributes/types/address/AbstractAddress.js.map +1 -1
  5. package/dist/attributes/types/address/DeliveryBoxAddress.d.ts +0 -1682
  6. package/dist/attributes/types/address/DeliveryBoxAddress.d.ts.map +1 -1
  7. package/dist/attributes/types/address/DeliveryBoxAddress.js +15 -19
  8. package/dist/attributes/types/address/DeliveryBoxAddress.js.map +1 -1
  9. package/dist/attributes/types/address/PostOfficeBoxAddress.d.ts +0 -1397
  10. package/dist/attributes/types/address/PostOfficeBoxAddress.d.ts.map +1 -1
  11. package/dist/attributes/types/address/PostOfficeBoxAddress.js +11 -15
  12. package/dist/attributes/types/address/PostOfficeBoxAddress.js.map +1 -1
  13. package/dist/attributes/types/address/StreetAddress.d.ts +0 -1946
  14. package/dist/attributes/types/address/StreetAddress.d.ts.map +1 -1
  15. package/dist/attributes/types/address/StreetAddress.js +13 -14
  16. package/dist/attributes/types/address/StreetAddress.js.map +1 -1
  17. package/dist/attributes/types/affiliation/Affiliation.d.ts +0 -1105
  18. package/dist/attributes/types/affiliation/Affiliation.d.ts.map +1 -1
  19. package/dist/attributes/types/affiliation/Affiliation.js +7 -11
  20. package/dist/attributes/types/affiliation/Affiliation.js.map +1 -1
  21. package/dist/attributes/types/birth/BirthDate.d.ts +0 -1105
  22. package/dist/attributes/types/birth/BirthDate.d.ts.map +1 -1
  23. package/dist/attributes/types/birth/BirthDate.js +8 -13
  24. package/dist/attributes/types/birth/BirthDate.js.map +1 -1
  25. package/dist/attributes/types/birth/BirthPlace.d.ts +0 -1105
  26. package/dist/attributes/types/birth/BirthPlace.d.ts.map +1 -1
  27. package/dist/attributes/types/birth/BirthPlace.js +7 -11
  28. package/dist/attributes/types/birth/BirthPlace.js.map +1 -1
  29. package/dist/attributes/types/measurements/AbstractLengthMeasurement.d.ts.map +1 -1
  30. package/dist/attributes/types/measurements/AbstractLengthMeasurement.js +2 -1
  31. package/dist/attributes/types/measurements/AbstractLengthMeasurement.js.map +1 -1
  32. package/dist/attributes/types/measurements/AbstractMeasurement.d.ts +0 -285
  33. package/dist/attributes/types/measurements/AbstractMeasurement.d.ts.map +1 -1
  34. package/dist/attributes/types/measurements/AbstractMeasurement.js +5 -9
  35. package/dist/attributes/types/measurements/AbstractMeasurement.js.map +1 -1
  36. package/dist/attributes/types/name/PersonName.d.ts +0 -1661
  37. package/dist/attributes/types/name/PersonName.d.ts.map +1 -1
  38. package/dist/attributes/types/name/PersonName.js +11 -15
  39. package/dist/attributes/types/name/PersonName.js.map +1 -1
  40. package/dist/attributes/types/statement/AbstractIdentityDescriptor.d.ts +1 -2
  41. package/dist/attributes/types/statement/AbstractIdentityDescriptor.d.ts.map +1 -1
  42. package/dist/attributes/types/statement/AbstractIdentityDescriptor.js +3 -7
  43. package/dist/attributes/types/statement/AbstractIdentityDescriptor.js.map +1 -1
  44. package/dist/attributes/types/statement/AbstractStatement.d.ts +0 -1
  45. package/dist/attributes/types/statement/AbstractStatement.d.ts.map +1 -1
  46. package/dist/attributes/types/statement/AbstractStatement.js +12 -16
  47. package/dist/attributes/types/statement/AbstractStatement.js.map +1 -1
  48. package/dist/attributes/types/statement/DigitalIdentityDescriptor.d.ts +0 -1
  49. package/dist/attributes/types/statement/DigitalIdentityDescriptor.d.ts.map +1 -1
  50. package/dist/attributes/types/statement/DigitalIdentityDescriptor.js +3 -7
  51. package/dist/attributes/types/statement/DigitalIdentityDescriptor.js.map +1 -1
  52. package/dist/attributes/types/statement/StatementIssuerConditions.d.ts +0 -1
  53. package/dist/attributes/types/statement/StatementIssuerConditions.d.ts.map +1 -1
  54. package/dist/attributes/types/statement/StatementIssuerConditions.js +11 -15
  55. package/dist/attributes/types/statement/StatementIssuerConditions.js.map +1 -1
  56. package/dist/attributes/types/statement/StatementObject.d.ts +0 -1
  57. package/dist/attributes/types/statement/StatementObject.d.ts.map +1 -1
  58. package/dist/attributes/types/statement/StatementObject.js +3 -7
  59. package/dist/attributes/types/statement/StatementObject.js.map +1 -1
  60. package/dist/attributes/types/statement/StatementSubject.d.ts +0 -1
  61. package/dist/attributes/types/statement/StatementSubject.d.ts.map +1 -1
  62. package/dist/attributes/types/statement/StatementSubject.js +3 -7
  63. package/dist/attributes/types/statement/StatementSubject.js.map +1 -1
  64. package/dist/buildInformation.js +5 -5
  65. package/dist/notifications/items/OwnSharedAttributeDeletedByOwnerNotificationItem.d.ts +14 -0
  66. package/dist/notifications/items/OwnSharedAttributeDeletedByOwnerNotificationItem.d.ts.map +1 -0
  67. package/dist/notifications/items/OwnSharedAttributeDeletedByOwnerNotificationItem.js +30 -0
  68. package/dist/notifications/items/OwnSharedAttributeDeletedByOwnerNotificationItem.js.map +1 -0
  69. package/dist/notifications/items/PeerSharedAttributeDeletedByPeerNotificationItem.d.ts +14 -0
  70. package/dist/notifications/items/PeerSharedAttributeDeletedByPeerNotificationItem.d.ts.map +1 -0
  71. package/dist/notifications/items/PeerSharedAttributeDeletedByPeerNotificationItem.js +30 -0
  72. package/dist/notifications/items/PeerSharedAttributeDeletedByPeerNotificationItem.js.map +1 -0
  73. package/dist/notifications/items/PeerSharedAttributeSucceededNotificationItem.d.ts +2 -2
  74. package/dist/notifications/items/PeerSharedAttributeSucceededNotificationItem.d.ts.map +1 -1
  75. package/dist/notifications/items/PeerSharedAttributeSucceededNotificationItem.js.map +1 -1
  76. package/dist/notifications/items/ThirdPartyOwnedRelationshipAttributeDeletedByPeerNotificationItem.d.ts +14 -0
  77. package/dist/notifications/items/ThirdPartyOwnedRelationshipAttributeDeletedByPeerNotificationItem.d.ts.map +1 -0
  78. package/dist/notifications/items/ThirdPartyOwnedRelationshipAttributeDeletedByPeerNotificationItem.js +30 -0
  79. package/dist/notifications/items/ThirdPartyOwnedRelationshipAttributeDeletedByPeerNotificationItem.js.map +1 -0
  80. package/dist/notifications/items/index.d.ts +3 -0
  81. package/dist/notifications/items/index.d.ts.map +1 -1
  82. package/dist/notifications/items/index.js +3 -0
  83. package/dist/notifications/items/index.js.map +1 -1
  84. package/dist/requests/items/authentication/AuthenticationRequestItem.d.ts +1 -1
  85. package/dist/requests/items/authentication/AuthenticationRequestItem.d.ts.map +1 -1
  86. package/dist/requests/items/authentication/AuthenticationRequestItem.js.map +1 -1
  87. package/dist/requests/items/consent/ConsentRequestItem.d.ts +1 -1
  88. package/dist/requests/items/consent/ConsentRequestItem.d.ts.map +1 -1
  89. package/dist/requests/items/consent/ConsentRequestItem.js.map +1 -1
  90. package/dist/requests/items/createAttribute/CreateAttributeAcceptResponseItem.d.ts +1 -1
  91. package/dist/requests/items/createAttribute/CreateAttributeAcceptResponseItem.d.ts.map +1 -1
  92. package/dist/requests/items/createAttribute/CreateAttributeAcceptResponseItem.js.map +1 -1
  93. package/dist/requests/items/createAttribute/CreateAttributeRequestItem.d.ts +2 -2
  94. package/dist/requests/items/createAttribute/CreateAttributeRequestItem.d.ts.map +1 -1
  95. package/dist/requests/items/createAttribute/CreateAttributeRequestItem.js.map +1 -1
  96. package/dist/requests/items/deleteAttribute/DeleteAttributeAcceptResponseItem.d.ts +15 -0
  97. package/dist/requests/items/deleteAttribute/DeleteAttributeAcceptResponseItem.d.ts.map +1 -0
  98. package/dist/requests/items/deleteAttribute/DeleteAttributeAcceptResponseItem.js +33 -0
  99. package/dist/requests/items/deleteAttribute/DeleteAttributeAcceptResponseItem.js.map +1 -0
  100. package/dist/requests/items/deleteAttribute/DeleteAttributeRequestItem.d.ts +16 -0
  101. package/dist/requests/items/deleteAttribute/DeleteAttributeRequestItem.d.ts.map +1 -0
  102. package/dist/requests/items/deleteAttribute/DeleteAttributeRequestItem.js +33 -0
  103. package/dist/requests/items/deleteAttribute/DeleteAttributeRequestItem.js.map +1 -0
  104. package/dist/requests/items/freeText/FreeTextAcceptResponseItem.d.ts +1 -1
  105. package/dist/requests/items/freeText/FreeTextAcceptResponseItem.d.ts.map +1 -1
  106. package/dist/requests/items/freeText/FreeTextAcceptResponseItem.js.map +1 -1
  107. package/dist/requests/items/freeText/FreeTextRequestItem.d.ts +1 -1
  108. package/dist/requests/items/freeText/FreeTextRequestItem.d.ts.map +1 -1
  109. package/dist/requests/items/freeText/FreeTextRequestItem.js.map +1 -1
  110. package/dist/requests/items/index.d.ts +2 -0
  111. package/dist/requests/items/index.d.ts.map +1 -1
  112. package/dist/requests/items/index.js +2 -0
  113. package/dist/requests/items/index.js.map +1 -1
  114. package/dist/requests/items/proposeAttribute/ProposeAttributeAcceptResponseItem.d.ts +2 -2
  115. package/dist/requests/items/proposeAttribute/ProposeAttributeAcceptResponseItem.d.ts.map +1 -1
  116. package/dist/requests/items/proposeAttribute/ProposeAttributeAcceptResponseItem.js.map +1 -1
  117. package/dist/requests/items/proposeAttribute/ProposeAttributeRequestItem.d.ts +1 -1
  118. package/dist/requests/items/proposeAttribute/ProposeAttributeRequestItem.d.ts.map +1 -1
  119. package/dist/requests/items/proposeAttribute/ProposeAttributeRequestItem.js.map +1 -1
  120. package/dist/requests/items/readAttribute/ReadAttributeAcceptResponseItem.d.ts +2 -2
  121. package/dist/requests/items/readAttribute/ReadAttributeAcceptResponseItem.d.ts.map +1 -1
  122. package/dist/requests/items/readAttribute/ReadAttributeAcceptResponseItem.js.map +1 -1
  123. package/dist/requests/items/readAttribute/ReadAttributeRequestItem.d.ts +2 -2
  124. package/dist/requests/items/readAttribute/ReadAttributeRequestItem.d.ts.map +1 -1
  125. package/dist/requests/items/readAttribute/ReadAttributeRequestItem.js.map +1 -1
  126. package/dist/requests/items/registerAttributeListener/RegisterAttributeListenerAcceptResponseItem.d.ts +1 -1
  127. package/dist/requests/items/registerAttributeListener/RegisterAttributeListenerAcceptResponseItem.d.ts.map +1 -1
  128. package/dist/requests/items/registerAttributeListener/RegisterAttributeListenerAcceptResponseItem.js.map +1 -1
  129. package/dist/requests/items/registerAttributeListener/RegisterAttributeListenerRequestItem.d.ts +2 -2
  130. package/dist/requests/items/registerAttributeListener/RegisterAttributeListenerRequestItem.d.ts.map +1 -1
  131. package/dist/requests/items/registerAttributeListener/RegisterAttributeListenerRequestItem.js.map +1 -1
  132. package/dist/requests/items/shareAttribute/ShareAttributeAcceptResponseItem.d.ts +1 -1
  133. package/dist/requests/items/shareAttribute/ShareAttributeAcceptResponseItem.d.ts.map +1 -1
  134. package/dist/requests/items/shareAttribute/ShareAttributeAcceptResponseItem.js.map +1 -1
  135. package/dist/requests/items/shareAttribute/ShareAttributeRequestItem.d.ts +2 -2
  136. package/dist/requests/items/shareAttribute/ShareAttributeRequestItem.d.ts.map +1 -1
  137. package/dist/requests/items/shareAttribute/ShareAttributeRequestItem.js.map +1 -1
  138. package/lib-web/nmshd.content.js +328 -307
  139. package/lib-web/nmshd.content.min.js +1 -1
  140. package/package.json +2 -2
@@ -0,0 +1,30 @@
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.OwnSharedAttributeDeletedByOwnerNotificationItem = void 0;
13
+ const ts_serval_1 = require("@js-soft/ts-serval");
14
+ const transport_1 = require("@nmshd/transport");
15
+ const NotificationItem_1 = require("../NotificationItem");
16
+ let OwnSharedAttributeDeletedByOwnerNotificationItem = class OwnSharedAttributeDeletedByOwnerNotificationItem extends NotificationItem_1.NotificationItem {
17
+ static from(value) {
18
+ return this.fromAny(value);
19
+ }
20
+ };
21
+ exports.OwnSharedAttributeDeletedByOwnerNotificationItem = OwnSharedAttributeDeletedByOwnerNotificationItem;
22
+ __decorate([
23
+ (0, ts_serval_1.validate)(),
24
+ (0, ts_serval_1.serialize)(),
25
+ __metadata("design:type", transport_1.CoreId)
26
+ ], OwnSharedAttributeDeletedByOwnerNotificationItem.prototype, "attributeId", void 0);
27
+ exports.OwnSharedAttributeDeletedByOwnerNotificationItem = OwnSharedAttributeDeletedByOwnerNotificationItem = __decorate([
28
+ (0, ts_serval_1.type)("OwnSharedAttributeDeletedByOwnerNotificationItem")
29
+ ], OwnSharedAttributeDeletedByOwnerNotificationItem);
30
+ //# sourceMappingURL=OwnSharedAttributeDeletedByOwnerNotificationItem.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OwnSharedAttributeDeletedByOwnerNotificationItem.js","sourceRoot":"","sources":["../../../src/notifications/items/OwnSharedAttributeDeletedByOwnerNotificationItem.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA+D;AAC/D,gDAAmD;AACnD,0DAAgG;AAYzF,IAAM,gDAAgD,GAAtD,MAAM,gDAAiD,SAAQ,mCAAgB;IAK3E,MAAM,CAAC,IAAI,CACd,KAA8H;QAE9H,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;IAC/B,CAAC;CACJ,CAAA;AAVY,4GAAgD;AAGlD;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,GAAE;8BACQ,kBAAM;qFAAC;2DAHlB,gDAAgD;IAD5D,IAAA,gBAAI,EAAC,kDAAkD,CAAC;GAC5C,gDAAgD,CAU5D"}
@@ -0,0 +1,14 @@
1
+ import { CoreId, ICoreId } from "@nmshd/transport";
2
+ import { INotificationItem, NotificationItem, NotificationItemJSON } from "../NotificationItem";
3
+ export interface PeerSharedAttributeDeletedByPeerNotificationItemJSON extends NotificationItemJSON {
4
+ "@type": "PeerSharedAttributeDeletedByPeerNotificationItem";
5
+ attributeId: string;
6
+ }
7
+ export interface IPeerSharedAttributeDeletedByPeerNotificationItem extends INotificationItem {
8
+ attributeId: ICoreId;
9
+ }
10
+ export declare class PeerSharedAttributeDeletedByPeerNotificationItem extends NotificationItem implements IPeerSharedAttributeDeletedByPeerNotificationItem {
11
+ attributeId: CoreId;
12
+ static from(value: IPeerSharedAttributeDeletedByPeerNotificationItem | Omit<PeerSharedAttributeDeletedByPeerNotificationItemJSON, "@type">): PeerSharedAttributeDeletedByPeerNotificationItem;
13
+ }
14
+ //# sourceMappingURL=PeerSharedAttributeDeletedByPeerNotificationItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PeerSharedAttributeDeletedByPeerNotificationItem.d.ts","sourceRoot":"","sources":["../../../src/notifications/items/PeerSharedAttributeDeletedByPeerNotificationItem.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAEhG,MAAM,WAAW,oDAAqD,SAAQ,oBAAoB;IAC9F,OAAO,EAAE,kDAAkD,CAAC;IAC5D,WAAW,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,iDAAkD,SAAQ,iBAAiB;IACxF,WAAW,EAAE,OAAO,CAAC;CACxB;AAED,qBACa,gDAAiD,SAAQ,gBAAiB,YAAW,iDAAiD;IAGxI,WAAW,EAAE,MAAM,CAAC;WAEb,IAAI,CACd,KAAK,EAAE,iDAAiD,GAAG,IAAI,CAAC,oDAAoD,EAAE,OAAO,CAAC,GAC/H,gDAAgD;CAGtD"}
@@ -0,0 +1,30 @@
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.PeerSharedAttributeDeletedByPeerNotificationItem = void 0;
13
+ const ts_serval_1 = require("@js-soft/ts-serval");
14
+ const transport_1 = require("@nmshd/transport");
15
+ const NotificationItem_1 = require("../NotificationItem");
16
+ let PeerSharedAttributeDeletedByPeerNotificationItem = class PeerSharedAttributeDeletedByPeerNotificationItem extends NotificationItem_1.NotificationItem {
17
+ static from(value) {
18
+ return this.fromAny(value);
19
+ }
20
+ };
21
+ exports.PeerSharedAttributeDeletedByPeerNotificationItem = PeerSharedAttributeDeletedByPeerNotificationItem;
22
+ __decorate([
23
+ (0, ts_serval_1.validate)(),
24
+ (0, ts_serval_1.serialize)(),
25
+ __metadata("design:type", transport_1.CoreId)
26
+ ], PeerSharedAttributeDeletedByPeerNotificationItem.prototype, "attributeId", void 0);
27
+ exports.PeerSharedAttributeDeletedByPeerNotificationItem = PeerSharedAttributeDeletedByPeerNotificationItem = __decorate([
28
+ (0, ts_serval_1.type)("PeerSharedAttributeDeletedByPeerNotificationItem")
29
+ ], PeerSharedAttributeDeletedByPeerNotificationItem);
30
+ //# sourceMappingURL=PeerSharedAttributeDeletedByPeerNotificationItem.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PeerSharedAttributeDeletedByPeerNotificationItem.js","sourceRoot":"","sources":["../../../src/notifications/items/PeerSharedAttributeDeletedByPeerNotificationItem.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA+D;AAC/D,gDAAmD;AACnD,0DAAgG;AAYzF,IAAM,gDAAgD,GAAtD,MAAM,gDAAiD,SAAQ,mCAAgB;IAK3E,MAAM,CAAC,IAAI,CACd,KAA8H;QAE9H,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;IAC/B,CAAC;CACJ,CAAA;AAVY,4GAAgD;AAGlD;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,GAAE;8BACQ,kBAAM;qFAAC;2DAHlB,gDAAgD;IAD5D,IAAA,gBAAI,EAAC,kDAAkD,CAAC;GAC5C,gDAAgD,CAU5D"}
@@ -1,5 +1,5 @@
1
1
  import { CoreId, ICoreId } from "@nmshd/transport";
2
- import { IIdentityAttribute, IRelationshipAttribute, IdentityAttribute, IdentityAttributeJSON, RelationshipAttribute, RelationshipAttributeJSON } from "../../attributes";
2
+ import { IdentityAttribute, IdentityAttributeJSON, IIdentityAttribute, IRelationshipAttribute, RelationshipAttribute, RelationshipAttributeJSON } from "../../attributes";
3
3
  import { INotificationItem, NotificationItem, NotificationItemJSON } from "../NotificationItem";
4
4
  export interface PeerSharedAttributeSucceededNotificationItemJSON extends NotificationItemJSON {
5
5
  "@type": "PeerSharedAttributeSucceededNotificationItem";
@@ -16,6 +16,6 @@ export declare class PeerSharedAttributeSucceededNotificationItem extends Notifi
16
16
  predecessorId: CoreId;
17
17
  successorId: CoreId;
18
18
  successorContent: IdentityAttribute | RelationshipAttribute;
19
- static from(value: IPeerSharedAttributeSucceededNotificationItem): PeerSharedAttributeSucceededNotificationItem;
19
+ static from(value: IPeerSharedAttributeSucceededNotificationItem | Omit<PeerSharedAttributeSucceededNotificationItemJSON, "@type">): PeerSharedAttributeSucceededNotificationItem;
20
20
  }
21
21
  //# sourceMappingURL=PeerSharedAttributeSucceededNotificationItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PeerSharedAttributeSucceededNotificationItem.d.ts","sourceRoot":"","sources":["../../../src/notifications/items/PeerSharedAttributeSucceededNotificationItem.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,EAAE,kBAAkB,EAAE,sBAAsB,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,MAAM,kBAAkB,CAAC;AAC1K,OAAO,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAEhG,MAAM,WAAW,gDAAiD,SAAQ,oBAAoB;IAC1F,OAAO,EAAE,8CAA8C,CAAC;IACxD,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,gBAAgB,EAAE,qBAAqB,GAAG,yBAAyB,CAAC;CACvE;AAED,MAAM,WAAW,6CAA8C,SAAQ,iBAAiB;IACpF,aAAa,EAAE,OAAO,CAAC;IACvB,WAAW,EAAE,OAAO,CAAC;IACrB,gBAAgB,EAAE,kBAAkB,GAAG,sBAAsB,CAAC;CACjE;AAED,qBACa,4CAA6C,SAAQ,gBAAiB,YAAW,6CAA6C;IAGhI,aAAa,EAAE,MAAM,CAAC;IAItB,WAAW,EAAE,MAAM,CAAC;IAIpB,gBAAgB,EAAE,iBAAiB,GAAG,qBAAqB,CAAC;WAErD,IAAI,CAAC,KAAK,EAAE,6CAA6C,GAAG,4CAA4C;CAGzH"}
1
+ {"version":3,"file":"PeerSharedAttributeSucceededNotificationItem.d.ts","sourceRoot":"","sources":["../../../src/notifications/items/PeerSharedAttributeSucceededNotificationItem.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,MAAM,kBAAkB,CAAC;AAC1K,OAAO,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAEhG,MAAM,WAAW,gDAAiD,SAAQ,oBAAoB;IAC1F,OAAO,EAAE,8CAA8C,CAAC;IACxD,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,gBAAgB,EAAE,qBAAqB,GAAG,yBAAyB,CAAC;CACvE;AAED,MAAM,WAAW,6CAA8C,SAAQ,iBAAiB;IACpF,aAAa,EAAE,OAAO,CAAC;IACvB,WAAW,EAAE,OAAO,CAAC;IACrB,gBAAgB,EAAE,kBAAkB,GAAG,sBAAsB,CAAC;CACjE;AAED,qBACa,4CAA6C,SAAQ,gBAAiB,YAAW,6CAA6C;IAGhI,aAAa,EAAE,MAAM,CAAC;IAItB,WAAW,EAAE,MAAM,CAAC;IAIpB,gBAAgB,EAAE,iBAAiB,GAAG,qBAAqB,CAAC;WAErD,IAAI,CACd,KAAK,EAAE,6CAA6C,GAAG,IAAI,CAAC,gDAAgD,EAAE,OAAO,CAAC,GACvH,4CAA4C;CAGlD"}
@@ -1 +1 @@
1
- {"version":3,"file":"PeerSharedAttributeSucceededNotificationItem.js","sourceRoot":"","sources":["../../../src/notifications/items/PeerSharedAttributeSucceededNotificationItem.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA+D;AAC/D,gDAAmD;AACnD,iDAA0K;AAC1K,0DAAgG;AAgBzF,IAAM,4CAA4C,GAAlD,MAAM,4CAA6C,SAAQ,mCAAgB;IAavE,MAAM,CAAC,IAAI,CAAC,KAAoD;QACnE,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;IAC/B,CAAC;CACJ,CAAA;AAhBY,oGAA4C;AAG9C;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,GAAE;8BACU,kBAAM;mFAAC;AAItB;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,GAAE;8BACQ,kBAAM;iFAAC;AAIpB;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,EAAC,EAAE,UAAU,EAAE,CAAC,8BAAiB,EAAE,kCAAqB,CAAC,EAAE,CAAC;;sFACH;uDAX1D,4CAA4C;IADxD,IAAA,gBAAI,EAAC,8CAA8C,CAAC;GACxC,4CAA4C,CAgBxD"}
1
+ {"version":3,"file":"PeerSharedAttributeSucceededNotificationItem.js","sourceRoot":"","sources":["../../../src/notifications/items/PeerSharedAttributeSucceededNotificationItem.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA+D;AAC/D,gDAAmD;AACnD,iDAA0K;AAC1K,0DAAgG;AAgBzF,IAAM,4CAA4C,GAAlD,MAAM,4CAA6C,SAAQ,mCAAgB;IAavE,MAAM,CAAC,IAAI,CACd,KAAsH;QAEtH,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;IAC/B,CAAC;CACJ,CAAA;AAlBY,oGAA4C;AAG9C;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,GAAE;8BACU,kBAAM;mFAAC;AAItB;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,GAAE;8BACQ,kBAAM;iFAAC;AAIpB;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,EAAC,EAAE,UAAU,EAAE,CAAC,8BAAiB,EAAE,kCAAqB,CAAC,EAAE,CAAC;;sFACH;uDAX1D,4CAA4C;IADxD,IAAA,gBAAI,EAAC,8CAA8C,CAAC;GACxC,4CAA4C,CAkBxD"}
@@ -0,0 +1,14 @@
1
+ import { CoreId, ICoreId } from "@nmshd/transport";
2
+ import { INotificationItem, NotificationItem, NotificationItemJSON } from "../NotificationItem";
3
+ export interface ThirdPartyOwnedRelationshipAttributeDeletedByPeerNotificationItemJSON extends NotificationItemJSON {
4
+ "@type": "ThirdPartyOwnedRelationshipAttributeDeletedByPeerNotificationItem";
5
+ attributeId: string;
6
+ }
7
+ export interface IThirdPartyOwnedRelationshipAttributeDeletedByPeerNotificationItem extends INotificationItem {
8
+ attributeId: ICoreId;
9
+ }
10
+ export declare class ThirdPartyOwnedRelationshipAttributeDeletedByPeerNotificationItem extends NotificationItem implements IThirdPartyOwnedRelationshipAttributeDeletedByPeerNotificationItem {
11
+ attributeId: CoreId;
12
+ static from(value: IThirdPartyOwnedRelationshipAttributeDeletedByPeerNotificationItem | Omit<ThirdPartyOwnedRelationshipAttributeDeletedByPeerNotificationItemJSON, "@type">): ThirdPartyOwnedRelationshipAttributeDeletedByPeerNotificationItem;
13
+ }
14
+ //# sourceMappingURL=ThirdPartyOwnedRelationshipAttributeDeletedByPeerNotificationItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThirdPartyOwnedRelationshipAttributeDeletedByPeerNotificationItem.d.ts","sourceRoot":"","sources":["../../../src/notifications/items/ThirdPartyOwnedRelationshipAttributeDeletedByPeerNotificationItem.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAEhG,MAAM,WAAW,qEAAsE,SAAQ,oBAAoB;IAC/G,OAAO,EAAE,mEAAmE,CAAC;IAC7E,WAAW,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,kEAAmE,SAAQ,iBAAiB;IACzG,WAAW,EAAE,OAAO,CAAC;CACxB;AAED,qBACa,iEACT,SAAQ,gBACR,YAAW,kEAAkE;IAItE,WAAW,EAAE,MAAM,CAAC;WAEb,IAAI,CACd,KAAK,EAAE,kEAAkE,GAAG,IAAI,CAAC,qEAAqE,EAAE,OAAO,CAAC,GACjK,iEAAiE;CAGvE"}
@@ -0,0 +1,30 @@
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.ThirdPartyOwnedRelationshipAttributeDeletedByPeerNotificationItem = void 0;
13
+ const ts_serval_1 = require("@js-soft/ts-serval");
14
+ const transport_1 = require("@nmshd/transport");
15
+ const NotificationItem_1 = require("../NotificationItem");
16
+ let ThirdPartyOwnedRelationshipAttributeDeletedByPeerNotificationItem = class ThirdPartyOwnedRelationshipAttributeDeletedByPeerNotificationItem extends NotificationItem_1.NotificationItem {
17
+ static from(value) {
18
+ return this.fromAny(value);
19
+ }
20
+ };
21
+ exports.ThirdPartyOwnedRelationshipAttributeDeletedByPeerNotificationItem = ThirdPartyOwnedRelationshipAttributeDeletedByPeerNotificationItem;
22
+ __decorate([
23
+ (0, ts_serval_1.validate)(),
24
+ (0, ts_serval_1.serialize)(),
25
+ __metadata("design:type", transport_1.CoreId)
26
+ ], ThirdPartyOwnedRelationshipAttributeDeletedByPeerNotificationItem.prototype, "attributeId", void 0);
27
+ exports.ThirdPartyOwnedRelationshipAttributeDeletedByPeerNotificationItem = ThirdPartyOwnedRelationshipAttributeDeletedByPeerNotificationItem = __decorate([
28
+ (0, ts_serval_1.type)("ThirdPartyOwnedRelationshipAttributeDeletedByPeerNotificationItem")
29
+ ], ThirdPartyOwnedRelationshipAttributeDeletedByPeerNotificationItem);
30
+ //# sourceMappingURL=ThirdPartyOwnedRelationshipAttributeDeletedByPeerNotificationItem.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThirdPartyOwnedRelationshipAttributeDeletedByPeerNotificationItem.js","sourceRoot":"","sources":["../../../src/notifications/items/ThirdPartyOwnedRelationshipAttributeDeletedByPeerNotificationItem.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA+D;AAC/D,gDAAmD;AACnD,0DAAgG;AAYzF,IAAM,iEAAiE,GAAvE,MAAM,iEACT,SAAQ,mCAAgB;IAOjB,MAAM,CAAC,IAAI,CACd,KAAgK;QAEhK,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;IAC/B,CAAC;CACJ,CAAA;AAbY,8IAAiE;AAMnE;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,GAAE;8BACQ,kBAAM;sGAAC;4EANlB,iEAAiE;IAD7E,IAAA,gBAAI,EAAC,mEAAmE,CAAC;GAC7D,iEAAiE,CAa7E"}
@@ -1,2 +1,5 @@
1
+ export * from "./OwnSharedAttributeDeletedByOwnerNotificationItem";
2
+ export * from "./PeerSharedAttributeDeletedByPeerNotificationItem";
1
3
  export * from "./PeerSharedAttributeSucceededNotificationItem";
4
+ export * from "./ThirdPartyOwnedRelationshipAttributeDeletedByPeerNotificationItem";
2
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/notifications/items/index.ts"],"names":[],"mappings":"AAAA,cAAc,gDAAgD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/notifications/items/index.ts"],"names":[],"mappings":"AAAA,cAAc,oDAAoD,CAAC;AACnE,cAAc,oDAAoD,CAAC;AACnE,cAAc,gDAAgD,CAAC;AAC/D,cAAc,qEAAqE,CAAC"}
@@ -14,5 +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("./OwnSharedAttributeDeletedByOwnerNotificationItem"), exports);
18
+ __exportStar(require("./PeerSharedAttributeDeletedByPeerNotificationItem"), exports);
17
19
  __exportStar(require("./PeerSharedAttributeSucceededNotificationItem"), exports);
20
+ __exportStar(require("./ThirdPartyOwnedRelationshipAttributeDeletedByPeerNotificationItem"), exports);
18
21
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/notifications/items/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iFAA+D"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/notifications/items/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qFAAmE;AACnE,qFAAmE;AACnE,iFAA+D;AAC/D,sGAAoF"}
@@ -5,7 +5,7 @@ export interface AuthenticationRequestItemJSON extends RequestItemJSON {
5
5
  export interface IAuthenticationRequestItem extends IRequestItem {
6
6
  }
7
7
  export declare class AuthenticationRequestItem extends RequestItem implements IAuthenticationRequestItem {
8
- static from(value: IAuthenticationRequestItem | Omit<AuthenticationRequestItemJSON, "@type">): AuthenticationRequestItem;
8
+ static from(value: IAuthenticationRequestItem | Omit<AuthenticationRequestItemJSON, "@type"> | AuthenticationRequestItemJSON): AuthenticationRequestItem;
9
9
  toJSON(verbose?: boolean | undefined, serializeAsString?: boolean | undefined): AuthenticationRequestItemJSON;
10
10
  }
11
11
  //# sourceMappingURL=AuthenticationRequestItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AuthenticationRequestItem.d.ts","sourceRoot":"","sources":["../../../../src/requests/items/authentication/AuthenticationRequestItem.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAE/E,MAAM,WAAW,6BAA8B,SAAQ,eAAe;IAClE,OAAO,EAAE,2BAA2B,CAAC;CACxC;AAED,MAAM,WAAW,0BAA2B,SAAQ,YAAY;CAAG;AAEnE,qBACa,yBAA0B,SAAQ,WAAY,YAAW,0BAA0B;WAC9E,IAAI,CAAC,KAAK,EAAE,0BAA0B,GAAG,IAAI,CAAC,6BAA6B,EAAE,OAAO,CAAC,GAAG,yBAAyB;IAI/G,MAAM,CAAC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,EAAE,iBAAiB,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,6BAA6B;CAGhI"}
1
+ {"version":3,"file":"AuthenticationRequestItem.d.ts","sourceRoot":"","sources":["../../../../src/requests/items/authentication/AuthenticationRequestItem.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAE/E,MAAM,WAAW,6BAA8B,SAAQ,eAAe;IAClE,OAAO,EAAE,2BAA2B,CAAC;CACxC;AAED,MAAM,WAAW,0BAA2B,SAAQ,YAAY;CAAG;AAEnE,qBACa,yBAA0B,SAAQ,WAAY,YAAW,0BAA0B;WAC9E,IAAI,CAAC,KAAK,EAAE,0BAA0B,GAAG,IAAI,CAAC,6BAA6B,EAAE,OAAO,CAAC,GAAG,6BAA6B,GAAG,yBAAyB;IAI/I,MAAM,CAAC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,EAAE,iBAAiB,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,6BAA6B;CAGhI"}
@@ -1 +1 @@
1
- {"version":3,"file":"AuthenticationRequestItem.js","sourceRoot":"","sources":["../../../../src/requests/items/authentication/AuthenticationRequestItem.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAA0C;AAC1C,mDAA+E;AASxE,IAAM,yBAAyB,GAA/B,MAAM,yBAA0B,SAAQ,yBAAW;IAC/C,MAAM,CAAC,IAAI,CAAC,KAAgF;QAC/F,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,CAAkC,CAAC;IACrF,CAAC;CACJ,CAAA;AARY,8DAAyB;oCAAzB,yBAAyB;IADrC,IAAA,gBAAI,EAAC,2BAA2B,CAAC;GACrB,yBAAyB,CAQrC"}
1
+ {"version":3,"file":"AuthenticationRequestItem.js","sourceRoot":"","sources":["../../../../src/requests/items/authentication/AuthenticationRequestItem.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAA0C;AAC1C,mDAA+E;AASxE,IAAM,yBAAyB,GAA/B,MAAM,yBAA0B,SAAQ,yBAAW;IAC/C,MAAM,CAAC,IAAI,CAAC,KAAgH;QAC/H,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,CAAkC,CAAC;IACrF,CAAC;CACJ,CAAA;AARY,8DAAyB;oCAAzB,yBAAyB;IADrC,IAAA,gBAAI,EAAC,2BAA2B,CAAC;GACrB,yBAAyB,CAQrC"}
@@ -11,7 +11,7 @@ export interface IConsentRequestItem extends IRequestItem {
11
11
  export declare class ConsentRequestItem extends RequestItem implements IConsentRequestItem {
12
12
  consent: string;
13
13
  link?: string;
14
- static from(value: IConsentRequestItem | Omit<ConsentRequestItemJSON, "@type">): ConsentRequestItem;
14
+ static from(value: IConsentRequestItem | Omit<ConsentRequestItemJSON, "@type"> | ConsentRequestItemJSON): ConsentRequestItem;
15
15
  toJSON(verbose?: boolean | undefined, serializeAsString?: boolean | undefined): ConsentRequestItemJSON;
16
16
  }
17
17
  //# sourceMappingURL=ConsentRequestItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ConsentRequestItem.d.ts","sourceRoot":"","sources":["../../../../src/requests/items/consent/ConsentRequestItem.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAE/E,MAAM,WAAW,sBAAuB,SAAQ,eAAe;IAC3D,OAAO,EAAE,oBAAoB,CAAC;IAC9B,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,mBAAoB,SAAQ,YAAY;IACrD,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,qBACa,kBAAmB,SAAQ,WAAY,YAAW,mBAAmB;IAGvE,OAAO,EAAE,MAAM,CAAC;IAYhB,IAAI,CAAC,EAAE,MAAM,CAAC;WAEP,IAAI,CAAC,KAAK,EAAE,mBAAmB,GAAG,IAAI,CAAC,sBAAsB,EAAE,OAAO,CAAC,GAAG,kBAAkB;IAI1F,MAAM,CAAC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,EAAE,iBAAiB,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,sBAAsB;CAGzH"}
1
+ {"version":3,"file":"ConsentRequestItem.d.ts","sourceRoot":"","sources":["../../../../src/requests/items/consent/ConsentRequestItem.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAE/E,MAAM,WAAW,sBAAuB,SAAQ,eAAe;IAC3D,OAAO,EAAE,oBAAoB,CAAC;IAC9B,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,mBAAoB,SAAQ,YAAY;IACrD,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,qBACa,kBAAmB,SAAQ,WAAY,YAAW,mBAAmB;IAGvE,OAAO,EAAE,MAAM,CAAC;IAYhB,IAAI,CAAC,EAAE,MAAM,CAAC;WAEP,IAAI,CAAC,KAAK,EAAE,mBAAmB,GAAG,IAAI,CAAC,sBAAsB,EAAE,OAAO,CAAC,GAAG,sBAAsB,GAAG,kBAAkB;IAInH,MAAM,CAAC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,EAAE,iBAAiB,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,sBAAsB;CAGzH"}
@@ -1 +1 @@
1
- {"version":3,"file":"ConsentRequestItem.js","sourceRoot":"","sources":["../../../../src/requests/items/consent/ConsentRequestItem.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA+D;AAC/D,mDAA+E;AAcxE,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,yBAAW;IAiBxC,MAAM,CAAC,IAAI,CAAC,KAAkE;QACjF,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,CAA2B,CAAC;IAC9E,CAAC;CACJ,CAAA;AAxBY,gDAAkB;AAGpB;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC,EAAE,GAAG,EAAE,IAAI,EAAE,CAAC;;mDACD;AAYhB;IAVN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC;QACN,QAAQ,EAAE,IAAI;QACd,GAAG,EAAE,CAAC;QACN,GAAG,EAAE,IAAI;QACT,MAAM,EAAE,IAAI,MAAM;QACd,6CAA6C;QAC7C,yLAAyL,CAC5L;KACJ,CAAC;;gDACmB;6BAfZ,kBAAkB;IAD9B,IAAA,gBAAI,EAAC,oBAAoB,CAAC;GACd,kBAAkB,CAwB9B"}
1
+ {"version":3,"file":"ConsentRequestItem.js","sourceRoot":"","sources":["../../../../src/requests/items/consent/ConsentRequestItem.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA+D;AAC/D,mDAA+E;AAcxE,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,yBAAW;IAiBxC,MAAM,CAAC,IAAI,CAAC,KAA2F;QAC1G,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,CAA2B,CAAC;IAC9E,CAAC;CACJ,CAAA;AAxBY,gDAAkB;AAGpB;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC,EAAE,GAAG,EAAE,IAAI,EAAE,CAAC;;mDACD;AAYhB;IAVN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC;QACN,QAAQ,EAAE,IAAI;QACd,GAAG,EAAE,CAAC;QACN,GAAG,EAAE,IAAI;QACT,MAAM,EAAE,IAAI,MAAM;QACd,6CAA6C;QAC7C,yLAAyL,CAC5L;KACJ,CAAC;;gDACmB;6BAfZ,kBAAkB;IAD9B,IAAA,gBAAI,EAAC,oBAAoB,CAAC;GACd,kBAAkB,CAwB9B"}
@@ -9,7 +9,7 @@ export interface ICreateAttributeAcceptResponseItem extends IAcceptResponseItem
9
9
  }
10
10
  export declare class CreateAttributeAcceptResponseItem extends AcceptResponseItem implements ICreateAttributeAcceptResponseItem {
11
11
  attributeId: CoreId;
12
- static from(value: ICreateAttributeAcceptResponseItem | CreateAttributeAcceptResponseItemJSON): CreateAttributeAcceptResponseItem;
12
+ static from(value: ICreateAttributeAcceptResponseItem | Omit<CreateAttributeAcceptResponseItemJSON, "@type"> | CreateAttributeAcceptResponseItemJSON): CreateAttributeAcceptResponseItem;
13
13
  toJSON(verbose?: boolean | undefined, serializeAsString?: boolean | undefined): CreateAttributeAcceptResponseItemJSON;
14
14
  }
15
15
  //# sourceMappingURL=CreateAttributeAcceptResponseItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CreateAttributeAcceptResponseItem.d.ts","sourceRoot":"","sources":["../../../../src/requests/items/createAttribute/CreateAttributeAcceptResponseItem.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,EAAE,kBAAkB,EAAE,sBAAsB,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAEjG,MAAM,WAAW,qCAAsC,SAAQ,sBAAsB;IACjF,OAAO,EAAE,mCAAmC,CAAC;IAC7C,WAAW,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,kCAAmC,SAAQ,mBAAmB;IAC3E,WAAW,EAAE,OAAO,CAAC;CACxB;AAED,qBACa,iCAAkC,SAAQ,kBAAmB,YAAW,kCAAkC;IAG5G,WAAW,EAAE,MAAM,CAAC;WAEJ,IAAI,CAAC,KAAK,EAAE,kCAAkC,GAAG,qCAAqC,GAAG,iCAAiC;IAIjI,MAAM,CAAC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,EAAE,iBAAiB,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,qCAAqC;CAGxI"}
1
+ {"version":3,"file":"CreateAttributeAcceptResponseItem.d.ts","sourceRoot":"","sources":["../../../../src/requests/items/createAttribute/CreateAttributeAcceptResponseItem.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,EAAE,kBAAkB,EAAE,sBAAsB,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAEjG,MAAM,WAAW,qCAAsC,SAAQ,sBAAsB;IACjF,OAAO,EAAE,mCAAmC,CAAC;IAC7C,WAAW,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,kCAAmC,SAAQ,mBAAmB;IAC3E,WAAW,EAAE,OAAO,CAAC;CACxB;AAED,qBACa,iCAAkC,SAAQ,kBAAmB,YAAW,kCAAkC;IAG5G,WAAW,EAAE,MAAM,CAAC;WAEJ,IAAI,CACvB,KAAK,EAAE,kCAAkC,GAAG,IAAI,CAAC,qCAAqC,EAAE,OAAO,CAAC,GAAG,qCAAqC,GACzI,iCAAiC;IAIpB,MAAM,CAAC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,EAAE,iBAAiB,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,qCAAqC;CAGxI"}
@@ -1 +1 @@
1
- {"version":3,"file":"CreateAttributeAcceptResponseItem.js","sourceRoot":"","sources":["../../../../src/requests/items/createAttribute/CreateAttributeAcceptResponseItem.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA+D;AAC/D,gDAAmD;AACnD,6CAAiG;AAY1F,IAAM,iCAAiC,GAAvC,MAAM,iCAAkC,SAAQ,6BAAkB;IAK9D,MAAM,CAAU,IAAI,CAAC,KAAiF;QACzG,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,CAA0C,CAAC;IAC7F,CAAC;CACJ,CAAA;AAZY,8EAAiC;AAGnC;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;8BACS,kBAAM;sEAAC;4CAHlB,iCAAiC;IAD7C,IAAA,gBAAI,EAAC,mCAAmC,CAAC;GAC7B,iCAAiC,CAY7C"}
1
+ {"version":3,"file":"CreateAttributeAcceptResponseItem.js","sourceRoot":"","sources":["../../../../src/requests/items/createAttribute/CreateAttributeAcceptResponseItem.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA+D;AAC/D,gDAAmD;AACnD,6CAAiG;AAY1F,IAAM,iCAAiC,GAAvC,MAAM,iCAAkC,SAAQ,6BAAkB;IAK9D,MAAM,CAAU,IAAI,CACvB,KAAwI;QAExI,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,CAA0C,CAAC;IAC7F,CAAC;CACJ,CAAA;AAdY,8EAAiC;AAGnC;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;8BACS,kBAAM;sEAAC;4CAHlB,iCAAiC;IAD7C,IAAA,gBAAI,EAAC,mCAAmC,CAAC;GAC7B,iCAAiC,CAc7C"}
@@ -1,5 +1,5 @@
1
1
  import { RequestItemJSON } from "../..";
2
- import { IIdentityAttribute, IRelationshipAttribute, IdentityAttribute, IdentityAttributeJSON, RelationshipAttribute, RelationshipAttributeJSON } from "../../../attributes";
2
+ import { IdentityAttribute, IdentityAttributeJSON, IIdentityAttribute, IRelationshipAttribute, RelationshipAttribute, RelationshipAttributeJSON } from "../../../attributes";
3
3
  import { IRequestItem, RequestItem } from "../../RequestItem";
4
4
  export interface CreateAttributeRequestItemJSON extends RequestItemJSON {
5
5
  "@type": "CreateAttributeRequestItem";
@@ -10,7 +10,7 @@ export interface ICreateAttributeRequestItem extends IRequestItem {
10
10
  }
11
11
  export declare class CreateAttributeRequestItem extends RequestItem implements ICreateAttributeRequestItem {
12
12
  attribute: RelationshipAttribute | IdentityAttribute;
13
- static from(value: ICreateAttributeRequestItem | CreateAttributeRequestItemJSON): CreateAttributeRequestItem;
13
+ static from(value: ICreateAttributeRequestItem | Omit<CreateAttributeRequestItemJSON, "@type"> | CreateAttributeRequestItemJSON): CreateAttributeRequestItem;
14
14
  toJSON(verbose?: boolean | undefined, serializeAsString?: boolean | undefined): CreateAttributeRequestItemJSON;
15
15
  }
16
16
  //# sourceMappingURL=CreateAttributeRequestItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CreateAttributeRequestItem.d.ts","sourceRoot":"","sources":["../../../../src/requests/items/createAttribute/CreateAttributeRequestItem.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,OAAO,CAAC;AACxC,OAAO,EAAE,kBAAkB,EAAE,sBAAsB,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAC7K,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAE9D,MAAM,WAAW,8BAA+B,SAAQ,eAAe;IACnE,OAAO,EAAE,4BAA4B,CAAC;IACtC,SAAS,EAAE,yBAAyB,GAAG,qBAAqB,CAAC;CAChE;AAED,MAAM,WAAW,2BAA4B,SAAQ,YAAY;IAC7D,SAAS,EAAE,sBAAsB,GAAG,kBAAkB,CAAC;CAC1D;AAED,qBACa,0BAA2B,SAAQ,WAAY,YAAW,2BAA2B;IAGvF,SAAS,EAAE,qBAAqB,GAAG,iBAAiB,CAAC;WAE9C,IAAI,CAAC,KAAK,EAAE,2BAA2B,GAAG,8BAA8B,GAAG,0BAA0B;IAInG,MAAM,CAAC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,EAAE,iBAAiB,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,8BAA8B;CAGjI"}
1
+ {"version":3,"file":"CreateAttributeRequestItem.d.ts","sourceRoot":"","sources":["../../../../src/requests/items/createAttribute/CreateAttributeRequestItem.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,OAAO,CAAC;AACxC,OAAO,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAC7K,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAE9D,MAAM,WAAW,8BAA+B,SAAQ,eAAe;IACnE,OAAO,EAAE,4BAA4B,CAAC;IACtC,SAAS,EAAE,yBAAyB,GAAG,qBAAqB,CAAC;CAChE;AAED,MAAM,WAAW,2BAA4B,SAAQ,YAAY;IAC7D,SAAS,EAAE,sBAAsB,GAAG,kBAAkB,CAAC;CAC1D;AAED,qBACa,0BAA2B,SAAQ,WAAY,YAAW,2BAA2B;IAGvF,SAAS,EAAE,qBAAqB,GAAG,iBAAiB,CAAC;WAE9C,IAAI,CAAC,KAAK,EAAE,2BAA2B,GAAG,IAAI,CAAC,8BAA8B,EAAE,OAAO,CAAC,GAAG,8BAA8B,GAAG,0BAA0B;IAInJ,MAAM,CAAC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,EAAE,iBAAiB,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,8BAA8B;CAGjI"}
@@ -1 +1 @@
1
- {"version":3,"file":"CreateAttributeRequestItem.js","sourceRoot":"","sources":["../../../../src/requests/items/createAttribute/CreateAttributeRequestItem.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA+D;AAE/D,oDAA6K;AAC7K,mDAA8D;AAYvD,IAAM,0BAA0B,GAAhC,MAAM,0BAA2B,SAAQ,yBAAW;IAKhD,MAAM,CAAC,IAAI,CAAC,KAAmE;QAClF,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,CAAmC,CAAC;IACtF,CAAC;CACJ,CAAA;AAZY,gEAA0B;AAG5B;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,EAAC,EAAE,UAAU,EAAE,CAAC,kCAAqB,EAAE,8BAAiB,CAAC,EAAE,CAAC;;6DACV;qCAHnD,0BAA0B;IADtC,IAAA,gBAAI,EAAC,4BAA4B,CAAC;GACtB,0BAA0B,CAYtC"}
1
+ {"version":3,"file":"CreateAttributeRequestItem.js","sourceRoot":"","sources":["../../../../src/requests/items/createAttribute/CreateAttributeRequestItem.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA+D;AAE/D,oDAA6K;AAC7K,mDAA8D;AAYvD,IAAM,0BAA0B,GAAhC,MAAM,0BAA2B,SAAQ,yBAAW;IAKhD,MAAM,CAAC,IAAI,CAAC,KAAmH;QAClI,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,CAAmC,CAAC;IACtF,CAAC;CACJ,CAAA;AAZY,gEAA0B;AAG5B;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,EAAC,EAAE,UAAU,EAAE,CAAC,kCAAqB,EAAE,8BAAiB,CAAC,EAAE,CAAC;;6DACV;qCAHnD,0BAA0B;IADtC,IAAA,gBAAI,EAAC,4BAA4B,CAAC;GACtB,0BAA0B,CAYtC"}
@@ -0,0 +1,15 @@
1
+ import { CoreDate, ICoreDate } from "@nmshd/transport";
2
+ import { AcceptResponseItem, AcceptResponseItemJSON, IAcceptResponseItem } from "../../response";
3
+ export interface DeleteAttributeAcceptResponseItemJSON extends AcceptResponseItemJSON {
4
+ "@type": "DeleteAttributeAcceptResponseItem";
5
+ deletionDate: string;
6
+ }
7
+ export interface IDeleteAttributeAcceptResponseItem extends IAcceptResponseItem {
8
+ deletionDate: ICoreDate;
9
+ }
10
+ export declare class DeleteAttributeAcceptResponseItem extends AcceptResponseItem implements IDeleteAttributeAcceptResponseItem {
11
+ deletionDate: CoreDate;
12
+ static from(value: IDeleteAttributeAcceptResponseItem | Omit<DeleteAttributeAcceptResponseItemJSON, "@type"> | DeleteAttributeAcceptResponseItemJSON): DeleteAttributeAcceptResponseItem;
13
+ toJSON(verbose?: boolean | undefined, serializeAsString?: boolean | undefined): DeleteAttributeAcceptResponseItemJSON;
14
+ }
15
+ //# sourceMappingURL=DeleteAttributeAcceptResponseItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeleteAttributeAcceptResponseItem.d.ts","sourceRoot":"","sources":["../../../../src/requests/items/deleteAttribute/DeleteAttributeAcceptResponseItem.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,EAAE,kBAAkB,EAAE,sBAAsB,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAEjG,MAAM,WAAW,qCAAsC,SAAQ,sBAAsB;IACjF,OAAO,EAAE,mCAAmC,CAAC;IAC7C,YAAY,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,kCAAmC,SAAQ,mBAAmB;IAC3E,YAAY,EAAE,SAAS,CAAC;CAC3B;AAED,qBACa,iCAAkC,SAAQ,kBAAmB,YAAW,kCAAkC;IAG5G,YAAY,EAAE,QAAQ,CAAC;WAEP,IAAI,CACvB,KAAK,EAAE,kCAAkC,GAAG,IAAI,CAAC,qCAAqC,EAAE,OAAO,CAAC,GAAG,qCAAqC,GACzI,iCAAiC;IAIpB,MAAM,CAAC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,EAAE,iBAAiB,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,qCAAqC;CAGxI"}
@@ -0,0 +1,33 @@
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.DeleteAttributeAcceptResponseItem = void 0;
13
+ const ts_serval_1 = require("@js-soft/ts-serval");
14
+ const transport_1 = require("@nmshd/transport");
15
+ const response_1 = require("../../response");
16
+ let DeleteAttributeAcceptResponseItem = class DeleteAttributeAcceptResponseItem 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.DeleteAttributeAcceptResponseItem = DeleteAttributeAcceptResponseItem;
25
+ __decorate([
26
+ (0, ts_serval_1.serialize)(),
27
+ (0, ts_serval_1.validate)(),
28
+ __metadata("design:type", transport_1.CoreDate)
29
+ ], DeleteAttributeAcceptResponseItem.prototype, "deletionDate", void 0);
30
+ exports.DeleteAttributeAcceptResponseItem = DeleteAttributeAcceptResponseItem = __decorate([
31
+ (0, ts_serval_1.type)("DeleteAttributeAcceptResponseItem")
32
+ ], DeleteAttributeAcceptResponseItem);
33
+ //# sourceMappingURL=DeleteAttributeAcceptResponseItem.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeleteAttributeAcceptResponseItem.js","sourceRoot":"","sources":["../../../../src/requests/items/deleteAttribute/DeleteAttributeAcceptResponseItem.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA+D;AAC/D,gDAAuD;AACvD,6CAAiG;AAY1F,IAAM,iCAAiC,GAAvC,MAAM,iCAAkC,SAAQ,6BAAkB;IAK9D,MAAM,CAAU,IAAI,CACvB,KAAwI;QAExI,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,CAA0C,CAAC;IAC7F,CAAC;CACJ,CAAA;AAdY,8EAAiC;AAGnC;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;8BACU,oBAAQ;uEAAC;4CAHrB,iCAAiC;IAD7C,IAAA,gBAAI,EAAC,mCAAmC,CAAC;GAC7B,iCAAiC,CAc7C"}
@@ -0,0 +1,16 @@
1
+ import { CoreId, ICoreId } from "@nmshd/transport";
2
+ import { RequestItemJSON } from "../..";
3
+ import { IRequestItem, RequestItem } from "../../RequestItem";
4
+ export interface DeleteAttributeRequestItemJSON extends RequestItemJSON {
5
+ "@type": "DeleteAttributeRequestItem";
6
+ attributeId: string;
7
+ }
8
+ export interface IDeleteAttributeRequestItem extends IRequestItem {
9
+ attributeId: ICoreId;
10
+ }
11
+ export declare class DeleteAttributeRequestItem extends RequestItem implements IDeleteAttributeRequestItem {
12
+ attributeId: CoreId;
13
+ static from(value: IDeleteAttributeRequestItem | Omit<DeleteAttributeRequestItemJSON, "@type"> | DeleteAttributeRequestItemJSON): DeleteAttributeRequestItem;
14
+ toJSON(verbose?: boolean | undefined, serializeAsString?: boolean | undefined): DeleteAttributeRequestItemJSON;
15
+ }
16
+ //# sourceMappingURL=DeleteAttributeRequestItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeleteAttributeRequestItem.d.ts","sourceRoot":"","sources":["../../../../src/requests/items/deleteAttribute/DeleteAttributeRequestItem.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,EAAE,eAAe,EAAE,MAAM,OAAO,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAE9D,MAAM,WAAW,8BAA+B,SAAQ,eAAe;IACnE,OAAO,EAAE,4BAA4B,CAAC;IACtC,WAAW,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,2BAA4B,SAAQ,YAAY;IAC7D,WAAW,EAAE,OAAO,CAAC;CACxB;AAED,qBACa,0BAA2B,SAAQ,WAAY,YAAW,2BAA2B;IAGvF,WAAW,EAAE,MAAM,CAAC;WAEb,IAAI,CAAC,KAAK,EAAE,2BAA2B,GAAG,IAAI,CAAC,8BAA8B,EAAE,OAAO,CAAC,GAAG,8BAA8B,GAAG,0BAA0B;IAInJ,MAAM,CAAC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,EAAE,iBAAiB,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,8BAA8B;CAGjI"}
@@ -0,0 +1,33 @@
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.DeleteAttributeRequestItem = void 0;
13
+ const ts_serval_1 = require("@js-soft/ts-serval");
14
+ const transport_1 = require("@nmshd/transport");
15
+ const RequestItem_1 = require("../../RequestItem");
16
+ let DeleteAttributeRequestItem = class DeleteAttributeRequestItem extends RequestItem_1.RequestItem {
17
+ static from(value) {
18
+ return this.fromAny(value);
19
+ }
20
+ toJSON(verbose, serializeAsString) {
21
+ return super.toJSON(verbose, serializeAsString);
22
+ }
23
+ };
24
+ exports.DeleteAttributeRequestItem = DeleteAttributeRequestItem;
25
+ __decorate([
26
+ (0, ts_serval_1.serialize)(),
27
+ (0, ts_serval_1.validate)(),
28
+ __metadata("design:type", transport_1.CoreId)
29
+ ], DeleteAttributeRequestItem.prototype, "attributeId", void 0);
30
+ exports.DeleteAttributeRequestItem = DeleteAttributeRequestItem = __decorate([
31
+ (0, ts_serval_1.type)("DeleteAttributeRequestItem")
32
+ ], DeleteAttributeRequestItem);
33
+ //# sourceMappingURL=DeleteAttributeRequestItem.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeleteAttributeRequestItem.js","sourceRoot":"","sources":["../../../../src/requests/items/deleteAttribute/DeleteAttributeRequestItem.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA+D;AAC/D,gDAAmD;AAEnD,mDAA8D;AAYvD,IAAM,0BAA0B,GAAhC,MAAM,0BAA2B,SAAQ,yBAAW;IAKhD,MAAM,CAAC,IAAI,CAAC,KAAmH;QAClI,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,CAAmC,CAAC;IACtF,CAAC;CACJ,CAAA;AAZY,gEAA0B;AAG5B;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;8BACS,kBAAM;+DAAC;qCAHlB,0BAA0B;IADtC,IAAA,gBAAI,EAAC,4BAA4B,CAAC;GACtB,0BAA0B,CAYtC"}
@@ -8,7 +8,7 @@ export interface IFreeTextAcceptResponseItem extends IAcceptResponseItem {
8
8
  }
9
9
  export declare class FreeTextAcceptResponseItem extends AcceptResponseItem implements IFreeTextAcceptResponseItem {
10
10
  freeText: string;
11
- static from(value: IFreeTextAcceptResponseItem | FreeTextAcceptResponseItemJSON): FreeTextAcceptResponseItem;
11
+ static from(value: IFreeTextAcceptResponseItem | Omit<FreeTextAcceptResponseItemJSON, "@type"> | FreeTextAcceptResponseItemJSON): FreeTextAcceptResponseItem;
12
12
  toJSON(verbose?: boolean | undefined, serializeAsString?: boolean | undefined): FreeTextAcceptResponseItemJSON;
13
13
  }
14
14
  //# sourceMappingURL=FreeTextAcceptResponseItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FreeTextAcceptResponseItem.d.ts","sourceRoot":"","sources":["../../../../src/requests/items/freeText/FreeTextAcceptResponseItem.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,sBAAsB,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAEjG,MAAM,WAAW,8BAA+B,SAAQ,sBAAsB;IAC1E,OAAO,EAAE,4BAA4B,CAAC;IACtC,QAAQ,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,2BAA4B,SAAQ,mBAAmB;IACpE,QAAQ,EAAE,MAAM,CAAC;CACpB;AAED,qBACa,0BAA2B,SAAQ,kBAAmB,YAAW,2BAA2B;IAG9F,QAAQ,EAAE,MAAM,CAAC;WAED,IAAI,CAAC,KAAK,EAAE,2BAA2B,GAAG,8BAA8B,GAAG,0BAA0B;IAI5G,MAAM,CAAC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,EAAE,iBAAiB,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,8BAA8B;CAGjI"}
1
+ {"version":3,"file":"FreeTextAcceptResponseItem.d.ts","sourceRoot":"","sources":["../../../../src/requests/items/freeText/FreeTextAcceptResponseItem.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,sBAAsB,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAEjG,MAAM,WAAW,8BAA+B,SAAQ,sBAAsB;IAC1E,OAAO,EAAE,4BAA4B,CAAC;IACtC,QAAQ,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,2BAA4B,SAAQ,mBAAmB;IACpE,QAAQ,EAAE,MAAM,CAAC;CACpB;AAED,qBACa,0BAA2B,SAAQ,kBAAmB,YAAW,2BAA2B;IAG9F,QAAQ,EAAE,MAAM,CAAC;WAED,IAAI,CAAC,KAAK,EAAE,2BAA2B,GAAG,IAAI,CAAC,8BAA8B,EAAE,OAAO,CAAC,GAAG,8BAA8B,GAAG,0BAA0B;IAI5J,MAAM,CAAC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,EAAE,iBAAiB,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,8BAA8B;CAGjI"}
@@ -1 +1 @@
1
- {"version":3,"file":"FreeTextAcceptResponseItem.js","sourceRoot":"","sources":["../../../../src/requests/items/freeText/FreeTextAcceptResponseItem.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA+D;AAC/D,6CAAiG;AAY1F,IAAM,0BAA0B,GAAhC,MAAM,0BAA2B,SAAQ,6BAAkB;IAKvD,MAAM,CAAU,IAAI,CAAC,KAAmE;QAC3F,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,CAAmC,CAAC;IACtF,CAAC;CACJ,CAAA;AAZY,gEAA0B;AAG5B;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;;4DACa;qCAHf,0BAA0B;IADtC,IAAA,gBAAI,EAAC,4BAA4B,CAAC;GACtB,0BAA0B,CAYtC"}
1
+ {"version":3,"file":"FreeTextAcceptResponseItem.js","sourceRoot":"","sources":["../../../../src/requests/items/freeText/FreeTextAcceptResponseItem.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA+D;AAC/D,6CAAiG;AAY1F,IAAM,0BAA0B,GAAhC,MAAM,0BAA2B,SAAQ,6BAAkB;IAKvD,MAAM,CAAU,IAAI,CAAC,KAAmH;QAC3I,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,CAAmC,CAAC;IACtF,CAAC;CACJ,CAAA;AAZY,gEAA0B;AAG5B;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;;4DACa;qCAHf,0BAA0B;IADtC,IAAA,gBAAI,EAAC,4BAA4B,CAAC;GACtB,0BAA0B,CAYtC"}
@@ -8,7 +8,7 @@ export interface IFreeTextRequestItem extends IRequestItem {
8
8
  }
9
9
  export declare class FreeTextRequestItem extends RequestItem implements IFreeTextRequestItem {
10
10
  freeText: string;
11
- static from(value: IFreeTextRequestItem | Omit<FreeTextRequestItemJSON, "@type">): FreeTextRequestItem;
11
+ static from(value: IFreeTextRequestItem | Omit<FreeTextRequestItemJSON, "@type"> | FreeTextRequestItemJSON): FreeTextRequestItem;
12
12
  toJSON(verbose?: boolean | undefined, serializeAsString?: boolean | undefined): FreeTextRequestItemJSON;
13
13
  }
14
14
  //# sourceMappingURL=FreeTextRequestItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FreeTextRequestItem.d.ts","sourceRoot":"","sources":["../../../../src/requests/items/freeText/FreeTextRequestItem.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAE/E,MAAM,WAAW,uBAAwB,SAAQ,eAAe;IAC5D,OAAO,EAAE,qBAAqB,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,oBAAqB,SAAQ,YAAY;IACtD,QAAQ,EAAE,MAAM,CAAC;CACpB;AAED,qBACa,mBAAoB,SAAQ,WAAY,YAAW,oBAAoB;IAGzE,QAAQ,EAAE,MAAM,CAAC;WAEV,IAAI,CAAC,KAAK,EAAE,oBAAoB,GAAG,IAAI,CAAC,uBAAuB,EAAE,OAAO,CAAC,GAAG,mBAAmB;IAI7F,MAAM,CAAC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,EAAE,iBAAiB,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,uBAAuB;CAG1H"}
1
+ {"version":3,"file":"FreeTextRequestItem.d.ts","sourceRoot":"","sources":["../../../../src/requests/items/freeText/FreeTextRequestItem.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAE/E,MAAM,WAAW,uBAAwB,SAAQ,eAAe;IAC5D,OAAO,EAAE,qBAAqB,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,oBAAqB,SAAQ,YAAY;IACtD,QAAQ,EAAE,MAAM,CAAC;CACpB;AAED,qBACa,mBAAoB,SAAQ,WAAY,YAAW,oBAAoB;IAGzE,QAAQ,EAAE,MAAM,CAAC;WAEV,IAAI,CAAC,KAAK,EAAE,oBAAoB,GAAG,IAAI,CAAC,uBAAuB,EAAE,OAAO,CAAC,GAAG,uBAAuB,GAAG,mBAAmB;IAIvH,MAAM,CAAC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,EAAE,iBAAiB,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,uBAAuB;CAG1H"}
@@ -1 +1 @@
1
- {"version":3,"file":"FreeTextRequestItem.js","sourceRoot":"","sources":["../../../../src/requests/items/freeText/FreeTextRequestItem.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA+D;AAC/D,mDAA+E;AAYxE,IAAM,mBAAmB,GAAzB,MAAM,mBAAoB,SAAQ,yBAAW;IAKzC,MAAM,CAAC,IAAI,CAAC,KAAoE;QACnF,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,CAA4B,CAAC;IAC/E,CAAC;CACJ,CAAA;AAZY,kDAAmB;AAGrB;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;;qDACa;8BAHf,mBAAmB;IAD/B,IAAA,gBAAI,EAAC,qBAAqB,CAAC;GACf,mBAAmB,CAY/B"}
1
+ {"version":3,"file":"FreeTextRequestItem.js","sourceRoot":"","sources":["../../../../src/requests/items/freeText/FreeTextRequestItem.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA+D;AAC/D,mDAA+E;AAYxE,IAAM,mBAAmB,GAAzB,MAAM,mBAAoB,SAAQ,yBAAW;IAKzC,MAAM,CAAC,IAAI,CAAC,KAA8F;QAC7G,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,CAA4B,CAAC;IAC/E,CAAC;CACJ,CAAA;AAZY,kDAAmB;AAGrB;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;;qDACa;8BAHf,mBAAmB;IAD/B,IAAA,gBAAI,EAAC,qBAAqB,CAAC;GACf,mBAAmB,CAY/B"}
@@ -2,6 +2,8 @@ export * from "./authentication/AuthenticationRequestItem";
2
2
  export * from "./consent/ConsentRequestItem";
3
3
  export * from "./createAttribute/CreateAttributeAcceptResponseItem";
4
4
  export * from "./createAttribute/CreateAttributeRequestItem";
5
+ export * from "./deleteAttribute/DeleteAttributeAcceptResponseItem";
6
+ export * from "./deleteAttribute/DeleteAttributeRequestItem";
5
7
  export * from "./freeText/FreeTextAcceptResponseItem";
6
8
  export * from "./freeText/FreeTextRequestItem";
7
9
  export * from "./proposeAttribute/ProposeAttributeAcceptResponseItem";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/requests/items/index.ts"],"names":[],"mappings":"AAAA,cAAc,4CAA4C,CAAC;AAC3D,cAAc,8BAA8B,CAAC;AAC7C,cAAc,qDAAqD,CAAC;AACpE,cAAc,8CAA8C,CAAC;AAC7D,cAAc,uCAAuC,CAAC;AACtD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,uDAAuD,CAAC;AACtE,cAAc,gDAAgD,CAAC;AAC/D,cAAc,iDAAiD,CAAC;AAChE,cAAc,0CAA0C,CAAC;AACzD,cAAc,yEAAyE,CAAC;AACxF,cAAc,kEAAkE,CAAC;AACjF,cAAc,mDAAmD,CAAC;AAClE,cAAc,4CAA4C,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/requests/items/index.ts"],"names":[],"mappings":"AAAA,cAAc,4CAA4C,CAAC;AAC3D,cAAc,8BAA8B,CAAC;AAC7C,cAAc,qDAAqD,CAAC;AACpE,cAAc,8CAA8C,CAAC;AAC7D,cAAc,qDAAqD,CAAC;AACpE,cAAc,8CAA8C,CAAC;AAC7D,cAAc,uCAAuC,CAAC;AACtD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,uDAAuD,CAAC;AACtE,cAAc,gDAAgD,CAAC;AAC/D,cAAc,iDAAiD,CAAC;AAChE,cAAc,0CAA0C,CAAC;AACzD,cAAc,yEAAyE,CAAC;AACxF,cAAc,kEAAkE,CAAC;AACjF,cAAc,mDAAmD,CAAC;AAClE,cAAc,4CAA4C,CAAC"}
@@ -18,6 +18,8 @@ __exportStar(require("./authentication/AuthenticationRequestItem"), exports);
18
18
  __exportStar(require("./consent/ConsentRequestItem"), exports);
19
19
  __exportStar(require("./createAttribute/CreateAttributeAcceptResponseItem"), exports);
20
20
  __exportStar(require("./createAttribute/CreateAttributeRequestItem"), exports);
21
+ __exportStar(require("./deleteAttribute/DeleteAttributeAcceptResponseItem"), exports);
22
+ __exportStar(require("./deleteAttribute/DeleteAttributeRequestItem"), exports);
21
23
  __exportStar(require("./freeText/FreeTextAcceptResponseItem"), exports);
22
24
  __exportStar(require("./freeText/FreeTextRequestItem"), exports);
23
25
  __exportStar(require("./proposeAttribute/ProposeAttributeAcceptResponseItem"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/requests/items/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6EAA2D;AAC3D,+DAA6C;AAC7C,sFAAoE;AACpE,+EAA6D;AAC7D,wEAAsD;AACtD,iEAA+C;AAC/C,wFAAsE;AACtE,iFAA+D;AAC/D,kFAAgE;AAChE,2EAAyD;AACzD,0GAAwF;AACxF,mGAAiF;AACjF,oFAAkE;AAClE,6EAA2D"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/requests/items/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6EAA2D;AAC3D,+DAA6C;AAC7C,sFAAoE;AACpE,+EAA6D;AAC7D,sFAAoE;AACpE,+EAA6D;AAC7D,wEAAsD;AACtD,iEAA+C;AAC/C,wFAAsE;AACtE,iFAA+D;AAC/D,kFAAgE;AAChE,2EAAyD;AACzD,0GAAwF;AACxF,mGAAiF;AACjF,oFAAkE;AAClE,6EAA2D"}
@@ -1,5 +1,5 @@
1
1
  import { CoreId, ICoreId } from "@nmshd/transport";
2
- import { IIdentityAttribute, IRelationshipAttribute, IdentityAttribute, IdentityAttributeJSON, RelationshipAttribute, RelationshipAttributeJSON } from "../../../attributes";
2
+ import { IdentityAttribute, IdentityAttributeJSON, IIdentityAttribute, IRelationshipAttribute, RelationshipAttribute, RelationshipAttributeJSON } from "../../../attributes";
3
3
  import { AcceptResponseItem, AcceptResponseItemJSON, IAcceptResponseItem } from "../../response";
4
4
  export interface ProposeAttributeAcceptResponseItemJSON extends AcceptResponseItemJSON {
5
5
  "@type": "ProposeAttributeAcceptResponseItem";
@@ -13,7 +13,7 @@ export interface IProposeAttributeAcceptResponseItem extends IAcceptResponseItem
13
13
  export declare class ProposeAttributeAcceptResponseItem extends AcceptResponseItem implements IProposeAttributeAcceptResponseItem {
14
14
  attributeId: CoreId;
15
15
  attribute: IdentityAttribute | RelationshipAttribute;
16
- static from(value: IProposeAttributeAcceptResponseItem | ProposeAttributeAcceptResponseItemJSON): ProposeAttributeAcceptResponseItem;
16
+ static from(value: IProposeAttributeAcceptResponseItem | Omit<ProposeAttributeAcceptResponseItemJSON, "@type"> | ProposeAttributeAcceptResponseItemJSON): ProposeAttributeAcceptResponseItem;
17
17
  toJSON(verbose?: boolean | undefined, serializeAsString?: boolean | undefined): ProposeAttributeAcceptResponseItemJSON;
18
18
  }
19
19
  //# sourceMappingURL=ProposeAttributeAcceptResponseItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ProposeAttributeAcceptResponseItem.d.ts","sourceRoot":"","sources":["../../../../src/requests/items/proposeAttribute/ProposeAttributeAcceptResponseItem.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,EAAE,kBAAkB,EAAE,sBAAsB,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAC7K,OAAO,EAAE,kBAAkB,EAAE,sBAAsB,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAEjG,MAAM,WAAW,sCAAuC,SAAQ,sBAAsB;IAClF,OAAO,EAAE,oCAAoC,CAAC;IAC9C,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,qBAAqB,GAAG,yBAAyB,CAAC;CAChE;AAED,MAAM,WAAW,mCAAoC,SAAQ,mBAAmB;IAC5E,WAAW,EAAE,OAAO,CAAC;IACrB,SAAS,EAAE,kBAAkB,GAAG,sBAAsB,CAAC;CAC1D;AAED,qBACa,kCAAmC,SAAQ,kBAAmB,YAAW,mCAAmC;IAG9G,WAAW,EAAE,MAAM,CAAC;IAIpB,SAAS,EAAE,iBAAiB,GAAG,qBAAqB,CAAC;WAErC,IAAI,CAAC,KAAK,EAAE,mCAAmC,GAAG,sCAAsC,GAAG,kCAAkC;IAIpI,MAAM,CAAC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,EAAE,iBAAiB,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,sCAAsC;CAGzI"}
1
+ {"version":3,"file":"ProposeAttributeAcceptResponseItem.d.ts","sourceRoot":"","sources":["../../../../src/requests/items/proposeAttribute/ProposeAttributeAcceptResponseItem.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAC7K,OAAO,EAAE,kBAAkB,EAAE,sBAAsB,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAEjG,MAAM,WAAW,sCAAuC,SAAQ,sBAAsB;IAClF,OAAO,EAAE,oCAAoC,CAAC;IAC9C,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,qBAAqB,GAAG,yBAAyB,CAAC;CAChE;AAED,MAAM,WAAW,mCAAoC,SAAQ,mBAAmB;IAC5E,WAAW,EAAE,OAAO,CAAC;IACrB,SAAS,EAAE,kBAAkB,GAAG,sBAAsB,CAAC;CAC1D;AAED,qBACa,kCAAmC,SAAQ,kBAAmB,YAAW,mCAAmC;IAG9G,WAAW,EAAE,MAAM,CAAC;IAIpB,SAAS,EAAE,iBAAiB,GAAG,qBAAqB,CAAC;WAErC,IAAI,CACvB,KAAK,EAAE,mCAAmC,GAAG,IAAI,CAAC,sCAAsC,EAAE,OAAO,CAAC,GAAG,sCAAsC,GAC5I,kCAAkC;IAIrB,MAAM,CAAC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,EAAE,iBAAiB,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,sCAAsC;CAGzI"}
@@ -1 +1 @@
1
- {"version":3,"file":"ProposeAttributeAcceptResponseItem.js","sourceRoot":"","sources":["../../../../src/requests/items/proposeAttribute/ProposeAttributeAcceptResponseItem.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA+D;AAC/D,gDAAmD;AACnD,oDAA6K;AAC7K,6CAAiG;AAc1F,IAAM,kCAAkC,GAAxC,MAAM,kCAAmC,SAAQ,6BAAkB;IAS/D,MAAM,CAAU,IAAI,CAAC,KAAmF;QAC3G,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,CAA2C,CAAC;IAC9F,CAAC;CACJ,CAAA;AAhBY,gFAAkC;AAGpC;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;8BACS,kBAAM;uEAAC;AAIpB;IAFN,IAAA,qBAAS,EAAC,EAAE,UAAU,EAAE,CAAC,8BAAiB,EAAE,kCAAqB,CAAC,EAAE,CAAC;IACrE,IAAA,oBAAQ,GAAE;;qEACiD;6CAPnD,kCAAkC;IAD9C,IAAA,gBAAI,EAAC,oCAAoC,CAAC;GAC9B,kCAAkC,CAgB9C"}
1
+ {"version":3,"file":"ProposeAttributeAcceptResponseItem.js","sourceRoot":"","sources":["../../../../src/requests/items/proposeAttribute/ProposeAttributeAcceptResponseItem.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA+D;AAC/D,gDAAmD;AACnD,oDAA6K;AAC7K,6CAAiG;AAc1F,IAAM,kCAAkC,GAAxC,MAAM,kCAAmC,SAAQ,6BAAkB;IAS/D,MAAM,CAAU,IAAI,CACvB,KAA2I;QAE3I,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,CAA2C,CAAC;IAC9F,CAAC;CACJ,CAAA;AAlBY,gFAAkC;AAGpC;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;8BACS,kBAAM;uEAAC;AAIpB;IAFN,IAAA,qBAAS,EAAC,EAAE,UAAU,EAAE,CAAC,8BAAiB,EAAE,kCAAqB,CAAC,EAAE,CAAC;IACrE,IAAA,oBAAQ,GAAE;;qEACiD;6CAPnD,kCAAkC;IAD9C,IAAA,gBAAI,EAAC,oCAAoC,CAAC;GAC9B,kCAAkC,CAkB9C"}
@@ -13,7 +13,7 @@ export interface IProposeAttributeRequestItem extends IRequestItem {
13
13
  export declare class ProposeAttributeRequestItem extends RequestItem implements IProposeAttributeRequestItem {
14
14
  query: IdentityAttributeQuery | RelationshipAttributeQuery | IQLQuery;
15
15
  attribute: IdentityAttribute | RelationshipAttribute;
16
- static from(value: IProposeAttributeRequestItem | Omit<ProposeAttributeRequestItemJSON, "@type">): ProposeAttributeRequestItem;
16
+ static from(value: IProposeAttributeRequestItem | Omit<ProposeAttributeRequestItemJSON, "@type"> | ProposeAttributeRequestItemJSON): ProposeAttributeRequestItem;
17
17
  protected static postFrom<T extends Serializable>(value: T): T;
18
18
  toJSON(verbose?: boolean | undefined, serializeAsString?: boolean | undefined): ProposeAttributeRequestItemJSON;
19
19
  }
@@ -1 +1 @@
1
- {"version":3,"file":"ProposeAttributeRequestItem.d.ts","sourceRoot":"","sources":["../../../../src/requests/items/proposeAttribute/ProposeAttributeRequestItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAA8C,MAAM,oBAAoB,CAAC;AAE9F,OAAO,EACH,iBAAiB,EACjB,qBAAqB,EACrB,sBAAsB,EACtB,0BAA0B,EAC1B,kBAAkB,EAClB,uBAAuB,EACvB,SAAS,EACT,QAAQ,EACR,YAAY,EACZ,sBAAsB,EACtB,2BAA2B,EAC3B,qBAAqB,EACrB,yBAAyB,EACzB,0BAA0B,EAC1B,8BAA8B,EACjC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAE/E,MAAM,WAAW,+BAAgC,SAAQ,eAAe;IACpE,OAAO,EAAE,6BAA6B,CAAC;IACvC,KAAK,EAAE,0BAA0B,GAAG,8BAA8B,GAAG,YAAY,CAAC;IAClF,SAAS,EAAE,qBAAqB,GAAG,yBAAyB,CAAC;CAChE;AAED,MAAM,WAAW,4BAA6B,SAAQ,YAAY;IAC9D,KAAK,EAAE,uBAAuB,GAAG,2BAA2B,GAAG,SAAS,CAAC;IACzE,SAAS,EAAE,kBAAkB,GAAG,sBAAsB,CAAC;CAC1D;AAED,qBACa,2BAA4B,SAAQ,WAAY,YAAW,4BAA4B;IAGzF,KAAK,EAAE,sBAAsB,GAAG,0BAA0B,GAAG,QAAQ,CAAC;IAItE,SAAS,EAAE,iBAAiB,GAAG,qBAAqB,CAAC;WAE9C,IAAI,CAAC,KAAK,EAAE,4BAA4B,GAAG,IAAI,CAAC,+BAA+B,EAAE,OAAO,CAAC,GAAG,2BAA2B;qBAI3G,QAAQ,CAAC,CAAC,SAAS,YAAY,EAAE,KAAK,EAAE,CAAC,GAAG,CAAC;IAoCvD,MAAM,CAAC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,EAAE,iBAAiB,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,+BAA+B;CAGlI"}
1
+ {"version":3,"file":"ProposeAttributeRequestItem.d.ts","sourceRoot":"","sources":["../../../../src/requests/items/proposeAttribute/ProposeAttributeRequestItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAA8C,MAAM,oBAAoB,CAAC;AAE9F,OAAO,EACH,iBAAiB,EACjB,qBAAqB,EACrB,sBAAsB,EACtB,0BAA0B,EAC1B,kBAAkB,EAClB,uBAAuB,EACvB,SAAS,EACT,QAAQ,EACR,YAAY,EACZ,sBAAsB,EACtB,2BAA2B,EAC3B,qBAAqB,EACrB,yBAAyB,EACzB,0BAA0B,EAC1B,8BAA8B,EACjC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAE/E,MAAM,WAAW,+BAAgC,SAAQ,eAAe;IACpE,OAAO,EAAE,6BAA6B,CAAC;IACvC,KAAK,EAAE,0BAA0B,GAAG,8BAA8B,GAAG,YAAY,CAAC;IAClF,SAAS,EAAE,qBAAqB,GAAG,yBAAyB,CAAC;CAChE;AAED,MAAM,WAAW,4BAA6B,SAAQ,YAAY;IAC9D,KAAK,EAAE,uBAAuB,GAAG,2BAA2B,GAAG,SAAS,CAAC;IACzE,SAAS,EAAE,kBAAkB,GAAG,sBAAsB,CAAC;CAC1D;AAED,qBACa,2BAA4B,SAAQ,WAAY,YAAW,4BAA4B;IAGzF,KAAK,EAAE,sBAAsB,GAAG,0BAA0B,GAAG,QAAQ,CAAC;IAItE,SAAS,EAAE,iBAAiB,GAAG,qBAAqB,CAAC;WAE9C,IAAI,CAAC,KAAK,EAAE,4BAA4B,GAAG,IAAI,CAAC,+BAA+B,EAAE,OAAO,CAAC,GAAG,+BAA+B,GAAG,2BAA2B;qBAI7I,QAAQ,CAAC,CAAC,SAAS,YAAY,EAAE,KAAK,EAAE,CAAC,GAAG,CAAC;IAoCvD,MAAM,CAAC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,EAAE,iBAAiB,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,+BAA+B;CAGlI"}