node-opcua-nodeset-io-link 2.180.0 → 2.181.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/index.d.ts +17 -17
- package/dist/index.js +17 -17
- package/dist/index.js.map +1 -1
- package/dist/ua_io_link_device.d.ts +1 -1
- package/dist/ua_io_link_device_alarm.d.ts +1 -1
- package/dist/ua_io_link_device_event.d.ts +1 -1
- package/dist/ua_io_link_iodd_device.d.ts +2 -2
- package/dist/ua_io_link_iodd_device_alarm.d.ts +1 -1
- package/dist/ua_io_link_iodd_device_event.d.ts +1 -1
- package/dist/ua_io_link_master_alarm.d.ts +1 -1
- package/dist/ua_io_link_master_event.d.ts +1 -1
- package/dist/ua_io_link_port.d.ts +1 -1
- package/dist/ua_io_link_port_alarm.d.ts +1 -1
- package/dist/ua_io_link_port_event.d.ts +1 -1
- package/package.json +10 -10
- package/source/index.ts +17 -17
- package/source/ua_io_link_device.ts +1 -1
- package/source/ua_io_link_device_alarm.ts +1 -1
- package/source/ua_io_link_device_event.ts +1 -1
- package/source/ua_io_link_iodd_device.ts +2 -2
- package/source/ua_io_link_iodd_device_alarm.ts +1 -1
- package/source/ua_io_link_iodd_device_event.ts +1 -1
- package/source/ua_io_link_master_alarm.ts +1 -1
- package/source/ua_io_link_master_event.ts +1 -1
- package/source/ua_io_link_port.ts +1 -1
- package/source/ua_io_link_port_alarm.ts +1 -1
- package/source/ua_io_link_port_event.ts +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
export * from "./enum_encoding_enum";
|
|
2
|
-
export * from "./ua_device_variant";
|
|
3
|
-
export * from "./ua_io_link_alarm";
|
|
4
|
-
export * from "./ua_io_link_device";
|
|
5
|
-
export * from "./ua_io_link_device_alarm";
|
|
6
|
-
export * from "./ua_io_link_device_event";
|
|
7
|
-
export * from "./ua_io_link_event";
|
|
8
|
-
export * from "./ua_io_link_iodd_device";
|
|
9
|
-
export * from "./ua_io_link_iodd_device_alarm";
|
|
10
|
-
export * from "./ua_io_link_iodd_device_event";
|
|
11
|
-
export * from "./ua_io_link_master";
|
|
12
|
-
export * from "./ua_io_link_master_alarm";
|
|
13
|
-
export * from "./ua_io_link_master_event";
|
|
14
|
-
export * from "./ua_io_link_port";
|
|
15
|
-
export * from "./ua_io_link_port_alarm";
|
|
16
|
-
export * from "./ua_io_link_port_event";
|
|
17
|
-
export * from "./ua_process_data_variable";
|
|
1
|
+
export * from "./enum_encoding_enum.js";
|
|
2
|
+
export * from "./ua_device_variant.js";
|
|
3
|
+
export * from "./ua_io_link_alarm.js";
|
|
4
|
+
export * from "./ua_io_link_device.js";
|
|
5
|
+
export * from "./ua_io_link_device_alarm.js";
|
|
6
|
+
export * from "./ua_io_link_device_event.js";
|
|
7
|
+
export * from "./ua_io_link_event.js";
|
|
8
|
+
export * from "./ua_io_link_iodd_device.js";
|
|
9
|
+
export * from "./ua_io_link_iodd_device_alarm.js";
|
|
10
|
+
export * from "./ua_io_link_iodd_device_event.js";
|
|
11
|
+
export * from "./ua_io_link_master.js";
|
|
12
|
+
export * from "./ua_io_link_master_alarm.js";
|
|
13
|
+
export * from "./ua_io_link_master_event.js";
|
|
14
|
+
export * from "./ua_io_link_port.js";
|
|
15
|
+
export * from "./ua_io_link_port_alarm.js";
|
|
16
|
+
export * from "./ua_io_link_port_event.js";
|
|
17
|
+
export * from "./ua_process_data_variable.js";
|
package/dist/index.js
CHANGED
|
@@ -14,21 +14,21 @@ 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("./enum_encoding_enum"), exports);
|
|
18
|
-
__exportStar(require("./ua_device_variant"), exports);
|
|
19
|
-
__exportStar(require("./ua_io_link_alarm"), exports);
|
|
20
|
-
__exportStar(require("./ua_io_link_device"), exports);
|
|
21
|
-
__exportStar(require("./ua_io_link_device_alarm"), exports);
|
|
22
|
-
__exportStar(require("./ua_io_link_device_event"), exports);
|
|
23
|
-
__exportStar(require("./ua_io_link_event"), exports);
|
|
24
|
-
__exportStar(require("./ua_io_link_iodd_device"), exports);
|
|
25
|
-
__exportStar(require("./ua_io_link_iodd_device_alarm"), exports);
|
|
26
|
-
__exportStar(require("./ua_io_link_iodd_device_event"), exports);
|
|
27
|
-
__exportStar(require("./ua_io_link_master"), exports);
|
|
28
|
-
__exportStar(require("./ua_io_link_master_alarm"), exports);
|
|
29
|
-
__exportStar(require("./ua_io_link_master_event"), exports);
|
|
30
|
-
__exportStar(require("./ua_io_link_port"), exports);
|
|
31
|
-
__exportStar(require("./ua_io_link_port_alarm"), exports);
|
|
32
|
-
__exportStar(require("./ua_io_link_port_event"), exports);
|
|
33
|
-
__exportStar(require("./ua_process_data_variable"), exports);
|
|
17
|
+
__exportStar(require("./enum_encoding_enum.js"), exports);
|
|
18
|
+
__exportStar(require("./ua_device_variant.js"), exports);
|
|
19
|
+
__exportStar(require("./ua_io_link_alarm.js"), exports);
|
|
20
|
+
__exportStar(require("./ua_io_link_device.js"), exports);
|
|
21
|
+
__exportStar(require("./ua_io_link_device_alarm.js"), exports);
|
|
22
|
+
__exportStar(require("./ua_io_link_device_event.js"), exports);
|
|
23
|
+
__exportStar(require("./ua_io_link_event.js"), exports);
|
|
24
|
+
__exportStar(require("./ua_io_link_iodd_device.js"), exports);
|
|
25
|
+
__exportStar(require("./ua_io_link_iodd_device_alarm.js"), exports);
|
|
26
|
+
__exportStar(require("./ua_io_link_iodd_device_event.js"), exports);
|
|
27
|
+
__exportStar(require("./ua_io_link_master.js"), exports);
|
|
28
|
+
__exportStar(require("./ua_io_link_master_alarm.js"), exports);
|
|
29
|
+
__exportStar(require("./ua_io_link_master_event.js"), exports);
|
|
30
|
+
__exportStar(require("./ua_io_link_port.js"), exports);
|
|
31
|
+
__exportStar(require("./ua_io_link_port_alarm.js"), exports);
|
|
32
|
+
__exportStar(require("./ua_io_link_port_event.js"), exports);
|
|
33
|
+
__exportStar(require("./ua_process_data_variable.js"), exports);
|
|
34
34
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAwC;AACxC,yDAAuC;AACvC,wDAAsC;AACtC,yDAAuC;AACvC,+DAA6C;AAC7C,+DAA6C;AAC7C,wDAAsC;AACtC,8DAA4C;AAC5C,oEAAkD;AAClD,oEAAkD;AAClD,yDAAuC;AACvC,+DAA6C;AAC7C,+DAA6C;AAC7C,uDAAqC;AACrC,6DAA2C;AAC3C,6DAA2C;AAC3C,gEAA8C"}
|
|
@@ -7,7 +7,7 @@ import type { UATopologyElement, UATopologyElement_Base } from "node-opcua-nodes
|
|
|
7
7
|
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
8
8
|
import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
9
9
|
import type { DataType } from "node-opcua-variant";
|
|
10
|
-
import type { UAProcessDataVariable } from "./ua_process_data_variable";
|
|
10
|
+
import type { UAProcessDataVariable } from "./ua_process_data_variable.js";
|
|
11
11
|
export interface UAIOLinkDevice_general extends UAFunctionalGroup {
|
|
12
12
|
applicationReset: UAMethod;
|
|
13
13
|
applicationSpecificTag: UABaseDataVariable<UAString, DataType.String>;
|
|
@@ -6,8 +6,8 @@ import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data
|
|
|
6
6
|
import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
7
7
|
import type { UAOptionSet } from "node-opcua-nodeset-ua/dist/ua_option_set";
|
|
8
8
|
import type { DataType } from "node-opcua-variant";
|
|
9
|
-
import type { UADeviceVariant } from "./ua_device_variant";
|
|
10
|
-
import type { UAIOLinkDevice, UAIOLinkDevice_Base, UAIOLinkDevice_parameterSet } from "./ua_io_link_device";
|
|
9
|
+
import type { UADeviceVariant } from "./ua_device_variant.js";
|
|
10
|
+
import type { UAIOLinkDevice, UAIOLinkDevice_Base, UAIOLinkDevice_parameterSet } from "./ua_io_link_device.js";
|
|
11
11
|
export interface UAIOLinkIODDDevice_deviceTypeImage extends UAFolder {
|
|
12
12
|
deviceIcon?: UABaseDataVariable<Buffer, DataType.ByteString>;
|
|
13
13
|
deviceSymbol?: UABaseDataVariable<Buffer, DataType.ByteString>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
|
-
import type { UAIOLinkDeviceAlarm, UAIOLinkDeviceAlarm_Base } from "./ua_io_link_device_alarm";
|
|
4
|
+
import type { UAIOLinkDeviceAlarm, UAIOLinkDeviceAlarm_Base } from "./ua_io_link_device_alarm.js";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
|
-
import type { UAIOLinkDeviceEvent, UAIOLinkDeviceEvent_Base } from "./ua_io_link_device_event";
|
|
4
|
+
import type { UAIOLinkDeviceEvent, UAIOLinkDeviceEvent_Base } from "./ua_io_link_device_event.js";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |----------------|------------------------------------------------------------|
|
|
@@ -7,7 +7,7 @@ import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
|
7
7
|
import type { UAMultiStateDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_discrete";
|
|
8
8
|
import type { UAOptionSet } from "node-opcua-nodeset-ua/dist/ua_option_set";
|
|
9
9
|
import type { DataType } from "node-opcua-variant";
|
|
10
|
-
import type { UAIOLinkDevice } from "./ua_io_link_device";
|
|
10
|
+
import type { UAIOLinkDevice } from "./ua_io_link_device.js";
|
|
11
11
|
export interface UAIOLinkPort_capabilities extends UAFunctionalGroup {
|
|
12
12
|
maxPowerSupply: UABaseDataVariable<number, DataType.Double>;
|
|
13
13
|
pin2Support: UABaseDataVariable<boolean, DataType.Boolean>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UInt16 } from "node-opcua-basic-types";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
|
-
import type { UAIOLinkEvent, UAIOLinkEvent_Base } from "./ua_io_link_event";
|
|
4
|
+
import type { UAIOLinkEvent, UAIOLinkEvent_Base } from "./ua_io_link_event.js";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |----------------|------------------------------------------------------------|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-nodeset-io-link",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.181.0",
|
|
4
4
|
"description": "pure nodejs OPCUA SDK - module node-opcua-nodeset-io-link",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
"author": "Etienne Rossignon <etienne.rossignon@sterfive.com>",
|
|
12
12
|
"license": "MIT",
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"node-opcua-address-space-base": "2.
|
|
15
|
-
"node-opcua-basic-types": "2.
|
|
16
|
-
"node-opcua-data-model": "2.
|
|
17
|
-
"node-opcua-nodeid": "2.
|
|
18
|
-
"node-opcua-nodeset-di": "2.
|
|
19
|
-
"node-opcua-nodeset-ua": "2.
|
|
20
|
-
"node-opcua-status-code": "2.
|
|
21
|
-
"node-opcua-variant": "2.
|
|
14
|
+
"node-opcua-address-space-base": "2.181.0",
|
|
15
|
+
"node-opcua-basic-types": "2.181.0",
|
|
16
|
+
"node-opcua-data-model": "2.181.0",
|
|
17
|
+
"node-opcua-nodeid": "2.181.0",
|
|
18
|
+
"node-opcua-nodeset-di": "2.181.0",
|
|
19
|
+
"node-opcua-nodeset-ua": "2.181.0",
|
|
20
|
+
"node-opcua-status-code": "2.181.0",
|
|
21
|
+
"node-opcua-variant": "2.181.0"
|
|
22
22
|
},
|
|
23
23
|
"files": [
|
|
24
24
|
"dist",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"internet of things"
|
|
38
38
|
],
|
|
39
39
|
"homepage": "http://node-opcua.github.io/",
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "f8f472c59e681b2aa18ae1533c3d1e5f17614c5c"
|
|
41
41
|
}
|
package/source/index.ts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
export * from "./enum_encoding_enum";
|
|
2
|
-
export * from "./ua_device_variant";
|
|
3
|
-
export * from "./ua_io_link_alarm";
|
|
4
|
-
export * from "./ua_io_link_device";
|
|
5
|
-
export * from "./ua_io_link_device_alarm";
|
|
6
|
-
export * from "./ua_io_link_device_event";
|
|
7
|
-
export * from "./ua_io_link_event";
|
|
8
|
-
export * from "./ua_io_link_iodd_device";
|
|
9
|
-
export * from "./ua_io_link_iodd_device_alarm";
|
|
10
|
-
export * from "./ua_io_link_iodd_device_event";
|
|
11
|
-
export * from "./ua_io_link_master";
|
|
12
|
-
export * from "./ua_io_link_master_alarm";
|
|
13
|
-
export * from "./ua_io_link_master_event";
|
|
14
|
-
export * from "./ua_io_link_port";
|
|
15
|
-
export * from "./ua_io_link_port_alarm";
|
|
16
|
-
export * from "./ua_io_link_port_event";
|
|
17
|
-
export * from "./ua_process_data_variable";
|
|
1
|
+
export * from "./enum_encoding_enum.js";
|
|
2
|
+
export * from "./ua_device_variant.js";
|
|
3
|
+
export * from "./ua_io_link_alarm.js";
|
|
4
|
+
export * from "./ua_io_link_device.js";
|
|
5
|
+
export * from "./ua_io_link_device_alarm.js";
|
|
6
|
+
export * from "./ua_io_link_device_event.js";
|
|
7
|
+
export * from "./ua_io_link_event.js";
|
|
8
|
+
export * from "./ua_io_link_iodd_device.js";
|
|
9
|
+
export * from "./ua_io_link_iodd_device_alarm.js";
|
|
10
|
+
export * from "./ua_io_link_iodd_device_event.js";
|
|
11
|
+
export * from "./ua_io_link_master.js";
|
|
12
|
+
export * from "./ua_io_link_master_alarm.js";
|
|
13
|
+
export * from "./ua_io_link_master_event.js";
|
|
14
|
+
export * from "./ua_io_link_port.js";
|
|
15
|
+
export * from "./ua_io_link_port_alarm.js";
|
|
16
|
+
export * from "./ua_io_link_port_event.js";
|
|
17
|
+
export * from "./ua_process_data_variable.js";
|
|
@@ -8,7 +8,7 @@ import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data
|
|
|
8
8
|
import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
9
9
|
import type { DataType } from "node-opcua-variant";
|
|
10
10
|
|
|
11
|
-
import type { UAProcessDataVariable } from "./ua_process_data_variable";
|
|
11
|
+
import type { UAProcessDataVariable } from "./ua_process_data_variable.js";
|
|
12
12
|
|
|
13
13
|
// ----- this file has been automatically generated - do not edit
|
|
14
14
|
|
|
@@ -7,8 +7,8 @@ import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
|
7
7
|
import type { UAOptionSet } from "node-opcua-nodeset-ua/dist/ua_option_set";
|
|
8
8
|
import type { DataType } from "node-opcua-variant";
|
|
9
9
|
|
|
10
|
-
import type { UADeviceVariant } from "./ua_device_variant";
|
|
11
|
-
import type { UAIOLinkDevice, UAIOLinkDevice_Base, UAIOLinkDevice_parameterSet } from "./ua_io_link_device";
|
|
10
|
+
import type { UADeviceVariant } from "./ua_device_variant.js";
|
|
11
|
+
import type { UAIOLinkDevice, UAIOLinkDevice_Base, UAIOLinkDevice_parameterSet } from "./ua_io_link_device.js";
|
|
12
12
|
|
|
13
13
|
// ----- this file has been automatically generated - do not edit
|
|
14
14
|
|
|
@@ -2,7 +2,7 @@ import type { UAProperty } from "node-opcua-address-space-base";
|
|
|
2
2
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
4
|
|
|
5
|
-
import type { UAIOLinkDeviceAlarm, UAIOLinkDeviceAlarm_Base } from "./ua_io_link_device_alarm";
|
|
5
|
+
import type { UAIOLinkDeviceAlarm, UAIOLinkDeviceAlarm_Base } from "./ua_io_link_device_alarm.js";
|
|
6
6
|
|
|
7
7
|
// ----- this file has been automatically generated - do not edit
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@ import type { UAProperty } from "node-opcua-address-space-base";
|
|
|
2
2
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
4
|
|
|
5
|
-
import type { UAIOLinkDeviceEvent, UAIOLinkDeviceEvent_Base } from "./ua_io_link_device_event";
|
|
5
|
+
import type { UAIOLinkDeviceEvent, UAIOLinkDeviceEvent_Base } from "./ua_io_link_device_event.js";
|
|
6
6
|
|
|
7
7
|
// ----- this file has been automatically generated - do not edit
|
|
8
8
|
|
|
@@ -8,7 +8,7 @@ import type { UAMultiStateDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_s
|
|
|
8
8
|
import type { UAOptionSet } from "node-opcua-nodeset-ua/dist/ua_option_set";
|
|
9
9
|
import type { DataType } from "node-opcua-variant";
|
|
10
10
|
|
|
11
|
-
import type { UAIOLinkDevice } from "./ua_io_link_device";
|
|
11
|
+
import type { UAIOLinkDevice } from "./ua_io_link_device.js";
|
|
12
12
|
|
|
13
13
|
// ----- this file has been automatically generated - do not edit
|
|
14
14
|
|
|
@@ -2,7 +2,7 @@ import type { UAProperty } from "node-opcua-address-space-base";
|
|
|
2
2
|
import type { UInt16 } from "node-opcua-basic-types";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
4
|
|
|
5
|
-
import type { UAIOLinkEvent, UAIOLinkEvent_Base } from "./ua_io_link_event";
|
|
5
|
+
import type { UAIOLinkEvent, UAIOLinkEvent_Base } from "./ua_io_link_event.js";
|
|
6
6
|
|
|
7
7
|
// ----- this file has been automatically generated - do not edit
|
|
8
8
|
|