node-opcua-nodeset-auto-id 2.182.0 → 2.183.1
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/dt_access_result.d.ts +1 -1
- package/dist/dt_antenna_name_id_pair.d.ts +1 -1
- package/dist/dt_dhcp_geo_conf_coordinate.d.ts +1 -1
- package/dist/dt_local_coordinate.d.ts +1 -1
- package/dist/dt_location.d.ts +1 -1
- package/dist/dt_position.d.ts +1 -1
- package/dist/dt_rfid_sighting.d.ts +1 -1
- package/dist/dt_rotation.d.ts +1 -1
- package/dist/dt_scan_data.d.ts +3 -3
- package/dist/dt_scan_data_epc.d.ts +1 -1
- package/dist/dt_scan_result.d.ts +1 -1
- package/dist/dt_scan_settings.d.ts +1 -1
- package/dist/dt_wgs_84_coordinate.d.ts +1 -1
- package/dist/ua_auto_id_device.d.ts +4 -4
- package/dist/ua_auto_id_diagnostics_event.d.ts +1 -1
- package/dist/ua_auto_id_scan_event.d.ts +1 -1
- package/dist/ua_location_variable.d.ts +1 -1
- package/dist/ua_ocr_reader_device.d.ts +2 -2
- package/dist/ua_optical_reader_device.d.ts +2 -2
- package/dist/ua_rfid_reader_device.d.ts +3 -3
- package/package.json +14 -11
- package/source/dt_access_result.ts +1 -1
- package/source/dt_antenna_name_id_pair.ts +1 -1
- package/source/dt_dhcp_geo_conf_coordinate.ts +1 -1
- package/source/dt_local_coordinate.ts +1 -1
- package/source/dt_location.ts +1 -1
- package/source/dt_position.ts +1 -1
- package/source/dt_rfid_sighting.ts +1 -1
- package/source/dt_rotation.ts +1 -1
- package/source/dt_scan_data.ts +3 -3
- package/source/dt_scan_data_epc.ts +1 -1
- package/source/dt_scan_result.ts +1 -1
- package/source/dt_scan_settings.ts +1 -1
- package/source/dt_wgs_84_coordinate.ts +1 -1
- package/source/ua_auto_id_device.ts +4 -4
- package/source/ua_auto_id_diagnostics_event.ts +1 -1
- package/source/ua_auto_id_scan_event.ts +1 -1
- package/source/ua_location_variable.ts +1 -1
- package/source/ua_ocr_reader_device.ts +2 -2
- package/source/ua_optical_reader_device.ts +2 -2
- package/source/ua_rfid_reader_device.ts +3 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAString } from "node-opcua-basic-types";
|
|
2
2
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
4
4
|
import type { DTScanData } from "./dt_scan_data.js";
|
|
5
5
|
/**
|
|
6
6
|
* Result values of an AutoID Identifier access.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Int32, UAString } from "node-opcua-basic-types";
|
|
2
2
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Byte, Int16, Int32 } from "node-opcua-basic-types";
|
|
2
2
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Int32 } from "node-opcua-basic-types";
|
|
2
2
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
package/dist/dt_location.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { UAString } from "node-opcua-basic-types";
|
|
2
|
-
import type { DTUnion } from "node-opcua-nodeset-ua/dist/dt_union";
|
|
2
|
+
import type { DTUnion } from "node-opcua-nodeset-ua/dist/dt_union.js";
|
|
3
3
|
import type { DTLocalCoordinate } from "./dt_local_coordinate.js";
|
|
4
4
|
import type { DTWGS84Coordinate } from "./dt_wgs_84_coordinate.js";
|
|
5
5
|
/**
|
package/dist/dt_position.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Int32 } from "node-opcua-basic-types";
|
|
2
2
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Int32 } from "node-opcua-basic-types";
|
|
2
2
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
package/dist/dt_rotation.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
2
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
2
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
3
3
|
/**
|
|
4
4
|
* | | |
|
|
5
5
|
* |-----------|------------------------------------------------------------|
|
package/dist/dt_scan_data.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAString } from "node-opcua-basic-types";
|
|
2
|
-
import type { DTUnion } from "node-opcua-nodeset-ua/dist/dt_union";
|
|
3
|
-
import type {
|
|
2
|
+
import type { DTUnion } from "node-opcua-nodeset-ua/dist/dt_union.js";
|
|
3
|
+
import type { VariantOptions } from "node-opcua-variant";
|
|
4
4
|
import type { DTScanDataEpc } from "./dt_scan_data_epc.js";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
@@ -32,6 +32,6 @@ export interface DTScanData_3 extends DTUnion {
|
|
|
32
32
|
byteString?: never;
|
|
33
33
|
string?: never;
|
|
34
34
|
epc?: never;
|
|
35
|
-
custom:
|
|
35
|
+
custom: VariantOptions;
|
|
36
36
|
}
|
|
37
37
|
export type DTScanData = DTScanData_0 | DTScanData_1 | DTScanData_2 | DTScanData_3;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UInt16 } from "node-opcua-basic-types";
|
|
2
2
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
package/dist/dt_scan_result.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAString } from "node-opcua-basic-types";
|
|
2
2
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
4
4
|
import type { DTLocation } from "./dt_location.js";
|
|
5
5
|
import type { DTScanData } from "./dt_scan_data.js";
|
|
6
6
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Int32 } from "node-opcua-basic-types";
|
|
2
2
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
4
4
|
import type { EnumLocationType } from "./enum_location_type.js";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Int32, UAString } from "node-opcua-basic-types";
|
|
2
2
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { UAMethod, UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UAString, UInt16, UInt32 } from "node-opcua-basic-types";
|
|
3
|
-
import type { UADevice, UADevice_Base } from "node-opcua-nodeset-di/dist/ua_device";
|
|
4
|
-
import type { UAFunctionalGroup } from "node-opcua-nodeset-di/dist/ua_functional_group";
|
|
5
|
-
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
6
|
-
import type { UAMultiStateDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_discrete";
|
|
3
|
+
import type { UADevice, UADevice_Base } from "node-opcua-nodeset-di/dist/ua_device.js";
|
|
4
|
+
import type { UAFunctionalGroup } from "node-opcua-nodeset-di/dist/ua_functional_group.js";
|
|
5
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
6
|
+
import type { UAMultiStateDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_discrete.js";
|
|
7
7
|
import type { DataType } from "node-opcua-variant";
|
|
8
8
|
import type { DTLocation } from "./dt_location.js";
|
|
9
9
|
import type { EnumDeviceStatus } from "./enum_device_status.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UAString } from "node-opcua-basic-types";
|
|
3
|
-
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event";
|
|
3
|
+
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
/**
|
|
6
6
|
* AutoID diagnostic data
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UAString } from "node-opcua-basic-types";
|
|
3
|
-
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event";
|
|
3
|
+
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
import type { DTScanResult } from "./dt_scan_result.js";
|
|
6
6
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { EUInformation } from "node-opcua-data-access";
|
|
3
|
-
import type { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
3
|
+
import type { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
import type { DTLocation } from "./dt_location.js";
|
|
6
6
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { UAMethod } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UAString } from "node-opcua-basic-types";
|
|
3
|
-
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
4
|
-
import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
3
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
4
|
+
import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder.js";
|
|
5
5
|
import type { DataType } from "node-opcua-variant";
|
|
6
6
|
import type { UAAutoIdDevice, UAAutoIdDevice_Base, UAAutoIdDevice_runtimeParameters } from "./ua_auto_id_device.js";
|
|
7
7
|
export interface UAOcrReaderDevice_runtimeParameters extends UAAutoIdDevice_runtimeParameters {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { UAMethod } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UAString } from "node-opcua-basic-types";
|
|
3
|
-
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
4
|
-
import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
3
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
4
|
+
import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder.js";
|
|
5
5
|
import type { DataType } from "node-opcua-variant";
|
|
6
6
|
import type { UAAutoIdDevice, UAAutoIdDevice_Base, UAAutoIdDevice_runtimeParameters } from "./ua_auto_id_device.js";
|
|
7
7
|
export interface UAOpticalReaderDevice_runtimeParameters extends UAAutoIdDevice_runtimeParameters {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { UAMethod, UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { Int32, SByte, UInt32 } from "node-opcua-basic-types";
|
|
3
|
-
import type { UAFunctionalGroup } from "node-opcua-nodeset-di/dist/ua_functional_group";
|
|
4
|
-
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
5
|
-
import type { UAMultiStateDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_discrete";
|
|
3
|
+
import type { UAFunctionalGroup } from "node-opcua-nodeset-di/dist/ua_functional_group.js";
|
|
4
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
5
|
+
import type { UAMultiStateDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_discrete.js";
|
|
6
6
|
import type { DataType } from "node-opcua-variant";
|
|
7
7
|
import type { DTAntennaNameIdPair } from "./dt_antenna_name_id_pair.js";
|
|
8
8
|
import type { UAAutoIdDevice, UAAutoIdDevice_Base, UAAutoIdDevice_diagnostics, UAAutoIdDevice_runtimeParameters } from "./ua_auto_id_device.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-nodeset-auto-id",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.183.1",
|
|
4
4
|
"description": "pure nodejs OPCUA SDK - module node-opcua-nodeset-auto-id",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -10,16 +10,19 @@
|
|
|
10
10
|
},
|
|
11
11
|
"author": "Etienne Rossignon <etienne.rossignon@sterfive.com>",
|
|
12
12
|
"license": "MIT",
|
|
13
|
+
"engines": {
|
|
14
|
+
"node": ">=22.13.0"
|
|
15
|
+
},
|
|
13
16
|
"dependencies": {
|
|
14
|
-
"node-opcua-address-space-base": "2.
|
|
15
|
-
"node-opcua-basic-types": "2.
|
|
16
|
-
"node-opcua-data-access": "2.
|
|
17
|
-
"node-opcua-data-model": "2.
|
|
18
|
-
"node-opcua-extension-object": "2.
|
|
19
|
-
"node-opcua-nodeid": "2.
|
|
20
|
-
"node-opcua-nodeset-di": "2.
|
|
21
|
-
"node-opcua-nodeset-ua": "2.
|
|
22
|
-
"node-opcua-variant": "2.
|
|
17
|
+
"node-opcua-address-space-base": "2.183.1",
|
|
18
|
+
"node-opcua-basic-types": "2.183.0",
|
|
19
|
+
"node-opcua-data-access": "2.183.0",
|
|
20
|
+
"node-opcua-data-model": "2.183.0",
|
|
21
|
+
"node-opcua-extension-object": "2.183.0",
|
|
22
|
+
"node-opcua-nodeid": "2.183.0",
|
|
23
|
+
"node-opcua-nodeset-di": "2.183.1",
|
|
24
|
+
"node-opcua-nodeset-ua": "2.183.1",
|
|
25
|
+
"node-opcua-variant": "2.183.0"
|
|
23
26
|
},
|
|
24
27
|
"files": [
|
|
25
28
|
"dist",
|
|
@@ -38,5 +41,5 @@
|
|
|
38
41
|
"internet of things"
|
|
39
42
|
],
|
|
40
43
|
"homepage": "http://node-opcua.github.io/",
|
|
41
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "2326127b73f78cae1f0957788f16850a3be70701"
|
|
42
45
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAString } from "node-opcua-basic-types";
|
|
2
2
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
4
4
|
|
|
5
5
|
import type { DTScanData } from "./dt_scan_data.js";
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Int32, UAString } from "node-opcua-basic-types";
|
|
2
2
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
4
4
|
|
|
5
5
|
// ----- this file has been automatically generated - do not edit
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Byte, Int16, Int32 } from "node-opcua-basic-types";
|
|
2
2
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
4
4
|
|
|
5
5
|
// ----- this file has been automatically generated - do not edit
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Int32 } from "node-opcua-basic-types";
|
|
2
2
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
4
4
|
|
|
5
5
|
// ----- this file has been automatically generated - do not edit
|
|
6
6
|
|
package/source/dt_location.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { UAString } from "node-opcua-basic-types";
|
|
2
|
-
import type { DTUnion } from "node-opcua-nodeset-ua/dist/dt_union";
|
|
2
|
+
import type { DTUnion } from "node-opcua-nodeset-ua/dist/dt_union.js";
|
|
3
3
|
|
|
4
4
|
import type { DTLocalCoordinate } from "./dt_local_coordinate.js";
|
|
5
5
|
import type { DTWGS84Coordinate } from "./dt_wgs_84_coordinate.js";
|
package/source/dt_position.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Int32 } from "node-opcua-basic-types";
|
|
2
2
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
4
4
|
|
|
5
5
|
// ----- this file has been automatically generated - do not edit
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Int32 } from "node-opcua-basic-types";
|
|
2
2
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
4
4
|
|
|
5
5
|
// ----- this file has been automatically generated - do not edit
|
|
6
6
|
|
package/source/dt_rotation.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
2
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
2
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
3
3
|
|
|
4
4
|
// ----- this file has been automatically generated - do not edit
|
|
5
5
|
|
package/source/dt_scan_data.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAString } from "node-opcua-basic-types";
|
|
2
|
-
import type { DTUnion } from "node-opcua-nodeset-ua/dist/dt_union";
|
|
3
|
-
import type {
|
|
2
|
+
import type { DTUnion } from "node-opcua-nodeset-ua/dist/dt_union.js";
|
|
3
|
+
import type { VariantOptions } from "node-opcua-variant";
|
|
4
4
|
|
|
5
5
|
import type { DTScanDataEpc } from "./dt_scan_data_epc.js";
|
|
6
6
|
|
|
@@ -36,7 +36,7 @@ export interface DTScanData_3 extends DTUnion {
|
|
|
36
36
|
byteString?: never
|
|
37
37
|
string?: never
|
|
38
38
|
epc?: never
|
|
39
|
-
custom:
|
|
39
|
+
custom: VariantOptions; // Variant ns=0;i=24
|
|
40
40
|
}
|
|
41
41
|
export type DTScanData =
|
|
42
42
|
| DTScanData_0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UInt16 } from "node-opcua-basic-types";
|
|
2
2
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
4
4
|
|
|
5
5
|
// ----- this file has been automatically generated - do not edit
|
|
6
6
|
|
package/source/dt_scan_result.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAString } from "node-opcua-basic-types";
|
|
2
2
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
4
4
|
|
|
5
5
|
import type { DTLocation } from "./dt_location.js";
|
|
6
6
|
import type { DTScanData } from "./dt_scan_data.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Int32 } from "node-opcua-basic-types";
|
|
2
2
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
4
4
|
|
|
5
5
|
import type { EnumLocationType } from "./enum_location_type.js";
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Int32, UAString } from "node-opcua-basic-types";
|
|
2
2
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
4
4
|
|
|
5
5
|
// ----- this file has been automatically generated - do not edit
|
|
6
6
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { UAMethod, UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UAString, UInt16, UInt32 } from "node-opcua-basic-types";
|
|
3
|
-
import type { UADevice, UADevice_Base } from "node-opcua-nodeset-di/dist/ua_device";
|
|
4
|
-
import type { UAFunctionalGroup } from "node-opcua-nodeset-di/dist/ua_functional_group";
|
|
5
|
-
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
6
|
-
import type { UAMultiStateDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_discrete";
|
|
3
|
+
import type { UADevice, UADevice_Base } from "node-opcua-nodeset-di/dist/ua_device.js";
|
|
4
|
+
import type { UAFunctionalGroup } from "node-opcua-nodeset-di/dist/ua_functional_group.js";
|
|
5
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
6
|
+
import type { UAMultiStateDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_discrete.js";
|
|
7
7
|
import type { DataType } from "node-opcua-variant";
|
|
8
8
|
|
|
9
9
|
import type { DTLocation } from "./dt_location.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UAString } from "node-opcua-basic-types";
|
|
3
|
-
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event";
|
|
3
|
+
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
|
|
6
6
|
// ----- this file has been automatically generated - do not edit
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UAString } from "node-opcua-basic-types";
|
|
3
|
-
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event";
|
|
3
|
+
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
|
|
6
6
|
import type { DTScanResult } from "./dt_scan_result.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { EUInformation } from "node-opcua-data-access";
|
|
3
|
-
import type { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
3
|
+
import type { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
|
|
6
6
|
import type { DTLocation } from "./dt_location.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { UAMethod } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UAString } from "node-opcua-basic-types";
|
|
3
|
-
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
4
|
-
import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
3
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
4
|
+
import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder.js";
|
|
5
5
|
import type { DataType } from "node-opcua-variant";
|
|
6
6
|
|
|
7
7
|
import type { UAAutoIdDevice, UAAutoIdDevice_Base, UAAutoIdDevice_runtimeParameters } from "./ua_auto_id_device.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { UAMethod } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UAString } from "node-opcua-basic-types";
|
|
3
|
-
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
4
|
-
import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
3
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
4
|
+
import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder.js";
|
|
5
5
|
import type { DataType } from "node-opcua-variant";
|
|
6
6
|
|
|
7
7
|
import type { UAAutoIdDevice, UAAutoIdDevice_Base, UAAutoIdDevice_runtimeParameters } from "./ua_auto_id_device.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { UAMethod, UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { Int32, SByte, UInt32 } from "node-opcua-basic-types";
|
|
3
|
-
import type { UAFunctionalGroup } from "node-opcua-nodeset-di/dist/ua_functional_group";
|
|
4
|
-
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
5
|
-
import type { UAMultiStateDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_discrete";
|
|
3
|
+
import type { UAFunctionalGroup } from "node-opcua-nodeset-di/dist/ua_functional_group.js";
|
|
4
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
5
|
+
import type { UAMultiStateDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_discrete.js";
|
|
6
6
|
import type { DataType } from "node-opcua-variant";
|
|
7
7
|
|
|
8
8
|
import type { DTAntennaNameIdPair } from "./dt_antenna_name_id_pair.js";
|