node-opcua-nodeset-auto-id 2.151.0 → 2.154.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/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 +1 -1
- 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 +11 -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 +1 -1
- 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 +5 -9
- package/source/ua_auto_id_diagnostics_event.ts +3 -6
- 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 +3 -4
- package/source/ua_ocr_scan_event.ts +0 -1
- package/source/ua_optical_reader_device.ts +3 -4
- package/source/ua_optical_scan_event.ts +0 -1
- package/source/ua_optical_verifier_device.ts +0 -2
- package/source/ua_optical_verifier_scan_event.ts +0 -2
- package/source/ua_rfid_access_event.ts +0 -1
- package/source/ua_rfid_reader_device.ts +4 -5
- package/source/ua_rfid_scan_event.ts +0 -1
- package/source/ua_rtls_device.ts +0 -1
- package/source/ua_rtls_location_event.ts +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { UAString } from "node-opcua-basic-types";
|
|
2
2
|
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import { DTStructure } from "node-opcua-nodeset-ua/
|
|
3
|
+
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
4
|
import { DTScanData } from "./dt_scan_data";
|
|
5
5
|
/**
|
|
6
6
|
* Result values of an AutoID Identifier access.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Int32, UAString } from "node-opcua-basic-types";
|
|
2
2
|
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import { DTStructure } from "node-opcua-nodeset-ua/
|
|
3
|
+
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Int32, Int16, Byte } from "node-opcua-basic-types";
|
|
2
2
|
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import { DTStructure } from "node-opcua-nodeset-ua/
|
|
3
|
+
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Int32 } from "node-opcua-basic-types";
|
|
2
2
|
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import { DTStructure } from "node-opcua-nodeset-ua/
|
|
3
|
+
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
package/dist/dt_location.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { UAString } from "node-opcua-basic-types";
|
|
2
|
-
import { DTUnion } from "node-opcua-nodeset-ua/
|
|
2
|
+
import { DTUnion } from "node-opcua-nodeset-ua/dist/dt_union";
|
|
3
3
|
import { DTLocalCoordinate } from "./dt_local_coordinate";
|
|
4
4
|
import { DTWGS84Coordinate } from "./dt_wgs_84_coordinate";
|
|
5
5
|
/**
|
package/dist/dt_position.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Int32 } from "node-opcua-basic-types";
|
|
2
2
|
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import { DTStructure } from "node-opcua-nodeset-ua/
|
|
3
|
+
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Int32 } from "node-opcua-basic-types";
|
|
2
2
|
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import { DTStructure } from "node-opcua-nodeset-ua/
|
|
3
|
+
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
package/dist/dt_rotation.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ExtensionObject } from "node-opcua-extension-object";
|
|
2
|
-
import { DTStructure } from "node-opcua-nodeset-ua/
|
|
2
|
+
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
3
|
/**
|
|
4
4
|
* | | |
|
|
5
5
|
* |-----------|------------------------------------------------------------|
|
package/dist/dt_scan_data.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { VariantOptions } from "node-opcua-variant";
|
|
2
2
|
import { UAString } from "node-opcua-basic-types";
|
|
3
|
-
import { DTUnion } from "node-opcua-nodeset-ua/
|
|
3
|
+
import { DTUnion } from "node-opcua-nodeset-ua/dist/dt_union";
|
|
4
4
|
import { DTScanDataEpc } from "./dt_scan_data_epc";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { UInt16 } from "node-opcua-basic-types";
|
|
2
2
|
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import { DTStructure } from "node-opcua-nodeset-ua/
|
|
3
|
+
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
package/dist/dt_scan_result.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { UAString } from "node-opcua-basic-types";
|
|
2
2
|
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import { DTStructure } from "node-opcua-nodeset-ua/
|
|
3
|
+
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
4
|
import { DTScanData } from "./dt_scan_data";
|
|
5
5
|
import { DTLocation } from "./dt_location";
|
|
6
6
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Int32 } from "node-opcua-basic-types";
|
|
2
2
|
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import { DTStructure } from "node-opcua-nodeset-ua/
|
|
3
|
+
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
4
|
import { EnumLocationType } from "./enum_location_type";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Int32, UAString } from "node-opcua-basic-types";
|
|
2
2
|
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import { DTStructure } from "node-opcua-nodeset-ua/
|
|
3
|
+
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { UAMethod, UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import { DataType } from "node-opcua-variant";
|
|
3
3
|
import { UInt32, UInt16, UAString } from "node-opcua-basic-types";
|
|
4
|
-
import { UABaseDataVariable } from "node-opcua-nodeset-ua/
|
|
5
|
-
import { UAMultiStateDiscrete } from "node-opcua-nodeset-ua/
|
|
6
|
-
import { UAFunctionalGroup } from "node-opcua-nodeset-di/
|
|
7
|
-
import { UADevice, UADevice_Base } from "node-opcua-nodeset-di/
|
|
4
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
5
|
+
import { UAMultiStateDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_discrete";
|
|
6
|
+
import { UAFunctionalGroup } from "node-opcua-nodeset-di/dist/ua_functional_group";
|
|
7
|
+
import { UADevice, UADevice_Base } from "node-opcua-nodeset-di/dist/ua_device";
|
|
8
8
|
import { DTLocation } from "./dt_location";
|
|
9
9
|
import { EnumDeviceStatus } from "./enum_device_status";
|
|
10
10
|
import { UALocationVariable } from "./ua_location_variable";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import { DataType } from "node-opcua-variant";
|
|
3
3
|
import { UAString } from "node-opcua-basic-types";
|
|
4
|
-
import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/
|
|
4
|
+
import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event";
|
|
5
5
|
/**
|
|
6
6
|
* AutoID diagnostic data
|
|
7
7
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import { DataType } from "node-opcua-variant";
|
|
3
3
|
import { UAString } from "node-opcua-basic-types";
|
|
4
|
-
import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/
|
|
4
|
+
import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event";
|
|
5
5
|
import { DTScanResult } from "./dt_scan_result";
|
|
6
6
|
/**
|
|
7
7
|
* | | |
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import { DataType } from "node-opcua-variant";
|
|
3
3
|
import { EUInformation } from "node-opcua-data-access";
|
|
4
|
-
import { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/
|
|
4
|
+
import { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
5
5
|
import { DTLocation } from "./dt_location";
|
|
6
6
|
/**
|
|
7
7
|
* | | |
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { UAMethod } from "node-opcua-address-space-base";
|
|
2
2
|
import { DataType } from "node-opcua-variant";
|
|
3
3
|
import { UAString } from "node-opcua-basic-types";
|
|
4
|
-
import { UABaseDataVariable } from "node-opcua-nodeset-ua/
|
|
5
|
-
import { UAFolder } from "node-opcua-nodeset-ua/
|
|
4
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
5
|
+
import { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
6
6
|
import { UAAutoIdDevice_runtimeParameters, UAAutoIdDevice, UAAutoIdDevice_Base } from "./ua_auto_id_device";
|
|
7
7
|
export interface UAOcrReaderDevice_runtimeParameters extends UAAutoIdDevice_runtimeParameters {
|
|
8
8
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { UAMethod } from "node-opcua-address-space-base";
|
|
2
2
|
import { DataType } from "node-opcua-variant";
|
|
3
3
|
import { UAString } from "node-opcua-basic-types";
|
|
4
|
-
import { UABaseDataVariable } from "node-opcua-nodeset-ua/
|
|
5
|
-
import { UAFolder } from "node-opcua-nodeset-ua/
|
|
4
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
5
|
+
import { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
6
6
|
import { UAAutoIdDevice_runtimeParameters, UAAutoIdDevice, UAAutoIdDevice_Base } from "./ua_auto_id_device";
|
|
7
7
|
export interface UAOpticalReaderDevice_runtimeParameters extends UAAutoIdDevice_runtimeParameters {
|
|
8
8
|
/**
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { UAMethod, UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import { DataType } from "node-opcua-variant";
|
|
3
3
|
import { UInt32, Int32, SByte } from "node-opcua-basic-types";
|
|
4
|
-
import { UAMultiStateDiscrete } from "node-opcua-nodeset-ua/
|
|
5
|
-
import { UABaseDataVariable } from "node-opcua-nodeset-ua/
|
|
6
|
-
import { UAFunctionalGroup } from "node-opcua-nodeset-di/
|
|
4
|
+
import { UAMultiStateDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_discrete";
|
|
5
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
6
|
+
import { UAFunctionalGroup } from "node-opcua-nodeset-di/dist/ua_functional_group";
|
|
7
7
|
import { DTAntennaNameIdPair } from "./dt_antenna_name_id_pair";
|
|
8
8
|
import { UAAutoIdDevice_diagnostics, UAAutoIdDevice_runtimeParameters, UAAutoIdDevice, UAAutoIdDevice_Base } from "./ua_auto_id_device";
|
|
9
9
|
export interface UARfidReaderDevice_diagnostics extends UAAutoIdDevice_diagnostics {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-nodeset-auto-id",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.154.0",
|
|
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",
|
|
@@ -11,15 +11,15 @@
|
|
|
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-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.
|
|
14
|
+
"node-opcua-address-space-base": "2.154.0",
|
|
15
|
+
"node-opcua-basic-types": "2.154.0",
|
|
16
|
+
"node-opcua-data-access": "2.154.0",
|
|
17
|
+
"node-opcua-data-model": "2.154.0",
|
|
18
|
+
"node-opcua-extension-object": "2.154.0",
|
|
19
|
+
"node-opcua-nodeid": "2.153.0",
|
|
20
|
+
"node-opcua-nodeset-di": "2.154.0",
|
|
21
|
+
"node-opcua-nodeset-ua": "2.154.0",
|
|
22
|
+
"node-opcua-variant": "2.154.0"
|
|
23
23
|
},
|
|
24
24
|
"files": [
|
|
25
25
|
"dist",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"internet of things"
|
|
39
39
|
],
|
|
40
40
|
"homepage": "http://node-opcua.github.io/",
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "134c73195f93f46c0101b2837bed22754156c916"
|
|
42
42
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAString } from "node-opcua-basic-types"
|
|
3
3
|
import { ExtensionObject } from "node-opcua-extension-object"
|
|
4
|
-
import { DTStructure } from "node-opcua-nodeset-ua/
|
|
4
|
+
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure"
|
|
5
5
|
import { DTScanData } from "./dt_scan_data"
|
|
6
6
|
/**
|
|
7
7
|
* Result values of an AutoID Identifier access.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { Int32, UAString } from "node-opcua-basic-types"
|
|
3
3
|
import { ExtensionObject } from "node-opcua-extension-object"
|
|
4
|
-
import { DTStructure } from "node-opcua-nodeset-ua/
|
|
4
|
+
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure"
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { Int32, Int16, Byte } from "node-opcua-basic-types"
|
|
3
3
|
import { ExtensionObject } from "node-opcua-extension-object"
|
|
4
|
-
import { DTStructure } from "node-opcua-nodeset-ua/
|
|
4
|
+
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure"
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { Int32 } from "node-opcua-basic-types"
|
|
3
3
|
import { ExtensionObject } from "node-opcua-extension-object"
|
|
4
|
-
import { DTStructure } from "node-opcua-nodeset-ua/
|
|
4
|
+
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure"
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
package/source/dt_location.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAString } from "node-opcua-basic-types"
|
|
3
|
-
import { DTUnion } from "node-opcua-nodeset-ua/
|
|
3
|
+
import { DTUnion } from "node-opcua-nodeset-ua/dist/dt_union"
|
|
4
4
|
import { DTLocalCoordinate } from "./dt_local_coordinate"
|
|
5
5
|
import { DTWGS84Coordinate } from "./dt_wgs_84_coordinate"
|
|
6
6
|
/**
|
package/source/dt_position.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { Int32 } from "node-opcua-basic-types"
|
|
3
3
|
import { ExtensionObject } from "node-opcua-extension-object"
|
|
4
|
-
import { DTStructure } from "node-opcua-nodeset-ua/
|
|
4
|
+
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure"
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { Int32 } from "node-opcua-basic-types"
|
|
3
3
|
import { ExtensionObject } from "node-opcua-extension-object"
|
|
4
|
-
import { DTStructure } from "node-opcua-nodeset-ua/
|
|
4
|
+
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure"
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
package/source/dt_rotation.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { ExtensionObject } from "node-opcua-extension-object"
|
|
3
|
-
import { DTStructure } from "node-opcua-nodeset-ua/
|
|
3
|
+
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure"
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
package/source/dt_scan_data.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { VariantOptions } from "node-opcua-variant"
|
|
3
3
|
import { UAString } from "node-opcua-basic-types"
|
|
4
|
-
import { DTUnion } from "node-opcua-nodeset-ua/
|
|
4
|
+
import { DTUnion } from "node-opcua-nodeset-ua/dist/dt_union"
|
|
5
5
|
import { DTScanDataEpc } from "./dt_scan_data_epc"
|
|
6
6
|
/**
|
|
7
7
|
* | | |
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UInt16 } from "node-opcua-basic-types"
|
|
3
3
|
import { ExtensionObject } from "node-opcua-extension-object"
|
|
4
|
-
import { DTStructure } from "node-opcua-nodeset-ua/
|
|
4
|
+
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure"
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
package/source/dt_scan_result.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAString } from "node-opcua-basic-types"
|
|
3
3
|
import { ExtensionObject } from "node-opcua-extension-object"
|
|
4
|
-
import { DTStructure } from "node-opcua-nodeset-ua/
|
|
4
|
+
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure"
|
|
5
5
|
import { DTScanData } from "./dt_scan_data"
|
|
6
6
|
import { DTLocation } from "./dt_location"
|
|
7
7
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { Int32 } from "node-opcua-basic-types"
|
|
3
3
|
import { ExtensionObject } from "node-opcua-extension-object"
|
|
4
|
-
import { DTStructure } from "node-opcua-nodeset-ua/
|
|
4
|
+
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure"
|
|
5
5
|
import { EnumLocationType } from "./enum_location_type"
|
|
6
6
|
/**
|
|
7
7
|
* | | |
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { Int32, UAString } from "node-opcua-basic-types"
|
|
3
3
|
import { ExtensionObject } from "node-opcua-extension-object"
|
|
4
|
-
import { DTStructure } from "node-opcua-nodeset-ua/
|
|
4
|
+
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure"
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1,15 +1,11 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAMethod, UAProperty } from "node-opcua-address-space-base"
|
|
3
|
-
import { DataType
|
|
4
|
-
import { LocalizedText, QualifiedName } from "node-opcua-data-model"
|
|
5
|
-
import { EUInformation } from "node-opcua-data-access"
|
|
3
|
+
import { DataType } from "node-opcua-variant"
|
|
6
4
|
import { UInt32, Int32, UInt16, UAString } from "node-opcua-basic-types"
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import { UAFunctionalGroup } from "node-opcua-nodeset-di/source/ua_functional_group"
|
|
12
|
-
import { UADevice, UADevice_Base } from "node-opcua-nodeset-di/source/ua_device"
|
|
5
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
|
|
6
|
+
import { UAMultiStateDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_discrete"
|
|
7
|
+
import { UAFunctionalGroup } from "node-opcua-nodeset-di/dist/ua_functional_group"
|
|
8
|
+
import { UADevice, UADevice_Base } from "node-opcua-nodeset-di/dist/ua_device"
|
|
13
9
|
import { DTLocation } from "./dt_location"
|
|
14
10
|
import { EnumDeviceStatus } from "./enum_device_status"
|
|
15
11
|
import { UALocationVariable } from "./ua_location_variable"
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAProperty } from "node-opcua-address-space-base"
|
|
3
|
-
import { DataType
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import { UInt16, UAString } from "node-opcua-basic-types"
|
|
7
|
-
import { DTTimeZone } from "node-opcua-nodeset-ua/source/dt_time_zone"
|
|
8
|
-
import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/source/ua_base_event"
|
|
3
|
+
import { DataType } from "node-opcua-variant"
|
|
4
|
+
import { UAString } from "node-opcua-basic-types"
|
|
5
|
+
import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event"
|
|
9
6
|
/**
|
|
10
7
|
* AutoID diagnostic data
|
|
11
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { UAProperty } from "node-opcua-address-space-base"
|
|
3
3
|
import { DataType } from "node-opcua-variant"
|
|
4
4
|
import { UAString } from "node-opcua-basic-types"
|
|
5
|
-
import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/
|
|
5
|
+
import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event"
|
|
6
6
|
import { DTScanResult } from "./dt_scan_result"
|
|
7
7
|
/**
|
|
8
8
|
* | | |
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { UAProperty } from "node-opcua-address-space-base"
|
|
3
3
|
import { DataType } from "node-opcua-variant"
|
|
4
4
|
import { EUInformation } from "node-opcua-data-access"
|
|
5
|
-
import { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/
|
|
5
|
+
import { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
|
|
6
6
|
import { DTLocation } from "./dt_location"
|
|
7
7
|
/**
|
|
8
8
|
* | | |
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAMethod } from "node-opcua-address-space-base"
|
|
3
3
|
import { DataType } from "node-opcua-variant"
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import { UAFolder } from "node-opcua-nodeset-ua/source/ua_folder"
|
|
4
|
+
import { UAString } from "node-opcua-basic-types"
|
|
5
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
|
|
6
|
+
import { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder"
|
|
8
7
|
import { UAAutoIdDevice_runtimeParameters, UAAutoIdDevice, UAAutoIdDevice_Base } from "./ua_auto_id_device"
|
|
9
8
|
export interface UAOcrReaderDevice_runtimeParameters extends UAAutoIdDevice_runtimeParameters { // Object
|
|
10
9
|
/**
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAProperty } from "node-opcua-address-space-base"
|
|
3
3
|
import { DataType } from "node-opcua-variant"
|
|
4
|
-
import { DTScanResult } from "./dt_scan_result"
|
|
5
4
|
import { DTOcrScanResult } from "./dt_ocr_scan_result"
|
|
6
5
|
import { UAAutoIdScanEvent, UAAutoIdScanEvent_Base } from "./ua_auto_id_scan_event"
|
|
7
6
|
/**
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAMethod } from "node-opcua-address-space-base"
|
|
3
3
|
import { DataType } from "node-opcua-variant"
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import { UAFolder } from "node-opcua-nodeset-ua/source/ua_folder"
|
|
4
|
+
import { UAString } from "node-opcua-basic-types"
|
|
5
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
|
|
6
|
+
import { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder"
|
|
8
7
|
import { UAAutoIdDevice_runtimeParameters, UAAutoIdDevice, UAAutoIdDevice_Base } from "./ua_auto_id_device"
|
|
9
8
|
export interface UAOpticalReaderDevice_runtimeParameters extends UAAutoIdDevice_runtimeParameters { // Object
|
|
10
9
|
/**
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAProperty } from "node-opcua-address-space-base"
|
|
3
3
|
import { DataType } from "node-opcua-variant"
|
|
4
|
-
import { DTScanResult } from "./dt_scan_result"
|
|
5
4
|
import { DTOpticalScanResult } from "./dt_optical_scan_result"
|
|
6
5
|
import { UAAutoIdScanEvent, UAAutoIdScanEvent_Base } from "./ua_auto_id_scan_event"
|
|
7
6
|
/**
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAMethod } from "node-opcua-address-space-base"
|
|
3
|
-
import { DataType } from "node-opcua-variant"
|
|
4
|
-
import { DTArgument } from "node-opcua-nodeset-ua/source/dt_argument"
|
|
5
3
|
import { UAOpticalReaderDevice, UAOpticalReaderDevice_Base } from "./ua_optical_reader_device"
|
|
6
4
|
/**
|
|
7
5
|
* | | |
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAProperty } from "node-opcua-address-space-base"
|
|
3
3
|
import { DataType } from "node-opcua-variant"
|
|
4
|
-
import { DTScanResult } from "./dt_scan_result"
|
|
5
|
-
import { DTOpticalScanResult } from "./dt_optical_scan_result"
|
|
6
4
|
import { DTOpticalVerifierScanResult } from "./dt_optical_verifier_scan_result"
|
|
7
5
|
import { UAOpticalScanEvent, UAOpticalScanEvent_Base } from "./ua_optical_scan_event"
|
|
8
6
|
/**
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAProperty } from "node-opcua-address-space-base"
|
|
3
3
|
import { DataType } from "node-opcua-variant"
|
|
4
|
-
import { DTAccessResult } from "./dt_access_result"
|
|
5
4
|
import { DTRfidAccessResult } from "./dt_rfid_access_result"
|
|
6
5
|
import { UAAutoIdAccessEvent, UAAutoIdAccessEvent_Base } from "./ua_auto_id_access_event"
|
|
7
6
|
/**
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAMethod, UAProperty } from "node-opcua-address-space-base"
|
|
3
3
|
import { DataType } from "node-opcua-variant"
|
|
4
|
-
import { UInt32, Int32,
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { UAFunctionalGroup } from "node-opcua-nodeset-di/source/ua_functional_group"
|
|
4
|
+
import { UInt32, Int32, SByte } from "node-opcua-basic-types"
|
|
5
|
+
import { UAMultiStateDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_discrete"
|
|
6
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
|
|
7
|
+
import { UAFunctionalGroup } from "node-opcua-nodeset-di/dist/ua_functional_group"
|
|
9
8
|
import { DTAntennaNameIdPair } from "./dt_antenna_name_id_pair"
|
|
10
9
|
import { UAAutoIdDevice_diagnostics, UAAutoIdDevice_runtimeParameters, UAAutoIdDevice, UAAutoIdDevice_Base } from "./ua_auto_id_device"
|
|
11
10
|
export interface UARfidReaderDevice_diagnostics extends UAAutoIdDevice_diagnostics { // Object
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAProperty } from "node-opcua-address-space-base"
|
|
3
3
|
import { DataType } from "node-opcua-variant"
|
|
4
|
-
import { DTScanResult } from "./dt_scan_result"
|
|
5
4
|
import { DTRfidScanResult } from "./dt_rfid_scan_result"
|
|
6
5
|
import { UAAutoIdScanEvent, UAAutoIdScanEvent_Base } from "./ua_auto_id_scan_event"
|
|
7
6
|
/**
|
package/source/ua_rtls_device.ts
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
import { UAMethod, UAProperty } from "node-opcua-address-space-base"
|
|
3
3
|
import { DataType } from "node-opcua-variant"
|
|
4
4
|
import { EUInformation } from "node-opcua-data-access"
|
|
5
|
-
import { DTArgument } from "node-opcua-nodeset-ua/source/dt_argument"
|
|
6
5
|
import { UAAutoIdDevice, UAAutoIdDevice_Base } from "./ua_auto_id_device"
|
|
7
6
|
/**
|
|
8
7
|
* | | |
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAProperty } from "node-opcua-address-space-base"
|
|
3
3
|
import { DataType } from "node-opcua-variant"
|
|
4
|
-
import { DTScanResult } from "./dt_scan_result"
|
|
5
4
|
import { DTRtlsLocationResult } from "./dt_rtls_location_result"
|
|
6
5
|
import { UAAutoIdScanEvent, UAAutoIdScanEvent_Base } from "./ua_auto_id_scan_event"
|
|
7
6
|
/**
|