@nmshd/content 2.0.0-beta.26 → 2.0.0-beta.27

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.
@@ -5,10 +5,10 @@ const ts_serval_1 = require("@js-soft/ts-serval");
5
5
  const crypto_1 = require("@nmshd/crypto");
6
6
  const transport_1 = require("@nmshd/transport");
7
7
  exports.buildInformation = {
8
- version: "2.0.0-beta.26",
9
- build: "103",
10
- date: "2022-09-14T13:25:36+00:00",
11
- commit: "9e1d3778b0f694d0768768e36ab15d8c3b7cbc41",
8
+ version: "2.0.0-beta.27",
9
+ build: "104",
10
+ date: "2022-09-14T13:47:24+00:00",
11
+ commit: "eb7b58b95d9a9af6bb53c50eaaf7c798c0432235",
12
12
  dependencies: {"@js-soft/logging-abstractions":"^1.0.0","easy-tsnameof":"^3.0.6"},
13
13
  libraries: {
14
14
  serval: ts_serval_1.buildInformation,
@@ -1,13 +1,13 @@
1
- import { IdentityAttributeQuery, IdentityAttributeQueryJSON, IIdentityAttributeQuery, IRelationshipAttributeQuery, IThirdPartyRelationshipAttributeQuery, RelationshipAttributeQuery, RelationshipAttributeQueryJSON, ThirdPartyRelationshipAttributeQuery, ThirdPartyRelationshipAttributeQueryJSON } from "../../../attributes";
1
+ import { IdentityAttributeQuery, IdentityAttributeQueryJSON, IIdentityAttributeQuery, IThirdPartyRelationshipAttributeQuery, ThirdPartyRelationshipAttributeQuery, ThirdPartyRelationshipAttributeQueryJSON } from "../../../attributes";
2
2
  import { IRequestItem, RequestItem, RequestItemJSON } from "../../RequestItem";
3
3
  export interface RegisterAttributeListenerRequestItemJSON extends RequestItemJSON {
4
4
  "@type": "RegisterAttributeListenerRequestItem";
5
- query: IdentityAttributeQueryJSON | RelationshipAttributeQueryJSON | ThirdPartyRelationshipAttributeQueryJSON;
5
+ query: IdentityAttributeQueryJSON | ThirdPartyRelationshipAttributeQueryJSON;
6
6
  }
7
7
  export interface IRegisterAttributeListenerRequestItem extends IRequestItem {
8
- query: IIdentityAttributeQuery | IRelationshipAttributeQuery | IThirdPartyRelationshipAttributeQuery;
8
+ query: IIdentityAttributeQuery | IThirdPartyRelationshipAttributeQuery;
9
9
  }
10
10
  export declare class RegisterAttributeListenerRequestItem extends RequestItem implements IRegisterAttributeListenerRequestItem {
11
- query: IdentityAttributeQuery | RelationshipAttributeQuery | ThirdPartyRelationshipAttributeQuery;
11
+ query: IdentityAttributeQuery | ThirdPartyRelationshipAttributeQuery;
12
12
  static from(value: IRegisterAttributeListenerRequestItem | RegisterAttributeListenerRequestItemJSON): RegisterAttributeListenerRequestItem;
13
13
  }
@@ -20,7 +20,7 @@ let RegisterAttributeListenerRequestItem = class RegisterAttributeListenerReques
20
20
  };
21
21
  __decorate([
22
22
  (0, ts_serval_1.serialize)({
23
- unionTypes: [attributes_1.IdentityAttributeQuery, attributes_1.RelationshipAttributeQuery, attributes_1.ThirdPartyRelationshipAttributeQuery]
23
+ unionTypes: [attributes_1.IdentityAttributeQuery, attributes_1.ThirdPartyRelationshipAttributeQuery]
24
24
  }),
25
25
  (0, ts_serval_1.validate)(),
26
26
  __metadata("design:type", Object)
@@ -1 +1 @@
1
- {"version":3,"file":"RegisterAttributeListenerRequestItem.js","sourceRoot":"","sources":["../../../../src/requests/items/registerAttributeListener/RegisterAttributeListenerRequestItem.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8D;AAC9D,oDAU4B;AAC5B,mDAA8E;AAY9E,IAAa,oCAAoC,GAAjD,MAAa,oCAAqC,SAAQ,yBAAW;IAO1D,MAAM,CAAC,IAAI,CACd,KAAuF;QAEvF,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IAC9B,CAAC;CACJ,CAAA;AAPG;IAJC,IAAA,qBAAS,EAAC;QACP,UAAU,EAAE,CAAC,mCAAsB,EAAE,uCAA0B,EAAE,iDAAoC,CAAC;KACzG,CAAC;IACD,IAAA,oBAAQ,GAAE;;mEAC6F;AAL/F,oCAAoC;IADhD,IAAA,gBAAI,EAAC,sCAAsC,CAAC;GAChC,oCAAoC,CAYhD;AAZY,oFAAoC"}
1
+ {"version":3,"file":"RegisterAttributeListenerRequestItem.js","sourceRoot":"","sources":["../../../../src/requests/items/registerAttributeListener/RegisterAttributeListenerRequestItem.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8D;AAC9D,oDAO4B;AAC5B,mDAA8E;AAY9E,IAAa,oCAAoC,GAAjD,MAAa,oCAAqC,SAAQ,yBAAW;IAO1D,MAAM,CAAC,IAAI,CACd,KAAuF;QAEvF,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IAC9B,CAAC;CACJ,CAAA;AAPG;IAJC,IAAA,qBAAS,EAAC;QACP,UAAU,EAAE,CAAC,mCAAsB,EAAE,iDAAoC,CAAC;KAC7E,CAAC;IACD,IAAA,oBAAQ,GAAE;;mEACgE;AALlE,oCAAoC;IADhD,IAAA,gBAAI,EAAC,sCAAsC,CAAC;GAChC,oCAAoC,CAYhD;AAZY,oFAAoC"}
@@ -5540,10 +5540,10 @@ const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-s
5540
5540
  const crypto_1 = __webpack_require__(/*! @nmshd/crypto */ "@nmshd/crypto");
5541
5541
  const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
5542
5542
  exports.buildInformation = {
5543
- version: "2.0.0-beta.26",
5544
- build: "103",
5545
- date: "2022-09-14T13:25:36+00:00",
5546
- commit: "9e1d3778b0f694d0768768e36ab15d8c3b7cbc41",
5543
+ version: "2.0.0-beta.27",
5544
+ build: "104",
5545
+ date: "2022-09-14T13:47:24+00:00",
5546
+ commit: "eb7b58b95d9a9af6bb53c50eaaf7c798c0432235",
5547
5547
  dependencies: {"@js-soft/logging-abstractions":"^1.0.0","easy-tsnameof":"^3.0.6"},
5548
5548
  libraries: {
5549
5549
  serval: ts_serval_1.buildInformation,
@@ -6960,7 +6960,7 @@ let RegisterAttributeListenerRequestItem = class RegisterAttributeListenerReques
6960
6960
  };
6961
6961
  __decorate([
6962
6962
  (0, ts_serval_1.serialize)({
6963
- unionTypes: [attributes_1.IdentityAttributeQuery, attributes_1.RelationshipAttributeQuery, attributes_1.ThirdPartyRelationshipAttributeQuery]
6963
+ unionTypes: [attributes_1.IdentityAttributeQuery, attributes_1.ThirdPartyRelationshipAttributeQuery]
6964
6964
  }),
6965
6965
  (0, ts_serval_1.validate)(),
6966
6966
  __metadata("design:type", Object)