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
@@ -1,4 +1,5 @@
1
1
  import { UAString } from "node-opcua-basic-types";
2
+ import { ExtensionObject } from "node-opcua-extension-object";
2
3
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
3
4
  import { DTScanData } from "./dt_scan_data";
4
5
  /**
@@ -13,9 +14,11 @@ import { DTScanData } from "./dt_scan_data";
13
14
  */
14
15
  export interface DTAccessResult extends DTStructure {
15
16
  /** Defines the format of Identifier as string.*/
16
- codeType: UAString;
17
+ codeType?: UAString;
17
18
  /** The AutoID Identifier (e.g. a code or a transponder) which was accessed by a command.*/
18
- identifier: DTScanData;
19
+ identifier?: DTScanData;
19
20
  /** The point of time the AutoID Identifier was accessed by the command.*/
20
- timestamp: Date;
21
+ timestamp?: Date;
22
+ }
23
+ export interface UDTAccessResult extends ExtensionObject, DTAccessResult {
21
24
  }
@@ -1,3 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ ;
3
4
  //# sourceMappingURL=dt_access_result.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"dt_access_result.js","sourceRoot":"","sources":["../source/dt_access_result.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"dt_access_result.js","sourceRoot":"","sources":["../source/dt_access_result.ts"],"names":[],"mappings":";;AAuB2E,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import { Int32, UAString } from "node-opcua-basic-types";
2
+ import { ExtensionObject } from "node-opcua-extension-object";
2
3
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
3
4
  /**
4
5
  * | | |
@@ -12,3 +13,5 @@ export interface DTAntennaNameIdPair extends DTStructure {
12
13
  antennaId: Int32;
13
14
  antennaName: UAString;
14
15
  }
16
+ export interface UDTAntennaNameIdPair extends ExtensionObject, DTAntennaNameIdPair {
17
+ }
@@ -1,3 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ ;
3
4
  //# sourceMappingURL=dt_antenna_name_id_pair.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"dt_antenna_name_id_pair.js","sourceRoot":"","sources":["../source/dt_antenna_name_id_pair.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"dt_antenna_name_id_pair.js","sourceRoot":"","sources":["../source/dt_antenna_name_id_pair.ts"],"names":[],"mappings":";;AAgBqF,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import { Int32, Int16, Byte } from "node-opcua-basic-types";
2
+ import { ExtensionObject } from "node-opcua-extension-object";
2
3
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
3
4
  /**
4
5
  * | | |
@@ -21,3 +22,5 @@ export interface DTDhcpGeoConfCoordinate extends DTStructure {
21
22
  altitudeFraction: Int16;
22
23
  datum: Byte;
23
24
  }
25
+ export interface UDTDhcpGeoConfCoordinate extends ExtensionObject, DTDhcpGeoConfCoordinate {
26
+ }
@@ -1,3 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ ;
3
4
  //# sourceMappingURL=dt_dhcp_geo_conf_coordinate.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"dt_dhcp_geo_conf_coordinate.js","sourceRoot":"","sources":["../source/dt_dhcp_geo_conf_coordinate.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"dt_dhcp_geo_conf_coordinate.js","sourceRoot":"","sources":["../source/dt_dhcp_geo_conf_coordinate.ts"],"names":[],"mappings":";;AAyB6F,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import { Int32 } from "node-opcua-basic-types";
2
+ import { ExtensionObject } from "node-opcua-extension-object";
2
3
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
3
4
  /**
4
5
  * | | |
@@ -19,3 +20,5 @@ export interface DTLocalCoordinate extends DTStructure {
19
20
  /** Optional*/
20
21
  usefulPrecision: Int32;
21
22
  }
23
+ export interface UDTLocalCoordinate extends ExtensionObject, DTLocalCoordinate {
24
+ }
@@ -1,3 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ ;
3
4
  //# sourceMappingURL=dt_local_coordinate.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"dt_local_coordinate.js","sourceRoot":"","sources":["../source/dt_local_coordinate.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"dt_local_coordinate.js","sourceRoot":"","sources":["../source/dt_local_coordinate.ts"],"names":[],"mappings":";;AAuBiF,CAAC"}
