node-opcua-nodeset-auto-id 2.182.0 → 2.183.1

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