node-opcua-nodeset-auto-id 2.75.0 → 2.77.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 (107) hide show
  1. package/dist/dt_access_result.d.ts +6 -3
  2. package/dist/dt_access_result.js +1 -0
  3. package/dist/dt_access_result.js.map +1 -1
  4. package/dist/dt_antenna_name_id_pair.d.ts +3 -0
  5. package/dist/dt_antenna_name_id_pair.js +1 -0
  6. package/dist/dt_antenna_name_id_pair.js.map +1 -1
  7. package/dist/dt_dhcp_geo_conf_coordinate.d.ts +3 -0
  8. package/dist/dt_dhcp_geo_conf_coordinate.js +1 -0
  9. package/dist/dt_dhcp_geo_conf_coordinate.js.map +1 -1
  10. package/dist/dt_local_coordinate.d.ts +3 -0
  11. package/dist/dt_local_coordinate.js +1 -0
  12. package/dist/dt_local_coordinate.js.map +1 -1
  13. package/dist/dt_location.d.ts +20 -1
  14. package/dist/dt_ocr_scan_result.d.ts +6 -3
  15. package/dist/dt_ocr_scan_result.js +1 -0
  16. package/dist/dt_ocr_scan_result.js.map +1 -1
  17. package/dist/dt_optical_scan_result.d.ts +8 -5
  18. package/dist/dt_optical_scan_result.js +1 -0
  19. package/dist/dt_optical_scan_result.js.map +1 -1
  20. package/dist/dt_optical_verifier_scan_result.d.ts +8 -5
  21. package/dist/dt_optical_verifier_scan_result.js +1 -0
  22. package/dist/dt_optical_verifier_scan_result.js.map +1 -1
  23. package/dist/dt_position.d.ts +3 -0
  24. package/dist/dt_position.js +1 -0
  25. package/dist/dt_position.js.map +1 -1
  26. package/dist/dt_rfid_access_result.d.ts +13 -10
  27. package/dist/dt_rfid_access_result.js +1 -0
  28. package/dist/dt_rfid_access_result.js.map +1 -1
  29. package/dist/dt_rfid_scan_result.d.ts +4 -1
  30. package/dist/dt_rfid_scan_result.js +1 -0
  31. package/dist/dt_rfid_scan_result.js.map +1 -1
  32. package/dist/dt_rfid_sighting.d.ts +3 -0
  33. package/dist/dt_rfid_sighting.js +1 -0
  34. package/dist/dt_rfid_sighting.js.map +1 -1
  35. package/dist/dt_rotation.d.ts +3 -0
  36. package/dist/dt_rotation.js +1 -0
  37. package/dist/dt_rotation.js.map +1 -1
  38. package/dist/dt_rtls_location_result.d.ts +4 -1
  39. package/dist/dt_rtls_location_result.js +1 -0
  40. package/dist/dt_rtls_location_result.js.map +1 -1
  41. package/dist/dt_scan_data.d.ts +22 -2
  42. package/dist/dt_scan_data_epc.d.ts +3 -0
  43. package/dist/dt_scan_data_epc.js +1 -0
  44. package/dist/dt_scan_data_epc.js.map +1 -1
  45. package/dist/dt_scan_result.d.ts +4 -1
  46. package/dist/dt_scan_result.js +1 -0
  47. package/dist/dt_scan_result.js.map +1 -1
  48. package/dist/dt_scan_settings.d.ts +4 -1
  49. package/dist/dt_scan_settings.js +1 -0
  50. package/dist/dt_scan_settings.js.map +1 -1
  51. package/dist/dt_wgs_84_coordinate.d.ts +3 -0
  52. package/dist/dt_wgs_84_coordinate.js +1 -0
  53. package/dist/dt_wgs_84_coordinate.js.map +1 -1
  54. package/dist/ua_auto_id_access_event.d.ts +3 -3
  55. package/dist/ua_auto_id_device.d.ts +9 -9
  56. package/dist/ua_auto_id_diagnostics_event.d.ts +1 -1
  57. package/dist/ua_auto_id_log_entry_event.d.ts +1 -2
  58. package/dist/ua_auto_id_presence_event.d.ts +1 -1
  59. package/dist/ua_auto_id_scan_event.d.ts +2 -2
  60. package/dist/ua_location_variable.d.ts +6 -6
  61. package/dist/ua_ocr_reader_device.d.ts +2 -2
  62. package/dist/ua_ocr_scan_event.d.ts +1 -1
  63. package/dist/ua_optical_reader_device.d.ts +2 -2
  64. package/dist/ua_optical_scan_event.d.ts +1 -1
  65. package/dist/ua_optical_verifier_scan_event.d.ts +1 -1
  66. package/dist/ua_rfid_access_event.d.ts +1 -1
  67. package/dist/ua_rfid_reader_device.d.ts +8 -8
  68. package/dist/ua_rfid_scan_event.d.ts +1 -1
  69. package/dist/ua_rtls_device.d.ts +4 -4
  70. package/dist/ua_rtls_location_event.d.ts +1 -1
  71. package/package.json +11 -10
  72. package/source/dt_access_result.ts +10 -8
  73. package/source/dt_antenna_name_id_pair.ts +4 -2
  74. package/source/dt_dhcp_geo_conf_coordinate.ts +4 -2
  75. package/source/dt_local_coordinate.ts +7 -5
  76. package/source/dt_location.ts +26 -2
  77. package/source/dt_ocr_scan_result.ts +16 -14
  78. package/source/dt_optical_scan_result.ts +15 -13
  79. package/source/dt_optical_verifier_scan_result.ts +15 -13
  80. package/source/dt_position.ts +4 -2
  81. package/source/dt_rfid_access_result.ts +24 -22
  82. package/source/dt_rfid_scan_result.ts +10 -8
  83. package/source/dt_rfid_sighting.ts +8 -6
  84. package/source/dt_rotation.ts +4 -2
  85. package/source/dt_rtls_location_result.ts +9 -7
  86. package/source/dt_scan_data.ts +28 -3
  87. package/source/dt_scan_data_epc.ts +4 -2
  88. package/source/dt_scan_result.ts +9 -7
  89. package/source/dt_scan_settings.ts +5 -3
  90. package/source/dt_wgs_84_coordinate.ts +4 -2
  91. package/source/ua_auto_id_access_event.ts +3 -3
  92. package/source/ua_auto_id_device.ts +10 -10
  93. package/source/ua_auto_id_diagnostics_event.ts +2 -2
  94. package/source/ua_auto_id_log_entry_event.ts +1 -2
  95. package/source/ua_auto_id_presence_event.ts +1 -1
  96. package/source/ua_auto_id_scan_event.ts +2 -2
  97. package/source/ua_location_variable.ts +6 -6
  98. package/source/ua_ocr_reader_device.ts +2 -2
  99. package/source/ua_ocr_scan_event.ts +1 -1
  100. package/source/ua_optical_reader_device.ts +2 -2
  101. package/source/ua_optical_scan_event.ts +1 -1
  102. package/source/ua_optical_verifier_scan_event.ts +1 -1
  103. package/source/ua_rfid_access_event.ts +1 -1
  104. package/source/ua_rfid_reader_device.ts +8 -8
  105. package/source/ua_rfid_scan_event.ts +1 -1
  106. package/source/ua_rtls_device.ts +4 -4
  107. package/source/ua_rtls_location_event.ts +1 -1
