@nmshd/runtime 3.5.1 → 3.5.2
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.
- package/dist/buildInformation.js +4 -4
- package/dist/useCases/common/Schemas.d.ts.map +1 -1
- package/dist/useCases/common/Schemas.js +23 -27
- package/dist/useCases/common/Schemas.js.map +1 -1
- package/dist/useCases/consumption/attributes/ExecuteIQLQuery.d.ts +3 -1
- package/dist/useCases/consumption/attributes/ExecuteIQLQuery.d.ts.map +1 -1
- package/lib-web/nmshd.runtime.js +27 -31
- package/lib-web/nmshd.runtime.js.map +1 -1
- package/lib-web/nmshd.runtime.min.js +1 -1
- package/lib-web/nmshd.runtime.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -4,7 +4,9 @@ import { IQLQueryJSON } from "@nmshd/content";
|
|
|
4
4
|
import { LocalAttributeDTO } from "../../../types";
|
|
5
5
|
import { SchemaRepository, SchemaValidator, UseCase } from "../../common";
|
|
6
6
|
export interface ExecuteIQLQueryRequest {
|
|
7
|
-
query: IQLQueryJSON
|
|
7
|
+
query: Omit<IQLQueryJSON, "@type"> & {
|
|
8
|
+
"@type"?: "IQLQuery";
|
|
9
|
+
};
|
|
8
10
|
}
|
|
9
11
|
declare class Validator extends SchemaValidator<ExecuteIQLQueryRequest> {
|
|
10
12
|
constructor(schemaRepository: SchemaRepository);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExecuteIQLQuery.d.ts","sourceRoot":"","sources":["../../../../src/useCases/consumption/attributes/ExecuteIQLQuery.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAC3C,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAC1D,OAAO,EAAY,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAExD,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAG1E,MAAM,WAAW,sBAAsB;IACnC,KAAK,EAAE,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"ExecuteIQLQuery.d.ts","sourceRoot":"","sources":["../../../../src/useCases/consumption/attributes/ExecuteIQLQuery.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAC3C,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAC1D,OAAO,EAAY,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAExD,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAG1E,MAAM,WAAW,sBAAsB;IACnC,KAAK,EAAE,IAAI,CAAC,YAAY,EAAE,OAAO,CAAC,GAAG;QAAE,OAAO,CAAC,EAAE,UAAU,CAAA;KAAE,CAAC;CACjE;AAED,cAAM,SAAU,SAAQ,eAAe,CAAC,sBAAsB,CAAC;gBAChC,gBAAgB,EAAE,gBAAgB;CAGhE;AAED,qBAAa,sBAAuB,SAAQ,OAAO,CAAC,sBAAsB,EAAE,iBAAiB,EAAE,CAAC;IAEhF,OAAO,CAAC,QAAQ,CAAC,mBAAmB;gBAAnB,mBAAmB,EAAE,oBAAoB,EAC1D,SAAS,EAAE,SAAS;cAKhB,eAAe,CAAC,OAAO,EAAE,sBAAsB,GAAG,OAAO,CAAC,MAAM,CAAC,iBAAiB,EAAE,CAAC,CAAC;CAKzG"}
|
package/lib-web/nmshd.runtime.js
CHANGED
|
@@ -45705,10 +45705,10 @@ const content_1 = __webpack_require__(/*! @nmshd/content */ "@nmshd/content");
|
|
|
45705
45705
|
const crypto_1 = __webpack_require__(/*! @nmshd/crypto */ "@nmshd/crypto");
|
|
45706
45706
|
const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
|
|
45707
45707
|
exports.buildInformation = {
|
|
45708
|
-
version: "3.5.
|
|
45709
|
-
build: "
|
|
45710
|
-
date: "2024-02-
|
|
45711
|
-
commit: "
|
|
45708
|
+
version: "3.5.2",
|
|
45709
|
+
build: "11",
|
|
45710
|
+
date: "2024-02-06T10:15:12+00:00",
|
|
45711
|
+
commit: "b08c71dcfee5b842ff12fd28587dc24fe17cef4f",
|
|
45712
45712
|
dependencies: {"@js-soft/docdb-querytranslator":"^1.1.2","@js-soft/logging-abstractions":"^1.0.1","@js-soft/ts-serval":"2.0.10","@js-soft/ts-utils":"^2.3.3","@nmshd/consumption":"3.9.2","@nmshd/content":"2.8.4","@nmshd/crypto":"2.0.5","@nmshd/transport":"2.2.2","ajv":"^8.12.0","ajv-errors":"^3.0.0","ajv-formats":"^2.1.1","json-stringify-safe":"^5.0.1","lodash":"^4.17.21","luxon":"^3.4.4","qrcode":"1.5.3","reflect-metadata":"^0.2.1","ts-simple-nameof":"^1.3.1","typescript-ioc":"3.2.2"},
|
|
45713
45713
|
libraries: {
|
|
45714
45714
|
serval: ts_serval_1.buildInformation,
|
|
@@ -67698,7 +67698,29 @@ exports.ExecuteIQLQueryRequest = {
|
|
|
67698
67698
|
"type": "object",
|
|
67699
67699
|
"properties": {
|
|
67700
67700
|
"query": {
|
|
67701
|
-
"
|
|
67701
|
+
"type": "object",
|
|
67702
|
+
"additionalProperties": false,
|
|
67703
|
+
"properties": {
|
|
67704
|
+
"@type": {
|
|
67705
|
+
"type": "string",
|
|
67706
|
+
"const": "IQLQuery"
|
|
67707
|
+
},
|
|
67708
|
+
"queryString": {
|
|
67709
|
+
"type": "string"
|
|
67710
|
+
},
|
|
67711
|
+
"attributeCreationHints": {
|
|
67712
|
+
"$ref": "#/definitions/IQLQueryCreationHintsJSON"
|
|
67713
|
+
},
|
|
67714
|
+
"@context": {
|
|
67715
|
+
"type": "string"
|
|
67716
|
+
},
|
|
67717
|
+
"@version": {
|
|
67718
|
+
"type": "string"
|
|
67719
|
+
}
|
|
67720
|
+
},
|
|
67721
|
+
"required": [
|
|
67722
|
+
"queryString"
|
|
67723
|
+
]
|
|
67702
67724
|
}
|
|
67703
67725
|
},
|
|
67704
67726
|
"required": [
|
|
@@ -67706,32 +67728,6 @@ exports.ExecuteIQLQueryRequest = {
|
|
|
67706
67728
|
],
|
|
67707
67729
|
"additionalProperties": false
|
|
67708
67730
|
},
|
|
67709
|
-
"IQLQueryJSON": {
|
|
67710
|
-
"type": "object",
|
|
67711
|
-
"properties": {
|
|
67712
|
-
"@type": {
|
|
67713
|
-
"type": "string",
|
|
67714
|
-
"const": "IQLQuery"
|
|
67715
|
-
},
|
|
67716
|
-
"@context": {
|
|
67717
|
-
"type": "string"
|
|
67718
|
-
},
|
|
67719
|
-
"@version": {
|
|
67720
|
-
"type": "string"
|
|
67721
|
-
},
|
|
67722
|
-
"queryString": {
|
|
67723
|
-
"type": "string"
|
|
67724
|
-
},
|
|
67725
|
-
"attributeCreationHints": {
|
|
67726
|
-
"$ref": "#/definitions/IQLQueryCreationHintsJSON"
|
|
67727
|
-
}
|
|
67728
|
-
},
|
|
67729
|
-
"required": [
|
|
67730
|
-
"@type",
|
|
67731
|
-
"queryString"
|
|
67732
|
-
],
|
|
67733
|
-
"additionalProperties": false
|
|
67734
|
-
},
|
|
67735
67731
|
"IQLQueryCreationHintsJSON": {
|
|
67736
67732
|
"type": "object",
|
|
67737
67733
|
"properties": {
|