node-opcua-service-filter 2.131.0 → 2.133.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.
- package/dist/check_event_clause.d.ts +2 -2
- package/dist/check_event_clause.js +2 -2
- package/dist/on_address_space/extract_event_fields.d.ts +1 -1
- package/dist/on_address_space/extract_event_fields.js +1 -1
- package/package.json +15 -15
- package/source/check_event_clause.ts +2 -2
- package/source/on_address_space/extract_event_fields.ts +1 -1
|
@@ -2,14 +2,14 @@ import { SimpleAttributeOperand } from "node-opcua-types";
|
|
|
2
2
|
import { StatusCode } from "node-opcua-status-code";
|
|
3
3
|
import { BaseNode, UAObjectType } from "node-opcua-address-space-base";
|
|
4
4
|
/**
|
|
5
|
-
|
|
5
|
+
|
|
6
6
|
* @param parentNode
|
|
7
7
|
* @param selectClause
|
|
8
8
|
* @return {Array<StatusCode>}
|
|
9
9
|
*/
|
|
10
10
|
export declare function checkSelectClause(parentNode: BaseNode, selectClause: SimpleAttributeOperand): StatusCode;
|
|
11
11
|
/**
|
|
12
|
-
|
|
12
|
+
|
|
13
13
|
* @param eventTypeNode
|
|
14
14
|
* @param selectClauses
|
|
15
15
|
* @return an array of StatusCode
|
|
@@ -11,7 +11,7 @@ const node_opcua_status_code_1 = require("node-opcua-status-code");
|
|
|
11
11
|
const node_opcua_debug_1 = require("node-opcua-debug");
|
|
12
12
|
const debugLog = (0, node_opcua_debug_1.make_debugLog)(__filename);
|
|
13
13
|
/**
|
|
14
|
-
|
|
14
|
+
|
|
15
15
|
* @param parentNode
|
|
16
16
|
* @param selectClause
|
|
17
17
|
* @return {Array<StatusCode>}
|
|
@@ -40,7 +40,7 @@ function checkSelectClause(parentNode, selectClause) {
|
|
|
40
40
|
return browsePathResult.statusCode;
|
|
41
41
|
}
|
|
42
42
|
/**
|
|
43
|
-
|
|
43
|
+
|
|
44
44
|
* @param eventTypeNode
|
|
45
45
|
* @param selectClauses
|
|
46
46
|
* @return an array of StatusCode
|
|
@@ -2,7 +2,7 @@ import { IEventData, ISessionContext } from "node-opcua-address-space-base";
|
|
|
2
2
|
import { SimpleAttributeOperand } from "node-opcua-types";
|
|
3
3
|
import { Variant } from "node-opcua-variant";
|
|
4
4
|
/**
|
|
5
|
-
|
|
5
|
+
|
|
6
6
|
* extract a array of eventFields from a event node, matching the selectClauses
|
|
7
7
|
* @param selectClauses
|
|
8
8
|
* @param eventData : a pseudo Node that provides a browse Method and a readValue(nodeId)
|
|
@@ -5,7 +5,7 @@ exports.extractEventFields = extractEventFields;
|
|
|
5
5
|
const extract_event_field_1 = require("../extract_event_field");
|
|
6
6
|
const filter_context_on_address_space_1 = require("./filter_context_on_address_space");
|
|
7
7
|
/**
|
|
8
|
-
|
|
8
|
+
|
|
9
9
|
* extract a array of eventFields from a event node, matching the selectClauses
|
|
10
10
|
* @param selectClauses
|
|
11
11
|
* @param eventData : a pseudo Node that provides a browse Method and a readValue(nodeId)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-service-filter",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.133.0",
|
|
4
4
|
"description": "pure nodejs OPCUA SDK - module service-filter",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -10,23 +10,23 @@
|
|
|
10
10
|
"build": "tsc -b"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"node-opcua-address-space-base": "2.
|
|
13
|
+
"node-opcua-address-space-base": "2.133.0",
|
|
14
14
|
"node-opcua-assert": "2.120.0",
|
|
15
|
-
"node-opcua-basic-types": "2.
|
|
15
|
+
"node-opcua-basic-types": "2.133.0",
|
|
16
16
|
"node-opcua-constants": "2.125.0",
|
|
17
|
-
"node-opcua-data-model": "2.
|
|
18
|
-
"node-opcua-data-value": "2.
|
|
19
|
-
"node-opcua-debug": "2.
|
|
20
|
-
"node-opcua-extension-object": "2.
|
|
21
|
-
"node-opcua-nodeid": "2.
|
|
22
|
-
"node-opcua-service-translate-browse-path": "2.
|
|
23
|
-
"node-opcua-status-code": "2.
|
|
24
|
-
"node-opcua-types": "2.
|
|
25
|
-
"node-opcua-variant": "2.
|
|
17
|
+
"node-opcua-data-model": "2.133.0",
|
|
18
|
+
"node-opcua-data-value": "2.133.0",
|
|
19
|
+
"node-opcua-debug": "2.133.0",
|
|
20
|
+
"node-opcua-extension-object": "2.133.0",
|
|
21
|
+
"node-opcua-nodeid": "2.133.0",
|
|
22
|
+
"node-opcua-service-translate-browse-path": "2.133.0",
|
|
23
|
+
"node-opcua-status-code": "2.133.0",
|
|
24
|
+
"node-opcua-types": "2.133.0",
|
|
25
|
+
"node-opcua-variant": "2.133.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"node-opcua-numeric-range": "2.
|
|
29
|
-
"node-opcua-packet-analyzer": "2.
|
|
28
|
+
"node-opcua-numeric-range": "2.133.0",
|
|
29
|
+
"node-opcua-packet-analyzer": "2.133.0"
|
|
30
30
|
},
|
|
31
31
|
"author": "Etienne Rossignon",
|
|
32
32
|
"license": "MIT",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"internet of things"
|
|
44
44
|
],
|
|
45
45
|
"homepage": "http://node-opcua.github.io/",
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "921bb04f2e7ce3109dd051ff27a2210edf700344",
|
|
47
47
|
"files": [
|
|
48
48
|
"dist",
|
|
49
49
|
"source"
|
|
@@ -11,7 +11,7 @@ import { make_debugLog } from "node-opcua-debug";
|
|
|
11
11
|
const debugLog = make_debugLog(__filename);
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
|
-
|
|
14
|
+
|
|
15
15
|
* @param parentNode
|
|
16
16
|
* @param selectClause
|
|
17
17
|
* @return {Array<StatusCode>}
|
|
@@ -45,7 +45,7 @@ export function checkSelectClause(parentNode: BaseNode, selectClause: SimpleAttr
|
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
/**
|
|
48
|
-
|
|
48
|
+
|
|
49
49
|
* @param eventTypeNode
|
|
50
50
|
* @param selectClauses
|
|
51
51
|
* @return an array of StatusCode
|
|
@@ -9,7 +9,7 @@ import { FilterContextOnAddressSpace } from "./filter_context_on_address_space";
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
|
-
|
|
12
|
+
|
|
13
13
|
* extract a array of eventFields from a event node, matching the selectClauses
|
|
14
14
|
* @param selectClauses
|
|
15
15
|
* @param eventData : a pseudo Node that provides a browse Method and a readValue(nodeId)
|