@@ -24,7 +24,7 @@ export interface UAAutoIdDevice_diagnostics extends UAFunctionalGroup {
24
24
  * Current presence of AutoID Identifier (e.g. a
25
25
  * code or a transponder).
26
26
  */
27
- presence?: UABaseDataVariable<UInt16, /*z*/ DataType.UInt16>;
27
+ presence?: UABaseDataVariable<UInt16, DataType.UInt16>;
28
28
  }
29
29
  export interface UAAutoIdDevice_runtimeParameters extends UAFunctionalGroup {
30
30
  /**
@@ -32,7 +32,7 @@ export interface UAAutoIdDevice_runtimeParameters extends UAFunctionalGroup {
32
32
  * Supported CodeTypes and selected CodeType for the
33
33
  * ScanData.
34
34
  */
35
- codeTypes?: UAMultiStateDiscrete<UInt32[], /*z*/ DataType.UInt32>;
35
+ codeTypes?: UAMultiStateDiscrete<UInt32[], DataType.UInt32>;
36
36
  /**
37
37
  * scanSettings
38
38
  * Scan settings used together with ScanActive
@@ -49,12 +49,12 @@ export interface UAAutoIdDevice_runtimeParameters extends UAFunctionalGroup {
49
49
  * |isAbstract |true |
50
50
  */
51
51
  export interface UAAutoIdDevice_Base extends UADevice_Base {
52
- autoIdModelVersion: UAProperty<UAString, /*z*/ DataType.String>;
52
+ autoIdModelVersion: UAProperty<UAString, DataType.String>;
53
53
  /**
54
54
  * deviceInfo
55
55
  * Device status information.
56
56
  */
57
- deviceInfo?: UAProperty<UAString, /*z*/ DataType.String>;
57
+ deviceInfo?: UAProperty<UAString, DataType.String>;
58
58
  /**
59
59
  * deviceLocation
60
60
  * Union of GPS, UTM, Local.
@@ -64,15 +64,15 @@ export interface UAAutoIdDevice_Base extends UADevice_Base {
64
64
  * deviceLocationName
65
65
  * Symbolic name of the device location.
66
66
  */
67
- deviceLocationName?: UAProperty<UAString, /*z*/ DataType.String>;
67
+ deviceLocationName?: UAProperty<UAString, DataType.String>;
68
68
  /**
69
69
  * deviceName
70
70
  * Default could be also host name, IP address or
71
71
  * MAC. This should be a field that can be
72
72
  * configured for a device.
73
73
  */
74
- deviceName: UAProperty<UAString, /*z*/ DataType.String>;
75
- deviceStatus: UABaseDataVariable<EnumDeviceStatus, /*z*/ DataType.Int32>;
74
+ deviceName: UAProperty<UAString, DataType.String>;
75
+ deviceStatus: UABaseDataVariable<EnumDeviceStatus, DataType.Int32>;
76
76
  /**
77
77
  * diagnostics
78
78
  * Diagnostic data from AutoID Devices.
@@ -90,14 +90,14 @@ export interface UAAutoIdDevice_Base extends UADevice_Base {
90
90
  * Point of time the last AutoID Identifier was
91
91
  * scanned.
92
92
  */
93
- lastScanTimestamp?: UABaseDataVariable<Date, /*z*/ DataType.DateTime>;
93
+ lastScanTimestamp?: UABaseDataVariable<Date, DataType.DateTime>;
94
94
  runtimeParameters?: UAAutoIdDevice_runtimeParameters;
95
95
  scan?: UAMethod;
96
96
  /**
97
97
  * scanActive
98
98
  * Triggers the scan process.
99
99
  */
100
- scanActive?: UABaseDataVariable<boolean, /*z*/ DataType.Boolean>;
100
+ scanActive?: UABaseDataVariable<boolean, DataType.Boolean>;
101
101
  scanStart?: UAMethod;
102
102
  scanStop?: UAMethod;
103
103
  }
@@ -17,7 +17,7 @@ export interface UAAutoIdDiagnosticsEvent_Base extends UABaseEvent_Base {
17
17
  * deviceName
18
18
  * Name of the device of the diagnostic data.
19
19
  */
20
- deviceName: UAProperty<UAString, /*z*/ DataType.String>;
20
+ deviceName: UAProperty<UAString, DataType.String>;
21
21
  }
22
22
  export interface UAAutoIdDiagnosticsEvent extends UABaseEvent, UAAutoIdDiagnosticsEvent_Base {
23
23
  }
@@ -9,7 +9,6 @@ import { UAAutoIdDiagnosticsEvent, UAAutoIdDiagnosticsEvent_Base } from "./ua_au
9
9
  * |typedDefinition |3:AutoIdLogEntryEventType ns=3;i=1017 |
10
10
  * |isAbstract |true |
11
11
  */
12
- export interface UAAutoIdLogEntryEvent_Base extends UAAutoIdDiagnosticsEvent_Base {
13
- }
12
+ export declare type UAAutoIdLogEntryEvent_Base = UAAutoIdDiagnosticsEvent_Base;
14
13
  export interface UAAutoIdLogEntryEvent extends UAAutoIdDiagnosticsEvent, UAAutoIdLogEntryEvent_Base {
15
14
  }
@@ -17,7 +17,7 @@ export interface UAAutoIdPresenceEvent_Base extends UAAutoIdDiagnosticsEvent_Bas
17
17
  * presence
18
18
  * Current presence of AutoID Identifier.
19
19
  */
20
- presence: UAProperty<UInt16, /*z*/ DataType.UInt16>;
20
+ presence: UAProperty<UInt16, DataType.UInt16>;
21
21
  }