@@ -10,9 +10,28 @@ import { DTWGS84Coordinate } from "./dt_wgs_84_coordinate";
10
10
  * | name |3:Location |
11
11
  * | isAbstract|false |
12
12
  */
13
- export interface DTLocation extends DTUnion {
13
+ export interface DTLocation_0 extends DTUnion {
14
14
  NMEA: UAString;
15
+ local?: never;
16
+ WGS84?: never;
17
+ name?: never;
18
+ }
19
+ export interface DTLocation_1 extends DTUnion {
20
+ NMEA?: never;
15
21
  local: DTLocalCoordinate;
22
+ WGS84?: never;
23
+ name?: never;
24
+ }
25
+ export interface DTLocation_2 extends DTUnion {
26
+ NMEA?: never;
27
+ local?: never;
16
28
  WGS84: DTWGS84Coordinate;
29
+ name?: never;
30
+ }
31
+ export interface DTLocation_3 extends DTUnion {
32
+ NMEA?: never;
33
+ local?: never;
34
+ WGS84?: never;
17
35
  name: UAString;
18
36
  }
37
+ export declare type DTLocation = DTLocation_0 | DTLocation_1 | DTLocation_2 | DTLocation_3;
@@ -1,5 +1,6 @@
1
1
  import { NodeId } from "node-opcua-nodeid";
2
2
  import { Byte, UAString } from "node-opcua-basic-types";
3
+ import { ExtensionObject } from "node-opcua-extension-object";
3
4
  import { DTScanResult } from "./dt_scan_result";
4
5
  import { DTScanData } from "./dt_scan_data";
5
6
  import { DTLocation } from "./dt_location";
@@ -20,7 +21,7 @@ export interface DTOcrScanResult extends DTScanResult {
20
21
  /** Timestamp of the ScanResult creation.*/
21
22
  timestamp: Date;
22
23
  /** Returns the location of the object detection.*/
23
- location: DTLocation;
24
+ location?: DTLocation;
24
25
  /** NodeId of the original scan image file object used for this scan result.*/
25
26
  imageId: NodeId;
26
27
  /** Returns the probability of correct decoding.*/
@@ -28,7 +29,9 @@ export interface DTOcrScanResult extends DTScanResult {
28
29
  /** Returns the position of the text within the image.*/
29
30
  position: DTPosition;
30
31
  /** Returns the font name used for decoding.*/
31
- font: UAString;
32
+ font?: UAString;
32
33
  /** Returns the required decoding time.*/
33
- decodingTime: Date;
34
+ decodingTime?: Date;
35
+ }
36
+ export interface UDTOcrScanResult extends ExtensionObject, DTOcrScanResult {
34
37
  }
@@ -1,3 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ ;
3
4
  //# sourceMappingURL=dt_ocr_scan_result.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"dt_ocr_scan_result.js","sourceRoot":"","sources":["../source/dt_ocr_scan_result.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"dt_ocr_scan_result.js","sourceRoot":"","sources":["../source/dt_ocr_scan_result.ts"],"names":[],"mappings":";;AAoC6E,CAAC"}
@@ -1,5 +1,6 @@
1
1
  import { NodeId } from "node-opcua-nodeid";
2
2
  import { UAString } from "node-opcua-basic-types";
3
+ import { ExtensionObject } from "node-opcua-extension-object";
3
4
  import { DTScanResult } from "./dt_scan_result";
4
5
  import { DTScanData } from "./dt_scan_data";
5
6
  import { DTLocation } from "./dt_location";
@@ -20,11 +21,13 @@ export interface DTOpticalScanResult extends DTScanResult {
20
21
  /** Timestamp of the ScanResult creation.*/
21
22
  timestamp: Date;
22
23
  /** Returns the location of the object detection.*/
23
- location: DTLocation;
24
+ location?: DTLocation;
24
25
  /** Returns the quality of the 1D/2D code.*/
25
- grade: number;
26
+ grade?: number;
26
27
  /** Returns the position of the text within the image.*/
27
- position: DTPosition;
28
- symbology: UAString;
29
- imageId: NodeId;
28
+ position?: DTPosition;
29
+ symbology?: UAString;
30
+ imageId?: NodeId;
31
+ }
32
+ export interface UDTOpticalScanResult extends ExtensionObject, DTOpticalScanResult {
30
33
  }
@@ -1,3 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ ;
3
4
  //# sourceMappingURL=dt_optical_scan_result.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"dt_optical_scan_result.js","sourceRoot":"","sources":["../source/dt_optical_scan_result.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"dt_optical_scan_result.js","sourceRoot":"","sources":["../source/dt_optical_scan_result.ts"],"names":[],"mappings":";;AAgCqF,CAAC"}
@@ -1,5 +1,6 @@
1
1
  import { NodeId } from "node-opcua-nodeid";
2
2
  import { Int16, UAString } from "node-opcua-basic-types";
3
+ import { ExtensionObject } from "node-opcua-extension-object";
3
4
  import { DTOpticalScanResult } from "./dt_optical_scan_result";
4
5
  import { DTScanData } from "./dt_scan_data";
5
6
  import { DTLocation } from "./dt_location";
@@ -20,13 +21,13 @@ export interface DTOpticalVerifierScanResult extends DTOpticalScanResult {
20
21
  /** Timestamp of the ScanResult creation.*/
21
22
  timestamp: Date;
22
23
  /** Returns the location of the object detection.*/
23
- location: DTLocation;
24
+ location?: DTLocation;
24
25
  /** Returns the quality of the 1D/2D code.*/
25
- grade: number;
26
+ grade?: number;
26
27
  /** Returns the position of the text within the image.*/
27
- position: DTPosition;
28
- symbology: UAString;
29
- imageId: NodeId;
28
+ position?: DTPosition;
29
+ symbology?: UAString;
30
+ imageId?: NodeId;
30
31
  isoGrade: UAString;
31
32
  rMin: Int16;
32
33
  symbolContrast: Int16;
@@ -37,3 +38,5 @@ export interface DTOpticalVerifierScanResult extends DTOpticalScanResult {
37
38
  decode: Int16;
38
39
  printGain: Int16;
39
40
  }
41
+ export interface UDTOpticalVerifierScanResult extends ExtensionObject, Omit<DTOpticalVerifierScanResult, "decode"> {
42
+ }
@@ -1,3 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ ;
3
4
  //# sourceMappingURL=dt_optical_verifier_scan_result.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"dt_optical_verifier_scan_result.js","sourceRoot":"","sources":["../source/dt_optical_verifier_scan_result.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"dt_optical_verifier_scan_result.js","sourceRoot":"","sources":["../source/dt_optical_verifier_scan_result.ts"],"names":[],"mappings":";;AAyCoH,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import { Int32 } from "node-opcua-basic-types";
2
+ import { ExtensionObject } from "node-opcua-extension-object";
2
3
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
3
4
  /**
4
5
  * | | |
@@ -15,3 +16,5 @@ export interface DTPosition extends DTStructure {
15
16
  sizeY: Int32;
16
17
  rotation: Int32;
17
18
  }
19
+ export interface UDTPosition extends ExtensionObject, DTPosition {
20
+ }
@@ -1,3 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ ;
3
4
  //# sourceMappingURL=dt_position.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"dt_position.js","sourceRoot":"","sources":["../source/dt_position.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"dt_position.js","sourceRoot":"","sources":["../source/dt_position.ts"],"names":[],"mappings":";;AAmBmE,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import { Int32, UInt16, UAString } from "node-opcua-basic-types";
2
+ import { ExtensionObject } from "node-opcua-extension-object";
2
3
  import { DTAccessResult } from "./dt_access_result";
3
4
  import { DTScanData } from "./dt_scan_data";
4
5
  /**
@@ -14,23 +15,25 @@ import { DTScanData } from "./dt_scan_data";
14
15
  */
15
16
  export interface DTRfidAccessResult extends DTAccessResult {
16
17
  /** Defines the format of Identifier as string.*/
17
- codeType: UAString;
18
+ codeType?: UAString;
18
19
  /** The AutoID Identifier (e.g. a code or a transponder) which was accessed by a command.*/
19
- identifier: DTScanData;
20
+ identifier?: DTScanData;
20
21
  /** The point of time the AutoID Identifier was accessed by the command.*/
21
- timestamp: Date;
22
+ timestamp?: Date;
22
23
  /** Defines the format of RWData as string.*/
23
- codeTypeRWData: UAString;
24
+ codeTypeRWData?: UAString;
24
25
  /** The user data which was written to / was read from the Rfid Transponder by the command.*/
25
- rwData: DTScanData;
26
+ rwData?: DTScanData;
26
27
  /** The antenna by which the transponder was accessed by the command.*/
27
- antenna: Int32;
28
+ antenna?: Int32;
28
29
  /** The power level with which the transponder was accessed by the command.*/
29
- currentPowerLevel: Int32;
30
+ currentPowerLevel?: Int32;
30
31
  /** The Protocol Control Word of the transponder accessed by the command.*/
31
- PC: UInt16;
32
+ PC?: UInt16;
32
33
  /** The polarization with which the last transponder was accessed by the command.*/
33
- polarization: UAString;
34
+ polarization?: UAString;
34
35
  /** The Rssi value with which the transponder was accessed by the command.*/
35
- strength: Int32;
36
+ strength?: Int32;
37
+ }
38
+ export interface UDTRfidAccessResult extends ExtensionObject, DTRfidAccessResult {
36
39
  }
@@ -1,3 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ ;
3
4
  //# sourceMappingURL=dt_rfid_access_result.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"dt_rfid_access_result.js","sourceRoot":"","sources":["../source/dt_rfid_access_result.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"dt_rfid_access_result.js","sourceRoot":"","sources":["../source/dt_rfid_access_result.ts"],"names":[],"mappings":";;AAsCmF,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import { UAString } from "node-opcua-basic-types";
2
+ import { ExtensionObject } from "node-opcua-extension-object";
2
3
  import { DTScanResult } from "./dt_scan_result";
3
4
  import { DTScanData } from "./dt_scan_data";
4
5
  import { DTLocation } from "./dt_location";
@@ -19,7 +20,9 @@ export interface DTRfidScanResult extends DTScanResult {
19
20
  /** Timestamp of the ScanResult creation.*/
20
21
  timestamp: Date;
21
22
  /** Returns the location of the object detection.*/
22
- location: DTLocation;
23
+ location?: DTLocation;
23
24
  /** Returns additional information on the RFID-related properties of the scan event.*/
24
25
  sighting: DTRfidSighting[];
25
26
  }
27
+ export interface UDTRfidScanResult extends ExtensionObject, DTRfidScanResult {
28
+ }
@@ -1,3 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ ;
3
4
  //# sourceMappingURL=dt_rfid_scan_result.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"dt_rfid_scan_result.js","sourceRoot":"","sources":["../source/dt_rfid_scan_result.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"dt_rfid_scan_result.js","sourceRoot":"","sources":["../source/dt_rfid_scan_result.ts"],"names":[],"mappings":";;AA2B+E,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import { Int32 } from "node-opcua-basic-types";
2
+ import { ExtensionObject } from "node-opcua-extension-object";
2
3
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
3
4
  /**
4
5
  * | | |
@@ -18,3 +19,5 @@ export interface DTRfidSighting extends DTStructure {
18
19
  /** Returns the current power level (unit according to parameter settings).*/
19
20
  currentPowerLevel: Int32;
20
21
  }
22
+ export interface UDTRfidSighting extends ExtensionObject, DTRfidSighting {
23
+ }
@@ -1,3 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ ;
3
4
  //# sourceMappingURL=dt_rfid_sighting.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"dt_rfid_sighting.js","sourceRoot":"","sources":["../source/dt_rfid_sighting.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"dt_rfid_sighting.js","sourceRoot":"","sources":["../source/dt_rfid_sighting.ts"],"names":[],"mappings":";;AAsB2E,CAAC"}
@@ -1,3 +1,4 @@
1
+ import { ExtensionObject } from "node-opcua-extension-object";
1
2
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
2
3
  /**
3
4
  * | | |
@@ -12,3 +13,5 @@ export interface DTRotation extends DTStructure {
12
13
  pitch: number;
13
14
  roll: number;
14
15
  }
16
+ export interface UDTRotation extends ExtensionObject, DTRotation {
17
+ }
@@ -1,3 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ ;
3
4
  //# sourceMappingURL=dt_rotation.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"dt_rotation.js","sourceRoot":"","sources":["../source/dt_rotation.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"dt_rotation.js","sourceRoot":"","sources":["../source/dt_rotation.ts"],"names":[],"mappings":";;AAgBmE,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import { UAString } from "node-opcua-basic-types";
2
+ import { ExtensionObject } from "node-opcua-extension-object";
2
3
  import { DTScanResult } from "./dt_scan_result";
3
4
  import { DTScanData } from "./dt_scan_data";
4
5
  import { DTLocation } from "./dt_location";
@@ -19,9 +20,11 @@ export interface DTRtlsLocationResult extends DTScanResult {
19
20
  /** Timestamp of the ScanResult creation.*/
20
21
  timestamp: Date;
21
22
  /** Returns the location of the object detection.*/
22
- location: DTLocation;
23
+ location?: DTLocation;
23
24
  speed: number;
24
25
  heading: number;
25
26
  rotation: DTRotation;
26
27
  receiveTime: Date;
27
28
  }
29
+ export interface UDTRtlsLocationResult extends ExtensionObject, DTRtlsLocationResult {
30
+ }
@@ -1,3 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ ;
3
4
  //# sourceMappingURL=dt_rtls_location_result.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"dt_rtls_location_result.js","sourceRoot":"","sources":["../source/dt_rtls_location_result.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"dt_rtls_location_result.js","sourceRoot":"","sources":["../source/dt_rtls_location_result.ts"],"names":[],"mappings":";;AA6BuF,CAAC"}
@@ -1,4 +1,5 @@
1
1
  /// <reference types="node" />
2
+ import { VariantOptions } from "node-opcua-variant";
2
3
  import { UAString } from "node-opcua-basic-types";
3
4
  import { DTUnion } from "node-opcua-nodeset-ua/source/dt_union";
4
5
  import { DTScanDataEpc } from "./dt_scan_data_epc";
@@ -10,9 +11,28 @@ import { DTScanDataEpc } from "./dt_scan_data_epc";
10
11
  * | name |3:ScanData |
11
12
  * | isAbstract|false |
12
13
  */
13
- export interface DTScanData extends DTUnion {
14
+ export interface DTScanData_0 extends DTUnion {
14
15
  byteString: Buffer;
16
+ string?: never;
17
+ epc?: never;
18
+ custom?: never;
19
+ }
20
+ export interface DTScanData_1 extends DTUnion {
21
+ byteString?: never;
15
22
  string: UAString;
23
+ epc?: never;
24
+ custom?: never;
25
+ }
26
+ export interface DTScanData_2 extends DTUnion {
27
+ byteString?: never;
28
+ string?: never;
16
29
  epc: DTScanDataEpc;
17
- custom: undefined;
30
+ custom?: never;
31
+ }
32
+ export interface DTScanData_3 extends DTUnion {
33
+ byteString?: never;
34
+ string?: never;
35
+ epc?: never;
36
+ custom: VariantOptions;
18
37
  }
38
+ export declare type DTScanData = DTScanData_0 | DTScanData_1 | DTScanData_2 | DTScanData_3;
@@ -1,5 +1,6 @@
1
1
  /// <reference types="node" />
2
2
  import { UInt16 } 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
  * | | |
@@ -15,3 +16,5 @@ export interface DTScanDataEpc extends DTStructure {
15
16
  XPC_W1: UInt16;
16
17
  XPC_W2: UInt16;
17
18
  }
19
+ export interface UDTScanDataEpc extends ExtensionObject, DTScanDataEpc {
20
+ }
@@ -1,3 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ ;
3
4
  //# sourceMappingURL=dt_scan_data_epc.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"dt_scan_data_epc.js","sourceRoot":"","sources":["../source/dt_scan_data_epc.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"dt_scan_data_epc.js","sourceRoot":"","sources":["../source/dt_scan_data_epc.ts"],"names":[],"mappings":";;AAkByE,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import { UAString } from "node-opcua-basic-types";
2
+ import { ExtensionObject } from "node-opcua-extension-object";
2
3
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
3
4
  import { DTScanData } from "./dt_scan_data";
4
5
  import { DTLocation } from "./dt_location";
@@ -18,5 +19,7 @@ export interface DTScanResult extends DTStructure {
18
19
  /** Timestamp of the ScanResult creation.*/
19
20
  timestamp: Date;
20
21
  /** Returns the location of the object detection.*/
21
- location: DTLocation;
22
+ location?: DTLocation;
23
+ }
24
+ export interface UDTScanResult extends ExtensionObject, DTScanResult {
22
25
  }
@@ -1,3 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ ;
3
4
  //# sourceMappingURL=dt_scan_result.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"dt_scan_result.js","sourceRoot":"","sources":["../source/dt_scan_result.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"dt_scan_result.js","sourceRoot":"","sources":["../source/dt_scan_result.ts"],"names":[],"mappings":";;AAwBuE,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import { Int32 } from "node-opcua-basic-types";
2
+ import { ExtensionObject } from "node-opcua-extension-object";
2
3
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
3
4
  import { EnumLocationType } from "./enum_location_type";
4
5
  /**
@@ -13,5 +14,7 @@ export interface DTScanSettings extends DTStructure {
13
14
  duration: number;
14
15
  cycles: Int32;
15
16
  dataAvailable: boolean;
16
- locationType: EnumLocationType;
17
+ locationType?: EnumLocationType;
18
+ }
19
+ export interface UDTScanSettings extends ExtensionObject, DTScanSettings {
17
20
  }
@@ -1,3 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ ;
3
4
  //# sourceMappingURL=dt_scan_settings.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"dt_scan_settings.js","sourceRoot":"","sources":["../source/dt_scan_settings.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"dt_scan_settings.js","sourceRoot":"","sources":["../source/dt_scan_settings.ts"],"names":[],"mappings":";;AAmB2E,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import { Int32, UAString } from "node-opcua-basic-types";
2
+ import { ExtensionObject } from "node-opcua-extension-object";
2
3
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
3
4
  /**
4
5
  * | | |
@@ -19,3 +20,5 @@ export interface DTWGS84Coordinate extends DTStructure {
19
20
  usefulPrecisionLatLon: Int32;
20
21
  usefulPrecisionAlt: Int32;
21
22
  }
23
+ export interface UDTWGS84Coordinate extends ExtensionObject, DTWGS84Coordinate {
24
+ }
@@ -1,3 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ ;
3
4
  //# sourceMappingURL=dt_wgs_84_coordinate.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"dt_wgs_84_coordinate.js","sourceRoot":"","sources":["../source/dt_wgs_84_coordinate.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"dt_wgs_84_coordinate.js","sourceRoot":"","sources":["../source/dt_wgs_84_coordinate.ts"],"names":[],"mappings":";;AAuBiF,CAAC"}
@@ -19,17 +19,17 @@ export interface UAAutoIdAccessEvent_Base extends UAAutoIdDiagnosticsEvent_Base
19
19
  * accessResult
20
20
  * Result values of the access.
21
21
  */
22
- accessResult: UAProperty<DTAccessResult[], /*z*/ DataType.ExtensionObject>;
22
+ accessResult: UAProperty<DTAccessResult[], DataType.ExtensionObject>;
23
23
  /**
24
24
  * client
25
25
  * Client which was the originator of the command.
26
26
  */
27
- client?: UAProperty<UAString, /*z*/ DataType.String>;
27
+ client?: UAProperty<UAString, DataType.String>;
28
28
  /**
29
29
  * command
30
30
  * Access command
31
31
  */
32
- command?: UAProperty<UAString, /*z*/ DataType.String>;
32
+ command?: UAProperty<UAString, DataType.String>;
33
33
  }
34
34
  export interface UAAutoIdAccessEvent extends UAAutoIdDiagnosticsEvent, UAAutoIdAccessEvent_Base {
35
35
  }