@nmshd/content 2.0.0-beta.20 → 2.0.0-beta.21

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.
@@ -9,4 +9,5 @@ export * from "./IdentityAttribute";
9
9
  export * from "./IdentityAttributeQuery";
10
10
  export * from "./RelationshipAttribute";
11
11
  export * from "./RelationshipAttributeQuery";
12
+ export * from "./ThirdPartyRelationshipAttributeQuery";
12
13
  export * from "./types";
@@ -25,5 +25,6 @@ __exportStar(require("./IdentityAttribute"), exports);
25
25
  __exportStar(require("./IdentityAttributeQuery"), exports);
26
26
  __exportStar(require("./RelationshipAttribute"), exports);
27
27
  __exportStar(require("./RelationshipAttributeQuery"), exports);
28
+ __exportStar(require("./ThirdPartyRelationshipAttributeQuery"), exports);
28
29
  __exportStar(require("./types"), exports);
29
30
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/attributes/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAmC;AACnC,2DAAwC;AACxC,2DAAwC;AACxC,yDAAsC;AACtC,8CAA2B;AAC3B,8CAA2B;AAC3B,0CAAuB;AACvB,sDAAmC;AACnC,2DAAwC;AACxC,0DAAuC;AACvC,+DAA4C;AAC5C,0CAAuB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/attributes/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAmC;AACnC,2DAAwC;AACxC,2DAAwC;AACxC,yDAAsC;AACtC,8CAA2B;AAC3B,8CAA2B;AAC3B,0CAAuB;AACvB,sDAAmC;AACnC,2DAAwC;AACxC,0DAAuC;AACvC,+DAA4C;AAC5C,yEAAsD;AACtD,0CAAuB"}
@@ -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.20",
9
- build: "97",
10
- date: "2022-09-08T08:41:03+00:00",
11
- commit: "d95deca2df4aa19618280b71ed3bb48fa3ce2a29",
8
+ version: "2.0.0-beta.21",
9
+ build: "98",
10
+ date: "2022-09-08T12:57:02+00:00",
11
+ commit: "8d970692f36ca4750b50c550427b6f4b3b306f60",
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,
@@ -2000,6 +2000,7 @@ __exportStar(__webpack_require__(/*! ./IdentityAttribute */ "./dist/attributes/I
2000
2000
  __exportStar(__webpack_require__(/*! ./IdentityAttributeQuery */ "./dist/attributes/IdentityAttributeQuery.js"), exports);
2001
2001
  __exportStar(__webpack_require__(/*! ./RelationshipAttribute */ "./dist/attributes/RelationshipAttribute.js"), exports);
2002
2002
  __exportStar(__webpack_require__(/*! ./RelationshipAttributeQuery */ "./dist/attributes/RelationshipAttributeQuery.js"), exports);
2003
+ __exportStar(__webpack_require__(/*! ./ThirdPartyRelationshipAttributeQuery */ "./dist/attributes/ThirdPartyRelationshipAttributeQuery.js"), exports);
2003
2004
  __exportStar(__webpack_require__(/*! ./types */ "./dist/attributes/types/index.js"), exports);
2004
2005
  //# sourceMappingURL=index.js.map
2005
2006
 
@@ -5539,10 +5540,10 @@ const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-s
5539
5540
  const crypto_1 = __webpack_require__(/*! @nmshd/crypto */ "@nmshd/crypto");
5540
5541
  const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
5541
5542
  exports.buildInformation = {
5542
- version: "2.0.0-beta.20",
5543
- build: "97",
5544
- date: "2022-09-08T08:41:03+00:00",
5545
- commit: "d95deca2df4aa19618280b71ed3bb48fa3ce2a29",
5543
+ version: "2.0.0-beta.21",
5544
+ build: "98",
5545
+ date: "2022-09-08T12:57:02+00:00",
5546
+ commit: "8d970692f36ca4750b50c550427b6f4b3b306f60",
5546
5547
  dependencies: {"@js-soft/logging-abstractions":"^1.0.0","easy-tsnameof":"^3.0.6"},
5547
5548
  libraries: {
5548
5549
  serval: ts_serval_1.buildInformation,