22
22
  export interface UAAutoIdPresenceEvent extends UAAutoIdDiagnosticsEvent, UAAutoIdPresenceEvent_Base {
23
23
  }
@@ -12,8 +12,8 @@ import { DTScanResult } from "./dt_scan_result";
12
12
  * |isAbstract |true |
13
13
  */
14
14
  export interface UAAutoIdScanEvent_Base extends UABaseEvent_Base {
15
- deviceName: UAProperty<UAString, /*z*/ DataType.String>;
16
- scanResult: UAProperty<DTScanResult[], /*z*/ DataType.ExtensionObject>;
15
+ deviceName: UAProperty<UAString, DataType.String>;
16
+ scanResult: UAProperty<DTScanResult[], DataType.ExtensionObject>;
17
17
  }
18
18
  export interface UAAutoIdScanEvent extends UABaseEvent, UAAutoIdScanEvent_Base {
19
19
  }
@@ -13,11 +13,11 @@ import { DTLocation } from "./dt_location";
13
13
  * |dataType Name |DTLocation ns=3;i=3008 |
14
14
  * |isAbstract |false |
15
15
  */
16
- export interface UALocationVariable_Base<T extends DTLocation> extends UABaseDataVariable_Base<T, /*e*/ DataType.ExtensionObject> {
17
- geographicalUnit?: UAProperty<EUInformation, /*z*/ DataType.ExtensionObject>;
18
- lengthUnit?: UAProperty<EUInformation, /*z*/ DataType.ExtensionObject>;
19
- rotationalUnit?: UAProperty<EUInformation, /*z*/ DataType.ExtensionObject>;
20
- speedUnit?: UAProperty<EUInformation, /*z*/ DataType.ExtensionObject>;
16
+ export interface UALocationVariable_Base<T extends DTLocation> extends UABaseDataVariable_Base<T, DataType.ExtensionObject> {
17
+ geographicalUnit?: UAProperty<EUInformation, DataType.ExtensionObject>;
18
+ lengthUnit?: UAProperty<EUInformation, DataType.ExtensionObject>;
19
+ rotationalUnit?: UAProperty<EUInformation, DataType.ExtensionObject>;
20
+ speedUnit?: UAProperty<EUInformation, DataType.ExtensionObject>;
21
21
  }
22
- export interface UALocationVariable<T extends DTLocation> extends UABaseDataVariable<T, /*n*/ DataType.ExtensionObject>, UALocationVariable_Base<T> {
22
+ export interface UALocationVariable<T extends DTLocation> extends UABaseDataVariable<T, DataType.ExtensionObject>, UALocationVariable_Base<T> {
23
23
  }
@@ -9,13 +9,13 @@ export interface UAOcrReaderDevice_runtimeParameters extends UAAutoIdDevice_runt
9
9
  * matchCode
10
10
  * Target value for 2D or OCR decoding.
11
11
  */
12
- matchCode?: UABaseDataVariable<UAString, /*z*/ DataType.String>;
12
+ matchCode?: UABaseDataVariable<UAString, DataType.String>;
13
13
  /**
14
14
  * templateName
15
15
  * Activate template which defines a specific
16
16
  * identification task.
17
17
  */
18
- templateName?: UABaseDataVariable<UAString, /*z*/ DataType.String>;
18
+ templateName?: UABaseDataVariable<UAString, DataType.String>;
19
19
  }
20
20
  /**
21
21
  * | | |
@@ -11,7 +11,7 @@ import { UAAutoIdScanEvent, UAAutoIdScanEvent_Base } from "./ua_auto_id_scan_eve
11
11
  * |isAbstract |true |
12
12
  */
13
13
  export interface UAOcrScanEvent_Base extends UAAutoIdScanEvent_Base {
14
- scanResult: UAProperty<DTOcrScanResult[], /*z*/ DataType.ExtensionObject>;
14
+ scanResult: UAProperty<DTOcrScanResult[], DataType.ExtensionObject>;
15
15
  }
16
16
  export interface UAOcrScanEvent extends Omit<UAAutoIdScanEvent, "scanResult">, UAOcrScanEvent_Base {
17
17
  }
@@ -9,13 +9,13 @@ export interface UAOpticalReaderDevice_runtimeParameters extends UAAutoIdDevice_
9
9
  * matchCode
10
10
  * Target value for 2D or OCR decoding.
11
11
  */
12
- matchCode?: UABaseDataVariable<UAString, /*z*/ DataType.String>;
12
+ matchCode?: UABaseDataVariable<UAString, DataType.String>;
13
13
  /**
14
14
  * templateName
15
15
  * Activate template which defines a specific
16
16
  * identification task.
17
17
  */
18
- templateName?: UABaseDataVariable<UAString, /*z*/ DataType.String>;
18
+ templateName?: UABaseDataVariable<UAString, DataType.String>;
19
19
  }
