node-opcua-nodeset-auto-id 2.170.1 → 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.
Files changed (93) hide show
  1. package/dist/dt_access_result.d.ts +4 -4
  2. package/dist/dt_access_result.js.map +1 -1
  3. package/dist/dt_antenna_name_id_pair.d.ts +3 -3
  4. package/dist/dt_antenna_name_id_pair.js.map +1 -1
  5. package/dist/dt_dhcp_geo_conf_coordinate.d.ts +3 -3
  6. package/dist/dt_dhcp_geo_conf_coordinate.js.map +1 -1
  7. package/dist/dt_local_coordinate.d.ts +3 -3
  8. package/dist/dt_local_coordinate.js.map +1 -1
  9. package/dist/dt_location.d.ts +4 -4
  10. package/dist/dt_ocr_scan_result.d.ts +7 -7
  11. package/dist/dt_ocr_scan_result.js.map +1 -1
  12. package/dist/dt_optical_scan_result.d.ts +7 -7
  13. package/dist/dt_optical_scan_result.js.map +1 -1
  14. package/dist/dt_optical_verifier_scan_result.d.ts +7 -7
  15. package/dist/dt_optical_verifier_scan_result.js.map +1 -1
  16. package/dist/dt_position.d.ts +3 -3
  17. package/dist/dt_position.js.map +1 -1
  18. package/dist/dt_rfid_access_result.d.ts +4 -4
  19. package/dist/dt_rfid_access_result.js.map +1 -1
  20. package/dist/dt_rfid_scan_result.d.ts +6 -6
  21. package/dist/dt_rfid_scan_result.js.map +1 -1
  22. package/dist/dt_rfid_sighting.d.ts +3 -3
  23. package/dist/dt_rfid_sighting.js.map +1 -1
  24. package/dist/dt_rotation.d.ts +2 -2
  25. package/dist/dt_rotation.js.map +1 -1
  26. package/dist/dt_rtls_location_result.d.ts +6 -6
  27. package/dist/dt_rtls_location_result.js.map +1 -1
  28. package/dist/dt_scan_data.d.ts +4 -4
  29. package/dist/dt_scan_data_epc.d.ts +3 -3
  30. package/dist/dt_scan_data_epc.js.map +1 -1
  31. package/dist/dt_scan_result.d.ts +5 -5
  32. package/dist/dt_scan_result.js.map +1 -1
  33. package/dist/dt_scan_settings.d.ts +4 -4
  34. package/dist/dt_scan_settings.js.map +1 -1
  35. package/dist/dt_wgs_84_coordinate.d.ts +3 -3
  36. package/dist/dt_wgs_84_coordinate.js.map +1 -1
  37. package/dist/ua_auto_id_access_event.d.ts +5 -5
  38. package/dist/ua_auto_id_device.d.ts +10 -10
  39. package/dist/ua_auto_id_diagnostics_event.d.ts +4 -4
  40. package/dist/ua_auto_id_log_entry_event.d.ts +1 -1
  41. package/dist/ua_auto_id_presence_event.d.ts +4 -4
  42. package/dist/ua_auto_id_scan_event.d.ts +5 -5
  43. package/dist/ua_location_variable.d.ts +5 -5
  44. package/dist/ua_ocr_reader_device.d.ts +6 -6
  45. package/dist/ua_ocr_scan_event.d.ts +4 -4
  46. package/dist/ua_optical_reader_device.d.ts +6 -6
  47. package/dist/ua_optical_scan_event.d.ts +4 -4
  48. package/dist/ua_optical_verifier_device.d.ts +2 -2
  49. package/dist/ua_optical_verifier_scan_event.d.ts +4 -4
  50. package/dist/ua_rfid_access_event.d.ts +4 -4
  51. package/dist/ua_rfid_reader_device.d.ts +8 -8
  52. package/dist/ua_rfid_scan_event.d.ts +4 -4
  53. package/dist/ua_rtls_device.d.ts +4 -4
  54. package/dist/ua_rtls_location_event.d.ts +4 -4
  55. package/package.json +11 -11
  56. package/source/dt_access_result.ts +7 -4
  57. package/source/dt_antenna_name_id_pair.ts +5 -3
  58. package/source/dt_dhcp_geo_conf_coordinate.ts +5 -3
  59. package/source/dt_local_coordinate.ts +5 -3
  60. package/source/dt_location.ts +7 -4
  61. package/source/dt_ocr_scan_result.ts +10 -7
  62. package/source/dt_optical_scan_result.ts +10 -7
  63. package/source/dt_optical_verifier_scan_result.ts +10 -7
  64. package/source/dt_position.ts +5 -3
  65. package/source/dt_rfid_access_result.ts +7 -4
  66. package/source/dt_rfid_scan_result.ts +9 -6
  67. package/source/dt_rfid_sighting.ts +5 -3
  68. package/source/dt_rotation.ts +4 -2
  69. package/source/dt_rtls_location_result.ts +9 -6
  70. package/source/dt_scan_data.ts +7 -4
  71. package/source/dt_scan_data_epc.ts +5 -3
  72. package/source/dt_scan_result.ts +8 -5
  73. package/source/dt_scan_settings.ts +7 -4
  74. package/source/dt_wgs_84_coordinate.ts +5 -3
  75. package/source/index.ts +1 -1
  76. package/source/ua_auto_id_access_event.ts +9 -7
  77. package/source/ua_auto_id_device.ts +14 -12
  78. package/source/ua_auto_id_diagnostics_event.ts +7 -6
  79. package/source/ua_auto_id_log_entry_event.ts +3 -3
  80. package/source/ua_auto_id_presence_event.ts +8 -6
  81. package/source/ua_auto_id_scan_event.ts +9 -7
  82. package/source/ua_location_variable.ts +9 -7
  83. package/source/ua_ocr_reader_device.ts +10 -8
  84. package/source/ua_ocr_scan_event.ts +8 -6
  85. package/source/ua_optical_reader_device.ts +10 -8
  86. package/source/ua_optical_scan_event.ts +8 -6
  87. package/source/ua_optical_verifier_device.ts +6 -4
  88. package/source/ua_optical_verifier_scan_event.ts +8 -6
  89. package/source/ua_rfid_access_event.ts +8 -6
  90. package/source/ua_rfid_reader_device.ts +12 -10
  91. package/source/ua_rfid_scan_event.ts +8 -6
  92. package/source/ua_rtls_device.ts +8 -6
  93. 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":";;AAuB2E,CAAC"}
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":";;AAgBqF,CAAC"}
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 { Int32, Int16, Byte } 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 { 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":";;AAyB6F,CAAC"}
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":";;AAuBiF,CAAC"}
1
+ {"version":3,"file":"dt_local_coordinate.js","sourceRoot":"","sources":["../source/dt_local_coordinate.ts"],"names":[],"mappings":";;AAyBiF,CAAC"}
@@ -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 { NodeId } from "node-opcua-nodeid";
2
- import { Byte, UAString } from "node-opcua-basic-types";
3
- import { ExtensionObject } from "node-opcua-extension-object";
4
- import { DTScanResult } from "./dt_scan_result";
5
- import { DTScanData } from "./dt_scan_data";
6
- import { DTLocation } from "./dt_location";
7
- import { DTPosition } from "./dt_position";
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":";;AAoC6E,CAAC"}
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 { NodeId } from "node-opcua-nodeid";
2
- import { UAString } from "node-opcua-basic-types";
3
- import { ExtensionObject } from "node-opcua-extension-object";
4
- import { DTScanResult } from "./dt_scan_result";
5
- import { DTScanData } from "./dt_scan_data";
6
- import { DTLocation } from "./dt_location";
7
- import { DTPosition } from "./dt_position";
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":";;AAgCqF,CAAC"}
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 { NodeId } from "node-opcua-nodeid";
2
- import { Int16, UAString } from "node-opcua-basic-types";
3
- import { ExtensionObject } from "node-opcua-extension-object";
4
- import { DTOpticalScanResult } from "./dt_optical_scan_result";
5
- import { DTScanData } from "./dt_scan_data";
6
- import { DTLocation } from "./dt_location";
7
- import { DTPosition } from "./dt_position";
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":";;AAyCoH,CAAC"}
1
+ {"version":3,"file":"dt_optical_verifier_scan_result.js","sourceRoot":"","sources":["../source/dt_optical_verifier_scan_result.ts"],"names":[],"mappings":";;AA4CoH,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_position.js","sourceRoot":"","sources":["../source/dt_position.ts"],"names":[],"mappings":";;AAmBmE,CAAC"}
1
+ {"version":3,"file":"dt_position.js","sourceRoot":"","sources":["../source/dt_position.ts"],"names":[],"mappings":";;AAqBmE,CAAC"}
@@ -1,7 +1,7 @@
1
- import { Int32, UInt16, UAString } from "node-opcua-basic-types";
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":";;AAsCmF,CAAC"}
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 { DTScanResult } from "./dt_scan_result";
4
- import { DTScanData } from "./dt_scan_data";
5
- import { DTLocation } from "./dt_location";
6
- import { DTRfidSighting } from "./dt_rfid_sighting";
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":";;AA2B+E,CAAC"}
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":";;AAsB2E,CAAC"}
1
+ {"version":3,"file":"dt_rfid_sighting.js","sourceRoot":"","sources":["../source/dt_rfid_sighting.ts"],"names":[],"mappings":";;AAwB2E,CAAC"}
@@ -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
  * |-----------|------------------------------------------------------------|
@@ -1 +1 @@
1
- {"version":3,"file":"dt_rotation.js","sourceRoot":"","sources":["../source/dt_rotation.ts"],"names":[],"mappings":";;AAgBmE,CAAC"}
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 { DTScanResult } from "./dt_scan_result";
4
- import { DTScanData } from "./dt_scan_data";
5
- import { DTLocation } from "./dt_location";
6
- import { DTRotation } from "./dt_rotation";
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":";;AA6BuF,CAAC"}
1
+ {"version":3,"file":"dt_rtls_location_result.js","sourceRoot":"","sources":["../source/dt_rtls_location_result.ts"],"names":[],"mappings":";;AAgCuF,CAAC"}
@@ -1,7 +1,7 @@
1
- import { Variant } from "node-opcua-variant";
2
- import { UAString } from "node-opcua-basic-types";
3
- import { DTUnion } from "node-opcua-nodeset-ua/dist/dt_union";
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":";;AAkByE,CAAC"}
1
+ {"version":3,"file":"dt_scan_data_epc.js","sourceRoot":"","sources":["../source/dt_scan_data_epc.ts"],"names":[],"mappings":";;AAoByE,CAAC"}
@@ -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 { DTScanData } from "./dt_scan_data";
5
- import { DTLocation } from "./dt_location";
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":";;AAwBuE,CAAC"}
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":";;AAmB2E,CAAC"}
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":";;AAuBiF,CAAC"}
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 { DataType } from "node-opcua-variant";
3
- import { UAString } from "node-opcua-basic-types";
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 { DataType } from "node-opcua-variant";
3
- import { UInt32, UInt16, UAString } from "node-opcua-basic-types";
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
- 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 { DataType } from "node-opcua-variant";
3
- import { UAString } from "node-opcua-basic-types";
4
- import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event";
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 { DataType } from "node-opcua-variant";
3
- import { UInt16 } from "node-opcua-basic-types";
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 { DataType } from "node-opcua-variant";
3
- import { UAString } from "node-opcua-basic-types";
4
- import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event";
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 { DataType } from "node-opcua-variant";
3
- import { EUInformation } from "node-opcua-data-access";
4
- import { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
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 { DataType } from "node-opcua-variant";
3
- import { UAString } from "node-opcua-basic-types";
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
- import { UAAutoIdDevice_runtimeParameters, UAAutoIdDevice, UAAutoIdDevice_Base } from "./ua_auto_id_device";
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 { DataType } from "node-opcua-variant";
3
- import { UAString } from "node-opcua-basic-types";
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
- import { UAAutoIdDevice_runtimeParameters, UAAutoIdDevice, UAAutoIdDevice_Base } from "./ua_auto_id_device";
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 { DataType } from "node-opcua-variant";
3
- import { UInt32, Int32, SByte } from "node-opcua-basic-types";
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
- import { DTAntennaNameIdPair } from "./dt_antenna_name_id_pair";
8
- import { UAAutoIdDevice_diagnostics, UAAutoIdDevice_runtimeParameters, UAAutoIdDevice, UAAutoIdDevice_Base } from "./ua_auto_id_device";
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
  * |----------------|------------------------------------------------------------|