node-opcua-nodeset-auto-id 2.169.0 → 2.172.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 +4 -4
- package/dist/dt_access_result.js.map +1 -1
- package/dist/dt_antenna_name_id_pair.d.ts +3 -3
- package/dist/dt_antenna_name_id_pair.js.map +1 -1
- package/dist/dt_dhcp_geo_conf_coordinate.d.ts +3 -3
- package/dist/dt_dhcp_geo_conf_coordinate.js.map +1 -1
- package/dist/dt_local_coordinate.d.ts +3 -3
- package/dist/dt_local_coordinate.js.map +1 -1
- package/dist/dt_location.d.ts +4 -4
- package/dist/dt_ocr_scan_result.d.ts +7 -7
- package/dist/dt_ocr_scan_result.js.map +1 -1
- package/dist/dt_optical_scan_result.d.ts +7 -7
- package/dist/dt_optical_scan_result.js.map +1 -1
- package/dist/dt_optical_verifier_scan_result.d.ts +7 -7
- package/dist/dt_optical_verifier_scan_result.js.map +1 -1
- package/dist/dt_position.d.ts +3 -3
- package/dist/dt_position.js.map +1 -1
- package/dist/dt_rfid_access_result.d.ts +4 -4
- package/dist/dt_rfid_access_result.js.map +1 -1
- package/dist/dt_rfid_scan_result.d.ts +6 -6
- package/dist/dt_rfid_scan_result.js.map +1 -1
- package/dist/dt_rfid_sighting.d.ts +3 -3
- package/dist/dt_rfid_sighting.js.map +1 -1
- package/dist/dt_rotation.d.ts +2 -2
- package/dist/dt_rotation.js.map +1 -1
- package/dist/dt_rtls_location_result.d.ts +6 -6
- package/dist/dt_rtls_location_result.js.map +1 -1
- package/dist/dt_scan_data.d.ts +4 -4
- package/dist/dt_scan_data_epc.d.ts +3 -3
- package/dist/dt_scan_data_epc.js.map +1 -1
- package/dist/dt_scan_result.d.ts +5 -5
- package/dist/dt_scan_result.js.map +1 -1
- package/dist/dt_scan_settings.d.ts +4 -4
- package/dist/dt_scan_settings.js.map +1 -1
- package/dist/dt_wgs_84_coordinate.d.ts +3 -3
- package/dist/dt_wgs_84_coordinate.js.map +1 -1
- package/dist/ua_auto_id_access_event.d.ts +5 -5
- package/dist/ua_auto_id_device.d.ts +10 -10
- package/dist/ua_auto_id_diagnostics_event.d.ts +4 -4
- package/dist/ua_auto_id_log_entry_event.d.ts +1 -1
- package/dist/ua_auto_id_presence_event.d.ts +4 -4
- package/dist/ua_auto_id_scan_event.d.ts +5 -5
- package/dist/ua_location_variable.d.ts +5 -5
- package/dist/ua_ocr_reader_device.d.ts +6 -6
- package/dist/ua_ocr_scan_event.d.ts +4 -4
- package/dist/ua_optical_reader_device.d.ts +6 -6
- package/dist/ua_optical_scan_event.d.ts +4 -4
- package/dist/ua_optical_verifier_device.d.ts +2 -2
- package/dist/ua_optical_verifier_scan_event.d.ts +4 -4
- package/dist/ua_rfid_access_event.d.ts +4 -4
- package/dist/ua_rfid_reader_device.d.ts +8 -8
- package/dist/ua_rfid_scan_event.d.ts +4 -4
- package/dist/ua_rtls_device.d.ts +4 -4
- package/dist/ua_rtls_location_event.d.ts +4 -4
- package/package.json +11 -11
- package/source/dt_access_result.ts +7 -4
- package/source/dt_antenna_name_id_pair.ts +5 -3
- package/source/dt_dhcp_geo_conf_coordinate.ts +5 -3
- package/source/dt_local_coordinate.ts +5 -3
- package/source/dt_location.ts +7 -4
- package/source/dt_ocr_scan_result.ts +10 -7
- package/source/dt_optical_scan_result.ts +10 -7
- package/source/dt_optical_verifier_scan_result.ts +10 -7
- package/source/dt_position.ts +5 -3
- package/source/dt_rfid_access_result.ts +7 -4
- package/source/dt_rfid_scan_result.ts +9 -6
- package/source/dt_rfid_sighting.ts +5 -3
- package/source/dt_rotation.ts +4 -2
- package/source/dt_rtls_location_result.ts +9 -6
- package/source/dt_scan_data.ts +7 -4
- package/source/dt_scan_data_epc.ts +5 -3
- package/source/dt_scan_result.ts +8 -5
- package/source/dt_scan_settings.ts +7 -4
- package/source/dt_wgs_84_coordinate.ts +5 -3
- package/source/index.ts +1 -1
- package/source/ua_auto_id_access_event.ts +9 -7
- package/source/ua_auto_id_device.ts +14 -12
- package/source/ua_auto_id_diagnostics_event.ts +7 -6
- package/source/ua_auto_id_log_entry_event.ts +3 -3
- package/source/ua_auto_id_presence_event.ts +8 -6
- package/source/ua_auto_id_scan_event.ts +9 -7
- package/source/ua_location_variable.ts +9 -7
- package/source/ua_ocr_reader_device.ts +10 -8
- package/source/ua_ocr_scan_event.ts +8 -6
- package/source/ua_optical_reader_device.ts +10 -8
- package/source/ua_optical_scan_event.ts +8 -6
- package/source/ua_optical_verifier_device.ts +6 -4
- package/source/ua_optical_verifier_scan_event.ts +8 -6
- package/source/ua_rfid_access_event.ts +8 -6
- package/source/ua_rfid_reader_device.ts +12 -10
- package/source/ua_rfid_scan_event.ts +8 -6
- package/source/ua_rtls_device.ts +8 -6
- package/source/ua_rtls_location_event.ts +8 -6
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { UAString } from "node-opcua-basic-types";
|
|
2
|
-
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
|
-
import { DTScanData } from "./dt_scan_data";
|
|
1
|
+
import type { UAString } from "node-opcua-basic-types";
|
|
2
|
+
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
|
+
import type { DTScanData } from "./dt_scan_data";
|
|
5
5
|
/**
|
|
6
6
|
* Result values of an AutoID Identifier access.
|
|
7
7
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dt_access_result.js","sourceRoot":"","sources":["../source/dt_access_result.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"dt_access_result.js","sourceRoot":"","sources":["../source/dt_access_result.ts"],"names":[],"mappings":";;AA0B2E,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Int32, UAString } from "node-opcua-basic-types";
|
|
2
|
-
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
1
|
+
import type { Int32, UAString } from "node-opcua-basic-types";
|
|
2
|
+
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dt_antenna_name_id_pair.js","sourceRoot":"","sources":["../source/dt_antenna_name_id_pair.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"dt_antenna_name_id_pair.js","sourceRoot":"","sources":["../source/dt_antenna_name_id_pair.ts"],"names":[],"mappings":";;AAkBqF,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
1
|
+
import type { Byte, Int16, Int32 } from "node-opcua-basic-types";
|
|
2
|
+
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dt_dhcp_geo_conf_coordinate.js","sourceRoot":"","sources":["../source/dt_dhcp_geo_conf_coordinate.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"dt_dhcp_geo_conf_coordinate.js","sourceRoot":"","sources":["../source/dt_dhcp_geo_conf_coordinate.ts"],"names":[],"mappings":";;AA2B6F,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Int32 } from "node-opcua-basic-types";
|
|
2
|
-
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
1
|
+
import type { Int32 } from "node-opcua-basic-types";
|
|
2
|
+
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dt_local_coordinate.js","sourceRoot":"","sources":["../source/dt_local_coordinate.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"dt_local_coordinate.js","sourceRoot":"","sources":["../source/dt_local_coordinate.ts"],"names":[],"mappings":";;AAyBiF,CAAC"}
|
package/dist/dt_location.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { UAString } from "node-opcua-basic-types";
|
|
2
|
-
import { DTUnion } from "node-opcua-nodeset-ua/dist/dt_union";
|
|
3
|
-
import { DTLocalCoordinate } from "./dt_local_coordinate";
|
|
4
|
-
import { DTWGS84Coordinate } from "./dt_wgs_84_coordinate";
|
|
1
|
+
import type { UAString } from "node-opcua-basic-types";
|
|
2
|
+
import type { DTUnion } from "node-opcua-nodeset-ua/dist/dt_union";
|
|
3
|
+
import type { DTLocalCoordinate } from "./dt_local_coordinate";
|
|
4
|
+
import type { DTWGS84Coordinate } from "./dt_wgs_84_coordinate";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
1
|
+
import type { Byte, UAString } from "node-opcua-basic-types";
|
|
2
|
+
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
+
import type { NodeId } from "node-opcua-nodeid";
|
|
4
|
+
import type { DTLocation } from "./dt_location";
|
|
5
|
+
import type { DTPosition } from "./dt_position";
|
|
6
|
+
import type { DTScanData } from "./dt_scan_data";
|
|
7
|
+
import type { DTScanResult } from "./dt_scan_result";
|
|
8
8
|
/**
|
|
9
9
|
* | | |
|
|
10
10
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dt_ocr_scan_result.js","sourceRoot":"","sources":["../source/dt_ocr_scan_result.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"dt_ocr_scan_result.js","sourceRoot":"","sources":["../source/dt_ocr_scan_result.ts"],"names":[],"mappings":";;AAuC6E,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
1
|
+
import type { UAString } from "node-opcua-basic-types";
|
|
2
|
+
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
+
import type { NodeId } from "node-opcua-nodeid";
|
|
4
|
+
import type { DTLocation } from "./dt_location";
|
|
5
|
+
import type { DTPosition } from "./dt_position";
|
|
6
|
+
import type { DTScanData } from "./dt_scan_data";
|
|
7
|
+
import type { DTScanResult } from "./dt_scan_result";
|
|
8
8
|
/**
|
|
9
9
|
* | | |
|
|
10
10
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dt_optical_scan_result.js","sourceRoot":"","sources":["../source/dt_optical_scan_result.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"dt_optical_scan_result.js","sourceRoot":"","sources":["../source/dt_optical_scan_result.ts"],"names":[],"mappings":";;AAmCqF,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
1
|
+
import type { Int16, UAString } from "node-opcua-basic-types";
|
|
2
|
+
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
+
import type { NodeId } from "node-opcua-nodeid";
|
|
4
|
+
import type { DTLocation } from "./dt_location";
|
|
5
|
+
import type { DTOpticalScanResult } from "./dt_optical_scan_result";
|
|
6
|
+
import type { DTPosition } from "./dt_position";
|
|
7
|
+
import type { DTScanData } from "./dt_scan_data";
|
|
8
8
|
/**
|
|
9
9
|
* | | |
|
|
10
10
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dt_optical_verifier_scan_result.js","sourceRoot":"","sources":["../source/dt_optical_verifier_scan_result.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"dt_optical_verifier_scan_result.js","sourceRoot":"","sources":["../source/dt_optical_verifier_scan_result.ts"],"names":[],"mappings":";;AA4CoH,CAAC"}
|
package/dist/dt_position.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Int32 } from "node-opcua-basic-types";
|
|
2
|
-
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
1
|
+
import type { Int32 } from "node-opcua-basic-types";
|
|
2
|
+
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
package/dist/dt_position.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dt_position.js","sourceRoot":"","sources":["../source/dt_position.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"dt_position.js","sourceRoot":"","sources":["../source/dt_position.ts"],"names":[],"mappings":";;AAqBmE,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Int32,
|
|
2
|
-
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import { DTAccessResult } from "./dt_access_result";
|
|
4
|
-
import { DTScanData } from "./dt_scan_data";
|
|
1
|
+
import type { Int32, UAString, UInt16 } from "node-opcua-basic-types";
|
|
2
|
+
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
+
import type { DTAccessResult } from "./dt_access_result";
|
|
4
|
+
import type { DTScanData } from "./dt_scan_data";
|
|
5
5
|
/**
|
|
6
6
|
* Additional result values of an Rfid Transponder
|
|
7
7
|
* access.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dt_rfid_access_result.js","sourceRoot":"","sources":["../source/dt_rfid_access_result.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"dt_rfid_access_result.js","sourceRoot":"","sources":["../source/dt_rfid_access_result.ts"],"names":[],"mappings":";;AAyCmF,CAAC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { UAString } from "node-opcua-basic-types";
|
|
2
|
-
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
1
|
+
import type { UAString } from "node-opcua-basic-types";
|
|
2
|
+
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
+
import type { DTLocation } from "./dt_location";
|
|
4
|
+
import type { DTRfidSighting } from "./dt_rfid_sighting";
|
|
5
|
+
import type { DTScanData } from "./dt_scan_data";
|
|
6
|
+
import type { DTScanResult } from "./dt_scan_result";
|
|
7
7
|
/**
|
|
8
8
|
* | | |
|
|
9
9
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dt_rfid_scan_result.js","sourceRoot":"","sources":["../source/dt_rfid_scan_result.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"dt_rfid_scan_result.js","sourceRoot":"","sources":["../source/dt_rfid_scan_result.ts"],"names":[],"mappings":";;AA8B+E,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Int32 } from "node-opcua-basic-types";
|
|
2
|
-
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
1
|
+
import type { Int32 } from "node-opcua-basic-types";
|
|
2
|
+
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dt_rfid_sighting.js","sourceRoot":"","sources":["../source/dt_rfid_sighting.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"dt_rfid_sighting.js","sourceRoot":"","sources":["../source/dt_rfid_sighting.ts"],"names":[],"mappings":";;AAwB2E,CAAC"}
|
package/dist/dt_rotation.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ExtensionObject } from "node-opcua-extension-object";
|
|
2
|
-
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
1
|
+
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
2
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
3
|
/**
|
|
4
4
|
* | | |
|
|
5
5
|
* |-----------|------------------------------------------------------------|
|
package/dist/dt_rotation.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dt_rotation.js","sourceRoot":"","sources":["../source/dt_rotation.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"dt_rotation.js","sourceRoot":"","sources":["../source/dt_rotation.ts"],"names":[],"mappings":";;AAkBmE,CAAC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { UAString } from "node-opcua-basic-types";
|
|
2
|
-
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
1
|
+
import type { UAString } from "node-opcua-basic-types";
|
|
2
|
+
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
+
import type { DTLocation } from "./dt_location";
|
|
4
|
+
import type { DTRotation } from "./dt_rotation";
|
|
5
|
+
import type { DTScanData } from "./dt_scan_data";
|
|
6
|
+
import type { DTScanResult } from "./dt_scan_result";
|
|
7
7
|
/**
|
|
8
8
|
* | | |
|
|
9
9
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dt_rtls_location_result.js","sourceRoot":"","sources":["../source/dt_rtls_location_result.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"dt_rtls_location_result.js","sourceRoot":"","sources":["../source/dt_rtls_location_result.ts"],"names":[],"mappings":";;AAgCuF,CAAC"}
|
package/dist/dt_scan_data.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { DTScanDataEpc } from "./dt_scan_data_epc";
|
|
1
|
+
import type { UAString } from "node-opcua-basic-types";
|
|
2
|
+
import type { DTUnion } from "node-opcua-nodeset-ua/dist/dt_union";
|
|
3
|
+
import type { Variant } from "node-opcua-variant";
|
|
4
|
+
import type { DTScanDataEpc } from "./dt_scan_data_epc";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { UInt16 } from "node-opcua-basic-types";
|
|
2
|
-
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
1
|
+
import type { UInt16 } from "node-opcua-basic-types";
|
|
2
|
+
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dt_scan_data_epc.js","sourceRoot":"","sources":["../source/dt_scan_data_epc.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"dt_scan_data_epc.js","sourceRoot":"","sources":["../source/dt_scan_data_epc.ts"],"names":[],"mappings":";;AAoByE,CAAC"}
|
package/dist/dt_scan_result.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { UAString } from "node-opcua-basic-types";
|
|
2
|
-
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
1
|
+
import type { UAString } from "node-opcua-basic-types";
|
|
2
|
+
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
|
+
import type { DTLocation } from "./dt_location";
|
|
5
|
+
import type { DTScanData } from "./dt_scan_data";
|
|
6
6
|
/**
|
|
7
7
|
* | | |
|
|
8
8
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dt_scan_result.js","sourceRoot":"","sources":["../source/dt_scan_result.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"dt_scan_result.js","sourceRoot":"","sources":["../source/dt_scan_result.ts"],"names":[],"mappings":";;AA2BuE,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Int32 } from "node-opcua-basic-types";
|
|
2
|
-
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
|
-
import { EnumLocationType } from "./enum_location_type";
|
|
1
|
+
import type { Int32 } from "node-opcua-basic-types";
|
|
2
|
+
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
|
+
import type { EnumLocationType } from "./enum_location_type";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dt_scan_settings.js","sourceRoot":"","sources":["../source/dt_scan_settings.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"dt_scan_settings.js","sourceRoot":"","sources":["../source/dt_scan_settings.ts"],"names":[],"mappings":";;AAsB2E,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Int32, UAString } from "node-opcua-basic-types";
|
|
2
|
-
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
1
|
+
import type { Int32, UAString } from "node-opcua-basic-types";
|
|
2
|
+
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dt_wgs_84_coordinate.js","sourceRoot":"","sources":["../source/dt_wgs_84_coordinate.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"dt_wgs_84_coordinate.js","sourceRoot":"","sources":["../source/dt_wgs_84_coordinate.ts"],"names":[],"mappings":";;AAyBiF,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { DTAccessResult } from "./dt_access_result";
|
|
5
|
-
import { UAAutoIdDiagnosticsEvent, UAAutoIdDiagnosticsEvent_Base } from "./ua_auto_id_diagnostics_event";
|
|
1
|
+
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import type { UAString } from "node-opcua-basic-types";
|
|
3
|
+
import type { DataType } from "node-opcua-variant";
|
|
4
|
+
import type { DTAccessResult } from "./dt_access_result";
|
|
5
|
+
import type { UAAutoIdDiagnosticsEvent, UAAutoIdDiagnosticsEvent_Base } from "./ua_auto_id_diagnostics_event";
|
|
6
6
|
/**
|
|
7
7
|
* Data of the access on one or more AutoID
|
|
8
8
|
* Identifier.
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { UAMethod, UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { DTLocation } from "./dt_location";
|
|
9
|
-
import { EnumDeviceStatus } from "./enum_device_status";
|
|
10
|
-
import { UALocationVariable } from "./ua_location_variable";
|
|
1
|
+
import type { UAMethod, UAProperty } from "node-opcua-address-space-base";
|
|
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";
|
|
7
|
+
import type { DataType } from "node-opcua-variant";
|
|
8
|
+
import type { DTLocation } from "./dt_location";
|
|
9
|
+
import type { EnumDeviceStatus } from "./enum_device_status";
|
|
10
|
+
import type { UALocationVariable } from "./ua_location_variable";
|
|
11
11
|
export interface UAAutoIdDevice_diagnostics extends UAFunctionalGroup {
|
|
12
12
|
/**
|
|
13
13
|
* lastAccess
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import type { UAString } from "node-opcua-basic-types";
|
|
3
|
+
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event";
|
|
4
|
+
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
/**
|
|
6
6
|
* AutoID diagnostic data
|
|
7
7
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { UAAutoIdDiagnosticsEvent, UAAutoIdDiagnosticsEvent_Base } from "./ua_auto_id_diagnostics_event";
|
|
1
|
+
import type { UAAutoIdDiagnosticsEvent, UAAutoIdDiagnosticsEvent_Base } from "./ua_auto_id_diagnostics_event";
|
|
2
2
|
/**
|
|
3
3
|
* One entry written to the log of the device.
|
|
4
4
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { UAAutoIdDiagnosticsEvent, UAAutoIdDiagnosticsEvent_Base } from "./ua_auto_id_diagnostics_event";
|
|
1
|
+
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import type { UInt16 } from "node-opcua-basic-types";
|
|
3
|
+
import type { DataType } from "node-opcua-variant";
|
|
4
|
+
import type { UAAutoIdDiagnosticsEvent, UAAutoIdDiagnosticsEvent_Base } from "./ua_auto_id_diagnostics_event";
|
|
5
5
|
/**
|
|
6
6
|
* Current presence of AutoID Identifier.
|
|
7
7
|
*
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import { DTScanResult } from "./dt_scan_result";
|
|
1
|
+
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import type { UAString } from "node-opcua-basic-types";
|
|
3
|
+
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event";
|
|
4
|
+
import type { DataType } from "node-opcua-variant";
|
|
5
|
+
import type { DTScanResult } from "./dt_scan_result";
|
|
6
6
|
/**
|
|
7
7
|
* | | |
|
|
8
8
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import { DTLocation } from "./dt_location";
|
|
1
|
+
import type { UAProperty } from "node-opcua-address-space-base";
|
|
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";
|
|
4
|
+
import type { DataType } from "node-opcua-variant";
|
|
5
|
+
import type { DTLocation } from "./dt_location";
|
|
6
6
|
/**
|
|
7
7
|
* | | |
|
|
8
8
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { UAMethod } from "node-opcua-address-space-base";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
1
|
+
import type { UAMethod } from "node-opcua-address-space-base";
|
|
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";
|
|
5
|
+
import type { DataType } from "node-opcua-variant";
|
|
6
|
+
import type { UAAutoIdDevice, UAAutoIdDevice_Base, UAAutoIdDevice_runtimeParameters } from "./ua_auto_id_device";
|
|
7
7
|
export interface UAOcrReaderDevice_runtimeParameters extends UAAutoIdDevice_runtimeParameters {
|
|
8
8
|
/**
|
|
9
9
|
* matchCode
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import { DataType } from "node-opcua-variant";
|
|
3
|
-
import { DTOcrScanResult } from "./dt_ocr_scan_result";
|
|
4
|
-
import { UAAutoIdScanEvent, UAAutoIdScanEvent_Base } from "./ua_auto_id_scan_event";
|
|
1
|
+
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import type { DataType } from "node-opcua-variant";
|
|
3
|
+
import type { DTOcrScanResult } from "./dt_ocr_scan_result";
|
|
4
|
+
import type { UAAutoIdScanEvent, UAAutoIdScanEvent_Base } from "./ua_auto_id_scan_event";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { UAMethod } from "node-opcua-address-space-base";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
1
|
+
import type { UAMethod } from "node-opcua-address-space-base";
|
|
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";
|
|
5
|
+
import type { DataType } from "node-opcua-variant";
|
|
6
|
+
import type { UAAutoIdDevice, UAAutoIdDevice_Base, UAAutoIdDevice_runtimeParameters } from "./ua_auto_id_device";
|
|
7
7
|
export interface UAOpticalReaderDevice_runtimeParameters extends UAAutoIdDevice_runtimeParameters {
|
|
8
8
|
/**
|
|
9
9
|
* matchCode
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import { DataType } from "node-opcua-variant";
|
|
3
|
-
import { DTOpticalScanResult } from "./dt_optical_scan_result";
|
|
4
|
-
import { UAAutoIdScanEvent, UAAutoIdScanEvent_Base } from "./ua_auto_id_scan_event";
|
|
1
|
+
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import type { DataType } from "node-opcua-variant";
|
|
3
|
+
import type { DTOpticalScanResult } from "./dt_optical_scan_result";
|
|
4
|
+
import type { UAAutoIdScanEvent, UAAutoIdScanEvent_Base } from "./ua_auto_id_scan_event";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { UAMethod } from "node-opcua-address-space-base";
|
|
2
|
-
import { UAOpticalReaderDevice, UAOpticalReaderDevice_Base } from "./ua_optical_reader_device";
|
|
1
|
+
import type { UAMethod } from "node-opcua-address-space-base";
|
|
2
|
+
import type { UAOpticalReaderDevice, UAOpticalReaderDevice_Base } from "./ua_optical_reader_device";
|
|
3
3
|
/**
|
|
4
4
|
* | | |
|
|
5
5
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import { DataType } from "node-opcua-variant";
|
|
3
|
-
import { DTOpticalVerifierScanResult } from "./dt_optical_verifier_scan_result";
|
|
4
|
-
import { UAOpticalScanEvent, UAOpticalScanEvent_Base } from "./ua_optical_scan_event";
|
|
1
|
+
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import type { DataType } from "node-opcua-variant";
|
|
3
|
+
import type { DTOpticalVerifierScanResult } from "./dt_optical_verifier_scan_result";
|
|
4
|
+
import type { UAOpticalScanEvent, UAOpticalScanEvent_Base } from "./ua_optical_scan_event";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import { DataType } from "node-opcua-variant";
|
|
3
|
-
import { DTRfidAccessResult } from "./dt_rfid_access_result";
|
|
4
|
-
import { UAAutoIdAccessEvent, UAAutoIdAccessEvent_Base } from "./ua_auto_id_access_event";
|
|
1
|
+
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import type { DataType } from "node-opcua-variant";
|
|
3
|
+
import type { DTRfidAccessResult } from "./dt_rfid_access_result";
|
|
4
|
+
import type { UAAutoIdAccessEvent, UAAutoIdAccessEvent_Base } from "./ua_auto_id_access_event";
|
|
5
5
|
/**
|
|
6
6
|
* Data of the access on one or more Rfid
|
|
7
7
|
* Transponder.
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { UAMethod, UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import { DTAntennaNameIdPair } from "./dt_antenna_name_id_pair";
|
|
8
|
-
import {
|
|
1
|
+
import type { UAMethod, UAProperty } from "node-opcua-address-space-base";
|
|
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";
|
|
6
|
+
import type { DataType } from "node-opcua-variant";
|
|
7
|
+
import type { DTAntennaNameIdPair } from "./dt_antenna_name_id_pair";
|
|
8
|
+
import type { UAAutoIdDevice, UAAutoIdDevice_Base, UAAutoIdDevice_diagnostics, UAAutoIdDevice_runtimeParameters } from "./ua_auto_id_device";
|
|
9
9
|
export interface UARfidReaderDevice_diagnostics extends UAAutoIdDevice_diagnostics {
|
|
10
10
|
/**
|
|
11
11
|
* lastAccess
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import { DataType } from "node-opcua-variant";
|
|
3
|
-
import { DTRfidScanResult } from "./dt_rfid_scan_result";
|
|
4
|
-
import { UAAutoIdScanEvent, UAAutoIdScanEvent_Base } from "./ua_auto_id_scan_event";
|
|
1
|
+
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import type { DataType } from "node-opcua-variant";
|
|
3
|
+
import type { DTRfidScanResult } from "./dt_rfid_scan_result";
|
|
4
|
+
import type { UAAutoIdScanEvent, UAAutoIdScanEvent_Base } from "./ua_auto_id_scan_event";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |----------------|------------------------------------------------------------|
|