20
20
  /**
21
21
  * | | |
@@ -11,7 +11,7 @@ import { UAAutoIdScanEvent, UAAutoIdScanEvent_Base } from "./ua_auto_id_scan_eve
11
11
  * |isAbstract |true |
12
12
  */
13
13
  export interface UAOpticalScanEvent_Base extends UAAutoIdScanEvent_Base {
14
- scanResult: UAProperty<DTOpticalScanResult[], /*z*/ DataType.ExtensionObject>;
14
+ scanResult: UAProperty<DTOpticalScanResult[], DataType.ExtensionObject>;
15
15
  }
16
16
  export interface UAOpticalScanEvent extends Omit<UAAutoIdScanEvent, "scanResult">, UAOpticalScanEvent_Base {
17
17
  }
@@ -11,7 +11,7 @@ import { UAOpticalScanEvent, UAOpticalScanEvent_Base } from "./ua_optical_scan_e
11
11
  * |isAbstract |true |
12
12
  */
13
13
  export interface UAOpticalVerifierScanEvent_Base extends UAOpticalScanEvent_Base {
14
- scanResult: UAProperty<DTOpticalVerifierScanResult[], /*z*/ DataType.ExtensionObject>;
14
+ scanResult: UAProperty<DTOpticalVerifierScanResult[], DataType.ExtensionObject>;
15
15
  }
16
16
  export interface UAOpticalVerifierScanEvent extends Omit<UAOpticalScanEvent, "scanResult">, UAOpticalVerifierScanEvent_Base {
17
17
  }
@@ -18,7 +18,7 @@ export interface UARfidAccessEvent_Base extends UAAutoIdAccessEvent_Base {
18
18
  * accessResult
19
19
  * Result values of the access.
20
20
  */
21
- accessResult: UAProperty<DTRfidAccessResult[], /*z*/ DataType.ExtensionObject>;
21
+ accessResult: UAProperty<DTRfidAccessResult[], DataType.ExtensionObject>;
22
22
  }
23
23
  export interface UARfidAccessEvent extends Omit<UAAutoIdAccessEvent, "accessResult">, UARfidAccessEvent_Base {
24
24
  }
@@ -19,28 +19,28 @@ export interface UARfidReaderDevice_runtimeParameters extends UAAutoIdDevice_run
19
19
  * Supported CodeTypes and selected CodeType for the
20
20
  * diagnostics value RWData.
21
21
  */
22
- codeTypesRWData?: UAMultiStateDiscrete<UInt32[], /*z*/ DataType.UInt32>;
22
+ codeTypesRWData?: UAMultiStateDiscrete<UInt32[], DataType.UInt32>;
23
23
  /**
24
24
  * enableAntennas
25
25
  * Antennas that shall be used by the device for its
26
26
  * operation.
27
27
  */
28
- enableAntennas?: UABaseDataVariable<UInt32, /*z*/ DataType.UInt32>;
28
+ enableAntennas?: UABaseDataVariable<UInt32, DataType.UInt32>;
29
29
  /**
30
30
  * minRssi
31
31
  * Lowest acceptable RSSI value.
32
32
  */
33
- minRssi?: UABaseDataVariable<Int32, /*z*/ DataType.Int32>;
33
+ minRssi?: UABaseDataVariable<Int32, DataType.Int32>;
34
34
  /**
35
35
  * rfPower
36
36
  * Radio transmission power of the antenna.
37
37
  */
38
- rfPower?: UABaseDataVariable<SByte, /*z*/ DataType.SByte>;
38
+ rfPower?: UABaseDataVariable<SByte, DataType.SByte>;
39
39
  /**
40
40
  * tagTypes
41
41
  * Expected tags in a multi-type environment.
42
42
  */
43
- tagTypes?: UAMultiStateDiscrete<UInt32[], /*z*/ DataType.UInt32>;
43
+ tagTypes?: UAMultiStateDiscrete<UInt32[], DataType.UInt32>;
44
44
  }
45
45
  /**
46
46
  * | | |
@@ -51,7 +51,7 @@ export interface UARfidReaderDevice_runtimeParameters extends UAAutoIdDevice_run
51
51
  * |isAbstract |false |
52
52
  */
53
53
  export interface UARfidReaderDevice_Base extends UAAutoIdDevice_Base {
54
- antennaNames?: UAProperty<DTAntennaNameIdPair[], /*z*/ DataType.ExtensionObject>;
54
+ antennaNames?: UAProperty<DTAntennaNameIdPair[], DataType.ExtensionObject>;
55
55
  /**
56
56
  * diagnostics
57
57
  * Diagnostic data from AutoID Devices.
@@ -63,13 +63,13 @@ export interface UARfidReaderDevice_Base extends UAAutoIdDevice_Base {
63
63
  * ID of the antenna with which the last AutoID
64
64
  * Identifier was scanned.
65
65
  */
66
- lastScanAntenna?: UABaseDataVariable<Int32, /*z*/ DataType.Int32>;
66
+ lastScanAntenna?: UABaseDataVariable<Int32, DataType.Int32>;
67
67
  /**
68
68
  * lastScanRSSI
69
69
  * RSSI Value with which the last AutoID Identifier
70
70
  * was scanned.
71
71
  */
72
- lastScanRSSI?: UABaseDataVariable<Int32, /*z*/ DataType.Int32>;
72
+ lastScanRSSI?: UABaseDataVariable<Int32, DataType.Int32>;
73
73
  lockTag?: UAMethod;
74
74
  readTag?: UAMethod;
75
75
  runtimeParameters?: UARfidReaderDevice_runtimeParameters;
@@ -11,7 +11,7 @@ import { UAAutoIdScanEvent, UAAutoIdScanEvent_Base } from "./ua_auto_id_scan_eve
11
11
  * |isAbstract |true |
12
12
  */
13
13
  export interface UARfidScanEvent_Base extends UAAutoIdScanEvent_Base {
14
- scanResult: UAProperty<DTRfidScanResult[], /*z*/ DataType.ExtensionObject>;
14
+ scanResult: UAProperty<DTRfidScanResult[], DataType.ExtensionObject>;
15
15
  }
16
16
  export interface UARfidScanEvent extends Omit<UAAutoIdScanEvent, "scanResult">, UARfidScanEvent_Base {
17
17
  }
@@ -11,14 +11,14 @@ import { UAAutoIdDevice, UAAutoIdDevice_Base } from "./ua_auto_id_device";
11
11
  * |isAbstract |false |
12
12
  */
13
13
  export interface UARtlsDevice_Base extends UAAutoIdDevice_Base {
14
- geographicalUnit: UAProperty<EUInformation, /*z*/ DataType.ExtensionObject>;
14
+ geographicalUnit: UAProperty<EUInformation, DataType.ExtensionObject>;
15
15
  getLocation?: UAMethod;
16
16
  getSupportedLocationTypes?: UAMethod;
17
17
  getUnits?: UAMethod;
18
- lengthUnit: UAProperty<EUInformation, /*z*/ DataType.ExtensionObject>;
19
- rotationalUnit: UAProperty<EUInformation, /*z*/ DataType.ExtensionObject>;
18
+ lengthUnit: UAProperty<EUInformation, DataType.ExtensionObject>;
19
+ rotationalUnit: UAProperty<EUInformation, DataType.ExtensionObject>;
20
20
  scan?: UAMethod;
21
- speedUnit: UAProperty<EUInformation, /*z*/ DataType.ExtensionObject>;
21
+ speedUnit: UAProperty<EUInformation, DataType.ExtensionObject>;
22
22
  }
23
23
  export interface UARtlsDevice extends Omit<UAAutoIdDevice, "scan">, UARtlsDevice_Base {
24
24
  }
@@ -11,7 +11,7 @@ import { UAAutoIdScanEvent, UAAutoIdScanEvent_Base } from "./ua_auto_id_scan_eve
11
11
  * |isAbstract |true |
12
12
  */
13
13
  export interface UARtlsLocationEvent_Base extends UAAutoIdScanEvent_Base {
14
- scanResult: UAProperty<DTRtlsLocationResult[], /*z*/ DataType.ExtensionObject>;
14
+ scanResult: UAProperty<DTRtlsLocationResult[], DataType.ExtensionObject>;
15
15
  }
16
16
  export interface UARtlsLocationEvent extends Omit<UAAutoIdScanEvent, "scanResult">, UARtlsLocationEvent_Base {
17
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-nodeset-auto-id",
3
- "version": "2.75.0",
3
+ "version": "2.77.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -10,14 +10,15 @@
10
10
  "author": "etienne.rossignon@sterfive.com",
11
11
  "license": "MIT",
12
12
  "dependencies": {
13
- "node-opcua-address-space-base": "2.75.0",
14
- "node-opcua-basic-types": "2.74.0",
15
- "node-opcua-data-access": "2.75.0",
16
- "node-opcua-data-model": "2.75.0",
17
- "node-opcua-nodeid": "2.74.0",
18
- "node-opcua-nodeset-di": "2.75.0",
19
- "node-opcua-nodeset-ua": "2.75.0",
20
- "node-opcua-variant": "2.75.0"
13
+ "node-opcua-address-space-base": "2.77.0",
14
+ "node-opcua-basic-types": "2.77.0",
15
+ "node-opcua-data-access": "2.77.0",
16
+ "node-opcua-data-model": "2.77.0",
17
+ "node-opcua-extension-object": "2.77.0",
18
+ "node-opcua-nodeid": "2.77.0",
19
+ "node-opcua-nodeset-di": "2.77.0",
20
+ "node-opcua-nodeset-ua": "2.77.0",
21
+ "node-opcua-variant": "2.77.0"
21
22
  },
22
- "gitHead": "5ccb835ca480c2a8a591ae61b5949a9d8bad4017"
23
+ "gitHead": "5c8d45772d786fa4ba59369dd26679353ab5482b"
23
24
  }
@@ -1,5 +1,6 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { UAString } from "node-opcua-basic-types"
3
+ import { ExtensionObject } from "node-opcua-extension-object"
3
4
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
4
5
  import { DTScanData } from "./dt_scan_data"
5
6
  /**
@@ -12,11 +13,12 @@ import { DTScanData } from "./dt_scan_data"
12
13
  * | name |3:AccessResult |
13
14
  * | isAbstract|false |
14
15
  */
15
- export interface DTAccessResult extends DTStructure {
16
- /** Defines the format of Identifier as string.*/
17
- codeType: UAString; // String ns=3;i=3031
18
- /** The AutoID Identifier (e.g. a code or a transponder) which was accessed by a command.*/
19
- identifier: DTScanData; // ExtensionObject ns=3;i=3020
20
- /** The point of time the AutoID Identifier was accessed by the command.*/
21
- timestamp: Date; // DateTime ns=0;i=294
22
- }
16
+ export interface DTAccessResult extends DTStructure {
17
+ /** Defines the format of Identifier as string.*/
18
+ codeType?: UAString; // String ns=3;i=3031
19
+ /** The AutoID Identifier (e.g. a code or a transponder) which was accessed by a command.*/
20
+ identifier?: DTScanData; // ExtensionObject ns=3;i=3020
21
+ /** The point of time the AutoID Identifier was accessed by the command.*/
22
+ timestamp?: Date; // DateTime ns=0;i=294
23
+ }
24
+ export interface UDTAccessResult extends ExtensionObject, DTAccessResult {};
@@ -1,5 +1,6 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { Int32, UAString } from "node-opcua-basic-types"
3
+ import { ExtensionObject } from "node-opcua-extension-object"
3
4
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
4
5
  /**
5
6
  * | | |
@@ -9,7 +10,8 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
9
10
  * | name |3:AntennaNameIdPair |
10
11
  * | isAbstract|false |
11
12
  */
12
- export interface DTAntennaNameIdPair extends DTStructure {
13
+ export interface DTAntennaNameIdPair extends DTStructure {
13
14
  antennaId: Int32; // Int32 ns=0;i=6
14
15
  antennaName: UAString; // String ns=0;i=12
15
- }
16
+ }
17
+ export interface UDTAntennaNameIdPair extends ExtensionObject, DTAntennaNameIdPair {};
@@ -1,5 +1,6 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { Int32, Int16, Byte } from "node-opcua-basic-types"
3
+ import { ExtensionObject } from "node-opcua-extension-object"
3
4
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
4
5
  /**
5
6
  * | | |
@@ -9,7 +10,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
9
10
  * | name |3:DhcpGeoConfCoordinate |
10
11
  * | isAbstract|false |
11
12
  */
12
- export interface DTDhcpGeoConfCoordinate extends DTStructure {
13
+ export interface DTDhcpGeoConfCoordinate extends DTStructure {
13
14
  laRes: Byte; // Byte ns=0;i=3
14
15
  latitudeInteger: Int16; // Int16 ns=0;i=4
15
16
  latitudeFraction: Int32; // Int32 ns=0;i=6
@@ -21,4 +22,5 @@ export interface DTDhcpGeoConfCoordinate extends DTStructure {
21
22
  altitudeInteger: Int32; // Int32 ns=0;i=6
22
23
  altitudeFraction: Int16; // Int16 ns=0;i=4
23
24
  datum: Byte; // Byte ns=0;i=3
24
- }
25
+ }
26
+ export interface UDTDhcpGeoConfCoordinate extends ExtensionObject, DTDhcpGeoConfCoordinate {};
@@ -1,5 +1,6 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { Int32 } from "node-opcua-basic-types"
3
+ import { ExtensionObject } from "node-opcua-extension-object"
3
4
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
4
5
  /**
5
6
  * | | |
@@ -9,14 +10,15 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
9
10
  * | name |3:LocalCoordinate |
10
11
  * | isAbstract|false |
11
12
  */
12
- export interface DTLocalCoordinate extends DTStructure {
13
+ export interface DTLocalCoordinate extends DTStructure {
13
14
  x: number; // Double ns=0;i=11
14
15
  y: number; // Double ns=0;i=11
15
16
  z: number; // Double ns=0;i=11
16
- /** Optional*/
17
+ /** Optional*/
17
18
  timestamp: Date; // DateTime ns=0;i=294
18
- /** Optional*/
19
+ /** Optional*/
19
20
  dilutionOfPrecision: number; // Double ns=0;i=11
20
- /** Optional*/
21
+ /** Optional*/
21
22
  usefulPrecision: Int32; // Int32 ns=0;i=6
22
- }
23
+ }
24
+ export interface UDTLocalCoordinate extends ExtensionObject, DTLocalCoordinate {};
@@ -11,9 +11,33 @@ import { DTWGS84Coordinate } from "./dt_wgs_84_coordinate"
11
11
  * | name |3:Location |
12
12
  * | isAbstract|false |
13
13
  */
14
- export interface DTLocation extends DTUnion {
14
+ export interface DTLocation_0 extends DTUnion {
15
15
  NMEA: UAString; // String ns=3;i=3012
16
+ local?: never
17
+ WGS84?: never
18
+ name?: never
19
+ }
20
+ export interface DTLocation_1 extends DTUnion {
21
+ NMEA?: never
16
22
  local: DTLocalCoordinate; // ExtensionObject ns=3;i=3019
23
+ WGS84?: never
24
+ name?: never
25
+ }
26
+ export interface DTLocation_2 extends DTUnion {
27
+ NMEA?: never
28
+ local?: never
17
29
  WGS84: DTWGS84Coordinate; // ExtensionObject ns=3;i=3027
30
+ name?: never
31
+ }
32
+ export interface DTLocation_3 extends DTUnion {
33
+ NMEA?: never
34
+ local?: never
35
+ WGS84?: never
18
36
  name: UAString; // String ns=3;i=3021
19
- }
37
+ }
38
+ export type DTLocation =
39
+ | DTLocation_0
40
+ | DTLocation_1
41
+ | DTLocation_2
42
+ | DTLocation_3
43
+ ;
@@ -1,6 +1,7 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { NodeId } from "node-opcua-nodeid"
3
3
  import { Byte, UAString } from "node-opcua-basic-types"
4
+ import { ExtensionObject } from "node-opcua-extension-object"
4
5
  import { DTScanResult } from "./dt_scan_result"
5
6
  import { DTScanData } from "./dt_scan_data"
6
7
  import { DTLocation } from "./dt_location"
@@ -13,23 +14,24 @@ import { DTPosition } from "./dt_position"
13
14
  * | name |3:OcrScanResult |
14
15
  * | isAbstract|false |
15
16
  */
16
- export interface DTOcrScanResult extends DTScanResult {
17
- /** Defines the format of the ScanData as string.*/
17
+ export interface DTOcrScanResult extends DTScanResult {
18
+ /** Defines the format of the ScanData as string.*/
18
19
  codeType: UAString; // String ns=3;i=3031
19
- /** Holds the information about the detected objects e.g. the detected transponders.*/
20
+ /** Holds the information about the detected objects e.g. the detected transponders.*/
20
21
  scanData: DTScanData; // ExtensionObject ns=3;i=3020
21
- /** Timestamp of the ScanResult creation.*/
22
+ /** Timestamp of the ScanResult creation.*/
22
23
  timestamp: Date; // DateTime ns=0;i=294
23
- /** Returns the location of the object detection.*/
24
- location: DTLocation; // ExtensionObject ns=3;i=3008
25
- /** NodeId of the original scan image file object used for this scan result.*/
24
+ /** Returns the location of the object detection.*/
25
+ location?: DTLocation; // ExtensionObject ns=3;i=3008
26
+ /** NodeId of the original scan image file object used for this scan result.*/
26
27
  imageId: NodeId; // NodeId ns=0;i=17
27
- /** Returns the probability of correct decoding.*/
28
+ /** Returns the probability of correct decoding.*/
28
29
  quality: Byte; // Byte ns=0;i=3
29
- /** Returns the position of the text within the image.*/
30
+ /** Returns the position of the text within the image.*/
30
31
  position: DTPosition; // ExtensionObject ns=3;i=3004
31
- /** Returns the font name used for decoding.*/
32
- font: UAString; // String ns=0;i=12
33
- /** Returns the required decoding time.*/
34
- decodingTime: Date; // DateTime ns=0;i=294
35
- }
32
+ /** Returns the font name used for decoding.*/
33
+ font?: UAString; // String ns=0;i=12
34
+ /** Returns the required decoding time.*/
35
+ decodingTime?: Date; // DateTime ns=0;i=294
36
+ }
37
+ export interface UDTOcrScanResult extends ExtensionObject, DTOcrScanResult {};
@@ -1,6 +1,7 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { NodeId } from "node-opcua-nodeid"
3
3
  import { UAString } from "node-opcua-basic-types"
4
+ import { ExtensionObject } from "node-opcua-extension-object"
4
5
  import { DTScanResult } from "./dt_scan_result"
5
6
  import { DTScanData } from "./dt_scan_data"
6
7
  import { DTLocation } from "./dt_location"
@@ -13,19 +14,20 @@ import { DTPosition } from "./dt_position"
13
14
  * | name |3:OpticalScanResult |
14
15
  * | isAbstract|false |
15
16
  */
16
- export interface DTOpticalScanResult extends DTScanResult {
17
- /** Defines the format of the ScanData as string.*/
17
+ export interface DTOpticalScanResult extends DTScanResult {
18
+ /** Defines the format of the ScanData as string.*/
18
19
  codeType: UAString; // String ns=3;i=3031
19
- /** Holds the information about the detected objects e.g. the detected transponders.*/
20
+ /** Holds the information about the detected objects e.g. the detected transponders.*/
20
21
  scanData: DTScanData; // ExtensionObject ns=3;i=3020
21
- /** Timestamp of the ScanResult creation.*/
22
+ /** Timestamp of the ScanResult creation.*/
22
23
  timestamp: Date; // DateTime ns=0;i=294
23
- /** Returns the location of the object detection.*/
24
- location: DTLocation; // ExtensionObject ns=3;i=3008
25
- /** Returns the quality of the 1D/2D code.*/
26
- grade: number; // Float ns=0;i=10
27
- /** Returns the position of the text within the image.*/
28
- position: DTPosition; // ExtensionObject ns=3;i=3004
29
- symbology: UAString; // String ns=0;i=12
30
- imageId: NodeId; // NodeId ns=0;i=17
31
- }
24
+ /** Returns the location of the object detection.*/
25
+ location?: DTLocation; // ExtensionObject ns=3;i=3008
26
+ /** Returns the quality of the 1D/2D code.*/
27
+ grade?: number; // Float ns=0;i=10
28
+ /** Returns the position of the text within the image.*/
29
+ position?: DTPosition; // ExtensionObject ns=3;i=3004
30
+ symbology?: UAString; // String ns=0;i=12
31
+ imageId?: NodeId; // NodeId ns=0;i=17
32
+ }
33
+ export interface UDTOpticalScanResult extends ExtensionObject, DTOpticalScanResult {};
@@ -1,6 +1,7 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { NodeId } from "node-opcua-nodeid"
3
3
  import { Int16, UAString } from "node-opcua-basic-types"
4
+ import { ExtensionObject } from "node-opcua-extension-object"
4
5
  import { DTOpticalScanResult } from "./dt_optical_scan_result"
5
6
  import { DTScanData } from "./dt_scan_data"
6
7
  import { DTLocation } from "./dt_location"
@@ -13,21 +14,21 @@ import { DTPosition } from "./dt_position"
13
14
  * | name |3:OpticalVerifierScanResult |
14
15
  * | isAbstract|false |
15
16
  */
16
- export interface DTOpticalVerifierScanResult extends DTOpticalScanResult {
17
- /** Defines the format of the ScanData as string.*/
17
+ export interface DTOpticalVerifierScanResult extends DTOpticalScanResult {
18
+ /** Defines the format of the ScanData as string.*/
18
19
  codeType: UAString; // String ns=3;i=3031
19
- /** Holds the information about the detected objects e.g. the detected transponders.*/
20
+ /** Holds the information about the detected objects e.g. the detected transponders.*/
20
21
  scanData: DTScanData; // ExtensionObject ns=3;i=3020
21
- /** Timestamp of the ScanResult creation.*/
22
+ /** Timestamp of the ScanResult creation.*/
22
23
  timestamp: Date; // DateTime ns=0;i=294
23
- /** Returns the location of the object detection.*/
24
- location: DTLocation; // ExtensionObject ns=3;i=3008
25
- /** Returns the quality of the 1D/2D code.*/
26
- grade: number; // Float ns=0;i=10
27
- /** Returns the position of the text within the image.*/
28
- position: DTPosition; // ExtensionObject ns=3;i=3004
29
- symbology: UAString; // String ns=0;i=12
30
- imageId: NodeId; // NodeId ns=0;i=17
24
+ /** Returns the location of the object detection.*/
25
+ location?: DTLocation; // ExtensionObject ns=3;i=3008
26
+ /** Returns the quality of the 1D/2D code.*/
27
+ grade?: number; // Float ns=0;i=10
28
+ /** Returns the position of the text within the image.*/
29
+ position?: DTPosition; // ExtensionObject ns=3;i=3004
30
+ symbology?: UAString; // String ns=0;i=12
31
+ imageId?: NodeId; // NodeId ns=0;i=17
31
32
  isoGrade: UAString; // String ns=0;i=12
32
33
  rMin: Int16; // Int16 ns=0;i=4
33
34
  symbolContrast: Int16; // Int16 ns=0;i=4
@@ -37,4 +38,5 @@ export interface DTOpticalVerifierScanResult extends DTOpticalScanResult {
37
38
  decodability: Int16; // Int16 ns=0;i=4
38
39
  decode: Int16; // Int16 ns=0;i=4
39
40
  printGain: Int16; // Int16 ns=0;i=4
40
- }
41
+ }
42
+ export interface UDTOpticalVerifierScanResult extends ExtensionObject, Omit<DTOpticalVerifierScanResult,"decode"> {};
@@ -1,5 +1,6 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { Int32 } from "node-opcua-basic-types"
3
+ import { ExtensionObject } from "node-opcua-extension-object"
3
4
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
4
5
  /**
5
6
  * | | |
@@ -9,10 +10,11 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
9
10
  * | name |3:Position |
10
11
  * | isAbstract|false |
11
12
  */
12
- export interface DTPosition extends DTStructure {
13
+ export interface DTPosition extends DTStructure {
13
14
  positionX: Int32; // Int32 ns=0;i=6
14
15
  positionY: Int32; // Int32 ns=0;i=6
15
16
  sizeX: Int32; // Int32 ns=0;i=6
16
17
  sizeY: Int32; // Int32 ns=0;i=6
17
18
  rotation: Int32; // Int32 ns=0;i=6
18
- }
19
+ }
20
+ export interface UDTPosition extends ExtensionObject, DTPosition {};